summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1f2405f40fd..7e2e7637321c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pdepend
pkgrel = 1
url = http://pdepend.org/
arch = any
- license = GPLv3
+ license = BSD
depends = php
source = http://static.pdepend.org/php/2.1.0/pdepend.phar
source = pdepend.install
@@ -12,4 +12,3 @@ pkgbase = pdepend
md5sums = 2ac82322f6c7bf452459d422ce1f8bc3
pkgname = pdepend
-
diff --git a/PKGBUILD b/PKGBUILD
index c141ac613211..cfefd0ece5eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='A tool for PHP software metrics'
url="http://pdepend.org/"
arch=('any')
-license=('GPLv3')
+license=('BSD')
depends=('php')
source=("http://static.pdepend.org/php/${pkgver}/pdepend.phar"
"pdepend.install")