about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorTrashMacNugget <35081257+TrashMacNugget@users.noreply.github.com>2018-02-26 16:52:27 -0800
committerEugen Rochko <eugen@zeonfederated.com>2018-02-27 01:52:27 +0100
commit6f5f434caaefda068b397d29b77c7714a9563eae (patch)
tree83ae906a946b77a9b71e28224cac003409ee0a76 /package.json
parent76198c63b613f353f2e4a82ce89a8450ca219b88 (diff)
Specify AGPLv3+ (#6546)
* Specify AGPLv3+

Since the documentation doesn't specify you can use Mastodon as AGPLv3 or any later version.

* Use newest version of SPDX AGPLv3+ identifier
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3bf7c9b66..abc13e1ea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "mastodon",
-  "license": "AGPL-3.0",
+  "license": "AGPL-3.0-or-later",
   "engines": {
     "node": ">=6"
   },