summaryrefslogtreecommitdiff
path: root/libc/soft-fp
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-18 02:24:59 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-02-18 02:24:59 +0000
commit33f3f8954d202664c7c7a224d13ba5a0c14a0e01 (patch)
treee0f840c6480989b155a172c09109241a7be183e7 /libc/soft-fp
parentfa83b30737d538378a98cab7fbc982ae3f8ac442 (diff)
downloadeglibc2-33f3f8954d202664c7c7a224d13ba5a0c14a0e01.tar.gz
Merge changes between r17050 and r17194 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17195 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/soft-fp')
-rw-r--r--libc/soft-fp/Makefile5
-rw-r--r--libc/soft-fp/adddf3.c5
-rw-r--r--libc/soft-fp/addsf3.c6
-rw-r--r--libc/soft-fp/addtf3.c5
-rw-r--r--libc/soft-fp/divdf3.c5
-rw-r--r--libc/soft-fp/divsf3.c5
-rw-r--r--libc/soft-fp/divtf3.c5
-rw-r--r--libc/soft-fp/double.h5
-rw-r--r--libc/soft-fp/eqdf2.c5
-rw-r--r--libc/soft-fp/eqsf2.c5
-rw-r--r--libc/soft-fp/eqtf2.c5
-rw-r--r--libc/soft-fp/extenddftf2.c5
-rw-r--r--libc/soft-fp/extended.h5
-rw-r--r--libc/soft-fp/extendsfdf2.c5
-rw-r--r--libc/soft-fp/extendsftf2.c5
-rw-r--r--libc/soft-fp/fixdfdi.c5
-rw-r--r--libc/soft-fp/fixdfsi.c5
-rw-r--r--libc/soft-fp/fixsfdi.c5
-rw-r--r--libc/soft-fp/fixsfsi.c5
-rw-r--r--libc/soft-fp/fixtfdi.c5
-rw-r--r--libc/soft-fp/fixtfsi.c5
-rw-r--r--libc/soft-fp/fixunsdfdi.c5
-rw-r--r--libc/soft-fp/fixunsdfsi.c5
-rw-r--r--libc/soft-fp/fixunssfdi.c5
-rw-r--r--libc/soft-fp/fixunssfsi.c5
-rw-r--r--libc/soft-fp/fixunstfdi.c5
-rw-r--r--libc/soft-fp/fixunstfsi.c5
-rw-r--r--libc/soft-fp/floatdidf.c5
-rw-r--r--libc/soft-fp/floatdisf.c5
-rw-r--r--libc/soft-fp/floatditf.c5
-rw-r--r--libc/soft-fp/floatsidf.c5
-rw-r--r--libc/soft-fp/floatsisf.c5
-rw-r--r--libc/soft-fp/floatsitf.c5
-rw-r--r--libc/soft-fp/floatundidf.c5
-rw-r--r--libc/soft-fp/floatundisf.c5
-rw-r--r--libc/soft-fp/floatunditf.c5
-rw-r--r--libc/soft-fp/floatunsidf.c5
-rw-r--r--libc/soft-fp/floatunsisf.c5
-rw-r--r--libc/soft-fp/floatunsitf.c5
-rw-r--r--libc/soft-fp/gedf2.c5
-rw-r--r--libc/soft-fp/gesf2.c5
-rw-r--r--libc/soft-fp/getf2.c5
-rw-r--r--libc/soft-fp/ledf2.c5
-rw-r--r--libc/soft-fp/lesf2.c5
-rw-r--r--libc/soft-fp/letf2.c5
-rw-r--r--libc/soft-fp/muldf3.c5
-rw-r--r--libc/soft-fp/mulsf3.c5
-rw-r--r--libc/soft-fp/multf3.c5
-rw-r--r--libc/soft-fp/negdf2.c5
-rw-r--r--libc/soft-fp/negsf2.c5
-rw-r--r--libc/soft-fp/negtf2.c5
-rw-r--r--libc/soft-fp/op-1.h5
-rw-r--r--libc/soft-fp/op-2.h5
-rw-r--r--libc/soft-fp/op-4.h5
-rw-r--r--libc/soft-fp/op-8.h6
-rw-r--r--libc/soft-fp/op-common.h5
-rw-r--r--libc/soft-fp/quad.h5
-rw-r--r--libc/soft-fp/single.h5
-rw-r--r--libc/soft-fp/soft-fp.h5
-rw-r--r--libc/soft-fp/sqrtdf2.c5
-rw-r--r--libc/soft-fp/sqrtsf2.c5
-rw-r--r--libc/soft-fp/sqrttf2.c5
-rw-r--r--libc/soft-fp/subdf3.c5
-rw-r--r--libc/soft-fp/subsf3.c5
-rw-r--r--libc/soft-fp/subtf3.c5
-rw-r--r--libc/soft-fp/truncdfsf2.c5
-rw-r--r--libc/soft-fp/trunctfdf2.c5
-rw-r--r--libc/soft-fp/trunctfsf2.c5
-rw-r--r--libc/soft-fp/unorddf2.c5
-rw-r--r--libc/soft-fp/unordsf2.c5
-rw-r--r--libc/soft-fp/unordtf2.c5
71 files changed, 142 insertions, 215 deletions
diff --git a/libc/soft-fp/Makefile b/libc/soft-fp/Makefile
index 8eb89c5e5..11464dfac 100644
--- a/libc/soft-fp/Makefile
+++ b/libc/soft-fp/Makefile
@@ -13,9 +13,8 @@
# 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.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
#
# Makefile for software floating-point routines
diff --git a/libc/soft-fp/adddf3.c b/libc/soft-fp/adddf3.c
index 24c03db0a..5e66461e5 100644
--- a/libc/soft-fp/adddf3.c
+++ b/libc/soft-fp/adddf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/addsf3.c b/libc/soft-fp/addsf3.c
index b86991ee5..7f61d167b 100644
--- a/libc/soft-fp/addsf3.c
+++ b/libc/soft-fp/addsf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
@@ -47,4 +46,3 @@ SFtype __addsf3(SFtype a, SFtype b)
return r;
}
-
diff --git a/libc/soft-fp/addtf3.c b/libc/soft-fp/addtf3.c
index 49b67f0ba..f5da01998 100644
--- a/libc/soft-fp/addtf3.c
+++ b/libc/soft-fp/addtf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/divdf3.c b/libc/soft-fp/divdf3.c
index c3bb0d247..105beab8d 100644
--- a/libc/soft-fp/divdf3.c
+++ b/libc/soft-fp/divdf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/divsf3.c b/libc/soft-fp/divsf3.c
index 176bb3c2c..41e32c036 100644
--- a/libc/soft-fp/divsf3.c
+++ b/libc/soft-fp/divsf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/divtf3.c b/libc/soft-fp/divtf3.c
index 916fbfe97..b932351bf 100644
--- a/libc/soft-fp/divtf3.c
+++ b/libc/soft-fp/divtf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/double.h b/libc/soft-fp/double.h
index 1cde3308b..e247e6ebb 100644
--- a/libc/soft-fp/double.h
+++ b/libc/soft-fp/double.h
@@ -28,9 +28,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#if _FP_W_TYPE_SIZE < 32
#error "Here's a nickel kid. Go buy yourself a real computer."
diff --git a/libc/soft-fp/eqdf2.c b/libc/soft-fp/eqdf2.c
index 82a885834..b5749b43a 100644
--- a/libc/soft-fp/eqdf2.c
+++ b/libc/soft-fp/eqdf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/eqsf2.c b/libc/soft-fp/eqsf2.c
index 0a1180f87..8bf3603dc 100644
--- a/libc/soft-fp/eqsf2.c
+++ b/libc/soft-fp/eqsf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/eqtf2.c b/libc/soft-fp/eqtf2.c
index 46240b735..e40f31aa4 100644
--- a/libc/soft-fp/eqtf2.c
+++ b/libc/soft-fp/eqtf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/extenddftf2.c b/libc/soft-fp/extenddftf2.c
index 4101639a9..f7082ef70 100644
--- a/libc/soft-fp/extenddftf2.c
+++ b/libc/soft-fp/extenddftf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/extended.h b/libc/soft-fp/extended.h
index e5f16debe..3ab6b6aa2 100644
--- a/libc/soft-fp/extended.h
+++ b/libc/soft-fp/extended.h
@@ -24,9 +24,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#if _FP_W_TYPE_SIZE < 32
#error "Here's a nickel, kid. Go buy yourself a real computer."
diff --git a/libc/soft-fp/extendsfdf2.c b/libc/soft-fp/extendsfdf2.c
index fba22d5a1..ac843754e 100644
--- a/libc/soft-fp/extendsfdf2.c
+++ b/libc/soft-fp/extendsfdf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/extendsftf2.c b/libc/soft-fp/extendsftf2.c
index c43cf1ede..a0d627083 100644
--- a/libc/soft-fp/extendsftf2.c
+++ b/libc/soft-fp/extendsftf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/fixdfdi.c b/libc/soft-fp/fixdfdi.c
index fdfe35af5..d1060bc62 100644
--- a/libc/soft-fp/fixdfdi.c
+++ b/libc/soft-fp/fixdfdi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/fixdfsi.c b/libc/soft-fp/fixdfsi.c
index a05f3e39a..63887197e 100644
--- a/libc/soft-fp/fixdfsi.c
+++ b/libc/soft-fp/fixdfsi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/fixsfdi.c b/libc/soft-fp/fixsfdi.c
index 384d9bdd5..9dc04b6de 100644
--- a/libc/soft-fp/fixsfdi.c
+++ b/libc/soft-fp/fixsfdi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/fixsfsi.c b/libc/soft-fp/fixsfsi.c
index 1d40ed05d..c17514a24 100644
--- a/libc/soft-fp/fixsfsi.c
+++ b/libc/soft-fp/fixsfsi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/fixtfdi.c b/libc/soft-fp/fixtfdi.c
index ea10ce2dd..3731580c9 100644
--- a/libc/soft-fp/fixtfdi.c
+++ b/libc/soft-fp/fixtfdi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/fixtfsi.c b/libc/soft-fp/fixtfsi.c
index eb71038bc..9ceed12c7 100644
--- a/libc/soft-fp/fixtfsi.c
+++ b/libc/soft-fp/fixtfsi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/fixunsdfdi.c b/libc/soft-fp/fixunsdfdi.c
index d85198f18..4a5a7df61 100644
--- a/libc/soft-fp/fixunsdfdi.c
+++ b/libc/soft-fp/fixunsdfdi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/fixunsdfsi.c b/libc/soft-fp/fixunsdfsi.c
index 492ffdea6..82b54ad4f 100644
--- a/libc/soft-fp/fixunsdfsi.c
+++ b/libc/soft-fp/fixunsdfsi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/fixunssfdi.c b/libc/soft-fp/fixunssfdi.c
index 548415383..d99f6faa8 100644
--- a/libc/soft-fp/fixunssfdi.c
+++ b/libc/soft-fp/fixunssfdi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/fixunssfsi.c b/libc/soft-fp/fixunssfsi.c
index ac9d4b965..b226b1fca 100644
--- a/libc/soft-fp/fixunssfsi.c
+++ b/libc/soft-fp/fixunssfsi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/fixunstfdi.c b/libc/soft-fp/fixunstfdi.c
index 86f1fc856..97c4ec947 100644
--- a/libc/soft-fp/fixunstfdi.c
+++ b/libc/soft-fp/fixunstfdi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/fixunstfsi.c b/libc/soft-fp/fixunstfsi.c
index e0335da47..df4ca9a74 100644
--- a/libc/soft-fp/fixunstfsi.c
+++ b/libc/soft-fp/fixunstfsi.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/floatdidf.c b/libc/soft-fp/floatdidf.c
index 21e9fb189..c1e0084c2 100644
--- a/libc/soft-fp/floatdidf.c
+++ b/libc/soft-fp/floatdidf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/floatdisf.c b/libc/soft-fp/floatdisf.c
index ee57915c3..76a924538 100644
--- a/libc/soft-fp/floatdisf.c
+++ b/libc/soft-fp/floatdisf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/floatditf.c b/libc/soft-fp/floatditf.c
index 564800bc0..d6d881869 100644
--- a/libc/soft-fp/floatditf.c
+++ b/libc/soft-fp/floatditf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/floatsidf.c b/libc/soft-fp/floatsidf.c
index b6d5f8d1d..3409ecd90 100644
--- a/libc/soft-fp/floatsidf.c
+++ b/libc/soft-fp/floatsidf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/floatsisf.c b/libc/soft-fp/floatsisf.c
index 76217fe34..002aa177b 100644
--- a/libc/soft-fp/floatsisf.c
+++ b/libc/soft-fp/floatsisf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/floatsitf.c b/libc/soft-fp/floatsitf.c
index 8c3d9cc61..9cc6e6593 100644
--- a/libc/soft-fp/floatsitf.c
+++ b/libc/soft-fp/floatsitf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/floatundidf.c b/libc/soft-fp/floatundidf.c
index af8e4a5ae..ab1152c69 100644
--- a/libc/soft-fp/floatundidf.c
+++ b/libc/soft-fp/floatundidf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/floatundisf.c b/libc/soft-fp/floatundisf.c
index 977f7dfc7..ff544f9c6 100644
--- a/libc/soft-fp/floatundisf.c
+++ b/libc/soft-fp/floatundisf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/floatunditf.c b/libc/soft-fp/floatunditf.c
index ab357f051..0723c40b1 100644
--- a/libc/soft-fp/floatunditf.c
+++ b/libc/soft-fp/floatunditf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/floatunsidf.c b/libc/soft-fp/floatunsidf.c
index 12d0f25bf..4a955daaa 100644
--- a/libc/soft-fp/floatunsidf.c
+++ b/libc/soft-fp/floatunsidf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/floatunsisf.c b/libc/soft-fp/floatunsisf.c
index 80c5d3d35..7d588c6d1 100644
--- a/libc/soft-fp/floatunsisf.c
+++ b/libc/soft-fp/floatunsisf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/floatunsitf.c b/libc/soft-fp/floatunsitf.c
index c993716e5..e9a88f846 100644
--- a/libc/soft-fp/floatunsitf.c
+++ b/libc/soft-fp/floatunsitf.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/gedf2.c b/libc/soft-fp/gedf2.c
index 17a0453ad..55298e5e0 100644
--- a/libc/soft-fp/gedf2.c
+++ b/libc/soft-fp/gedf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/gesf2.c b/libc/soft-fp/gesf2.c
index 609a61f31..ea7c22666 100644
--- a/libc/soft-fp/gesf2.c
+++ b/libc/soft-fp/gesf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/getf2.c b/libc/soft-fp/getf2.c
index eb52d05a4..dd19a9d00 100644
--- a/libc/soft-fp/getf2.c
+++ b/libc/soft-fp/getf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/ledf2.c b/libc/soft-fp/ledf2.c
index b8ba4400d..7642ced5d 100644
--- a/libc/soft-fp/ledf2.c
+++ b/libc/soft-fp/ledf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/lesf2.c b/libc/soft-fp/lesf2.c
index cb359c910..594b11401 100644
--- a/libc/soft-fp/lesf2.c
+++ b/libc/soft-fp/lesf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/letf2.c b/libc/soft-fp/letf2.c
index c7d2f8e07..ae3060eab 100644
--- a/libc/soft-fp/letf2.c
+++ b/libc/soft-fp/letf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/muldf3.c b/libc/soft-fp/muldf3.c
index 7eb2015ae..8aaebc0cc 100644
--- a/libc/soft-fp/muldf3.c
+++ b/libc/soft-fp/muldf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/mulsf3.c b/libc/soft-fp/mulsf3.c
index 5df440687..18c49a59f 100644
--- a/libc/soft-fp/mulsf3.c
+++ b/libc/soft-fp/mulsf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/multf3.c b/libc/soft-fp/multf3.c
index 0abab6ddc..9fd10d8e2 100644
--- a/libc/soft-fp/multf3.c
+++ b/libc/soft-fp/multf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/negdf2.c b/libc/soft-fp/negdf2.c
index 54869e9a6..08494aa5b 100644
--- a/libc/soft-fp/negdf2.c
+++ b/libc/soft-fp/negdf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/negsf2.c b/libc/soft-fp/negsf2.c
index bf5db7a45..1eb9a5008 100644
--- a/libc/soft-fp/negsf2.c
+++ b/libc/soft-fp/negsf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/negtf2.c b/libc/soft-fp/negtf2.c
index 5524c82df..fe9f05e4b 100644
--- a/libc/soft-fp/negtf2.c
+++ b/libc/soft-fp/negtf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/op-1.h b/libc/soft-fp/op-1.h
index 35cd0ba7b..2cffb7fb3 100644
--- a/libc/soft-fp/op-1.h
+++ b/libc/soft-fp/op-1.h
@@ -27,9 +27,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define _FP_FRAC_DECL_1(X) _FP_W_TYPE X##_f
#define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f)
diff --git a/libc/soft-fp/op-2.h b/libc/soft-fp/op-2.h
index 3a3b3aa06..7c7a95836 100644
--- a/libc/soft-fp/op-2.h
+++ b/libc/soft-fp/op-2.h
@@ -27,9 +27,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define _FP_FRAC_DECL_2(X) _FP_W_TYPE X##_f0, X##_f1
#define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1)
diff --git a/libc/soft-fp/op-4.h b/libc/soft-fp/op-4.h
index 70b9fafbe..a81e7ab7c 100644
--- a/libc/soft-fp/op-4.h
+++ b/libc/soft-fp/op-4.h
@@ -27,9 +27,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define _FP_FRAC_DECL_4(X) _FP_W_TYPE X##_f[4]
#define _FP_FRAC_COPY_4(D,S) \
diff --git a/libc/soft-fp/op-8.h b/libc/soft-fp/op-8.h
index e0612a5e6..9643793f1 100644
--- a/libc/soft-fp/op-8.h
+++ b/libc/soft-fp/op-8.h
@@ -26,9 +26,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* We need just a few things from here for op-4, if we ever need some
other macros, they can be added. */
@@ -108,4 +107,3 @@
/* don't fix the LSB until the very end when we're sure f[0] is stable */ \
X##_f[0] |= (_s != 0); \
} while (0)
-
diff --git a/libc/soft-fp/op-common.h b/libc/soft-fp/op-common.h
index ef11b527b..b70026f90 100644
--- a/libc/soft-fp/op-common.h
+++ b/libc/soft-fp/op-common.h
@@ -26,9 +26,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#define _FP_DECL(wc, X) \
_FP_I_TYPE X##_c __attribute__((unused)), X##_s, X##_e; \
diff --git a/libc/soft-fp/quad.h b/libc/soft-fp/quad.h
index c22e94402..ea7013879 100644
--- a/libc/soft-fp/quad.h
+++ b/libc/soft-fp/quad.h
@@ -27,9 +27,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#if _FP_W_TYPE_SIZE < 32
#error "Here's a nickel, kid. Go buy yourself a real computer."
diff --git a/libc/soft-fp/single.h b/libc/soft-fp/single.h
index 9c3734adf..c10d25a4a 100644
--- a/libc/soft-fp/single.h
+++ b/libc/soft-fp/single.h
@@ -27,9 +27,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#if _FP_W_TYPE_SIZE < 32
#error "Here's a nickel kid. Go buy yourself a real computer."
diff --git a/libc/soft-fp/soft-fp.h b/libc/soft-fp/soft-fp.h
index 3cc843333..ed4d39d44 100644
--- a/libc/soft-fp/soft-fp.h
+++ b/libc/soft-fp/soft-fp.h
@@ -27,9 +27,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#ifndef SOFT_FP_H
#define SOFT_FP_H
diff --git a/libc/soft-fp/sqrtdf2.c b/libc/soft-fp/sqrtdf2.c
index 90601a374..9d241b376 100644
--- a/libc/soft-fp/sqrtdf2.c
+++ b/libc/soft-fp/sqrtdf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/sqrtsf2.c b/libc/soft-fp/sqrtsf2.c
index 9102b8c3a..3db756caa 100644
--- a/libc/soft-fp/sqrtsf2.c
+++ b/libc/soft-fp/sqrtsf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/sqrttf2.c b/libc/soft-fp/sqrttf2.c
index 5026ae19a..bb3e9cca0 100644
--- a/libc/soft-fp/sqrttf2.c
+++ b/libc/soft-fp/sqrttf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/subdf3.c b/libc/soft-fp/subdf3.c
index 3978b5299..9352b0a6d 100644
--- a/libc/soft-fp/subdf3.c
+++ b/libc/soft-fp/subdf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/subsf3.c b/libc/soft-fp/subsf3.c
index f1cbdd1ff..1182612c6 100644
--- a/libc/soft-fp/subsf3.c
+++ b/libc/soft-fp/subsf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/subtf3.c b/libc/soft-fp/subtf3.c
index 7ba4c8c5e..0d73d4bc0 100644
--- a/libc/soft-fp/subtf3.c
+++ b/libc/soft-fp/subtf3.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"
diff --git a/libc/soft-fp/truncdfsf2.c b/libc/soft-fp/truncdfsf2.c
index bd953912e..54015c117 100644
--- a/libc/soft-fp/truncdfsf2.c
+++ b/libc/soft-fp/truncdfsf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/trunctfdf2.c b/libc/soft-fp/trunctfdf2.c
index c3827b08a..16e817cd6 100644
--- a/libc/soft-fp/trunctfdf2.c
+++ b/libc/soft-fp/trunctfdf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/trunctfsf2.c b/libc/soft-fp/trunctfsf2.c
index 676c937e2..82ef24622 100644
--- a/libc/soft-fp/trunctfsf2.c
+++ b/libc/soft-fp/trunctfsf2.c
@@ -25,9 +25,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/unorddf2.c b/libc/soft-fp/unorddf2.c
index 5ea63e2b9..3036a2fb7 100644
--- a/libc/soft-fp/unorddf2.c
+++ b/libc/soft-fp/unorddf2.c
@@ -24,9 +24,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "double.h"
diff --git a/libc/soft-fp/unordsf2.c b/libc/soft-fp/unordsf2.c
index 6d0afe853..c22578c8d 100644
--- a/libc/soft-fp/unordsf2.c
+++ b/libc/soft-fp/unordsf2.c
@@ -24,9 +24,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "single.h"
diff --git a/libc/soft-fp/unordtf2.c b/libc/soft-fp/unordtf2.c
index 9d1bd916c..8f9b5c647 100644
--- a/libc/soft-fp/unordtf2.c
+++ b/libc/soft-fp/unordtf2.c
@@ -24,9 +24,8 @@
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, 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
#include "soft-fp.h"
#include "quad.h"