Skip to content

Commit da8b3a7

Browse files
committed
README: Use proper license identifier
1 parent 95d50ca commit da8b3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This installer ensures that plugins and skins end up in the correct directory:
1515
{
1616
"name": "<your-vendor-name>/<plugin-name>",
1717
"type": "roundcube-plugin",
18-
"license": "GPL-3.0+",
18+
"license": "GPL-3.0-or-later",
1919
"require": {
2020
"roundcube/plugin-installer": ">=0.3.0"
2121
}
@@ -26,7 +26,7 @@ This installer ensures that plugins and skins end up in the correct directory:
2626
{
2727
"name": "<your-vendor-name>/<skin-name>",
2828
"type": "roundcube-skin",
29-
"license": "GPL-3.0+",
29+
"license": "GPL-3.0-or-later",
3030
"require": {
3131
"roundcube/plugin-installer": ">=0.3.0"
3232
}

0 commit comments

Comments
 (0)