aboutsummaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-09 23:18:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-09 23:18:22 +0000
commit59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 (patch)
tree69edda6ebdfd8fe5d83991ab44723e07f6366420 /inet
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
downloadglibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.tar.xz
glibc-59ba27a63ada3f46b71ec99a314dfac5a38ad6d2.zip
Replace FSF snail mail address with URLs.
Diffstat (limited to 'inet')
-rw-r--r--inet/Makefile5
-rw-r--r--inet/aliases.h5
-rw-r--r--inet/arpa/inet.h5
-rw-r--r--inet/bug-if1.c5
-rw-r--r--inet/check_pf.c5
-rw-r--r--inet/ether_aton.c5
-rw-r--r--inet/ether_aton_r.c5
-rw-r--r--inet/ether_hton.c5
-rw-r--r--inet/ether_line.c5
-rw-r--r--inet/ether_ntoa.c5
-rw-r--r--inet/ether_ntoa_r.c5
-rw-r--r--inet/ether_ntoh.c5
-rw-r--r--inet/getaliasent.c5
-rw-r--r--inet/getaliasent_r.c5
-rw-r--r--inet/getaliasname.c5
-rw-r--r--inet/getaliasname_r.c5
-rw-r--r--inet/gethstbyad.c5
-rw-r--r--inet/gethstbyad_r.c5
-rw-r--r--inet/gethstbynm.c5
-rw-r--r--inet/gethstbynm2.c5
-rw-r--r--inet/gethstbynm2_r.c5
-rw-r--r--inet/gethstbynm_r.c5
-rw-r--r--inet/gethstent.c5
-rw-r--r--inet/gethstent_r.c5
-rw-r--r--inet/getipv4sourcefilter.c5
-rw-r--r--inet/getnetbyad.c5
-rw-r--r--inet/getnetbyad_r.c5
-rw-r--r--inet/getnetbynm.c5
-rw-r--r--inet/getnetbynm_r.c5
-rw-r--r--inet/getnetent.c5
-rw-r--r--inet/getnetent_r.c5
-rw-r--r--inet/getnetgrent.c5
-rw-r--r--inet/getnetgrent_r.c5
-rw-r--r--inet/getproto.c5
-rw-r--r--inet/getproto_r.c5
-rw-r--r--inet/getprtent.c5
-rw-r--r--inet/getprtent_r.c5
-rw-r--r--inet/getprtname.c5
-rw-r--r--inet/getprtname_r.c5
-rw-r--r--inet/getrpcbyname.c5
-rw-r--r--inet/getrpcbyname_r.c5
-rw-r--r--inet/getrpcbynumber.c5
-rw-r--r--inet/getrpcbynumber_r.c5
-rw-r--r--inet/getrpcent.c5
-rw-r--r--inet/getrpcent_r.c5
-rw-r--r--inet/getservent.c5
-rw-r--r--inet/getservent_r.c5
-rw-r--r--inet/getsourcefilter.c5
-rw-r--r--inet/getsrvbynm.c5
-rw-r--r--inet/getsrvbynm_r.c5
-rw-r--r--inet/getsrvbypt.c5
-rw-r--r--inet/getsrvbypt_r.c5
-rw-r--r--inet/herrno-loc.c5
-rw-r--r--inet/herrno.c5
-rw-r--r--inet/htonl.c5
-rw-r--r--inet/htons.c5
-rw-r--r--inet/htontest.c5
-rw-r--r--inet/if_index.c5
-rw-r--r--inet/ifaddrs.c5
-rw-r--r--inet/ifaddrs.h5
-rw-r--r--inet/ifreq.c5
-rw-r--r--inet/in6_addr.c5
-rw-r--r--inet/inet6_opt.c5
-rw-r--r--inet/inet6_option.c5
-rw-r--r--inet/inet6_rth.c5
-rw-r--r--inet/inet_ntoa.c5
-rw-r--r--inet/netgroup.h5
-rw-r--r--inet/netinet/ether.h5
-rw-r--r--inet/netinet/icmp6.h5
-rw-r--r--inet/netinet/igmp.h5
-rw-r--r--inet/netinet/in.h5
-rw-r--r--inet/netinet/ip6.h5
-rw-r--r--inet/setipv4sourcefilter.c5
-rw-r--r--inet/setsourcefilter.c5
-rw-r--r--inet/test-ifaddrs.c5
-rw-r--r--inet/test_ifindex.c5
-rw-r--r--inet/tst-network.c5
77 files changed, 154 insertions, 231 deletions
diff --git a/inet/Makefile b/inet/Makefile
index 12d573fa06..1e67cdf643 100644
--- a/inet/Makefile
+++ b/inet/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/>.
#
# Sub-makefile for inet portion of the library.
diff --git a/inet/aliases.h b/inet/aliases.h
index 073b1ada2a..3646a7e40c 100644
--- a/inet/aliases.h
+++ b/inet/aliases.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 _ALIASES_H
#define _ALIASES_H 1
diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h
index 0a0179faa2..ba1354de7d 100644
--- a/inet/arpa/inet.h
+++ b/inet/arpa/inet.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 _ARPA_INET_H
#define _ARPA_INET_H 1
diff --git a/inet/bug-if1.c b/inet/bug-if1.c
index 6bcd175ebc..ea84a68501 100644
--- a/inet/bug-if1.c
+++ b/inet/bug-if1.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 <limits.h>
diff --git a/inet/check_pf.c b/inet/check_pf.c
index 0fa34ccbbd..f95073f96b 100644
--- a/inet/check_pf.c
+++ b/inet/check_pf.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 <ifaddrs.h>
#include <netdb.h>
diff --git a/inet/ether_aton.c b/inet/ether_aton.c
index 071f329a6b..f510dda59e 100644
--- a/inet/ether_aton.c
+++ b/inet/ether_aton.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 <netinet/ether.h>
diff --git a/inet/ether_aton_r.c b/inet/ether_aton_r.c
index 1e9f15a124..6c3b2be606 100644
--- a/inet/ether_aton_r.c
+++ b/inet/ether_aton_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 <ctype.h>
#include <stdlib.h>
diff --git a/inet/ether_hton.c b/inet/ether_hton.c
index 2bff47d472..e0b9392e9c 100644
--- a/inet/ether_hton.c
+++ b/inet/ether_hton.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 <netinet/ether.h>
diff --git a/inet/ether_line.c b/inet/ether_line.c
index 21a4c55679..b90bdebbe2 100644
--- a/inet/ether_line.c
+++ b/inet/ether_line.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