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": [
|
"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": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
|
|
@ -2,13 +2,34 @@
|
||||||
"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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue