mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[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/55404 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by: Riccardo De Contardi <erredeco@gmail.com> Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Tested-by: Oliver Hader <oliver.hader@typo3.org>
This commit is contained in:
parent
4e780cd3ef
commit
056687d954
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
"type": "typo3-cms-framework",
|
"type": "typo3-cms-framework",
|
||||||
"description": "",
|
"description": "",
|
||||||
"homepage": "https://typo3.org",
|
"homepage": "https://typo3.org",
|
||||||
"license": ["GPL-2.0+"],
|
"license": ["GPL-2.0-or-later"],
|
||||||
"authors": [{
|
"authors": [{
|
||||||
"name": "TYPO3 Core Team",
|
"name": "TYPO3 Core Team",
|
||||||
"email": "typo3cms@typo3.org",
|
"email": "typo3cms@typo3.org",
|
||||||
|
|
Loading…
Reference in a new issue