From 59ba27a63ada3f46b71ec99a314dfac5a38ad6d2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Feb 2012 23:18:22 +0000 Subject: Replace FSF snail mail address with URLs. --- inet/Makefile | 5 ++--- inet/aliases.h | 5 ++--- inet/arpa/inet.h | 5 ++--- inet/bug-if1.c | 5 ++--- inet/check_pf.c | 5 ++--- inet/ether_aton.c | 5 ++--- inet/ether_aton_r.c | 5 ++--- inet/ether_hton.c | 5 ++--- inet/ether_line.c | 5 ++--- inet/ether_ntoa.c | 5 ++--- inet/ether_ntoa_r.c | 5 ++--- inet/ether_ntoh.c | 5 ++--- inet/getaliasent.c | 5 ++--- inet/getaliasent_r.c | 5 ++--- inet/getaliasname.c | 5 ++--- inet/getaliasname_r.c | 5 ++--- inet/gethstbyad.c | 5 ++--- inet/gethstbyad_r.c | 5 ++--- inet/gethstbynm.c | 5 ++--- inet/gethstbynm2.c | 5 ++--- inet/gethstbynm2_r.c | 5 ++--- inet/gethstbynm_r.c | 5 ++--- inet/gethstent.c | 5 ++--- inet/gethstent_r.c | 5 ++--- inet/getipv4sourcefilter.c | 5 ++--- inet/getnetbyad.c | 5 ++--- inet/getnetbyad_r.c | 5 ++--- inet/getnetbynm.c | 5 ++--- inet/getnetbynm_r.c | 5 ++--- inet/getnetent.c | 5 ++--- inet/getnetent_r.c | 5 ++--- inet/getnetgrent.c | 5 ++--- inet/getnetgrent_r.c | 5 ++--- inet/getproto.c | 5 ++--- inet/getproto_r.c | 5 ++--- inet/getprtent.c | 5 ++--- inet/getprtent_r.c | 5 ++--- inet/getprtname.c | 5 ++--- inet/getprtname_r.c | 5 ++--- inet/getrpcbyname.c | 5 ++--- inet/getrpcbyname_r.c | 5 ++--- inet/getrpcbynumber.c | 5 ++--- inet/getrpcbynumber_r.c | 5 ++--- inet/getrpcent.c | 5 ++--- inet/getrpcent_r.c | 5 ++--- inet/getservent.c | 5 ++--- inet/getservent_r.c | 5 ++--- inet/getsourcefilter.c | 5 ++--- inet/getsrvbynm.c | 5 ++--- inet/getsrvbynm_r.c | 5 ++--- inet/getsrvbypt.c | 5 ++--- inet/getsrvbypt_r.c | 5 ++--- inet/herrno-loc.c | 5 ++--- inet/herrno.c | 5 ++--- inet/htonl.c | 5 ++--- inet/htons.c | 5 ++--- inet/htontest.c | 5 ++--- inet/if_index.c | 5 ++--- inet/ifaddrs.c | 5 ++--- inet/ifaddrs.h | 5 ++--- inet/ifreq.c | 5 ++--- inet/in6_addr.c | 5 ++--- inet/inet6_opt.c | 5 ++--- inet/inet6_option.c | 5 ++--- inet/inet6_rth.c | 5 ++--- inet/inet_ntoa.c | 5 ++--- inet/netgroup.h | 5 ++--- inet/netinet/ether.h | 5 ++--- inet/netinet/icmp6.h | 5 ++--- inet/netinet/igmp.h | 5 ++--- inet/netinet/in.h | 5 ++--- inet/netinet/ip6.h | 5 ++--- inet/setipv4sourcefilter.c | 5 ++--- inet/setsourcefilter.c | 5 ++--- inet/test-ifaddrs.c | 5 ++--- inet/test_ifindex.c | 5 ++--- inet/tst-network.c | 5 ++--- 77 files changed, 154 insertions(+), 231 deletions(-) (limited to 'inet') diff --git a/inet/Makefile b/inet/Makefile index 12d573f..1e67cdf 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 +# . # # Sub-makefile for inet portion of the library. diff --git a/inet/aliases.h b/inet/aliases.h index 073b1ad..3646a7e 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 + . */ #ifndef _ALIASES_H #define _ALIASES_H 1 diff --git a/inet/arpa/inet.h b/inet/arpa/inet.h index 0a0179f..ba1354d 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 + . */ #ifndef _ARPA_INET_H #define _ARPA_INET_H 1 diff --git a/inet/bug-if1.c b/inet/bug-if1.c index 6bcd175..ea84a68 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 + . */ #include #include diff --git a/inet/check_pf.c b/inet/check_pf.c index 0fa34cc..f95073f 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 + . */ #include #include diff --git a/inet/ether_aton.c b/inet/ether_aton.c index 071f329..f510dda 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 + . */ #include diff --git a/inet/ether_aton_r.c b/inet/ether_aton_r.c index 1e9f15a..6c3b2be 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 + . */ #include #include diff --git a/inet/ether_hton.c b/inet/ether_hton.c index 2bff47d..e0b9392 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 + . */ #include #include diff --git a/inet/ether_line.c b/inet/ether_line.c index 21a4c55..b90bdeb 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; 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 + . */ #include #include diff --git a/inet/ether_ntoa.c b/inet/ether_ntoa.c index 815aebe..646702f 100644 --- a/inet/ether_ntoa.c +++ b/inet/ether_ntoa.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 + . */ #include #include diff --git a/inet/ether_ntoa_r.c b/inet/ether_ntoa_r.c index c5f347c..5cd5f9f 100644 --- a/inet/ether_ntoa_r.c +++ b/inet/ether_ntoa_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 + . */ #include #include diff --git a/inet/ether_ntoh.c b/inet/ether_ntoh.c index 9bc26b9..198e92b 100644 --- a/inet/ether_ntoh.c +++ b/inet/ether_ntoh.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 + . */ #include #include diff --git a/inet/getaliasent.c b/inet/getaliasent.c index 106ef5f..12173db 100644 --- a/inet/getaliasent.c +++ b/inet/getaliasent.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 + . */ #include diff --git a/inet/getaliasent_r.c b/inet/getaliasent_r.c index c7d9ba9..702d31d 100644 --- a/inet/getaliasent_r.c +++ b/inet/getaliasent_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 + . */ #include diff --git a/inet/getaliasname.c b/inet/getaliasname.c index aa09fa5..e744c90 100644 --- a/inet/getaliasname.c +++ b/inet/getaliasname.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 + . */ #include diff --git a/inet/getaliasname_r.c b/inet/getaliasname_r.c index c22b471..5b21bec 100644 --- a/inet/getaliasname_r.c +++ b/inet/getaliasname_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 + . */ #include diff --git a/inet/gethstbyad.c b/inet/gethstbyad.c index f2f8bd8..92eca01 100644 --- a/inet/gethstbyad.c +++ b/inet/gethstbyad.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 + . */ #include diff --git a/inet/gethstbyad_r.c b/inet/gethstbyad_r.c index b1f0f49..d8e4988 100644 --- a/inet/gethstbyad_r.c +++ b/inet/gethstbyad_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 + . */ #include #include diff --git a/inet/gethstbynm.c b/inet/gethstbynm.c index f37357a..b3cf560 100644 --- a/inet/gethstbynm.c +++ b/inet/gethstbynm.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 + . */ #include #include diff --git a/inet/gethstbynm2.c b/inet/gethstbynm2.c index 4aba7d6..5b2a67e 100644 --- a/inet/gethstbynm2.c +++ b/inet/gethstbynm2.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 + . */ #include #include diff --git a/inet/gethstbynm2_r.c b/inet/gethstbynm2_r.c index de33dfc..48e4946 100644 --- a/inet/gethstbynm2_r.c +++ b/inet/gethstbynm2_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 + . */ #include #include diff --git a/inet/gethstbynm_r.c b/inet/gethstbynm_r.c index 16cc194..49e7028 100644 --- a/inet/gethstbynm_r.c +++ b/inet/gethstbynm_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 + . */ #include #include diff --git a/inet/gethstent.c b/inet/gethstent.c index 4db4d51..8aa5d49 100644 --- a/inet/gethstent.c +++ b/inet/gethstent.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 + . */ #include diff --git a/inet/gethstent_r.c b/inet/gethstent_r.c index 943cf04..9c9b286 100644 --- a/inet/gethstent_r.c +++ b/inet/gethstent_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 + . */ #include diff --git a/inet/getipv4sourcefilter.c b/inet/getipv4sourcefilter.c index e956977..f44755b 100644 --- a/inet/getipv4sourcefilter.c +++ b/inet/getipv4sourcefilter.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 + . */ #include #include diff --git a/inet/getnetbyad.c b/inet/getnetbyad.c index e9917c6..4d0aab4 100644 --- a/inet/getnetbyad.c +++ b/inet/getnetbyad.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 + . */ #include #include diff --git a/inet/getnetbyad_r.c b/inet/getnetbyad_r.c index 7b51c90..9c1b200 100644 --- a/inet/getnetbyad_r.c +++ b/inet/getnetbyad_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 + . */ #include #include diff --git a/inet/getnetbynm.c b/inet/getnetbynm.c index 825c0bf..cf9a2d1 100644 --- a/inet/getnetbynm.c +++ b/inet/getnetbynm.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 + . */ #include diff --git a/inet/getnetbynm_r.c b/inet/getnetbynm_r.c index f5b51d0..1cf5bfa 100644 --- a/inet/getnetbynm_r.c +++ b/inet/getnetbynm_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 + . */ #include diff --git a/inet/getnetent.c b/inet/getnetent.c index 151aa74..09f1158 100644 --- a/inet/getnetent.c +++ b/inet/getnetent.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 + . */ #include diff --git a/inet/getnetent_r.c b/inet/getnetent_r.c index afb36ba..e46f441 100644 --- a/inet/getnetent_r.c +++ b/inet/getnetent_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 + . */ #include diff --git a/inet/getnetgrent.c b/inet/getnetgrent.c index 07634da..79949c7 100644 --- a/inet/getnetgrent.c +++ b/inet/getnetgrent.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 + . */ #include #include diff --git a/inet/getnetgrent_r.c b/inet/getnetgrent_r.c index 197dd37..2e280e7 100644 --- a/inet/getnetgrent_r.c +++ b/inet/getnetgrent_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 + . */ #include #include diff --git a/inet/getproto.c b/inet/getproto.c index cb42700..3bee3d5 100644 --- a/inet/getproto.c +++ b/inet/getproto.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 + . */ #include diff --git a/inet/getproto_r.c b/inet/getproto_r.c index 099adc0..0d5f31e 100644 --- a/inet/getproto_r.c +++ b/inet/getproto_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 + . */ #include diff --git a/inet/getprtent.c b/inet/getprtent.c index 6c975d8..ef54c49 100644 --- a/inet/getprtent.c +++ b/inet/getprtent.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 + . */ #include diff --git a/inet/getprtent_r.c b/inet/getprtent_r.c index cad0c96..9bc0b16 100644 --- a/inet/getprtent_r.c +++ b/inet/getprtent_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 + . */ #include diff --git a/inet/getprtname.c b/inet/getprtname.c index cb87479..ea5cb82 100644 --- a/inet/getprtname.c +++ b/inet/getprtname.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 + . */ #include diff --git a/inet/getprtname_r.c b/inet/getprtname_r.c index 2cd088f..b216276 100644 --- a/inet/getprtname_r.c +++ b/inet/getprtname_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 + . */ #include diff --git a/inet/getrpcbyname.c b/inet/getrpcbyname.c index 39ea819..a433bd7 100644 --- a/inet/getrpcbyname.c +++ b/inet/getrpcbyname.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 + . */ #include diff --git a/inet/getrpcbyname_r.c b/inet/getrpcbyname_r.c index 6d02d76..45a0d88 100644 --- a/inet/getrpcbyname_r.c +++ b/inet/getrpcbyname_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 + . */ #include diff --git a/inet/getrpcbynumber.c b/inet/getrpcbynumber.c index 883de0d..0f0e0d9 100644 --- a/inet/getrpcbynumber.c +++ b/inet/getrpcbynumber.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 + . */ #include diff --git a/inet/getrpcbynumber_r.c b/inet/getrpcbynumber_r.c index 3a79f17..3109c3b 100644 --- a/inet/getrpcbynumber_r.c +++ b/inet/getrpcbynumber_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 + . */ #include diff --git a/inet/getrpcent.c b/inet/getrpcent.c index d985b41..05d3a0a 100644 --- a/inet/getrpcent.c +++ b/inet/getrpcent.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 + . */ #include diff --git a/inet/getrpcent_r.c b/inet/getrpcent_r.c index 2267e75..ff2bf75 100644 --- a/inet/getrpcent_r.c +++ b/inet/getrpcent_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 + . */ #include diff --git a/inet/getservent.c b/inet/getservent.c index 574ee01..f135e33 100644 --- a/inet/getservent.c +++ b/inet/getservent.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 + . */ #include diff --git a/inet/getservent_r.c b/inet/getservent_r.c index 8069cc0..57b86ff 100644 --- a/inet/getservent_r.c +++ b/inet/getservent_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 + . */ #include diff --git a/inet/getsourcefilter.c b/inet/getsourcefilter.c index 373550b..11517d9 100644 --- a/inet/getsourcefilter.c +++ b/inet/getsourcefilter.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 + . */ #include #include diff --git a/inet/getsrvbynm.c b/inet/getsrvbynm.c index b79149f..4077dc3 100644 --- a/inet/getsrvbynm.c +++ b/inet/getsrvbynm.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 + . */ #include diff --git a/inet/getsrvbynm_r.c b/inet/getsrvbynm_r.c index 5ed1500..0bb30ff 100644 --- a/inet/getsrvbynm_r.c +++ b/inet/getsrvbynm_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 + . */ #include diff --git a/inet/getsrvbypt.c b/inet/getsrvbypt.c index d56901e..bb05181 100644 --- a/inet/getsrvbypt.c +++ b/inet/getsrvbypt.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 + . */ #include diff --git a/inet/getsrvbypt_r.c b/inet/getsrvbypt_r.c index 32dfd09..3bf4430 100644 --- a/inet/getsrvbypt_r.c +++ b/inet/getsrvbypt_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 + . */ #include diff --git a/inet/herrno-loc.c b/inet/herrno-loc.c index 1c2002b..ec5755f 100644 --- a/inet/herrno-loc.c +++ b/inet/herrno-loc.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 + . */ #include #include diff --git a/inet/herrno.c b/inet/herrno.c index 59706cd..1802d0e 100644 --- a/inet/herrno.c +++ b/inet/herrno.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 + . */ #include #include diff --git a/inet/htonl.c b/inet/htonl.c index dfee1b0..1d2d25f 100644 --- a/inet/htonl.c +++ b/inet/htonl.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 + . */ #include diff --git a/inet/htons.c b/inet/htons.c index 95c94de..92cb4ea 100644 --- a/inet/htons.c +++ b/inet/htons.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 + . */ #include diff --git a/inet/htontest.c b/inet/htontest.c index 9658c5b..b0535a6 100644 --- a/inet/htontest.c +++ b/inet/htontest.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 + . */ #include #include diff --git a/inet/if_index.c b/inet/if_index.c index f217f37..ba25ec6 100644 --- a/inet/if_index.c +++ b/inet/if_index.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 + . */ #include #include diff --git a/inet/ifaddrs.c b/inet/ifaddrs.c index 330aae3..13ce098 100644 --- a/inet/ifaddrs.c +++ b/inet/ifaddrs.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 + . */ #include #include diff --git a/inet/ifaddrs.h b/inet/ifaddrs.h index ba6a155..a11bc71 100644 --- a/inet/ifaddrs.h +++ b/inet/ifaddrs.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 + . */ #ifndef _IFADDRS_H #define _IFADDRS_H 1 diff --git a/inet/ifreq.c b/inet/ifreq.c index 55e833b..f2f9066 100644 --- a/inet/ifreq.c +++ b/inet/ifreq.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 + . */ #include "ifreq.h" diff --git a/inet/in6_addr.c b/inet/in6_addr.c index ab0753f..558b375 100644 --- a/inet/in6_addr.c +++ b/inet/in6_addr.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 + . */ #include diff --git a/inet/inet6_opt.c b/inet/inet6_opt.c index ccf7af5..362f71c 100644 --- a/inet/inet6_opt.c +++ b/inet/inet6_opt.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 + . */ #include #include diff --git a/inet/inet6_option.c b/inet/inet6_option.c index aa693cc..b5ca2a6 100644 --- a/inet/inet6_option.c +++ b/inet/inet6_option.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 + . */ #include #include diff --git a/inet/inet6_rth.c b/inet/inet6_rth.c index 36269fc..91198b9 100644 --- a/inet/inet6_rth.c +++ b/inet/inet6_rth.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 + . */ #include #include diff --git a/inet/inet_ntoa.c b/inet/inet_ntoa.c index 3879495..2b59e55 100644 --- a/inet/inet_ntoa.c +++ b/inet/inet_ntoa.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 + . */ #include #include diff --git a/inet/netgroup.h b/inet/netgroup.h index c6b77ba..2c0d1a4 100644 --- a/inet/netgroup.h +++ b/inet/netgroup.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 + . */ #ifndef _NETGROUP_H #define _NETGROUP_H 1 diff --git a/inet/netinet/ether.h b/inet/netinet/ether.h index 0c2a9d9..ec5936c 100644 --- a/inet/netinet/ether.h +++ b/inet/netinet/ether.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 + . */ #ifndef _NETINET_ETHER_H #define _NETINET_ETHER_H 1 diff --git a/inet/netinet/icmp6.h b/inet/netinet/icmp6.h index 82893da..1b2f26a 100644 --- a/inet/netinet/icmp6.h +++ b/inet/netinet/icmp6.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 + . */ #ifndef _NETINET_ICMP6_H #define _NETINET_ICMP6_H 1 diff --git a/inet/netinet/igmp.h b/inet/netinet/igmp.h index 67396ba..e40fbab 100644 --- a/inet/netinet/igmp.h +++ b/inet/netinet/igmp.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 + . */ #ifndef _NETINET_IGMP_H #define _NETINET_IGMP_H 1 diff --git a/inet/netinet/in.h b/inet/netinet/in.h index c975656..3940dc3 100644 --- a/inet/netinet/in.h +++ b/inet/netinet/in.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 + . */ #ifndef _NETINET_IN_H #define _NETINET_IN_H 1 diff --git a/inet/netinet/ip6.h b/inet/netinet/ip6.h index bef2af2..faeec99 100644 --- a/inet/netinet/ip6.h +++ b/inet/netinet/ip6.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 + . */ #ifndef _NETINET_IP6_H #define _NETINET_IP6_H 1 diff --git a/inet/setipv4sourcefilter.c b/inet/setipv4sourcefilter.c index db2b843..f59bdd7 100644 --- a/inet/setipv4sourcefilter.c +++ b/inet/setipv4sourcefilter.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 + . */ #include #include diff --git a/inet/setsourcefilter.c b/inet/setsourcefilter.c index 870f5e2..bac201e 100644 --- a/inet/setsourcefilter.c +++ b/inet/setsourcefilter.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 + . */ #include #include diff --git a/inet/test-ifaddrs.c b/inet/test-ifaddrs.c index 0d30d05..8afeab7 100644 --- a/inet/test-ifaddrs.c +++ b/inet/test-ifaddrs.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 + . */ #include #include diff --git a/inet/test_ifindex.c b/inet/test_ifindex.c index 2920494..f971b1d 100644 --- a/inet/test_ifindex.c +++ b/inet/test_ifindex.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 + . */ #include #include diff --git a/inet/tst-network.c b/inet/tst-network.c index 5491740..b0bdccc 100644 --- a/inet/tst-network.c +++ b/inet/tst-network.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 + . */ #include #include -- cgit v1.1