aboutsummaryrefslogtreecommitdiff
path: root/soft-fp
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 04:58:11 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 04:58:11 +0000
commit41bdb6e20c5d2df34a740cbd70e11c05025dfd12 (patch)
tree2aafffdb44e5cac1deb62c308e3352a05e548488 /soft-fp
parente2008c38b4561c8423a8984825666d690d7941fa (diff)
downloadglibc-41bdb6e20c5d2df34a740cbd70e11c05025dfd12.tar.xz
glibc-41bdb6e20c5d2df34a740cbd70e11c05025dfd12.zip
Update to LGPL v2.1.
2001-07-06 Paul Eggert <eggert@twinsun.com> * manual/argp.texi: Remove ignored LGPL copyright notice; it's not appropriate for documentation anyway. * manual/libc-texinfo.sh: "Library General Public License" -> "Lesser General Public License". 2001-07-06 Andreas Jaeger <aj@suse.de> * All files under GPL/LGPL version 2: Place under LGPL version 2.1.
Diffstat (limited to 'soft-fp')
-rw-r--r--soft-fp/Makefile21
-rw-r--r--soft-fp/adddf3.c16
-rw-r--r--soft-fp/addsf3.c16
-rw-r--r--soft-fp/addtf3.c16
-rw-r--r--soft-fp/divdf3.c16
-rw-r--r--soft-fp/divsf3.c16
-rw-r--r--soft-fp/divtf3.c16
-rw-r--r--soft-fp/double.h16
-rw-r--r--soft-fp/eqdf2.c16
-rw-r--r--soft-fp/eqsf2.c16
-rw-r--r--soft-fp/eqtf2.c16
-rw-r--r--soft-fp/extenddftf2.c16
-rw-r--r--soft-fp/extended.h16
-rw-r--r--soft-fp/extendsfdf2.c16
-rw-r--r--soft-fp/extendsftf2.c16
-rw-r--r--soft-fp/fixdfdi.c16
-rw-r--r--soft-fp/fixdfsi.c16
-rw-r--r--soft-fp/fixsfdi.c16
-rw-r--r--soft-fp/fixsfsi.c16
-rw-r--r--soft-fp/fixtfdi.c16
-rw-r--r--soft-fp/fixtfsi.c16
-rw-r--r--soft-fp/fixunsdfdi.c16
-rw-r--r--soft-fp/fixunsdfsi.c16
-rw-r--r--soft-fp/fixunssfdi.c16
-rw-r--r--soft-fp/fixunssfsi.c16
-rw-r--r--soft-fp/fixunstfdi.c16
-rw-r--r--soft-fp/fixunstfsi.c16
-rw-r--r--soft-fp/floatdidf.c16
-rw-r--r--soft-fp/floatdisf.c16
-rw-r--r--soft-fp/floatditf.c16
-rw-r--r--soft-fp/floatsidf.c16
-rw-r--r--soft-fp/floatsisf.c16
-rw-r--r--soft-fp/floatsitf.c16
-rw-r--r--soft-fp/gedf2.c16
-rw-r--r--soft-fp/gesf2.c16
-rw-r--r--soft-fp/getf2.c16
-rw-r--r--soft-fp/ledf2.c16
-rw-r--r--soft-fp/lesf2.c16
-rw-r--r--soft-fp/letf2.c16
-rw-r--r--soft-fp/muldf3.c16
-rw-r--r--soft-fp/mulsf3.c16
-rw-r--r--soft-fp/multf3.c16
-rw-r--r--soft-fp/negdf2.c16
-rw-r--r--soft-fp/negsf2.c16
-rw-r--r--soft-fp/negtf2.c16
-rw-r--r--soft-fp/op-1.h16
-rw-r--r--soft-fp/op-2.h16
-rw-r--r--soft-fp/op-4.h16
-rw-r--r--soft-fp/op-8.h18
-rw-r--r--soft-fp/op-common.h16
-rw-r--r--soft-fp/quad.h16
-rw-r--r--soft-fp/single.h16
-rw-r--r--soft-fp/soft-fp.h16
-rw-r--r--soft-fp/sqrtdf2.c16
-rw-r--r--soft-fp/sqrtsf2.c16
-rw-r--r--soft-fp/sqrttf2.c16
-rw-r--r--soft-fp/subdf3.c16
-rw-r--r--soft-fp/subsf3.c16
-rw-r--r--soft-fp/subtf3.c16
-rw-r--r--soft-fp/truncdfsf2.c16
-rw-r--r--soft-fp/trunctfdf2.c16
-rw-r--r--soft-fp/trunctfsf2.c16
62 files changed, 500 insertions, 499 deletions
diff --git a/soft-fp/Makefile b/soft-fp/Makefile
index 826fe20e22..e0a3cfb0df 100644
--- a/soft-fp/Makefile
+++ b/soft-fp/Makefile
@@ -1,20 +1,21 @@
# Copyright (C) 1997, 1999, 2000 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
-# modify it under the terms of the GNU Library General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
-#
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+
# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Library General Public License for more details.
-#
-# You should have received a copy of the GNU Library General Public
-# License along with the GNU C Library; see the file COPYING.LIB. If not,
-# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Lesser General Public License for more details.
+
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
#
# Makefile for software floating-point routines
diff --git a/soft-fp/adddf3.c b/soft-fp/adddf3.c
index 373bbb198f..6802d13e37 100644
--- a/soft-fp/adddf3.c
+++ b/soft-fp/adddf3.c
@@ -6,19 +6,19 @@
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If
- not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include "soft-fp.h"
#include "double.h"
diff --git a/soft-fp/addsf3.c b/soft-fp/addsf3.c
index 6ee36c5077..a1e7f0c10c 100644
--- a/soft-fp/addsf3.c
+++ b/soft-fp/addsf3.c
@@ -6,19 +6,19 @@
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If
- not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include "soft-fp.h"
#include "single.h"
diff --git a/soft-fp/addtf3.c b/soft-fp/addtf3.c
index 5919df1abe..b7348f5acc 100644
--- a/soft-fp/addtf3.c
+++ b/soft-fp/addtf3.c
@@ -6,19 +6,19 @@
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If
- not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/soft-fp/divdf3.c b/soft-fp/divdf3.c
index f0bbbfdf50..f8a479dce7 100644
--- a/soft-fp/divdf3.c
+++ b/soft-fp/divdf3.c
@@ -6,19 +6,19 @@
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If
- not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include "soft-fp.h"
#include "double.h"
diff --git a/soft-fp/divsf3.c b/soft-fp/divsf3.c
index 37d691b140..9e9234fddf 100644
--- a/soft-fp/divsf3.c
+++ b/soft-fp/divsf3.c
@@ -6,19 +6,19 @@
Jakub Jelinek (jj@ultra.linux.cz).
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If
- not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include "soft-fp.h"
#include "single.h"
diff --git a/soft-fp/divtf3.c b/soft-fp/divtf3.c
index dfc4c01cb3..264af97cb0 100644
--- a/soft-fp/divtf3.c
+++ b/soft-fp/divtf3.c