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 cbc32749c0e1..6c913268f36f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = omegat-plugin-okapi
pkgrel = 1
url = http://okapi.opentag.com
arch = any
- license = GPL
+ license = LGPL3
depends = omegat
options = !strip
source = https://bintray.com/artifact/download/okapi/Distribution/okapi-pluginForOmegaT_all-platforms_0.25.zip
diff --git a/PKGBUILD b/PKGBUILD
index 169f1b3386d8..a0423d7eb34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Additional file filters such as TTX, IDML, JSON, etc."
arch=('any')
url="http://okapi.opentag.com"
-license=('GPL')
+license=('LGPL3')
depends=('omegat')
options=('!strip')
source=(https://bintray.com/artifact/download/okapi/Distribution/okapi-pluginForOmegaT_all-platforms_${pkgver}.zip)