summary refs log tree commit diff
diff options
context:
space:
mode:
authorKaKi87 <KaKi87@pm.me>2022-06-02 17:33:50 +0200
committerKaKi87 <KaKi87@pm.me>2022-06-02 17:33:50 +0200
commit5adcd70a5171ae807f5fcbcd65eb6a5938c6386a (patch)
tree5e19903f69a71c5c542e3467304be5ce7ed16a59
parentMerge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig (diff)
downloadserver-5adcd70a5171ae807f5fcbcd65eb6a5938c6386a.tar.xz
Use SPDX license syntax in 'package.json' files
-rw-r--r--api/package.json2
-rw-r--r--bundle/package.json2
-rw-r--r--cdn/package.json2
-rw-r--r--dashboard/package.json2
-rw-r--r--gateway/package.json2
-rw-r--r--package.json2
-rw-r--r--util/package.json2
-rw-r--r--webrtc/package.json2
8 files changed, 8 insertions, 8 deletions
diff --git a/api/package.json b/api/package.json
index 65472522..29fa82a1 100644
--- a/api/package.json
+++ b/api/package.json
@@ -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"
 	},
diff --git a/bundle/package.json b/bundle/package.json
index 7d68427f..d44d257f 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -18,7 +18,7 @@
 	},
 	"keywords": [],
 	"author": "Fosscord",
-	"license": "AGPLV3",
+	"license": "AGPL-3.0-only",
 	"bugs": {
 		"url": "https://github.com/fosscord/fosscord-server/issues"
 	},
diff --git a/cdn/package.json b/cdn/package.json
index f1d12ba5..46405b88 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -15,7 +15,7 @@
 	},
 	"keywords": [],
 	"author": "Fosscord",
-	"license": "AGPLV3",
+	"license": "AGPL-3.0-only",
 	"bugs": {
 		"url": "https://github.com/fosscord/fosscord-server/issues"
 	},
diff --git a/dashboard/package.json b/dashboard/package.json
index e71de793..9afe20f8 100644
--- a/dashboard/package.json
+++ b/dashboard/package.json
@@ -15,7 +15,7 @@
 	},
 	"keywords": [],
 	"author": "Fosscord",
-	"license": "AGPLV3",
+	"license": "AGPL-3.0-only",
 	"bugs": {
 		"url": "https://github.com/fosscord/fosscord-server/issues"
 	},
diff --git a/gateway/package.json b/gateway/package.json
index 92d812b4..7a3b1012 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -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",
diff --git a/package.json b/package.json
index 3395122e..8488ff28 100644
--- a/package.json
+++ b/package.json
@@ -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"
 	},
diff --git a/util/package.json b/util/package.json
index 7251d3e4..35d2fbbe 100644
--- a/util/package.json
+++ b/util/package.json
@@ -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"
 	},
diff --git a/webrtc/package.json b/webrtc/package.json
index ab9e7486..d973dd7e 100644
--- a/webrtc/package.json
+++ b/webrtc/package.json
@@ -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",