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 /util | |
parent | Merge pull request #759 from MaddyUnderStars/fix/respectRegisterConfig (diff) | |
download | server-860b5a82ef91d2f73a9502ffbae831e60bf8b26c.tar.xz |
Use SPDX license syntax in 'package.json' files
Diffstat (limited to 'util')
-rw-r--r-- | util/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |