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

View file

@ -2,19 +2,40 @@
"name": "torrentpier/torrentpier", "name": "torrentpier/torrentpier",
"description": "TorrentPier. Bittorrent-tracker engine", "description": "TorrentPier. Bittorrent-tracker engine",
"type": "project", "type": "project",
"keywords": ["bittorrent","forum","torrent","tracker"], "keywords": [
"bittorrent",
"forum",
"torrent",
"tracker"
],
"homepage": "https://torrentpier.me/", "homepage": "https://torrentpier.me/",
"license": "GPL-3.0", "license": "MIT",
"authors": [ "authors": [
{ {
"name": "Exile", "name": "Exile",
"email": "admin@torrentpier.me", "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" "role": "Developer"
} }
], ],
"support": { "support": {
"email": "support@torrentpier.me", "email": "support@torrentpier.me",
"issues" : "https://github.com/torrentpier/torrentpier/issues", "issues": "https://github.com/torrentpier/torrentpier/issues",
"forum": "https://torrentpier.me/forum/", "forum": "https://torrentpier.me/forum/",
"get": "https://get.torrentpier.me/", "get": "https://get.torrentpier.me/",
"docs": "https://faq.torrentpier.me/" "docs": "https://faq.torrentpier.me/"

View file

@ -14,7 +14,7 @@
"url": "git+https://github.com/torrentpier/torrentpier.git" "url": "git+https://github.com/torrentpier/torrentpier.git"
}, },
"author": "", "author": "",
"license": "GPL-3.0", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/torrentpier/torrentpier/issues" "url": "https://github.com/torrentpier/torrentpier/issues"
}, },