summaryrefslogtreecommitdiff
path: root/libc/stdlib/ldiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/ldiv.c')
-rw-r--r--libc/stdlib/ldiv.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/libc/stdlib/ldiv.c b/libc/stdlib/ldiv.c
index 10e614870..230b6a944 100644
--- a/libc/stdlib/ldiv.c
+++ b/libc/stdlib/ldiv.c
@@ -1,9 +1,9 @@
/* vi: set sw=4 ts=4: */
-/*
- * ldiv for uClibc
+/* ldiv 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 +18,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 <stdlib.h>