summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-01-30 12:11:19 +0100
committerFrederik “Freso” S. Olesen2024-01-30 12:11:19 +0100
commit7bd3b44f35e65f02b9ef43d3c595b6c473bf3422 (patch)
treee3890343402b4acfd2ab9edff12434c71215ec5d
parentf15e3619bc096b06b4d70ce6a73fdcab1a394b8c (diff)
downloadaur-7bd3b44f35e65f02b9ef43d3c595b6c473bf3422.tar.gz
First attempt at updated license string
This is an attempt at a very conservative reading of the source licensing, based on the two README files included with the package as well as the upstream source at https://github.com/jeppebundsgaard/stavekontrolden I’ve asked for additional clarification regarding specifics of the licensing in a GitHub issue: https://github.com/jeppebundsgaard/stavekontrolden/issues/5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c046648ab8..bd35e0a1cbee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,7 @@ pkgbase = stavekontrolden
pkgrel = 1
url = https://stavekontrolden.dk/
arch = any
- license = GPL2
- license = LGPL2.1
- license = MPL
+ license = GPL-3.0-only AND (GPL-2.0-only AND LGPL-2.1-only AND MPL-1.1)
makedepends = libarchive
makedepends = coreutils
makedepends = findutils
diff --git a/PKGBUILD b/PKGBUILD
index 33257b4e05de..e0ba8c5785c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Stavekontrolden Danish dictionaries; for use with nuspell/hunspell, hyphen, libmythes, LibreOffice, and OpenOffice"
arch=('any')
url='https://stavekontrolden.dk/'
-license=('GPL2' 'LGPL2.1' 'MPL')
+license=('GPL-3.0-only AND (GPL-2.0-only AND LGPL-2.1-only AND MPL-1.1)')
optdepends=(
'hunspell: the spell checking libraries and apps'
'hyphen: for use of hyphenation rules'