summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-25 20:46:24 +0300
committerJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:09:38 +0300
commit2a4d7a7fc3b968ed8cdfd958a5e65fbe140042da (patch)
tree71eaea48064ecd37dfab585ca69ed3266097c5ad /package.json
parenta658e571ef245a200884ea96198c54188ae650da (diff)
chore: add AGPL license
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d5a1cb5..d66ea75 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
"name": "notive",
"private": true,
+ "license": "AGPL-3.0-or-later",
"type": "module",
"devDependencies": {
"prettier": "^3.6.2",