From 5a65349824bb70bb75d8e05a9f879b55af32309f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Dec 2001 15:53:08 +0000 Subject: Update my email address. I am no longer andersen@lineo.com --- libcrypt/Makefile | 1 + libcrypt/crypt.c | 6 +++--- libcrypt/des.c | 2 +- libcrypt/md5.c | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) (limited to 'libcrypt') diff --git a/libcrypt/Makefile b/libcrypt/Makefile index 5a30ca988..20c177ba3 100644 --- a/libcrypt/Makefile +++ b/libcrypt/Makefile @@ -1,6 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2000 by Lineo, inc. +# Copyright (C) 2000,2001 Erik Andersen # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free diff --git a/libcrypt/crypt.c b/libcrypt/crypt.c index 13d8efca5..4c489ed36 100644 --- a/libcrypt/crypt.c +++ b/libcrypt/crypt.c @@ -2,8 +2,9 @@ /* * crypt() for uClibc * - * Copyright (C) 2001 by Lineo, inc. Written by - * Erik Andersen , + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen + * Written by Erik Andersen * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by @@ -18,7 +19,6 @@ * You should have received a copy of the GNU Library General Public License * along with this program; if not, write to the Free Software Foundation, * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * */ #include diff --git a/libcrypt/des.c b/libcrypt/des.c index 04b1e7f2f..1c4ed7f94 100644 --- a/libcrypt/des.c +++ b/libcrypt/des.c @@ -6,7 +6,7 @@ * on Andy Tanenbaum's book "Computer Networks", and then rewritten in * C by Kees J. Bot, 7 Feb 1994. This code was ported from Minix to * uClibc on June 28, 2001 by Manuel Novoa III, and then reshuffled to - * be reentrant by Erik Andersen on June 28, 2001. + * be reentrant by Erik Andersen on June 28, 2001. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by diff --git a/libcrypt/md5.c b/libcrypt/md5.c index c9d65d21a..3bc669112 100644 --- a/libcrypt/md5.c +++ b/libcrypt/md5.c @@ -39,7 +39,7 @@ * * ---------------------------------------------------------------------------- * On April 19th, 2001 md5_crypt() was modified to make it reentrant - * by Erik Andersen , + * by Erik Andersen * * June 28, 2001 Manuel Novoa III * -- cgit v1.2.3