Update deprecated license … (#410)

The spdx have deprecated the short license identifier GPL-2.0+ and we should use GPL-2.0-or-later
https://spdx.org/licenses/
This commit is contained in:
Brian Teeman 2019-09-16 15:08:17 +01:00 committed by George Wilson
parent 51403b36b1
commit 5ad08ed6e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name" : "joomla-extensions/weblinks",
"description": "The Open Source PHP Framework for creating complex Joomla extensions",
"license" : "GPL-2.0+",
"license" : "GPL-2.0-or-later",
"config": {
"platform": {
"php": "5.6.0"