summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70dea8fce87f..c1a2697b691a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = mingw-w64-unifdef
pkgrel = 1
url = http://dotat.at/prog/unifdef/
arch = any
- license = GPL
+ license = BSD
makedepends = mingw-w64-gcc
depends = mingw-w64-crt
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 4486d319838b..2793a1e77a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Remove #ifdef'ed lines (mingw-w64)"
arch=('any')
url="http://dotat.at/prog/unifdef/"
-license=('GPL')
+license=('BSD')
makedepends=('mingw-w64-gcc')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')