]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[#189] ISC address updated
authorTomek Mrugalski <tomek@isc.org>
Wed, 19 Jan 2022 19:13:19 +0000 (20:13 +0100)
committerTomek Mrugalski <tomek@isc.org>
Thu, 20 Jan 2022 11:04:28 +0000 (12:04 +0100)
157 files changed:
LICENSE
client/client_tables.c
client/clparse.c
client/dhc6.c
client/dhclient-script.8
client/dhclient.8
client/dhclient.c
client/dhclient.conf.5
client/dhclient.leases.5
client/tests/duid_unittest.c
common/alloc.c
common/bpf.c
common/comapi.c
common/conflex.c
common/ctrace.c
common/dhcp-eval.5
common/dhcp-options.5
common/dhcp4o6.c
common/discover.c
common/dispatch.c
common/dlpi.c
common/dns.c
common/ethernet.c
common/execute.c
common/fddi.c
common/icmp.c
common/inet.c
common/lpf.c
common/memory.c
common/nit.c
common/ns_name.c
common/options.c
common/packet.c
common/parse.c
common/print.c
common/raw.c
common/resolv.c
common/socket.c
common/tables.c
common/tr.c
common/tree.c
common/upf.c
dhcpctl/callback.c
dhcpctl/cltest.c
dhcpctl/dhcpctl.3
dhcpctl/dhcpctl.c
dhcpctl/dhcpctl.h
dhcpctl/omshell.1
dhcpctl/omshell.c
dhcpctl/remote.c
doc/References.txt
doc/References.xml
includes/arpa/nameser.h
includes/cdefs.h
includes/ctrace.h
includes/dhcp.h
includes/dhcp6.h
includes/dhcpd.h
includes/dhctoken.h
includes/failover.h
includes/inet.h
includes/ldap_casa.h
includes/netinet/udp.h
includes/ns_name.h
includes/omapip/alloc.h
includes/omapip/buffer.h
includes/omapip/convert.h
includes/omapip/hash.h
includes/omapip/isclib.h
includes/omapip/omapip.h
includes/omapip/omapip_p.h
includes/omapip/result.h
includes/omapip/trace.h
includes/osdep.h
includes/statement.h
includes/tree.h
keama/conflex.c
keama/confparse.c
keama/data.c
keama/data.h
keama/dhctoken.h
keama/eval.c
keama/json.c
keama/keama.8
keama/keama.c
keama/keama.h
keama/options.c
keama/parse.c
keama/print.c
keama/reduce.c
omapip/alloc.c
omapip/array.c
omapip/auth.c
omapip/buffer.c
omapip/connection.c
omapip/convert.c
omapip/dispatch.c
omapip/errwarn.c
omapip/generic.c
omapip/handle.c
omapip/hash.c
omapip/isclib.c
omapip/listener.c
omapip/message.c
omapip/omapi.3
omapip/protocol.c
omapip/result.c
omapip/support.c
omapip/test.c
omapip/toisc.c
omapip/trace.c
relay/dhcrelay.8
relay/dhcrelay.c
relay/tests/relay_unittests.c
server/Makefile.dist
server/bootp.c
server/class.c
server/confpars.c
server/db.c
server/ddns.c
server/dhcp.c
server/dhcpd.8
server/dhcpd.c
server/dhcpd.conf.5
server/dhcpd.leases.5
server/failover.c
server/ldap_casa.c
server/leasechain.c
server/mdb.c
server/omapi.c
server/salloc.c
server/stables.c
server/tests/hash_unittest.c
tests/DHCPv6/000-badmsgtype.pl
tests/DHCPv6/010-solicit-noclientid.pl
tests/DHCPv6/011-solicit-serverid.pl
tests/DHCPv6/020-advertise-mcast.pl
tests/DHCPv6/030-request-noclientid.pl
tests/DHCPv6/031-request-noserverid.pl
tests/DHCPv6/032-request-badduid.pl
tests/DHCPv6/110-information-request-ia_na.pl
tests/DHCPv6/111-information-request-ia_ta.pl
tests/DHCPv6/112-badduid.pl
tests/DHCPv6/210-solicit-nohost.pl
tests/DHCPv6/211-solicit-opt-in-na.pl
tests/DHCPv6/212-solicit-opt-in-na-norapidcommit.pl
tests/DHCPv6/280-release-nohost.pl
tests/DHCPv6/281-release-bad-address.pl
tests/DHCPv6/282-release-no-address.pl
tests/DHCPv6/283-release.pl
tests/DHCPv6/290-decline-nohost.pl
tests/DHCPv6/291-decline-bad-address.pl
tests/DHCPv6/292-decline-no-address.pl
tests/DHCPv6/293-decline.pl
tests/DHCPv6/dhcp_client.pm
tests/DHCPv6/stubcli-opt-in-na.pl
tests/DHCPv6/stubcli.pl

diff --git a/LICENSE b/LICENSE
index b7c85280b60a12eae1cb150bab45c277afa23d0b..27a9fe860c086c992b6d973bcae06f0b7eb6f4cf 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -10,8 +10,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 #
index 41a3885b558bff0777b119faceed2ff4f5537281..fc915a1535e5e1daf6225288139d6a6a0f8eb4a5 100644 (file)
@@ -18,8 +18,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 35e2d1646e27ba4241a7f61f4c89d6fb50ce03f1..2f0909b8a9c286de682e0d27bdf5f23e79ce7144 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 55ecab80bcfcbf55646ca20136b47792836be9a5..ea7cce83d8fd8aef314b2eb4ab87b5ef1ba3aa1c 100644 (file)
@@ -17,8 +17,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index 1506a644c5b0644e970ae431d1b4374da52cfb0f..4d6e7fdb1fc93bae8405b51582cd41793d61d5e0 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 0ec9fc7662f7d1abf406f384ef82801dccf66ee4..9382779d12672e9e072e1781f7c2669956f4c799 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index d06efa552c1c2b68e99e01957245afa520508dba..249af4f1c2469f2859c724f10b516e6b4287f956 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index fa3b908aeef9d166f79b2eacb3dab113ca00171d..36b97070e7f9f3239f6c857888554dee24720ce1 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index d151753f1cdc27eba207c6bbf86eeaa739f3d399..14f743a8e6acc6cef9d31942a48ff6b08046f9b7 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 3ca03f4251cb7f5aece204e86eabd55b2a5449e2..fdfdf4335a289888994397701f39f42b18441e19 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 47609bbc022378b8a291823a7c2c38dfc50e5815..05c00b88113082245c423ac42caec704e7067f3b 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 16076fea4f81e3cef7f3d5c1d0a6b978e8f61251..775f70ae6c4cf615339b3f656da15b16e26e1de5 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 656f1d7067bbc8c00c1c621923ed6d28f72c5e3e..33b6b785356e2a6f95904ec5981b3060614575f7 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 045b655d64a4abf126c47f3277eec97b3260839d..fb9a9df6217ef04d96fc9a14438f0577414ba27b 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 2813f1d1e6f6a3bf6815b2e0502337c42c538fe4..030c68a94e7c2b81a108fd0e49a1ffd2055ced45 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 7dd526139be4e8c8814d5d3a79c8ef8b0d5108fe..fa3932fb347acd0e461c5495de36a3d16b8d397c 100644 (file)
@@ -17,8 +17,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index b829e3080ccb9756154f32beea2d6650b761e833..1c3f3a6b09caeaeb301b57a6312f6ddfe9928581 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 11ae29ab08e4d091d5fcb0e1941af900ede21b71..7d846f297368bc6ab021e639cc4f026f566b706e 100644 (file)
@@ -18,8 +18,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 22f09767e98079c8d95ed1e8cb5dd00b56158da4..6288850e79dccd809433c8be371fd1d13efe1123 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 0207ad3cdedf53253a715adadfdca747b2b2382d..e019421e2d8034f42688d79dfa9dcabb4da02fa5 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 3990bf12a60f7aae5e3bfd2201f24e537656ec79..7a80eaafdf04c9f4299c4a2bd1d41cf1eafa2cf5 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index bdd8af4611594c06742525393fb43bf48d6d7424..012e4df8b82f4abb83240cc279dbcd1f389f5b7e 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 6513b95ab8a47535e47907010769d4540868c131..1621aa291477c8686191b1fa04116349d3e155c7 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index aad8067db413544c1c92d6ad70d32b284ebb424e..053dab81f3b99f03881a4c58e10617face95633f 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 7a893cc6b1d4671a14db49f39ef939d5464797b9..a6c8098b74f50a5adedd841180ffb4bf37f27790 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 2090041b08aba24e1f6daa61128701bc4374e8ad..8c87aaa17371c1b3d4a39483af818b78d7b5a030 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index c4da73c80eaa5ba9d22c0091cfc3d6360228e949..4388d92ba502476dfb1d5fdb66c80128344d0144 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 82a279bba5f2dcd8723dd2eddb8ea24c711d5996..1e4deff6310274907bec5d357e12efc0c650f4cb 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index 6a2f09374f8f6d80bad5ee3eedac79d55e14fab3..8e31154aa5d1bacf6b0fab1b21cb73f8ebcfa6d9 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index d822c151f1ec8a69ab838343db370fbd03e64110..10deb3134d61ffe1fdcdff3f1bd05fb4190526b3 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index f5198219291974bc7fa771fa7098536bed9cd154..5abb12a7705f3e45b6535aac326064491fd91ed5 100644 (file)
@@ -15,8 +15,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   http://www.isc.org/
  */
index a7ed84c697d533a326aca899b14536b296b339db..cbce4e245ecc11c9f41d5488f9aec2ab8f45ce79 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index f3f62c198715bbf2303d0bfef401146c2e5e1364..726d51e5c555d7d95b823e4b1b17ab2d02fdbe7f 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 386a6321dc988925d9e5022464a4f43653e6393f..1daedc0bc4e9f1b7f1824b517b3b650b42ed4961 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index b42e7bc52ee90bce650dc54863c6742cfec762b6..470b6495b9b5ab523a307cc02e8a7af0027d9a35 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 5c88b25ea2c301cb2c8f3811bffcaa218419a64a..a7496916b1a066d82fcdc4516e7d7f15deed61df 100644 (file)
@@ -32,8 +32,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index a01f520cb6a1970a7d4dd9c86346318576992dcd..7174fc8ef0e9bc382657a6fda43986cbe0ef2810 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 31c99b3f2cb249d8aedfeedf36ea4e8b31ba58c0..5772c13e8d1da7cc423fcd11e30a8504830c1f61 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 0d73500494d0c9a2098628f6a82f4026a73fedbd..28f34111ae98bb478871c57a26b6d0604e8ced04 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index d5d25f0a40310987cb314fd0f7586ce022064597..34183654bf0a6b490b400add40b1392bdca17071 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index ea7875439c8625bfb3fea3892ad2ece7561572c5..b9d5d76d497cde54672a8264056958ca0c3b74b0 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 9785879a0a7331c68b350961e069a88f28d316f7..b1a38e15a91b2c0f22725b5ca074b9bcd626832d 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 95096edf5968ed714019b8a46a757c39eb1466f0..46428fee6da84c7564dfc57bf7d0dca5f31fd65c 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 4e2544b18834b06bb9f094d35e9783f03bdc1b8c..0e180dde2b1e0f3bbe48eec6f03551068d241553 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index ee2e583a725bd692b403b7fc738ae55bf188ce35..98d8294aca624cdb96263cf70d26c4d483017dcc 100644 (file)
@@ -22,8 +22,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"     
index f394fc5d8d14e096ce69a8b5d57a4ab1930981fa..0f800216af5b4f594ea7efec42afa7f4f5ba1a8b 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 0512bd4c18fdc63d59d2a51bd470915578351c00..94ab61299097029ee9c1745c2282272510ca5fe3 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 2f55e9654442bbb5bf7ff0f37aa6fec5bc70dad9..02fb3874b1060254a9ad7627153dfd5d405e9a54 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index d7a05cc4f061c6b6f0b9ec9c5033737e55a334e8..31fa936700f3917f7e58ad0c75b4ede1835bb6dd 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 31964c79ec0b80c1fd3ca521c821e486fe263435..a35e5ce14ffb4dc27a0993b017657cea717478b3 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index abf67da5ce3ad4edb121c837273eaf02f80472c3..096f2a2aacca17f980e22496c2adb1a6c0714157 100644 (file)
@@ -1102,8 +1102,8 @@ Authors' Addresses
 
    David W. Hankins
    Internet Systems Consortium, Inc.
-   950 Charter Street
-   Redwood City, CA  94063
+   PO Box 360
+   Newmarket, NH 03857 USA
 
 
 
@@ -1122,11 +1122,8 @@ Hankins & Mrugalski                                            [Page 20]
 
    Tomasz Mrugalski
    Internet Systems Consortium, Inc.
-   950 Charter Street
-   Redwood City, CA  94063
-
-   Phone: +1 650 423 1345
-   Email: Tomasz_Mrugalski@isc.org
+   PO Box 360
+   Newmarket, NH 03857 USA
 
 
 
index f998d7dd5e0560603ec1af796dc73cb99d21aca7..efdc20927e80ab9b78512af3f6bbb9c0d5c02c74 100644 (file)
 
       <address>
        <postal>
-         <street>950 Charter Street</street>
-         <city>Redwood City</city>
-         <region>CA</region>
-         <code>94063</code>
+         <street>PO Box 360</street>
+         <city>Newmarket</city>
+         <region>NH</region>
+         <code>03857</code>
+         <country>USA</country>
        </postal>
       </address>
     </author>
 
       <address>
        <postal>
-         <street>950 Charter Street</street>
-         <city>Redwood City</city>
-         <region>CA</region>
-         <code>94063</code>
+         <street>PO Box 360</street>
+         <city>Newmarket</city>
+         <region>NH</region>
+         <code>03857</code>
+         <country>USA</country>
        </postal>
-
-       <phone>+1 650 423 1345</phone>
-       <email>Tomasz_Mrugalski@isc.org</email>
       </address>
     </author>
 
index d0f64b828a257c3971f0691c378c75b2167be723..69ed5c926bbe7e170480dac02d10dc1f31288307 100644 (file)
@@ -44,8 +44,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index af8a2b0b6a26bc2a8122f4ff662aa25511071d85..59f16a5a73a0430ef2d360b988b15156539185eb 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 4fc6a65c08a61dc8e4c97885f1d7ad0ccb768f61..d21bd2e2e7e4dd92801401b944ae3c24e855e013 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 8431692405ff3d86c6ea0866dfa3b4669dc7301f..ae621c154498b349b3d517e1275eaf3b7a7a6676 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index c78501c60a4b3ead9ff62593396f8a6430bbfedb..3a8e555e716aaa6121ee2a1e50f70878ae1959ac 100644 (file)
@@ -18,8 +18,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index f9217ea8eca2fa05d0b0d7b56f4fe9445b7e59f5..372062d35a8f78a35df2b6dab1a0be1eb4ef43e9 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 5920f4ff00a59bea1eafb01cee99749582211eeb..6bf50e8819db97818572c213492cec680caab876 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 135b969fb04fdd30bccf11733f30d25c7db08aad..3f35f48081026cb663eb5d6e9b7ad5f79522fe98 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index c36b36f8b3116ea6bcc418fa96fc5874ad07ea53..b68d94d0a0d165182afacd53f3463614acbfb11d 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index f17690f7490104ecfdb62737d60189579bab8988..d0a86a50f5126999a1dc2cb0060650d88d7cd527 100644 (file)
@@ -48,8 +48,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index d86cf447b572c4e31bd36161a6cf980ece228a26..01e46102d33ba43f57e598e35cd8169003f88481 100644 (file)
@@ -48,8 +48,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index a2c4276921ab1e42705a0c3f419f9ba745a555e1..03e54ee532175a6221c9d14bdd9606cc98c1444f 100644 (file)
@@ -15,8 +15,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   http://www.isc.org/
  */
index 62d0d331d6cbd346c1105cf8c437411558c4865e..0c8fb9243ada9037760e88140e594d0f7e8b15a4 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 33eb2f0e51e91e2fe9f5b68542db4673c6838930..693432f045e3f1cf22ed414fad59e190ae960c93 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index bbcf85f012bb52bc3d77f3f22090b6ce6932d53c..f466d35f25868ae6443bc275af5ecbf5bf977977 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 4bf91df8bac49b29b50d72de41914ce2ae73c17d..b9f14f97aa3c29e0d63ea61ebab59064be8d5674 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index b8f7c39788f843b08f3720e5b9410f588c509299..22ddcb3c28dfbbaad3d1bcc00cb4f936cd62919a 100644 (file)
@@ -18,8 +18,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   http://www.isc.org/
  *
index f8db15c1538d919ba8344c838272dce2df7cb2a7..0b7bd04eebd923b0177d5cb24439d2687ee0ec4c 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 8913a1a227b50a492be1a22a85535d5a2ae1d0fb..fbbd1182a2c40e53f1ac45a2b307d1d6e1b6da3a 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 860298f64941fbbb8420896498bb5c928e50a2fe..b38c748fb6bbb209916b2c6eb2b3ee20581e64e1 100644 (file)
@@ -17,8 +17,8 @@
  * PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index cda04bc50b374289259b15e69b5527532e391eef..e0493c5ee2f7794188eb246ac088ae738209ebeb 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 3ee70bc0ccb1772421a0440bb89acaca7a9016eb..d676bb9115c39c6dec2282f2c7cde298b9ac45e9 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 178ebb11e174f386d6377be87ccf287a64bb627e..18d44599bcc68093fd0048955ff28aa2d3374ca3 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index c8cce4b2314f788ea9d78bb7f6c1da44e3d395e6..47e9b2e0ef320a1ace6691d737b78d4918b099d8 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 143487b08a68a26168185d5569aec414325c8e04..09f147f87697a83059038c2fd80935d67fa0db7e 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 2c1865abf30988bb9ba96e3b531e56b84e159b30..95d4ebeac618ea3fd23fbb498a99588182db51d9 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index bd656289fead8f1fc960002ada8d053492530b91..3aef5507118d9b53bc9c1bec5471a031150f6f96 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   http://www.isc.org/
  */
index b8078cc32fa19a751c5e49d6188da97cd55f75a1..6b0294e821560a06102ba9c36f3c5ee6dba08f8b 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   http://www.isc.org/
  */
index ac24463a625ea8fa03f1fcc74a7f1e560db85c56..6d96829a6b0ceb4de11bf552b531a12dcd2e26c3 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 8e2dbdb5be40f7fad6ef7ed5db9b22b2a7f8114b..bd738933b59c6c26868360e3924ce0b7fd30d9ba 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 0b2667a2539b97363e74d0041ead6bd20ad91e13..ff596e8023c1bbffe0c1978c27f514401636c455 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 8e4cc2c75bc0f60b9375757123f2ff92b01da5c2..7069ffc5b24b67d896480a00ede87aee576534c1 100644 (file)
@@ -15,8 +15,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index d6573dbc4fe20156df453a23e2921ee849236a67..1df3c551116716687b40e3be31ce428f0514839c 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index e09f45752296d3e438f3b58c39aef098d6b37699..54f887fe7f0881c1a470fd3eb947d5c955ece4a0 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 7d1e66ea082cfd874eba5a20c72f17372bc189da..ec8c47cea9cf1acc641ee6dfdec08e8e1a00878c 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index e60fe95a30152e26aa4611a8f6c673b29c245612..3297e80ee5fd2b887386e74afdc156eaef625542 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index be85bd4d0872b9114bf73054cbf1f2a57546fa38..41fbd293c1062b4ac975eeda877d6221035f4dc8 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 24939473c22e3c0befc72dd1983ff367d2686c5a..e85a1a2361afbbb9c3b022f1a76dd1917e75b0aa 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 90bd90407f56e031decf2de2d4057d8eadd60890..e68aa605b9c09968d0997e0b77a16a163b7f31c9 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 37ac6f8d39faac899f4801f55010a64b25e4c2e4..83d7cf3012e0c6c6d9cceacf1aa5b22a71cc94b8 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 23f5f0a8aaa0d766ae8d9f78378b901830ea200a..894f93e864af039a0409fe89a3a20bdca49b83ff 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index a21f0a80a4a2ca921016359d7b8c797b2f5b31ad..041be497c5fc449c9a6e9a5e758b3d17a7fb1906 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 014ff21b297d71fbc4c3894f0c35d1babaac1bbe..000f6d5719c432132d4315339dc7afebc19faebe 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 900d3df212b24be60ede292d6c283d07c13252a5..08dcc1d197c5939770f1da9d3569a38d7e7ec265 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index ba99889c40b0285ddd581aa673984e4c3066aec7..0fd8ed340056a171fd71e3ef9513ce28482f6871 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 6317fe4cb3865c576c67dd41cd825310ec8dd236..f9737c5db9104f785e55500e788ee18a9fbfd4e7 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index b14b7cbe1e504f1dd0433cd3fbbd4d2df4f150a1..af95d57ae4f0565697cf4273b71286746fadc30c 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 1534f6cd64f8066c2d3619464c0153aa9203ea50..aa3685229e72b1fafefa6bb6c3ba86ed315afedc 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index e30ad8817e011d3124adcc5150a75b15dc254755..9ca0a013a89006f6b223c45db7b6a7124a822a94 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 4aca913044abef188e523cd3c88143d15a048afc..f014bd8eab1e60becdff22442d4ab193767ee9ea 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   http://www.isc.org/
  *
index 20ec6f349c77a5309f76dd152ceed73ba4e0273a..828970ce32a940c5266700653c2070b8a358d471 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 37abbd25984cbeed70dff252788a0051300d670c..254061a005cee2812fd2a7dc883a834e4d9f546e 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 8fa81052144414ec21f220aab09872546f21298d..d5de2a61b524542486a8481e249eab49754834b0 100644 (file)
@@ -17,8 +17,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 3a2fa5460b9c0f7f643cd3c93ceaff3aee5a119f..ea93d0f1cdd6badc054a8cb2a9e516d4bdc90f27 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 424a5be876c80cdbe17fd7da3cd92087050c9828..c6e467bceb2f8c00bc4074421cd65c060a214de5 100644 (file)
@@ -18,8 +18,8 @@
  * PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index a6b842ed7a0d1e13028973614187e3b3977086c5..6ad625a340c1b0414996172a93960fb1aae88731 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index c7e48eb360d2e35eaad91fe6593ee584ea9d0602..8497ebc96d0ed65e6ab62e57b5f2df5164aebabb 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 2a828c27cbfda48a1b4383c342d9d5a0ca4abbf1..fb91e5493d390bea44a396733e116f9222393b43 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 45bd508cef248d95f7b51a4f2555ddfef2e85066..4fa6397cbaf8bb9525ca2b84000fca2da2e028ca 100644 (file)
@@ -21,8 +21,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 53cd28bfc996be13c04f1aed813d48cc59efe9d0..d795030dd4d376c23629113896c0b11146dd3667 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 72b2b1f98abdfb38c5e54a11d81a9555782eef50..382d062da4efaadc1d23149478cf6901b02fe779 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index b308393ff9717f4fff4f2f202ab365191ba1298e..c1e52830a641b7a9ae1f62be96ab93cb17025153 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 3fbf9515c2a975838e3744bc649b23406a7fec93..b25dc5dbb0d6884c9a1be8d201783784c8a0bf42 100644 (file)
@@ -16,8 +16,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 #
index 26a760736ab95dea683df030aff0ea26955df8cc..cf7b75cdccbe02fa9babacbc0fc9eee0a7f7dcc8 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index dc7737f2c4653707223e71ac2a5237181bbcc9f9..fce7822c051c3d1e0aeafb7abc6ee2813e94c160 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index e2216685fa29cbd45aa95e347a31d82caf23a0f8..02f0d98636e8a830c305fed3eecbbfed2554381c 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 67e6cc1944cd59450b63e112aea891a91072bc1a..b1614ed0709308e32362d119fa58c96eb7ce456b 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index aecc3d387b79ffdd5545f34d29c22b0e6128468c..eec3d26c723420860a3e9495f89e7ad5ca2b9841 100644 (file)
@@ -20,8 +20,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 16a4f924dd274a8086fc61672b957a44a186c2de..8852e9e3cfc596f4029225595c09301b55124a9f 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 0d0901c3c6582d2798c8ad7b095f0e289b5fb6f5..a5f4445f4bdddf350b28fb15d4800cd37200a4ef 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 7b25d70d595fa457855349f2a88eb60426796399..7c1f68fab9692005fb0893bce2751795905b4306 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 9cc6b74cacfb4030db07e97e115b2277349c186c..0c05096d312eb48721b482fadd6d5ad07de013b2 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 50a8840231b6573431c4deed2a8aa8449674fdbe..a8f64ff42ecc2e82cc12315c2f7362e3a201fe7f 100644 (file)
@@ -16,8 +16,8 @@
 .\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\"   Internet Systems Consortium, Inc.
-.\"   950 Charter Street
-.\"   Redwood City, CA 94063
+.\"   PO Box 360
+.\"   Newmarket, NH 03857 USA
 .\"   <info@isc.org>
 .\"   https://www.isc.org/
 .\"
index 0e3381a2db5c8bc1aa81f4145774cae08102a716..bbe1ff4c9bdad3aeb400327b280fa7bc97b83529 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index cd101570234bbf70ad3cec9eb7c497fae34ae284..9329450ff55b2da18241bdceebefae532371cbcd 100644 (file)
@@ -48,8 +48,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  */
index 42a3fc6c8e74440349ce4dd0cb4440dba8784a6a..12f885970bca97068228d85a3e8b97505bd8ddf3 100644 (file)
@@ -18,8 +18,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 8266d76432b8fd1fa3ccedb29c75dc68107ae25a..b982cc16e51b6207b5277531be707c7630ab0be3 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index f7411317bed9ab3d41154dde141525edc726573c..50804e26ffd2584f991bb28d9df831db26b7e8db 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index cd7887a18afe7c99bd4295a402d4a8dd3ffa7ea3..791172e92b6926b120f631663156cb9143a4e917 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 43408c550c46c552f117885f5e96bdd7e1e3c0b9..5242a656ccd6394eab55f6f1b54125ad7bdcc412 100644 (file)
@@ -19,8 +19,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index 3cb45754c6258743c4630b6900a5c167e0c9ca11..757ef2af78afb12de5656a67656f4f2fbc5ed4ef 100644 (file)
@@ -14,8 +14,8 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  *   Internet Systems Consortium, Inc.
- *   950 Charter Street
- *   Redwood City, CA 94063
+ *   PO Box 360
+ *   Newmarket, NH 03857 USA
  *   <info@isc.org>
  *   https://www.isc.org/
  *
index d0c35ee405018ea5a0af287c31a51ad6c62b48a3..149168a9927e13015494822c340f6a695b4e51ef 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 6bb5d6ee06212b916e4d0d2790a466c4446cf468..faab15691b3dcddb83e4520b86897085f5fead80 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index cee4ddb34e29b201dc8b279ca254969934aba31e..2f7affdb75fd090a8d2233d3247609ddf44e5d84 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index c5c4ade715333d316a7a48cd567f894623fbf9b0..d575eb94d47cdff4e761e4beaf034081cdaef39a 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index d5af0770a255baa80acacad4d7caa31322437827..75066d5dceb7700977c5c009f78561b1902c623c 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 1f7303880ab402e4ff7dbd873fac7b25ba157743..4e12b1b8f963c60823ae7ac360310861b45bd76c 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 30e5040a438d8667247a64bd9b2db2917b02579d..e086b1d0fd1053f10b2135b87c1110f269edcd10 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 5dc68898fa02defd78823eeca05e967a6ecbb19b..ca0aaae771b5ce79b118f0a2412337737b81e344 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index dc3cf1c20e0837c8828f74c3ddcf4aa1938937b3..2b662f9d29fe7a12bb0e3c78eb23c19e5aed4c07 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 3be9261ecd7ba51185a8ebf6daaeeef0185a73fd..f741b39cf1ee3b147c1a3ef57a8aad3dbb353818 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index be9538cdc7b02dcb1b8f33e3450dea8ae031646f..3e02fa7388f4db64719c792342d2cd5d6aba2af8 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 33f6951280b6902b9e947844a5a3b14c77605372..881285e7b2867163e1e00698a3bd35ef92b4eb48 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index a8d8149090cb7460f8819b327139158d3687a633..12c26f042b8085872ca0b698c63a0137e55a7d2c 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 9758cd83ee59c0d52cfa612bc618c1f00d6e3e1b..c17ff0c2e5f69e5dd4080542e0715ebc188fdadb 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index d130812e302175aa02eb5208c597ffa46ad1e55d..194dfa23b7c86ff39769c00fbeb05e056d53def4 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index b3d0af5ce1b2580da27442a2b41b82fcd61e7939..48ed021edc114bb4d0b77705d26b8c862964d960 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index a1baae492d7dfb5b451251afc1c026236c0fdc4e..289bb762978ebed4fff6381748729cf215c4cb4b 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 02a25e31be0ba95eeb34fe3762755d92d51148fc..d235b93328839f2dc319124effc03049d675733f 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index d9f0e1e115e4e18a3d0fe64b9013e8dcf0f55a6c..60ea01b7e5f98b9bad811cddbea6318b07b2e628 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 84c970f50f52b1516d14075b6a84c982aab77478..1a13904c3afc1abbc3b13e8d9aa58aa384df7861 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 960195ab4ce580309b7c30a0a23240d8030f9997..24d05bc0880f6ea825a2e116cc3ec558191b6e23 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index 5caa377660fd593f44b51405b311fd2be2370e17..a2720e8517c0e45c9d94a7788e4456a296d5f0f8 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index d68ba09efa551148097d966a425af7d5ae6831e4..918fa562c188280af650735d93100981bd03ea97 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/
 
index be9538cdc7b02dcb1b8f33e3450dea8ae031646f..3e02fa7388f4db64719c792342d2cd5d6aba2af8 100644 (file)
@@ -15,8 +15,8 @@
 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #
 #   Internet Systems Consortium, Inc.
-#   950 Charter Street
-#   Redwood City, CA 94063
+#   PO Box 360
+#   Newmarket, NH 03857 USA
 #   <info@isc.org>
 #   https://www.isc.org/