diff options
author | Ingo Klöcker <[email protected]> | 2024-06-06 14:34:18 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-06-11 13:06:57 +0000 |
commit | 1dbfc419adb89aebadaf98144ce7c9dea2284fbb (patch) | |
tree | 5373df09f1dfda630c3f1c7e7ad1c89177e62a3d /lang/cpp/tests/run-verify.cpp | |
parent | build,python: Support building Python bindings as nested package (diff) | |
download | gpgme-1dbfc419adb89aebadaf98144ce7c9dea2284fbb.tar.gz gpgme-1dbfc419adb89aebadaf98144ce7c9dea2284fbb.zip |
Unify spelling of the name of the C++ bindings for GpgME
* lang/cpp/README, lang/cpp/src/GpgmeppConfig-w32.cmake.in.in,
lang/cpp/src/GpgmeppConfig.cmake.in.in,
lang/cpp/src/GpgmeppConfigVersion.cmake.in,
lang/cpp/src/Makefile.am, lang/cpp/tests/run-getkey.cpp,
lang/cpp/tests/run-keylist.cpp, lang/cpp/tests/run-verify.cpp,
lang/cpp/tests/run-wkdlookup.cpp, lang/qt/README: Replace GpgMEpp with
GpgME++.
* lang/cpp/src/GpgmeppConfig-w32.cmake.in.in,
lang/cpp/src/GpgmeppConfig.cmake.in.in,
lang/cpp/src/GpgmeppConfigVersion.cmake.in,
lang/cpp/src/Makefile.am: Replace GPGME-CL (c&p error) with GpgME++.
* lang/cpp/tests/Makefile.am: Replace GPGME with GPGME++.
* lang/cpp/tests/run-getkey.cpp, lang/cpp/tests/run-keylist.cpp,
lang/cpp/tests/run-verify.cpp: Replace QGpgME (c&p error) with GpgME++.
--
Diffstat (limited to 'lang/cpp/tests/run-verify.cpp')
-rw-r--r-- | lang/cpp/tests/run-verify.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/cpp/tests/run-verify.cpp b/lang/cpp/tests/run-verify.cpp index c6462b91..9133ed95 100644 --- a/lang/cpp/tests/run-verify.cpp +++ b/lang/cpp/tests/run-verify.cpp @@ -1,14 +1,14 @@ /* run-keylist.cpp - This file is part of GpgMEpp's test suite. + This file is part of GPGME++'s test suite. Copyright (c) 2018 Intevation GmbH - QGpgME is free software; you can redistribute it and/or + GPGME++ is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. - QGpgME is distributed in the hope that it will be useful, + GPGME++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |