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

Co-authored-by: Flea Flicker <flea-flicker@paperclip.ing>
Co-authored-by: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #134.
This commit is contained in:
groombook-engineer[bot]
2026-03-27 18:22:19 +00:00
committed by GitHub
parent 619ff204d1
commit ce621a29b1
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"
}