Merge pull request #131 from Exile37/hotfix/composer_license_upgrade

Upgrade composer, node and bower project license to MIT
This commit is contained in:
Yuriy Pikhtarev 2017-01-28 23:15:14 +03:00 committed by GitHub
commit b87e2000ca
3 changed files with 98 additions and 77 deletions

View file

@ -5,7 +5,7 @@
"authors": [
"Exile <admin@torrentpier.me>"
],
"license": "GPL-3.0",
"license": "MIT",
"homepage": "https://torrentpier.me/",
"ignore": [
"**/.*",

View file

@ -2,19 +2,40 @@
"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"
}
],
"support": {
"email": "support@torrentpier.me",
"issues" : "https://github.com/torrentpier/torrentpier/issues",
"issues": "https://github.com/torrentpier/torrentpier/issues",
"forum": "https://torrentpier.me/forum/",
"get": "https://get.torrentpier.me/",
"docs": "https://faq.torrentpier.me/"

View file

@ -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"
},