summaryrefslogtreecommitdiff
path: root/libc/math
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math')
-rw-r--r--libc/math/Makefile5
-rw-r--r--libc/math/atest-exp.c5
-rw-r--r--libc/math/atest-exp2.c5
-rw-r--r--libc/math/atest-sincos.c5
-rw-r--r--libc/math/basic-test.c5
-rw-r--r--libc/math/bits/cmathcalls.h5
-rw-r--r--libc/math/bits/math-finite.h5
-rw-r--r--libc/math/bits/mathcalls.h5
-rw-r--r--libc/math/cabs.c5
-rw-r--r--libc/math/cabsf.c5
-rw-r--r--libc/math/cabsl.c5
-rw-r--r--libc/math/carg.c5
-rw-r--r--libc/math/cargf.c5
-rw-r--r--libc/math/cargl.c5
-rw-r--r--libc/math/cimag.c5
-rw-r--r--libc/math/cimagf.c5
-rw-r--r--libc/math/cimagl.c5
-rw-r--r--libc/math/complex.h5
-rw-r--r--libc/math/conj.c5
-rw-r--r--libc/math/conjf.c5
-rw-r--r--libc/math/conjl.c5
-rw-r--r--libc/math/creal.c5
-rw-r--r--libc/math/crealf.c5
-rw-r--r--libc/math/creall.c5
-rw-r--r--libc/math/divtc3.c5
-rw-r--r--libc/math/e_exp10.c5
-rw-r--r--libc/math/e_exp10f.c5
-rw-r--r--libc/math/e_exp10l.c5
-rw-r--r--libc/math/e_scalb.c5
-rw-r--r--libc/math/e_scalbf.c5
-rw-r--r--libc/math/e_scalbl.c5
-rw-r--r--libc/math/fclrexcpt.c5
-rw-r--r--libc/math/fedisblxcpt.c5
-rw-r--r--libc/math/feenablxcpt.c5
-rw-r--r--libc/math/fegetenv.c5
-rw-r--r--libc/math/fegetexcept.c5
-rw-r--r--libc/math/fegetround.c5
-rw-r--r--libc/math/feholdexcpt.c5
-rw-r--r--libc/math/fenv.h5
-rw-r--r--libc/math/fesetenv.c5
-rw-r--r--libc/math/fesetround.c5
-rw-r--r--libc/math/feupdateenv.c5
-rw-r--r--libc/math/fgetexcptflg.c5
-rw-r--r--libc/math/fpu_control.c5
-rw-r--r--libc/math/fraiseexcpt.c5
-rw-r--r--libc/math/fsetexcptflg.c5
-rw-r--r--libc/math/ftestexcept.c5
-rwxr-xr-xlibc/math/gen-libm-test.pl5
-rw-r--r--libc/math/libm-test.inc5
-rw-r--r--libc/math/math.h5
-rw-r--r--libc/math/multc3.c5
-rw-r--r--libc/math/s_cacos.c5
-rw-r--r--libc/math/s_cacosf.c5
-rw-r--r--libc/math/s_cacosh.c5
-rw-r--r--libc/math/s_cacoshf.c5
-rw-r--r--libc/math/s_cacoshl.c5
-rw-r--r--libc/math/s_cacosl.c5
-rw-r--r--libc/math/s_casin.c5
-rw-r--r--libc/math/s_casinf.c5
-rw-r--r--libc/math/s_casinh.c5
-rw-r--r--libc/math/s_casinhf.c5
-rw-r--r--libc/math/s_casinhl.c5
-rw-r--r--libc/math/s_casinl.c5
-rw-r--r--libc/math/s_catan.c5
-rw-r--r--libc/math/s_catanf.c5
-rw-r--r--libc/math/s_catanh.c5
-rw-r--r--libc/math/s_catanhf.c5
-rw-r--r--libc/math/s_catanhl.c5
-rw-r--r--libc/math/s_catanl.c5
-rw-r--r--libc/math/s_ccos.c5
-rw-r--r--libc/math/s_ccosf.c5
-rw-r--r--libc/math/s_ccosh.c5
-rw-r--r--libc/math/s_ccoshf.c5
-rw-r--r--libc/math/s_ccoshl.c5
-rw-r--r--libc/math/s_ccosl.c5
-rw-r--r--libc/math/s_cexp.c5
-rw-r--r--libc/math/s_cexpf.c5
-rw-r--r--libc/math/s_cexpl.c5
-rw-r--r--libc/math/s_clog.c5
-rw-r--r--libc/math/s_clog10.c5
-rw-r--r--libc/math/s_clog10f.c5
-rw-r--r--libc/math/s_clog10l.c5
-rw-r--r--libc/math/s_clogf.c5
-rw-r--r--libc/math/s_clogl.c5
-rw-r--r--libc/math/s_cpow.c5
-rw-r--r--libc/math/s_cpowf.c5
-rw-r--r--libc/math/s_cpowl.c5
-rw-r--r--libc/math/s_cproj.c5
-rw-r--r--libc/math/s_cprojf.c5
-rw-r--r--libc/math/s_cprojl.c5
-rw-r--r--libc/math/s_csin.c5
-rw-r--r--libc/math/s_csinf.c5
-rw-r--r--libc/math/s_csinh.c5
-rw-r--r--libc/math/s_csinhf.c5
-rw-r--r--libc/math/s_csinhl.c5
-rw-r--r--libc/math/s_csinl.c5
-rw-r--r--libc/math/s_csqrt.c5
-rw-r--r--libc/math/s_csqrtf.c5
-rw-r--r--libc/math/s_csqrtl.c5
-rw-r--r--libc/math/s_ctan.c5
-rw-r--r--libc/math/s_ctanf.c5
-rw-r--r--libc/math/s_ctanh.c5
-rw-r--r--libc/math/s_ctanhf.c5
-rw-r--r--libc/math/s_ctanhl.c5
-rw-r--r--libc/math/s_ctanl.c5
-rw-r--r--libc/math/s_fdim.c5
-rw-r--r--libc/math/s_fdimf.c5
-rw-r--r--libc/math/s_fdiml.c5
-rw-r--r--libc/math/s_fma.c5
-rw-r--r--libc/math/s_fmaf.c5
-rw-r--r--libc/math/s_fmal.c5
-rw-r--r--libc/math/s_fmax.c5
-rw-r--r--libc/math/s_fmaxf.c5
-rw-r--r--libc/math/s_fmaxl.c5
-rw-r--r--libc/math/s_fmin.c5
-rw-r--r--libc/math/s_fminf.c5
-rw-r--r--libc/math/s_fminl.c5
-rw-r--r--libc/math/s_nan.c5
-rw-r--r--libc/math/s_nanf.c5
-rw-r--r--libc/math/s_nanl.c5
-rw-r--r--libc/math/setfpucw.c5
-rw-r--r--libc/math/test-double.c5
-rw-r--r--libc/math/test-fenv.c5
-rw-r--r--libc/math/test-float.c5
-rw-r--r--libc/math/test-fpucw.c5
-rw-r--r--libc/math/test-idouble.c5
-rw-r--r--libc/math/test-ifloat.c5
-rw-r--r--libc/math/test-ildoubl.c5
-rw-r--r--libc/math/test-ldouble.c5
-rw-r--r--libc/math/test-misc.c5
-rw-r--r--libc/math/test-powl.c5
-rw-r--r--libc/math/test-tgmath-int.c5
-rw-r--r--libc/math/test-tgmath-ret.c5
-rw-r--r--libc/math/test-tgmath.c5
-rw-r--r--libc/math/test-tgmath2.c5
-rw-r--r--libc/math/tgmath.h5
-rw-r--r--libc/math/tst-CMPLX2.c5
-rw-r--r--libc/math/tst-definitions.c5
-rw-r--r--libc/math/w_acos.c5
-rw-r--r--libc/math/w_acosf.c5
-rw-r--r--libc/math/w_acosh.c5
-rw-r--r--libc/math/w_acoshf.c5
-rw-r--r--libc/math/w_acoshl.c5
-rw-r--r--libc/math/w_acosl.c5
-rw-r--r--libc/math/w_asin.c5
-rw-r--r--libc/math/w_asinf.c5
-rw-r--r--libc/math/w_asinl.c5
-rw-r--r--libc/math/w_atan2.c5
-rw-r--r--libc/math/w_atan2f.c5
-rw-r--r--libc/math/w_atan2l.c5
-rw-r--r--libc/math/w_atanh.c5
-rw-r--r--libc/math/w_atanhf.c5
-rw-r--r--libc/math/w_atanhl.c5
-rw-r--r--libc/math/w_exp10.c5
-rw-r--r--libc/math/w_exp10f.c5
-rw-r--r--libc/math/w_exp10l.c5
-rw-r--r--libc/math/w_fmod.c5
-rw-r--r--libc/math/w_fmodf.c5
-rw-r--r--libc/math/w_fmodl.c5
-rw-r--r--libc/math/w_j0.c5
-rw-r--r--libc/math/w_j0f.c5
-rw-r--r--libc/math/w_j0l.c5
-rw-r--r--libc/math/w_j1.c5
-rw-r--r--libc/math/w_j1f.c5
-rw-r--r--libc/math/w_j1l.c5
-rw-r--r--libc/math/w_jn.c5
-rw-r--r--libc/math/w_jnf.c5
-rw-r--r--libc/math/w_log.c5
-rw-r--r--libc/math/w_log10.c5
-rw-r--r--libc/math/w_log10f.c5
-rw-r--r--libc/math/w_log10l.c5
-rw-r--r--libc/math/w_log2.c5
-rw-r--r--libc/math/w_log2f.c5
-rw-r--r--libc/math/w_log2l.c5
-rw-r--r--libc/math/w_logf.c5
-rw-r--r--libc/math/w_logl.c5
-rw-r--r--libc/math/w_pow.c5
-rw-r--r--libc/math/w_powf.c5
-rw-r--r--libc/math/w_powl.c5
-rw-r--r--libc/math/w_remainder.c5
-rw-r--r--libc/math/w_remainderf.c5
-rw-r--r--libc/math/w_remainderl.c5
-rw-r--r--libc/math/w_scalb.c5
-rw-r--r--libc/math/w_scalbf.c5
-rw-r--r--libc/math/w_scalbl.c5
-rw-r--r--libc/math/w_sqrt.c5
-rw-r--r--libc/math/w_sqrtf.c5
-rw-r--r--libc/math/w_sqrtl.c5
188 files changed, 376 insertions, 564 deletions
diff --git a/libc/math/Makefile b/libc/math/Makefile
index ad6903d5a..2c3263756 100644
--- a/libc/math/Makefile
+++ b/libc/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/libc/math/atest-exp.c b/libc/math/atest-exp.c
index 2f168c9a6..9f7fbcba7 100644
--- a/libc/math/atest-exp.c
+++ b/libc/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/libc/math/atest-exp2.c b/libc/math/atest-exp2.c
index 2c028a2b8..4e8bfe71e 100644
--- a/libc/math/atest-exp2.c
+++ b/libc/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/libc/math/atest-sincos.c b/libc/math/atest-sincos.c
index bef3521c9..f4394c243 100644
--- a/libc/math/atest-sincos.c
+++ b/libc/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/libc/math/basic-test.c b/libc/math/basic-test.c
index e48a3ae4e..b3d996b28 100644
--- a/libc/math/basic-test.c
+++ b/libc/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/libc/math/bits/cmathcalls.h b/libc/math/bits/cmathcalls.h
index 9c7fdbe9e..34cd84f28 100644
--- a/libc/math/bits/cmathcalls.h
+++ b/libc/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/libc/math/bits/math-finite.h b/libc/math/bits/math-finite.h
index 00e07a13c..ac1b34553 100644
--- a/libc/math/bits/math-finite.h
+++ b/libc/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/libc/math/bits/mathcalls.h b/libc/math/bits/mathcalls.h
index 207ab20b4..e0b160e19 100644
--- a/libc/math/bits/mathcalls.h
+++ b/libc/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/libc/math/cabs.c b/libc/math/cabs.c
index 39b7c2d85..dcb95b5d9 100644
--- a/libc/math/cabs.c
+++ b/libc/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/libc/math/cabsf.c b/libc/math/cabsf.c
index 956db76ba..76796b6ed 100644
--- a/libc/math/cabsf.c
+++ b/libc/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/libc/math/cabsl.c b/libc/math/cabsl.c
index 12c34e48a..139f4ef1e 100644
--- a/libc/math/cabsl.c
+++ b/libc/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/libc/math/carg.c b/libc/math/carg.c
index eb6ff85a2..bb819c1ac 100644
--- a/libc/math/carg.c
+++ b/libc/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/libc/math/cargf.c b/libc/math/cargf.c
index df1f20bc4..1027134fd 100644
--- a/libc/math/cargf.c
+++ b/libc/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/libc/math/cargl.c b/libc/math/cargl.c
index b8d337b96..907cd2c1a 100644
--- a/libc/math/cargl.c
+++ b/libc/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/libc/math/cimag.c b/libc/math/cimag.c
index cbdead155..203546212 100644
--- a/libc/math/cimag.c
+++ b/libc/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/libc/math/cimagf.c b/libc/math/cimagf.c
index d4e441e69..d583c0b43 100644
--- a/libc/math/cimagf.c
+++ b/libc/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/libc/math/cimagl.c b/libc/math/cimagl.c
index 9163ce461..4394e0dfe 100644
--- a/libc/math/cimagl.c
+++ b/libc/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/libc/math/complex.h b/libc/math/complex.h
index 8a2fbfb97..d643db8ef 100644
--- a/libc/math/complex.h
+++ b/libc/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/libc/math/conj.c b/libc/math/conj.c
index e770ff220..ba5c440ba 100644
--- a/libc/math/conj.c
+++ b/libc/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/libc/math/conjf.c b/libc/math/conjf.c
index 789389193..3df30c71f 100644
--- a/libc/math/conjf.c
+++ b/libc/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/libc/math/conjl.c b/libc/math/conjl.c
index add8712c4..6d57713e1 100644
--- a/libc/math/conjl.c
+++ b/libc/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/libc/math/creal.c b/libc/math/creal.c
index 92528e54e..08352d21f 100644
--- a/libc/math/creal.c
+++ b/libc/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/libc/math/crealf.c b/libc/math/crealf.c
index e3235a874..84658b187 100644
--- a/libc/math/crealf.c
+++ b/libc/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/libc/math/creall.c b/libc/math/creall.c
index fb87eaf63..f8b7dc51c 100644
--- a/libc/math/creall.c
+++ b/libc/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/libc/math/divtc3.c b/libc/math/divtc3.c
index 72bca66d4..c05123cb8 100644
--- a/libc/math/divtc3.c
+++ b/libc/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/libc/math/e_exp10.c b/libc/math/e_exp10.c
index ce14ea5f1..75185836b 100644
--- a/libc/math/e_exp10.c
+++ b/libc/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/libc/math/e_exp10f.c b/libc/math/e_exp10f.c
index 68e9723b8..7b940053f 100644
--- a/libc/math/e_exp10f.c
+++ b/libc/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/libc/math/e_exp10l.c b/libc/math/e_exp10l.c
index 6bd859fde..e3dad0a18 100644
--- a/libc/math/e_exp10l.c
+++ b/libc/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/libc/math/e_scalb.c b/libc/math/e_scalb.c
index 3b81dd565..146422cd8 100644
--- a/libc/math/e_scalb.c
+++ b/libc/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/libc/math/e_scalbf.c b/libc/math/e_scalbf.c
index 61847d9a5..98f85ab04 100644
--- a/libc/math/e_scalbf.c
+++ b/libc/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/libc/math/e_scalbl.c b/libc/math/e_scalbl.c
index 6b36b7122..4d7d9a171 100644
--- a/libc/math/e_scalbl.c
+++ b/libc/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/libc/math/fclrexcpt.c b/libc/math/fclrexcpt.c
index 560e326ee..27e9bd0c3 100644
--- a/libc/math/fclrexcpt.c
+++ b/libc/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/libc/math/fedisblxcpt.c b/libc/math/fedisblxcpt.c
index e1e9065aa..f05c31910 100644
--- a/libc/math/fedisblxcpt.c
+++ b/libc/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/libc/math/feenablxcpt.c b/libc/math/feenablxcpt.c
index 678271f36..9db93c544 100644
--- a/libc/math/feenablxcpt.c
+++ b/libc/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/libc/math/fegetenv.c b/libc/math/fegetenv.c
index 5b524307d..3166d7279 100644
--- a/libc/math/fegetenv.c
+++ b/libc/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/libc/math/fegetexcept.c b/libc/math/fegetexcept.c
index 1870689e8..0ea518450 100644
--- a/libc/math/fegetexcept.c
+++ b/libc/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/libc/math/fegetround.c b/libc/math/fegetround.c
index cf7a77492..366ef23c3 100644
--- a/libc/math/fegetround.c
+++ b/libc/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/libc/math/feholdexcpt.c b/libc/math/feholdexcpt.c
index 8680d1e49..9abfc6c9e 100644
--- a/libc/math/feholdexcpt.c
+++ b/libc/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/libc/math/fenv.h b/libc/math/fenv.h
index 23c7b1c9d..b7ab788c3 100644
--- a/libc/math/fenv.h
+++ b/libc/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/libc/math/fesetenv.c b/libc/math/fesetenv.c
index 936d6c121..d285c927c 100644
--- a/libc/math/fesetenv.c
+++ b/libc/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/libc/math/fesetround.c b/libc/math/fesetround.c
index 5b1482639..b70b53164 100644
--- a/libc/math/fesetround.c
+++ b/libc/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/libc/math/feupdateenv.c b/libc/math/feupdateenv.c
index dd7a1afdb..49674bc2a 100644
--- a/libc/math/feupdateenv.c
+++ b/libc/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/libc/math/fgetexcptflg.c b/libc/math/fgetexcptflg.c
index aea2e0ffa..f07933680 100644
--- a/libc/math/fgetexcptflg.c
+++ b/libc/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/libc/math/fpu_control.c b/libc/math/fpu_control.c
index cd8eeff99..36eddee76 100644
--- a/libc/math/fpu_control.c
+++ b/libc/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/libc/math/fraiseexcpt.c b/libc/math/fraiseexcpt.c
index 764634a3b..cb752df73 100644
--- a/libc/math/fraiseexcpt.c
+++ b/libc/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/libc/math/fsetexcptflg.c b/libc/math/fsetexcptflg.c
index 8d0f0ff64..3f6ac9893 100644
--- a/libc/math/fsetexcptflg.c
+++ b/libc/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/libc/math/ftestexcept.c b/libc/math/ftestexcept.c
index 951d1346c..c396002e8 100644
--- a/libc/math/ftestexcept.c
+++ b/libc/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/libc/math/gen-libm-test.pl b/libc/math/gen-libm-test.pl
index 3a8f5c5e4..2fe03b994 100755
--- a/libc/math/gen-libm-test.pl
+++ b/libc/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/libc/math/libm-test.inc b/libc/math/libm-test.inc
index 0faf0c73a..2166b1635 100644
--- a/libc/math/libm-test.inc
+++ b/libc/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/libc/math/math.h b/libc/math/math.h
index ea2ef24d9..eb0fdd891 100644
--- a/libc/math/math.h
+++ b/libc/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/libc/math/multc3.c b/libc/math/multc3.c
index 351dccf80..6bece3a00 100644
--- a/libc/math/multc3.c
+++ b/libc/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/libc/math/s_cacos.c b/libc/math/s_cacos.c
index 07b6bdcb9..0e8b659da 100644
--- a/libc/math/s_cacos.c
+++ b/libc/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/libc/math/s_cacosf.c b/libc/math/s_cacosf.c
index 265184e38..d015d1702 100644
--- a/libc/math/s_cacosf.c
+++ b/libc/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/libc/math/s_cacosh.c b/libc/math/s_cacosh.c
index cb01ca87c..95bf005cd 100644
--- a/libc/math/s_cacosh.c
+++ b/libc/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/libc/math/s_cacoshf.c b/libc/math/s_cacoshf.c
index fe046929e..d634a1b75 100644
--- a/libc/math/s_cacoshf.c
+++ b/libc/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/libc/math/s_cacoshl.c b/libc/math/s_cacoshl.c
index 84c2715d2..dcdb1d5a6 100644
--- a/libc/math/s_cacoshl.c
+++ b/libc/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/libc/math/s_cacosl.c b/libc/math/s_cacosl.c
index a7ceff891..f9169e9e6 100644
--- a/libc/math/s_cacosl.c
+++ b/libc/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/libc/math/s_casin.c b/libc/math/s_casin.c
index 02a215ab5..a0c82887b 100644
--- a/libc/math/s_casin.c
+++ b/libc/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/libc/math/s_casinf.c b/libc/math/s_casinf.c
index 56c618fcf..e468dfb2c 100644
--- a/libc/math/s_casinf.c
+++ b/libc/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/libc/math/s_casinh.c b/libc/math/s_casinh.c
index db340ac1b..e06be1cdc 100644
--- a/libc/math/s_casinh.c
+++ b/libc/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/libc/math/s_casinhf.c b/libc/math/s_casinhf.c
index f545d8e2e..37c67401a 100644
--- a/libc/math/s_casinhf.c
+++ b/libc/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/libc/math/s_casinhl.c b/libc/math/s_casinhl.c
index b8e391829..de41cb899 100644
--- a/libc/math/s_casinhl.c
+++ b/libc/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/libc/math/s_casinl.c b/libc/math/s_casinl.c
index 431e9a241..5d31b74ec 100644
--- a/libc/math/s_casinl.c
+++ b/libc/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/libc/math/s_catan.c b/libc/math/s_catan.c
index 1a458a383..0546f8ad4 100644
--- a/libc/math/s_catan.c
+++ b/libc/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/libc/math/s_catanf.c b/libc/math/s_catanf.c
index defcf18c6..7eda697a0 100644
--- a/libc/math/s_catanf.c
+++ b/libc/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/libc/math/s_catanh.c b/libc/math/s_catanh.c
index 22ade15fa..c11b1e223 100644
--- a/libc/math/s_catanh.c
+++ b/libc/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/libc/math/s_catanhf.c b/libc/math/s_catanhf.c
index f3d07f235..dc63da0b8 100644
--- a/libc/math/s_catanhf.c
+++ b/libc/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/libc/math/s_catanhl.c b/libc/math/s_catanhl.c
index af48f1a55..f4a109071 100644
--- a/libc/math/s_catanhl.c
+++ b/libc/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/libc/math/s_catanl.c b/libc/math/s_catanl.c
index 47df85cc7..4ef73a1dc 100644
--- a/libc/math/s_catanl.c
+++ b/libc/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/libc/math/s_ccos.c b/libc/math/s_ccos.c
index 4612eb33c..e2a4df4d7 100644
--- a/libc/math/s_ccos.c
+++ b/libc/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/libc/math/s_ccosf.c b/libc/math/s_ccosf.c
index 1ee932486..36ff3d639 100644
--- a/libc/math/s_ccosf.c
+++ b/libc/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/libc/math/s_ccosh.c b/libc/math/s_ccosh.c
index c10e5d899..2c2b71cea 100644
--- a/libc/math/s_ccosh.c
+++ b/libc/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/libc/math/s_ccoshf.c b/libc/math/s_ccoshf.c
index 6aae5d854..a5a12c13e 100644
--- a/libc/math/s_ccoshf.c
+++ b/libc/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/libc/math/s_ccoshl.c b/libc/math/s_ccoshl.c
index ed1bc459d..32fdd8cf8 100644
--- a/libc/math/s_ccoshl.c
+++ b/libc/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/libc/math/s_ccosl.c b/libc/math/s_ccosl.c
index 153a60b08..3637a458b 100644
--- a/libc/math/s_ccosl.c
+++ b/libc/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/libc/math/s_cexp.c b/libc/math/s_cexp.c
index 0d1ec2985..82fe8148f 100644
--- a/libc/math/s_cexp.c
+++ b/libc/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/libc/math/s_cexpf.c b/libc/math/s_cexpf.c
index 652fe3d5b..a9c28ed8c 100644
--- a/libc/math/s_cexpf.c
+++ b/libc/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/libc/math/s_cexpl.c b/libc/math/s_cexpl.c
index 6bb56c02f..3059880db 100644
--- a/libc/math/s_cexpl.c
+++ b/libc/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/libc/math/s_clog.c b/libc/math/s_clog.c
index ba27140b4..5bbca0038 100644
--- a/libc/math/s_clog.c
+++ b/libc/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/libc/math/s_clog10.c b/libc/math/s_clog10.c
index 4b741fab5..3eb9c518a 100644
--- a/libc/math/s_clog10.c
+++ b/libc/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/libc/math/s_clog10f.c b/libc/math/s_clog10f.c
index fe38f9e8d..e48d928b3 100644
--- a/libc/math/s_clog10f.c
+++ b/libc/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/libc/math/s_clog10l.c b/libc/math/s_clog10l.c
index 990913e7b..72b553152 100644
--- a/libc/math/s_clog10l.c
+++ b/libc/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/libc/math/s_clogf.c b/libc/math/s_clogf.c
index fdda83e54..eb8433a28 100644
--- a/libc/math/s_clogf.c
+++ b/libc/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/libc/math/s_clogl.c b/libc/math/s_clogl.c
index 396ba9180..11d487825 100644
--- a/libc/math/s_clogl.c
+++ b/libc/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/libc/math/s_cpow.c b/libc/math/s_cpow.c
index 86536cc95..164534c5d 100644
--- a/libc/math/s_cpow.c
+++ b/libc/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/libc/math/s_cpowf.c b/libc/math/s_cpowf.c
index 58eaa1aa0..20fc110e3 100644
--- a/libc/math/s_cpowf.c
+++ b/libc/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/libc/math/s_cpowl.c b/libc/math/s_cpowl.c
index 4c358b3eb..284dec3cf 100644
--- a/libc/math/s_cpowl.c
+++ b/libc/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/libc/math/s_cproj.c b/libc/math/s_cproj.c
index cff75c40c..ed7e6de79 100644
--- a/libc/math/s_cproj.c
+++ b/libc/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/libc/math/s_cprojf.c b/libc/math/s_cprojf.c
index e7eacafba..6cbc93bb5 100644
--- a/libc/math/s_cprojf.c
+++ b/libc/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/libc/math/s_cprojl.c b/libc/math/s_cprojl.c
index 19c17a82b..f316b7fc8 100644
--- a/libc/math/s_cprojl.c
+++ b/libc/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/libc/math/s_csin.c b/libc/math/s_csin.c
index 07a78c438..cd4c8f020 100644
--- a/libc/math/s_csin.c
+++ b/libc/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/libc/math/s_csinf.c b/libc/math/s_csinf.c
index 4f4dfb8ea..d86cd3b4a 100644
--- a/libc/math/s_csinf.c
+++ b/libc/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/libc/math/s_csinh.c b/libc/math/s_csinh.c
index 2eec065a8..f054dfc27 100644
--- a/libc/math/s_csinh.c
+++ b/libc/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/libc/math/s_csinhf.c b/libc/math/s_csinhf.c
index 51e837b14..926bb3799 100644
--- a/libc/math/s_csinhf.c
+++ b/libc/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/libc/math/s_csinhl.c b/libc/math/s_csinhl.c
index d2964f8a2..ff0e8b387 100644
--- a/libc/math/s_csinhl.c
+++ b/libc/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/libc/math/s_csinl.c b/libc/math/s_csinl.c
index 300035c69..df20e8b33 100644
--- a/libc/math/s_csinl.c
+++ b/libc/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/libc/math/s_csqrt.c b/libc/math/s_csqrt.c
index 1691a01ec..76585e889 100644
--- a/libc/math/s_csqrt.c
+++ b/libc/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/libc/math/s_csqrtf.c b/libc/math/s_csqrtf.c
index 1613192a5..d9949c685 100644
--- a/libc/math/s_csqrtf.c
+++ b/libc/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/libc/math/s_csqrtl.c b/libc/math/s_csqrtl.c
index 9b93ef66b..0c624c7a7 100644
--- a/libc/math/s_csqrtl.c
+++ b/libc/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/libc/math/s_ctan.c b/libc/math/s_ctan.c
index 41958516f..c838fadeb 100644
--- a/libc/math/s_ctan.c
+++ b/libc/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/libc/math/s_ctanf.c b/libc/math/s_ctanf.c
index 7063e38d8..5f7f28ad0 100644
--- a/libc/math/s_ctanf.c
+++ b/libc/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/libc/math/s_ctanh.c b/libc/math/s_ctanh.c
index 9d31c43cd..9cecb8bdb 100644
--- a/libc/math/s_ctanh.c
+++ b/libc/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/libc/math/s_ctanhf.c b/libc/math/s_ctanhf.c
index 6cb3a2cc9..fce5aaf29 100644
--- a/libc/math/s_ctanhf.c
+++ b/libc/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/libc/math/s_ctanhl.c b/libc/math/s_ctanhl.c
index 0c4641714..d22e13a97 100644
--- a/libc/math/s_ctanhl.c
+++ b/libc/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/libc/math/s_ctanl.c b/libc/math/s_ctanl.c
index 6f49c57c9..112dd723d 100644
--- a/libc/math/s_ctanl.c
+++ b/libc/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/libc/math/s_fdim.c b/libc/math/s_fdim.c
index 677fdcde1..6a1991fa2 100644
--- a/libc/math/s_fdim.c
+++ b/libc/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/libc/math/s_fdimf.c b/libc/math/s_fdimf.c
index 737413a5f..e5260cfdb 100644
--- a/libc/math/s_fdimf.c
+++ b/libc/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/libc/math/s_fdiml.c b/libc/math/s_fdiml.c
index f3072b99a..677adb954 100644
--- a/libc/math/s_fdiml.c
+++ b/libc/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/libc/math/s_fma.c b/libc/math/s_fma.c
index 476d1fe44..021035c68 100644
--- a/libc/math/s_fma.c
+++ b/libc/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/libc/math/s_fmaf.c b/libc/math/s_fmaf.c
index 357296d70..c458a6778 100644
--- a/libc/math/s_fmaf.c
+++ b/libc/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/libc/math/s_fmal.c b/libc/math/s_fmal.c
index b89e88b9a..7bcdc60e9 100644
--- a/libc/math/s_fmal.c
+++ b/libc/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/libc/math/s_fmax.c b/libc/math/s_fmax.c
index f93e14f28..10bc1ccfb 100644
--- a/libc/math/s_fmax.c
+++ b/libc/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/libc/math/s_fmaxf.c b/libc/math/s_fmaxf.c
index 6f368e18b..4e052b1ae 100644
--- a/libc/math/s_fmaxf.c
+++ b/libc/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/libc/math/s_fmaxl.c b/libc/math/s_fmaxl.c
index 68c7060f4..5cfc865d4 100644
--- a/libc/math/s_fmaxl.c
+++ b/libc/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/libc/math/s_fmin.c b/libc/math/s_fmin.c
index 78f02da74..8cd6583f7 100644
--- a/libc/math/s_fmin.c
+++ b/libc/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/libc/math/s_fminf.c b/libc/math/s_fminf.c
index d6aa9ccf6..f6d0774a7 100644
--- a/libc/math/s_fminf.c
+++ b/libc/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/libc/math/s_fminl.c b/libc/math/s_fminl.c
index 5c1610aa8..4f37086db 100644
--- a/libc/math/s_fminl.c
+++ b/libc/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/libc/math/s_nan.c b/libc/math/s_nan.c
index 97f9d898a..6ad1f1042 100644
--- a/libc/math/s_nan.c
+++ b/libc/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/libc/math/s_nanf.c b/libc/math/s_nanf.c
index 6161bcdd2..7d16903e1 100644
--- a/libc/math/s_nanf.c
+++ b/libc/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/libc/math/s_nanl.c b/libc/math/s_nanl.c
index 1db246426..f30e4317f 100644
--- a/libc/math/s_nanl.c
+++ b/libc/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/libc/math/setfpucw.c b/libc/math/setfpucw.c
index cb50f9f3f..e4ac5ca67 100644
--- a/libc/math/setfpucw.c
+++ b/libc/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/libc/math/test-double.c b/libc/math/test-double.c
index 4d239a71d..3c9733e03 100644
--- a/libc/math/test-double.c
+++ b/libc/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/libc/math/test-fenv.c b/libc/math/test-fenv.c
index 4b710d83f..39c7c3345 100644
--- a/libc/math/test-fenv.c
+++ b/libc/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/libc/math/test-float.c b/libc/math/test-float.c
index 26a4213b4..6764fff47 100644
--- a/libc/math/test-float.c
+++ b/libc/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/libc/math/test-fpucw.c b/libc/math/test-fpucw.c
index 6d638c66c..93237eae8 100644
--- a/libc/math/test-fpucw.c
+++ b/libc/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/libc/math/test-idouble.c b/libc/math/test-idouble.c
index 7606a89ff..e340e1951 100644
--- a/libc/math/test-idouble.c
+++ b/libc/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/libc/math/test-ifloat.c b/libc/math/test-ifloat.c
index 9eb9ce502..b8291d1f5 100644
--- a/libc/math/test-ifloat.c
+++ b/libc/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/libc/math/test-ildoubl.c b/libc/math/test-ildoubl.c
index 597edbca1..787380431 100644
--- a/libc/math/test-ildoubl.c
+++ b/libc/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/libc/math/test-ldouble.c b/libc/math/test-ldouble.c
index 272122766..a5ec7cba8 100644
--- a/libc/math/test-ldouble.c
+++ b/libc/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/libc/math/test-misc.c b/libc/math/test-misc.c
index 14fe38b90..c0fe5f7a1 100644
--- a/libc/math/test-misc.c
+++ b/libc/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/libc/math/test-powl.c b/libc/math/test-powl.c
index c464d78e4..5fc17816a 100644
--- a/libc/math/test-powl.c
+++ b/libc/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/libc/math/test-tgmath-int.c b/libc/math/test-tgmath-int.c
index 99ebe9f50..e58341099 100644
--- a/libc/math/test-tgmath-int.c
+++ b/libc/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/libc/math/test-tgmath-ret.c b/libc/math/test-tgmath-ret.c
index 8eef64986..7e494d2bb 100644
--- a/libc/math/test-tgmath-ret.c
+++ b/libc/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/libc/math/test-tgmath.c b/libc/math/test-tgmath.c
index 8ec7fc45d..af5552a01 100644
--- a/libc/math/test-tgmath.c
+++ b/libc/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/libc/math/test-tgmath2.c b/libc/math/test-tgmath2.c
index edb723c95..64cb6f3d4 100644
--- a/libc/math/test-tgmath2.c
+++ b/libc/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/libc/math/tgmath.h b/libc/math/tgmath.h
index eefdd26c9..8ae962c08 100644
--- a/libc/math/tgmath.h
+++ b/libc/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/libc/math/tst-CMPLX2.c b/libc/math/tst-CMPLX2.c
index 416d477c4..f8ef9e128 100644
--- a/libc/math/tst-CMPLX2.c
+++ b/libc/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/libc/math/tst-definitions.c b/libc/math/tst-definitions.c
index 7d352af40..3f71611ef 100644
--- a/libc/math/tst-definitions.c
+++ b/libc/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/libc/math/w_acos.c b/libc/math/w_acos.c
index 617cfdae4..3138408ff 100644
--- a/libc/math/w_acos.c
+++ b/libc/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/libc/math/w_acosf.c b/libc/math/w_acosf.c
index bb3aae001..0e41a2c47 100644
--- a/libc/math/w_acosf.c
+++ b/libc/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/libc/math/w_acosh.c b/libc/math/w_acosh.c
index 50201b4d2..0bd268646 100644
--- a/libc/math/w_acosh.c
+++ b/libc/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/libc/math/w_acoshf.c b/libc/math/w_acoshf.c
index 2b07824a0..c59bf94d1 100644
--- a/libc/math/w_acoshf.c
+++ b/libc/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/libc/math/w_acoshl.c b/libc/math/w_acoshl.c
index 0f7068a96..819bdfce1 100644
--- a/libc/math/w_acoshl.c
+++ b/libc/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/libc/math/w_acosl.c b/libc/math/w_acosl.c
index dd1039ec8..641706864 100644
--- a/libc/math/w_acosl.c
+++ b/libc/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/libc/math/w_asin.c b/libc/math/w_asin.c
index feb5c6aaf..d4e89ce72 100644
--- a/libc/math/w_asin.c
+++ b/libc/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/libc/math/w_asinf.c b/libc/math/w_asinf.c
index 1a21dc389..270961fbd 100644
--- a/libc/math/w_asinf.c
+++ b/libc/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/libc/math/w_asinl.c b/libc/math/w_asinl.c
index a9f14fbd6..32e527337 100644
--- a/libc/math/w_asinl.c
+++ b/libc/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/libc/math/w_atan2.c b/libc/math/w_atan2.c
index 7d61c7279..aed28200c 100644
--- a/libc/math/w_atan2.c
+++ b/libc/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/libc/math/w_atan2f.c b/libc/math/w_atan2f.c
index b3c65bfcb..4519214a5 100644
--- a/libc/math/w_atan2f.c
+++ b/libc/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/libc/math/w_atan2l.c b/libc/math/w_atan2l.c
index c4854993a..855437699 100644
--- a/libc/math/w_atan2l.c
+++ b/libc/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/libc/math/w_atanh.c b/libc/math/w_atanh.c
index 61ea0d875..1022bd52d 100644
--- a/libc/math/w_atanh.c
+++ b/libc/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/libc/math/w_atanhf.c b/libc/math/w_atanhf.c
index fd1dbaeee..3c8cf8304 100644
--- a/libc/math/w_atanhf.c
+++ b/libc/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/libc/math/w_atanhl.c b/libc/math/w_atanhl.c
index 7c958f131..f582acfcd 100644
--- a/libc/math/w_atanhl.c
+++ b/libc/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/libc/math/w_exp10.c b/libc/math/w_exp10.c
index 830b08df1..08071c6f3 100644
--- a/libc/math/w_exp10.c
+++ b/libc/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/libc/math/w_exp10f.c b/libc/math/w_exp10f.c
index 6fd52f9a3..315a3efd6 100644
--- a/libc/math/w_exp10f.c
+++ b/libc/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/libc/math/w_exp10l.c b/libc/math/w_exp10l.c
index 0cda27c76..bea6a1ee4 100644
--- a/libc/math/w_exp10l.c
+++ b/libc/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/libc/math/w_fmod.c b/libc/math/w_fmod.c
index d38ae8c5a..cd7bb007b 100644
--- a/libc/math/w_fmod.c
+++ b/libc/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/libc/math/w_fmodf.c b/libc/math/w_fmodf.c
index c0370cf6f..73d6979e2 100644
--- a/libc/math/w_fmodf.c
+++ b/libc/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/libc/math/w_fmodl.c b/libc/math/w_fmodl.c
index d236fb9fd..b088cc370 100644
--- a/libc/math/w_fmodl.c
+++ b/libc/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/libc/math/w_j0.c b/libc/math/w_j0.c
index 361352048..1dff8b4d5 100644
--- a/libc/math/w_j0.c
+++ b/libc/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/libc/math/w_j0f.c b/libc/math/w_j0f.c
index ff1ac3ca3..fc52f26d9 100644
--- a/libc/math/w_j0f.c
+++ b/libc/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/libc/math/w_j0l.c b/libc/math/w_j0l.c
index a16363d53..8d72d504f 100644
--- a/libc/math/w_j0l.c
+++ b/libc/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/libc/math/w_j1.c b/libc/math/w_j1.c
index 09cacb82c..358e0e192 100644
--- a/libc/math/w_j1.c
+++ b/libc/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/libc/math/w_j1f.c b/libc/math/w_j1f.c
index 40a2cf302..096fdf569 100644
--- a/libc/math/w_j1f.c
+++ b/libc/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/libc/math/w_j1l.c b/libc/math/w_j1l.c
index 91b56e332..93e4ee458 100644
--- a/libc/math/w_j1l.c
+++ b/libc/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/libc/math/w_jn.c b/libc/math/w_jn.c
index 36fb44816..f0dd8c603 100644
--- a/libc/math/w_jn.c
+++ b/libc/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/libc/math/w_jnf.c b/libc/math/w_jnf.c
index 7b359558f..ef29eb45b 100644
--- a/libc/math/w_jnf.c
+++ b/libc/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/libc/math/w_log.c b/libc/math/w_log.c
index b43af792c..efc1c4c07 100644
--- a/libc/math/w_log.c
+++ b/libc/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/libc/math/w_log10.c b/libc/math/w_log10.c
index 75ae580c9..2717ade12 100644
--- a/libc/math/w_log10.c
+++ b/libc/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/libc/math/w_log10f.c b/libc/math/w_log10f.c
index 3426e2d05..60737ca83 100644
--- a/libc/math/w_log10f.c
+++ b/libc/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/libc/math/w_log10l.c b/libc/math/w_log10l.c
index 6f81f3961..b26f18c2a 100644
--- a/libc/math/w_log10l.c
+++ b/libc/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/libc/math/w_log2.c b/libc/math/w_log2.c
index 6d420438d..998e5d9b7 100644
--- a/libc/math/w_log2.c
+++ b/libc/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/libc/math/w_log2f.c b/libc/math/w_log2f.c
index 7c64ad8b8..6d91bf4e7 100644
--- a/libc/math/w_log2f.c
+++ b/libc/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/libc/math/w_log2l.c b/libc/math/w_log2l.c
index f589768b1..e51c1bcd2 100644
--- a/libc/math/w_log2l.c
+++ b/libc/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/libc/math/w_logf.c b/libc/math/w_logf.c
index 52b9befd1..8aa27c872 100644
--- a/libc/math/w_logf.c
+++ b/libc/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/libc/math/w_logl.c b/libc/math/w_logl.c
index 9f2bdf06c..a3139ff70 100644
--- a/libc/math/w_logl.c
+++ b/libc/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/libc/math/w_pow.c b/libc/math/w_pow.c
index 4993c232a..ef4dbfa9a 100644
--- a/libc/math/w_pow.c
+++ b/libc/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/libc/math/w_powf.c b/libc/math/w_powf.c
index c0406f4c1..c78e76f09 100644
--- a/libc/math/w_powf.c
+++ b/libc/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/libc/math/w_powl.c b/libc/math/w_powl.c
index 1ad581ad9..5bb85976e 100644
--- a/libc/math/w_powl.c
+++ b/libc/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/libc/math/w_remainder.c b/libc/math/w_remainder.c
index 524cbf582..67567b642 100644
--- a/libc/math/w_remainder.c
+++ b/libc/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/libc/math/w_remainderf.c b/libc/math/w_remainderf.c
index 9bddf6f61..99a1e8cae 100644
--- a/libc/math/w_remainderf.c
+++ b/libc/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/libc/math/w_remainderl.c b/libc/math/w_remainderl.c
index 66a141328..3f67b5875 100644
--- a/libc/math/w_remainderl.c
+++ b/libc/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/libc/math/w_scalb.c b/libc/math/w_scalb.c
index 91f3658a6..cdf7218a8 100644
--- a/libc/math/w_scalb.c
+++ b/libc/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/libc/math/w_scalbf.c b/libc/math/w_scalbf.c
index b8ee3f1b4..7aec34f6f 100644
--- a/libc/math/w_scalbf.c
+++ b/libc/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/libc/math/w_scalbl.c b/libc/math/w_scalbl.c
index 33fc725e5..b3584dea0 100644
--- a/libc/math/w_scalbl.c
+++ b/libc/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/libc/math/w_sqrt.c b/libc/math/w_sqrt.c
index 8a435ef48..409a6dfa1 100644
--- a/libc/math/w_sqrt.c
+++ b/libc/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/libc/math/w_sqrtf.c b/libc/math/w_sqrtf.c
index fc088b622..3c3d2f8df 100644
--- a/libc/math/w_sqrtf.c
+++ b/libc/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/libc/math/w_sqrtl.c b/libc/math/w_sqrtl.c
index 0c446295c..5e18f44c3 100644
--- a/libc/math/w_sqrtl.c
+++ b/libc/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>