diff options
Diffstat (limited to 'lang/cpp/tests')
-rw-r--r-- | lang/cpp/tests/Makefile.am | 8 | ||||
-rw-r--r-- | lang/cpp/tests/run-getkey.cpp | 6 | ||||
-rw-r--r-- | lang/cpp/tests/run-keylist.cpp | 6 | ||||
-rw-r--r-- | lang/cpp/tests/run-verify.cpp | 6 | ||||
-rw-r--r-- | lang/cpp/tests/run-wkdlookup.cpp | 2 |
5 files changed, 14 insertions, 14 deletions
diff --git a/lang/cpp/tests/Makefile.am b/lang/cpp/tests/Makefile.am index 61b91633..f7ba5292 100644 --- a/lang/cpp/tests/Makefile.am +++ b/lang/cpp/tests/Makefile.am @@ -1,14 +1,14 @@ -# Makefile.am - Makefile for GPGME Cpp tests. +# Makefile.am - Makefile for GPGME++ tests. # Copyright (C) 2018 Intevation GmbH # -# This file is part of GPGME. +# This file is part of GPGME++. # -# GPGME 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 Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of the # License, or (at your option) any later version. # -# GPGME is distributed in the hope that it will be useful, but WITHOUT +# 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. diff --git a/lang/cpp/tests/run-getkey.cpp b/lang/cpp/tests/run-getkey.cpp index cde77bd2..d36ad120 100644 --- a/lang/cpp/tests/run-getkey.cpp +++ b/lang/cpp/tests/run-getkey.cpp @@ -1,14 +1,14 @@ /* run-getkey.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. diff --git a/lang/cpp/tests/run-keylist.cpp b/lang/cpp/tests/run-keylist.cpp index 788dba67..e2b79574 100644 --- a/lang/cpp/tests/run-keylist.cpp +++ b/lang/cpp/tests/run-keylist.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. 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. diff --git a/lang/cpp/tests/run-wkdlookup.cpp b/lang/cpp/tests/run-wkdlookup.cpp index 2ca702e4..361ca3a3 100644 --- a/lang/cpp/tests/run-wkdlookup.cpp +++ b/lang/cpp/tests/run-wkdlookup.cpp @@ -1,7 +1,7 @@ /* run-wkdlookup.cpp - This file is part of GpgMEpp's test suite. + This file is part of GPGME++'s test suite. Copyright (c) 2021 g10 Code GmbH Software engineering by Ingo Klöcker <[email protected]> |