summaryrefslogtreecommitdiff
path: root/mpi/mpi-mpow.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-12-21 13:21:18 +0000
committerWerner Koch <wk@gnupg.org>2000-12-21 13:21:18 +0000
commitaeb8871bb0ad19e17d488a4394fab886cdf3762c (patch)
tree7bcd8887affe03f536edac0f37de325e8bffbdd5 /mpi/mpi-mpow.c
parent94ab41cdfed983577b992a4ec558b3df6bb36998 (diff)
downloadlibgcrypt-aeb8871bb0ad19e17d488a4394fab886cdf3762c.tar.gz
Changed program name in all files
Diffstat (limited to 'mpi/mpi-mpow.c')
-rw-r--r--mpi/mpi-mpow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/mpi-mpow.c b/mpi/mpi-mpow.c
index 556f7e11..9414844d 100644
--- a/mpi/mpi-mpow.c
+++ b/mpi/mpi-mpow.c
@@ -1,14 +1,14 @@
/* mpi-mpow.c - MPI functions
* Copyright (C) 1998, 1999 Free Software Foundation, Inc.
*
- * 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.