Reintroduce AGPLv3 license

This commit is contained in:
Mo
2023-10-17 09:22:08 -05:00
parent ad4e291d4a
commit d254e1c4e3
19 changed files with 679 additions and 195 deletions

View File

@@ -8,7 +8,7 @@
"main": "./src/index.ts",
"private": true,
"author": "Standard Notes",
"license": "CC BY-NC-SA 4.0",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint src --ext .ts",
"format": "prettier --write src",