ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
192 stars 177 forks source link

Use the correct SPDX license identifier #128

Open gtudan opened 4 years ago

gtudan commented 4 years ago

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?