diff options
author | saturneric <[email protected]> | 2024-07-29 20:22:46 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 20:22:46 +0000 |
commit | 1fa7c648e357093ce5f41da0f68a67c229b344da (patch) | |
tree | 1926aea79a8054c0b329440a50d4da846fea2729 | |
parent | fix: solve some issues form codeql ci yml (diff) | |
download | GpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.tar.gz GpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.zip |
feat: update copyright info
325 files changed, 410 insertions, 434 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 259457a1..cbab158d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # diff --git a/scripts/copyright_checking.py b/scripts/copyright_checking.py index 6002e0fe..c03ca558 100644 --- a/scripts/copyright_checking.py +++ b/scripts/copyright_checking.py @@ -2,7 +2,7 @@ import os # copyright text for source files copyright_text_source = """/** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -30,7 +30,7 @@ copyright_text_source = """/** */""" # copyright text for script files -copyright_text_script = """# Copyright (C) 2021 Saturneric <[email protected]> +copyright_text_script = """# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # @@ -67,7 +67,9 @@ def check_copright_by_path(path, copyright_text, suffix): print(f"copyright declaration missing: {file_path}") check_copright_by_path("src", copyright_text_source, ('.c', '.cpp', '.h', '.hpp')) -check_copright_by_path("test", copyright_text_source, ('.c', '.cpp', '.h', '.hpp')) check_copright_by_path("src", copyright_text_script, ('.txt')) check_copright_by_path("src", copyright_text_script, ('.txt')) +check_copright_by_path("modules", copyright_text_script, ('.txt')) +check_copright_by_path("modules", copyright_text_script, ('.c', '.cpp', '.h', '.hpp')) + print("check done")
\ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 28f30f13..87869950 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # diff --git a/src/GpgFrontend.h.in b/src/GpgFrontend.h.in index 56173bbd..d55235b5 100644 --- a/src/GpgFrontend.h.in +++ b/src/GpgFrontend.h.in @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/GpgFrontendBuildInfo.h.in b/src/GpgFrontendBuildInfo.h.in index 37338de0..1bedda93 100644 --- a/src/GpgFrontendBuildInfo.h.in +++ b/src/GpgFrontendBuildInfo.h.in @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/GpgFrontendBuildInstallInfo.h.in b/src/GpgFrontendBuildInstallInfo.h.in index 79ae30b6..3f9c74c9 100644 --- a/src/GpgFrontendBuildInstallInfo.h.in +++ b/src/GpgFrontendBuildInstallInfo.h.in @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/GpgFrontendContext.cpp b/src/GpgFrontendContext.cpp index 9d264dcd..852dbaa0 100644 --- a/src/GpgFrontendContext.cpp +++ b/src/GpgFrontendContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/GpgFrontendContext.h b/src/GpgFrontendContext.h index 9dd805b7..3e5947f5 100644 --- a/src/GpgFrontendContext.h +++ b/src/GpgFrontendContext.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/app.cpp b/src/app.cpp index 4e67a0d6..aac9e2cc 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/cmd.cpp b/src/cmd.cpp index 06222431..b7642b4e 100644 --- a/src/cmd.cpp +++ b/src/cmd.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index d5b213ca..b869d8e1 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # diff --git a/src/core/GpgConstants.cpp b/src/core/GpgConstants.cpp index ade003a8..36e03db8 100644 --- a/src/core/GpgConstants.cpp +++ b/src/core/GpgConstants.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -28,5 +28,4 @@ #include "core/GpgConstants.h" -namespace GpgFrontend { -} // namespace GpgFrontend +namespace GpgFrontend {} // namespace GpgFrontend diff --git a/src/core/GpgConstants.h b/src/core/GpgConstants.h index 1165db78..7cf926cb 100644 --- a/src/core/GpgConstants.h +++ b/src/core/GpgConstants.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/GpgCoreInit.cpp b/src/core/GpgCoreInit.cpp index 4e1b64e1..f24ce200 100644 --- a/src/core/GpgCoreInit.cpp +++ b/src/core/GpgCoreInit.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/GpgCoreInit.h b/src/core/GpgCoreInit.h index ecd6afea..203fd4dc 100644 --- a/src/core/GpgCoreInit.h +++ b/src/core/GpgCoreInit.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/GpgFrontendCore.cpp b/src/core/GpgFrontendCore.cpp index ab589abc..52795173 100644 --- a/src/core/GpgFrontendCore.cpp +++ b/src/core/GpgFrontendCore.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h index 0310804c..fbbab22e 100644 --- a/src/core/GpgFrontendCore.h +++ b/src/core/GpgFrontendCore.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/GpgModel.h b/src/core/GpgModel.h index 72574988..62f62733 100644 --- a/src/core/GpgModel.h +++ b/src/core/GpgModel.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/ArchiveFileOperator.cpp b/src/core/function/ArchiveFileOperator.cpp index 0df1a284..c478ed15 100644 --- a/src/core/function/ArchiveFileOperator.cpp +++ b/src/core/function/ArchiveFileOperator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/ArchiveFileOperator.h b/src/core/function/ArchiveFileOperator.h index bfeec0c4..005ea349 100644 --- a/src/core/function/ArchiveFileOperator.h +++ b/src/core/function/ArchiveFileOperator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/CacheManager.cpp b/src/core/function/CacheManager.cpp index e71936fe..bbb52cc7 100644 --- a/src/core/function/CacheManager.cpp +++ b/src/core/function/CacheManager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/CacheManager.h b/src/core/function/CacheManager.h index 67e7fd75..634f7cb5 100644 --- a/src/core/function/CacheManager.h +++ b/src/core/function/CacheManager.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -90,8 +90,8 @@ class GPGFRONTEND_CORE_EXPORT CacheManager * @param default_value * @return QJsonDocument */ - auto LoadDurableCache(const QString& key, QJsonDocument default_value) - -> QJsonDocument; + auto LoadDurableCache(const QString& key, + QJsonDocument default_value) -> QJsonDocument; /** * @brief diff --git a/src/core/function/CoreSignalStation.cpp b/src/core/function/CoreSignalStation.cpp index 8cb84743..c9946d27 100644 --- a/src/core/function/CoreSignalStation.cpp +++ b/src/core/function/CoreSignalStation.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/CoreSignalStation.h b/src/core/function/CoreSignalStation.h index 5c19f3b0..1b7c3fa2 100644 --- a/src/core/function/CoreSignalStation.h +++ b/src/core/function/CoreSignalStation.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/DataObjectOperator.cpp b/src/core/function/DataObjectOperator.cpp index dbf92cd1..634228c9 100644 --- a/src/core/function/DataObjectOperator.cpp +++ b/src/core/function/DataObjectOperator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/DataObjectOperator.h b/src/core/function/DataObjectOperator.h index fedbd905..fca93fc5 100644 --- a/src/core/function/DataObjectOperator.h +++ b/src/core/function/DataObjectOperator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/GlobalSettingStation.cpp b/src/core/function/GlobalSettingStation.cpp index e123f249..bb4900e1 100644 --- a/src/core/function/GlobalSettingStation.cpp +++ b/src/core/function/GlobalSettingStation.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/GlobalSettingStation.h b/src/core/function/GlobalSettingStation.h index d3287ac2..7234ea2d 100644 --- a/src/core/function/GlobalSettingStation.h +++ b/src/core/function/GlobalSettingStation.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/KeyPackageOperator.cpp b/src/core/function/KeyPackageOperator.cpp index d4642cf7..ccba642c 100644 --- a/src/core/function/KeyPackageOperator.cpp +++ b/src/core/function/KeyPackageOperator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/KeyPackageOperator.h b/src/core/function/KeyPackageOperator.h index 252c7e00..33d389ea 100644 --- a/src/core/function/KeyPackageOperator.h +++ b/src/core/function/KeyPackageOperator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -47,8 +47,8 @@ class GPGFRONTEND_CORE_EXPORT KeyPackageOperator { * @return true if passphrase was generated and saved * @return false if passphrase was not generated and saved */ - static auto GeneratePassphrase(const QString &phrase_path, QString &phrase) - -> bool; + static auto GeneratePassphrase(const QString &phrase_path, + QString &phrase) -> bool; /** * @brief generate the name of the key package diff --git a/src/core/function/PassphraseGenerator.cpp b/src/core/function/PassphraseGenerator.cpp index b7f1e877..e61011e6 100644 --- a/src/core/function/PassphraseGenerator.cpp +++ b/src/core/function/PassphraseGenerator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/PassphraseGenerator.h b/src/core/function/PassphraseGenerator.h index 2e5925b6..8fa7cc92 100644 --- a/src/core/function/PassphraseGenerator.h +++ b/src/core/function/PassphraseGenerator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/SecureMemoryAllocator.cpp b/src/core/function/SecureMemoryAllocator.cpp index 651e4085..778d6f44 100644 --- a/src/core/function/SecureMemoryAllocator.cpp +++ b/src/core/function/SecureMemoryAllocator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/SecureMemoryAllocator.h b/src/core/function/SecureMemoryAllocator.h index 77295f53..9b98e0e4 100644 --- a/src/core/function/SecureMemoryAllocator.h +++ b/src/core/function/SecureMemoryAllocator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/ChannelObject.cpp b/src/core/function/basic/ChannelObject.cpp index 1d9d60b5..15767b93 100644 --- a/src/core/function/basic/ChannelObject.cpp +++ b/src/core/function/basic/ChannelObject.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/ChannelObject.h b/src/core/function/basic/ChannelObject.h index 27be55c4..66c60511 100644 --- a/src/core/function/basic/ChannelObject.h +++ b/src/core/function/basic/ChannelObject.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/GpgFunctionObject.cpp b/src/core/function/basic/GpgFunctionObject.cpp index 2e531c15..25660449 100644 --- a/src/core/function/basic/GpgFunctionObject.cpp +++ b/src/core/function/basic/GpgFunctionObject.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/GpgFunctionObject.h b/src/core/function/basic/GpgFunctionObject.h index 422af4a1..06ad6bfd 100644 --- a/src/core/function/basic/GpgFunctionObject.h +++ b/src/core/function/basic/GpgFunctionObject.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/SingletonStorage.cpp b/src/core/function/basic/SingletonStorage.cpp index fd583820..4883c3a1 100644 --- a/src/core/function/basic/SingletonStorage.cpp +++ b/src/core/function/basic/SingletonStorage.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/SingletonStorage.h b/src/core/function/basic/SingletonStorage.h index 0ef47443..81ae570f 100644 --- a/src/core/function/basic/SingletonStorage.h +++ b/src/core/function/basic/SingletonStorage.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -79,8 +79,8 @@ class GPGFRONTEND_CORE_EXPORT SingletonStorage { * @param p_obj * @return T* */ - auto SetObjectInChannel(int channel, ChannelObjectPtr p_obj) - -> ChannelObject*; + auto SetObjectInChannel(int channel, + ChannelObjectPtr p_obj) -> ChannelObject*; private: class Impl; diff --git a/src/core/function/basic/SingletonStorageCollection.cpp b/src/core/function/basic/SingletonStorageCollection.cpp index 1eee087a..734bf97c 100644 --- a/src/core/function/basic/SingletonStorageCollection.cpp +++ b/src/core/function/basic/SingletonStorageCollection.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/basic/SingletonStorageCollection.h b/src/core/function/basic/SingletonStorageCollection.h index 38ced83b..42dd8515 100644 --- a/src/core/function/basic/SingletonStorageCollection.h +++ b/src/core/function/basic/SingletonStorageCollection.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgAdvancedOperator.cpp b/src/core/function/gpg/GpgAdvancedOperator.cpp index 18b38460..3d5a7b59 100644 --- a/src/core/function/gpg/GpgAdvancedOperator.cpp +++ b/src/core/function/gpg/GpgAdvancedOperator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgAdvancedOperator.h b/src/core/function/gpg/GpgAdvancedOperator.h index 26391e03..1be2c2e4 100644 --- a/src/core/function/gpg/GpgAdvancedOperator.h +++ b/src/core/function/gpg/GpgAdvancedOperator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgBasicOperator.cpp b/src/core/function/gpg/GpgBasicOperator.cpp index d7106a33..eb4ac337 100644 --- a/src/core/function/gpg/GpgBasicOperator.cpp +++ b/src/core/function/gpg/GpgBasicOperator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgBasicOperator.h b/src/core/function/gpg/GpgBasicOperator.h index 37defb45..431ccf1c 100644 --- a/src/core/function/gpg/GpgBasicOperator.h +++ b/src/core/function/gpg/GpgBasicOperator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -63,8 +63,8 @@ class GPGFRONTEND_CORE_EXPORT GpgBasicOperator * @brief * */ - auto EncryptSync(const KeyArgsList&, const GFBuffer&, bool) - -> std::tuple<GpgError, DataObjectPtr>; + auto EncryptSync(const KeyArgsList&, const GFBuffer&, + bool) -> std::tuple<GpgError, DataObjectPtr>; /** * @brief Call the interface provided by GPGME to symmetrical encryption @@ -85,8 +85,8 @@ class GPGFRONTEND_CORE_EXPORT GpgBasicOperator * @param cb * @return std::tuple<GpgError, DataObjectPtr> */ - auto EncryptSymmetricSync(const GFBuffer& in_buffer, bool ascii) - -> std::tuple<GpgError, DataObjectPtr>; + auto EncryptSymmetricSync(const GFBuffer& in_buffer, + bool ascii) -> std::tuple<GpgError, DataObjectPtr>; /** * @@ -113,8 +113,8 @@ class GPGFRONTEND_CORE_EXPORT GpgBasicOperator * @param cb */ auto EncryptSignSync(const KeyArgsList& keys, const KeyArgsList& signers, - const GFBuffer& in_buffer, bool ascii) - -> std::tuple<GpgError, DataObjectPtr>; + const GFBuffer& in_buffer, + bool ascii) -> std::tuple<GpgError, DataObjectPtr>; /** * @brief Call the interface provided by gpgme for decryption operation @@ -210,8 +210,8 @@ class GPGFRONTEND_CORE_EXPORT GpgBasicOperator * @return std::tuple<GpgError, DataObjectPtr> */ auto SignSync(const KeyArgsList& signers, const GFBuffer& in_buffer, - GpgSignMode mode, bool ascii) - -> std::tuple<GpgError, DataObjectPtr>; + GpgSignMode mode, + bool ascii) -> std::tuple<GpgError, DataObjectPtr>; /** * @brief Set the private key for signatures, this operation is a global diff --git a/src/core/function/gpg/GpgCommandExecutor.cpp b/src/core/function/gpg/GpgCommandExecutor.cpp index 5e0f3826..6b65afc5 100644 --- a/src/core/function/gpg/GpgCommandExecutor.cpp +++ b/src/core/function/gpg/GpgCommandExecutor.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgCommandExecutor.h b/src/core/function/gpg/GpgCommandExecutor.h index ac52b295..e3b03c10 100644 --- a/src/core/function/gpg/GpgCommandExecutor.h +++ b/src/core/function/gpg/GpgCommandExecutor.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgContext.cpp b/src/core/function/gpg/GpgContext.cpp index 75e97e0c..3058e33f 100644 --- a/src/core/function/gpg/GpgContext.cpp +++ b/src/core/function/gpg/GpgContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h index 0fcf3e43..7a7ef24b 100644 --- a/src/core/function/gpg/GpgContext.h +++ b/src/core/function/gpg/GpgContext.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgFileOpera.cpp b/src/core/function/gpg/GpgFileOpera.cpp index 9ada4afa..ae9dce82 100644 --- a/src/core/function/gpg/GpgFileOpera.cpp +++ b/src/core/function/gpg/GpgFileOpera.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgFileOpera.h b/src/core/function/gpg/GpgFileOpera.h index d7c2d44c..939ddc2d 100644 --- a/src/core/function/gpg/GpgFileOpera.h +++ b/src/core/function/gpg/GpgFileOpera.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -241,11 +241,10 @@ class GPGFRONTEND_CORE_EXPORT GpgFileOpera * @param ascii * @param out_path */ - auto EncryptSignFileSync(const KeyArgsList& keys, - const KeyArgsList& signer_keys, - const QString& in_path, bool ascii, - const QString& out_path) - -> std::tuple<GpgError, DataObjectPtr>; + auto EncryptSignFileSync( + const KeyArgsList& keys, const KeyArgsList& signer_keys, + const QString& in_path, bool ascii, + const QString& out_path) -> std::tuple<GpgError, DataObjectPtr>; /** * @brief diff --git a/src/core/function/gpg/GpgKeyGetter.cpp b/src/core/function/gpg/GpgKeyGetter.cpp index 8b78b754..60d3c418 100644 --- a/src/core/function/gpg/GpgKeyGetter.cpp +++ b/src/core/function/gpg/GpgKeyGetter.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgKeyGetter.h b/src/core/function/gpg/GpgKeyGetter.h index 2c4c0706..f354ff49 100644 --- a/src/core/function/gpg/GpgKeyGetter.h +++ b/src/core/function/gpg/GpgKeyGetter.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgKeyImportExporter.cpp b/src/core/function/gpg/GpgKeyImportExporter.cpp index b9875131..d0494339 100644 --- a/src/core/function/gpg/GpgKeyImportExporter.cpp +++ b/src/core/function/gpg/GpgKeyImportExporter.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgKeyImportExporter.h b/src/core/function/gpg/GpgKeyImportExporter.h index d0724f7b..b52189f1 100644 --- a/src/core/function/gpg/GpgKeyImportExporter.h +++ b/src/core/function/gpg/GpgKeyImportExporter.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgKeyManager.cpp b/src/core/function/gpg/GpgKeyManager.cpp index 93a864ca..66e28c4e 100644 --- a/src/core/function/gpg/GpgKeyManager.cpp +++ b/src/core/function/gpg/GpgKeyManager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgKeyManager.h b/src/core/function/gpg/GpgKeyManager.h index 85dc6be5..a34b34c1 100644 --- a/src/core/function/gpg/GpgKeyManager.h +++ b/src/core/function/gpg/GpgKeyManager.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -105,7 +105,7 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyManager AS_ERROR, AS_QUIT, }; - + struct AutomatonHandelStruct; using AutomatonActionHandler = diff --git a/src/core/function/gpg/GpgKeyOpera.cpp b/src/core/function/gpg/GpgKeyOpera.cpp index 0205ea2f..aa9bafaf 100644 --- a/src/core/function/gpg/GpgKeyOpera.cpp +++ b/src/core/function/gpg/GpgKeyOpera.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgKeyOpera.h b/src/core/function/gpg/GpgKeyOpera.h index 6ffe437c..0504ad93 100644 --- a/src/core/function/gpg/GpgKeyOpera.h +++ b/src/core/function/gpg/GpgKeyOpera.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgUIDOperator.cpp b/src/core/function/gpg/GpgUIDOperator.cpp index 4477dd2f..cb9594f0 100644 --- a/src/core/function/gpg/GpgUIDOperator.cpp +++ b/src/core/function/gpg/GpgUIDOperator.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/gpg/GpgUIDOperator.h b/src/core/function/gpg/GpgUIDOperator.h index b2cec8bc..87d112ac 100644 --- a/src/core/function/gpg/GpgUIDOperator.h +++ b/src/core/function/gpg/GpgUIDOperator.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgDecryptResultAnalyse.cpp b/src/core/function/result_analyse/GpgDecryptResultAnalyse.cpp index f364423d..11b52292 100644 --- a/src/core/function/result_analyse/GpgDecryptResultAnalyse.cpp +++ b/src/core/function/result_analyse/GpgDecryptResultAnalyse.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgDecryptResultAnalyse.h b/src/core/function/result_analyse/GpgDecryptResultAnalyse.h index c795e025..25cfb120 100644 --- a/src/core/function/result_analyse/GpgDecryptResultAnalyse.h +++ b/src/core/function/result_analyse/GpgDecryptResultAnalyse.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgEncryptResultAnalyse.cpp b/src/core/function/result_analyse/GpgEncryptResultAnalyse.cpp index a6b18b0a..c4d2c9ce 100644 --- a/src/core/function/result_analyse/GpgEncryptResultAnalyse.cpp +++ b/src/core/function/result_analyse/GpgEncryptResultAnalyse.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgEncryptResultAnalyse.h b/src/core/function/result_analyse/GpgEncryptResultAnalyse.h index e9594628..2cdfa66c 100644 --- a/src/core/function/result_analyse/GpgEncryptResultAnalyse.h +++ b/src/core/function/result_analyse/GpgEncryptResultAnalyse.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgResultAnalyse.cpp b/src/core/function/result_analyse/GpgResultAnalyse.cpp index 4c1f44e7..fb9789ba 100644 --- a/src/core/function/result_analyse/GpgResultAnalyse.cpp +++ b/src/core/function/result_analyse/GpgResultAnalyse.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgResultAnalyse.h b/src/core/function/result_analyse/GpgResultAnalyse.h index 9958b6a2..d6fff164 100644 --- a/src/core/function/result_analyse/GpgResultAnalyse.h +++ b/src/core/function/result_analyse/GpgResultAnalyse.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgSignResultAnalyse.cpp b/src/core/function/result_analyse/GpgSignResultAnalyse.cpp index e02996b3..13946987 100644 --- a/src/core/function/result_analyse/GpgSignResultAnalyse.cpp +++ b/src/core/function/result_analyse/GpgSignResultAnalyse.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -102,8 +102,8 @@ void GpgSignResultAnalyse::doAnalyse() { << gpgme_pubkey_algo_name(new_sign->pubkey_algo) << Qt::endl; stream_ << "- " << tr("Hash Algo") << ": " << gpgme_hash_algo_name(new_sign->hash_algo) << Qt::endl; - stream_ << "- " << tr("Sign Date") << "(" << tr("UTC") << ")" - << ": " << GetUTCDateByTimestamp(new_sign->timestamp) << Qt::endl; + stream_ << "- " << tr("Sign Date") << "(" << tr("UTC") << ")" << ": " + << GetUTCDateByTimestamp(new_sign->timestamp) << Qt::endl; stream_ << "- " << tr("Sign Date") << "(" << tr("Localized") << ")" << ": " << GetLocalizedDateByTimestamp(new_sign->timestamp) << Qt::endl; diff --git a/src/core/function/result_analyse/GpgSignResultAnalyse.h b/src/core/function/result_analyse/GpgSignResultAnalyse.h index 58a20417..831cfcae 100644 --- a/src/core/function/result_analyse/GpgSignResultAnalyse.h +++ b/src/core/function/result_analyse/GpgSignResultAnalyse.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/function/result_analyse/GpgVerifyResultAnalyse.cpp b/src/core/function/result_analyse/GpgVerifyResultAnalyse.cpp index 0a098a93..85edf45a 100644 --- a/src/core/function/result_analyse/GpgVerifyResultAnalyse.cpp +++ b/src/core/function/result_analyse/GpgVerifyResultAnalyse.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -54,11 +54,11 @@ void GpgFrontend::GpgVerifyResultAnalyse::doAnalyse() { stream_ << Qt::endl; auto *sign = result->signatures; - stream_ << "-> " << tr("Signed On") << "(" << tr("UTC") << ")" - << ": " << GetUTCDateByTimestamp(sign->timestamp) << Qt::endl; + stream_ << "-> " << tr("Signed On") << "(" << tr("UTC") << ")" << ": " + << GetUTCDateByTimestamp(sign->timestamp) << Qt::endl; - stream_ << "-> " << tr("Signed On") << "(" << tr("Localized") << ")" - << ": " << GetLocalizedDateByTimestamp(sign->timestamp) << Qt::endl; + stream_ << "-> " << tr("Signed On") << "(" << tr("Localized") << ")" << ": " + << GetLocalizedDateByTimestamp(sign->timestamp) << Qt::endl; stream_ << Qt::endl << "## " << tr("Signatures List") << ":" << Qt::endl; stream_ << Qt::endl; @@ -180,25 +180,22 @@ void GpgFrontend::GpgVerifyResultAnalyse::doAnalyse() { auto GpgFrontend::GpgVerifyResultAnalyse::print_signer_without_key( QTextStream &stream, GpgSignature sign) -> bool { - stream_ << "- " << tr("Signed By") << "(" << tr("Fingerprint") << ")" - << ": " + stream_ << "- " << tr("Signed By") << "(" << tr("Fingerprint") << ")" << ": " << (sign.GetFingerprint().isEmpty() ? tr("<unknown>") : sign.GetFingerprint()) << Qt::endl; stream << "- " << tr("Public Key Algo") << ": " << sign.GetPubkeyAlgo() << Qt::endl; stream << "- " << tr("Hash Algo") << ": " << sign.GetHashAlgo() << Qt::endl; - stream << "- " << tr("Sign Date") << "(" << tr("UTC") << ")" - << ": " << QLocale().toString(sign.GetCreateTime().toUTC()) - << Qt::endl; - stream << "- " << tr("Sign Date") << "(" << tr("Localized") << ")" - << ": " << QLocale().toString(sign.GetCreateTime()) << Qt::endl; + stream << "- " << tr("Sign Date") << "(" << tr("UTC") << ")" << ": " + << QLocale().toString(sign.GetCreateTime().toUTC()) << Qt::endl; + stream << "- " << tr("Sign Date") << "(" << tr("Localized") << ")" << ": " + << QLocale().toString(sign.GetCreateTime()) << Qt::endl; return true; } -auto GpgFrontend::GpgVerifyResultAnalyse::print_signer(QTextStream &stream, - GpgSignature sign) - -> bool { +auto GpgFrontend::GpgVerifyResultAnalyse::print_signer( + QTextStream &stream, GpgSignature sign) -> bool { auto fingerprint = sign.GetFingerprint(); auto key = GpgFrontend::GpgKeyGetter::GetInstance().GetKey(fingerprint); if (key.IsGood()) { @@ -234,11 +231,10 @@ auto GpgFrontend::GpgVerifyResultAnalyse::print_signer(QTextStream &stream, stream << "- " << tr("Public Key Algo") << ": " << sign.GetPubkeyAlgo() << Qt::endl; stream << "- " << tr("Hash Algo") << ": " << sign.GetHashAlgo() << Qt::endl; - stream << "- " << tr("Sign Date") << "(" << tr("UTC") << ")" - << ": " << QLocale().toString(sign.GetCreateTime().toUTC()) - << Qt::endl; - stream << "- " << tr("Sign Date") << "(" << tr("Localized") << ")" - << ": " << QLocale().toString(sign.GetCreateTime()) << Qt::endl; + stream << "- " << tr("Sign Date") << "(" << tr("UTC") << ")" << ": " + << QLocale().toString(sign.GetCreateTime().toUTC()) << Qt::endl; + stream << "- " << tr("Sign Date") << "(" << tr("Localized") << ")" << ": " + << QLocale().toString(sign.GetCreateTime()) << Qt::endl; stream << Qt::endl; return key.IsGood(); } diff --git a/src/core/function/result_analyse/GpgVerifyResultAnalyse.h b/src/core/function/result_analyse/GpgVerifyResultAnalyse.h index 7b846f5e..89dfc5b0 100644 --- a/src/core/function/result_analyse/GpgVerifyResultAnalyse.h +++ b/src/core/function/result_analyse/GpgVerifyResultAnalyse.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/CacheObject.cpp b/src/core/model/CacheObject.cpp index 37dedd92..3cda720d 100644 --- a/src/core/model/CacheObject.cpp +++ b/src/core/model/CacheObject.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/CacheObject.h b/src/core/model/CacheObject.h index 3cfa8083..0c8708f5 100644 --- a/src/core/model/CacheObject.h +++ b/src/core/model/CacheObject.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/CommonStruct.h b/src/core/model/CommonStruct.h index d7d09602..afdcacf0 100644 --- a/src/core/model/CommonStruct.h +++ b/src/core/model/CommonStruct.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -36,9 +36,7 @@ namespace GpgFrontend { */ template <typename T> struct GPGFRONTEND_CORE_EXPORT RefDeleter { - void operator()(T* _key) { - gpgme_unre - } + void operator()(T* _key) { gpgme_unre } }; template <typename T> diff --git a/src/core/model/DataObject.cpp b/src/core/model/DataObject.cpp index d0e9d141..2819065d 100644 --- a/src/core/model/DataObject.cpp +++ b/src/core/model/DataObject.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/DataObject.h b/src/core/model/DataObject.h index 28678ca3..f67cff99 100644 --- a/src/core/model/DataObject.h +++ b/src/core/model/DataObject.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GFBuffer.cpp b/src/core/model/GFBuffer.cpp index 411a5725..0a95f24e 100644 --- a/src/core/model/GFBuffer.cpp +++ b/src/core/model/GFBuffer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GFBuffer.h b/src/core/model/GFBuffer.h index 46189195..405c75b0 100644 --- a/src/core/model/GFBuffer.h +++ b/src/core/model/GFBuffer.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GFDataExchanger.cpp b/src/core/model/GFDataExchanger.cpp index c0da517d..8b20fdfb 100644 --- a/src/core/model/GFDataExchanger.cpp +++ b/src/core/model/GFDataExchanger.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GFDataExchanger.h b/src/core/model/GFDataExchanger.h index 7d4ab050..dca27b0e 100644 --- a/src/core/model/GFDataExchanger.h +++ b/src/core/model/GFDataExchanger.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgData.cpp b/src/core/model/GpgData.cpp index 8b2be895..34992b9b 100644 --- a/src/core/model/GpgData.cpp +++ b/src/core/model/GpgData.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgData.h b/src/core/model/GpgData.h index eb1d7621..ed56d0da 100644 --- a/src/core/model/GpgData.h +++ b/src/core/model/GpgData.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgDecryptResult.cpp b/src/core/model/GpgDecryptResult.cpp index 57a83656..2956a673 100644 --- a/src/core/model/GpgDecryptResult.cpp +++ b/src/core/model/GpgDecryptResult.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgDecryptResult.h b/src/core/model/GpgDecryptResult.h index 8289d97d..8528adc8 100644 --- a/src/core/model/GpgDecryptResult.h +++ b/src/core/model/GpgDecryptResult.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgEncryptResult.cpp b/src/core/model/GpgEncryptResult.cpp index 7017432b..98cf83de 100644 --- a/src/core/model/GpgEncryptResult.cpp +++ b/src/core/model/GpgEncryptResult.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgEncryptResult.h b/src/core/model/GpgEncryptResult.h index 61fca710..a534d156 100644 --- a/src/core/model/GpgEncryptResult.h +++ b/src/core/model/GpgEncryptResult.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgGenKeyInfo.cpp b/src/core/model/GpgGenKeyInfo.cpp index 47451253..0553846f 100644 --- a/src/core/model/GpgGenKeyInfo.cpp +++ b/src/core/model/GpgGenKeyInfo.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgGenKeyInfo.h b/src/core/model/GpgGenKeyInfo.h index 65a7d03e..5f6c39a6 100644 --- a/src/core/model/GpgGenKeyInfo.h +++ b/src/core/model/GpgGenKeyInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgGenerateKeyResult.cpp b/src/core/model/GpgGenerateKeyResult.cpp index f7ebf14e..2b455a22 100644 --- a/src/core/model/GpgGenerateKeyResult.cpp +++ b/src/core/model/GpgGenerateKeyResult.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgGenerateKeyResult.h b/src/core/model/GpgGenerateKeyResult.h index dfd92ae1..ac5d6b05 100644 --- a/src/core/model/GpgGenerateKeyResult.h +++ b/src/core/model/GpgGenerateKeyResult.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgImportInformation.cpp b/src/core/model/GpgImportInformation.cpp index cda146de..fd3f5e46 100644 --- a/src/core/model/GpgImportInformation.cpp +++ b/src/core/model/GpgImportInformation.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgImportInformation.h b/src/core/model/GpgImportInformation.h index cbe5a265..9c027aca 100644 --- a/src/core/model/GpgImportInformation.h +++ b/src/core/model/GpgImportInformation.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKey.cpp b/src/core/model/GpgKey.cpp index 53842249..e820d6b9 100644 --- a/src/core/model/GpgKey.cpp +++ b/src/core/model/GpgKey.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKey.h b/src/core/model/GpgKey.h index d9c97d59..8afa3c7f 100644 --- a/src/core/model/GpgKey.h +++ b/src/core/model/GpgKey.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKeySignature.cpp b/src/core/model/GpgKeySignature.cpp index 3182000c..836e7c7c 100644 --- a/src/core/model/GpgKeySignature.cpp +++ b/src/core/model/GpgKeySignature.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKeySignature.h b/src/core/model/GpgKeySignature.h index c9ceeccc..ccff0c9c 100644 --- a/src/core/model/GpgKeySignature.h +++ b/src/core/model/GpgKeySignature.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKeyTableModel.cpp b/src/core/model/GpgKeyTableModel.cpp index e2a4fe37..d81c3b56 100644 --- a/src/core/model/GpgKeyTableModel.cpp +++ b/src/core/model/GpgKeyTableModel.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -51,8 +51,8 @@ auto GpgKeyTableModel::columnCount(const QModelIndex & /*parent*/) const return 11; } -auto GpgKeyTableModel::data(const QModelIndex &index, int role) const - -> QVariant { +auto GpgKeyTableModel::data(const QModelIndex &index, + int role) const -> QVariant { if (!index.isValid() || buffered_keys_.empty()) return {}; if (role == Qt::TextAlignmentRole) { diff --git a/src/core/model/GpgKeyTableModel.h b/src/core/model/GpgKeyTableModel.h index 50640a9f..376af404 100644 --- a/src/core/model/GpgKeyTableModel.h +++ b/src/core/model/GpgKeyTableModel.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKeyTableProxyModel.cpp b/src/core/model/GpgKeyTableProxyModel.cpp index aebe06ef..1fde6127 100644 --- a/src/core/model/GpgKeyTableProxyModel.cpp +++ b/src/core/model/GpgKeyTableProxyModel.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgKeyTableProxyModel.h b/src/core/model/GpgKeyTableProxyModel.h index 657b40cf..fbda355c 100644 --- a/src/core/model/GpgKeyTableProxyModel.h +++ b/src/core/model/GpgKeyTableProxyModel.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -46,13 +46,11 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyTableProxyModel void SetSearchKeywords(const QString &keywords); protected: - [[nodiscard]] auto filterAcceptsRow(int sourceRow, - const QModelIndex &sourceParent) const - -> bool override; + [[nodiscard]] auto filterAcceptsRow( + int sourceRow, const QModelIndex &sourceParent) const -> bool override; - [[nodiscard]] auto filterAcceptsColumn(int sourceColumn, - const QModelIndex &sourceParent) const - -> bool override; + [[nodiscard]] auto filterAcceptsColumn( + int sourceColumn, const QModelIndex &sourceParent) const -> bool override; signals: diff --git a/src/core/model/GpgPassphraseContext.cpp b/src/core/model/GpgPassphraseContext.cpp index 0156c04d..1b81a872 100644 --- a/src/core/model/GpgPassphraseContext.cpp +++ b/src/core/model/GpgPassphraseContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -28,7 +28,6 @@ #include "GpgPassphraseContext.h" - namespace GpgFrontend { GpgPassphraseContext::GpgPassphraseContext(const QString& uids_info, diff --git a/src/core/model/GpgPassphraseContext.h b/src/core/model/GpgPassphraseContext.h index 1db36f62..c130ea66 100644 --- a/src/core/model/GpgPassphraseContext.h +++ b/src/core/model/GpgPassphraseContext.h @@ -1,7 +1,7 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgRecipient.cpp b/src/core/model/GpgRecipient.cpp index 54de43bc..ab18b3e9 100644 --- a/src/core/model/GpgRecipient.cpp +++ b/src/core/model/GpgRecipient.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgRecipient.h b/src/core/model/GpgRecipient.h index a436c1d7..af16a004 100644 --- a/src/core/model/GpgRecipient.h +++ b/src/core/model/GpgRecipient.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgSignResult.cpp b/src/core/model/GpgSignResult.cpp index 50f6cfb7..3cc8d47a 100644 --- a/src/core/model/GpgSignResult.cpp +++ b/src/core/model/GpgSignResult.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgSignResult.h b/src/core/model/GpgSignResult.h index ccb0361f..a7356c65 100644 --- a/src/core/model/GpgSignResult.h +++ b/src/core/model/GpgSignResult.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgSignature.cpp b/src/core/model/GpgSignature.cpp index e2671165..139e367c 100644 --- a/src/core/model/GpgSignature.cpp +++ b/src/core/model/GpgSignature.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -41,8 +41,8 @@ GpgSignature::GpgSignature(GpgSignature &&) noexcept = default; * * @return GpgSignature& */ -auto GpgSignature::operator=(GpgSignature &&) noexcept - -> GpgSignature & = default; +auto GpgSignature::operator=(GpgSignature &&) noexcept -> GpgSignature & = + default; /** * @brief Construct a new Gpg Signature:: Gpg Signature object diff --git a/src/core/model/GpgSignature.h b/src/core/model/GpgSignature.h index 316b9100..ddcc943f 100644 --- a/src/core/model/GpgSignature.h +++ b/src/core/model/GpgSignature.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgSubKey.cpp b/src/core/model/GpgSubKey.cpp index cb0078de..ba2f749c 100644 --- a/src/core/model/GpgSubKey.cpp +++ b/src/core/model/GpgSubKey.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgSubKey.h b/src/core/model/GpgSubKey.h index 8257eab8..e9eea6ea 100644 --- a/src/core/model/GpgSubKey.h +++ b/src/core/model/GpgSubKey.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgTOFUInfo.cpp b/src/core/model/GpgTOFUInfo.cpp index 251affc2..be9320d2 100644 --- a/src/core/model/GpgTOFUInfo.cpp +++ b/src/core/model/GpgTOFUInfo.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgTOFUInfo.h b/src/core/model/GpgTOFUInfo.h index 5e8d83d4..efdf62b2 100644 --- a/src/core/model/GpgTOFUInfo.h +++ b/src/core/model/GpgTOFUInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgUID.cpp b/src/core/model/GpgUID.cpp index e0d9d3a6..c84f2a7f 100644 --- a/src/core/model/GpgUID.cpp +++ b/src/core/model/GpgUID.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgUID.h b/src/core/model/GpgUID.h index 14b4db3f..316b5c68 100644 --- a/src/core/model/GpgUID.h +++ b/src/core/model/GpgUID.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgVerifyResult.cpp b/src/core/model/GpgVerifyResult.cpp index 75421c69..f57900fc 100644 --- a/src/core/model/GpgVerifyResult.cpp +++ b/src/core/model/GpgVerifyResult.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/GpgVerifyResult.h b/src/core/model/GpgVerifyResult.h index cae43c10..95ff10cb 100644 --- a/src/core/model/GpgVerifyResult.h +++ b/src/core/model/GpgVerifyResult.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/SettingsObject.cpp b/src/core/model/SettingsObject.cpp index 48eb65ff..349c74c3 100644 --- a/src/core/model/SettingsObject.cpp +++ b/src/core/model/SettingsObject.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/model/SettingsObject.h b/src/core/model/SettingsObject.h index 4b52f31d..21686898 100644 --- a/src/core/model/SettingsObject.h +++ b/src/core/model/SettingsObject.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/Event.cpp b/src/core/module/Event.cpp index 6d39d7ba..221b6001 100644 --- a/src/core/module/Event.cpp +++ b/src/core/module/Event.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/Event.h b/src/core/module/Event.h index 64c35592..6d3c0106 100644 --- a/src/core/module/Event.h +++ b/src/core/module/Event.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/GlobalModuleContext.cpp b/src/core/module/GlobalModuleContext.cpp index c35e5229..94165f88 100644 --- a/src/core/module/GlobalModuleContext.cpp +++ b/src/core/module/GlobalModuleContext.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/GlobalModuleContext.h b/src/core/module/GlobalModuleContext.h index 8942b04d..e3dabe0e 100644 --- a/src/core/module/GlobalModuleContext.h +++ b/src/core/module/GlobalModuleContext.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/GlobalRegisterTable.cpp b/src/core/module/GlobalRegisterTable.cpp index c19a9131..0f29a58a 100644 --- a/src/core/module/GlobalRegisterTable.cpp +++ b/src/core/module/GlobalRegisterTable.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/GlobalRegisterTable.h b/src/core/module/GlobalRegisterTable.h index 1d3e43da..15fab0ce 100644 --- a/src/core/module/GlobalRegisterTable.h +++ b/src/core/module/GlobalRegisterTable.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/GlobalRegisterTableTreeModel.h b/src/core/module/GlobalRegisterTableTreeModel.h index b7d56cc1..1d7ead77 100644 --- a/src/core/module/GlobalRegisterTableTreeModel.h +++ b/src/core/module/GlobalRegisterTableTreeModel.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/GpgFrontendModuleSystem.h b/src/core/module/GpgFrontendModuleSystem.h index 903aec69..69d70b3a 100644 --- a/src/core/module/GpgFrontendModuleSystem.h +++ b/src/core/module/GpgFrontendModuleSystem.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/Module.cpp b/src/core/module/Module.cpp index 78a8810f..2358d108 100644 --- a/src/core/module/Module.cpp +++ b/src/core/module/Module.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/Module.h b/src/core/module/Module.h index e609d64e..d6182688 100644 --- a/src/core/module/Module.h +++ b/src/core/module/Module.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/ModuleInit.cpp b/src/core/module/ModuleInit.cpp index dc001798..ae784279 100644 --- a/src/core/module/ModuleInit.cpp +++ b/src/core/module/ModuleInit.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/ModuleInit.h b/src/core/module/ModuleInit.h index c4f121ba..c6e4b82b 100644 --- a/src/core/module/ModuleInit.h +++ b/src/core/module/ModuleInit.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/ModuleManager.cpp b/src/core/module/ModuleManager.cpp index d575d40c..f2318543 100644 --- a/src/core/module/ModuleManager.cpp +++ b/src/core/module/ModuleManager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/module/ModuleManager.h b/src/core/module/ModuleManager.h index 9f7fab18..365dd8fd 100644 --- a/src/core/module/ModuleManager.h +++ b/src/core/module/ModuleManager.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/struct/settings_object/ModuleSO.h b/src/core/struct/settings_object/ModuleSO.h index b0139b1f..cfaa69b1 100644 --- a/src/core/struct/settings_object/ModuleSO.h +++ b/src/core/struct/settings_object/ModuleSO.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/FileReadTask.cpp b/src/core/thread/FileReadTask.cpp index 78cd99e9..b4c6874f 100644 --- a/src/core/thread/FileReadTask.cpp +++ b/src/core/thread/FileReadTask.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/FileReadTask.h b/src/core/thread/FileReadTask.h index 22be33ef..6a0dd2fd 100644 --- a/src/core/thread/FileReadTask.h +++ b/src/core/thread/FileReadTask.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/Task.cpp b/src/core/thread/Task.cpp index 14818aca..f5c34dbd 100644 --- a/src/core/thread/Task.cpp +++ b/src/core/thread/Task.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/Task.h b/src/core/thread/Task.h index 97a14949..02952096 100644 --- a/src/core/thread/Task.h +++ b/src/core/thread/Task.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/TaskRunner.cpp b/src/core/thread/TaskRunner.cpp index 0837b7b8..abf7b8dc 100644 --- a/src/core/thread/TaskRunner.cpp +++ b/src/core/thread/TaskRunner.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/TaskRunner.h b/src/core/thread/TaskRunner.h index fe1555ec..10f7f995 100644 --- a/src/core/thread/TaskRunner.h +++ b/src/core/thread/TaskRunner.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -98,8 +98,8 @@ class GPGFRONTEND_CORE_EXPORT TaskRunner : public QObject { * @return std::tuple<QPointer<Task>, TaskTrigger> */ auto RegisterTask(const QString&, const Task::TaskRunnable&, - const Task::TaskCallback&, DataObjectPtr) - -> Task::TaskHandler; + const Task::TaskCallback&, + DataObjectPtr) -> Task::TaskHandler; /** * @brief diff --git a/src/core/thread/TaskRunnerGetter.cpp b/src/core/thread/TaskRunnerGetter.cpp index bdcd89d0..d24d65f9 100644 --- a/src/core/thread/TaskRunnerGetter.cpp +++ b/src/core/thread/TaskRunnerGetter.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/TaskRunnerGetter.h b/src/core/thread/TaskRunnerGetter.h index 49ed25c0..cea775f9 100644 --- a/src/core/thread/TaskRunnerGetter.h +++ b/src/core/thread/TaskRunnerGetter.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/thread/ThreadingModel.h b/src/core/thread/ThreadingModel.h index 2fcc11c8..6468b481 100644 --- a/src/core/thread/ThreadingModel.h +++ b/src/core/thread/ThreadingModel.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/typedef/CoreTypedef.h b/src/core/typedef/CoreTypedef.h index 51c6d11a..7bc0bc25 100644 --- a/src/core/typedef/CoreTypedef.h +++ b/src/core/typedef/CoreTypedef.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/typedef/GpgTypedef.h b/src/core/typedef/GpgTypedef.h index 730bd4ee..ecd5dc3f 100644 --- a/src/core/typedef/GpgTypedef.h +++ b/src/core/typedef/GpgTypedef.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/AsyncUtils.cpp b/src/core/utils/AsyncUtils.cpp index 7d746bbc..a6fca88f 100644 --- a/src/core/utils/AsyncUtils.cpp +++ b/src/core/utils/AsyncUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/AsyncUtils.h b/src/core/utils/AsyncUtils.h index c16fc122..eb55cf89 100644 --- a/src/core/utils/AsyncUtils.h +++ b/src/core/utils/AsyncUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -56,10 +56,9 @@ RunGpgOperaAsync(const GpgOperaRunnable& runnable, * @param minial_version * @return std::tuple<GpgError, DataObjectPtr> */ -auto GPGFRONTEND_CORE_EXPORT RunGpgOperaSync(const GpgOperaRunnable& runnable, - const QString& operation, - const QString& minial_version) - -> std::tuple<GpgError, DataObjectPtr>; +auto GPGFRONTEND_CORE_EXPORT RunGpgOperaSync( + const GpgOperaRunnable& runnable, const QString& operation, + const QString& minial_version) -> std::tuple<GpgError, DataObjectPtr>; /** * @brief @@ -68,10 +67,9 @@ auto GPGFRONTEND_CORE_EXPORT RunGpgOperaSync(const GpgOperaRunnable& runnable, * @param callback * @param operation */ -auto GPGFRONTEND_CORE_EXPORT RunIOOperaAsync(const OperaRunnable& runnable, - const OperationCallback& callback, - const QString& operation) - -> Thread::Task::TaskHandler; +auto GPGFRONTEND_CORE_EXPORT RunIOOperaAsync( + const OperaRunnable& runnable, const OperationCallback& callback, + const QString& operation) -> Thread::Task::TaskHandler; /** * @brief @@ -81,8 +79,7 @@ auto GPGFRONTEND_CORE_EXPORT RunIOOperaAsync(const OperaRunnable& runnable, * @param operation * @return Thread::Task::TaskHandler */ -auto GPGFRONTEND_CORE_EXPORT RunOperaAsync(const OperaRunnable& runnable, - const OperationCallback& callback, - const QString& operation) - -> Thread::Task::TaskHandler; +auto GPGFRONTEND_CORE_EXPORT +RunOperaAsync(const OperaRunnable& runnable, const OperationCallback& callback, + const QString& operation) -> Thread::Task::TaskHandler; } // namespace GpgFrontend
\ No newline at end of file diff --git a/src/core/utils/BuildInfoUtils.h b/src/core/utils/BuildInfoUtils.h index dfc9efe3..823281f7 100644 --- a/src/core/utils/BuildInfoUtils.h +++ b/src/core/utils/BuildInfoUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/CacheUtils.cpp b/src/core/utils/CacheUtils.cpp index e521870c..048b76a7 100644 --- a/src/core/utils/CacheUtils.cpp +++ b/src/core/utils/CacheUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/CacheUtils.h b/src/core/utils/CacheUtils.h index eae45353..7e546678 100644 --- a/src/core/utils/CacheUtils.h +++ b/src/core/utils/CacheUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/CommonUtils.cpp b/src/core/utils/CommonUtils.cpp index 941ea39f..f8468c46 100644 --- a/src/core/utils/CommonUtils.cpp +++ b/src/core/utils/CommonUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h index bd546a11..c2f4157a 100644 --- a/src/core/utils/CommonUtils.h +++ b/src/core/utils/CommonUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/FilesystemUtils.cpp b/src/core/utils/FilesystemUtils.cpp index 9e531955..96eeb14c 100644 --- a/src/core/utils/FilesystemUtils.cpp +++ b/src/core/utils/FilesystemUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -50,8 +50,8 @@ auto GetFileExtension(const QString &path) -> QString { * @brief * */ -auto GetFileSizeByPath(const QString &path, const QString &filename_pattern) - -> int64_t { +auto GetFileSizeByPath(const QString &path, + const QString &filename_pattern) -> int64_t { auto dir = QDir(path); QFileInfoList const file_list = dir.entryInfoList(QStringList() << filename_pattern, QDir::Files); @@ -70,10 +70,7 @@ auto GetFileSizeByPath(const QString &path, const QString &filename_pattern) auto GetHumanFriendlyFileSize(int64_t size) -> QString { auto num = static_cast<double>(size); QStringList list; - list << "KB" - << "MB" - << "GB" - << "TB"; + list << "KB" << "MB" << "GB" << "TB"; QStringListIterator i(list); QString unit("bytes"); diff --git a/src/core/utils/FilesystemUtils.h b/src/core/utils/FilesystemUtils.h index 0bc90ac5..6ab2d970 100644 --- a/src/core/utils/FilesystemUtils.h +++ b/src/core/utils/FilesystemUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -56,9 +56,8 @@ auto GPGFRONTEND_CORE_EXPORT GetOnlyFileNameWithPath(const QString& path) * @param filename_pattern The pattern of the file name, e.g. "*.txt" * @return int64_t */ -auto GPGFRONTEND_CORE_EXPORT GetFileSizeByPath(const QString& path, - const QString& filename_pattern) - -> int64_t; +auto GPGFRONTEND_CORE_EXPORT GetFileSizeByPath( + const QString& path, const QString& filename_pattern) -> int64_t; /** * @brief Get the Human Readable File Size object diff --git a/src/core/utils/GpgUtils.cpp b/src/core/utils/GpgUtils.cpp index 1d81b272..28892063 100644 --- a/src/core/utils/GpgUtils.cpp +++ b/src/core/utils/GpgUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/GpgUtils.h b/src/core/utils/GpgUtils.h index e6a466dc..a12fcbf2 100644 --- a/src/core/utils/GpgUtils.h +++ b/src/core/utils/GpgUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -62,8 +62,8 @@ auto GPGFRONTEND_CORE_EXPORT CheckGpgError(GpgError gpgmeError, * @return gpg_err_code_t */ auto GPGFRONTEND_CORE_EXPORT CheckGpgError2ErrCode( - gpgme_error_t err, gpgme_error_t predict = GPG_ERR_NO_ERROR) - -> gpg_err_code_t; + gpgme_error_t err, + gpgme_error_t predict = GPG_ERR_NO_ERROR) -> gpg_err_code_t; /** * @brief diff --git a/src/core/utils/IOUtils.cpp b/src/core/utils/IOUtils.cpp index 409cff19..11f2b3e8 100644 --- a/src/core/utils/IOUtils.cpp +++ b/src/core/utils/IOUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/IOUtils.h b/src/core/utils/IOUtils.h index 3e18394d..47aa034f 100644 --- a/src/core/utils/IOUtils.h +++ b/src/core/utils/IOUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -98,9 +98,8 @@ auto GPGFRONTEND_CORE_EXPORT CalculateBinaryChacksum(const QString &path) * @return true * @return false */ -auto GPGFRONTEND_CORE_EXPORT WriteBufferToFile(const QString &path, - const QString &out_buffer) - -> bool; +auto GPGFRONTEND_CORE_EXPORT +WriteBufferToFile(const QString &path, const QString &out_buffer) -> bool; /** * @brief diff --git a/src/core/utils/LocalizedUtils.cpp b/src/core/utils/LocalizedUtils.cpp index f38b004b..d1ec0380 100644 --- a/src/core/utils/LocalizedUtils.cpp +++ b/src/core/utils/LocalizedUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h index 10ada833..882fcfb3 100644 --- a/src/core/utils/LocalizedUtils.h +++ b/src/core/utils/LocalizedUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/MemoryUtils.cpp b/src/core/utils/MemoryUtils.cpp index f002fd87..fa882f42 100644 --- a/src/core/utils/MemoryUtils.cpp +++ b/src/core/utils/MemoryUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/MemoryUtils.h b/src/core/utils/MemoryUtils.h index 76c75fc6..223c6f82 100644 --- a/src/core/utils/MemoryUtils.h +++ b/src/core/utils/MemoryUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/core/utils/aes/aes_ssl.h b/src/core/utils/aes/aes_ssl.h index 5c3ac935..3d027af3 100644 --- a/src/core/utils/aes/aes_ssl.h +++ b/src/core/utils/aes/aes_ssl.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/init.cpp b/src/init.cpp index 666d6701..6e67551d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/main.cpp b/src/main.cpp index e2690f4f..9c1234e2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/CMakeLists.txt b/src/sdk/CMakeLists.txt index 5f1dc65a..2e754584 100644 --- a/src/sdk/CMakeLists.txt +++ b/src/sdk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # @@ -33,7 +33,7 @@ aux_source_directory(private MODULE_SDK_SOURCE) add_library(gpgfrontend_module_sdk SHARED ${MODULE_SDK_SOURCE}) set(_export_file_sdk "${CMAKE_CURRENT_SOURCE_DIR}/GFSDKExport.h") generate_export_header(gpgfrontend_module_sdk EXPORT_FILE_NAME "${_export_file_sdk}") -target_include_directories(gpgfrontend_module_sdk PRIVATE +target_include_directories(gpgfrontend_module_sdk PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/gpgfrontend_module_sdk_autogen/include) target_include_directories(gpgfrontend_module_sdk PUBLIC sdk) @@ -45,14 +45,14 @@ target_link_libraries(gpgfrontend_module_sdk PRIVATE gpgfrontend_core gpgfronten file(GLOB _headerPath "${CMAKE_CURRENT_SOURCE_DIR}/*.h") set_target_properties(gpgfrontend_module_sdk PROPERTIES PUBLIC_HEADER "${_headerPath}") -if (${CMAKE_BUILD_TYPE} STREQUAL "Debug") +if(${CMAKE_BUILD_TYPE} STREQUAL "Debug") # lib output path set_target_properties(gpgfrontend_module_sdk PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/lib RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/lib) endif() -if (XCODE_BUILD) +if(XCODE_BUILD) set_target_properties(gpgfrontend_module_sdk PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE} @@ -60,4 +60,4 @@ if (XCODE_BUILD) LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_BUILD_TYPE} XCODE_ATTRIBUTE_SKIP_INSTALL "Yes" XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "${GPGFRONTEND_XOCDE_CODE_SIGN_IDENTITY}") -endif ()
\ No newline at end of file +endif()
\ No newline at end of file diff --git a/src/sdk/GFSDK.h b/src/sdk/GFSDK.h index 77e019af..37719afb 100644 --- a/src/sdk/GFSDK.h +++ b/src/sdk/GFSDK.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKBasic.cpp b/src/sdk/GFSDKBasic.cpp index 8b884c84..906f9baf 100644 --- a/src/sdk/GFSDKBasic.cpp +++ b/src/sdk/GFSDKBasic.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKBasic.h b/src/sdk/GFSDKBasic.h index 93392857..aba4d2e0 100644 --- a/src/sdk/GFSDKBasic.h +++ b/src/sdk/GFSDKBasic.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKBuildInfo.h.in b/src/sdk/GFSDKBuildInfo.h.in index 508c35d4..cc22f444 100644 --- a/src/sdk/GFSDKBuildInfo.h.in +++ b/src/sdk/GFSDKBuildInfo.h.in @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKExtra.cpp b/src/sdk/GFSDKExtra.cpp index 00e734da..6a95a8f9 100644 --- a/src/sdk/GFSDKExtra.cpp +++ b/src/sdk/GFSDKExtra.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKExtra.h b/src/sdk/GFSDKExtra.h index 3d7f4226..26ab7b92 100644 --- a/src/sdk/GFSDKExtra.h +++ b/src/sdk/GFSDKExtra.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKGpg.cpp b/src/sdk/GFSDKGpg.cpp index 63859763..88162ffa 100644 --- a/src/sdk/GFSDKGpg.cpp +++ b/src/sdk/GFSDKGpg.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKGpg.h b/src/sdk/GFSDKGpg.h index 8823bfc5..1bbf5914 100644 --- a/src/sdk/GFSDKGpg.h +++ b/src/sdk/GFSDKGpg.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -28,6 +28,4 @@ #pragma once -extern "C" { - -}
\ No newline at end of file +extern "C" {}
\ No newline at end of file diff --git a/src/sdk/GFSDKLog.cpp b/src/sdk/GFSDKLog.cpp index bc1ce7b8..4c1ec4f0 100644 --- a/src/sdk/GFSDKLog.cpp +++ b/src/sdk/GFSDKLog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKLog.h b/src/sdk/GFSDKLog.h index 77e019af..37719afb 100644 --- a/src/sdk/GFSDKLog.h +++ b/src/sdk/GFSDKLog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKModule.cpp b/src/sdk/GFSDKModule.cpp index 996c9985..5435b0a1 100644 --- a/src/sdk/GFSDKModule.cpp +++ b/src/sdk/GFSDKModule.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKModule.h b/src/sdk/GFSDKModule.h index 821e3122..5d5e4d74 100644 --- a/src/sdk/GFSDKModule.h +++ b/src/sdk/GFSDKModule.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKUI.cpp b/src/sdk/GFSDKUI.cpp index a48f306a..54716209 100644 --- a/src/sdk/GFSDKUI.cpp +++ b/src/sdk/GFSDKUI.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -36,8 +36,8 @@ #include "sdk/private/CommonUtils.h" #include "ui/UIModuleManager.h" -auto MetaDataArrayToQMap(MetaData** meta_data_array, int size) - -> QMap<QString, QString> { +auto MetaDataArrayToQMap(MetaData** meta_data_array, + int size) -> QMap<QString, QString> { QMap<QString, QString> map; for (int i = 0; i < size; ++i) { diff --git a/src/sdk/GFSDKUI.h b/src/sdk/GFSDKUI.h index ba9a3490..bf4c3721 100644 --- a/src/sdk/GFSDKUI.h +++ b/src/sdk/GFSDKUI.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKUtils.cpp b/src/sdk/GFSDKUtils.cpp index fcb510e3..aadff2bf 100644 --- a/src/sdk/GFSDKUtils.cpp +++ b/src/sdk/GFSDKUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/GFSDKUtils.h b/src/sdk/GFSDKUtils.h index 7d72e9ee..1bbf5914 100644 --- a/src/sdk/GFSDKUtils.h +++ b/src/sdk/GFSDKUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -28,7 +28,4 @@ #pragma once -extern "C" { - - -}
\ No newline at end of file +extern "C" {}
\ No newline at end of file diff --git a/src/sdk/private/CommonUtils.cpp b/src/sdk/private/CommonUtils.cpp index 31092a3e..68afcb5f 100644 --- a/src/sdk/private/CommonUtils.cpp +++ b/src/sdk/private/CommonUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/sdk/private/CommonUtils.h b/src/sdk/private/CommonUtils.h index 514bcd5d..9539befe 100644 --- a/src/sdk/private/CommonUtils.h +++ b/src/sdk/private/CommonUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/signal.cpp b/src/signal.cpp index 7722c36f..17852dcd 100644 --- a/src/signal.cpp +++ b/src/signal.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 9179f3c0..db5d0561 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # diff --git a/src/test/GpgFrontendTest.cpp b/src/test/GpgFrontendTest.cpp index 2ad7ada7..6149ba04 100644 --- a/src/test/GpgFrontendTest.cpp +++ b/src/test/GpgFrontendTest.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/GpgFrontendTest.h b/src/test/GpgFrontendTest.h index 3c1ecbfd..ee9dc01d 100644 --- a/src/test/GpgFrontendTest.h +++ b/src/test/GpgFrontendTest.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTest.cpp b/src/test/core/GpgCoreTest.cpp index 1d7ddaa0..3878c46b 100644 --- a/src/test/core/GpgCoreTest.cpp +++ b/src/test/core/GpgCoreTest.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTest.h b/src/test/core/GpgCoreTest.h index 9b18ebf6..77bd11ee 100644 --- a/src/test/core/GpgCoreTest.h +++ b/src/test/core/GpgCoreTest.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestBasicOpera.cpp b/src/test/core/GpgCoreTestBasicOpera.cpp index da539ad6..a324aafd 100644 --- a/src/test/core/GpgCoreTestBasicOpera.cpp +++ b/src/test/core/GpgCoreTestBasicOpera.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestDirectoryBasicOpera.cpp b/src/test/core/GpgCoreTestDirectoryBasicOpera.cpp index a2c7f285..eb5eaceb 100644 --- a/src/test/core/GpgCoreTestDirectoryBasicOpera.cpp +++ b/src/test/core/GpgCoreTestDirectoryBasicOpera.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestFileBasicOpera.cpp b/src/test/core/GpgCoreTestFileBasicOpera.cpp index db338893..ce7359b2 100644 --- a/src/test/core/GpgCoreTestFileBasicOpera.cpp +++ b/src/test/core/GpgCoreTestFileBasicOpera.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestImportExport.cpp b/src/test/core/GpgCoreTestImportExport.cpp index 8cb720ff..e67abe78 100644 --- a/src/test/core/GpgCoreTestImportExport.cpp +++ b/src/test/core/GpgCoreTestImportExport.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestKeyModel.cpp b/src/test/core/GpgCoreTestKeyModel.cpp index 1e75a7f9..5d72956f 100644 --- a/src/test/core/GpgCoreTestKeyModel.cpp +++ b/src/test/core/GpgCoreTestKeyModel.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestKeygen.cpp b/src/test/core/GpgCoreTestKeygen.cpp index 8a473aea..d8fe1cd8 100644 --- a/src/test/core/GpgCoreTestKeygen.cpp +++ b/src/test/core/GpgCoreTestKeygen.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/test/core/GpgCoreTestSubkeygen.cpp b/src/test/core/GpgCoreTestSubkeygen.cpp index 983b6a7c..34dcb85e 100644 --- a/src/test/core/GpgCoreTestSubkeygen.cpp +++ b/src/test/core/GpgCoreTestSubkeygen.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 4dcaf73f..22abeb5f 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # diff --git a/src/ui/GpgFrontendApplication.cpp b/src/ui/GpgFrontendApplication.cpp index 3ee7ab7d..fec29360 100644 --- a/src/ui/GpgFrontendApplication.cpp +++ b/src/ui/GpgFrontendApplication.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/GpgFrontendApplication.h b/src/ui/GpgFrontendApplication.h index 1ec782cf..a48d636b 100644 --- a/src/ui/GpgFrontendApplication.h +++ b/src/ui/GpgFrontendApplication.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/GpgFrontendUI.cpp b/src/ui/GpgFrontendUI.cpp index 359eb6d2..71b42ff8 100644 --- a/src/ui/GpgFrontendUI.cpp +++ b/src/ui/GpgFrontendUI.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index a4793672..e69f1dc3 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp index b779c335..c720d3df 100644 --- a/src/ui/GpgFrontendUIInit.cpp +++ b/src/ui/GpgFrontendUIInit.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/GpgFrontendUIInit.h b/src/ui/GpgFrontendUIInit.h index 686b3558..5e44c5bf 100644 --- a/src/ui/GpgFrontendUIInit.h +++ b/src/ui/GpgFrontendUIInit.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/UIModuleManager.cpp b/src/ui/UIModuleManager.cpp index 1e08010d..9dc519f3 100644 --- a/src/ui/UIModuleManager.cpp +++ b/src/ui/UIModuleManager.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/UIModuleManager.h b/src/ui/UIModuleManager.h index 88096578..bef3768d 100644 --- a/src/ui/UIModuleManager.h +++ b/src/ui/UIModuleManager.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -44,9 +44,8 @@ struct MountedUIEntry { [[nodiscard]] auto GetWidget() const -> QWidget*; - [[nodiscard]] auto GetMetaDataByDefault(const QString& key, - QString default_value) const - -> QString; + [[nodiscard]] auto GetMetaDataByDefault( + const QString& key, QString default_value) const -> QString; }; class GPGFRONTEND_UI_EXPORT UIModuleManager diff --git a/src/ui/UISignalStation.cpp b/src/ui/UISignalStation.cpp index 8357cb06..e5e9eac9 100644 --- a/src/ui/UISignalStation.cpp +++ b/src/ui/UISignalStation.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/UISignalStation.h b/src/ui/UISignalStation.h index 7358f854..d89ef91b 100644 --- a/src/ui/UISignalStation.h +++ b/src/ui/UISignalStation.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/UserInterfaceUtils.cpp b/src/ui/UserInterfaceUtils.cpp index 8f50636b..acd89874 100644 --- a/src/ui/UserInterfaceUtils.cpp +++ b/src/ui/UserInterfaceUtils.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index 4f42db8c..86b5d2e5 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/GeneralDialog.cpp b/src/ui/dialog/GeneralDialog.cpp index 91ede794..63e67b72 100644 --- a/src/ui/dialog/GeneralDialog.cpp +++ b/src/ui/dialog/GeneralDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/GeneralDialog.h b/src/ui/dialog/GeneralDialog.h index 3576319f..71e7ef46 100644 --- a/src/ui/dialog/GeneralDialog.h +++ b/src/ui/dialog/GeneralDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/QuitDialog.cpp b/src/ui/dialog/QuitDialog.cpp index 6dd5674e..39b1e965 100755 --- a/src/ui/dialog/QuitDialog.cpp +++ b/src/ui/dialog/QuitDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/QuitDialog.h b/src/ui/dialog/QuitDialog.h index 0c25c2c8..6eb71dcc 100755 --- a/src/ui/dialog/QuitDialog.h +++ b/src/ui/dialog/QuitDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/SignersPicker.cpp b/src/ui/dialog/SignersPicker.cpp index 7152bc6e..678c4bae 100644 --- a/src/ui/dialog/SignersPicker.cpp +++ b/src/ui/dialog/SignersPicker.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/SignersPicker.h b/src/ui/dialog/SignersPicker.h index cea8dd9a..a23d4e19 100644 --- a/src/ui/dialog/SignersPicker.h +++ b/src/ui/dialog/SignersPicker.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/WaitingDialog.cpp b/src/ui/dialog/WaitingDialog.cpp index 87ac0fe5..da620ebf 100644 --- a/src/ui/dialog/WaitingDialog.cpp +++ b/src/ui/dialog/WaitingDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/WaitingDialog.h b/src/ui/dialog/WaitingDialog.h index d042c215..6b0877fe 100644 --- a/src/ui/dialog/WaitingDialog.h +++ b/src/ui/dialog/WaitingDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/Wizard.cpp b/src/ui/dialog/Wizard.cpp index cb43c966..e66283fe 100644 --- a/src/ui/dialog/Wizard.cpp +++ b/src/ui/dialog/Wizard.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/Wizard.h b/src/ui/dialog/Wizard.h index fbc33d5e..eae1d73d 100644 --- a/src/ui/dialog/Wizard.h +++ b/src/ui/dialog/Wizard.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.cpp b/src/ui/dialog/controller/GnuPGControllerDialog.cpp index b09b7280..c62bb33c 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.cpp +++ b/src/ui/dialog/controller/GnuPGControllerDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index e8a4b83c..ab2f305c 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/controller/ModuleControllerDialog.cpp b/src/ui/dialog/controller/ModuleControllerDialog.cpp index e7c0d5fe..74351cfc 100644 --- a/src/ui/dialog/controller/ModuleControllerDialog.cpp +++ b/src/ui/dialog/controller/ModuleControllerDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/controller/ModuleControllerDialog.h b/src/ui/dialog/controller/ModuleControllerDialog.h index 6ded4808..de6cf4cd 100644 --- a/src/ui/dialog/controller/ModuleControllerDialog.h +++ b/src/ui/dialog/controller/ModuleControllerDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/details/SignatureDetailsDialog.cpp b/src/ui/dialog/details/SignatureDetailsDialog.cpp index baf8bd4b..1a2b9f0e 100644 --- a/src/ui/dialog/details/SignatureDetailsDialog.cpp +++ b/src/ui/dialog/details/SignatureDetailsDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/details/SignatureDetailsDialog.h b/src/ui/dialog/details/SignatureDetailsDialog.h index 405c11dd..1ebdb950 100644 --- a/src/ui/dialog/details/SignatureDetailsDialog.h +++ b/src/ui/dialog/details/SignatureDetailsDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/details/VerifyDetailsDialog.cpp b/src/ui/dialog/details/VerifyDetailsDialog.cpp index 5981a8ef..7ca5c8f4 100644 --- a/src/ui/dialog/details/VerifyDetailsDialog.cpp +++ b/src/ui/dialog/details/VerifyDetailsDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/details/VerifyDetailsDialog.h b/src/ui/dialog/details/VerifyDetailsDialog.h index ca769779..74d2dcd8 100644 --- a/src/ui/dialog/details/VerifyDetailsDialog.h +++ b/src/ui/dialog/details/VerifyDetailsDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/help/AboutDialog.cpp b/src/ui/dialog/help/AboutDialog.cpp index 14cb76ad..3eefecb9 100644 --- a/src/ui/dialog/help/AboutDialog.cpp +++ b/src/ui/dialog/help/AboutDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/help/AboutDialog.h b/src/ui/dialog/help/AboutDialog.h index 0b9ca5ae..1eee3843 100644 --- a/src/ui/dialog/help/AboutDialog.h +++ b/src/ui/dialog/help/AboutDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/ExportKeyPackageDialog.cpp b/src/ui/dialog/import_export/ExportKeyPackageDialog.cpp index 7c740063..7f071d11 100644 --- a/src/ui/dialog/import_export/ExportKeyPackageDialog.cpp +++ b/src/ui/dialog/import_export/ExportKeyPackageDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/ExportKeyPackageDialog.h b/src/ui/dialog/import_export/ExportKeyPackageDialog.h index abf7a84c..42e396a2 100644 --- a/src/ui/dialog/import_export/ExportKeyPackageDialog.h +++ b/src/ui/dialog/import_export/ExportKeyPackageDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/KeyImportDetailDialog.cpp b/src/ui/dialog/import_export/KeyImportDetailDialog.cpp index dfd6c35a..cf7c43eb 100644 --- a/src/ui/dialog/import_export/KeyImportDetailDialog.cpp +++ b/src/ui/dialog/import_export/KeyImportDetailDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/KeyImportDetailDialog.h b/src/ui/dialog/import_export/KeyImportDetailDialog.h index 2af0397d..c7410844 100644 --- a/src/ui/dialog/import_export/KeyImportDetailDialog.h +++ b/src/ui/dialog/import_export/KeyImportDetailDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.cpp b/src/ui/dialog/import_export/KeyServerImportDialog.cpp index af00549d..36491749 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.cpp +++ b/src/ui/dialog/import_export/KeyServerImportDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.h b/src/ui/dialog/import_export/KeyServerImportDialog.h index 6a7ddfdd..366e214d 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.h +++ b/src/ui/dialog/import_export/KeyServerImportDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/KeyUploadDialog.cpp b/src/ui/dialog/import_export/KeyUploadDialog.cpp index ed408bab..241548fd 100644 --- a/src/ui/dialog/import_export/KeyUploadDialog.cpp +++ b/src/ui/dialog/import_export/KeyUploadDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/import_export/KeyUploadDialog.h b/src/ui/dialog/import_export/KeyUploadDialog.h index 042989e5..4ffe74ca 100644 --- a/src/ui/dialog/import_export/KeyUploadDialog.h +++ b/src/ui/dialog/import_export/KeyUploadDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/key_generate/KeygenDialog.cpp b/src/ui/dialog/key_generate/KeygenDialog.cpp index cbaebb13..2d577e3a 100644 --- a/src/ui/dialog/key_generate/KeygenDialog.cpp +++ b/src/ui/dialog/key_generate/KeygenDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/key_generate/KeygenDialog.h b/src/ui/dialog/key_generate/KeygenDialog.h index ceab3d46..1be25d51 100644 --- a/src/ui/dialog/key_generate/KeygenDialog.h +++ b/src/ui/dialog/key_generate/KeygenDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/key_generate/SubkeyGenerateDialog.cpp b/src/ui/dialog/key_generate/SubkeyGenerateDialog.cpp index 25da4291..c6b9b88a 100644 --- a/src/ui/dialog/key_generate/SubkeyGenerateDialog.cpp +++ b/src/ui/dialog/key_generate/SubkeyGenerateDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/key_generate/SubkeyGenerateDialog.h b/src/ui/dialog/key_generate/SubkeyGenerateDialog.h index be39669c..a8863ca2 100644 --- a/src/ui/dialog/key_generate/SubkeyGenerateDialog.h +++ b/src/ui/dialog/key_generate/SubkeyGenerateDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp index 9545405b..6fa3b2d3 100644 --- a/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyDetailsDialog.h b/src/ui/dialog/keypair_details/KeyDetailsDialog.h index 1c72ce98..f02ab3cb 100644 --- a/src/ui/dialog/keypair_details/KeyDetailsDialog.h +++ b/src/ui/dialog/keypair_details/KeyDetailsDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp b/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp index cd3c0f29..2d0c0401 100644 --- a/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyNewUIDDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyNewUIDDialog.h b/src/ui/dialog/keypair_details/KeyNewUIDDialog.h index ab1bb5e1..e909a7fa 100644 --- a/src/ui/dialog/keypair_details/KeyNewUIDDialog.h +++ b/src/ui/dialog/keypair_details/KeyNewUIDDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp b/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp index 271e561e..2e9e4150 100644 --- a/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairDetailTab.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairDetailTab.h b/src/ui/dialog/keypair_details/KeyPairDetailTab.h index 1acffdbe..0255b07d 100644 --- a/src/ui/dialog/keypair_details/KeyPairDetailTab.h +++ b/src/ui/dialog/keypair_details/KeyPairDetailTab.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp b/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp index 08564bec..7ca31ed2 100644 --- a/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairOperaTab.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairOperaTab.h b/src/ui/dialog/keypair_details/KeyPairOperaTab.h index 27bc7400..e695d44d 100644 --- a/src/ui/dialog/keypair_details/KeyPairOperaTab.h +++ b/src/ui/dialog/keypair_details/KeyPairOperaTab.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairSubkeyTab.cpp b/src/ui/dialog/keypair_details/KeyPairSubkeyTab.cpp index 1d463aad..a06a6111 100644 --- a/src/ui/dialog/keypair_details/KeyPairSubkeyTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairSubkeyTab.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h b/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h index afbcc749..90561cc8 100644 --- a/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h +++ b/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairUIDTab.cpp b/src/ui/dialog/keypair_details/KeyPairUIDTab.cpp index 5b0a8271..f45e1799 100644 --- a/src/ui/dialog/keypair_details/KeyPairUIDTab.cpp +++ b/src/ui/dialog/keypair_details/KeyPairUIDTab.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyPairUIDTab.h b/src/ui/dialog/keypair_details/KeyPairUIDTab.h index 3655511d..1db1d3e3 100644 --- a/src/ui/dialog/keypair_details/KeyPairUIDTab.h +++ b/src/ui/dialog/keypair_details/KeyPairUIDTab.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeySetExpireDateDialog.cpp b/src/ui/dialog/keypair_details/KeySetExpireDateDialog.cpp index 9ab1350c..71b7647f 100644 --- a/src/ui/dialog/keypair_details/KeySetExpireDateDialog.cpp +++ b/src/ui/dialog/keypair_details/KeySetExpireDateDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h b/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h index 633840ac..3db1c5a3 100644 --- a/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h +++ b/src/ui/dialog/keypair_details/KeySetExpireDateDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp b/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp index 07c7b688..5e9558d5 100644 --- a/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp +++ b/src/ui/dialog/keypair_details/KeyUIDSignDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/keypair_details/KeyUIDSignDialog.h b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h index 652efbbc..aec6e397 100644 --- a/src/ui/dialog/keypair_details/KeyUIDSignDialog.h +++ b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsAppearance.cpp b/src/ui/dialog/settings/SettingsAppearance.cpp index 6f9961c0..06ea3aef 100644 --- a/src/ui/dialog/settings/SettingsAppearance.cpp +++ b/src/ui/dialog/settings/SettingsAppearance.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsAppearance.h b/src/ui/dialog/settings/SettingsAppearance.h index ca520ba7..388234f7 100644 --- a/src/ui/dialog/settings/SettingsAppearance.h +++ b/src/ui/dialog/settings/SettingsAppearance.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsDialog.cpp b/src/ui/dialog/settings/SettingsDialog.cpp index 4d80ced2..7480a03d 100644 --- a/src/ui/dialog/settings/SettingsDialog.cpp +++ b/src/ui/dialog/settings/SettingsDialog.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsDialog.h b/src/ui/dialog/settings/SettingsDialog.h index f74b2cc0..7cc7d0d0 100644 --- a/src/ui/dialog/settings/SettingsDialog.h +++ b/src/ui/dialog/settings/SettingsDialog.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsGeneral.cpp b/src/ui/dialog/settings/SettingsGeneral.cpp index 6167ea01..73599729 100644 --- a/src/ui/dialog/settings/SettingsGeneral.cpp +++ b/src/ui/dialog/settings/SettingsGeneral.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsGeneral.h b/src/ui/dialog/settings/SettingsGeneral.h index d6e954de..6dc35d58 100644 --- a/src/ui/dialog/settings/SettingsGeneral.h +++ b/src/ui/dialog/settings/SettingsGeneral.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsKeyServer.cpp b/src/ui/dialog/settings/SettingsKeyServer.cpp index d3e4578c..5ba03740 100644 --- a/src/ui/dialog/settings/SettingsKeyServer.cpp +++ b/src/ui/dialog/settings/SettingsKeyServer.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsKeyServer.h b/src/ui/dialog/settings/SettingsKeyServer.h index ae5a3181..b280cf9d 100644 --- a/src/ui/dialog/settings/SettingsKeyServer.h +++ b/src/ui/dialog/settings/SettingsKeyServer.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsNetwork.cpp b/src/ui/dialog/settings/SettingsNetwork.cpp index d4840063..b270b10c 100644 --- a/src/ui/dialog/settings/SettingsNetwork.cpp +++ b/src/ui/dialog/settings/SettingsNetwork.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/dialog/settings/SettingsNetwork.h b/src/ui/dialog/settings/SettingsNetwork.h index 4335dff7..5d598a6c 100644 --- a/src/ui/dialog/settings/SettingsNetwork.h +++ b/src/ui/dialog/settings/SettingsNetwork.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/function/GenerateRevokeCertification.cpp b/src/ui/function/GenerateRevokeCertification.cpp index f9b655a3..ab7b039b 100644 --- a/src/ui/function/GenerateRevokeCertification.cpp +++ b/src/ui/function/GenerateRevokeCertification.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/function/GenerateRevokeCertification.h b/src/ui/function/GenerateRevokeCertification.h index edc0161b..285019f6 100644 --- a/src/ui/function/GenerateRevokeCertification.h +++ b/src/ui/function/GenerateRevokeCertification.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/function/SetOwnerTrustLevel.cpp b/src/ui/function/SetOwnerTrustLevel.cpp index 29697eaa..014bec48 100644 --- a/src/ui/function/SetOwnerTrustLevel.cpp +++ b/src/ui/function/SetOwnerTrustLevel.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/function/SetOwnerTrustLevel.h b/src/ui/function/SetOwnerTrustLevel.h index e33f787b..b4da2d62 100644 --- a/src/ui/function/SetOwnerTrustLevel.h +++ b/src/ui/function/SetOwnerTrustLevel.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/GeneralMainWindow.cpp b/src/ui/main_window/GeneralMainWindow.cpp index 9ea13836..d6d5240e 100644 --- a/src/ui/main_window/GeneralMainWindow.cpp +++ b/src/ui/main_window/GeneralMainWindow.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/GeneralMainWindow.h b/src/ui/main_window/GeneralMainWindow.h index 70dad5f3..7ef1234f 100644 --- a/src/ui/main_window/GeneralMainWindow.h +++ b/src/ui/main_window/GeneralMainWindow.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/KeyMgmt.cpp b/src/ui/main_window/KeyMgmt.cpp index 09746140..76dc4925 100644 --- a/src/ui/main_window/KeyMgmt.cpp +++ b/src/ui/main_window/KeyMgmt.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/KeyMgmt.h b/src/ui/main_window/KeyMgmt.h index 7b757400..4cd87c22 100644 --- a/src/ui/main_window/KeyMgmt.h +++ b/src/ui/main_window/KeyMgmt.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp index 3106f226..0de8d2dd 100644 --- a/src/ui/main_window/MainWindow.cpp +++ b/src/ui/main_window/MainWindow.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index b253a667..19f3c1a9 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindowFileSlotFunction.cpp b/src/ui/main_window/MainWindowFileSlotFunction.cpp index 3d151ce6..36cdb727 100644 --- a/src/ui/main_window/MainWindowFileSlotFunction.cpp +++ b/src/ui/main_window/MainWindowFileSlotFunction.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindowGpgOperaFunction.cpp b/src/ui/main_window/MainWindowGpgOperaFunction.cpp index d197e336..9bc8595f 100644 --- a/src/ui/main_window/MainWindowGpgOperaFunction.cpp +++ b/src/ui/main_window/MainWindowGpgOperaFunction.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindowSlotFunction.cpp b/src/ui/main_window/MainWindowSlotFunction.cpp index f1754be7..653a3991 100644 --- a/src/ui/main_window/MainWindowSlotFunction.cpp +++ b/src/ui/main_window/MainWindowSlotFunction.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindowSlotUI.cpp b/src/ui/main_window/MainWindowSlotUI.cpp index 1fc4eb5c..fd3cb8be 100644 --- a/src/ui/main_window/MainWindowSlotUI.cpp +++ b/src/ui/main_window/MainWindowSlotUI.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index c1189fa2..49889c06 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/struct/UIMountPoint.h b/src/ui/struct/UIMountPoint.h index 61ac83c6..7b3f33b7 100644 --- a/src/ui/struct/UIMountPoint.h +++ b/src/ui/struct/UIMountPoint.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/struct/settings_object/AppearanceSO.h b/src/ui/struct/settings_object/AppearanceSO.h index 25262f22..4722ebd3 100644 --- a/src/ui/struct/settings_object/AppearanceSO.h +++ b/src/ui/struct/settings_object/AppearanceSO.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/struct/settings_object/KeyServerSO.h b/src/ui/struct/settings_object/KeyServerSO.h index 3c9320d2..bec829e4 100644 --- a/src/ui/struct/settings_object/KeyServerSO.h +++ b/src/ui/struct/settings_object/KeyServerSO.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -71,8 +71,7 @@ struct KeyServerSO { } void ResetDefaultServerList() { - server_list << "https://keyserver.ubuntu.com" - << "https://keys.openpgp.org"; + server_list << "https://keyserver.ubuntu.com" << "https://keys.openpgp.org"; } }; diff --git a/src/ui/struct/settings_object/WindowStateSO.h b/src/ui/struct/settings_object/WindowStateSO.h index 3fa56f3c..4acb8588 100644 --- a/src/ui/struct/settings_object/WindowStateSO.h +++ b/src/ui/struct/settings_object/WindowStateSO.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/KeyServerImportTask.cpp b/src/ui/thread/KeyServerImportTask.cpp index e3662db2..5ff2bf3e 100644 --- a/src/ui/thread/KeyServerImportTask.cpp +++ b/src/ui/thread/KeyServerImportTask.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/KeyServerImportTask.h b/src/ui/thread/KeyServerImportTask.h index 8797916c..8a407cf6 100644 --- a/src/ui/thread/KeyServerImportTask.h +++ b/src/ui/thread/KeyServerImportTask.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/KeyServerSearchTask.cpp b/src/ui/thread/KeyServerSearchTask.cpp index 828ce5ac..704899a4 100644 --- a/src/ui/thread/KeyServerSearchTask.cpp +++ b/src/ui/thread/KeyServerSearchTask.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/KeyServerSearchTask.h b/src/ui/thread/KeyServerSearchTask.h index cdce944d..d602e537 100644 --- a/src/ui/thread/KeyServerSearchTask.h +++ b/src/ui/thread/KeyServerSearchTask.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/ListedKeyServerTestTask.cpp b/src/ui/thread/ListedKeyServerTestTask.cpp index 1d492735..77c624dd 100644 --- a/src/ui/thread/ListedKeyServerTestTask.cpp +++ b/src/ui/thread/ListedKeyServerTestTask.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/ListedKeyServerTestTask.h b/src/ui/thread/ListedKeyServerTestTask.h index fdd036d4..4fff114a 100644 --- a/src/ui/thread/ListedKeyServerTestTask.h +++ b/src/ui/thread/ListedKeyServerTestTask.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/ProxyConnectionTestTask.cpp b/src/ui/thread/ProxyConnectionTestTask.cpp index 7d2c496f..417fc1e3 100644 --- a/src/ui/thread/ProxyConnectionTestTask.cpp +++ b/src/ui/thread/ProxyConnectionTestTask.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/thread/ProxyConnectionTestTask.h b/src/ui/thread/ProxyConnectionTestTask.h index c15f45bc..3842064f 100644 --- a/src/ui/thread/ProxyConnectionTestTask.h +++ b/src/ui/thread/ProxyConnectionTestTask.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/FilePage.cpp b/src/ui/widgets/FilePage.cpp index f44aa12b..b08a2153 100644 --- a/src/ui/widgets/FilePage.cpp +++ b/src/ui/widgets/FilePage.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h index 7f05e405..aaa61589 100644 --- a/src/ui/widgets/FilePage.h +++ b/src/ui/widgets/FilePage.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/FileTreeView.cpp b/src/ui/widgets/FileTreeView.cpp index b9ffbd27..500d9787 100644 --- a/src/ui/widgets/FileTreeView.cpp +++ b/src/ui/widgets/FileTreeView.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/FileTreeView.h b/src/ui/widgets/FileTreeView.h index 67ce49ef..41ef014d 100644 --- a/src/ui/widgets/FileTreeView.h +++ b/src/ui/widgets/FileTreeView.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/FindWidget.cpp b/src/ui/widgets/FindWidget.cpp index 6b5b386c..07ddd245 100644 --- a/src/ui/widgets/FindWidget.cpp +++ b/src/ui/widgets/FindWidget.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/FindWidget.h b/src/ui/widgets/FindWidget.h index a32a877c..256e2988 100644 --- a/src/ui/widgets/FindWidget.h +++ b/src/ui/widgets/FindWidget.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/GRTTreeView.cpp b/src/ui/widgets/GRTTreeView.cpp index b52f6881..9350d7f3 100644 --- a/src/ui/widgets/GRTTreeView.cpp +++ b/src/ui/widgets/GRTTreeView.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/GRTTreeView.h b/src/ui/widgets/GRTTreeView.h index 6f3f83c8..a28b5938 100644 --- a/src/ui/widgets/GRTTreeView.h +++ b/src/ui/widgets/GRTTreeView.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/HelpPage.cpp b/src/ui/widgets/HelpPage.cpp index cf56564c..314f6093 100644 --- a/src/ui/widgets/HelpPage.cpp +++ b/src/ui/widgets/HelpPage.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/HelpPage.h b/src/ui/widgets/HelpPage.h index 3ab2cbf6..f1927acb 100644 --- a/src/ui/widgets/HelpPage.h +++ b/src/ui/widgets/HelpPage.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/InfoBoardWidget.cpp b/src/ui/widgets/InfoBoardWidget.cpp index 10b8ad83..21a6c08a 100644 --- a/src/ui/widgets/InfoBoardWidget.cpp +++ b/src/ui/widgets/InfoBoardWidget.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/InfoBoardWidget.h b/src/ui/widgets/InfoBoardWidget.h index 183a386c..b124cea2 100644 --- a/src/ui/widgets/InfoBoardWidget.h +++ b/src/ui/widgets/InfoBoardWidget.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp index 6ddf62a3..28d95f31 100644 --- a/src/ui/widgets/KeyList.cpp +++ b/src/ui/widgets/KeyList.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index cbad6812..8563df8f 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -50,14 +50,14 @@ enum class KeyMenuAbility : unsigned int { kALL = ~0U }; -inline auto operator|(KeyMenuAbility lhs, KeyMenuAbility rhs) - -> KeyMenuAbility { +inline auto operator|(KeyMenuAbility lhs, + KeyMenuAbility rhs) -> KeyMenuAbility { using T = std::underlying_type_t<KeyMenuAbility>; return static_cast<KeyMenuAbility>(static_cast<T>(lhs) | static_cast<T>(rhs)); } -inline auto operator|=(KeyMenuAbility& lhs, KeyMenuAbility rhs) - -> KeyMenuAbility& { +inline auto operator|=(KeyMenuAbility& lhs, + KeyMenuAbility rhs) -> KeyMenuAbility& { lhs = lhs | rhs; return lhs; } diff --git a/src/ui/widgets/KeyTable.cpp b/src/ui/widgets/KeyTable.cpp index 1ba44232..b2b1e755 100644 --- a/src/ui/widgets/KeyTable.cpp +++ b/src/ui/widgets/KeyTable.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/KeyTable.h b/src/ui/widgets/KeyTable.h index 4ec8f687..11aca803 100644 --- a/src/ui/widgets/KeyTable.h +++ b/src/ui/widgets/KeyTable.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/ModuleListView.cpp b/src/ui/widgets/ModuleListView.cpp index ced602fb..75396dde 100644 --- a/src/ui/widgets/ModuleListView.cpp +++ b/src/ui/widgets/ModuleListView.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/ModuleListView.h b/src/ui/widgets/ModuleListView.h index 0b294bbf..30922585 100644 --- a/src/ui/widgets/ModuleListView.h +++ b/src/ui/widgets/ModuleListView.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/PlainTextEditorPage.cpp b/src/ui/widgets/PlainTextEditorPage.cpp index 57910f9d..2b24eb65 100644 --- a/src/ui/widgets/PlainTextEditorPage.cpp +++ b/src/ui/widgets/PlainTextEditorPage.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/PlainTextEditorPage.h b/src/ui/widgets/PlainTextEditorPage.h index 4981b24c..18ed41b2 100644 --- a/src/ui/widgets/PlainTextEditorPage.h +++ b/src/ui/widgets/PlainTextEditorPage.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/TOFUInfoPage.cpp b/src/ui/widgets/TOFUInfoPage.cpp index 39cf8921..ea33553f 100644 --- a/src/ui/widgets/TOFUInfoPage.cpp +++ b/src/ui/widgets/TOFUInfoPage.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/TOFUInfoPage.h b/src/ui/widgets/TOFUInfoPage.h index 4bd9b89a..bf51b6ff 100644 --- a/src/ui/widgets/TOFUInfoPage.h +++ b/src/ui/widgets/TOFUInfoPage.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/TextEdit.cpp b/src/ui/widgets/TextEdit.cpp index 9cecfb38..2c6a0ff3 100644 --- a/src/ui/widgets/TextEdit.cpp +++ b/src/ui/widgets/TextEdit.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index cba1c6e4..50939d0e 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/VerifyKeyDetailBox.cpp b/src/ui/widgets/VerifyKeyDetailBox.cpp index 35b3c100..c01ae95d 100644 --- a/src/ui/widgets/VerifyKeyDetailBox.cpp +++ b/src/ui/widgets/VerifyKeyDetailBox.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/src/ui/widgets/VerifyKeyDetailBox.h b/src/ui/widgets/VerifyKeyDetailBox.h index 51018679..7078a0f4 100644 --- a/src/ui/widgets/VerifyKeyDetailBox.h +++ b/src/ui/widgets/VerifyKeyDetailBox.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric <[email protected]> + * Copyright (C) 2021-2024 Saturneric <[email protected]> * * This file is part of GpgFrontend. * diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 3139ce66..d5dd9230 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Saturneric <[email protected]> +# Copyright (C) 2021-2024 Saturneric <[email protected]> # # This file is part of GpgFrontend. # |