diff options
Diffstat (limited to 'modules')
-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", |