mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 21:36:13 +01:00
[TASK] Switch the license in the package.json to GPL V2 (#1325)
TYPO3 Extensions are GPL V2+. This is already stated in LICENSE and composer.json. For some reason package.json had a different license, which is now streamlined. Resolves: #1305
This commit is contained in:
parent
234251eaea
commit
d9347c174c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"type": "module",
|
||||
"author": "",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"engines": {
|
||||
"node": "^18.20.0",
|
||||
"npm": "^10.5.0"
|
||||
|
|
Loading…
Reference in a new issue