diff options
author | Andreas Cord-Landwehr <cordlandwehr@kde.org> | 2021-04-10 12:09:57 +0200 |
---|---|---|
committer | Andreas Cord-Landwehr <cordlandwehr@kde.org> | 2021-04-10 12:10:40 +0200 |
commit | 48fd62f88073d268108b681aff53bc36b07d7523 (patch) | |
tree | c6472947eeefba37df8bb52d46fd30eb5b5dc338 /src/gui | |
parent | 5210b3349e47e128674b6a4426035ccba27404cd (diff) | |
download | kconfig-48fd62f88073d268108b681aff53bc36b07d7523.tar.gz kconfig-48fd62f88073d268108b681aff53bc36b07d7523.tar.bz2 |
Relicense to LGPL-2.0-or-later
All named authors from copyright statements confirmed this change
(confirmations at sysadmins' longterm archive). From the git history
check, relicensecheck tells:
- lgplv2+: mdawson pandom79@gmail.com
mdawson ( 6 LOC): 0005ba7
pandom79@gmail.com ( 4 LOC): eeb2bbe
Whereas pandom79 does not posses a KDE contributor account but also
confirmed via private mail (confirmation mail also in sysadmins'
archive).
Change 0005ba7 is a syntactical replacement of QT_TRANSLATE_NOOP with
QT_TRANSLATE_NOOP3 and thus can be assumed to not by copyrightable.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kstandardshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kstandardshortcut.cpp b/src/gui/kstandardshortcut.cpp index ac8431df..6afd4a9f 100644 --- a/src/gui/kstandardshortcut.cpp +++ b/src/gui/kstandardshortcut.cpp @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2000 Nicolas Hadacek <haadcek@kde.org> SPDX-FileCopyrightText: 2001, 2002 Ellis Whitehead <ellis@kde.org> - SPDX-License-Identifier: LGPL-2.0-only + SPDX-License-Identifier: LGPL-2.0-or-later */ #include "kstandardshortcut.h" |