diff options
Diffstat (limited to 'src/settings')
3 files changed, 14 insertions, 0 deletions
diff --git a/src/settings/contextmenu/servicemenuinstaller/CMakeLists.txt b/src/settings/contextmenu/servicemenuinstaller/CMakeLists.txt index 606f2c5d0..5cfb0088c 100644 --- a/src/settings/contextmenu/servicemenuinstaller/CMakeLists.txt +++ b/src/settings/contextmenu/servicemenuinstaller/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-2023 KDE Contributors +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL + remove_definitions(-DTRANSLATION_DOMAIN=\"dolphin\") add_definitions(-DTRANSLATION_DOMAIN=\"dolphin_servicemenuinstaller\") diff --git a/src/settings/contextmenu/servicemenuinstaller/Messages.sh b/src/settings/contextmenu/servicemenuinstaller/Messages.sh index 5012eead6..326a8aa2d 100755 --- a/src/settings/contextmenu/servicemenuinstaller/Messages.sh +++ b/src/settings/contextmenu/servicemenuinstaller/Messages.sh @@ -1,2 +1,8 @@ #! /usr/bin/env bash + +# SPDX-FileCopyrightText: 2019 Alexander Potashev <[email protected]> +# SPDX-FileCopyrightText: 2020 Duong Do Minh Chau <[email protected]> +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL + $XGETTEXT `find . -name \*.cpp` -o $podir/dolphin_servicemenuinstaller.pot diff --git a/src/settings/dolphin_update_splitviewsettings.cpp b/src/settings/dolphin_update_splitviewsettings.cpp index 5ba905442..f208d3d2f 100644 --- a/src/settings/dolphin_update_splitviewsettings.cpp +++ b/src/settings/dolphin_update_splitviewsettings.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 Rafał Lichwała <[email protected]> +// +// SPDX-License-Identifier: GPL-2.0-or-later + #include <KConfigGroup> #include <KSharedConfig> |
