summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Knegjens2017-01-22 09:30:48 +0100
committerRob Knegjens2017-01-22 09:30:48 +0100
commitc13dcbbe5aaa4286c2efeef4bbcd7d6fc25c7b62 (patch)
tree0297c0bc6b0c5ba0a452251632c5b6a903eec759
parent601e4a3c422bfb0fac4969d2e111c41b497e5e69 (diff)
downloadaur-c13dcbbe5aaa4286c2efeef4bbcd7d6fc25c7b62.tar.gz
updated license to GPL2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7bd6793bc5b..4fa582779add 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = qcl
url = http://tph.tuwien.ac.at/~oemer/qcl.html
arch = i686
arch = x86_64
- license = unknown
+ license = GPL2
depends = flex
depends = bison
depends = readline
diff --git a/PKGBUILD b/PKGBUILD
index 2636efbe9433..1c8ea0d3c1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='Quantum Computation Language'
arch=('i686' 'x86_64')
url="http://tph.tuwien.ac.at/~oemer/qcl.html"
-license=('unknown')
+license=('GPL2')
depends=('flex' 'bison' 'readline' 'ncurses' 'plotutils')
source=("http://tph.tuwien.ac.at/~oemer/tgz/qcl-0.6.4.tgz" "makefile.patch")
md5sums=('a440b8b4441ba31f7d66ca76b4894a38'