summaryrefslogtreecommitdiff
path: root/mpi/power
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/power
parent94ab41cdfed983577b992a4ec558b3df6bb36998 (diff)
downloadlibgcrypt-aeb8871bb0ad19e17d488a4394fab886cdf3762c.tar.gz
Changed program name in all files
Diffstat (limited to 'mpi/power')
-rw-r--r--mpi/power/mpih-add1.S6
-rw-r--r--mpi/power/mpih-lshift.S6
-rw-r--r--mpi/power/mpih-mul1.S6
-rw-r--r--mpi/power/mpih-mul2.S6
-rw-r--r--mpi/power/mpih-mul3.S6
-rw-r--r--mpi/power/mpih-rshift.S6
-rw-r--r--mpi/power/mpih-sub1.S6
7 files changed, 21 insertions, 21 deletions
diff --git a/mpi/power/mpih-add1.S b/mpi/power/mpih-add1.S
index ad27f3d8..27f8f666 100644
--- a/mpi/power/mpih-add1.S
+++ b/mpi/power/mpih-add1.S
@@ -2,14 +2,14 @@
*
* Copyright (C) 1992, 1994, 1995, 1996, 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.
diff --git a/mpi/power/mpih-lshift.S b/mpi/power/mpih-lshift.S
index 5c53a0ae..bb7a9dba 100644
--- a/mpi/power/mpih-lshift.S
+++ b/mpi/power/mpih-lshift.S
@@ -2,14 +2,14 @@
*
* Copyright (C) 1992, 1994, 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.
diff --git a/mpi/power/mpih-mul1.S b/mpi/power/mpih-mul1.S
index 3b71b5aa..9daabe82 100644
--- a/mpi/power/mpih-mul1.S
+++ b/mpi/power/mpih-mul1.S
@@ -3,14 +3,14 @@
*
* Copyright (C) 1992, 1994, 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.
diff --git a/mpi/power/mpih-mul2.S b/mpi/power/mpih-mul2.S
index 19ddee86..8cf2ec08 100644
--- a/mpi/power/mpih-mul2.S
+++ b/mpi/power/mpih-mul2.S
@@ -3,14 +3,14 @@
*
* Copyright (C) 1992, 1994, 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.
diff --git a/mpi/power/mpih-mul3.S b/mpi/power/mpih-mul3.S
index e875e88e..458b0038 100644
--- a/mpi/power/mpih-mul3.S
+++ b/mpi/power/mpih-mul3.S
@@ -3,14 +3,14 @@
*
* Copyright (C) 1992, 1994, 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.
diff --git a/mpi/power/mpih-rshift.S b/mpi/power/mpih-rshift.S
index e2964507..6b79a1c3 100644
--- a/mpi/power/mpih-rshift.S
+++ b/mpi/power/mpih-rshift.S
@@ -2,14 +2,14 @@
*
* Copyright (C) 1992, 1994, 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.
diff --git a/mpi/power/mpih-sub1.S b/mpi/power/mpih-sub1.S
index a3605533..f01839af 100644
--- a/mpi/power/mpih-sub1.S
+++ b/mpi/power/mpih-sub1.S
@@ -2,14 +2,14 @@
*
* Copyright (C) 1992, 1994, 1995, 1996, 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.