diff options
Diffstat (limited to '')
-rw-r--r-- | src/module/sdk/Gpg.h (renamed from src/core/GpgInfo.cpp) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/GpgInfo.cpp b/src/module/sdk/Gpg.h index a77f0ed4..0702632a 100644 --- a/src/core/GpgInfo.cpp +++ b/src/module/sdk/Gpg.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2021 Saturneric + * Copyright (C) 2021 Saturneric <[email protected]> * * This file is part of GpgFrontend. * @@ -20,10 +20,10 @@ * the gpg4usb project, which is under GPL-3.0-or-later. * * All the source code of GpgFrontend was modified and released by - * Saturneric<[email protected]> starting on May 12, 2021. + * Saturneric <[email protected]> starting on May 12, 2021. * * SPDX-License-Identifier: GPL-3.0-or-later * */ -#include "core/GpgInfo.h" +#pragma once
\ No newline at end of file |