aboutsummaryrefslogtreecommitdiffstats
path: root/community/cloc
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-11 14:07:04 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-11 14:08:49 +0200
commitc1354015bcc014917d806f7e84a92617b3ecc590 (patch)
treef92583ac704e06f530966ceba00f0a95a3757c57 /community/cloc
parent58bced8f70bd93e93a71176cd29f2db1a08a42d7 (diff)
downloadaports-c1354015bcc014917d806f7e84a92617b3ecc590.tar.bz2
aports-c1354015bcc014917d806f7e84a92617b3ecc590.tar.xz
community/cloc: clarify license
See: https://github.com/AlDanial/cloc#license- The GPL `or later`-clause is contained in the comment header of various files, including the cloc script itself.
Diffstat (limited to 'community/cloc')
-rw-r--r--community/cloc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cloc/APKBUILD b/community/cloc/APKBUILD
index c8669a9a0c..bfd9845dd6 100644
--- a/community/cloc/APKBUILD
+++ b/community/cloc/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Count lines of code"
url="https://github.com/AlDanial/cloc"
arch="noarch"
-license="GPL-2.0"
+license="GPL-2.0-or-later Artistic-2.0"
depends="perl perl-algorithm-diff perl-regexp-common
perl-parallel-forkmanager"
makedepends=""