Clatify license in composer.json

We are still GPL-2.0 only, so document that properly.

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2018-01-22 14:13:40 +01:00
parent 849528521e
commit dcc13ddc50

View File

@ -11,7 +11,7 @@
"docs": "https://docs.phpmyadmin.net/",
"source": "https://github.com/phpmyadmin/phpmyadmin"
},
"license": "GPL-2.0",
"license": "GPL-2.0-only",
"authors": [
{
"name": "The phpMyAdmin Team",