diff options
Diffstat (limited to 'stdlib')
135 files changed, 270 insertions, 405 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index f9bba3a55d..efdf8731da 100644 --- a/stdlib/Makefile +++ b/stdlib/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 stdlib routines diff --git a/stdlib/a64l.c b/stdlib/a64l.c index 23faf2744f..cb9487583b 100644 --- a/stdlib/a64l.c +++ b/stdlib/a64l.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 <stdlib.h> diff --git a/stdlib/abort.c b/stdlib/abort.c index 3e517570d7..9f59d228d3 100644 --- a/stdlib/abort.c +++ b/stdlib/abort.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 <bits/libc-lock.h> #include <signal.h> diff --git a/stdlib/abs.c b/stdlib/abs.c index 7a6ad36a1a..2c0d9beac4 100644 --- a/stdlib/abs.c +++ b/stdlib/abs.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/add_n.c b/stdlib/add_n.c index 280e30545a..afb8e09306 100644 --- a/stdlib/add_n.c +++ b/stdlib/add_n.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/addmul_1.c b/stdlib/addmul_1.c index 6ae1e57ad9..8e8342a07f 100644 --- a/stdlib/addmul_1.c +++ b/stdlib/addmul_1.c @@ -18,9 +18,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/alloca.h b/stdlib/alloca.h index 0dd291f1b2..764604c994 100644 --- a/stdlib/alloca.h +++ b/stdlib/alloca.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/>. */ #ifndef _ALLOCA_H #define _ALLOCA_H 1 diff --git a/stdlib/at_quick_exit.c b/stdlib/at_quick_exit.c index 1d37e1c2eb..249e0fc064 100644 --- a/stdlib/at_quick_exit.c +++ b/stdlib/at_quick_exit.c @@ -29,9 +29,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "exit.h" diff --git a/stdlib/atexit.c b/stdlib/atexit.c index 256c5fcfc0..93ef0c4e3f 100644 --- a/stdlib/atexit.c +++ b/stdlib/atexit.c @@ -29,9 +29,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include "exit.h" diff --git a/stdlib/atof.c b/stdlib/atof.c index 2ce3483ef2..79568dd2a7 100644 --- a/stdlib/atof.c +++ b/stdlib/atof.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/atoi.c b/stdlib/atoi.c index 217287586e..994e106131 100644 --- a/stdlib/atoi.c +++ b/stdlib/atoi.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/atol.c b/stdlib/atol.c index ec77f44cb8..d0c5792f11 100644 --- a/stdlib/atol.c +++ b/stdlib/atol.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/atoll.c b/stdlib/atoll.c index f2fdd1abeb..153b588727 100644 --- a/stdlib/atoll.c +++ b/stdlib/atoll.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/bits/monetary-ldbl.h b/stdlib/bits/monetary-ldbl.h index 3e080f93f0..78e2ec5cde 100644 --- a/stdlib/bits/monetary-ldbl.h +++ b/stdlib/bits/monetary-ldbl.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 _MONETARY_H # error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead." diff --git a/stdlib/bits/stdlib-ldbl.h b/stdlib/bits/stdlib-ldbl.h index d48e1f7004..7cb255d594 100644 --- a/stdlib/bits/stdlib-ldbl.h +++ b/stdlib/bits/stdlib-ldbl.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 _STDLIB_H # error "Never include <bits/stdlib-ldbl.h> directly; use <stdlib.h> instead." diff --git a/stdlib/bits/stdlib.h b/stdlib/bits/stdlib.h index e90bc99f9f..43c45a63ab 100644 --- a/stdlib/bits/stdlib.h +++ b/stdlib/bits/stdlib.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 _STDLIB_H # error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead." diff --git a/stdlib/bsearch.c b/stdlib/bsearch.c index 1bc6c4ba43..0c5f72c04d 100644 --- a/stdlib/bsearch.c +++ b/stdlib/bsearch.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/bug-strtod.c b/stdlib/bug-strtod.c index 502dfa0f7b..5bdb6d65f6 100644 --- a/stdlib/bug-strtod.c +++ b/stdlib/bug-strtod.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 <stdio.h> #include <stdlib.h> diff --git a/stdlib/canonicalize.c b/stdlib/canonicalize.c index 67e4d05535..876b482cf9 100644 --- a/stdlib/canonicalize.c +++ b/stdlib/canonicalize.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 <assert.h> #include <stdlib.h> diff --git a/stdlib/cmp.c b/stdlib/cmp.c index e7661702b6..003b9aa236 100644 --- a/stdlib/cmp.c +++ b/stdlib/cmp.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/cxa_at_quick_exit.c b/stdlib/cxa_at_quick_exit.c index 2c6d688462..d9935ded08 100644 --- a/stdlib/cxa_at_quick_exit.c +++ b/stdlib/cxa_at_quick_exit.c @@ -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/>. */ #include <stdlib.h> #include "exit.h" diff --git a/stdlib/cxa_atexit.c b/stdlib/cxa_atexit.c index 767f08e66b..970439829a 100644 --- a/stdlib/cxa_atexit.c +++ b/stdlib/cxa_atexit.c @@ -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/>. */ #include <assert.h> #include <stdlib.h> diff --git a/stdlib/cxa_finalize.c b/stdlib/cxa_finalize.c index 351538a686..d7262a9df4 100644 --- a/stdlib/cxa_finalize.c +++ b/stdlib/cxa_finalize.c @@ -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/>. */ #include <assert.h> #include <stdlib.h> diff --git a/stdlib/dbl2mpn.c b/stdlib/dbl2mpn.c index 4444467946..2556fc584c 100644 --- a/stdlib/dbl2mpn.c +++ b/stdlib/dbl2mpn.c @@ -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/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/div.c b/stdlib/div.c index 5268f4c494..a388080ed2 100644 --- a/stdlib/div.c +++ b/stdlib/div.c @@ -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/>. */ /* * Copyright (c) 1990 Regents of the University of California. diff --git a/stdlib/divmod_1.c b/stdlib/divmod_1.c index 0a8a77e12e..b11fd7bf8c 100644 --- a/stdlib/divmod_1.c +++ b/stdlib/divmod_1.c @@ -21,9 +21,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/divrem.c b/stdlib/divrem.c index c97d01ec17..c0abb4d9fb 100644 --- a/stdlib/divrem.c +++ b/stdlib/divrem.c @@ -16,9 +16,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/drand48-iter.c b/stdlib/drand48-iter.c index 06fb876598..9270aab068 100644 --- a/stdlib/drand48-iter.c +++ b/stdlib/drand48-iter.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 <stdlib.h> diff --git a/stdlib/drand48.c b/stdlib/drand48.c index 06b586f812..9b54e4bc0d 100644 --- a/stdlib/drand48.c +++ b/stdlib/drand48.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 <stdlib.h> diff --git a/stdlib/drand48_r.c b/stdlib/drand48_r.c index 99a2495cd2..936adb5e06 100644 --- a/stdlib/drand48_r.c +++ b/stdlib/drand48_r.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/stdlib/erand48.c b/stdlib/erand48.c index 7ed4e4cab6..d2cf5af967 100644 --- a/stdlib/erand48.c +++ b/stdlib/erand48.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 <stdlib.h> diff --git a/stdlib/erand48_r.c b/stdlib/erand48_r.c index 48b24e34ee..cdd02c9c96 100644 --- a/stdlib/erand48_r.c +++ b/stdlib/erand48_r.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 <ieee754.h> #include <stdlib.h> diff --git a/stdlib/errno.h b/stdlib/errno.h index f33b0c921c..8ba68f5418 100644 --- a/stdlib/errno.h +++ b/stdlib/errno.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 Standard: 7.5 Errors <errno.h> diff --git a/stdlib/exit.c b/stdlib/exit.c index 2235990285..1ad548f7a8 100644 --- a/stdlib/exit.c +++ b/stdlib/exit.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 <stdlib.h> diff --git a/stdlib/exit.h b/stdlib/exit.h index d5013218a6..818c7ac077 100644 --- a/stdlib/exit.h +++ b/stdlib/exit.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 _EXIT_H #define _EXIT_H 1 diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index d187bb21b0..920331793d 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.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 <fmtmsg.h> #include <bits/libc-lock.h> diff --git a/stdlib/fmtmsg.h b/stdlib/fmtmsg.h index da53eb404e..cdec11c612 100644 --- a/stdlib/fmtmsg.h +++ b/stdlib/fmtmsg.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 __FMTMSG_H #define __FMTMSG_H 1 diff --git a/stdlib/fpioconst.c b/stdlib/fpioconst.c index 0e36da65b2..4dd54a940b 100644 --- a/stdlib/fpioconst.c +++ b/stdlib/fpioconst.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 "fpioconst.h" #include <gmp-mparam.h> /* This defines BITS_PER_MP_LIMB. */ diff --git a/stdlib/fpioconst.h b/stdlib/fpioconst.h index 84685bc2ef..5ab19f5bf1 100644 --- a/stdlib/fpioconst.h +++ b/stdlib/fpioconst.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/>. */ #ifndef _FPIOCONST_H #define _FPIOCONST_H diff --git a/stdlib/getcontext.c b/stdlib/getcontext.c index e417575a58..aa65e5ea6d 100644 --- a/stdlib/getcontext.c +++ b/stdlib/getcontext.c @@ -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/>. */ #include <errno.h> #include <ucontext.h> diff --git a/stdlib/getenv.c b/stdlib/getenv.c index 6cdfe2b266..8398dab7d4 100644 --- a/stdlib/getenv.c +++ b/stdlib/getenv.c @@ -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/>. */ #include <endian.h> #include <errno.h> diff --git a/stdlib/getsubopt.c b/stdlib/getsubopt.c index bd4034e7b0..e770c2d847 100644 --- a/stdlib/getsubopt.c +++ b/stdlib/getsubopt.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 <stdlib.h> #include <string.h> diff --git a/stdlib/gmp-impl.h b/stdlib/gmp-impl.h index 984885d056..f6454ee2d0 100644 --- a/stdlib/gmp-impl.h +++ b/stdlib/gmp-impl.h @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ /* When using gcc, make sure to use its builtin alloca. */ #if ! defined (alloca) && defined (__GNUC__) diff --git a/stdlib/gmp.h b/stdlib/gmp.h index cace8be230..c18f0836d0 100644 --- a/stdlib/gmp.h +++ b/stdlib/gmp.h @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #ifndef __GMP_H__ diff --git a/stdlib/grouping.c b/stdlib/grouping.c index 4e01dc3bdd..f50d066c65 100644 --- a/stdlib/grouping.c +++ b/stdlib/grouping.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 <limits.h> #include <stddef.h> diff --git a/stdlib/grouping.h b/stdlib/grouping.h index c0f8d47fba..a0b97f25c6 100644 --- a/stdlib/grouping.h +++ b/stdlib/grouping.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/>. */ /* Find the maximum prefix of the string between BEGIN and END which satisfies the grouping rules. It is assumed that at least one digit diff --git a/stdlib/isomac.c b/stdlib/isomac.c index c0b9ad1db2..4890fabb5b 100644 --- a/stdlib/isomac.c +++ b/stdlib/isomac.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/>. */ /* This is a simple minded program that tries to find illegal macro definitions in system header files. Illegal macro definitions are diff --git a/stdlib/jrand48.c b/stdlib/jrand48.c index 81fa8241ef..af6bf68091 100644 --- a/stdlib/jrand48.c +++ b/stdlib/jrand48.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 <stdlib.h> diff --git a/stdlib/jrand48_r.c b/stdlib/jrand48_r.c index 39e8d090a6..78c57dbaa2 100644 --- a/stdlib/jrand48_r.c +++ b/stdlib/jrand48_r.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 <stdlib.h> diff --git a/stdlib/l64a.c b/stdlib/l64a.c index f3a249fedf..8594bc9075 100644 --- a/stdlib/l64a.c +++ b/stdlib/l64a.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 <stdlib.h> diff --git a/stdlib/labs.c b/stdlib/labs.c index c568e44454..1e1b8ade45 100644 --- a/stdlib/labs.c +++ b/stdlib/labs.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/lcong48.c b/stdlib/lcong48.c index 075494a888..31f403e01c 100644 --- a/stdlib/lcong48.c +++ b/stdlib/lcong48.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 <stdlib.h> diff --git a/stdlib/lcong48_r.c b/stdlib/lcong48_r.c index a9584a5a8c..03ffcd7eb0 100644 --- a/stdlib/lcong48_r.c +++ b/stdlib/lcong48_r.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 <stdint.h> #include <stdlib.h> diff --git a/stdlib/ldiv.c b/stdlib/ldiv.c index a7796d8e95..36681df47e 100644 --- a/stdlib/ldiv.c +++ b/stdlib/ldiv.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/llabs.c b/stdlib/llabs.c index b15c347d32..caa45ebe09 100644 --- a/stdlib/llabs.c +++ b/stdlib/llabs.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 <stdlib.h> diff --git a/stdlib/lldiv.c b/stdlib/lldiv.c index 28a016b744..c7f49d3af3 100644 --- a/stdlib/lldiv.c +++ b/stdlib/lldiv.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 <stdlib.h> diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 60b35a3ac3..6571207621 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -25,9 +25,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* You have to define the following before including this file: diff --git a/stdlib/lrand48.c b/stdlib/lrand48.c index a76d77365c..e38ce91dd2 100644 --- a/stdlib/lrand48.c +++ b/stdlib/lrand48.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 <stdlib.h> diff --git a/stdlib/lrand48_r.c b/stdlib/lrand48_r.c index a3aa48fcda..aa9f205132 100644 --- a/stdlib/lrand48_r.c +++ b/stdlib/lrand48_r.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 <stdlib.h> diff --git a/stdlib/lshift.c b/stdlib/lshift.c index bedf44229f..deb264177a 100644 --- a/stdlib/lshift.c +++ b/stdlib/lshift.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/makecontext.c b/stdlib/makecontext.c index a65868827f..1f08b18c35 100644 --- a/stdlib/makecontext.c +++ b/stdlib/makecontext.c @@ -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/>. */ #include <errno.h> #include <ucontext.h> diff --git a/stdlib/mblen.c b/stdlib/mblen.c index 3cd9cf6909..ede55064b9 100644 --- a/stdlib/mblen.c +++ b/stdlib/mblen.c @@ -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/>. */ #include <stdlib.h> #include <string.h> diff --git a/stdlib/mbstowcs.c b/stdlib/mbstowcs.c index bc5714647f..cb68dbe3a4 100644 --- a/stdlib/mbstowcs.c +++ b/stdlib/mbstowcs.c @@ -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/>. */ #include <stdlib.h> #include <string.h> diff --git a/stdlib/mbtowc.c b/stdlib/mbtowc.c index ee8850bbc1..728cb08557 100644 --- a/stdlib/mbtowc.c +++ b/stdlib/mbtowc.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 <stdlib.h> #include <string.h> diff --git a/stdlib/mod_1.c b/stdlib/mod_1.c index f4cfa6933f..00f338baf1 100644 --- a/stdlib/mod_1.c +++ b/stdlib/mod_1.c @@ -18,9 +18,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/monetary.h b/stdlib/monetary.h index 66a817a62c..4cba754fc3 100644 --- a/stdlib/monetary.h +++ b/stdlib/monetary.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/>. */ #ifndef _MONETARY_H #define _MONETARY_H 1 diff --git a/stdlib/mp_clz_tab.c b/stdlib/mp_clz_tab.c index 2220299e7c..14052a1081 100644 --- a/stdlib/mp_clz_tab.c +++ b/stdlib/mp_clz_tab.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/>. */ #if 0 #include <gmp.h> diff --git a/stdlib/mpn2dbl.c b/stdlib/mpn2dbl.c index 178edbf816..81f7cdd373 100644 --- a/stdlib/mpn2dbl.c +++ b/stdlib/mpn2dbl.c @@ -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/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/mpn2flt.c b/stdlib/mpn2flt.c index 16ec73c174..6d752df3fa 100644 --- a/stdlib/mpn2flt.c +++ b/stdlib/mpn2flt.c @@ -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/>. */ #include "gmp.h" #include "gmp-impl.h" diff --git a/stdlib/mrand48.c b/stdlib/mrand48.c index cb60191110..248781b767 100644 --- a/stdlib/mrand48.c +++ b/stdlib/mrand48.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 <stdlib.h> diff --git a/stdlib/mrand48_r.c b/stdlib/mrand48_r.c index d47bc3732d..725903afb4 100644 --- a/stdlib/mrand48_r.c +++ b/stdlib/mrand48_r.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 <stdlib.h> diff --git a/stdlib/msort.c b/stdlib/msort.c index fc58f0d417..e419734cd6 100644 --- a/stdlib/msort.c +++ b/stdlib/msort.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 <alloca.h> #include <stdint.h> diff --git a/stdlib/mul.c b/stdlib/mul.c index fe0cbf3d7f..cab3e2b134 100644 --- a/stdlib/mul.c +++ b/stdlib/mul.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/mul_1.c b/stdlib/mul_1.c index 686e6c5efe..87ab98189a 100644 --- a/stdlib/mul_1.c +++ b/stdlib/mul_1.c @@ -16,9 +16,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/mul_n.c b/stdlib/mul_n.c index b478c76aba..36876c2473 100644 --- a/stdlib/mul_n.c +++ b/stdlib/mul_n.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/nrand48.c b/stdlib/nrand48.c index 0c6b2707b8..927e7d2553 100644 --- a/stdlib/nrand48.c +++ b/stdlib/nrand48.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 <stdlib.h> diff --git a/stdlib/nrand48_r.c b/stdlib/nrand48_r.c index dbc50bb397..15a9b0c205 100644 --- a/stdlib/nrand48_r.c +++ b/stdlib/nrand48_r.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 <stdlib.h> diff --git a/stdlib/on_exit.c b/stdlib/on_exit.c index 6a99bfa087..19973c3d6e 100644 --- a/stdlib/on_exit.c +++ b/stdlib/on_exit.c @@ -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/>. */ #include <stdlib.h> #include "exit.h" diff --git a/stdlib/putenv.c b/stdlib/putenv.c index d97eb5423a..a9d3146261 100644 --- a/stdlib/putenv.c +++ b/stdlib/putenv.c @@ -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/>. */ #if defined _AIX && !defined __GNUC__ #pragma alloca diff --git a/stdlib/qsort.c b/stdlib/qsort.c index b19e86ece1..2fbe763bd5 100644 --- a/stdlib/qsort.c +++ b/stdlib/qsort.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/>. */ /* If you consider tuning this algorithm, you should consult first: Engineering a sort function; Jon Bentley and M. Douglas McIlroy; diff --git a/stdlib/quick_exit.c b/stdlib/quick_exit.c index d6306240c4..f13b700947 100644 --- a/stdlib/quick_exit.c +++ b/stdlib/quick_exit.c @@ -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/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/stdlib/rand.c b/stdlib/rand.c index d8458da970..92916e833f 100644 --- a/stdlib/rand.c +++ b/stdlib/rand.c @@ -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/>. */ #include <stdlib.h> diff --git a/stdlib/rand_r.c b/stdlib/rand_r.c index 6a35112f2f..28cfacd68c 100644 --- a/stdlib/rand_r.c +++ b/stdlib/rand_r.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 <stdlib.h> diff --git a/stdlib/random.c b/stdlib/random.c index 8a32ee7103..ff6bdd2b5d 100644 --- a/stdlib/random.c +++ b/stdlib/random.c @@ -11,9 +11,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 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 is derived from the Berkeley source: diff --git a/stdlib/random_r.c b/stdlib/random_r.c index 51a2e8c812..a8e211ad4c 100644 --- a/stdlib/random_r.c +++ b/stdlib/random_r.c @@ -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/>. */ /* Copyright (C) 1983 Regents of the University of California. diff --git a/stdlib/rpmatch.c b/stdlib/rpmatch.c index 7714c2f497..31285879ee 100644 --- a/stdlib/rpmatch.c +++ b/stdlib/rpmatch.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 <langinfo.h> #include <stdlib.h> diff --git a/stdlib/rshift.c b/stdlib/rshift.c index 9d0a9c4c0e..13a12be35c 100644 --- a/stdlib/rshift.c +++ b/stdlib/rshift.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/secure-getenv.c b/stdlib/secure-getenv.c index 75a781b3d0..f64759f09b 100644 --- a/stdlib/secure-getenv.c +++ b/stdlib/secure-getenv.c @@ -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/>. */ #include <stdlib.h> #include <unistd.h> diff --git a/stdlib/seed48.c b/stdlib/seed48.c index 7b23d2fba9..9808213eae 100644 --- a/stdlib/seed48.c +++ b/stdlib/seed48.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 <stdlib.h> diff --git a/stdlib/seed48_r.c b/stdlib/seed48_r.c index 4644ff2440..b821d2349d 100644 --- a/stdlib/seed48_r.c +++ b/stdlib/seed48_r.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 <stdlib.h> #include <string.h> diff --git a/stdlib/setcontext.c b/stdlib/setcontext.c index 5841e20317..6a7517c679 100644 --- a/stdlib/setcontext.c +++ b/stdlib/setcontext.c @@ -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/>. */ #include <errno.h> #include <ucontext.h> diff --git a/stdlib/setenv.c b/stdlib/setenv.c index 89644b4884..d1db356a81 100644 --- a/stdlib/setenv.c +++ b/stdlib/setenv.c @@ -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/>. */ #if HAVE_CONFIG_H # include <config.h> diff --git a/stdlib/srand48.c b/stdlib/srand48.c index c8ea919877..ab670ab392 100644 --- a/stdlib/srand48.c +++ b/stdlib/srand48.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 <stdlib.h> diff --git a/stdlib/srand48_r.c b/stdlib/srand48_r.c index 17be9b41e8..a164cee6c2 100644 --- a/stdlib/srand48_r.c +++ b/stdlib/srand48_r.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 <stdlib.h> #include <limits.h> diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 442f77cc2d..d3bd49275c 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.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 Standard: 7.20 General utilities <stdlib.h> diff --git a/stdlib/strfmon.c b/stdlib/strfmon.c index 11ae931d13..5fcd30fecf 100644 --- a/stdlib/strfmon.c +++ b/stdlib/strfmon.c @@ -16,9 +16,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <monetary.h> #include <stdarg.h> diff --git a/stdlib/strfmon_l.c b/stdlib/strfmon_l.c index 7642753cb1..d3e9d71032 100644 --- a/stdlib/strfmon_l.c +++ b/stdlib/strfmon_l.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 <ctype.h> #include <errno.h> diff --git a/stdlib/strtod.c b/stdlib/strtod.c index 0921724dbc..570780cdec 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.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 <stdlib.h> #include <wchar.h> diff --git a/stdlib/strtod_l.c b/stdlib/strtod_l.c index f24d4de73b..93ead7533c 100644 --- a/stdlib/strtod_l.c +++ b/stdlib/strtod_l.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 <xlocale.h> diff --git a/stdlib/strtof.c b/stdlib/strtof.c index b98cb9bfde..390f8b84e7 100644 --- a/stdlib/strtof.c +++ b/stdlib/strtof.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/>. */ /* The actual implementation for all floating point sizes is in strtod.c. These macros tell it to produce the `float' version, `strtof'. */ diff --git a/stdlib/strtof_l.c b/stdlib/strtof_l.c index bbc7611e1e..31e6266103 100644 --- a/stdlib/strtof_l.c +++ b/stdlib/strtof_l.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 <xlocale.h> diff --git a/stdlib/strtol.c b/stdlib/strtol.c index e90c51cc5a..44e2af472d 100644 --- a/stdlib/strtol.c +++ b/stdlib/strtol.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 <stdlib.h> #include <wchar.h> diff --git a/stdlib/strtol_l.c b/stdlib/strtol_l.c index 325c01cac8..784641b292 100644 --- a/stdlib/strtol_l.c +++ b/stdlib/strtol_l.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/>. */ #if HAVE_CONFIG_H diff --git a/stdlib/strtold.c b/stdlib/strtold.c index da9f92797b..1b71a11a99 100644 --- a/stdlib/strtold.c +++ b/stdlib/strtold.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/>. */ /* The actual implementation for all floating point sizes is in strtod.c. These macros tell it to produce the `float' version, `strtof'. */ diff --git a/stdlib/strtold_l.c b/stdlib/strtold_l.c index 2a77707996..6d134a7677 100644 --- a/stdlib/strtold_l.c +++ b/stdlib/strtold_l.c @@ -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/>. */ #include <math.h> #include <stdlib.h> diff --git a/stdlib/strtoll.c b/stdlib/strtoll.c index 60128df781..0b19e18c2a 100644 --- a/stdlib/strtoll.c +++ b/stdlib/strtoll.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 QUAD 1 diff --git a/stdlib/strtoll_l.c b/stdlib/strtoll_l.c index 7725035bd1..5264bb120e 100644 --- a/stdlib/strtoll_l.c +++ b/stdlib/strtoll_l.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/>. */ #define QUAD 1 diff --git a/stdlib/strtoul.c b/stdlib/strtoul.c index 0862950231..93ba452d4b 100644 --- a/stdlib/strtoul.c +++ b/stdlib/strtoul.c @@ -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/>. */ #define UNSIGNED 1 diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c index a8b980f48d..513f6fff6c 100644 --- a/stdlib/strtoul_l.c +++ b/stdlib/strtoul_l.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/>. */ #define UNSIGNED 1 diff --git a/stdlib/strtoull.c b/stdlib/strtoull.c index accf5874a0..c3dfea95d2 100644 --- a/stdlib/strtoull.c +++ b/stdlib/strtoull.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 QUAD 1 diff --git a/stdlib/strtoull_l.c b/stdlib/strtoull_l.c index 68ad0d826e..5a1e005836 100644 --- a/stdlib/strtoull_l.c +++ b/stdlib/strtoull_l.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/>. */ #define QUAD 1 #define UNSIGNED 1 diff --git a/stdlib/sub_n.c b/stdlib/sub_n.c index 987ad91eb1..7e8ca23545 100644 --- a/stdlib/sub_n.c +++ b/stdlib/sub_n.c @@ -15,9 +15,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/submul_1.c b/stdlib/submul_1.c index 3e7163a2a3..9eafe7e00b 100644 --- a/stdlib/submul_1.c +++ b/stdlib/submul_1.c @@ -18,9 +18,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -MA 02111-1307, USA. */ +along with the GNU MP Library; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <gmp.h> #include "gmp-impl.h" diff --git a/stdlib/swapcontext.c b/stdlib/swapcontext.c index 56b73f0d6c..275bc658d3 100644 --- a/stdlib/swapcontext.c +++ b/stdlib/swapcontext.c @@ -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/>. */ #include <errno.h> #include <ucontext.h> diff --git a/stdlib/system.c b/stdlib/system.c index cd12128cd8..b2f7d6d624 100644 --- a/stdlib/system.c +++ b/stdlib/system.c @@ -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/>. */ #include <errno.h> #include <stdlib.h> diff --git a/stdlib/test-a64l.c b/stdlib/test-a64l.c index 2fc10d65e5..2127545a6b 100644 --- a/stdlib/test-a64l.c +++ b/stdlib/test-a64l.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 <stdio.h> #include <stdlib.h> diff --git a/stdlib/test-canon.c b/stdlib/test-canon.c index 9261898795..8fd441d295 100644 --- a/stdlib/test-canon.c +++ b/stdlib/test-canon.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/>. */ /* This file must be run from within a directory called "stdlib". */ diff --git a/stdlib/test-canon2.c b/stdlib/test-canon2.c index f182e95adc..f059050d61 100644 --- a/stdlib/test-canon2.c +++ b/stdlib/test-canon2.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 <string.h> diff --git a/stdlib/testdiv.c b/stdlib/testdiv.c index 65ecc03239..ffc2e17e34 100644 --- a/stdlib/testdiv.c +++ b/stdlib/testdiv.c @@ -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/>. */ #include <stdlib.h> #include <stdio.h> diff --git a/stdlib/testrand.c b/stdlib/testrand.c index 6b1605a79f..f9f8e47be6 100644 --- a/stdlib/testrand.c +++ b/stdlib/testrand.c @@ -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/>. */ #include <stdlib.h> #include <stdio.h> diff --git a/stdlib/tst-bsearch.c b/stdlib/tst-bsearch.c index 8d2fd895fe..057b98ff3d 100644 --- a/stdlib/tst-bsearch.c +++ b/stdlib/tst-bsearch.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 <stdlib.h> diff --git a/stdlib/tst-environ.c b/stdlib/tst-environ.c index 6dd9a40527..5865b86b29 100644 --- a/stdlib/tst-environ.c +++ b/stdlib/tst-environ.c @@ -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/>. */ #include <errno.h> #include <stdio.h> diff --git a/stdlib/tst-fmtmsg.sh b/stdlib/tst-fmtmsg.sh index c8319c1f40..abde254e06 100755 --- a/stdlib/tst-fmtmsg.sh +++ b/stdlib/tst-fmtmsg.sh @@ -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/>. common_objpfx=$1 run_program_prefix=$2 diff --git a/stdlib/tst-makecontext.c b/stdlib/tst-makecontext.c index 00f8f1990e..31859007d0 100644 --- a/stdlib/tst-makecontext.c +++ b/stdlib/tst-makecontext.c @@ -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/>. */ #include <errno.h> #include <stdlib.h> diff --git a/stdlib/tst-makecontext2.c b/stdlib/tst-makecontext2.c index 903ccf6f87..2643ba6405 100644 --- a/stdlib/tst-makecontext2.c +++ b/stdlib/tst-makecontext2.c @@ -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/>. */ #include <errno.h> #include <stdlib.h> diff --git a/stdlib/tst-makecontext3.c b/stdlib/tst-makecontext3.c index a44169ae36..f77548a869 100644 --- a/stdlib/tst-makecontext3.c +++ b/stdlib/tst-makecontext3.c @@ -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, 51 Franklin Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <errno.h> #include <stdio.h> diff --git a/stdlib/tst-random2.c b/stdlib/tst-random2.c index aa1b89d905..1c63860272 100644 --- a/stdlib/tst-random2.c +++ b/stdlib/tst-random2.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 <stdio.h> #include <stdlib.h> diff --git a/stdlib/tst-setcontext.c b/stdlib/tst-setcontext.c index 9a6d79ba9d..5b012b98e1 100644 --- a/stdlib/tst-setcontext.c +++ b/stdlib/tst-setcontext.c @@ -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/>. */ #include <errno.h> #include <stdio.h> diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index 1cb9a5cb0e..9be7835e7f 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -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/>. */ #include <ctype.h> #include <locale.h> diff --git a/stdlib/tst-system.c b/stdlib/tst-system.c index e6121c412c..9662890ef3 100644 --- a/stdlib/tst-system.c +++ b/stdlib/tst-system.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 <stdlib.h> diff --git a/stdlib/tst-xpg-basename.c b/stdlib/tst-xpg-basename.c index 38f995ecb0..61ca94e4a3 100644 --- a/stdlib/tst-xpg-basename.c +++ b/stdlib/tst-xpg-basename.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 <libgen.h> #include <stdio.h> diff --git a/stdlib/ucontext.h b/stdlib/ucontext.h index e5c12e8acf..58595e2936 100644 --- a/stdlib/ucontext.h +++ b/stdlib/ucontext.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/>. */ /* System V ABI compliant user-level context switching support. */ diff --git a/stdlib/wcstombs.c b/stdlib/wcstombs.c index e25b6b30fb..2d25e552ab 100644 --- a/stdlib/wcstombs.c +++ b/stdlib/wcstombs.c @@ -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/>. */ #include <stdlib.h> #include <string.h> diff --git a/stdlib/wctomb.c b/stdlib/wctomb.c index 3ba8a3e2a7..33a7086d69 100644 --- a/stdlib/wctomb.c +++ b/stdlib/wctomb.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 <stdlib.h> #include <string.h> diff --git a/stdlib/xpg_basename.c b/stdlib/xpg_basename.c index cc1a1ab8e5..0bdb423206 100644 --- a/stdlib/xpg_basename.c +++ b/stdlib/xpg_basename.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 <string.h> #include <libgen.h> |