diff options
author | Saturneric <[email protected]> | 2022-05-15 08:52:52 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-15 08:52:52 +0000 |
commit | 2400bbc99419f9b9d037e138d47c67de7a3ac532 (patch) | |
tree | af1e770b4b4b8a8fa88c0c1161421b1c944df250 /src/core/thread/ThreadingModel.h | |
parent | feat: update macOS App Bundle ci (diff) | |
download | GpgFrontend-2400bbc99419f9b9d037e138d47c67de7a3ac532.tar.gz GpgFrontend-2400bbc99419f9b9d037e138d47c67de7a3ac532.zip |
fix: solve heading file include problem.
Diffstat (limited to 'src/core/thread/ThreadingModel.h')
-rw-r--r-- | src/core/thread/ThreadingModel.h | 6 |
1 files changed, 4 insertions, 2 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 * */ |