summaryrefslogtreecommitdiff
path: root/includes/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/statement.h')
-rw-r--r--includes/statement.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/statement.h b/includes/statement.h
index 178ebb11..913d78b3 100644
--- a/includes/statement.h
+++ b/includes/statement.h
@@ -3,7 +3,7 @@
Definitions for executable statements... */
/*
- * 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/
*
@@ -102,4 +102,3 @@ struct executable_statement {
} execute;
} data;
};
-