summaryrefslogtreecommitdiff
path: root/libc/resolv
diff options
context:
space:
mode:
Diffstat (limited to 'libc/resolv')
-rw-r--r--libc/resolv/Makefile5
-rw-r--r--libc/resolv/gai_cancel.c5
-rw-r--r--libc/resolv/gai_error.c5
-rw-r--r--libc/resolv/gai_misc.c5
-rw-r--r--libc/resolv/gai_misc.h5
-rw-r--r--libc/resolv/gai_notify.c5
-rw-r--r--libc/resolv/gai_sigqueue.c5
-rw-r--r--libc/resolv/gai_suspend.c5
-rw-r--r--libc/resolv/getaddrinfo_a.c5
-rw-r--r--libc/resolv/netdb.h5
-rw-r--r--libc/resolv/nss_dns/dns-canon.c5
-rw-r--r--libc/resolv/nss_dns/dns-host.c5
-rw-r--r--libc/resolv/nss_dns/dns-network.c5
-rw-r--r--libc/resolv/res-state.c5
-rw-r--r--libc/resolv/res_hconf.c5
-rw-r--r--libc/resolv/res_hconf.h5
-rw-r--r--libc/resolv/tst-leaks.c5
-rw-r--r--libc/resolv/tst-leaks2.c5
18 files changed, 36 insertions, 54 deletions
diff --git a/libc/resolv/Makefile b/libc/resolv/Makefile
index 6ddf91475..67eeeb383 100644
--- a/libc/resolv/Makefile
+++ b/libc/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/libc/resolv/gai_cancel.c b/libc/resolv/gai_cancel.c
index 19a0a9bb8..908238101 100644
--- a/libc/resolv/gai_cancel.c
+++ b/libc/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/libc/resolv/gai_error.c b/libc/resolv/gai_error.c
index 4c91628a6..9803b6753 100644
--- a/libc/resolv/gai_error.c
+++ b/libc/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/libc/resolv/gai_misc.c b/libc/resolv/gai_misc.c
index 2eec0f529..33ebd5425 100644
--- a/libc/resolv/gai_misc.c
+++ b/libc/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/libc/resolv/gai_misc.h b/libc/resolv/gai_misc.h
index 94005de02..1def6a329 100644
--- a/libc/resolv/gai_misc.h
+++ b/libc/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/libc/resolv/gai_notify.c b/libc/resolv/gai_notify.c
index c3ce0afb4..0af0206b0 100644
--- a/libc/resolv/gai_notify.c
+++ b/libc/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/libc/resolv/gai_sigqueue.c b/libc/resolv/gai_sigqueue.c
index 278a1d802..22aff54ec 100644
--- a/libc/resolv/gai_sigqueue.c
+++ b/libc/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/libc/resolv/gai_suspend.c b/libc/resolv/gai_suspend.c
index 4d85ac2c1..dc7356980 100644
--- a/libc/resolv/gai_suspend.c
+++ b/libc/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/libc/resolv/getaddrinfo_a.c b/libc/resolv/getaddrinfo_a.c
index 6f4ad8d81..f1070d61e 100644
--- a/libc/resolv/getaddrinfo_a.c
+++ b/libc/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/libc/resolv/netdb.h b/libc/resolv/netdb.h
index 551b4c7a0..19bcc87fd 100644
--- a/libc/resolv/netdb.h
+++ b/libc/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/libc/resolv/nss_dns/dns-canon.c b/libc/resolv/nss_dns/dns-canon.c
index 50a0fc026..bb5650aa6 100644
--- a/libc/resolv/nss_dns/dns-canon.c
+++ b/libc/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/libc/resolv/nss_dns/dns-host.c b/libc/resolv/nss_dns/dns-host.c
index fe4ac2d79..01369f607 100644
--- a/libc/resolv/nss_dns/dns-host.c
+++ b/libc/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/libc/resolv/nss_dns/dns-network.c b/libc/resolv/nss_dns/dns-network.c
index b51db9eed..4c590baba 100644
--- a/libc/resolv/nss_dns/dns-network.c
+++ b/libc/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/libc/resolv/res-state.c b/libc/resolv/res-state.c
index b0aa22cfc..3a2a4d564 100644
--- a/libc/resolv/res-state.c
+++ b/libc/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/libc/resolv/res_hconf.c b/libc/resolv/res_hconf.c
index 6f831ec6b..d23c9b903 100644
--- a/libc/resolv/res_hconf.c
+++ b/libc/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/libc/resolv/res_hconf.h b/libc/resolv/res_hconf.h
index b40da0df7..90c56eb61 100644
--- a/libc/resolv/res_hconf.h
+++ b/libc/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/libc/resolv/tst-leaks.c b/libc/resolv/tst-leaks.c
index daad8fcb6..4e47a6a12 100644
--- a/libc/resolv/tst-leaks.c
+++ b/libc/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/libc/resolv/tst-leaks2.c b/libc/resolv/tst-leaks2.c
index 99a0a0f20..b098e8af5 100644
--- a/libc/resolv/tst-leaks2.c
+++ b/libc/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