Fix: Use a valid SPDX license expression for AGPL.

This commit is contained in:
baldo 2022-10-04 18:00:18 +02:00
parent 625f8cbd90
commit 7a7fe1e3ac
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "ffffng", "name": "ffffng",
"version": "DEVELOPMENT", "version": "DEVELOPMENT",
"license": "AGPL", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"angular": "1.8.3", "angular": "1.8.3",
"angular-bootstrap": "2.5.0", "angular-bootstrap": "2.5.0",

View file

@ -2,7 +2,7 @@
"name": "ffffng", "name": "ffffng",
"version": "0.18.2-SNAPSHOT", "version": "0.18.2-SNAPSHOT",
"description": "Node management form for Freifunk", "description": "Node management form for Freifunk",
"license": "AGPL", "license": "AGPL-3.0-only",
"author": { "author": {
"name": "Andreas Baldeau", "name": "Andreas Baldeau",
"email": "andreas@baldeau.net" "email": "andreas@baldeau.net"