summaryrefslogtreecommitdiff
path: root/cipher/elgamal.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/elgamal.c')
-rw-r--r--cipher/elgamal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/elgamal.c b/cipher/elgamal.c
index c2c2c6e1..d65f2d50 100644
--- a/cipher/elgamal.c
+++ b/cipher/elgamal.c
@@ -5,14 +5,14 @@
* Bruce Schneier: Applied Cryptography. John Wiley & Sons, 1996.
* ISBN 0-471-11709-9. Pages 476 ff.
*
- * This file is part of GnuPG.
+ * This file is part of Libgcrypt.
*
- * GnuPG is free software; you can redistribute it and/or modify
+ * Libgcrypt 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.
*
- * GnuPG is distributed in the hope that it will be useful,
+ * Libgcrypt 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.