diff options
Diffstat (limited to 'sysdeps/generic/div.c')
-rw-r--r-- | sysdeps/generic/div.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/generic/div.c b/sysdeps/generic/div.c index d0d441341b..3eaf6fa353 100644 --- a/sysdeps/generic/div.c +++ b/sysdeps/generic/div.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -31,10 +31,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. |