summaryrefslogtreecommitdiff
path: root/includes/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/inet.h')
-rw-r--r--includes/inet.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/includes/inet.h b/includes/inet.h
index c36b36f8..32e8f03a 100644
--- a/includes/inet.h
+++ b/includes/inet.h
@@ -3,7 +3,7 @@
Portable definitions for internet addresses */
/*
- * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2022 Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* This Source Code Form is subject to the terms of the Mozilla Public
@@ -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/
*
@@ -56,7 +56,7 @@ struct iaddrmatch {
};
/* its list ... */
-
+
struct iaddrmatchlist {
struct iaddrmatchlist *next;
struct iaddrmatch match;
@@ -76,4 +76,3 @@ struct iaddrcidrnetlist {
struct iaddrcidrnetlist *next;
struct iaddrcidrnet cidrnet;
};
-