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
This commit is contained in:
Julien Pivotto 2015-10-20 10:51:14 +02:00
parent 2deaee8431
commit 7ccd8b2e92
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.3.1", "version": "0.3.1",
"author": "Puppet Labs", "author": "Puppet Labs",
"summary": "Puppet documentation via YARD", "summary": "Puppet documentation via YARD",
"license": "Apache 2.0", "license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-strings", "source": "https://github.com/puppetlabs/puppetlabs-strings",
"project_page": "https://github.com/puppetlabs/puppetlabs-strings", "project_page": "https://github.com/puppetlabs/puppetlabs-strings",
"issues_url": "https://tickets.puppetlabs.com/browse/PDOC", "issues_url": "https://tickets.puppetlabs.com/browse/PDOC",