diff options
author | Nicolas Fella <nicolas.fella@gmx.de> | 2021-06-01 15:02:21 +0200 |
---|---|---|
committer | Nicolas Fella <nicolas.fella@gmx.de> | 2021-06-01 15:02:21 +0200 |
commit | de019f486be80a05b9654fc5540b66635e2b729a (patch) | |
tree | 3f805ecd26ebdd2fd4584e4eaeca8dacddb82749 | |
parent | 068d8616fa7398c03972da547affe2115b4b26ab (diff) | |
download | extra-cmake-modules-5.83.0-rc1.tar.gz extra-cmake-modules-5.83.0-rc1.tar.bz2 |
Add LicenseRef-KDE-Accepted-GPL to license compatibility Matrixv5.83.0-rc1v5.83.0
LicenseRef-KDE-Accepted-GPL is GPL3 + later version accepted by KDE, so a file licensed only under this license is compatible with an outbound license of GPL-3.0-Only
-rwxr-xr-x | modules/check-outbound-license.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/check-outbound-license.py b/modules/check-outbound-license.py index 2657e628..225181f7 100755 --- a/modules/check-outbound-license.py +++ b/modules/check-outbound-license.py @@ -65,6 +65,7 @@ compatibilityMatrix = { "GPL-2.0-or-later", "GPL-3.0-only", "GPL-3.0-or-later", + "LicenseRef-KDE-Accepted-GPL", "MIT", "BSD-2-Clause", "BSD-3-Clause", |