diff options
author | KaKi87 <KaKi87@pm.me> | 2022-06-02 17:33:50 +0200 |
---|---|---|
committer | KaKi87 <KaKi87@pm.me> | 2022-06-02 17:33:50 +0200 |
commit | 860b5a82ef91d2f73a9502ffbae831e60bf8b26c (patch) | |
tree | 5705ebe0e6aa813051174e44efdae72c12a52257 | |
parent | Merge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig (diff) | |
download | server-860b5a82ef91d2f73a9502ffbae831e60bf8b26c.tar.xz |
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", |