summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aes.c4
-rw-r--r--aes.h2
-rw-r--r--arcfour.c4
-rw-r--r--arcfour.h4
-rw-r--r--blowfish.h4
-rw-r--r--cast128.c2
-rw-r--r--cast128.h2
-rw-r--r--des.c4
-rw-r--r--des.h4
-rw-r--r--macros.h4
-rw-r--r--md5.c4
-rw-r--r--md5.h4
-rw-r--r--serpent.h4
-rw-r--r--sha1.c4
-rw-r--r--sha1.h4
-rw-r--r--twofish.c4
-rw-r--r--twofish.h2
17 files changed, 30 insertions, 30 deletions
diff --git a/aes.c b/aes.c
index b4df1beb..9436f62a 100644
--- a/aes.c
+++ b/aes.c
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/aes.h b/aes.h
index ca043c37..e7298d09 100644
--- a/aes.h
+++ b/aes.h
@@ -18,7 +18,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/arcfour.c b/arcfour.c
index c72ce26f..70d0fd35 100644
--- a/arcfour.c
+++ b/arcfour.c
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/arcfour.h b/arcfour.h
index 91611113..49219610 100644
--- a/arcfour.h
+++ b/arcfour.h
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/blowfish.h b/blowfish.h
index d95bdb6e..19366775 100644
--- a/blowfish.h
+++ b/blowfish.h
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/cast128.c b/cast128.c
index 70c42847..a2b04d74 100644
--- a/cast128.c
+++ b/cast128.c
@@ -24,7 +24,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/cast128.h b/cast128.h
index fb6e0e31..9475aea1 100644
--- a/cast128.h
+++ b/cast128.h
@@ -24,7 +24,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/des.c b/des.c
index ce25f8ac..c95f08b6 100644
--- a/des.c
+++ b/des.c
@@ -14,13 +14,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/des.h b/des.h
index 2976a0b7..9f7584d0 100644
--- a/des.h
+++ b/des.h
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/macros.h b/macros.h
index 6b3d1b63..c235600a 100644
--- a/macros.h
+++ b/macros.h
@@ -11,13 +11,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/md5.c b/md5.c
index c7834723..c0d45ad0 100644
--- a/md5.c
+++ b/md5.c
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/md5.h b/md5.h
index 653b34cd..c2d7e98c 100644
--- a/md5.h
+++ b/md5.h
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/serpent.h b/serpent.h
index 281e050a..7a404626 100644
--- a/serpent.h
+++ b/serpent.h
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/sha1.c b/sha1.c
index 717d0abb..90e7f2fd 100644
--- a/sha1.c
+++ b/sha1.c
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/sha1.h b/sha1.h
index a1a32b75..65113563 100644
--- a/sha1.h
+++ b/sha1.h
@@ -12,13 +12,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/twofish.c b/twofish.c
index df85d147..41a2eaa7 100644
--- a/twofish.c
+++ b/twofish.c
@@ -20,13 +20,13 @@
* the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version.
*
- * The GNU MP Library is distributed in the hope that it will be useful, but
+ * The nettle Library 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.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/
diff --git a/twofish.h b/twofish.h
index 81a19287..217b9e30 100644
--- a/twofish.h
+++ b/twofish.h
@@ -18,7 +18,7 @@
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+ * along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
* MA 02111-1307, USA.
*/