diff options
author | Nicolas Fella <nicolas.fella@gmx.de> | 2021-08-04 00:00:44 +0200 |
---|---|---|
committer | Nicolas Fella <nicolas.fella@gmx.de> | 2021-08-15 10:58:28 +0000 |
commit | af19a0ef93af2bfecd93580849e9e005bc0c8ca6 (patch) | |
tree | 9cef2968035314c6f3e67ebf46da271b9b973ff5 | |
parent | f7e559e082a7a30753f2b1f675ad56adacb6a3c4 (diff) | |
download | extra-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
-rwxr-xr-x | modules/check-outbound-license.py | 2 |
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", |