[TASK] Update composer.json license definition
Composer license definition GPL-2.0+ has been deprecated and has to be replaced with GPL-2.0-or-later. Resolves: #83607 Releases: master, 8.7, 7.6, 6.2 Change-Id: I6113bc3a90cb6a56830b930522dde2eaacd5025e Reviewed-on: https://review.typo3.org/55401 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
... | ... | @@ -4,7 +4,7 @@ |
"keywords": ["typo3", "cms", "content management system", "extbase"], | ||
"homepage": "https://typo3.org/", | ||
"type": "typo3-cms-core", | ||
"license": "GPL-2.0+", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "TYPO3 CMS Core Team", | ||
... | ... |
Please register or sign in to comment