Browse Source

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
pull/4/head
TrashMacNugget 6 years ago
committed by Eugen Rochko
parent
commit
6f5f434caa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "mastodon",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=6"
},

Loading…
Cancel
Save