aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@gmx.de>2021-08-04 00:00:44 +0200
committerNicolas Fella <nicolas.fella@gmx.de>2021-08-15 10:58:28 +0000
commitaf19a0ef93af2bfecd93580849e9e005bc0c8ca6 (patch)
tree9cef2968035314c6f3e67ebf46da271b9b973ff5 /modules
parentf7e559e082a7a30753f2b1f675ad56adacb6a3c4 (diff)
downloadextra-cmake-modules-af19a0ef93af2bfecd93580849e9e005bc0c8ca6.tar.gz
extra-cmake-modules-af19a0ef93af2bfecd93580849e9e005bc0c8ca6.tar.bz2
Add LicenseRef-KDE-Accepted-LGPL to license compatibility matrix
KDE-Accepted-LGPL means LGPL3 plus maybe future version, so accept it everywhere LGPL3-only is accepted
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/check-outbound-license.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/check-outbound-license.py b/modules/check-outbound-license.py
index 78a24765..a0dd225c 100755
--- a/modules/check-outbound-license.py
+++ b/modules/check-outbound-license.py
@@ -40,6 +40,7 @@ compatibilityMatrix = {
"LGPL-2.1-or-later",
"LGPL-3.0-only",
"LGPL-3.0-or-later",
+ "LicenseRef-KDE-Accepted-LGPL",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
@@ -66,6 +67,7 @@ compatibilityMatrix = {
"GPL-3.0-only",
"GPL-3.0-or-later",
"LicenseRef-KDE-Accepted-GPL",
+ "LicenseRef-KDE-Accepted-LGPL",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",