diff options
Diffstat (limited to 'libcrypt')
-rw-r--r-- | libcrypt/Makefile | 1 | ||||
-rw-r--r-- | libcrypt/crypt.c | 6 | ||||
-rw-r--r-- | libcrypt/des.c | 2 | ||||
-rw-r--r-- | libcrypt/md5.c | 2 |
4 files changed, 6 insertions, 5 deletions
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 <andersen@uclibc.org> # # 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 <andersen@lineo.com>, <andersee@debian.org> + * Copyright (C) 2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 2000,2001 by Erik Andersen <andersen@uclibc.org> + * Written by Erik Andersen <andersen@uclibc.org> * * 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 <crypt.h> 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 <andersen@lineo.com> on June 28, 2001. + * be reentrant by Erik Andersen <andersen@uclibc.org> 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 <andersen@lineo.com>, <andersee@debian.org> + * by Erik Andersen <andersen@uclibc.org> * * June 28, 2001 Manuel Novoa III * |