aboutsummaryrefslogtreecommitdiff
path: root/hurd
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 /hurd
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 'hurd')
-rw-r--r--hurd/Makefile16
-rw-r--r--hurd/alloc-fd.c16
-rw-r--r--hurd/catch-exc.c16
-rw-r--r--hurd/catch-signal.c16
-rw-r--r--hurd/compat-20.c16
-rw-r--r--hurd/ctty-input.c16
-rw-r--r--hurd/ctty-output.c16
-rw-r--r--hurd/dtable.c16
-rw-r--r--hurd/fchroot.c16
-rw-r--r--hurd/fd-close.c16
-rw-r--r--hurd/fd-read.c16
-rw-r--r--hurd/fd-write.c16
-rw-r--r--hurd/fopenport.c16
-rw-r--r--hurd/get-host.c16
-rw-r--r--hurd/getdport.c16
-rw-r--r--hurd/geteuids.c16
-rw-r--r--hurd/getumask.c16
-rw-r--r--hurd/hurd-raise.c16
-rw-r--r--hurd/hurd.h16
-rw-r--r--hurd/hurd/fd.h16
-rw-r--r--hurd/hurd/id.h16
-rw-r--r--hurd/hurd/ioctl.h16
-rw-r--r--hurd/hurd/lookup.h16
-rw-r--r--hurd/hurd/port.h16
-rw-r--r--hurd/hurd/resource.h16
-rw-r--r--hurd/hurd/signal.h16
-rw-r--r--hurd/hurd/sigpreempt.h16
-rw-r--r--hurd/hurd/threadvar.h16
-rw-r--r--hurd/hurd/userlink.h16
-rw-r--r--hurd/hurdauth.c16
-rw-r--r--hurd/hurdchdir.c16
-rw-r--r--hurd/hurdexec.c16
-rw-r--r--hurd/hurdfault.c16
-rw-r--r--hurd/hurdfault.h16
-rw-r--r--hurd/hurdfchdir.c16
-rw-r--r--hurd/hurdhost.h16
-rw-r--r--hurd/hurdid.c16
-rw-r--r--hurd/hurdinit.c16
-rw-r--r--hurd/hurdioctl.c16
-rw-r--r--hurd/hurdkill.c16
-rw-r--r--hurd/hurdlookup.c16
-rw-r--r--hurd/hurdmsg.c16
-rw-r--r--hurd/hurdpid.c16
-rw-r--r--hurd/hurdports.c16
-rw-r--r--hurd/hurdprio.c16
-rw-r--r--hurd/hurdrlimit.c16
-rw-r--r--hurd/hurdselect.c16
-rw-r--r--hurd/hurdsig.c16
-rw-r--r--hurd/hurdsock.c16
-rw-r--r--hurd/hurdstartup.c16
-rw-r--r--hurd/hurdstartup.h16
-rw-r--r--hurd/intern-fd.c16
-rw-r--r--hurd/intr-msg.c16
-rw-r--r--hurd/intr-rpc.defs16
-rw-r--r--hurd/intr-rpc.h16
-rw-r--r--hurd/lookup-retry.c16
-rw-r--r--hurd/msgportdemux.c16
-rw-r--r--hurd/new-fd.c16
-rw-r--r--hurd/openport.c16
-rw-r--r--hurd/path-lookup.c16
-rw-r--r--hurd/pid2task.c16
-rw-r--r--hurd/port-cleanup.c16
-rw-r--r--hurd/port2fd.c16
-rw-r--r--hurd/ports-get.c16
-rw-r--r--hurd/ports-set.c16
-rw-r--r--hurd/preempt-sig.c16
-rw-r--r--hurd/privports.c16
-rw-r--r--hurd/report-wait.c16
-rw-r--r--hurd/set-host.c16
-rw-r--r--hurd/setauth.c16
-rw-r--r--hurd/seteuids.c16
-rw-r--r--hurd/siginfo.c16
-rw-r--r--hurd/sigunwind.c16
-rw-r--r--hurd/task2pid.c16
-rw-r--r--hurd/thread-cancel.c16
-rw-r--r--hurd/thread-self.c16
-rw-r--r--hurd/vpprintf.c16
77 files changed, 616 insertions, 616 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 35dd3173b3..dbe3ee33ef 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -3,19 +3,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.
subdir := hurd
diff --git a/hurd/alloc-fd.c b/hurd/alloc-fd.c
index 16b0da7fd6..58eea52917 100644
--- a/hurd/alloc-fd.c
+++ b/hurd/alloc-fd.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 <hurd.h>
#include <hurd/fd.h>
diff --git a/hurd/catch-exc.c b/hurd/catch-exc.c
index dc004287a7..9eef252df1 100644
--- a/hurd/catch-exc.c
+++ b/hurd/catch-exc.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 <mach/exc_server.h>
#include <hurd/signal.h>
diff