summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6054ef82cb49..ea10e43e2e1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = adminer
url = http://www.adminer.org
install = adminer.install
arch = any
- license = Apache License, Version 2.0
+ license = Apache
+ license = GPL
depends = php
optdepends = mysql
optdepends = apache
diff --git a/PKGBUILD b/PKGBUILD
index 397a536aa6c7..9f904374390c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=4.2.2
pkgrel=1
pkgdesc="A full-featured MySQL management tool written in PHP"
arch=('any')
-license=('Apache License, Version 2.0')
+license=('Apache', 'GPL')
depends=('php')
conflicts=('adminer-git')
optdepends=('mysql' 'apache' 'adminer-skins' 'postgresql' 'sqlite3')