summaryrefslogtreecommitdiff
path: root/resolv
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 /resolv
parentaf850b1c978bdca648ef9fb141e785d75f74d9bf (diff)
Replace FSF snail mail address with URLs.
Diffstat (limited to 'resolv')
-rw-r--r--resolv/Makefile5
-rw-r--r--resolv/gai_cancel.c5
-rw-r--r--resolv/gai_error.c5
-rw-r--r--resolv/gai_misc.c5
-rw-r--r--resolv/gai_misc.h5
-rw-r--r--resolv/gai_notify.c5
-rw-r--r--resolv/gai_sigqueue.c5
-rw-r--r--resolv/gai_suspend.c5
-rw-r--r--resolv/getaddrinfo_a.c5
-rw-r--r--resolv/netdb.h5
-rw-r--r--resolv/nss_dns/dns-canon.c5
-rw-r--r--resolv/nss_dns/dns-host.c5
-rw-r--r--resolv/nss_dns/dns-network.c5
-rw-r--r--resolv/res-state.c5
-rw-r--r--resolv/res_hconf.c5
-rw-r--r--resolv/res_hconf.h5
-rw-r--r--resolv/tst-leaks.c5
-rw-r--r--resolv/tst-leaks2.c5
18 files changed, 36 insertions, 54 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index a7c3f5adab..1c7b491cf4 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -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/>.
#
# Sub-makefile for resolv portion of the library.
diff --git a/resolv/gai_cancel.c b/resolv/gai_cancel.c
index 19a0a9bb87..9082381015 100644
--- a/resolv/gai_cancel.c
+++ b/resolv/gai_cancel.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 <netdb.h>
#include <pthread.h>
diff --git a/resolv/gai_error.c b/resolv/gai_error.c
index 4c91628a62..9803b67536 100644
--- a/resolv/gai_error.c
+++ b/resolv/gai_error.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 <netdb.h>
diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c
index 2eec0f529d..33ebd54255 100644
--- a/resolv/gai_misc.c
+++ b/resolv/gai_misc.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 <assert.h>
#include <errno.h>
diff --git a/resolv/gai_misc.h b/resolv/gai_misc.h
index 94005de02c..1def6a3298 100644
--- a/resolv/gai_misc.h
+++ b/resolv/gai_misc.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _GAI_MISC_H
#define _GAI_MISC_H 1
diff --git a/resolv/gai_notify.c b/resolv/gai_notify.c
index c3ce0afb45..0af0206b02 100644
--- a/resolv/gai_notify.c
+++ b/resolv/gai_notify.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 <netdb.h>
#include <pthread.h>
diff --git a/resolv/gai_sigqueue.c b/resolv/gai_sigqueue.c
index 278a1d8026..22aff54ec4 100644
--- a/resolv/gai_sigqueue.c
+++ b/resolv/gai_sigqueue.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
+ <http://www.gnu.org/licenses/>. */
#include <aio.h>
#include <errno.h>
diff --git a/resolv/gai_suspend.c b/resolv/gai_suspend.c
index 4d85ac2c10..dc73569807 100644
--- a/resolv/gai_suspend.c
+++ b/resolv/gai_suspend.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 <netdb.h>
diff --git a/resolv/getaddrinfo_a.c b/resolv/getaddrinfo_a.c
index 6f4ad8d816..f1070d61e4 100644
--- a/resolv/getaddrinfo_a.c
+++ b/resolv/getaddrinfo_a.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 <netdb.h>
diff --git a/resolv/netdb.h b/resolv/netdb.h
index 551b4c7a0a..19bcc87fd8 100644
--- a/resolv/netdb.h
+++ b/resolv/netdb.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/>. */
/* All data returned by the network data base library are supplied in
host order and returned in network order (suitable for use in
diff --git a/resolv/nss_dns/dns-canon.c b/resolv/nss_dns/dns-canon.c
index 50a0fc0260..bb5650aa64 100644
--- a/resolv/nss_dns/dns-canon.c
+++ b/resolv/nss_dns/dns-canon.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 <netdb.h>
diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c
index fe4ac2d793..01369f6076 100644
--- a/resolv/nss_dns/dns-host.c
+++ b/resolv/nss_dns/dns-host.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/>. */
/* Parts of this file are plain copies of the file `gethtnamadr.c' from
the bind package and it has the following copyright. */
diff --git a/resolv/nss_dns/dns-network.c b/resolv/nss_dns/dns-network.c
index b51db9eed4..4c590babae 100644
--- a/resolv/nss_dns/dns-network.c
+++ b/resolv/nss_dns/dns-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
+ <http://www.gnu.org/licenses/>. */
/* Parts of this file are plain copies of the file `getnetnamadr.c' from
the bind package and it has the following copyright. */
diff --git a/resolv/res-state.c b/resolv/res-state.c
index b0aa22cfc2..3a2a4d5649 100644
--- a/resolv/res-state.c
+++ b/resolv/res-state.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
+ <http://www.gnu.org/licenses/>. */
#include <resolv.h>
#include <tls.h>
diff --git a/resolv/res_hconf.c b/resolv/res_hconf.c
index 6f831ec6b8..d23c9b9035 100644
--- a/resolv/res_hconf.c
+++ b/resolv/res_hconf.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
+ <http://www.gnu.org/licenses/>. */
/* This file provides a Linux /etc/host.conf compatible front end to
the various name resolvers (/etc/hosts, named, NIS server, etc.).
diff --git a/resolv/res_hconf.h b/resolv/res_hconf.h
index b40da0df74..90c56eb61a 100644
--- a/resolv/res_hconf.h
+++ b/resolv/res_hconf.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
+ <http://www.gnu.org/licenses/>. */
#ifndef _RES_HCONF_H_
#define _RES_HCONF_H_
diff --git a/resolv/tst-leaks.c b/resolv/tst-leaks.c
index daad8fcb6d..4e47a6a121 100644
--- a/resolv/tst-leaks.c
+++ b/resolv/tst-leaks.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/in.h>
#include <arpa/nameser.h>
diff --git a/resolv/tst-leaks2.c b/resolv/tst-leaks2.c
index 99a0a0f20c..b098e8af5d 100644
--- a/resolv/tst-leaks2.c
+++ b/resolv/tst-leaks2.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/>. */
#undef gethostbyname