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