Skip to content

Commit 8742886

Browse files
authored
Update license identifier to match SPDX v3.0 (#7)
* Update composer.json * Update extension.json [skip ci]
1 parent d30469e commit 8742886

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"parser function"
99
],
1010
"homepage": "https://github.com/SemanticMediaWiki/Mermaid",
11-
"license": "GPL-2.0+",
11+
"license": "GPL-2.0-or-later",
1212
"authors": [
1313
{
1414
"name": "mwjames",

extension.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "Mermaid",
33
"version": "1.0.0-alpha",
44
"author": [
5-
"James Hong Kong"
5+
"James Hong Kong"
66
],
77
"url": "https://github.com/SemanticMediaWiki/Mermaid/",
88
"descriptionmsg": "mermaid-desc",
9-
"license-name": "GPL-2.0+",
9+
"license-name": "GPL-2.0-or-later",
1010
"type": "parserhook",
1111
"requires": {
1212
"MediaWiki": ">= 1.27"
@@ -22,4 +22,4 @@
2222
],
2323
"load_composer_autoloader":true,
2424
"manifest_version": 1
25-
}
25+
}

0 commit comments

Comments
 (0)