From: TrashMacNugget <35081257+TrashMacNugget@users.noreply.github.com> Date: Tue, 27 Feb 2018 00:52:27 +0000 (-0800) Subject: Specify AGPLv3+ (#6546) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6f5f434caaefda068b397d29b77c7714a9563eae;p=mastodon.git 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 --- 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" },