From 7ccd8b2e92894e3ab8298a6312cfd9447eaa60d5 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 20 Oct 2015 10:51:14 +0200 Subject: [PATCH] metadata.json: Use SPDX standardized short identifier for license This commit changes the metadata.json to use the SPDX licence short identifier in the metadata.json. SPDX is an effort from the Linux foundation to easily parse and identify open-source licenses. Some tools in the Puppet Ecosystem relies on those short identifiers, like the metadata-json-lint project. - https://spdx.org/licenses - https://github.com/puppet-community/metadata-json-lint --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index d509970..7153833 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "version": "0.3.1", "author": "Puppet Labs", "summary": "Puppet documentation via YARD", - "license": "Apache 2.0", + "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-strings", "project_page": "https://github.com/puppetlabs/puppetlabs-strings", "issues_url": "https://tickets.puppetlabs.com/browse/PDOC",