From af19a0ef93af2bfecd93580849e9e005bc0c8ca6 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 4 Aug 2021 00:00:44 +0200 Subject: 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 --- modules/check-outbound-license.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/check-outbound-license.py') 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", -- cgit v1.2.1