From 266bdc1f623fe6fe489e5115e0f8ef723705d949 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 18 Nov 2012 06:03:05 -0500 Subject: Replace FSF snail mail address with URLs This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger --- test/math/basic-test.c | 5 ++--- test/math/gen-libm-test.pl | 5 ++--- test/math/libm-test.inc | 5 ++--- test/math/test-double.c | 5 ++--- test/math/test-float.c | 5 ++--- test/math/test-fpucw.c | 5 ++--- test/math/test-idouble.c | 5 ++--- test/math/test-ifloat.c | 5 ++--- test/math/test-ildoubl.c | 5 ++--- test/math/test-ldouble.c | 5 ++--- test/math/tst-definitions.c | 5 ++--- 11 files changed, 22 insertions(+), 33 deletions(-) (limited to 'test/math') diff --git a/test/math/basic-test.c b/test/math/basic-test.c index b0349e863..d073abb0f 100644 --- a/test/math/basic-test.c +++ b/test/math/basic-test.c @@ -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 + . */ #define _ISOC99_SOURCE diff --git a/test/math/gen-libm-test.pl b/test/math/gen-libm-test.pl index 26f819a88..0bb2b46a0 100755 --- a/test/math/gen-libm-test.pl +++ b/test/math/gen-libm-test.pl @@ -14,9 +14,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; see the file COPYING.LIB. If +# not, see . # This file needs to be tidied up # Note that functions and tests share the same namespace. diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index 59555669b..d0f0a0c30 100644 --- a/test/math/libm-test.inc +++ b/test/math/libm-test.inc @@ -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 + . */ /* Part of testsuite for libm. diff --git a/test/math/test-double.c b/test/math/test-double.c index 4d239a71d..3c9733e03 100644 --- a/test/math/test-double.c +++ b/test/math/test-double.c @@ -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 + . */ #define FUNC(function) function #define FLOAT double diff --git a/test/math/test-float.c b/test/math/test-float.c index 26a4213b4..6764fff47 100644 --- a/test/math/test-float.c +++ b/test/math/test-float.c @@ -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 + . */ #define FUNC(function) function ## f #define FLOAT float diff --git a/test/math/test-fpucw.c b/test/math/test-fpucw.c index 6d638c66c..93237eae8 100644 --- a/test/math/test-fpucw.c +++ b/test/math/test-fpucw.c @@ -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 + . */ #include #include diff --git a/test/math/test-idouble.c b/test/math/test-idouble.c index 7606a89ff..e340e1951 100644 --- a/test/math/test-idouble.c +++ b/test/math/test-idouble.c @@ -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 + . */ #define FUNC(function) function #define FLOAT double diff --git a/test/math/test-ifloat.c b/test/math/test-ifloat.c index 9eb9ce502..b8291d1f5 100644 --- a/test/math/test-ifloat.c +++ b/test/math/test-ifloat.c @@ -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 + . */ #define FUNC(function) function ## f #define FLOAT float diff --git a/test/math/test-ildoubl.c b/test/math/test-ildoubl.c index 597edbca1..787380431 100644 --- a/test/math/test-ildoubl.c +++ b/test/math/test-ildoubl.c @@ -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 + . */ #define FUNC(function) function##l #define FLOAT long double diff --git a/test/math/test-ldouble.c b/test/math/test-ldouble.c index 272122766..a5ec7cba8 100644 --- a/test/math/test-ldouble.c +++ b/test/math/test-ldouble.c @@ -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 + . */ #define FUNC(function) function##l #define FLOAT long double diff --git a/test/math/tst-definitions.c b/test/math/tst-definitions.c index 7d352af40..3f71611ef 100644 --- a/test/math/tst-definitions.c +++ b/test/math/tst-definitions.c @@ -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 + . */ #include #include -- cgit v1.2.3