summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Scott Tincman Tinkham2015-06-15 12:13:44 -0600
committerJonathan Scott Tincman Tinkham2015-06-15 12:13:44 -0600
commite90c67ccb45b7ed273b2744d15562fbde9334fd8 (patch)
treef8002ce3a52cea94a571dd10b637ecc103f16883
parentf046bce557db0ef25adfad8127c67afba55f1723 (diff)
downloadaur-e90c67ccb45b7ed273b2744d15562fbde9334fd8.tar.gz
Correct license info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6fc48c5ebd..83a21c835010 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = freeocl-git
url = https://code.google.com/p/freeocl/
arch = i686
arch = x86_64
- license = GPL
+ license = LGPL
makedepends = cmake
depends = libatomic_ops
depends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index c54bf877c818..4a9ab744ca71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Implementation of OpenCL 1.2 specifications targeting CPUs'
arch=(i686 x86_64)
url='https://code.google.com/p/freeocl/'
-license=(GPL)
+license=(LGPL)
depends=(libatomic_ops gcc)
provides=(libcl opencl-headers)
conflicts=(libcl opencl-headers)