Use SPDX license syntax in 'package.json' files

This commit is contained in:
KaKi87 2022-06-02 17:33:50 +02:00
parent 0bf8818f0b
commit 5adcd70a51
8 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@
"discord-open-source" "discord-open-source"
], ],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -18,7 +18,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -15,7 +15,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -15,7 +15,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -13,7 +13,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"devDependencies": { "devDependencies": {
"@types/amqplib": "^0.8.1", "@types/amqplib": "^0.8.1",
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",

View File

@ -9,7 +9,7 @@
"url": "git+https://github.com/fosscord/fosscord-server.git" "url": "git+https://github.com/fosscord/fosscord-server.git"
}, },
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -23,7 +23,7 @@
"discord-open-source" "discord-open-source"
], ],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -10,7 +10,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"devDependencies": { "devDependencies": {
"@types/node": "^15.6.1", "@types/node": "^15.6.1",
"@types/ws": "^7.4.4", "@types/ws": "^7.4.4",