cordova-plugin-ionic-keyboard icon indicating copy to clipboard operation
cordova-plugin-ionic-keyboard copied to clipboard

Use the correct SPDX license identifier

Open gtudan opened this issue 6 years ago • 0 comments

The license field in package.json should use a SPDX identifier for the license. https://docs.npmjs.com/files/package.json#license "Apache 2.0" isn't quiet right according to https://spdx.org/licenses/ This breaks license checks plugins that do rather strict matching of the id.

The project root also contains a copy of the MIT license in LICENSE.md. Shouldn't that be Apache 2.0 as well?

gtudan avatar Oct 22 '19 13:10 gtudan