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