Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2018-01-22 16:13:40 +0300
committerMichal Čihař <michal@cihar.com>2018-01-22 16:14:21 +0300
commitdcc13ddc50a1456858bed55e09a24d07c35b31c7 (patch)
treec144561118373c578e2782f15f57b7668d0cc8b4 /composer.json
parent849528521ebe9a6506ecd9dd0dd2c07eb2f54adc (diff)
Clatify license in composer.json
We are still GPL-2.0 only, so document that properly. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cc181ede49..596dae291b 100644
--- a/composer.json
+++ b/composer.json
@@ -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",