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 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'
)