33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-12-31 22:11:58 +00:00

Update deprecated license …

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-10 10:50:22 +01:00 committed by GitHub
parent 444498a542
commit 60cc4f6f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"description": "Joomla! Patch Testing Component",
"keywords": ["joomla", "cms"],
"homepage": "https://github.com/joomla-extensions/patchtester",
"license": "GPL-2.0+",
"license": "GPL-2.0-or-later",
"config": {
"vendor-dir": "administrator/components/com_patchtester/vendor"
},