diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/thread/ThreadingModel.h | 6 | ||||
-rw-r--r-- | src/ui/GpgFrontendUI.h | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/core/thread/ThreadingModel.h b/src/core/thread/ThreadingModel.h index ceb2b053..eb6c9039 100644 --- a/src/core/thread/ThreadingModel.h +++ b/src/core/thread/ThreadingModel.h @@ -19,8 +19,10 @@ * The initial version of the source code is inherited from * the gpg4usb project, which is under GPL-3.0-or-later. * - * The source code version of this software was modified and released - * by Saturneric<[email protected]><[email protected]> starting on May 12, 2021. + * All the source code of GpgFrontend was modified and released by + * Saturneric<[email protected]> starting on May 12, 2021. + * + * SPDX-License-Identifier: GPL-3.0-or-later * */ diff --git a/src/ui/GpgFrontendUI.h b/src/ui/GpgFrontendUI.h index 9fa9e3a7..4389aa41 100644 --- a/src/ui/GpgFrontendUI.h +++ b/src/ui/GpgFrontendUI.h @@ -44,7 +44,7 @@ #include "GpgFrontend.h" #include "core/GpgFrontendCore.h" #include "core/GpgModel.h" -#include "core/Thread/ThreadingModel.h" +#include "core/thread/ThreadingModel.h" #include "ui/GpgFrontendUIExport.h" /** |