diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-06-19 11:40:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 11:40:18 +0300 |
commit | 04625895ed98c542b336e2934680c9457409d605 (patch) | |
tree | 197223fb840a1ad0f8efc9dd68bcf3c6b6e56020 | |
parent | Merge pull request #767 from MaddyUnderStars/feat/pingInformation (diff) | |
parent | Use SPDX license syntax in 'package.json' files (diff) | |
download | server-04625895ed98c542b336e2934680c9457409d605.tar.xz |
Merge pull request #763 from KaKi87/spdx
Use SPDX license syntax in 'package.json' files
-rw-r--r-- | api/package.json | 2 | ||||
-rw-r--r-- | bundle/package.json | 2 | ||||
-rw-r--r-- | cdn/package.json | 2 | ||||
-rw-r--r-- | dashboard/package.json | 2 | ||||
-rw-r--r-- | gateway/package.json | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | util/package.json | 2 | ||||
-rw-r--r-- | webrtc/package.json | 2 |
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", |