chore: add AGPL-3.0 license and update package.json license fields

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Flea Flicker
2026-03-27 17:53:31 +00:00
parent 619ff204d1
commit b17e73c64c
7 changed files with 674 additions and 6 deletions
+2 -1
View File
@@ -35,5 +35,6 @@
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^3.2.4"
}
},
"license": "AGPL-3.0-only"
}
+2 -1
View File
@@ -10,5 +10,6 @@
},
"devDependencies": {
"@playwright/test": "^1.50.1"
}
},
"license": "AGPL-3.0-only"
}
+2 -1
View File
@@ -36,5 +36,6 @@
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^3.0.4"
}
},
"license": "AGPL-3.0-only"
}