Skip to content

Commit d68ab8a

Browse files
committed
Set license of package.json to a valid SPDX expression
1 parent 3b8d9a9 commit d68ab8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ThinreportsEditor",
33
"version": "0.10.0",
4-
"license": "GPLv3",
4+
"license": "GPL-3.0",
55
"description": "Designer for Thinreports",
66
"main": "main.js"
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ThinreportsEditor",
33
"version": "0.0.0",
4-
"license": "GPLv3",
4+
"license": "GPL-3.0",
55
"description": "Designer for Thinreports",
66
"scripts": {
77
"start": "cross-env NODE_ENV=development electron app",

0 commit comments

Comments
 (0)