summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2024-01-15 14:54:58 +0200
committereugene2024-01-15 14:54:58 +0200
commit79e523d7d11115e77fe538f28cab711a3a1aa034 (patch)
tree72826bfed777d39e00fbaf6d241974586be1d0d5
parentb230a11abcb94a6a082c0a3b2982068ac0139232 (diff)
downloadaur-79e523d7d11115e77fe538f28cab711a3a1aa034.tar.gz
update license identifier to SPDX spec
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e83c6123e94e..541d8391398f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = hunspell-uk
pkgrel = 1
url = https://github.com/brown-uk/dict_uk
arch = any
- license = CCPL
+ license = GPL-3.0-or-later
+ license = CC-BY-NC-SA-4.0
makedepends = gradle
makedepends = qt5-webengine
optdepends = hunspell: the spell checking libraries and apps
diff --git a/PKGBUILD b/PKGBUILD
index 08ca2d5ac3a5..c92980503327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Ukrainian spelling dictionary"
arch=(any)
url=https://github.com/brown-uk/dict_uk
-license=(CCPL)
+license=(GPL-3.0-or-later CC-BY-NC-SA-4.0)
optdepends=('hunspell: the spell checking libraries and apps')
makedepends=(gradle qt5-webengine)
source=($pkgname-$pkgver.tar.gz::https://github.com/brown-uk/dict_uk/archive/refs/tags/v$pkgver.tar.gz)