From c1354015bcc014917d806f7e84a92617b3ecc590 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
Date: Tue, 11 Sep 2018 14:07:04 +0200
Subject: [PATCH] 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.
---
 community/cloc/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/cloc/APKBUILD b/community/cloc/APKBUILD
index c8669a9a0ce3..bfd9845dd684 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=""
-- 
GitLab