diff options
Diffstat (limited to 'libc/unistd')
-rw-r--r-- | libc/unistd/getlogin.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/unistd/getlogin.c b/libc/unistd/getlogin.c index ece855e2e..42438b327 100644 --- a/libc/unistd/getlogin.c +++ b/libc/unistd/getlogin.c @@ -1,10 +1,7 @@ /* vi: set sw=4 ts=4: */ -/* getlogin for uClibc - * - * Copyright (C) 2000 by Lineo, inc. and Erik Andersen +/* + * getlogin for uClibc * Copyright (C) 2000-2006 by Erik Andersen <andersen@uclibc.org> - * Written by Erik Andersen <andersen@uclibc.org> - * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ |