Open neverendingqs opened 3 years ago
This change will help with tools that do automated license checks by switching to the SPDX identifier for the Apache 2.0 license.
https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license says:
If you're using a common license such as BSD-2-Clause or MIT, add a current SPDX license identifier for the license you're using, like this:
https://spdx.org/licenses/ shows that the identifier is Apache-2.0.
Apache-2.0
Note: https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license also states that the current format is deprecated, and the following is prefered:
{ "license": "Apache-2.0" }
Happy to make that change if desired.
This change will help with tools that do automated license checks by switching to the SPDX identifier for the Apache 2.0 license.
https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license says:
https://spdx.org/licenses/ shows that the identifier is
Apache-2.0
.Note: https://docs.npmjs.com/cli/v6/configuring-npm/package-json#license also states that the current format is deprecated, and the following is prefered:
Happy to make that change if desired.