Relicense project under MIT

Permission obtained from @DDynamic. Contributions from other users were
removed since we did not obtain permission from them for the re-license.

From this point forward all contributors must have a signed Contributor
License Agreement on file.
This commit is contained in:
Dane Everitt 2016-01-20 15:56:40 -05:00
parent b0bcb879d0
commit 026df6a36f
122 changed files with 1904 additions and 1828 deletions

View file

@ -1,8 +1,20 @@
{
"name": "Pterodactyl Panel",
"description": "The free, open-source game management panel. Supporting Minecraft, Spigot, BungeeCord, and SRCDS servers.",
"license": "GPL-3.0",
"author": "Dane Everitt <dane@daneeveritt.com>",
"license": "MIT",
"authors": [
{
"name": "Dane Everitt",
"email": "dane@daneeveritt.com",
"homepage": "https://github.com/DaneEveritt",
"role": "Lead Developer"
},
{
"name": "Dylan Seidt",
"email": "dylan.seidt@gmail.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",