mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
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:
@@ -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.*",
|
||||
|
||||
Reference in New Issue
Block a user