mjwheatley / cordova-plugin-android-fingerprint-auth

A cordova plugin for fingerprint authentication using the hardware fingerprint scanner on devices running Android 6+
Apache License 2.0
169 stars 131 forks source link

Use the correct SPDX license id in package.json #137

Open gtudan opened 4 years ago

gtudan commented 4 years ago

The license field in package.json expects an SPDX license identifier https://docs.npmjs.com/files/package.json#license

This isn't quiet right here according to https://spdx.org/licenses/ That breaks license check tools with rather strict matching logic.