mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 06:35:45 -07:00
Merge pull request #131 from Exile37/hotfix/composer_license_upgrade
Upgrade composer, node and bower project license to MIT
This commit is contained in:
commit
b87e2000ca
3 changed files with 98 additions and 77 deletions
|
@ -5,7 +5,7 @@
|
|||
"authors": [
|
||||
"Exile <admin@torrentpier.me>"
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://torrentpier.me/",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
|
|
|
@ -2,13 +2,34 @@
|
|||
"name": "torrentpier/torrentpier",
|
||||
"description": "TorrentPier. Bittorrent-tracker engine",
|
||||
"type": "project",
|
||||
"keywords": ["bittorrent","forum","torrent","tracker"],
|
||||
"keywords": [
|
||||
"bittorrent",
|
||||
"forum",
|
||||
"torrent",
|
||||
"tracker"
|
||||
],
|
||||
"homepage": "https://torrentpier.me/",
|
||||
"license": "GPL-3.0",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Exile",
|
||||
"email": "admin@torrentpier.me",
|
||||
"homepage": "https://torrentpier.me/forum/members/exile.1/",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "Diolektor",
|
||||
"homepage": "https://torrentpier.me/forum/members/diolektor.5765/",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "PheRum",
|
||||
"homepage": "https://torrentpier.me/forum/members/pherum.23/",
|
||||
"role": "Developer"
|
||||
},
|
||||
{
|
||||
"name": "tpuser",
|
||||
"homepage": "https://torrentpier.me/forum/members/tpuser.7560/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"url": "git+https://github.com/torrentpier/torrentpier.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "GPL-3.0",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/torrentpier/torrentpier/issues"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue