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:
parent
b0bcb879d0
commit
026df6a36f
122 changed files with 1904 additions and 1828 deletions
|
@ -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.*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue