summaryrefslogtreecommitdiff
path: root/test/math
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:05 -0500
committerMike Frysinger <vapier@gentoo.org>2012-11-18 06:03:38 -0500
commit266bdc1f623fe6fe489e5115e0f8ef723705d949 (patch)
tree2c2eef8bec7d90df06ad30320329ff2db3dcfceb /test/math
parent38cc9874d3651d10c75c7a7dce9a2a86a10d0300 (diff)
Replace FSF snail mail address with URLs
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'test/math')
-rw-r--r--test/math/basic-test.c5
-rwxr-xr-xtest/math/gen-libm-test.pl5
-rw-r--r--test/math/libm-test.inc5
-rw-r--r--test/math/test-double.c5
-rw-r--r--test/math/test-float.c5
-rw-r--r--test/math/test-fpucw.c5
-rw-r--r--test/math/test-idouble.c5
-rw-r--r--test/math/test-ifloat.c5
-rw-r--r--test/math/test-ildoubl.c5
-rw-r--r--test/math/test-ldouble.c5
-rw-r--r--test/math/tst-definitions.c5
11 files changed, 22 insertions, 33 deletions
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
+ <http://www.gnu.org/licenses/>. */
#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 <http://www.gnu.org/licenses/>.
# 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
+ <http://www.gnu.org/licenses/>. */
/* 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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#include <fpu_control.h>
#include <stdio.h>
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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#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
+ <http://www.gnu.org/licenses/>. */
#include <limits.h>
#include <math.h>