aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 04:58:11 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 04:58:11 +0000
commit41bdb6e20c5d2df34a740cbd70e11c05025dfd12 (patch)
tree2aafffdb44e5cac1deb62c308e3352a05e548488 /stdlib
parente2008c38b4561c8423a8984825666d690d7941fa (diff)
downloadglibc-41bdb6e20c5d2df34a740cbd70e11c05025dfd12.tar.xz
glibc-41bdb6e20c5d2df34a740cbd70e11c05025dfd12.zip
Update to LGPL v2.1.
2001-07-06 Paul Eggert <eggert@twinsun.com> * manual/argp.texi: Remove ignored LGPL copyright notice; it's not appropriate for documentation anyway. * manual/libc-texinfo.sh: "Library General Public License" -> "Lesser General Public License". 2001-07-06 Andreas Jaeger <aj@suse.de> * All files under GPL/LGPL version 2: Place under LGPL version 2.1.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile16
-rw-r--r--stdlib/a64l.c16
-rw-r--r--stdlib/abs.c16
-rw-r--r--stdlib/alloca.h16
-rw-r--r--stdlib/atexit.c16
-rw-r--r--stdlib/atof.c16
-rw-r--r--stdlib/atoi.c16
-rw-r--r--stdlib/atol.c16
-rw-r--r--stdlib/atoll.c16
-rw-r--r--stdlib/bsearch.c16
-rw-r--r--stdlib/bug-strtod.c16
-rw-r--r--stdlib/canonicalize.c16
-rw-r--r--stdlib/cxa_atexit.c16
-rw-r--r--stdlib/cxa_finalize.c16
-rw-r--r--stdlib/drand48-iter.c16
-rw-r--r--stdlib/drand48.c16
-rw-r--r--stdlib/drand48_r.c16
-rw-r--r--stdlib/erand48.c16
-rw-r--r--stdlib/erand48_r.c16
-rw-r--r--stdlib/exit.c16
-rw-r--r--stdlib/exit.h16
-rw-r--r--stdlib/fmtmsg.c16
-rw-r--r--stdlib/fmtmsg.h16
-rw-r--r--stdlib/fpioconst.c16
-rw-r--r--stdlib/fpioconst.h16
-rw-r--r--stdlib/getsubopt.c16
-rw-r--r--stdlib/grouping.h17
-rw-r--r--stdlib/isomac.c26
-rw-r--r--stdlib/jrand48.c16
-rw-r--r--stdlib/jrand48_r.c16
-rw-r--r--stdlib/l64a.c16
-rw-r--r--stdlib/lcong48.c16
-rw-r--r--stdlib/lcong48_r.c16
-rw-r--r--stdlib/longlong.h23
-rw-r--r--stdlib/lrand48.c16
-rw-r--r--stdlib/lrand48_r.c16
-rw-r--r--stdlib/mblen.c16
-rw-r--r--stdlib/mbstowcs.c16
-rw-r--r--stdlib/mbtowc.c16
-rw-r--r--stdlib/monetary.h16
-rw-r--r--stdlib/mp_clz_tab.c17
-rw-r--r--stdlib/mrand48.c16
-rw-r--r--stdlib/mrand48_r.c16
-rw-r--r--stdlib/msort.c16
-rw-r--r--stdlib/nrand48.c16
-rw-r--r--stdlib/nrand48_r.c16
-rw-r--r--stdlib/on_exit.c16
-rw-r--r--stdlib/qsort.c16
-rw-r--r--stdlib/rand.c16
-rw-r--r--stdlib/rand_r.c16
-rw-r--r--stdlib/rpmatch.c16
-rw-r--r--stdlib/secure-getenv.c16
-rw-r--r--stdlib/seed48.c16
-rw-r--r--stdlib/seed48_r.c16
-rw-r--r--stdlib/srand48.c16
-rw-r--r--stdlib/srand48_r.c16
-rw-r--r--stdlib/stdlib.h16
-rw-r--r--stdlib/strfmon.c16
-rw-r--r--stdlib/strfmon_l.c16
-rw-r--r--stdlib/strtod.c16
-rw-r--r--stdlib/strtod_l.c16
-rw-r--r--stdlib/strtof_l.c16
-rw-r--r--stdlib/strtold_l.c16
-rw-r--r--stdlib/test-canon.c16
-rw-r--r--stdlib/test-canon2.c17
-rw-r--r--stdlib/testdiv.c16
-rw-r--r--stdlib/testrand.c16
-rw-r--r--stdlib/tst-bsearch.c16
-rw-r--r--stdlib/tst-environ.c16
-rwxr-xr-xstdlib/tst-fmtmsg.sh21
-rw-r--r--stdlib/tst-setcontext.c16
-rw-r--r--stdlib/tst-strtod.c16
-rw-r--r--stdlib/tst-xpg-basename.c16
-rw-r--r--stdlib/ucontext.h16
-rw-r--r--stdlib/wcstombs.c16
-rw-r--r--stdlib/wctomb.c16
-rw-r--r--stdlib/xpg_basename.c16
77 files changed, 630 insertions, 627 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 301e2d22f3..c7493cdac1 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -2,19 +2,19 @@
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Library General Public License as
-# published by the Free Software Foundation; either version 2 of the
-# License, or (at your option) any later version.
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
# The GNU C Library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Library General Public License for more details.
+# Lesser General Public License for more details.
-# You should have received a copy of the GNU Library General Public
-# License along with the GNU C 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.
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNU C Library; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
#
# Makefile for stdlib routines
diff --git a/stdlib/a64l.c b/stdlib/a64l.c
index a29c712e7d..036e552f7f 100644
--- a/stdlib/a64l.c
+++ b/stdlib/a64l.c
@@ -3,19 +3,19 @@
Contributed by Ulrich Drepper <drepper@gnu.org>, August 1995.
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C 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. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include <stdlib.h>
diff --git a/stdlib/abs.c b/stdlib/abs.c
index 54de8063de..7a6ad36a1a 100644
--- a/stdlib/abs.c
+++ b/stdlib/abs.c
@@ -2,19 +2,19 @@
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along with the GNU C 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. */
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
#include <stdlib.h>
diff --git a/stdlib/alloca.h b/stdlib/alloca.h
index 374f6bb9f6..0dd291f1b2 100644
--- a/stdlib/alloca.h
+++ b/stdlib/alloca.h
@@ -2,19 +2,19 @@
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
+ Lesser General Public License for more details.
- You should have received a copy of the GNU Library General Public
- License along w