1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-05 18:32:33 +01:00

Use SPDX license syntax in 'package.json' files

This commit is contained in:
KaKi87 2022-06-02 17:33:50 +02:00
parent b1a8fdba5a
commit 860b5a82ef
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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