diff options
| author | Ingo Klöcker <[email protected]> | 2024-06-06 16:34:18 +0200 |
|---|---|---|
| committer | Ingo Klöcker <[email protected]> | 2024-06-11 15:06:57 +0200 |
| commit | 1dbfc419adb89aebadaf98144ce7c9dea2284fbb (patch) | |
| tree | 5373df09f1dfda630c3f1c7e7ad1c89177e62a3d /lang/cpp/src/Makefile.am | |
| 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/src/Makefile.am')
| -rw-r--r-- | lang/cpp/src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/cpp/src/Makefile.am b/lang/cpp/src/Makefile.am index c1d60877..5e31e622 100644 --- a/lang/cpp/src/Makefile.am +++ b/lang/cpp/src/Makefile.am @@ -1,15 +1,15 @@ -# Makefile.am for GPGMEPP. +# Makefile.am for GPGME++. # Copyright (C) 2016 Bundesamt für Sicherheit in der Informationstechnik # Software engineering by Intevation GmbH # -# This file is part of GPGMEPP. +# This file is part of GPGME++. # -# GPGME-CL is free software; you can redistribute it and/or modify it +# GPGME++ is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# GPGME-CL 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 Lesser General Public License for more details. |
