PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Fix license in package.json #53

Closed jvasile closed 4 months ago

jvasile commented 4 months ago

docs update

The package.json shows a license of "MIT" but the LICENSE file shows AGPLv3.

My recollection is that the license was meant to be AGPLv3, so MIT is a typo. This commit replaces "MIT" in package.json with the SPDX identifier for AGPLv3. Now the two license specifications match.

This bug was committed when Andrew created the repo four years ago. Both the package.json and the LICENSE were part of the very first commit. Does that mean I win the prize for fixing the oldest bug in the codebase?

cecilia-donnelly commented 4 months ago

Thanks @jvasile! :laughing: