aboutsummaryrefslogtreecommitdiff
path: root/inet
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 /inet
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 'inet')
-rw-r--r--inet/Makefile16
-rw-r--r--inet/aliases.h16
-rw-r--r--inet/arpa/inet.h16
-rw-r--r--inet/ether_aton.c16
-rw-r--r--inet/ether_aton_r.c16
-rw-r--r--inet/ether_hton.c16
-rw-r--r--inet/ether_line.c16
-rw-r--r--inet/ether_ntoa.c16
-rw-r--r--inet/ether_ntoa_r.c16
-rw-r--r--inet/ether_ntoh.c16
-rw-r--r--inet/getaliasent.c16
-rw-r--r--inet/getaliasent_r.c16
-rw-r--r--inet/getaliasname.c16
-rw-r--r--inet/getaliasname_r.c16
-rw-r--r--inet/gethstbyad.c16
-rw-r--r--inet/gethstbyad_r.c16
-rw-r--r--inet/gethstbynm.c16
-rw-r--r--inet/gethstbynm2.c16
-rw-r--r--inet/gethstbynm2_r.c16
-rw-r--r--inet/gethstbynm_r.c16
-rw-r--r--inet/gethstent.c16
-rw-r--r--inet/gethstent_r.c16
-rw-r--r--inet/getnetbyad.c16
-rw-r--r--inet/getnetbyad_r.c16
-rw-r--r--inet/getnetbynm.c16
-rw-r--r--inet/getnetbynm_r.c16
-rw-r--r--inet/getnetent.c16
-rw-r--r--inet/getnetent_r.c16
-rw-r--r--inet/getnetgrent.c16
-rw-r--r--inet/getnetgrent_r.c16
-rw-r--r--inet/getproto.c16
-rw-r--r--inet/getproto_r.c16
-rw-r--r--inet/getprtent.c16
-rw-r--r--inet/getprtent_r.c16
-rw-r--r--inet/getprtname.c16
-rw-r--r--inet/getprtname_r.c16
-rw-r--r--inet/getrpcbyname.c16
-rw-r--r--inet/getrpcbyname_r.c16
-rw-r--r--inet/getrpcbynumber.c16
-rw-r--r--inet/getrpcbynumber_r.c16
-rw-r--r--inet/getrpcent.c16
-rw-r--r--inet/getrpcent_r.c16
-rw-r--r--inet/getservent.c16
-rw-r--r--inet/getservent_r.c16
-rw-r--r--inet/getsrvbynm.c16
-rw-r--r--inet/getsrvbynm_r.c16
-rw-r--r--inet/getsrvbypt.c16
-rw-r--r--inet/getsrvbypt_r.c16
-rw-r--r--inet/herrno.c16
-rw-r--r--inet/htontest.c16
-rw-r--r--inet/in6_addr.c16
-rw-r--r--inet/inet_ntoa.c16
-rw-r--r--inet/netgroup.h16
-rw-r--r--inet/netinet/ether.h16
-rw-r--r--inet/netinet/icmp6.h16
-rw-r--r--inet/netinet/in.h16
-rw-r--r--inet/netinet/ip6.h16
-rw-r--r--inet/test_ifindex.c16
-rw-r--r--inet/tst-network.c16
59 files changed, 472 insertions, 472 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 240004ac83..ab922db4b6 100644
--- a/inet/Makefile
+++ b/inet/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.
#
# Sub-makefile for inet portion of the library.
diff --git a/inet/aliases.h b/inet/aliases.h
index b050514143..58dd8f0fc5 100644
--- a/inet/aliases.h
+++ b/inet/aliases.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 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. */
#ifndef _ALIASES_H
#define _ALIASES_H 1
diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h
index 945342531e..30af9757dc 100644
--- a/inet/arpa/inet.h
+++ b/inet/arpa/inet.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 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. */
#ifndef _ARPA_INET_H
#define _ARPA_INET_H 1
diff --git a/inet/ether_aton.c b/inet/ether_aton.c
index 4c80ec6bb8..071f329a6b 100644
--- a/inet/ether_aton.c
+++ b/inet/ether_aton.c
@@ -3,19 +3,19 @@
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
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 <netinet/ether.h>
diff --git a/inet/ether_aton_r.c b/inet/ether_aton_r.c
index 5ca21e8a1f..b2dadd207e 100644
--- a/inet/ether_aton_r.c
+++ b/inet/ether_aton_r.c
@@ -3,19 +3,19 @@
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
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 <ctype.h>
#include <stdlib.h>
diff --git a/inet/ether_hton.c b/inet/ether_hton.c
index 66ec866780..43c16e2e62 100644
--- a/inet/ether_hton.c
+++ b/inet/ether_hton.c
@@ -3,19 +3,19 @@
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
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 <errno.h>
#include <netinet/ether.h>
diff --git a/inet/ether_line.c b/inet/ether_line.c
index 0911499c13..d9ad918905 100644
--- a/inet/ether_line.c
+++ b/inet/ether_line.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 ha