diff options
Diffstat (limited to 'libc/stdio/getdelim.c')
-rw-r--r-- | libc/stdio/getdelim.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/stdio/getdelim.c b/libc/stdio/getdelim.c index 7cc1f8e84..fd073a4d2 100644 --- a/libc/stdio/getdelim.c +++ b/libc/stdio/getdelim.c @@ -1,9 +1,9 @@ /* vi: set sw=4 ts=4: */ -/* - * getdelim for uClibc +/* getdelim for uClibc * - * Copyright (C) 2000 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 |