summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-11-02 13:44:47 +0100
committersl1pkn072015-11-02 13:44:47 +0100
commit4fe3f2ee077e0670fbd78853d9d85eca4aa9c8aa (patch)
treeedd01a9a2c72da1fb732766742ee211b46e578bb
parent1a8a807ad13235836490cf76c97d5773c8b17328 (diff)
downloadaur-4fe3f2ee077e0670fbd78853d9d85eca4aa9c8aa.tar.gz
Fixed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 815165239873..bda59fc62f36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = waifu2x-converter-cpp-cuda-git
url = https://github.com/tanakamura/waifu2x-converter-cpp
arch = i686
arch = x86_64
- license = GPL
+ license = MIT
makedepends = cmake
makedepends = git
depends = opencv
diff --git a/PKGBUILD b/PKGBUILD
index 91935e6903a7..7840911b8119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Image Super-Resolution for Anime-Style-Art. (re-implementation in C++ using OpenCV). with CUDA support (GIT Version)"
arch=('i686' 'x86_64')
url='https://github.com/tanakamura/waifu2x-converter-cpp'
-license=('GPL')
+license=('MIT')
depends=('opencv'
'cuda'
)