logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 6f5f434caaefda068b397d29b77c7714a9563eae
parent: 76198c63b613f353f2e4a82ce89a8450ca219b88
Author: TrashMacNugget <35081257+TrashMacNugget@users.noreply.github.com>
Date:   Mon, 26 Feb 2018 16:52:27 -0800

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:

Mpackage.json2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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" },