diff options
Diffstat (limited to 'test/math')
-rw-r--r-- | test/math/basic-test.c | 5 | ||||
-rwxr-xr-x | test/math/gen-libm-test.pl | 5 | ||||
-rw-r--r-- | test/math/libm-test.inc | 5 | ||||
-rw-r--r-- | test/math/test-double.c | 5 | ||||
-rw-r--r-- | test/math/test-float.c | 5 | ||||
-rw-r--r-- | test/math/test-fpucw.c | 5 | ||||
-rw-r--r-- | test/math/test-idouble.c | 5 | ||||
-rw-r--r-- | test/math/test-ifloat.c | 5 | ||||
-rw-r--r-- | test/math/test-ildoubl.c | 5 | ||||
-rw-r--r-- | test/math/test-ldouble.c | 5 | ||||
-rw-r--r-- | test/math/tst-definitions.c | 5 |
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> |