[wp-meta] [Making WordPress.org] #2460: Use correct license and consistent metadata in package.json files
Making WordPress.org
noreply at wordpress.org
Mon Jan 30 11:29:02 UTC 2017
#2460: Use correct license and consistent metadata in package.json files
----------------------------+-----------------
Reporter: SergeyBiryukov | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Keywords:
----------------------------+-----------------
Got a warning when running `npm install` for `wporg-developer` theme:
{{{
npm WARN wporg-developer@ license should be a valid SPDX license
expression
}}}
`GPLv2 or later` is not a valid [https://spdx.org/licenses/ SPDX license
identifier], `GPL-2.0+` is.
On a related note, there are some inconsistencies in `name`,
`description`, and `author` entries in `package.json` files across
different projects:
* `wporg`:
{{{
"name": "wporg"
"description": "Theme for WordPress.org"
"author": "wordpressdotorg"
"license": "GPL-2.0"
}}}
* `wporg-developer`:
{{{
"name": "wporg-developer",
"description": "Theme for developer.wordpress.org",
"author": "wordpressdotorg",
"license": "GPLv2 or later",
}}}
* `wporg-plugins`:
{{{
"name": "wporg-plugins",
"description": "Theme for the WordPress.org Plugin Directory",
"author": "wordpressdotorg",
"license": "GPL-2.0",
}}}
* `wporg-support`:
{{{
"name": "wporg-support",
"description": "Support Forums",
"author": "wordpressdotorg",
"license": "GPL-2.0",
}}}
* `wporg-themes`:
{{{
"name": "WordPress.org-Themes"
"description": "Theme for the WordPress.org themes directory."
"author": "The WordPress.org Team"
"license": "GPL-2.0+"
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2460>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list