From 429a56d73c0f9f2edf400fd6313850a3ce4fd809 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 19 Jan 2022 20:13:19 +0100 Subject: [#189] ISC address updated --- includes/tree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/tree.h') diff --git a/includes/tree.h b/includes/tree.h index c8cce4b2..47e9b2e0 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -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 * * https://www.isc.org/ * -- cgit v1.2.1 From f6b8f48d1665c4487dedbcfa4dca435a0d67ddeb Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 19 Jan 2022 20:14:16 +0100 Subject: [#189] Whitespace fixes in opened files --- includes/tree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/tree.h') diff --git a/includes/tree.h b/includes/tree.h index 47e9b2e0..b0574fb1 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -47,7 +47,7 @@ struct enumeration { const char *name; unsigned width; struct enumeration_value *values; -}; +}; /* Tree node types... */ #define TREE_CONCAT 1 @@ -69,7 +69,7 @@ struct buffer { XXX ephemeral by default and be made a persistent reference explicitly. */ /* XXX on the other hand, it seems to work pretty nicely, so maybe the XXX above comment is meshuggenah. */ -/* XXX I think the above comment tries to say this: +/* XXX I think the above comment tries to say this: XXX http://tinyurl.com/2tjqre */ /* A string of data bytes, possibly accompanied by a larger buffer. */ @@ -281,7 +281,7 @@ struct expression { } data; int flags; # define EXPR_EPHEMERAL 1 -}; +}; /* DNS host entry structure... */ struct dns_host_entry { -- cgit v1.2.1 From 49a7fb582dc7af0f7d25e28878001e9e8fea8979 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Tue, 25 Jan 2022 16:24:16 +0100 Subject: copy rights update --- includes/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/tree.h') diff --git a/includes/tree.h b/includes/tree.h index b0574fb1..896072b8 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -3,7 +3,7 @@ Definitions for address trees... */ /* - * 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 -- cgit v1.2.1