summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2015-08-18 00:21:16 +0200
committerOtto Sabart2015-08-18 00:21:16 +0200
commit7bb3477ee4b73b1a5beb9d249c5bda7dd5e34cee (patch)
tree000d7613d83d5db1bf2cd5e4cfda9b2f4d9a7d64
parent6ff9225979af28f62447978d07486150e6e51c65 (diff)
downloadaur-7bb3477ee4b73b1a5beb9d249c5bda7dd5e34cee.tar.gz
updated license
-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')