From: Niels Möller Date: Sun, 17 Jun 2001 16:33:09 +0000 (+0200) Subject: Fixed copyright notice. X-Git-Tag: release_nettle_0.2.20010617~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6324117397258f756ac14c7562beb6141188134b;p=thirdparty%2Fnettle.git Fixed copyright notice. Rev: src/nettle/aes.c:1.3 Rev: src/nettle/aes.h:1.3 Rev: src/nettle/arcfour.c:1.2 Rev: src/nettle/arcfour.h:1.2 Rev: src/nettle/blowfish.h:1.5 Rev: src/nettle/cast128.c:1.2 Rev: src/nettle/cast128.h:1.2 Rev: src/nettle/des.c:1.3 Rev: src/nettle/des.h:1.3 Rev: src/nettle/macros.h:1.3 Rev: src/nettle/md5.c:1.2 Rev: src/nettle/md5.h:1.2 Rev: src/nettle/serpent.h:1.4 Rev: src/nettle/sha1.c:1.3 Rev: src/nettle/sha1.h:1.2 Rev: src/nettle/twofish.c:1.3 Rev: src/nettle/twofish.h:1.3 --- 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. */