diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-02-09 23:18:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-09 23:18:22 +0000 |
commit | 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch) | |
tree | 69edda6ebdfd8fe5d83991ab44723e07f6366420 /math | |
parent | af850b1c978bdca648ef9fb141e785d75f74d9bf (diff) | |
download | glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.gz glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.bz2 |
Replace FSF snail mail address with URLs.
Diffstat (limited to 'math')
188 files changed, 376 insertions, 564 deletions
diff --git a/math/Makefile b/math/Makefile index 9dbe05e8..6a6688d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -12,9 +12,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 the math library. diff --git a/math/atest-exp.c b/math/atest-exp.c index 2f168c9..9f7fbcb 100644 --- a/math/atest-exp.c +++ b/math/atest-exp.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 <stdio.h> #include <math.h> diff --git a/math/atest-exp2.c b/math/atest-exp2.c index 2c028a2..4e8bfe7 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.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 <stdio.h> #include <math.h> diff --git a/math/atest-sincos.c b/math/atest-sincos.c index bef3521..f4394c2 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.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 <stdio.h> #include <math.h> diff --git a/math/basic-test.c b/math/basic-test.c index e48a3ae..b3d996b 100644 --- a/math/basic-test.c +++ b/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/>. */ #include <math.h> #include <float.h> diff --git a/math/bits/cmathcalls.h b/math/bits/cmathcalls.h index 9c7fdbe..34cd84f 100644 --- a/math/bits/cmathcalls.h +++ b/math/bits/cmathcalls.h @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ /* NOTE: Because of the special way this file is used by <complex.h>, this file must NOT be protected from multiple inclusion as header files diff --git a/math/bits/math-finite.h b/math/bits/math-finite.h index 00e07a1..ac1b345 100644 --- a/math/bits/math-finite.h +++ b/math/bits/math-finite.h @@ -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/>. */ #ifndef _MATH_H # error "Never use <bits/math-finite.h> directly; include <math.h> instead." diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h index 207ab20..e0b160e 100644 --- a/math/bits/mathcalls.h +++ b/math/bits/mathcalls.h @@ -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/>. */ /* NOTE: Because of the special way this file is used by <math.h>, this file must NOT be protected from multiple inclusion as header files diff --git a/math/cabs.c b/math/cabs.c index 39b7c2d..dcb95b5 100644 --- a/math/cabs.c +++ b/math/cabs.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/cabsf.c b/math/cabsf.c index 956db76..76796b6 100644 --- a/math/cabsf.c +++ b/math/cabsf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/cabsl.c b/math/cabsl.c index 12c34e4..139f4ef 100644 --- a/math/cabsl.c +++ b/math/cabsl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/carg.c b/math/carg.c index eb6ff85..bb819c1 100644 --- a/math/carg.c +++ b/math/carg.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/cargf.c b/math/cargf.c index df1f20b..1027134 100644 --- a/math/cargf.c +++ b/math/cargf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/cargl.c b/math/cargl.c index b8d337b..907cd2c 100644 --- a/math/cargl.c +++ b/math/cargl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/cimag.c b/math/cimag.c index cbdead1..2035462 100644 --- a/math/cimag.c +++ b/math/cimag.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/cimagf.c b/math/cimagf.c index d4e441e..d583c0b 100644 --- a/math/cimagf.c +++ b/math/cimagf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/cimagl.c b/math/cimagl.c index 9163ce4..4394e0d 100644 --- a/math/cimagl.c +++ b/math/cimagl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/complex.h b/math/complex.h index cd48cb9..14bbba5 100644 --- a/math/complex.h +++ b/math/complex.h @@ -12,9 +12,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/>. */ /* * ISO C99: 7.3 Complex arithmetic <complex.h> diff --git a/math/conj.c b/math/conj.c index e770ff2..ba5c440 100644 --- a/math/conj.c +++ b/math/conj.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/conjf.c b/math/conjf.c index 7893891..3df30c7 100644 --- a/math/conjf.c +++ b/math/conjf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/conjl.c b/math/conjl.c index add8712..6d57713 100644 --- a/math/conjl.c +++ b/math/conjl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/creal.c b/math/creal.c index 92528e5..08352d2 100644 --- a/math/creal.c +++ b/math/creal.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/crealf.c b/math/crealf.c index e3235a8..84658b1 100644 --- a/math/crealf.c +++ b/math/crealf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/creall.c b/math/creall.c index fb87eaf..f8b7dc5 100644 --- a/math/creall.c +++ b/math/creall.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> diff --git a/math/divtc3.c b/math/divtc3.c index 72bca66..c05123c 100644 --- a/math/divtc3.c +++ b/math/divtc3.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 <stdbool.h> #include <math.h> diff --git a/math/e_exp10.c b/math/e_exp10.c index ce14ea5..7518583 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.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 <math.h> #include <math_private.h> diff --git a/math/e_exp10f.c b/math/e_exp10f.c index 68e9723..7b94005 100644 --- a/math/e_exp10f.c +++ b/math/e_exp10f.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 <math.h> #include <math_private.h> diff --git a/math/e_exp10l.c b/math/e_exp10l.c index 6bd859f..e3dad0a 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.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 <math.h> #include <math_private.h> diff --git a/math/e_scalb.c b/math/e_scalb.c index 3b81dd5..146422c 100644 --- a/math/e_scalb.c +++ b/math/e_scalb.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 <fenv.h> #include <math.h> diff --git a/math/e_scalbf.c b/math/e_scalbf.c index 61847d9..98f85ab 100644 --- a/math/e_scalbf.c +++ b/math/e_scalbf.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 <fenv.h> #include <math.h> diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 6b36b71..4d7d9a1 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.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 <fenv.h> #include <math.h> diff --git a/math/fclrexcpt.c b/math/fclrexcpt.c index 560e326..27e9bd0 100644 --- a/math/fclrexcpt.c +++ b/math/fclrexcpt.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/fedisblxcpt.c b/math/fedisblxcpt.c index e1e9065..f05c319 100644 --- a/math/fedisblxcpt.c +++ b/math/fedisblxcpt.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/feenablxcpt.c b/math/feenablxcpt.c index 678271f..9db93c5 100644 --- a/math/feenablxcpt.c +++ b/math/feenablxcpt.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/fegetenv.c b/math/fegetenv.c index 5b52430..3166d72 100644 --- a/math/fegetenv.c +++ b/math/fegetenv.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/fegetexcept.c b/math/fegetexcept.c index 1870689..0ea5184 100644 --- a/math/fegetexcept.c +++ b/math/fegetexcept.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/fegetround.c b/math/fegetround.c index cf7a774..366ef23 100644 --- a/math/fegetround.c +++ b/math/fegetround.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/feholdexcpt.c b/math/feholdexcpt.c index 8680d1e..9abfc6c 100644 --- a/math/feholdexcpt.c +++ b/math/feholdexcpt.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/fenv.h b/math/fenv.h index 23c7b1c..b7ab788 100644 --- a/math/fenv.h +++ b/math/fenv.h @@ -12,9 +12,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/>. */ /* * ISO C99 7.6: Floating-point environment <fenv.h> diff --git a/math/fesetenv.c b/math/fesetenv.c index 936d6c1..d285c92 100644 --- a/math/fesetenv.c +++ b/math/fesetenv.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/fesetround.c b/math/fesetround.c index 5b14826..b70b531 100644 --- a/math/fesetround.c +++ b/math/fesetround.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/feupdateenv.c b/math/feupdateenv.c index dd7a1af..49674bc 100644 --- a/math/feupdateenv.c +++ b/math/feupdateenv.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/fgetexcptflg.c b/math/fgetexcptflg.c index aea2e0f..f079336 100644 --- a/math/fgetexcptflg.c +++ b/math/fgetexcptflg.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/fpu_control.c b/math/fpu_control.c index cd8eeff..36eddee 100644 --- a/math/fpu_control.c +++ b/math/fpu_control.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 <math.h> #include <fpu_control.h> diff --git a/math/fraiseexcpt.c b/math/fraiseexcpt.c index 764634a..cb752df 100644 --- a/math/fraiseexcpt.c +++ b/math/fraiseexcpt.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/fsetexcptflg.c b/math/fsetexcptflg.c index 8d0f0ff..3f6ac98 100644 --- a/math/fsetexcptflg.c +++ b/math/fsetexcptflg.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <shlib-compat.h> diff --git a/math/ftestexcept.c b/math/ftestexcept.c index 951d134..c396002 100644 --- a/math/ftestexcept.c +++ b/math/ftestexcept.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 0b0b8ca..579fbe5 100755 --- a/math/gen-libm-test.pl +++ b/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; 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/math/libm-test.inc b/math/libm-test.inc index 2c739fa..6243e1e 100644 --- a/math/libm-test.inc +++ b/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/math/math.h b/math/math.h index d6e4d01..10ea2b4 100644 --- a/math/math.h +++ b/math/math.h @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ /* * ISO C99 Standard: 7.12 Mathematics <math.h> diff --git a/math/multc3.c b/math/multc3.c index 351dccf..6bece3a 100644 --- a/math/multc3.c +++ b/math/multc3.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 <stdbool.h> #include <math.h> diff --git a/math/s_cacos.c b/math/s_cacos.c index 07b6bdc..0e8b659 100644 --- a/math/s_cacos.c +++ b/math/s_cacos.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cacosf.c b/math/s_cacosf.c index 265184e..d015d17 100644 --- a/math/s_cacosf.c +++ b/math/s_cacosf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cacosh.c b/math/s_cacosh.c index cb01ca8..95bf005 100644 --- a/math/s_cacosh.c +++ b/math/s_cacosh.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cacoshf.c b/math/s_cacoshf.c index fe04692..d634a1b 100644 --- a/math/s_cacoshf.c +++ b/math/s_cacoshf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cacoshl.c b/math/s_cacoshl.c index 84c2715..dcdb1d5 100644 --- a/math/s_cacoshl.c +++ b/math/s_cacoshl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cacosl.c b/math/s_cacosl.c index a7ceff8..f9169e9 100644 --- a/math/s_cacosl.c +++ b/math/s_cacosl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_casin.c b/math/s_casin.c index 02a215a..a0c8288 100644 --- a/math/s_casin.c +++ b/math/s_casin.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_casinf.c b/math/s_casinf.c index 56c618f..e468dfb 100644 --- a/math/s_casinf.c +++ b/math/s_casinf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_casinh.c b/math/s_casinh.c index db340ac..e06be1c 100644 --- a/math/s_casinh.c +++ b/math/s_casinh.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_casinhf.c b/math/s_casinhf.c index f545d8e..37c6740 100644 --- a/math/s_casinhf.c +++ b/math/s_casinhf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_casinhl.c b/math/s_casinhl.c index b8e3918..de41cb8 100644 --- a/math/s_casinhl.c +++ b/math/s_casinhl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_casinl.c b/math/s_casinl.c index 431e9a2..5d31b74 100644 --- a/math/s_casinl.c +++ b/math/s_casinl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_catan.c b/math/s_catan.c index 1a458a3..0546f8a 100644 --- a/math/s_catan.c +++ b/math/s_catan.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_catanf.c b/math/s_catanf.c index defcf18..7eda697 100644 --- a/math/s_catanf.c +++ b/math/s_catanf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_catanh.c b/math/s_catanh.c index 22ade15..c11b1e2 100644 --- a/math/s_catanh.c +++ b/math/s_catanh.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_catanhf.c b/math/s_catanhf.c index f3d07f2..dc63da0 100644 --- a/math/s_catanhf.c +++ b/math/s_catanhf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_catanhl.c b/math/s_catanhl.c index af48f1a..f4a1090 100644 --- a/math/s_catanhl.c +++ b/math/s_catanhl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_catanl.c b/math/s_catanl.c index 47df85c..4ef73a1 100644 --- a/math/s_catanl.c +++ b/math/s_catanl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_ccos.c b/math/s_ccos.c index 4612eb3..e2a4df4 100644 --- a/math/s_ccos.c +++ b/math/s_ccos.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ccosf.c b/math/s_ccosf.c index 1ee9324..36ff3d6 100644 --- a/math/s_ccosf.c +++ b/math/s_ccosf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ccosh.c b/math/s_ccosh.c index c10e5d8..2c2b71c 100644 --- a/math/s_ccosh.c +++ b/math/s_ccosh.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ccoshf.c b/math/s_ccoshf.c index 6aae5d8..a5a12c1 100644 --- a/math/s_ccoshf.c +++ b/math/s_ccoshf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ccoshl.c b/math/s_ccoshl.c index ed1bc45..32fdd8c 100644 --- a/math/s_ccoshl.c +++ b/math/s_ccoshl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ccosl.c b/math/s_ccosl.c index 153a60b..3637a45 100644 --- a/math/s_ccosl.c +++ b/math/s_ccosl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_cexp.c b/math/s_cexp.c index 0d1ec29..82fe814 100644 --- a/math/s_cexp.c +++ b/math/s_cexp.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_cexpf.c b/math/s_cexpf.c index 652fe3d..a9c28ed 100644 --- a/math/s_cexpf.c +++ b/math/s_cexpf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_cexpl.c b/math/s_cexpl.c index 6bb56c0..3059880 100644 --- a/math/s_cexpl.c +++ b/math/s_cexpl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_clog.c b/math/s_clog.c index ba27140..5bbca00 100644 --- a/math/s_clog.c +++ b/math/s_clog.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_clog10.c b/math/s_clog10.c index 4b741fa..3eb9c51 100644 --- a/math/s_clog10.c +++ b/math/s_clog10.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_clog10f.c b/math/s_clog10f.c index fe38f9e..e48d928 100644 --- a/math/s_clog10f.c +++ b/math/s_clog10f.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_clog10l.c b/math/s_clog10l.c index 990913e..72b5531 100644 --- a/math/s_clog10l.c +++ b/math/s_clog10l.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_clogf.c b/math/s_clogf.c index fdda83e..eb8433a 100644 --- a/math/s_clogf.c +++ b/math/s_clogf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_clogl.c b/math/s_clogl.c index 396ba91..11d4878 100644 --- a/math/s_clogl.c +++ b/math/s_clogl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cpow.c b/math/s_cpow.c index 86536cc..164534c 100644 --- a/math/s_cpow.c +++ b/math/s_cpow.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cpowf.c b/math/s_cpowf.c index 58eaa1a..20fc110 100644 --- a/math/s_cpowf.c +++ b/math/s_cpowf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cpowl.c b/math/s_cpowl.c index 4c358b3..284dec3 100644 --- a/math/s_cpowl.c +++ b/math/s_cpowl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cproj.c b/math/s_cproj.c index cff75c4..ed7e6de 100644 --- a/math/s_cproj.c +++ b/math/s_cproj.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cprojf.c b/math/s_cprojf.c index e7eacaf..6cbc93b 100644 --- a/math/s_cprojf.c +++ b/math/s_cprojf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_cprojl.c b/math/s_cprojl.c index 19c17a8..f316b7f 100644 --- a/math/s_cprojl.c +++ b/math/s_cprojl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <math.h> diff --git a/math/s_csin.c b/math/s_csin.c index 07a78c4..cd4c8f0 100644 --- a/math/s_csin.c +++ b/math/s_csin.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_csinf.c b/math/s_csinf.c index 4f4dfb8..d86cd3b 100644 --- a/math/s_csinf.c +++ b/math/s_csinf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_csinh.c b/math/s_csinh.c index 2eec065..f054dfc 100644 --- a/math/s_csinh.c +++ b/math/s_csinh.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_csinhf.c b/math/s_csinhf.c index 51e837b..926bb37 100644 --- a/math/s_csinhf.c +++ b/math/s_csinhf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_csinhl.c b/math/s_csinhl.c index d2964f8..ff0e8b3 100644 --- a/math/s_csinhl.c +++ b/math/s_csinhl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_csinl.c b/math/s_csinl.c index 300035c..df20e8b 100644 --- a/math/s_csinl.c +++ b/math/s_csinl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_csqrt.c b/math/s_csqrt.c index 1691a01..76585e8 100644 --- a/math/s_csqrt.c +++ b/math/s_csqrt.c @@ -15,9 +15,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 <complex.h> #include <math.h> diff --git a/math/s_csqrtf.c b/math/s_csqrtf.c index 1613192..d9949c6 100644 --- a/math/s_csqrtf.c +++ b/math/s_csqrtf.c @@ -15,9 +15,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 <complex.h> #include <math.h> diff --git a/math/s_csqrtl.c b/math/s_csqrtl.c index 9b93ef6..0c624c7 100644 --- a/math/s_csqrtl.c +++ b/math/s_csqrtl.c @@ -15,9 +15,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 <complex.h> #include <math.h> diff --git a/math/s_ctan.c b/math/s_ctan.c index 4195851..c838fad 100644 --- a/math/s_ctan.c +++ b/math/s_ctan.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ctanf.c b/math/s_ctanf.c index 7063e38..5f7f28a 100644 --- a/math/s_ctanf.c +++ b/math/s_ctanf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ctanh.c b/math/s_ctanh.c index 9d31c43..9cecb8b 100644 --- a/math/s_ctanh.c +++ b/math/s_ctanh.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ctanhf.c b/math/s_ctanhf.c index 6cb3a2c..fce5aaf 100644 --- a/math/s_ctanhf.c +++ b/math/s_ctanhf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ctanhl.c b/math/s_ctanhl.c index 0c46417..d22e13a 100644 --- a/math/s_ctanhl.c +++ b/math/s_ctanhl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_ctanl.c b/math/s_ctanl.c index 6f49c57..112dd72 100644 --- a/math/s_ctanl.c +++ b/math/s_ctanl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <complex.h> #include <fenv.h> diff --git a/math/s_fdim.c b/math/s_fdim.c index 677fdcd..6a1991f 100644 --- a/math/s_fdim.c +++ b/math/s_fdim.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <math.h> diff --git a/math/s_fdimf.c b/math/s_fdimf.c index 737413a..e5260cf 100644 --- a/math/s_fdimf.c +++ b/math/s_fdimf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <math.h> diff --git a/math/s_fdiml.c b/math/s_fdiml.c index f3072b9..677adb9 100644 --- a/math/s_fdiml.c +++ b/math/s_fdiml.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <math.h> diff --git a/math/s_fma.c b/math/s_fma.c index 476d1fe..021035c 100644 --- a/math/s_fma.c +++ b/math/s_fma.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fmaf.c b/math/s_fmaf.c index 357296d..c458a67 100644 --- a/math/s_fmaf.c +++ b/math/s_fmaf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fmal.c b/math/s_fmal.c index b89e88b..7bcdc60 100644 --- a/math/s_fmal.c +++ b/math/s_fmal.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fmax.c b/math/s_fmax.c index f93e14f..10bc1cc 100644 --- a/math/s_fmax.c +++ b/math/s_fmax.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fmaxf.c b/math/s_fmaxf.c index 6f368e1..4e052b1 100644 --- a/math/s_fmaxf.c +++ b/math/s_fmaxf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fmaxl.c b/math/s_fmaxl.c index 68c7060..5cfc865 100644 --- a/math/s_fmaxl.c +++ b/math/s_fmaxl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fmin.c b/math/s_fmin.c index 78f02da..8cd6583 100644 --- a/math/s_fmin.c +++ b/math/s_fmin.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fminf.c b/math/s_fminf.c index d6aa9cc..f6d0774 100644 --- a/math/s_fminf.c +++ b/math/s_fminf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_fminl.c b/math/s_fminl.c index 5c1610a..4f37086 100644 --- a/math/s_fminl.c +++ b/math/s_fminl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> diff --git a/math/s_nan.c b/math/s_nan.c index 97f9d89..6ad1f10 100644 --- a/math/s_nan.c +++ b/math/s_nan.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> #include <stdio.h> diff --git a/math/s_nanf.c b/math/s_nanf.c index 6161bcd..7d16903 100644 --- a/math/s_nanf.c +++ b/math/s_nanf.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> #include <stdio.h> diff --git a/math/s_nanl.c b/math/s_nanl.c index 1db2464..f30e431 100644 --- a/math/s_nanl.c +++ b/math/s_nanl.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> #include <stdio.h> diff --git a/math/setfpucw.c b/math/setfpucw.c index cb50f9f..e4ac5ca 100644 --- a/math/setfpucw.c +++ b/math/setfpucw.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 <math.h> #include <fpu_control.h> diff --git a/math/test-double.c b/math/test-double.c index 4d239a7..3c9733e 100644 --- a/math/test-double.c +++ b/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/math/test-fenv.c b/math/test-fenv.c index 4b710d8..39c7c33 100644 --- a/math/test-fenv.c +++ b/math/test-fenv.c @@ -15,9 +15,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/>. */ /* Tests for ISO C99 7.6: Floating-point environment */ diff --git a/math/test-float.c b/math/test-float.c index 26a4213..6764fff 100644 --- a/math/test-float.c +++ b/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/math/test-fpucw.c b/math/test-fpucw.c index 6d638c6..93237ea 100644 --- a/math/test-fpucw.c +++ b/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/math/test-idouble.c b/math/test-idouble.c index 7606a89..e340e19 100644 --- a/math/test-idouble.c +++ b/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/math/test-ifloat.c b/math/test-ifloat.c index 9eb9ce5..b8291d1 100644 --- a/math/test-ifloat.c +++ b/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/math/test-ildoubl.c b/math/test-ildoubl.c index 597edbc..7873804 100644 --- a/math/test-ildoubl.c +++ b/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/math/test-ldouble.c b/math/test-ldouble.c index 2721227..a5ec7cb 100644 --- a/math/test-ldouble.c +++ b/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/math/test-misc.c b/math/test-misc.c index 14fe38b..c0fe5f7 100644 --- a/math/test-misc.c +++ b/math/test-misc.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 <fenv.h> #include <float.h> diff --git a/math/test-powl.c b/math/test-powl.c index c464d78..5fc1781 100644 --- a/math/test-powl.c +++ b/math/test-powl.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 <stdio.h> #include <math.h> diff --git a/math/test-tgmath-int.c b/math/test-tgmath-int.c index 99ebe9f..e583410 100644 --- a/math/test-tgmath-int.c +++ b/math/test-tgmath-int.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> #include <complex.h> diff --git a/math/test-tgmath-ret.c b/math/test-tgmath-ret.c index 8eef649..7e494d2 100644 --- a/math/test-tgmath-ret.c +++ b/math/test-tgmath-ret.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #include <math.h> #include <complex.h> diff --git a/math/test-tgmath.c b/math/test-tgmath.c index 8ec7fc4..af5552a 100644 --- a/math/test-tgmath.c +++ b/math/test-tgmath.c @@ -15,9 +15,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/>. */ #ifndef HAVE_MAIN #undef __NO_MATH_INLINES diff --git a/math/test-tgmath2.c b/math/test-tgmath2.c index edb723c..64cb6f3 100644 --- a/math/test-tgmath2.c +++ b/math/test-tgmath2.c @@ -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; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef HAVE_MAIN #undef __NO_MATH_INLINES diff --git a/math/tgmath.h b/math/tgmath.h index eefdd26..8ae962c 100644 --- a/math/tgmath.h +++ b/math/tgmath.h @@ -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/>. */ /* * ISO C99 Standard: 7.22 Type-generic math <tgmath.h> diff --git a/math/tst-CMPLX2.c b/math/tst-CMPLX2.c index 416d477..f8ef9e1 100644 --- a/math/tst-CMPLX2.c +++ b/math/tst-CMPLX2.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/>. */ /* Adapted from gcc.dg/torture/builtin-complex-1.c test from GCC testsuite written by Joseph S. Myers. */ diff --git a/math/tst-definitions.c b/math/tst-definitions.c index 7d352af..3f71611 100644 --- a/math/tst-definitions.c +++ b/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> diff --git a/math/w_acos.c b/math/w_acos.c index 617cfda..3138408 100644 --- a/math/w_acos.c +++ b/math/w_acos.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 <fenv.h> #include <math.h> diff --git a/math/w_acosf.c b/math/w_acosf.c index bb3aae0..0e41a2c 100644 --- a/math/w_acosf.c +++ b/math/w_acosf.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 <fenv.h> #include <math.h> diff --git a/math/w_acosh.c b/math/w_acosh.c index 50201b4..0bd2686 100644 --- a/math/w_acosh.c +++ b/math/w_acosh.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 <math.h> #include <math_private.h> diff --git a/math/w_acoshf.c b/math/w_acoshf.c index 2b07824..c59bf94 100644 --- a/math/w_acoshf.c +++ b/math/w_acoshf.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 <math.h> #include <math_private.h> diff --git a/math/w_acoshl.c b/math/w_acoshl.c index 0f7068a..819bdfc 100644 --- a/math/w_acoshl.c +++ b/math/w_acoshl.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 <math.h> #include <math_private.h> diff --git a/math/w_acosl.c b/math/w_acosl.c index dd1039e..6417068 100644 --- a/math/w_acosl.c +++ b/math/w_acosl.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 <fenv.h> #include <math.h> diff --git a/math/w_asin.c b/math/w_asin.c index feb5c6a..d4e89ce 100644 --- a/math/w_asin.c +++ b/math/w_asin.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 <fenv.h> #include <math.h> diff --git a/math/w_asinf.c b/math/w_asinf.c index 1a21dc3..270961f 100644 --- a/math/w_asinf.c +++ b/math/w_asinf.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 <fenv.h> #include <math.h> diff --git a/math/w_asinl.c b/math/w_asinl.c index a9f14fb..32e5273 100644 --- a/math/w_asinl.c +++ b/math/w_asinl.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 <fenv.h> #include <math.h> diff --git a/math/w_atan2.c b/math/w_atan2.c index 7d61c72..aed2820 100644 --- a/math/w_atan2.c +++ b/math/w_atan2.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/>. */ /* * wrapper atan2(y,x) diff --git a/math/w_atan2f.c b/math/w_atan2f.c index b3c65bf..4519214 100644 --- a/math/w_atan2f.c +++ b/math/w_atan2f.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/>. */ /* * wrapper atan2f(y,x) diff --git a/math/w_atan2l.c b/math/w_atan2l.c index c485499..8554376 100644 --- a/math/w_atan2l.c +++ b/math/w_atan2l.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/>. */ /* * wrapper atan2l(y,x) diff --git a/math/w_atanh.c b/math/w_atanh.c index 61ea0d8..1022bd5 100644 --- a/math/w_atanh.c +++ b/math/w_atanh.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 <math.h> #include <math_private.h> diff --git a/math/w_atanhf.c b/math/w_atanhf.c index fd1dbae..3c8cf83 100644 --- a/math/w_atanhf.c +++ b/math/w_atanhf.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 <math.h> #include <math_private.h> diff --git a/math/w_atanhl.c b/math/w_atanhl.c index 7c958f1..f582acf 100644 --- a/math/w_atanhl.c +++ b/math/w_atanhl.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 <math.h> #include <math_private.h> diff --git a/math/w_exp10.c b/math/w_exp10.c index 830b08d..08071c6 100644 --- a/math/w_exp10.c +++ b/math/w_exp10.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/>. */ /* diff --git a/math/w_exp10f.c b/math/w_exp10f.c index 6fd52f9..315a3ef 100644 --- a/math/w_exp10f.c +++ b/math/w_exp10f.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/>. */ /* diff --git a/math/w_exp10l.c b/math/w_exp10l.c index 0cda27c..bea6a1e 100644 --- a/math/w_exp10l.c +++ b/math/w_exp10l.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/>. */ /* diff --git a/math/w_fmod.c b/math/w_fmod.c index d38ae8c..cd7bb00 100644 --- a/math/w_fmod.c +++ b/math/w_fmod.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 <math.h> #include <math_private.h> diff --git a/math/w_fmodf.c b/math/w_fmodf.c index c0370cf..73d6979 100644 --- a/math/w_fmodf.c +++ b/math/w_fmodf.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 <math.h> #include <math_private.h> diff --git a/math/w_fmodl.c b/math/w_fmodl.c index d236fb9..b088cc3 100644 --- a/math/w_fmodl.c +++ b/math/w_fmodl.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 <math.h> #include <math_private.h> diff --git a/math/w_j0.c b/math/w_j0.c index 3613520..1dff8b4 100644 --- a/math/w_j0.c +++ b/math/w_j0.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 <fenv.h> #include <math.h> diff --git a/math/w_j0f.c b/math/w_j0f.c index ff1ac3c..fc52f26 100644 --- a/math/w_j0f.c +++ b/math/w_j0f.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 <fenv.h> #include <math.h> diff --git a/math/w_j0l.c b/math/w_j0l.c index a16363d..8d72d50 100644 --- a/math/w_j0l.c +++ b/math/w_j0l.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 <fenv.h> #include <math.h> diff --git a/math/w_j1.c b/math/w_j1.c index 09cacb8..358e0e1 100644 --- a/math/w_j1.c +++ b/math/w_j1.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 <fenv.h> #include <math.h> diff --git a/math/w_j1f.c b/math/w_j1f.c index 40a2cf3..096fdf5 100644 --- a/math/w_j1f.c +++ b/math/w_j1f.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 <fenv.h> #include <math.h> diff --git a/math/w_j1l.c b/math/w_j1l.c index 91b56e3..93e4ee4 100644 --- a/math/w_j1l.c +++ b/math/w_j1l.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 <fenv.h> #include <math.h> diff --git a/math/w_jn.c b/math/w_jn.c index 36fb448..f0dd8c6 100644 --- a/math/w_jn.c +++ b/math/w_jn.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 <fenv.h> #include <math.h> diff --git a/math/w_jnf.c b/math/w_jnf.c index 7b35955..ef29eb4 100644 --- a/math/w_jnf.c +++ b/math/w_jnf.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 <fenv.h> #include <math.h> diff --git a/math/w_log.c b/math/w_log.c index b43af79..efc1c4c 100644 --- a/math/w_log.c +++ b/math/w_log.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 <fenv.h> #include <math.h> diff --git a/math/w_log10.c b/math/w_log10.c index 75ae580..2717ade 100644 --- a/math/w_log10.c +++ b/math/w_log10.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 <fenv.h> #include <math.h> diff --git a/math/w_log10f.c b/math/w_log10f.c index 3426e2d..60737ca 100644 --- a/math/w_log10f.c +++ b/math/w_log10f.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 <fenv.h> #include <math.h> diff --git a/math/w_log10l.c b/math/w_log10l.c index 6f81f39..b26f18c 100644 --- a/math/w_log10l.c +++ b/math/w_log10l.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 <fenv.h> #include <math.h> diff --git a/math/w_log2.c b/math/w_log2.c index 6d42043..998e5d9 100644 --- a/math/w_log2.c +++ b/math/w_log2.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 <fenv.h> #include <math.h> diff --git a/math/w_log2f.c b/math/w_log2f.c index 7c64ad8..6d91bf4 100644 --- a/math/w_log2f.c +++ b/math/w_log2f.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 <fenv.h> #include <math.h> diff --git a/math/w_log2l.c b/math/w_log2l.c index f589768..e51c1bc 100644 --- a/math/w_log2l.c +++ b/math/w_log2l.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 <fenv.h> #include <math.h> diff --git a/math/w_logf.c b/math/w_logf.c index 52b9bef..8aa27c8 100644 --- a/math/w_logf.c +++ b/math/w_logf.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 <fenv.h> #include <math.h> diff --git a/math/w_logl.c b/math/w_logl.c index 9f2bdf0..a3139ff 100644 --- a/math/w_logl.c +++ b/math/w_logl.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 <fenv.h> #include <math.h> diff --git a/math/w_pow.c b/math/w_pow.c index 4993c23..ef4dbfa 100644 --- a/math/w_pow.c +++ b/math/w_pow.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 <math.h> #include <math_private.h> diff --git a/math/w_powf.c b/math/w_powf.c index c0406f4..c78e76f 100644 --- a/math/w_powf.c +++ b/math/w_powf.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 <math.h> #include <math_private.h> diff --git a/math/w_powl.c b/math/w_powl.c index 1ad581a..5bb8597 100644 --- a/math/w_powl.c +++ b/math/w_powl.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 <math.h> #include <math_private.h> diff --git a/math/w_remainder.c b/math/w_remainder.c index 524cbf5..67567b6 100644 --- a/math/w_remainder.c +++ b/math/w_remainder.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 <math.h> #include <math_private.h> diff --git a/math/w_remainderf.c b/math/w_remainderf.c index 9bddf6f..99a1e8c 100644 --- a/math/w_remainderf.c +++ b/math/w_remainderf.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 <math.h> #include <math_private.h> diff --git a/math/w_remainderl.c b/math/w_remainderl.c index 66a1413..3f67b58 100644 --- a/math/w_remainderl.c +++ b/math/w_remainderl.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 <math.h> #include <math_private.h> diff --git a/math/w_scalb.c b/math/w_scalb.c index 91f3658..cdf7218 100644 --- a/math/w_scalb.c +++ b/math/w_scalb.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 <errno.h> #include <math.h> diff --git a/math/w_scalbf.c b/math/w_scalbf.c index b8ee3f1..7aec34f 100644 --- a/math/w_scalbf.c +++ b/math/w_scalbf.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 <errno.h> #include <math.h> diff --git a/math/w_scalbl.c b/math/w_scalbl.c index 33fc725..b3584de 100644 --- a/math/w_scalbl.c +++ b/math/w_scalbl.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 <errno.h> #include <math.h> diff --git a/math/w_sqrt.c b/math/w_sqrt.c index 8a435ef..409a6df 100644 --- a/math/w_sqrt.c +++ b/math/w_sqrt.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 <math.h> #include <math_private.h> diff --git a/math/w_sqrtf.c b/math/w_sqrtf.c index fc088b6..3c3d2f8 100644 --- a/math/w_sqrtf.c +++ b/math/w_sqrtf.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 <math.h> #include <math_private.h> diff --git a/math/w_sqrtl.c b/math/w_sqrtl.c index 0c44629..5e18f44 100644 --- a/math/w_sqrtl.c +++ b/math/w_sqrtl.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 <math.h> #include <math_private.h> |