Skip to content

Commit c8b3910

Browse files
authored
AGPL-3.0-only -> AGPL-3.0-or-later (#80)
Update license. Use source code headers as authoritative source. Per #79 (comment)
1 parent 7b224d6 commit c8b3910

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
4-
"license": "https://spdx.org/licenses/AGPL-3.0-only",
4+
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
55
"codeRepository": "https://github.com/codemeta/codemeta-generator",
66
"dateCreated": "2019-10-02",
77
"issueTracker": "https://github.com/codemeta/codemeta-generator/issues",

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"name": "Software Heritage",
5555
"url": "https://www.softwareheritage.org/"
5656
},
57-
"license": "https://spdx.org/licenses/AGPL-3.0-only",
57+
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
5858
"dateCreated": "2019-10-02",
5959
"softwareVersion": "3.0"
6060
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"devDependencies": {
1515
"cypress": "^15.3.0"
1616
},
17-
"license": "AGPL-3.0-only"
17+
"license": "AGPL-3.0-or-later"
1818
}

0 commit comments

Comments
 (0)