[wp-trac] [WordPress Trac] #32718: Use a valid SPDX license ID in package.json
WordPress Trac
noreply at wordpress.org
Fri Jun 19 01:12:14 UTC 2015
#32718: Use a valid SPDX license ID in package.json
------------------------------+------------------------------
Reporter: netweb | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.3
Component: Build/Test Tools | Version: 3.7
Severity: normal | Keywords: has-patch commit
Focuses: |
------------------------------+------------------------------
Currently when running `npm install`:
{{{
$ npm install
npm WARN package.json WordPress at 4.3.0 No README data
npm WARN package.json WordPress at 4.3.0 license should be a valid SPDX
license expression
}}}
> Via http://spdx.org/
> > SPDX: The Software Package Data Exchange® (SPDX®) specification is a
standard format for communicating the components, licenses and copyrights
associated with a software package.
> Via http://spdx.org/licenses/
> > Release 2.0 of the SPDX Specification introduces License Expression
Syntax that supports the ability to identify common variations of SPDX-
identified licenses without the need to define each potential variation as
a distinct license on the SPDX License List. This new syntax supports the
ability to use a simple “+” operator after a license short identifier to
indicate “or later version” (e.g. GPL-2.0+).
Incoming patch changes the license in `package.json` from `GPLv2 or later`
to `GPL-2.0+`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32718>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list