diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 37d487ba60..c00f4fcfc2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,9 +1,12 @@
## BIND Source Access and Contributor Guidelines
*Feb 22, 2018*
diff --git a/COPYRIGHT b/COPYRIGHT
index 3dffc13295..90c159fe44 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,9 +1,12 @@
-Copyright (C) 1996-2018 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
-----------------------------------------------------------------------------
Portions of this code release fall under one or more of the
diff --git a/HISTORY.md b/HISTORY.md
index 558b3de3b1..4e1dab3218 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,9 +1,12 @@
### Functional enhancements from prior major releases of BIND 9
diff --git a/Makefile.in b/Makefile.in
index 64a06ec99d..af0dfd6bd4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2002, 2004-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/OPTIONS.md b/OPTIONS.md
index 738076d62a..6fb9a44712 100644
--- a/OPTIONS.md
+++ b/OPTIONS.md
@@ -1,9 +1,12 @@
Setting the `STD_CDEFINES` environment variable before running `configure`
can be used to enable certain compile-time options that are not explicitly
diff --git a/README.md b/README.md
index b336ee705f..197022faa3 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
# BIND 9
diff --git a/acconfig.h b/acconfig.h
index 33aec20b56..2513aabf45 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2008, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/autogen.sh b/autogen.sh
index 252f8fc833..7add8eabc1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Run this script after modifying configure.in to generate configure
autoreconf -i
diff --git a/bin/Makefile.in b/bin/Makefile.in
index c04fa856a9..f0c504a17e 100644
--- a/bin/Makefile.in
+++ b/bin/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2009, 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/check/Makefile.in b/bin/check/Makefile.in
index 2f9a179fd5..12f48d2d23 100644
--- a/bin/check/Makefile.in
+++ b/bin/check/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000-2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.36 2009/12/05 23:31:40 each Exp $
diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c
index 4da5a956a1..ac721dbaf9 100644
--- a/bin/check/check-tool.c
+++ b/bin/check/check-tool.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: check-tool.c,v 1.44 2011/12/22 07:32:39 each Exp $ */
diff --git a/bin/check/check-tool.h b/bin/check/check-tool.h
index d7f183b2fd..55c2016894 100644
--- a/bin/check/check-tool.h
+++ b/bin/check/check-tool.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2010, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: check-tool.h,v 1.18 2011/12/09 23:47:02 tbox Exp $ */
diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c
index 43694a707f..f05aa40a36 100644
--- a/bin/check/named-checkconf.c
+++ b/bin/check/named-checkconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named-checkconf.c,v 1.56 2011/03/12 04:59:46 tbox Exp $ */
diff --git a/bin/check/named-checkconf.docbook b/bin/check/named-checkconf.docbook
index dc4aaaaffd..41c13e1b16 100644
--- a/bin/check/named-checkconf.docbook
+++ b/bin/check/named-checkconf.docbook
@@ -1,11 +1,14 @@
]>
@@ -36,6 +39,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c
index c197253d76..bfbe123729 100644
--- a/bin/check/named-checkzone.c
+++ b/bin/check/named-checkzone.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named-checkzone.c,v 1.65.32.2 2012/02/07 02:45:21 each Exp $ */
diff --git a/bin/check/named-checkzone.docbook b/bin/check/named-checkzone.docbook
index e3ddbe4932..f4c5fd6a41 100644
--- a/bin/check/named-checkzone.docbook
+++ b/bin/check/named-checkzone.docbook
@@ -1,9 +1,12 @@
@@ -39,6 +42,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/confgen/Makefile.in b/bin/confgen/Makefile.in
index d28ac99975..87f13dda4b 100644
--- a/bin/confgen/Makefile.in
+++ b/bin/confgen/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.8 2009/12/05 23:31:40 each Exp $
diff --git a/bin/confgen/ddns-confgen.c b/bin/confgen/ddns-confgen.c
index f9494a370f..f9ed35e624 100644
--- a/bin/confgen/ddns-confgen.c
+++ b/bin/confgen/ddns-confgen.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/confgen/ddns-confgen.docbook b/bin/confgen/ddns-confgen.docbook
index 36fc909d58..7815121805 100644
--- a/bin/confgen/ddns-confgen.docbook
+++ b/bin/confgen/ddns-confgen.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/confgen/include/confgen/os.h b/bin/confgen/include/confgen/os.h
index 263cb28a8b..37eec1b270 100644
--- a/bin/confgen/include/confgen/os.h
+++ b/bin/confgen/include/confgen/os.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.h,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/confgen/keygen.c b/bin/confgen/keygen.c
index 4de31a0772..467e816674 100644
--- a/bin/confgen/keygen.c
+++ b/bin/confgen/keygen.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keygen.c,v 1.4 2009/11/12 14:02:38 marka Exp $ */
diff --git a/bin/confgen/keygen.h b/bin/confgen/keygen.h
index 0052267ec6..9c8a658274 100644
--- a/bin/confgen/keygen.h
+++ b/bin/confgen/keygen.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keygen.h,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/confgen/rndc-confgen.c b/bin/confgen/rndc-confgen.c
index 0c23421202..2925baf32f 100644
--- a/bin/confgen/rndc-confgen.c
+++ b/bin/confgen/rndc-confgen.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2003-2005, 2007-2009, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rndc-confgen.c,v 1.7 2011/03/12 04:59:46 tbox Exp $ */
diff --git a/bin/confgen/rndc-confgen.docbook b/bin/confgen/rndc-confgen.docbook
index 9da257baf8..deb217c120 100644
--- a/bin/confgen/rndc-confgen.docbook
+++ b/bin/confgen/rndc-confgen.docbook
@@ -1,9 +1,12 @@
@@ -39,6 +42,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/confgen/unix/Makefile.in b/bin/confgen/unix/Makefile.in
index b1582dcbf4..f200d2e34d 100644
--- a/bin/confgen/unix/Makefile.in
+++ b/bin/confgen/unix/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.3 2009/06/11 23:47:55 tbox Exp $
diff --git a/bin/confgen/unix/os.c b/bin/confgen/unix/os.c
index bbfcbabf0a..8bba386a4c 100644
--- a/bin/confgen/unix/os.c
+++ b/bin/confgen/unix/os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.c,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/confgen/util.c b/bin/confgen/util.c
index b09d527168..144d4634e7 100644
--- a/bin/confgen/util.c
+++ b/bin/confgen/util.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: util.c,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/confgen/util.h b/bin/confgen/util.h
index fab8084fa5..ba473af6da 100644
--- a/bin/confgen/util.h
+++ b/bin/confgen/util.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: util.h,v 1.4 2009/09/29 15:06:05 fdupont Exp $ */
diff --git a/bin/confgen/win32/os.c b/bin/confgen/win32/os.c
index 4a70135355..b0294fa84a 100644
--- a/bin/confgen/win32/os.c
+++ b/bin/confgen/win32/os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.c,v 1.3 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/delv/Makefile.in b/bin/delv/Makefile.in
index 313063c579..e2d2802262 100644
--- a/bin/delv/Makefile.in
+++ b/bin/delv/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/delv/delv.c b/bin/delv/delv.c
index 57b3c491c2..c97ad69a09 100644
--- a/bin/delv/delv.c
+++ b/bin/delv/delv.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/delv/delv.docbook b/bin/delv/delv.docbook
index c1f1c9318c..9ed6b3d7e1 100644
--- a/bin/delv/delv.docbook
+++ b/bin/delv/delv.docbook
@@ -1,11 +1,14 @@
]>
@@ -35,6 +38,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in
index 511fdfe86e..1fdf8a4ef6 100644
--- a/bin/dig/Makefile.in
+++ b/bin/dig/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/dig/dig.c b/bin/dig/dig.c
index f7bc4d5e44..ff8948ffab 100644
--- a/bin/dig/dig.c
+++ b/bin/dig/dig.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook
index f4c5508a9c..67a82a8021 100644
--- a/bin/dig/dig.docbook
+++ b/bin/dig/dig.docbook
@@ -1,11 +1,14 @@
]>
diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c
index cccc87f602..8e76a0e857 100644
--- a/bin/dig/dighost.c
+++ b/bin/dig/dighost.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/bin/dig/host.c b/bin/dig/host.c
index 2eb60e19b7..a63595e164 100644
--- a/bin/dig/host.c
+++ b/bin/dig/host.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dig/host.docbook b/bin/dig/host.docbook
index d6500f5d3a..9c3aeaa4ae 100644
--- a/bin/dig/host.docbook
+++ b/bin/dig/host.docbook
@@ -1,11 +1,14 @@
]>
@@ -43,6 +46,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h
index b230d8e910..7a78b869d6 100644
--- a/bin/dig/include/dig/dig.h
+++ b/bin/dig/include/dig/dig.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DIG_H
diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c
index f745193067..9b6d0f47af 100644
--- a/bin/dig/nslookup.c
+++ b/bin/dig/nslookup.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/dig/nslookup.docbook b/bin/dig/nslookup.docbook
index 4c32977e48..3aff4e984d 100644
--- a/bin/dig/nslookup.docbook
+++ b/bin/dig/nslookup.docbook
@@ -1,9 +1,12 @@
@@ -37,6 +40,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-importkey.c b/bin/dnssec/dnssec-importkey.c
index 05b00000c6..1a86d18000 100644
--- a/bin/dnssec/dnssec-importkey.c
+++ b/bin/dnssec/dnssec-importkey.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dnssec/dnssec-importkey.docbook b/bin/dnssec/dnssec-importkey.docbook
index ed579f7a03..df8efa355b 100644
--- a/bin/dnssec/dnssec-importkey.docbook
+++ b/bin/dnssec/dnssec-importkey.docbook
@@ -1,9 +1,12 @@
@@ -34,6 +37,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-keyfromlabel.c b/bin/dnssec/dnssec-keyfromlabel.c
index 6ffbc283d3..2862bb4179 100644
--- a/bin/dnssec/dnssec-keyfromlabel.c
+++ b/bin/dnssec/dnssec-keyfromlabel.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2007-2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dnssec/dnssec-keyfromlabel.docbook b/bin/dnssec/dnssec-keyfromlabel.docbook
index ef8e6a71d4..394718bff1 100644
--- a/bin/dnssec/dnssec-keyfromlabel.docbook
+++ b/bin/dnssec/dnssec-keyfromlabel.docbook
@@ -1,9 +1,12 @@
@@ -39,6 +42,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c
index 4f6f72cd8c..f434f3f73a 100644
--- a/bin/dnssec/dnssec-keygen.c
+++ b/bin/dnssec/dnssec-keygen.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/bin/dnssec/dnssec-keygen.docbook b/bin/dnssec/dnssec-keygen.docbook
index 48f65682e8..96dfef64b4 100644
--- a/bin/dnssec/dnssec-keygen.docbook
+++ b/bin/dnssec/dnssec-keygen.docbook
@@ -1,9 +1,12 @@
@@ -46,6 +49,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-revoke.c b/bin/dnssec/dnssec-revoke.c
index 437e1530b8..10fad0ba7f 100644
--- a/bin/dnssec/dnssec-revoke.c
+++ b/bin/dnssec/dnssec-revoke.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dnssec/dnssec-revoke.docbook b/bin/dnssec/dnssec-revoke.docbook
index a5aab1a5c3..acb2e9d617 100644
--- a/bin/dnssec/dnssec-revoke.docbook
+++ b/bin/dnssec/dnssec-revoke.docbook
@@ -1,9 +1,12 @@
@@ -34,6 +37,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-settime.c b/bin/dnssec/dnssec-settime.c
index a51fd453f0..360cdb9fa5 100644
--- a/bin/dnssec/dnssec-settime.c
+++ b/bin/dnssec/dnssec-settime.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dnssec/dnssec-settime.docbook b/bin/dnssec/dnssec-settime.docbook
index ac08a3582e..f73fe02074 100644
--- a/bin/dnssec/dnssec-settime.docbook
+++ b/bin/dnssec/dnssec-settime.docbook
@@ -1,9 +1,12 @@
@@ -36,6 +39,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-signzone.c b/bin/dnssec/dnssec-signzone.c
index 07decac9b2..4e0fe46922 100644
--- a/bin/dnssec/dnssec-signzone.c
+++ b/bin/dnssec/dnssec-signzone.c
@@ -5,7 +5,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/bin/dnssec/dnssec-signzone.docbook b/bin/dnssec/dnssec-signzone.docbook
index 82089a9613..2ada516500 100644
--- a/bin/dnssec/dnssec-signzone.docbook
+++ b/bin/dnssec/dnssec-signzone.docbook
@@ -1,9 +1,12 @@
@@ -46,6 +49,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssec-verify.c b/bin/dnssec/dnssec-verify.c
index cbf319dea4..3936803eb8 100644
--- a/bin/dnssec/dnssec-verify.c
+++ b/bin/dnssec/dnssec-verify.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dnssec/dnssec-verify.docbook b/bin/dnssec/dnssec-verify.docbook
index e1ed25f963..b2951e1c30 100644
--- a/bin/dnssec/dnssec-verify.docbook
+++ b/bin/dnssec/dnssec-verify.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c
index 297e33de6c..bf0c0e7d51 100644
--- a/bin/dnssec/dnssectool.c
+++ b/bin/dnssec/dnssectool.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2005, 2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h
index 13cbf33633..4ebb2d3a16 100644
--- a/bin/dnssec/dnssectool.h
+++ b/bin/dnssec/dnssectool.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003, 2004, 2007-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnssectool.h,v 1.33 2011/10/20 23:46:51 tbox Exp $ */
diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in
index 0c2719253f..1c413973d0 100644
--- a/bin/named/Makefile.in
+++ b/bin/named/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2002, 2004-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/named/bind9.xsl b/bin/named/bind9.xsl
index 09aa18d956..890654c120 100644
--- a/bin/named/bind9.xsl
+++ b/bin/named/bind9.xsl
@@ -1,10 +1,13 @@
diff --git a/bin/named/builtin.c b/bin/named/builtin.c
index 9613bc80d2..f0e981d188 100644
--- a/bin/named/builtin.c
+++ b/bin/named/builtin.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2005, 2007, 2009-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: builtin.c,v 1.26 2012/01/21 19:44:18 each Exp $ */
diff --git a/bin/named/client.c b/bin/named/client.c
index ce5c90a04d..ffdafca109 100644
--- a/bin/named/client.c
+++ b/bin/named/client.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/named/config.c b/bin/named/config.c
index 6ead2f2938..24af8e8dfc 100644
--- a/bin/named/config.c
+++ b/bin/named/config.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/control.c b/bin/named/control.c
index 5d9027a6ad..f16067fe0d 100644
--- a/bin/named/control.c
+++ b/bin/named/control.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2007, 2009-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: control.c,v 1.49 2012/01/31 23:47:31 tbox Exp $ */
diff --git a/bin/named/controlconf.c b/bin/named/controlconf.c
index 041293f1f1..237e8dc31d 100644
--- a/bin/named/controlconf.c
+++ b/bin/named/controlconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2008, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/convertxsl.pl b/bin/named/convertxsl.pl
index 01e499a268..6ab2f4b9c1 100755
--- a/bin/named/convertxsl.pl
+++ b/bin/named/convertxsl.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2006-2008, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: convertxsl.pl,v 1.14 2008/07/17 23:43:26 jinmei Exp $
diff --git a/bin/named/fuzz.c b/bin/named/fuzz.c
index 03539ffe4a..b0ac889408 100644
--- a/bin/named/fuzz.c
+++ b/bin/named/fuzz.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include "config.h"
diff --git a/bin/named/geoip.c b/bin/named/geoip.c
index 9c0b25a774..5bc504ef5d 100644
--- a/bin/named/geoip.c
+++ b/bin/named/geoip.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/include/dlz/dlz_dlopen_driver.h b/bin/named/include/dlz/dlz_dlopen_driver.h
index 3103c1f249..23bbb25f55 100644
--- a/bin/named/include/dlz/dlz_dlopen_driver.h
+++ b/bin/named/include/dlz/dlz_dlopen_driver.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dlz_dlopen_driver.h,v 1.4 2011/03/17 09:25:53 fdupont Exp $ */
diff --git a/bin/named/include/named/builtin.h b/bin/named/include/named/builtin.h
index 9cab902f9b..97ffdee160 100644
--- a/bin/named/include/named/builtin.h
+++ b/bin/named/include/named/builtin.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: builtin.h,v 1.6 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/client.h b/bin/named/include/named/client.h
index 80b7404382..262b906ac9 100644
--- a/bin/named/include/named/client.h
+++ b/bin/named/include/named/client.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: client.h,v 1.96 2012/01/31 23:47:31 tbox Exp $ */
diff --git a/bin/named/include/named/config.h b/bin/named/include/named/config.h
index 92b23ef73c..4d0efccc7d 100644
--- a/bin/named/include/named/config.h
+++ b/bin/named/include/named/config.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2002, 2004-2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: config.h,v 1.16 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/named/include/named/control.h b/bin/named/include/named/control.h
index 9925fa39f5..238c8cce37 100644
--- a/bin/named/include/named/control.h
+++ b/bin/named/include/named/control.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2007, 2009-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: control.h,v 1.38 2012/01/31 23:47:31 tbox Exp $ */
diff --git a/bin/named/include/named/fuzz.h b/bin/named/include/named/fuzz.h
index 4439007136..6e5eac582d 100644
--- a/bin/named/include/named/fuzz.h
+++ b/bin/named/include/named/fuzz.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NAMED_FUZZ_H
diff --git a/bin/named/include/named/geoip.h b/bin/named/include/named/geoip.h
index 94926c2c63..04a5a3964c 100644
--- a/bin/named/include/named/geoip.h
+++ b/bin/named/include/named/geoip.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef _GEOIP_H
diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h
index 445a7f3c12..1864e00575 100644
--- a/bin/named/include/named/globals.h
+++ b/bin/named/include/named/globals.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NAMED_GLOBALS_H
diff --git a/bin/named/include/named/interfacemgr.h b/bin/named/include/named/interfacemgr.h
index 1df9d149dd..36870f35cd 100644
--- a/bin/named/include/named/interfacemgr.h
+++ b/bin/named/include/named/interfacemgr.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: interfacemgr.h,v 1.35 2011/07/28 23:47:58 tbox Exp $ */
diff --git a/bin/named/include/named/listenlist.h b/bin/named/include/named/listenlist.h
index 6debb8a735..330d2627dd 100644
--- a/bin/named/include/named/listenlist.h
+++ b/bin/named/include/named/listenlist.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: listenlist.h,v 1.15 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/log.h b/bin/named/include/named/log.h
index 64dbd0201e..cd73e2e221 100644
--- a/bin/named/include/named/log.h
+++ b/bin/named/include/named/log.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: log.h,v 1.27 2009/01/07 23:47:46 tbox Exp $ */
diff --git a/bin/named/include/named/logconf.h b/bin/named/include/named/logconf.h
index 02552c6cd6..b1afc7c1ee 100644
--- a/bin/named/include/named/logconf.h
+++ b/bin/named/include/named/logconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: logconf.h,v 1.17 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/lwaddr.h b/bin/named/include/named/lwaddr.h
index ba31463d21..a48d7568d7 100644
--- a/bin/named/include/named/lwaddr.h
+++ b/bin/named/include/named/lwaddr.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwaddr.h,v 1.8 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/lwdclient.h b/bin/named/include/named/lwdclient.h
index e264d7d236..bbe27880a2 100644
--- a/bin/named/include/named/lwdclient.h
+++ b/bin/named/include/named/lwdclient.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwdclient.h,v 1.20 2009/01/17 23:47:42 tbox Exp $ */
diff --git a/bin/named/include/named/lwresd.h b/bin/named/include/named/lwresd.h
index fda19ea555..e615a052c7 100644
--- a/bin/named/include/named/lwresd.h
+++ b/bin/named/include/named/lwresd.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwresd.h,v 1.19 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/lwsearch.h b/bin/named/include/named/lwsearch.h
index 0a7439106f..3083086f0d 100644
--- a/bin/named/include/named/lwsearch.h
+++ b/bin/named/include/named/lwsearch.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwsearch.h,v 1.9 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/main.h b/bin/named/include/named/main.h
index ebb4c175f6..2860bc2ecf 100644
--- a/bin/named/include/named/main.h
+++ b/bin/named/include/named/main.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NAMED_MAIN_H
diff --git a/bin/named/include/named/notify.h b/bin/named/include/named/notify.h
index 2f4fc29f8e..293a6a8b3b 100644
--- a/bin/named/include/named/notify.h
+++ b/bin/named/include/named/notify.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: notify.h,v 1.16 2009/01/17 23:47:42 tbox Exp $ */
diff --git a/bin/named/include/named/ns_smf_globals.h b/bin/named/include/named/ns_smf_globals.h
index ebaaff983b..9fc49e6533 100644
--- a/bin/named/include/named/ns_smf_globals.h
+++ b/bin/named/include/named/ns_smf_globals.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ns_smf_globals.h,v 1.7 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/query.h b/bin/named/include/named/query.h
index 8f20c9af02..8a0a7ef220 100644
--- a/bin/named/include/named/query.h
+++ b/bin/named/include/named/query.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2010, 2011, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NAMED_QUERY_H
diff --git a/bin/named/include/named/seccomp.h b/bin/named/include/named/seccomp.h
index a0490d2e95..4e2c2d9c1d 100644
--- a/bin/named/include/named/seccomp.h
+++ b/bin/named/include/named/seccomp.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NAMED_SECCOMP_H
diff --git a/bin/named/include/named/server.h b/bin/named/include/named/server.h
index 2041372235..4dd2882916 100644
--- a/bin/named/include/named/server.h
+++ b/bin/named/include/named/server.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NAMED_SERVER_H
diff --git a/bin/named/include/named/sortlist.h b/bin/named/include/named/sortlist.h
index cb10c38a13..15bf2a61e1 100644
--- a/bin/named/include/named/sortlist.h
+++ b/bin/named/include/named/sortlist.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sortlist.h,v 1.11 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/statschannel.h b/bin/named/include/named/statschannel.h
index bac484e4f2..95f71b3151 100644
--- a/bin/named/include/named/statschannel.h
+++ b/bin/named/include/named/statschannel.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: statschannel.h,v 1.3 2008/04/03 05:55:51 marka Exp $ */
diff --git a/bin/named/include/named/tkeyconf.h b/bin/named/include/named/tkeyconf.h
index 5f6f8eda5e..5370913f6f 100644
--- a/bin/named/include/named/tkeyconf.h
+++ b/bin/named/include/named/tkeyconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tkeyconf.h,v 1.16 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/tsigconf.h b/bin/named/include/named/tsigconf.h
index 067ae656b9..0bdd02b999 100644
--- a/bin/named/include/named/tsigconf.h
+++ b/bin/named/include/named/tsigconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tsigconf.h,v 1.18 2009/06/11 23:47:55 tbox Exp $ */
diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h
index 5a91ad0a41..711853eaa8 100644
--- a/bin/named/include/named/types.h
+++ b/bin/named/include/named/types.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: types.h,v 1.31 2009/01/09 23:47:45 tbox Exp $ */
diff --git a/bin/named/include/named/update.h b/bin/named/include/named/update.h
index dc4d00dce6..3ee6623a08 100644
--- a/bin/named/include/named/update.h
+++ b/bin/named/include/named/update.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: update.h,v 1.13 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/xfrout.h b/bin/named/include/named/xfrout.h
index 27ced6cb06..41c7f27b71 100644
--- a/bin/named/include/named/xfrout.h
+++ b/bin/named/include/named/xfrout.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: xfrout.h,v 1.12 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/include/named/zoneconf.h b/bin/named/include/named/zoneconf.h
index 702ac702b3..28bb91bf52 100644
--- a/bin/named/include/named/zoneconf.h
+++ b/bin/named/include/named/zoneconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2010, 2011, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: zoneconf.h,v 1.30 2011/08/30 23:46:51 tbox Exp $ */
diff --git a/bin/named/interfacemgr.c b/bin/named/interfacemgr.c
index 687c984fca..d8c7188186 100644
--- a/bin/named/interfacemgr.c
+++ b/bin/named/interfacemgr.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/listenlist.c b/bin/named/listenlist.c
index 6ae7ddec21..075a375213 100644
--- a/bin/named/listenlist.c
+++ b/bin/named/listenlist.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: listenlist.c,v 1.14 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/log.c b/bin/named/log.c
index 95e1b6db68..e8eefbcb95 100644
--- a/bin/named/log.c
+++ b/bin/named/log.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009, 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: log.c,v 1.49 2009/01/07 01:46:40 jinmei Exp $ */
diff --git a/bin/named/logconf.c b/bin/named/logconf.c
index c677d939a0..186b788366 100644
--- a/bin/named/logconf.c
+++ b/bin/named/logconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: logconf.c,v 1.45 2011/03/05 23:52:29 tbox Exp $ */
diff --git a/bin/named/lwaddr.c b/bin/named/lwaddr.c
index 53fe957de2..9a58ee4b9f 100644
--- a/bin/named/lwaddr.c
+++ b/bin/named/lwaddr.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwaddr.c,v 1.10 2008/01/11 23:46:56 tbox Exp $ */
diff --git a/bin/named/lwdclient.c b/bin/named/lwdclient.c
index 5ccee798d5..14acc055d4 100644
--- a/bin/named/lwdclient.c
+++ b/bin/named/lwdclient.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwdclient.c,v 1.22 2007/06/18 23:47:18 tbox Exp $ */
diff --git a/bin/named/lwderror.c b/bin/named/lwderror.c
index bb9330077c..ceb0da26dd 100644
--- a/bin/named/lwderror.c
+++ b/bin/named/lwderror.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwderror.c,v 1.12 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/lwdgabn.c b/bin/named/lwdgabn.c
index c3a749ee84..2ab810917c 100644
--- a/bin/named/lwdgabn.c
+++ b/bin/named/lwdgabn.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwdgabn.c,v 1.24 2009/09/02 23:48:01 tbox Exp $ */
diff --git a/bin/named/lwdgnba.c b/bin/named/lwdgnba.c
index 89e94380be..d432c38242 100644
--- a/bin/named/lwdgnba.c
+++ b/bin/named/lwdgnba.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2008, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwdgnba.c,v 1.22 2008/01/14 23:46:56 tbox Exp $ */
diff --git a/bin/named/lwdgrbn.c b/bin/named/lwdgrbn.c
index d0d8ec70d7..9f9829ccbe 100644
--- a/bin/named/lwdgrbn.c
+++ b/bin/named/lwdgrbn.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwdgrbn.c,v 1.22 2009/09/02 23:48:01 tbox Exp $ */
diff --git a/bin/named/lwdnoop.c b/bin/named/lwdnoop.c
index 9d368449b5..75769c9976 100644
--- a/bin/named/lwdnoop.c
+++ b/bin/named/lwdnoop.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwdnoop.c,v 1.13 2008/01/22 23:28:04 tbox Exp $ */
diff --git a/bin/named/lwresd.c b/bin/named/lwresd.c
index 4be78b84c8..ee6dc4cd73 100644
--- a/bin/named/lwresd.c
+++ b/bin/named/lwresd.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwresd.c,v 1.60 2009/09/02 23:48:01 tbox Exp $ */
diff --git a/bin/named/lwresd.docbook b/bin/named/lwresd.docbook
index 375375ad51..69896668c2 100644
--- a/bin/named/lwresd.docbook
+++ b/bin/named/lwresd.docbook
@@ -1,9 +1,12 @@
@@ -40,6 +43,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/named/lwsearch.c b/bin/named/lwsearch.c
index c9117a9662..0babd44140 100644
--- a/bin/named/lwsearch.c
+++ b/bin/named/lwsearch.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwsearch.c,v 1.13 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/main.c b/bin/named/main.c
index 64ee3ceed7..ed6f6637ac 100644
--- a/bin/named/main.c
+++ b/bin/named/main.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook
index ea76ba6e78..cb84acf1ad 100644
--- a/bin/named/named.conf.docbook
+++ b/bin/named/named.conf.docbook
@@ -1,9 +1,12 @@
diff --git a/bin/named/named.docbook b/bin/named/named.docbook
index dea5e9b248..8e1d4c9fd5 100644
--- a/bin/named/named.docbook
+++ b/bin/named/named.docbook
@@ -1,9 +1,12 @@
@@ -44,6 +47,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/named/notify.c b/bin/named/notify.c
index a0034b8b26..3022ce430c 100644
--- a/bin/named/notify.c
+++ b/bin/named/notify.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: notify.c,v 1.37 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/query.c b/bin/named/query.c
index 7df48c254e..c40f2c065a 100644
--- a/bin/named/query.c
+++ b/bin/named/query.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/server.c b/bin/named/server.c
index 5ef5f40125..9e59ad3035 100644
--- a/bin/named/server.c
+++ b/bin/named/server.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/sortlist.c b/bin/named/sortlist.c
index e59e9a5483..20a131ca19 100644
--- a/bin/named/sortlist.c
+++ b/bin/named/sortlist.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sortlist.c,v 1.17 2007/09/14 01:46:05 marka Exp $ */
diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c
index 3fd6281a68..4511ec196a 100644
--- a/bin/named/statschannel.c
+++ b/bin/named/statschannel.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c
index ae0bbe047b..445e938c69 100644
--- a/bin/named/tkeyconf.c
+++ b/bin/named/tkeyconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tkeyconf.c,v 1.33 2010/12/20 23:47:20 tbox Exp $ */
diff --git a/bin/named/tsigconf.c b/bin/named/tsigconf.c
index 6affb199be..829b92d615 100644
--- a/bin/named/tsigconf.c
+++ b/bin/named/tsigconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2011, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tsigconf.c,v 1.35 2011/01/11 23:47:12 tbox Exp $ */
diff --git a/bin/named/unix/Makefile.in b/bin/named/unix/Makefile.in
index 31da150253..548aa37cf3 100644
--- a/bin/named/unix/Makefile.in
+++ b/bin/named/unix/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2007, 2009, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.15 2011/03/10 23:47:49 tbox Exp $
diff --git a/bin/named/unix/dlz_dlopen_driver.c b/bin/named/unix/dlz_dlopen_driver.c
index 49db360d7a..15e2afce87 100644
--- a/bin/named/unix/dlz_dlopen_driver.c
+++ b/bin/named/unix/dlz_dlopen_driver.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/named/unix/include/named/os.h b/bin/named/unix/include/named/os.h
index 62b3af864e..be89b9992b 100644
--- a/bin/named/unix/include/named/os.h
+++ b/bin/named/unix/include/named/os.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007-2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NS_OS_H
diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c
index 2242642132..bc418086db 100644
--- a/bin/named/unix/os.c
+++ b/bin/named/unix/os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/named/update.c b/bin/named/update.c
index 42ed96c3e5..7d09bce656 100644
--- a/bin/named/update.c
+++ b/bin/named/update.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/named/win32/dlz_dlopen_driver.c b/bin/named/win32/dlz_dlopen_driver.c
index 8f9a005174..d1d0dc542c 100644
--- a/bin/named/win32/dlz_dlopen_driver.c
+++ b/bin/named/win32/dlz_dlopen_driver.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dlz_dlopen_driver.c,v 1.5 2011/10/14 00:52:32 marka Exp $ */
diff --git a/bin/named/win32/include/named/ntservice.h b/bin/named/win32/include/named/ntservice.h
index ace05b43e4..4589033293 100644
--- a/bin/named/win32/include/named/ntservice.h
+++ b/bin/named/win32/include/named/ntservice.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ntservice.h,v 1.6 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/named/win32/include/named/os.h b/bin/named/win32/include/named/os.h
index 08aa2a4fb4..2d2a018b8c 100644
--- a/bin/named/win32/include/named/os.h
+++ b/bin/named/win32/include/named/os.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2007-2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef NS_OS_H
diff --git a/bin/named/win32/ntservice.c b/bin/named/win32/ntservice.c
index bd725eec00..e1ca9d2946 100644
--- a/bin/named/win32/ntservice.c
+++ b/bin/named/win32/ntservice.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2006, 2007, 2009, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ntservice.c,v 1.16 2011/01/13 08:50:29 tbox Exp $ */
diff --git a/bin/named/win32/os.c b/bin/named/win32/os.c
index cb38223d35..17ca3489a8 100644
--- a/bin/named/win32/os.c
+++ b/bin/named/win32/os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007-2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c
index aa0beadafb..c531e0acef 100644
--- a/bin/named/xfrout.c
+++ b/bin/named/xfrout.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c
index c74a26f53e..28e0ecc56a 100644
--- a/bin/named/zoneconf.c
+++ b/bin/named/zoneconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in
index 21d5c61f33..0276f691e5 100644
--- a/bin/nsupdate/Makefile.in
+++ b/bin/nsupdate/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000-2002, 2004, 2006-2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.36 2009/12/05 23:31:40 each Exp $
diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c
index 4a421585b0..ff100533f8 100644
--- a/bin/nsupdate/nsupdate.c
+++ b/bin/nsupdate/nsupdate.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/nsupdate/nsupdate.docbook b/bin/nsupdate/nsupdate.docbook
index eaef76c38c..aa5ba71a9d 100644
--- a/bin/nsupdate/nsupdate.docbook
+++ b/bin/nsupdate/nsupdate.docbook
@@ -1,9 +1,12 @@
@@ -45,6 +48,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/pkcs11/Makefile.in b/bin/pkcs11/Makefile.in
index d9aa66bc94..ae9061626c 100644
--- a/bin/pkcs11/Makefile.in
+++ b/bin/pkcs11/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2009/10/05 12:07:08 fdupont Exp $
diff --git a/bin/pkcs11/pkcs11-destroy.docbook b/bin/pkcs11/pkcs11-destroy.docbook
index f66bc75fcc..8b862d68b8 100644
--- a/bin/pkcs11/pkcs11-destroy.docbook
+++ b/bin/pkcs11/pkcs11-destroy.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/pkcs11/pkcs11-keygen.docbook b/bin/pkcs11/pkcs11-keygen.docbook
index 784bdf0a60..fb8c7e2c73 100644
--- a/bin/pkcs11/pkcs11-keygen.docbook
+++ b/bin/pkcs11/pkcs11-keygen.docbook
@@ -1,9 +1,12 @@
@@ -34,6 +37,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/pkcs11/pkcs11-list.c b/bin/pkcs11/pkcs11-list.c
index 05d24d9dee..bb9cec3843 100644
--- a/bin/pkcs11/pkcs11-list.c
+++ b/bin/pkcs11/pkcs11-list.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/pkcs11/pkcs11-list.docbook b/bin/pkcs11/pkcs11-list.docbook
index 570ef1f999..3befcf49f6 100644
--- a/bin/pkcs11/pkcs11-list.docbook
+++ b/bin/pkcs11/pkcs11-list.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/pkcs11/pkcs11-tokens.c b/bin/pkcs11/pkcs11-tokens.c
index 3ae354a32f..ea1366690d 100644
--- a/bin/pkcs11/pkcs11-tokens.c
+++ b/bin/pkcs11/pkcs11-tokens.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/pkcs11/pkcs11-tokens.docbook b/bin/pkcs11/pkcs11-tokens.docbook
index 93f4bbb9c6..d1170e6d39 100644
--- a/bin/pkcs11/pkcs11-tokens.docbook
+++ b/bin/pkcs11/pkcs11-tokens.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in
index cfc7c7fe65..aa678d47ab 100644
--- a/bin/python/Makefile.in
+++ b/bin/python/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2012-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/python/dnssec-checkds.docbook b/bin/python/dnssec-checkds.docbook
index 91716bc69d..411bf32083 100644
--- a/bin/python/dnssec-checkds.docbook
+++ b/bin/python/dnssec-checkds.docbook
@@ -1,9 +1,12 @@
@@ -35,6 +38,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/python/dnssec-checkds.py.in b/bin/python/dnssec-checkds.py.in
index 615dcdb181..ed5ac37488 100644
--- a/bin/python/dnssec-checkds.py.in
+++ b/bin/python/dnssec-checkds.py.in
@@ -1,10 +1,13 @@
#!@PYTHON@
############################################################################
-# Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import os
diff --git a/bin/python/dnssec-coverage.docbook b/bin/python/dnssec-coverage.docbook
index 7400d7e63f..46f92117c0 100644
--- a/bin/python/dnssec-coverage.docbook
+++ b/bin/python/dnssec-coverage.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/python/dnssec-coverage.py.in b/bin/python/dnssec-coverage.py.in
index 8b7a93dc95..8518dc3b66 100644
--- a/bin/python/dnssec-coverage.py.in
+++ b/bin/python/dnssec-coverage.py.in
@@ -1,10 +1,13 @@
#!@PYTHON@
############################################################################
-# Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import os
diff --git a/bin/python/dnssec-keymgr.docbook b/bin/python/dnssec-keymgr.docbook
index bcfd264637..1a42a75b87 100644
--- a/bin/python/dnssec-keymgr.docbook
+++ b/bin/python/dnssec-keymgr.docbook
@@ -1,9 +1,12 @@
@@ -30,6 +33,7 @@
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/python/dnssec-keymgr.py.in b/bin/python/dnssec-keymgr.py.in
index 561e41a981..c8453a78a6 100644
--- a/bin/python/dnssec-keymgr.py.in
+++ b/bin/python/dnssec-keymgr.py.in
@@ -1,10 +1,13 @@
#!@PYTHON@
############################################################################
-# Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import os
diff --git a/bin/python/isc/Makefile.in b/bin/python/isc/Makefile.in
index 8d16273b41..ec17b6bd45 100644
--- a/bin/python/isc/Makefile.in
+++ b/bin/python/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/python/isc/__init__.py.in b/bin/python/isc/__init__.py.in
index dd10003b5d..916333c3f8 100644
--- a/bin/python/isc/__init__.py.in
+++ b/bin/python/isc/__init__.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
__all__ = ['checkds', 'coverage', 'keymgr', 'dnskey', 'eventlist',
diff --git a/bin/python/isc/checkds.py.in b/bin/python/isc/checkds.py.in
index ce503558a6..42fbfcde73 100644
--- a/bin/python/isc/checkds.py.in
+++ b/bin/python/isc/checkds.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import argparse
diff --git a/bin/python/isc/coverage.py.in b/bin/python/isc/coverage.py.in
index adecf8c2fb..4e392a780e 100644
--- a/bin/python/isc/coverage.py.in
+++ b/bin/python/isc/coverage.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
from __future__ import print_function
diff --git a/bin/python/isc/dnskey.py.in b/bin/python/isc/dnskey.py.in
index 5c5e4a545b..8c5a80f7c1 100644
--- a/bin/python/isc/dnskey.py.in
+++ b/bin/python/isc/dnskey.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import os
diff --git a/bin/python/isc/eventlist.py.in b/bin/python/isc/eventlist.py.in
index 909305fcc1..5c1b31aebb 100644
--- a/bin/python/isc/eventlist.py.in
+++ b/bin/python/isc/eventlist.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
from collections import defaultdict
diff --git a/bin/python/isc/keydict.py.in b/bin/python/isc/keydict.py.in
index 64d4783513..578a847888 100644
--- a/bin/python/isc/keydict.py.in
+++ b/bin/python/isc/keydict.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
from collections import defaultdict
diff --git a/bin/python/isc/keyevent.py.in b/bin/python/isc/keyevent.py.in
index edc6e0c326..cfc935a643 100644
--- a/bin/python/isc/keyevent.py.in
+++ b/bin/python/isc/keyevent.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import time
diff --git a/bin/python/isc/keymgr.py.in b/bin/python/isc/keymgr.py.in
index 98c003f8e2..c193daa48c 100644
--- a/bin/python/isc/keymgr.py.in
+++ b/bin/python/isc/keymgr.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
from __future__ import print_function
diff --git a/bin/python/isc/keyseries.py.in b/bin/python/isc/keyseries.py.in
index 09fc337717..e1241f0071 100644
--- a/bin/python/isc/keyseries.py.in
+++ b/bin/python/isc/keyseries.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
from collections import defaultdict
diff --git a/bin/python/isc/keyzone.py.in b/bin/python/isc/keyzone.py.in
index 40ca2abe1d..2451d439e4 100644
--- a/bin/python/isc/keyzone.py.in
+++ b/bin/python/isc/keyzone.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import os
diff --git a/bin/python/isc/policy.py.in b/bin/python/isc/policy.py.in
index 06d4b1dced..f7829fa355 100644
--- a/bin/python/isc/policy.py.in
+++ b/bin/python/isc/policy.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import re
diff --git a/bin/python/isc/rndc.py.in b/bin/python/isc/rndc.py.in
index 78d18c4db3..e1a3e77761 100644
--- a/bin/python/isc/rndc.py.in
+++ b/bin/python/isc/rndc.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
############################################################################
diff --git a/bin/python/isc/tests/Makefile.in b/bin/python/isc/tests/Makefile.in
index e5aeef48fe..60b9bd77c8 100644
--- a/bin/python/isc/tests/Makefile.in
+++ b/bin/python/isc/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/python/isc/tests/dnskey_test.py.in b/bin/python/isc/tests/dnskey_test.py.in
index 18cc24de31..91d52452a0 100644
--- a/bin/python/isc/tests/dnskey_test.py.in
+++ b/bin/python/isc/tests/dnskey_test.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import sys
diff --git a/bin/python/isc/tests/policy_test.py.in b/bin/python/isc/tests/policy_test.py.in
index 7bd93e6622..b09c62f8aa 100644
--- a/bin/python/isc/tests/policy_test.py.in
+++ b/bin/python/isc/tests/policy_test.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import sys
diff --git a/bin/python/isc/tests/test-policies/01-keysize.pol b/bin/python/isc/tests/test-policies/01-keysize.pol
index 2439aa7234..8b62c5fd44 100644
--- a/bin/python/isc/tests/test-policies/01-keysize.pol
+++ b/bin/python/isc/tests/test-policies/01-keysize.pol
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
policy keysize_rsa {
diff --git a/bin/python/isc/tests/test-policies/02-prepublish.pol b/bin/python/isc/tests/test-policies/02-prepublish.pol
index 10c692cd01..bd3538660f 100644
--- a/bin/python/isc/tests/test-policies/02-prepublish.pol
+++ b/bin/python/isc/tests/test-policies/02-prepublish.pol
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
policy prepublish_rsa {
diff --git a/bin/python/isc/tests/test-policies/03-postpublish.pol b/bin/python/isc/tests/test-policies/03-postpublish.pol
index 3cfe6131bc..4d4a8efa3e 100644
--- a/bin/python/isc/tests/test-policies/03-postpublish.pol
+++ b/bin/python/isc/tests/test-policies/03-postpublish.pol
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
policy postpublish_rsa {
diff --git a/bin/python/isc/tests/test-policies/04-combined-pre-post.pol b/bin/python/isc/tests/test-policies/04-combined-pre-post.pol
index b4c34a05b2..d612d816f4 100644
--- a/bin/python/isc/tests/test-policies/04-combined-pre-post.pol
+++ b/bin/python/isc/tests/test-policies/04-combined-pre-post.pol
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
policy combined_pre_post_rsa {
diff --git a/bin/python/isc/tests/test-policies/05-numeric-zone.pol b/bin/python/isc/tests/test-policies/05-numeric-zone.pol
index 995cf3118d..1db8c08a1b 100644
--- a/bin/python/isc/tests/test-policies/05-numeric-zone.pol
+++ b/bin/python/isc/tests/test-policies/05-numeric-zone.pol
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// Zone policy that uses a numeric name
diff --git a/bin/python/isc/utils.py.in b/bin/python/isc/utils.py.in
index 777764276d..0241871960 100644
--- a/bin/python/isc/utils.py.in
+++ b/bin/python/isc/utils.py.in
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import os
diff --git a/bin/python/setup.py b/bin/python/setup.py
index 6b850c3437..c50f6d1aa3 100644
--- a/bin/python/setup.py
+++ b/bin/python/setup.py
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
from distutils.core import setup
diff --git a/bin/rndc/Makefile.in b/bin/rndc/Makefile.in
index 7a7b13a1a9..67c7b7d2b5 100644
--- a/bin/rndc/Makefile.in
+++ b/bin/rndc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000-2002, 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.49 2009/12/05 23:31:40 each Exp $
diff --git a/bin/rndc/include/rndc/os.h b/bin/rndc/include/rndc/os.h
index bec3c326c4..a7ace0cb44 100644
--- a/bin/rndc/include/rndc/os.h
+++ b/bin/rndc/include/rndc/os.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.h,v 1.12 2009/06/10 00:27:21 each Exp $ */
diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c
index d84bee9e52..a65183c28b 100644
--- a/bin/rndc/rndc.c
+++ b/bin/rndc/rndc.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/rndc/rndc.conf b/bin/rndc/rndc.conf
index fbbb0ccd7c..68003315f9 100644
--- a/bin/rndc/rndc.conf
+++ b/bin/rndc/rndc.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/rndc/rndc.conf.docbook b/bin/rndc/rndc.conf.docbook
index 84284c73d5..5c8890d3f0 100644
--- a/bin/rndc/rndc.conf.docbook
+++ b/bin/rndc/rndc.conf.docbook
@@ -1,9 +1,12 @@
@@ -38,6 +41,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/rndc/rndc.docbook b/bin/rndc/rndc.docbook
index 2356c4d417..4bf3b13505 100644
--- a/bin/rndc/rndc.docbook
+++ b/bin/rndc/rndc.docbook
@@ -1,9 +1,12 @@
diff --git a/bin/rndc/util.c b/bin/rndc/util.c
index 8b4b219ee4..f408c5b44f 100644
--- a/bin/rndc/util.c
+++ b/bin/rndc/util.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: util.c,v 1.7 2007/06/19 23:46:59 tbox Exp $ */
diff --git a/bin/rndc/util.h b/bin/rndc/util.h
index d75b4236cf..1049d3df59 100644
--- a/bin/rndc/util.h
+++ b/bin/rndc/util.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: util.h,v 1.12 2009/09/29 23:48:03 tbox Exp $ */
diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in
index de836dda64..de6813058d 100644
--- a/bin/tests/Makefile.in
+++ b/bin/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/bigtest/README b/bin/tests/bigtest/README
index 127f5cdcdc..067771b1b1 100644
--- a/bin/tests/bigtest/README
+++ b/bin/tests/bigtest/README
@@ -1,9 +1,12 @@
-Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
bash buildzones.sh < zones # creates setup, run, servers/* master/*
# named.conf
sudo sh setup # configure interfaces
diff --git a/bin/tests/bigtest/buildzones.sh b/bin/tests/bigtest/buildzones.sh
index f8ca0b0d8e..f8d531a789 100644
--- a/bin/tests/bigtest/buildzones.sh
+++ b/bin/tests/bigtest/buildzones.sh
@@ -1,10 +1,13 @@
#!/bin/bash
#
-# Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. ../conf.sh
diff --git a/bin/tests/bigtest/tests.sh b/bin/tests/bigtest/tests.sh
index d2a2ab667a..7b3bd8f04e 100644
--- a/bin/tests/bigtest/tests.sh
+++ b/bin/tests/bigtest/tests.sh
@@ -1,10 +1,13 @@
#!/bin/bash
#
-# Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
TOP=$( (cd ../../.. && pwd) )
dig=${TOP}/bin/dig/dig
diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c
index 404832b43d..588c11e57e 100644
--- a/bin/tests/cfg_test.c
+++ b/bin/tests/cfg_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/fromhex.pl b/bin/tests/fromhex.pl
index c87e2c9548..ab8a74c1fe 100644
--- a/bin/tests/fromhex.pl
+++ b/bin/tests/fromhex.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Converts hex ascii into raw data.
# (This can be used, for example, to construct input for "wire_data -d".)
diff --git a/bin/tests/headerdep_test.sh.in b/bin/tests/headerdep_test.sh.in
index 9c931aa05e..73656122e9 100644
--- a/bin/tests/headerdep_test.sh.in
+++ b/bin/tests/headerdep_test.sh.in
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: headerdep_test.sh.in,v 1.8 2007/06/19 23:46:59 tbox Exp $
diff --git a/bin/tests/makejournal.c b/bin/tests/makejournal.c
index a335ab8e18..cf4a6dc39d 100644
--- a/bin/tests/makejournal.c
+++ b/bin/tests/makejournal.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/named.conf b/bin/tests/named.conf
index a628d9af85..5673e982ca 100644
--- a/bin/tests/named.conf
+++ b/bin/tests/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2011, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/optional/Makefile.in b/bin/tests/optional/Makefile.in
index f43585d31e..4442a808c4 100644
--- a/bin/tests/optional/Makefile.in
+++ b/bin/tests/optional/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/optional/adb_test.c b/bin/tests/optional/adb_test.c
index a05cfe1046..9cd96a4a7a 100644
--- a/bin/tests/optional/adb_test.c
+++ b/bin/tests/optional/adb_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2011-2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/backtrace_test.c b/bin/tests/optional/backtrace_test.c
index 1ca7c9cf7b..cd89a68b5f 100644
--- a/bin/tests/optional/backtrace_test.c
+++ b/bin/tests/optional/backtrace_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/byaddr_test.c b/bin/tests/optional/byaddr_test.c
index f040620a02..39b8b253e9 100644
--- a/bin/tests/optional/byaddr_test.c
+++ b/bin/tests/optional/byaddr_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/bin/tests/optional/byname_test.c b/bin/tests/optional/byname_test.c
index aab7ea0b15..d4853c4760 100644
--- a/bin/tests/optional/byname_test.c
+++ b/bin/tests/optional/byname_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2012, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/bin/tests/optional/db_test.c b/bin/tests/optional/db_test.c
index 1701dbbb4c..322545392c 100644
--- a/bin/tests/optional/db_test.c
+++ b/bin/tests/optional/db_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007-2009, 2011-2013, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/bin/tests/optional/dst_test.c b/bin/tests/optional/dst_test.c
index 03ef85ae81..f2b1bc15bf 100644
--- a/bin/tests/optional/dst_test.c
+++ b/bin/tests/optional/dst_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/entropy2_test.c b/bin/tests/optional/entropy2_test.c
index 8c4f61e722..d7ae39e4bd 100644
--- a/bin/tests/optional/entropy2_test.c
+++ b/bin/tests/optional/entropy2_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/entropy_test.c b/bin/tests/optional/entropy_test.c
index 6f9d4cee80..ffe2a47b18 100644
--- a/bin/tests/optional/entropy_test.c
+++ b/bin/tests/optional/entropy_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/fsaccess_test.c b/bin/tests/optional/fsaccess_test.c
index 8742f19469..f2e4c24f64 100644
--- a/bin/tests/optional/fsaccess_test.c
+++ b/bin/tests/optional/fsaccess_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/gsstest.c b/bin/tests/optional/gsstest.c
index 94ff41bb44..7b4ddddf6b 100644
--- a/bin/tests/optional/gsstest.c
+++ b/bin/tests/optional/gsstest.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/gxba_test.c b/bin/tests/optional/gxba_test.c
index 670020ad10..61c6a34443 100644
--- a/bin/tests/optional/gxba_test.c
+++ b/bin/tests/optional/gxba_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/gxbn_test.c b/bin/tests/optional/gxbn_test.c
index cbfb80d43e..68f42045f8 100644
--- a/bin/tests/optional/gxbn_test.c
+++ b/bin/tests/optional/gxbn_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/hash_test.c b/bin/tests/optional/hash_test.c
index cc91f96e7d..bf2891ad4c 100644
--- a/bin/tests/optional/hash_test.c
+++ b/bin/tests/optional/hash_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/inter_test.c b/bin/tests/optional/inter_test.c
index 3caa2d2fe4..42a4ec5b90 100644
--- a/bin/tests/optional/inter_test.c
+++ b/bin/tests/optional/inter_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2005, 2007, 2008, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/keyboard_test.c b/bin/tests/optional/keyboard_test.c
index 6f5c2b9d0a..085b314e02 100644
--- a/bin/tests/optional/keyboard_test.c
+++ b/bin/tests/optional/keyboard_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/lex_test.c b/bin/tests/optional/lex_test.c
index 2d16419f2e..4631242602 100644
--- a/bin/tests/optional/lex_test.c
+++ b/bin/tests/optional/lex_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/lfsr_test.c b/bin/tests/optional/lfsr_test.c
index 81ae5f3236..af55a31abe 100644
--- a/bin/tests/optional/lfsr_test.c
+++ b/bin/tests/optional/lfsr_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/bin/tests/optional/log_test.c b/bin/tests/optional/log_test.c
index 95bd045666..50807e8c02 100644
--- a/bin/tests/optional/log_test.c
+++ b/bin/tests/optional/log_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2011, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* Principal Authors: DCL */
diff --git a/bin/tests/optional/lwres_test.c b/bin/tests/optional/lwres_test.c
index 64a06f9ab3..922405a4e8 100644
--- a/bin/tests/optional/lwres_test.c
+++ b/bin/tests/optional/lwres_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/lwresconf_test.c b/bin/tests/optional/lwresconf_test.c
index 7fce7d3ed2..a72b08ae5d 100644
--- a/bin/tests/optional/lwresconf_test.c
+++ b/bin/tests/optional/lwresconf_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/master_test.c b/bin/tests/optional/master_test.c
index 9e3dd47703..16b96c6ddf 100644
--- a/bin/tests/optional/master_test.c
+++ b/bin/tests/optional/master_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2009, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/mempool_test.c b/bin/tests/optional/mempool_test.c
index 1b1fa5965b..6a878f449c 100644
--- a/bin/tests/optional/mempool_test.c
+++ b/bin/tests/optional/mempool_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/name_test.c b/bin/tests/optional/name_test.c
index 3bcc81eb69..96282751ff 100644
--- a/bin/tests/optional/name_test.c
+++ b/bin/tests/optional/name_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/nsecify.c b/bin/tests/optional/nsecify.c
index b0d612537a..5371bc4d44 100644
--- a/bin/tests/optional/nsecify.c
+++ b/bin/tests/optional/nsecify.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003, 2004, 2007-2009, 2011, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/ratelimiter_test.c b/bin/tests/optional/ratelimiter_test.c
index 68cf011d7a..02eadace52 100644
--- a/bin/tests/optional/ratelimiter_test.c
+++ b/bin/tests/optional/ratelimiter_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/rbt_test.c b/bin/tests/optional/rbt_test.c
index da68e0cda4..055586d747 100644
--- a/bin/tests/optional/rbt_test.c
+++ b/bin/tests/optional/rbt_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/rbt_test.txt b/bin/tests/optional/rbt_test.txt
index 2309666570..4821c34c0f 100644
--- a/bin/tests/optional/rbt_test.txt
+++ b/bin/tests/optional/rbt_test.txt
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
add a.vix.com
add b.vix.com
diff --git a/bin/tests/optional/rwlock_test.c b/bin/tests/optional/rwlock_test.c
index cae58416e3..a540e3cd50 100644
--- a/bin/tests/optional/rwlock_test.c
+++ b/bin/tests/optional/rwlock_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/serial_test.c b/bin/tests/optional/serial_test.c
index 61d05c0847..2c8715722c 100644
--- a/bin/tests/optional/serial_test.c
+++ b/bin/tests/optional/serial_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003, 2004, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/shutdown_test.c b/bin/tests/optional/shutdown_test.c
index d31b4a137a..3e98b2de7f 100644
--- a/bin/tests/optional/shutdown_test.c
+++ b/bin/tests/optional/shutdown_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2011, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/sig0_test.c b/bin/tests/optional/sig0_test.c
index ea693efa09..b64e1ada2d 100644
--- a/bin/tests/optional/sig0_test.c
+++ b/bin/tests/optional/sig0_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007-2009, 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/sock_test.c b/bin/tests/optional/sock_test.c
index a8c1825f95..f13a3ffe64 100644
--- a/bin/tests/optional/sock_test.c
+++ b/bin/tests/optional/sock_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2008, 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/sym_test.c b/bin/tests/optional/sym_test.c
index 5a62dbbace..1191d2ae63 100644
--- a/bin/tests/optional/sym_test.c
+++ b/bin/tests/optional/sym_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/task_test.c b/bin/tests/optional/task_test.c
index 590f6efb2b..1088010349 100644
--- a/bin/tests/optional/task_test.c
+++ b/bin/tests/optional/task_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/timer_test.c b/bin/tests/optional/timer_test.c
index c464823737..6fa112417c 100644
--- a/bin/tests/optional/timer_test.c
+++ b/bin/tests/optional/timer_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/optional/zone_test.c b/bin/tests/optional/zone_test.c
index b04d71a081..c7af967431 100644
--- a/bin/tests/optional/zone_test.c
+++ b/bin/tests/optional/zone_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/pkcs11/Makefile.in b/bin/tests/pkcs11/Makefile.in
index d116349c08..73e0596705 100644
--- a/bin/tests/pkcs11/Makefile.in
+++ b/bin/tests/pkcs11/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/pkcs11/benchmarks/Makefile.in b/bin/tests/pkcs11/benchmarks/Makefile.in
index 51876f11d2..15f5460044 100644
--- a/bin/tests/pkcs11/benchmarks/Makefile.in
+++ b/bin/tests/pkcs11/benchmarks/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/pkcs11/benchmarks/create.c b/bin/tests/pkcs11/benchmarks/create.c
index 2c5847f953..9d983b2b60 100644
--- a/bin/tests/pkcs11/benchmarks/create.c
+++ b/bin/tests/pkcs11/benchmarks/create.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/find.c b/bin/tests/pkcs11/benchmarks/find.c
index 4dafbe1893..c1a6fea2ae 100644
--- a/bin/tests/pkcs11/benchmarks/find.c
+++ b/bin/tests/pkcs11/benchmarks/find.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/genrsa.c b/bin/tests/pkcs11/benchmarks/genrsa.c
index 100f9e4c2e..eb8bcfad30 100644
--- a/bin/tests/pkcs11/benchmarks/genrsa.c
+++ b/bin/tests/pkcs11/benchmarks/genrsa.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/login.c b/bin/tests/pkcs11/benchmarks/login.c
index 0dfbc8f5da..0c38cee9d9 100644
--- a/bin/tests/pkcs11/benchmarks/login.c
+++ b/bin/tests/pkcs11/benchmarks/login.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/privrsa.c b/bin/tests/pkcs11/benchmarks/privrsa.c
index fb4130a487..dd1675ee6d 100644
--- a/bin/tests/pkcs11/benchmarks/privrsa.c
+++ b/bin/tests/pkcs11/benchmarks/privrsa.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/pubrsa.c b/bin/tests/pkcs11/benchmarks/pubrsa.c
index cd41b706fb..94d926df41 100644
--- a/bin/tests/pkcs11/benchmarks/pubrsa.c
+++ b/bin/tests/pkcs11/benchmarks/pubrsa.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/random.c b/bin/tests/pkcs11/benchmarks/random.c
index e68c9713b1..f1a58abf06 100644
--- a/bin/tests/pkcs11/benchmarks/random.c
+++ b/bin/tests/pkcs11/benchmarks/random.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/session.c b/bin/tests/pkcs11/benchmarks/session.c
index 294e94f3a8..c5163f761e 100644
--- a/bin/tests/pkcs11/benchmarks/session.c
+++ b/bin/tests/pkcs11/benchmarks/session.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/sha1.c b/bin/tests/pkcs11/benchmarks/sha1.c
index 13b8c5a2fc..ec9f91d3fc 100644
--- a/bin/tests/pkcs11/benchmarks/sha1.c
+++ b/bin/tests/pkcs11/benchmarks/sha1.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/sign.c b/bin/tests/pkcs11/benchmarks/sign.c
index 74f1575a0b..42d0307c22 100644
--- a/bin/tests/pkcs11/benchmarks/sign.c
+++ b/bin/tests/pkcs11/benchmarks/sign.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/benchmarks/verify.c b/bin/tests/pkcs11/benchmarks/verify.c
index 78e1ab615d..6b28a8db55 100644
--- a/bin/tests/pkcs11/benchmarks/verify.c
+++ b/bin/tests/pkcs11/benchmarks/verify.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/pkcs11-hmacmd5.c b/bin/tests/pkcs11/pkcs11-hmacmd5.c
index d87deb1458..f4f29ee833 100644
--- a/bin/tests/pkcs11/pkcs11-hmacmd5.c
+++ b/bin/tests/pkcs11/pkcs11-hmacmd5.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/pkcs11/pkcs11-md5sum.c b/bin/tests/pkcs11/pkcs11-md5sum.c
index 7a6e4b1a7a..53cf6d0166 100644
--- a/bin/tests/pkcs11/pkcs11-md5sum.c
+++ b/bin/tests/pkcs11/pkcs11-md5sum.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/startperf/clean.sh b/bin/tests/startperf/clean.sh
index 491474d064..d6997d2fd4 100644
--- a/bin/tests/startperf/clean.sh
+++ b/bin/tests/startperf/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: clean.sh,v 1.3 2011/09/02 23:46:31 tbox Exp $
diff --git a/bin/tests/startperf/makenames.pl b/bin/tests/startperf/makenames.pl
index 617aec5a9d..d5442d4873 100644
--- a/bin/tests/startperf/makenames.pl
+++ b/bin/tests/startperf/makenames.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: makenames.pl,v 1.3 2011/09/02 21:15:35 each Exp $
use strict;
diff --git a/bin/tests/startperf/mkzonefile.pl b/bin/tests/startperf/mkzonefile.pl
index 43c41a1e5f..9d33d223c0 100644
--- a/bin/tests/startperf/mkzonefile.pl
+++ b/bin/tests/startperf/mkzonefile.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: mkzonefile.pl,v 1.2 2011/09/02 21:15:35 each Exp $
use strict;
diff --git a/bin/tests/startperf/setup.sh b/bin/tests/startperf/setup.sh
index 44a5db58bc..6fe10ed9ee 100644
--- a/bin/tests/startperf/setup.sh
+++ b/bin/tests/startperf/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.4 2011/09/02 21:15:35 each Exp $
diff --git a/bin/tests/startperf/smallzone.db b/bin/tests/startperf/smallzone.db
index 427df4b02c..9a87b360cd 100644
--- a/bin/tests/startperf/smallzone.db
+++ b/bin/tests/startperf/smallzone.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: smallzone.db,v 1.3 2011/07/07 23:47:49 tbox Exp $
diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in
index 374cf86ae6..4e5af70d73 100644
--- a/bin/tests/system/Makefile.in
+++ b/bin/tests/system/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2008, 2010-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/system/README b/bin/tests/system/README
index 0b68cf445d..001a35f008 100644
--- a/bin/tests/system/README
+++ b/bin/tests/system/README
@@ -4,6 +4,9 @@ This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Introduction
===
This directory holds a simple test environment for running bind9 system tests
diff --git a/bin/tests/system/acl/clean.sh b/bin/tests/system/acl/clean.sh
index bfe1b8151b..75acebacae 100644
--- a/bin/tests/system/acl/clean.sh
+++ b/bin/tests/system/acl/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2008, 2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/acl/ns2/named1.conf.in b/bin/tests/system/acl/ns2/named1.conf.in
index 4ffa4921a9..0ea6502708 100644
--- a/bin/tests/system/acl/ns2/named1.conf.in
+++ b/bin/tests/system/acl/ns2/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns2/named2.conf.in b/bin/tests/system/acl/ns2/named2.conf.in
index 776169c891..b877880554 100644
--- a/bin/tests/system/acl/ns2/named2.conf.in
+++ b/bin/tests/system/acl/ns2/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns2/named3.conf.in b/bin/tests/system/acl/ns2/named3.conf.in
index 03c7592620..0a950622a2 100644
--- a/bin/tests/system/acl/ns2/named3.conf.in
+++ b/bin/tests/system/acl/ns2/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns2/named4.conf.in b/bin/tests/system/acl/ns2/named4.conf.in
index beeb3afa30..7cdcb6e341 100644
--- a/bin/tests/system/acl/ns2/named4.conf.in
+++ b/bin/tests/system/acl/ns2/named4.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns2/named5.conf.in b/bin/tests/system/acl/ns2/named5.conf.in
index e1221bf0bc..4b4e05027a 100644
--- a/bin/tests/system/acl/ns2/named5.conf.in
+++ b/bin/tests/system/acl/ns2/named5.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns2/named6.conf.in b/bin/tests/system/acl/ns2/named6.conf.in
index 1f2304e2fe..805942dbae 100644
--- a/bin/tests/system/acl/ns2/named6.conf.in
+++ b/bin/tests/system/acl/ns2/named6.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns2/named7.conf.in b/bin/tests/system/acl/ns2/named7.conf.in
index 2e18a89e1f..5dde6580c6 100644
--- a/bin/tests/system/acl/ns2/named7.conf.in
+++ b/bin/tests/system/acl/ns2/named7.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/acl/ns3/example.db b/bin/tests/system/acl/ns3/example.db
index 6ce4cc6af3..ae1ceabee9 100644
--- a/bin/tests/system/acl/ns3/example.db
+++ b/bin/tests/system/acl/ns3/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA ns root (
diff --git a/bin/tests/system/acl/ns3/named.conf.in b/bin/tests/system/acl/ns3/named.conf.in
index 1a8a9839d6..760c2bc8ff 100644
--- a/bin/tests/system/acl/ns3/named.conf.in
+++ b/bin/tests/system/acl/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/acl/ns4/example.db b/bin/tests/system/acl/ns4/example.db
index cb4d2f1047..f5e178d5ab 100644
--- a/bin/tests/system/acl/ns4/example.db
+++ b/bin/tests/system/acl/ns4/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA ns root (
diff --git a/bin/tests/system/acl/ns4/existing.db b/bin/tests/system/acl/ns4/existing.db
index cb4d2f1047..f5e178d5ab 100644
--- a/bin/tests/system/acl/ns4/existing.db
+++ b/bin/tests/system/acl/ns4/existing.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA ns root (
diff --git a/bin/tests/system/acl/ns4/named.conf.in b/bin/tests/system/acl/ns4/named.conf.in
index 47875b05f0..17cef4a7ec 100644
--- a/bin/tests/system/acl/ns4/named.conf.in
+++ b/bin/tests/system/acl/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/acl/setup.sh b/bin/tests/system/acl/setup.sh
index a2fefffa4f..e410e03df2 100644
--- a/bin/tests/system/acl/setup.sh
+++ b/bin/tests/system/acl/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2008, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/acl/tests.sh b/bin/tests/system/acl/tests.sh
index de462f2a80..09f31f2bb9 100644
--- a/bin/tests/system/acl/tests.sh
+++ b/bin/tests/system/acl/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2008, 2012-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/additional/clean.sh b/bin/tests/system/additional/clean.sh
index 1803deb5f3..03e55cd333 100644
--- a/bin/tests/system/additional/clean.sh
+++ b/bin/tests/system/additional/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after tests.
diff --git a/bin/tests/system/additional/ns1/mx.db b/bin/tests/system/additional/ns1/mx.db
index f4aa03553a..32a2b87ba7 100644
--- a/bin/tests/system/additional/ns1/mx.db
+++ b/bin/tests/system/additional/ns1/mx.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns1/named1.conf.in b/bin/tests/system/additional/ns1/named1.conf.in
index e0adea07fb..dcaf81cb41 100644
--- a/bin/tests/system/additional/ns1/named1.conf.in
+++ b/bin/tests/system/additional/ns1/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/additional/ns1/named2.conf.in b/bin/tests/system/additional/ns1/named2.conf.in
index 63499ed41c..cd0a15efdb 100644
--- a/bin/tests/system/additional/ns1/named2.conf.in
+++ b/bin/tests/system/additional/ns1/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/additional/ns1/named3.conf.in b/bin/tests/system/additional/ns1/named3.conf.in
index 50434e4676..8b5248b4d3 100644
--- a/bin/tests/system/additional/ns1/named3.conf.in
+++ b/bin/tests/system/additional/ns1/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/additional/ns1/named4.conf.in b/bin/tests/system/additional/ns1/named4.conf.in
index c3f0649af8..eb503febc7 100644
--- a/bin/tests/system/additional/ns1/named4.conf.in
+++ b/bin/tests/system/additional/ns1/named4.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/additional/ns1/naptr.db b/bin/tests/system/additional/ns1/naptr.db
index fc41481ca7..d604a3ac23 100644
--- a/bin/tests/system/additional/ns1/naptr.db
+++ b/bin/tests/system/additional/ns1/naptr.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns1/naptr2.db b/bin/tests/system/additional/ns1/naptr2.db
index f9ee553140..090e9b6241 100644
--- a/bin/tests/system/additional/ns1/naptr2.db
+++ b/bin/tests/system/additional/ns1/naptr2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns1/nid.db b/bin/tests/system/additional/ns1/nid.db
index 81bf9ccad0..70e4dc839c 100644
--- a/bin/tests/system/additional/ns1/nid.db
+++ b/bin/tests/system/additional/ns1/nid.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns1/rt.db b/bin/tests/system/additional/ns1/rt.db
index 3a29854d02..57ee400ec3 100644
--- a/bin/tests/system/additional/ns1/rt.db
+++ b/bin/tests/system/additional/ns1/rt.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns1/rt2.db b/bin/tests/system/additional/ns1/rt2.db
index 7303e36962..73cb9f30d6 100644
--- a/bin/tests/system/additional/ns1/rt2.db
+++ b/bin/tests/system/additional/ns1/rt2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns1/srv.db b/bin/tests/system/additional/ns1/srv.db
index 39901d9c76..bc8d58190b 100644
--- a/bin/tests/system/additional/ns1/srv.db
+++ b/bin/tests/system/additional/ns1/srv.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400
@ IN SOA ns1 hostmaster ( 2 8H 2H 4W 1D );
diff --git a/bin/tests/system/additional/ns3/named.conf.in b/bin/tests/system/additional/ns3/named.conf.in
index e280d2187f..f01bd47b73 100644
--- a/bin/tests/system/additional/ns3/named.conf.in
+++ b/bin/tests/system/additional/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/additional/ns3/root.hint b/bin/tests/system/additional/ns3/root.hint
index a871ab2bb4..c1784c7ee8 100644
--- a/bin/tests/system/additional/ns3/root.hint
+++ b/bin/tests/system/additional/ns3/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. NS ns1.
ns1. A 10.53.0.1
diff --git a/bin/tests/system/additional/setup.sh b/bin/tests/system/additional/setup.sh
index bf8f201087..417a8b872f 100644
--- a/bin/tests/system/additional/setup.sh
+++ b/bin/tests/system/additional/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/additional/tests.sh b/bin/tests/system/additional/tests.sh
index 887250a19e..692af541ff 100644
--- a/bin/tests/system/additional/tests.sh
+++ b/bin/tests/system/additional/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/addzone/clean.sh b/bin/tests/system/addzone/clean.sh
index 8eaa92b7ea..30889d221c 100644
--- a/bin/tests/system/addzone/clean.sh
+++ b/bin/tests/system/addzone/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*
rm -f rndc.out*
diff --git a/bin/tests/system/addzone/ns1/inlineslave.db b/bin/tests/system/addzone/ns1/inlineslave.db
index 14ad88ce09..625349ec4d 100644
--- a/bin/tests/system/addzone/ns1/inlineslave.db
+++ b/bin/tests/system/addzone/ns1/inlineslave.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN inlineslave.example.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/addzone/ns1/named.conf.in b/bin/tests/system/addzone/ns1/named.conf.in
index 9e88a88eaa..dddddfc70e 100644
--- a/bin/tests/system/addzone/ns1/named.conf.in
+++ b/bin/tests/system/addzone/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/addzone/ns2/added.db b/bin/tests/system/addzone/ns2/added.db
index 55bf170933..56e0d7f2f3 100644
--- a/bin/tests/system/addzone/ns2/added.db
+++ b/bin/tests/system/addzone/ns2/added.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: added.db,v 1.2 2010/08/11 18:14:18 each Exp $
diff --git a/bin/tests/system/addzone/ns2/hints.db b/bin/tests/system/addzone/ns2/hints.db
index 5f952ab8fa..7f5cc13dbb 100644
--- a/bin/tests/system/addzone/ns2/hints.db
+++ b/bin/tests/system/addzone/ns2/hints.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/addzone/ns2/inline.db b/bin/tests/system/addzone/ns2/inline.db
index 8e2912994d..a45d30e0b1 100644
--- a/bin/tests/system/addzone/ns2/inline.db
+++ b/bin/tests/system/addzone/ns2/inline.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN inline.example.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/addzone/ns2/named1.conf.in b/bin/tests/system/addzone/ns2/named1.conf.in
index fef5bf59a6..47a3cc9969 100644
--- a/bin/tests/system/addzone/ns2/named1.conf.in
+++ b/bin/tests/system/addzone/ns2/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/addzone/ns2/named2.conf.in b/bin/tests/system/addzone/ns2/named2.conf.in
index 5aaae6e9bd..c063d425f0 100644
--- a/bin/tests/system/addzone/ns2/named2.conf.in
+++ b/bin/tests/system/addzone/ns2/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/addzone/ns2/normal.db b/bin/tests/system/addzone/ns2/normal.db
index 268d849acf..7f3e17193d 100644
--- a/bin/tests/system/addzone/ns2/normal.db
+++ b/bin/tests/system/addzone/ns2/normal.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: normal.db,v 1.2 2010/08/11 18:14:19 each Exp $
diff --git a/bin/tests/system/addzone/ns2/previous.db b/bin/tests/system/addzone/ns2/previous.db
index 40f3e1c446..8f34292f32 100644
--- a/bin/tests/system/addzone/ns2/previous.db
+++ b/bin/tests/system/addzone/ns2/previous.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: previous.db,v 1.2 2010/08/11 18:14:19 each Exp $
diff --git a/bin/tests/system/addzone/ns2/redirect.db b/bin/tests/system/addzone/ns2/redirect.db
index 4636dc8aef..7b40db9c33 100644
--- a/bin/tests/system/addzone/ns2/redirect.db
+++ b/bin/tests/system/addzone/ns2/redirect.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 SOA . . 0 0 0 0 0
@ 0 NS .
diff --git a/bin/tests/system/addzone/ns3/e.db b/bin/tests/system/addzone/ns3/e.db
index 44c8d99399..d5f7ff9c25 100644
--- a/bin/tests/system/addzone/ns3/e.db
+++ b/bin/tests/system/addzone/ns3/e.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ SOA ns3 hostmaster 0 0 0 0 0
@ NS ns3
diff --git a/bin/tests/system/addzone/ns3/named1.conf.in b/bin/tests/system/addzone/ns3/named1.conf.in
index 1a95b8c6f7..11be2f2720 100644
--- a/bin/tests/system/addzone/ns3/named1.conf.in
+++ b/bin/tests/system/addzone/ns3/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/addzone/ns3/named2.conf.in b/bin/tests/system/addzone/ns3/named2.conf.in
index 9fc5a006c7..5aa682fb38 100644
--- a/bin/tests/system/addzone/ns3/named2.conf.in
+++ b/bin/tests/system/addzone/ns3/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/addzone/setup.sh b/bin/tests/system/addzone/setup.sh
index f63bb3d808..05ba68ea47 100644
--- a/bin/tests/system/addzone/setup.sh
+++ b/bin/tests/system/addzone/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/addzone/tests.sh b/bin/tests/system/addzone/tests.sh
index ff906c18ea..1b0cd41ee2 100755
--- a/bin/tests/system/addzone/tests.sh
+++ b/bin/tests/system/addzone/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/allow-query/clean.sh b/bin/tests/system/allow-query/clean.sh
index e0659c4793..a36dbf6923 100644
--- a/bin/tests/system/allow-query/clean.sh
+++ b/bin/tests/system/allow-query/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after allow query tests.
diff --git a/bin/tests/system/allow-query/ns2/generic.db b/bin/tests/system/allow-query/ns2/generic.db
index a00ae84a61..dc51ce244c 100644
--- a/bin/tests/system/allow-query/ns2/generic.db
+++ b/bin/tests/system/allow-query/ns2/generic.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN @
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/allow-query/ns2/named01.conf.in b/bin/tests/system/allow-query/ns2/named01.conf.in
index d96f0e5b29..5c736ea888 100644
--- a/bin/tests/system/allow-query/ns2/named01.conf.in
+++ b/bin/tests/system/allow-query/ns2/named01.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named02.conf.in b/bin/tests/system/allow-query/ns2/named02.conf.in
index dd755c7aef..ec65cb266d 100644
--- a/bin/tests/system/allow-query/ns2/named02.conf.in
+++ b/bin/tests/system/allow-query/ns2/named02.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named03.conf.in b/bin/tests/system/allow-query/ns2/named03.conf.in
index a9fa03a9c2..1e3a3fd75a 100644
--- a/bin/tests/system/allow-query/ns2/named03.conf.in
+++ b/bin/tests/system/allow-query/ns2/named03.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named04.conf.in b/bin/tests/system/allow-query/ns2/named04.conf.in
index 3f6287f65e..565b6667c1 100644
--- a/bin/tests/system/allow-query/ns2/named04.conf.in
+++ b/bin/tests/system/allow-query/ns2/named04.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named05.conf.in b/bin/tests/system/allow-query/ns2/named05.conf.in
index 53ffa4e44f..f340ecb749 100644
--- a/bin/tests/system/allow-query/ns2/named05.conf.in
+++ b/bin/tests/system/allow-query/ns2/named05.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named06.conf.in b/bin/tests/system/allow-query/ns2/named06.conf.in
index ef8a0d0160..0860adddf7 100644
--- a/bin/tests/system/allow-query/ns2/named06.conf.in
+++ b/bin/tests/system/allow-query/ns2/named06.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named07.conf.in b/bin/tests/system/allow-query/ns2/named07.conf.in
index d952c35fcc..760888e365 100644
--- a/bin/tests/system/allow-query/ns2/named07.conf.in
+++ b/bin/tests/system/allow-query/ns2/named07.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named08.conf.in b/bin/tests/system/allow-query/ns2/named08.conf.in
index 9dcaa897d0..2cf07defa2 100644
--- a/bin/tests/system/allow-query/ns2/named08.conf.in
+++ b/bin/tests/system/allow-query/ns2/named08.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named09.conf.in b/bin/tests/system/allow-query/ns2/named09.conf.in
index 0e87a99460..bb5542eee5 100644
--- a/bin/tests/system/allow-query/ns2/named09.conf.in
+++ b/bin/tests/system/allow-query/ns2/named09.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named10.conf.in b/bin/tests/system/allow-query/ns2/named10.conf.in
index 694f26b750..1569913b37 100644
--- a/bin/tests/system/allow-query/ns2/named10.conf.in
+++ b/bin/tests/system/allow-query/ns2/named10.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named11.conf.in b/bin/tests/system/allow-query/ns2/named11.conf.in
index a29d2f0901..18ac91c6e7 100644
--- a/bin/tests/system/allow-query/ns2/named11.conf.in
+++ b/bin/tests/system/allow-query/ns2/named11.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named12.conf.in b/bin/tests/system/allow-query/ns2/named12.conf.in
index 9c1a1af366..b8248444dd 100644
--- a/bin/tests/system/allow-query/ns2/named12.conf.in
+++ b/bin/tests/system/allow-query/ns2/named12.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named21.conf.in b/bin/tests/system/allow-query/ns2/named21.conf.in
index fc0c36632f..88b43721ca 100644
--- a/bin/tests/system/allow-query/ns2/named21.conf.in
+++ b/bin/tests/system/allow-query/ns2/named21.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named22.conf.in b/bin/tests/system/allow-query/ns2/named22.conf.in
index bf57b2d7f0..b461283558 100644
--- a/bin/tests/system/allow-query/ns2/named22.conf.in
+++ b/bin/tests/system/allow-query/ns2/named22.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named23.conf.in b/bin/tests/system/allow-query/ns2/named23.conf.in
index cba2c70905..b24dac0508 100644
--- a/bin/tests/system/allow-query/ns2/named23.conf.in
+++ b/bin/tests/system/allow-query/ns2/named23.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named24.conf.in b/bin/tests/system/allow-query/ns2/named24.conf.in
index 8b815ad4e4..67dfbfb102 100644
--- a/bin/tests/system/allow-query/ns2/named24.conf.in
+++ b/bin/tests/system/allow-query/ns2/named24.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named25.conf.in b/bin/tests/system/allow-query/ns2/named25.conf.in
index db794f9dd4..50ec84a278 100644
--- a/bin/tests/system/allow-query/ns2/named25.conf.in
+++ b/bin/tests/system/allow-query/ns2/named25.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named26.conf.in b/bin/tests/system/allow-query/ns2/named26.conf.in
index 75c06213a6..a04f633f1a 100644
--- a/bin/tests/system/allow-query/ns2/named26.conf.in
+++ b/bin/tests/system/allow-query/ns2/named26.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named27.conf.in b/bin/tests/system/allow-query/ns2/named27.conf.in
index c2fa5470cd..0916cadac9 100644
--- a/bin/tests/system/allow-query/ns2/named27.conf.in
+++ b/bin/tests/system/allow-query/ns2/named27.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named28.conf.in b/bin/tests/system/allow-query/ns2/named28.conf.in
index b6209b8ec9..9dae4c9543 100644
--- a/bin/tests/system/allow-query/ns2/named28.conf.in
+++ b/bin/tests/system/allow-query/ns2/named28.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named29.conf.in b/bin/tests/system/allow-query/ns2/named29.conf.in
index abc9f81855..0495516140 100644
--- a/bin/tests/system/allow-query/ns2/named29.conf.in
+++ b/bin/tests/system/allow-query/ns2/named29.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named30.conf.in b/bin/tests/system/allow-query/ns2/named30.conf.in
index 8f30d48bad..aeb1540e95 100644
--- a/bin/tests/system/allow-query/ns2/named30.conf.in
+++ b/bin/tests/system/allow-query/ns2/named30.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named31.conf.in b/bin/tests/system/allow-query/ns2/named31.conf.in
index 68ac41c70c..d4b743281a 100644
--- a/bin/tests/system/allow-query/ns2/named31.conf.in
+++ b/bin/tests/system/allow-query/ns2/named31.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named32.conf.in b/bin/tests/system/allow-query/ns2/named32.conf.in
index 2ade594e90..c0259387e7 100644
--- a/bin/tests/system/allow-query/ns2/named32.conf.in
+++ b/bin/tests/system/allow-query/ns2/named32.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named33.conf.in b/bin/tests/system/allow-query/ns2/named33.conf.in
index ef2c9c0ec7..f69bf75929 100644
--- a/bin/tests/system/allow-query/ns2/named33.conf.in
+++ b/bin/tests/system/allow-query/ns2/named33.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named34.conf.in b/bin/tests/system/allow-query/ns2/named34.conf.in
index 392f8781d2..694864d64c 100644
--- a/bin/tests/system/allow-query/ns2/named34.conf.in
+++ b/bin/tests/system/allow-query/ns2/named34.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named40.conf.in b/bin/tests/system/allow-query/ns2/named40.conf.in
index 59125c1b11..d83b376cfd 100644
--- a/bin/tests/system/allow-query/ns2/named40.conf.in
+++ b/bin/tests/system/allow-query/ns2/named40.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named53.conf.in b/bin/tests/system/allow-query/ns2/named53.conf.in
index 41087f0b25..d08a22cfec 100644
--- a/bin/tests/system/allow-query/ns2/named53.conf.in
+++ b/bin/tests/system/allow-query/ns2/named53.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named54.conf.in b/bin/tests/system/allow-query/ns2/named54.conf.in
index 67250e6258..921f3c930d 100644
--- a/bin/tests/system/allow-query/ns2/named54.conf.in
+++ b/bin/tests/system/allow-query/ns2/named54.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named55.conf.in b/bin/tests/system/allow-query/ns2/named55.conf.in
index d8eb083619..8652ffb66e 100644
--- a/bin/tests/system/allow-query/ns2/named55.conf.in
+++ b/bin/tests/system/allow-query/ns2/named55.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named56.conf.in b/bin/tests/system/allow-query/ns2/named56.conf.in
index eb122c529f..37d014d201 100644
--- a/bin/tests/system/allow-query/ns2/named56.conf.in
+++ b/bin/tests/system/allow-query/ns2/named56.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/ns2/named57.conf.in b/bin/tests/system/allow-query/ns2/named57.conf.in
index fc56bbbe44..06147274bc 100644
--- a/bin/tests/system/allow-query/ns2/named57.conf.in
+++ b/bin/tests/system/allow-query/ns2/named57.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/allow-query/setup.sh b/bin/tests/system/allow-query/setup.sh
index 5dadc9ad26..3d2c2c82c4 100644
--- a/bin/tests/system/allow-query/setup.sh
+++ b/bin/tests/system/allow-query/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/allow-query/tests.sh b/bin/tests/system/allow-query/tests.sh
index 4f3d0c5bb9..f36e5db611 100644
--- a/bin/tests/system/allow-query/tests.sh
+++ b/bin/tests/system/allow-query/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Test of allow-query statement.
# allow-query takes an address match list and can be included in either the
diff --git a/bin/tests/system/ans.pl b/bin/tests/system/ans.pl
index cf308ec050..d7f9f63cfa 100644
--- a/bin/tests/system/ans.pl
+++ b/bin/tests/system/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2011, 2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# This is the name server from hell. It provides canned
diff --git a/bin/tests/system/autosign/clean.sh b/bin/tests/system/autosign/clean.sh
index f2f5f18370..1fb4f6f986 100644
--- a/bin/tests/system/autosign/clean.sh
+++ b/bin/tests/system/autosign/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
rm -f */core
diff --git a/bin/tests/system/autosign/ns1/keygen.sh b/bin/tests/system/autosign/ns1/keygen.sh
index 124cdc18c4..8fcf11bc1b 100644
--- a/bin/tests/system/autosign/ns1/keygen.sh
+++ b/bin/tests/system/autosign/ns1/keygen.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009-2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/autosign/ns1/named.conf.in b/bin/tests/system/autosign/ns1/named.conf.in
index 1994e7136a..8c2e86c070 100644
--- a/bin/tests/system/autosign/ns1/named.conf.in
+++ b/bin/tests/system/autosign/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/autosign/ns1/root.db.in b/bin/tests/system/autosign/ns1/root.db.in
index b2960c9006..a9902f521b 100644
--- a/bin/tests/system/autosign/ns1/root.db.in
+++ b/bin/tests/system/autosign/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db.in,v 1.6 2010/08/16 22:21:06 marka Exp $
diff --git a/bin/tests/system/autosign/ns2/bar.db.in b/bin/tests/system/autosign/ns2/bar.db.in
index e747f6e6eb..0aacb0f0d0 100644
--- a/bin/tests/system/autosign/ns2/bar.db.in
+++ b/bin/tests/system/autosign/ns2/bar.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: bar.db.in,v 1.3 2010/01/18 23:48:40 tbox Exp $
diff --git a/bin/tests/system/autosign/ns2/child.nsec3.example.db b/bin/tests/system/autosign/ns2/child.nsec3.example.db
index ab0475c346..3a6b7e1fc2 100644
--- a/bin/tests/system/autosign/ns2/child.nsec3.example.db
+++ b/bin/tests/system/autosign/ns2/child.nsec3.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.nsec3.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns2/child.optout.example.db b/bin/tests/system/autosign/ns2/child.optout.example.db
index 68159441e3..b637d8931d 100644
--- a/bin/tests/system/autosign/ns2/child.optout.example.db
+++ b/bin/tests/system/autosign/ns2/child.optout.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.optout.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns2/dst.example.db.in b/bin/tests/system/autosign/ns2/dst.example.db.in
index f6dd253de5..ab61059989 100644
--- a/bin/tests/system/autosign/ns2/dst.example.db.in
+++ b/bin/tests/system/autosign/ns2/dst.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: dst.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns2/example.db.in b/bin/tests/system/autosign/ns2/example.db.in
index 9aaaf99ca1..a6529bc025 100644
--- a/bin/tests/system/autosign/ns2/example.db.in
+++ b/bin/tests/system/autosign/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.5 2010/01/18 23:48:40 tbox Exp $
diff --git a/bin/tests/system/autosign/ns2/insecure.secure.example.db b/bin/tests/system/autosign/ns2/insecure.secure.example.db
index 2dc210fd67..abf727bcb7 100644
--- a/bin/tests/system/autosign/ns2/insecure.secure.example.db
+++ b/bin/tests/system/autosign/ns2/insecure.secure.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.secure.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns2/keygen.sh b/bin/tests/system/autosign/ns2/keygen.sh
index 5acb99a315..4c5e07ebdf 100644
--- a/bin/tests/system/autosign/ns2/keygen.sh
+++ b/bin/tests/system/autosign/ns2/keygen.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/autosign/ns2/named.conf.in b/bin/tests/system/autosign/ns2/named.conf.in
index d6dd75958a..9f0c617f76 100644
--- a/bin/tests/system/autosign/ns2/named.conf.in
+++ b/bin/tests/system/autosign/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/autosign/ns2/private.secure.example.db.in b/bin/tests/system/autosign/ns2/private.secure.example.db.in
index 4d9dbbbe8d..422982c4c1 100644
--- a/bin/tests/system/autosign/ns2/private.secure.example.db.in
+++ b/bin/tests/system/autosign/ns2/private.secure.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: private.secure.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/autonsec3.example.db.in b/bin/tests/system/autosign/ns3/autonsec3.example.db.in
index 39341dae9f..6e631afc4d 100644
--- a/bin/tests/system/autosign/ns3/autonsec3.example.db.in
+++ b/bin/tests/system/autosign/ns3/autonsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: autonsec3.example.db.in,v 1.3 2011/06/10 23:47:31 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/delay.example.db b/bin/tests/system/autosign/ns3/delay.example.db
index 7c7b43490a..8ba14542ec 100644
--- a/bin/tests/system/autosign/ns3/delay.example.db
+++ b/bin/tests/system/autosign/ns3/delay.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: delay.example.db,v 1.2 2011/03/26 01:19:03 each Exp $
diff --git a/bin/tests/system/autosign/ns3/inacksk2.example.db.in b/bin/tests/system/autosign/ns3/inacksk2.example.db.in
index 8a7f25cee8..90dcba9daf 100644
--- a/bin/tests/system/autosign/ns3/inacksk2.example.db.in
+++ b/bin/tests/system/autosign/ns3/inacksk2.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/autosign/ns3/inacksk3.example.db.in b/bin/tests/system/autosign/ns3/inacksk3.example.db.in
index 8a7f25cee8..90dcba9daf 100644
--- a/bin/tests/system/autosign/ns3/inacksk3.example.db.in
+++ b/bin/tests/system/autosign/ns3/inacksk3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/autosign/ns3/inaczsk.example.db.in b/bin/tests/system/autosign/ns3/inaczsk.example.db.in
index 64714ee73c..75ff5c2544 100644
--- a/bin/tests/system/autosign/ns3/inaczsk.example.db.in
+++ b/bin/tests/system/autosign/ns3/inaczsk.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: inaczsk.example.db.in,v 1.2 2011/07/08 01:43:26 each Exp $
diff --git a/bin/tests/system/autosign/ns3/inaczsk2.example.db.in b/bin/tests/system/autosign/ns3/inaczsk2.example.db.in
index 8a7f25cee8..90dcba9daf 100644
--- a/bin/tests/system/autosign/ns3/inaczsk2.example.db.in
+++ b/bin/tests/system/autosign/ns3/inaczsk2.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/autosign/ns3/inaczsk3.example.db.in b/bin/tests/system/autosign/ns3/inaczsk3.example.db.in
index 8a7f25cee8..90dcba9daf 100644
--- a/bin/tests/system/autosign/ns3/inaczsk3.example.db.in
+++ b/bin/tests/system/autosign/ns3/inaczsk3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/autosign/ns3/insecure.example.db b/bin/tests/system/autosign/ns3/insecure.example.db
index 43f3807415..19f9a57160 100644
--- a/bin/tests/system/autosign/ns3/insecure.example.db
+++ b/bin/tests/system/autosign/ns3/insecure.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.example.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/keygen.sh b/bin/tests/system/autosign/ns3/keygen.sh
index f53ac53621..34c98ac172 100644
--- a/bin/tests/system/autosign/ns3/keygen.sh
+++ b/bin/tests/system/autosign/ns3/keygen.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009-2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/autosign/ns3/named.conf.in b/bin/tests/system/autosign/ns3/named.conf.in
index d09e72d0ae..b4b87a90b2 100644
--- a/bin/tests/system/autosign/ns3/named.conf.in
+++ b/bin/tests/system/autosign/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/autosign/ns3/nozsk.example.db.in b/bin/tests/system/autosign/ns3/nozsk.example.db.in
index 0de16d0cb2..4dea590807 100644
--- a/bin/tests/system/autosign/ns3/nozsk.example.db.in
+++ b/bin/tests/system/autosign/ns3/nozsk.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nozsk.example.db.in,v 1.2 2011/07/08 01:43:26 each Exp $
diff --git a/bin/tests/system/autosign/ns3/nsec.example.db.in b/bin/tests/system/autosign/ns3/nsec.example.db.in
index 787d0b58ee..7733b47346 100644
--- a/bin/tests/system/autosign/ns3/nsec.example.db.in
+++ b/bin/tests/system/autosign/ns3/nsec.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec.example.db.in,v 1.2 2010/01/18 19:19:31 each Exp $
diff --git a/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in b/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in
index e557050887..152cae17a3 100644
--- a/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in
+++ b/bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3-to-nsec.example.db.in,v 1.2 2010/01/18 19:19:31 each Exp $
diff --git a/bin/tests/system/autosign/ns3/nsec3.example.db.in b/bin/tests/system/autosign/ns3/nsec3.example.db.in
index 5892ea4674..d3042a4541 100644
--- a/bin/tests/system/autosign/ns3/nsec3.example.db.in
+++ b/bin/tests/system/autosign/ns3/nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in b/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in
index 930849e27f..e507552351 100644
--- a/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in
+++ b/bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3.nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in b/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in
index 4e0be92567..cee535cf28 100644
--- a/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in
+++ b/bin/tests/system/autosign/ns3/nsec3.optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3.optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/oldsigs.example.db.in b/bin/tests/system/autosign/ns3/oldsigs.example.db.in
index 6695207416..1e63bcaf4a 100644
--- a/bin/tests/system/autosign/ns3/oldsigs.example.db.in
+++ b/bin/tests/system/autosign/ns3/oldsigs.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: oldsigs.example.db.in,v 1.2 2010/01/18 19:19:31 each Exp $
diff --git a/bin/tests/system/autosign/ns3/optout.example.db.in b/bin/tests/system/autosign/ns3/optout.example.db.in
index 09366d1ce5..de5bd18ea3 100644
--- a/bin/tests/system/autosign/ns3/optout.example.db.in
+++ b/bin/tests/system/autosign/ns3/optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in b/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in
index 6695fc9446..dfdf102adc 100644
--- a/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in
+++ b/bin/tests/system/autosign/ns3/optout.nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/optout.optout.example.db.in b/bin/tests/system/autosign/ns3/optout.optout.example.db.in
index 46c85a5199..ab1ebea2b4 100644
--- a/bin/tests/system/autosign/ns3/optout.optout.example.db.in
+++ b/bin/tests/system/autosign/ns3/optout.optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/rsasha256.example.db.in b/bin/tests/system/autosign/ns3/rsasha256.example.db.in
index cc9202f0fb..0a81f94f93 100644
--- a/bin/tests/system/autosign/ns3/rsasha256.example.db.in
+++ b/bin/tests/system/autosign/ns3/rsasha256.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: rsasha256.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
diff --git a/bin/tests/system/autosign/ns3/rsasha512.example.db.in b/bin/tests/system/autosign/ns3/rsasha512.example.db.in
index b711b15f0f..62827a9848 100644
--- a/bin/tests/system/autosign/ns3/rsasha512.example.db.in
+++ b/bin/tests/system/autosign/ns3/rsasha512.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: rsasha512.example.db.in,v 1.2 2009/11/30 21:00:47 each Exp $
diff --git a/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in b/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in
index b756511688..d3541c977d 100644
--- a/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in
+++ b/bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure-to-insecure.example.db.in,v 1.3 2010/01/18 23:48:40 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in b/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in
index a0a3b35407..36548a1485 100644
--- a/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in
+++ b/bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure-to-insecure2.example.db.in,v 1.2 2010/05/19 07:45:38 marka Exp $
diff --git a/bin/tests/system/autosign/ns3/secure.example.db.in b/bin/tests/system/autosign/ns3/secure.example.db.in
index 63ef640eaf..6776adc5af 100644
--- a/bin/tests/system/autosign/ns3/secure.example.db.in
+++ b/bin/tests/system/autosign/ns3/secure.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in b/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in
index 7855e32bc9..80b23a2db8 100644
--- a/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in
+++ b/bin/tests/system/autosign/ns3/secure.nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure.nsec3.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/secure.optout.example.db.in b/bin/tests/system/autosign/ns3/secure.optout.example.db.in
index e61319754a..b7cf8bf4f6 100644
--- a/bin/tests/system/autosign/ns3/secure.optout.example.db.in
+++ b/bin/tests/system/autosign/ns3/secure.optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure.optout.example.db.in,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/sync.example.db.in b/bin/tests/system/autosign/ns3/sync.example.db.in
index b8e46a6599..c3dbada717 100644
--- a/bin/tests/system/autosign/ns3/sync.example.db.in
+++ b/bin/tests/system/autosign/ns3/sync.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/autosign/ns3/ttl1.example.db.in b/bin/tests/system/autosign/ns3/ttl1.example.db.in
index 9050ad2e77..293c6bf720 100644
--- a/bin/tests/system/autosign/ns3/ttl1.example.db.in
+++ b/bin/tests/system/autosign/ns3/ttl1.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttl1.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/ttl2.example.db.in b/bin/tests/system/autosign/ns3/ttl2.example.db.in
index 53970c0da6..199467becc 100644
--- a/bin/tests/system/autosign/ns3/ttl2.example.db.in
+++ b/bin/tests/system/autosign/ns3/ttl2.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttl2.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/ttl3.example.db.in b/bin/tests/system/autosign/ns3/ttl3.example.db.in
index 8377e915ee..7207d18093 100644
--- a/bin/tests/system/autosign/ns3/ttl3.example.db.in
+++ b/bin/tests/system/autosign/ns3/ttl3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttl3.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $
diff --git a/bin/tests/system/autosign/ns3/ttl4.example.db.in b/bin/tests/system/autosign/ns3/ttl4.example.db.in
index 6fab8e956d..c52b1e97e7 100644
--- a/bin/tests/system/autosign/ns3/ttl4.example.db.in
+++ b/bin/tests/system/autosign/ns3/ttl4.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttl4.example.db.in,v 1.3 2011/03/17 23:47:30 tbox Exp $
diff --git a/bin/tests/system/autosign/ns4/named.conf.in b/bin/tests/system/autosign/ns4/named.conf.in
index e81b1865f7..dc1803f7b4 100644
--- a/bin/tests/system/autosign/ns4/named.conf.in
+++ b/bin/tests/system/autosign/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/autosign/ns5/named.conf.in b/bin/tests/system/autosign/ns5/named.conf.in
index 0a4317df08..bc33b23d3e 100644
--- a/bin/tests/system/autosign/ns5/named.conf.in
+++ b/bin/tests/system/autosign/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/autosign/prereq.sh b/bin/tests/system/autosign/prereq.sh
index e9b8291586..a0d4e9ce14 100644
--- a/bin/tests/system/autosign/prereq.sh
+++ b/bin/tests/system/autosign/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/autosign/setup.sh b/bin/tests/system/autosign/setup.sh
index 55ef457064..fdf19112cd 100644
--- a/bin/tests/system/autosign/setup.sh
+++ b/bin/tests/system/autosign/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009, 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh
index 664466da73..c77b2c210a 100755
--- a/bin/tests/system/autosign/tests.sh
+++ b/bin/tests/system/autosign/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/builtin/clean.sh b/bin/tests/system/builtin/clean.sh
index ca32ae3bdb..93a11156b6 100644
--- a/bin/tests/system/builtin/clean.sh
+++ b/bin/tests/system/builtin/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns?/named.run
rm -f ns?/named.memstats
diff --git a/bin/tests/system/builtin/ns1/named.conf.in b/bin/tests/system/builtin/ns1/named.conf.in
index 3c64ba6f49..d181a36cfd 100644
--- a/bin/tests/system/builtin/ns1/named.conf.in
+++ b/bin/tests/system/builtin/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/builtin/ns2/named.conf.in b/bin/tests/system/builtin/ns2/named.conf.in
index 4422193a9a..e875a92381 100644
--- a/bin/tests/system/builtin/ns2/named.conf.in
+++ b/bin/tests/system/builtin/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/builtin/ns3/named.conf.in b/bin/tests/system/builtin/ns3/named.conf.in
index 2edc8fbae2..4bce9f7a72 100644
--- a/bin/tests/system/builtin/ns3/named.conf.in
+++ b/bin/tests/system/builtin/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/builtin/setup.sh b/bin/tests/system/builtin/setup.sh
index 08a9c49e8c..c9f645b29e 100644
--- a/bin/tests/system/builtin/setup.sh
+++ b/bin/tests/system/builtin/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/builtin/tests.sh b/bin/tests/system/builtin/tests.sh
index 4b16bbdc36..4f597c0495 100644
--- a/bin/tests/system/builtin/tests.sh
+++ b/bin/tests/system/builtin/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/cacheclean/clean.sh b/bin/tests/system/cacheclean/clean.sh
index 7a9efb0984..174179c1a0 100644
--- a/bin/tests/system/cacheclean/clean.sh
+++ b/bin/tests/system/cacheclean/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after cache cleaner tests.
diff --git a/bin/tests/system/cacheclean/ns1/example.db b/bin/tests/system/cacheclean/ns1/example.db
index 12bb4cf781..cb116a05c3 100644
--- a/bin/tests/system/cacheclean/ns1/example.db
+++ b/bin/tests/system/cacheclean/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.5 2007/06/19 23:47:00 tbox Exp $
diff --git a/bin/tests/system/cacheclean/ns1/expire-test.db b/bin/tests/system/cacheclean/ns1/expire-test.db
index 35027c239c..32d708189a 100644
--- a/bin/tests/system/cacheclean/ns1/expire-test.db
+++ b/bin/tests/system/cacheclean/ns1/expire-test.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ IN SOA hostmaster.ns ns (
diff --git a/bin/tests/system/cacheclean/ns1/flushtest.db b/bin/tests/system/cacheclean/ns1/flushtest.db
index efc2075aaa..940a547f7d 100644
--- a/bin/tests/system/cacheclean/ns1/flushtest.db
+++ b/bin/tests/system/cacheclean/ns1/flushtest.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: flushtest.db,v 1.3 2011/08/03 23:47:48 tbox Exp $
diff --git a/bin/tests/system/cacheclean/ns1/named.conf.in b/bin/tests/system/cacheclean/ns1/named.conf.in
index 4f1b95ca11..2f448f750d 100644
--- a/bin/tests/system/cacheclean/ns1/named.conf.in
+++ b/bin/tests/system/cacheclean/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cacheclean/ns2/named.conf.in b/bin/tests/system/cacheclean/ns2/named.conf.in
index 5e763d0566..c3c4260977 100644
--- a/bin/tests/system/cacheclean/ns2/named.conf.in
+++ b/bin/tests/system/cacheclean/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cacheclean/setup.sh b/bin/tests/system/cacheclean/setup.sh
index c72b22a813..85855f3228 100644
--- a/bin/tests/system/cacheclean/setup.sh
+++ b/bin/tests/system/cacheclean/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/cacheclean/tests.sh b/bin/tests/system/cacheclean/tests.sh
index 25184005ba..92e0bf5969 100755
--- a/bin/tests/system/cacheclean/tests.sh
+++ b/bin/tests/system/cacheclean/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/case/clean.sh b/bin/tests/system/case/clean.sh
index af4ea3476d..646f3f6c16 100644
--- a/bin/tests/system/case/clean.sh
+++ b/bin/tests/system/case/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.ns*.test*
rm -f ns*/named.conf
diff --git a/bin/tests/system/case/ns1/dynamic.db.in b/bin/tests/system/case/ns1/dynamic.db.in
index ce913b2597..ee1c464e38 100644
--- a/bin/tests/system/case/ns1/dynamic.db.in
+++ b/bin/tests/system/case/ns1/dynamic.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/case/ns1/example.db b/bin/tests/system/case/ns1/example.db
index 2e977ac019..8aba293683 100644
--- a/bin/tests/system/case/ns1/example.db
+++ b/bin/tests/system/case/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/case/ns1/named.conf.in b/bin/tests/system/case/ns1/named.conf.in
index 5e839896bd..e1e31608e3 100644
--- a/bin/tests/system/case/ns1/named.conf.in
+++ b/bin/tests/system/case/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/case/ns2/named.conf.in b/bin/tests/system/case/ns2/named.conf.in
index d384033507..1720237439 100644
--- a/bin/tests/system/case/ns2/named.conf.in
+++ b/bin/tests/system/case/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/case/setup.sh b/bin/tests/system/case/setup.sh
index 9900ae2011..066ceb2e0d 100644
--- a/bin/tests/system/case/setup.sh
+++ b/bin/tests/system/case/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/case/tests.sh b/bin/tests/system/case/tests.sh
index f4d629a115..1f5634daca 100644
--- a/bin/tests/system/case/tests.sh
+++ b/bin/tests/system/case/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/catz/clean.sh b/bin/tests/system/catz/clean.sh
index cdc5c9c838..b4293791ec 100644
--- a/bin/tests/system/catz/clean.sh
+++ b/bin/tests/system/catz/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*
rm -f ns*/*.jnl
diff --git a/bin/tests/system/catz/ns1/catalog.example.db.in b/bin/tests/system/catz/ns1/catalog.example.db.in
index d11d42bb93..dc18bf5b73 100644
--- a/bin/tests/system/catz/ns1/catalog.example.db.in
+++ b/bin/tests/system/catz/ns1/catalog.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 3600 SOA . . 1 86400 3600 86400 3600
@ 3600 IN NS invalid.
diff --git a/bin/tests/system/catz/ns1/named.conf.in b/bin/tests/system/catz/ns1/named.conf.in
index d798f54506..74b7d371b7 100644
--- a/bin/tests/system/catz/ns1/named.conf.in
+++ b/bin/tests/system/catz/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/catz/ns2/named.conf.in b/bin/tests/system/catz/ns2/named.conf.in
index 9451b6caea..ee83efbee4 100644
--- a/bin/tests/system/catz/ns2/named.conf.in
+++ b/bin/tests/system/catz/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/catz/ns3/dom5.example.db b/bin/tests/system/catz/ns3/dom5.example.db
index 2422ed495b..f61860dd80 100644
--- a/bin/tests/system/catz/ns3/dom5.example.db
+++ b/bin/tests/system/catz/ns3/dom5.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 3600 IN SOA . . 1 3600 3600 3600 3600
@ IN NS invalid.
diff --git a/bin/tests/system/catz/ns3/dom6.example.db b/bin/tests/system/catz/ns3/dom6.example.db
index 2422ed495b..f61860dd80 100644
--- a/bin/tests/system/catz/ns3/dom6.example.db
+++ b/bin/tests/system/catz/ns3/dom6.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 3600 IN SOA . . 1 3600 3600 3600 3600
@ IN NS invalid.
diff --git a/bin/tests/system/catz/ns3/named.conf.in b/bin/tests/system/catz/ns3/named.conf.in
index 08507e864f..d5ee7c87ad 100644
--- a/bin/tests/system/catz/ns3/named.conf.in
+++ b/bin/tests/system/catz/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/catz/setup.sh b/bin/tests/system/catz/setup.sh
index 8a7252edb1..19e11c9dae 100644
--- a/bin/tests/system/catz/setup.sh
+++ b/bin/tests/system/catz/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/catz/tests.sh b/bin/tests/system/catz/tests.sh
index d3af71285b..01f2bf4580 100644
--- a/bin/tests/system/catz/tests.sh
+++ b/bin/tests/system/catz/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh -x
#
-# Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/chain/README b/bin/tests/system/chain/README
index 38eea39ae7..c4144ac0f9 100644
--- a/bin/tests/system/chain/README
+++ b/bin/tests/system/chain/README
@@ -1,9 +1,12 @@
-Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
ns1 is the root server.
ns2 and ns5 are both authoritative servers.
diff --git a/bin/tests/system/chain/ans3/ans.pl b/bin/tests/system/chain/ans3/ans.pl
index 07fb9de876..cdbfc84c13 100644
--- a/bin/tests/system/chain/ans3/ans.pl
+++ b/bin/tests/system/chain/ans3/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
use warnings;
diff --git a/bin/tests/system/chain/ans4/README.anspy b/bin/tests/system/chain/ans4/README.anspy
index b83eac19d6..f6b40a953f 100644
--- a/bin/tests/system/chain/ans4/README.anspy
+++ b/bin/tests/system/chain/ans4/README.anspy
@@ -4,6 +4,9 @@ This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
REQUIREMENTS
ans.py requires at least dnspython 1.12.0.
diff --git a/bin/tests/system/chain/ans4/ans.py b/bin/tests/system/chain/ans4/ans.py
index 0423e917b9..2dd7def019 100755
--- a/bin/tests/system/chain/ans4/ans.py
+++ b/bin/tests/system/chain/ans4/ans.py
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
############################################################################
diff --git a/bin/tests/system/chain/clean.sh b/bin/tests/system/chain/clean.sh
index 7b52f83fb7..265123f0c6 100755
--- a/bin/tests/system/chain/clean.sh
+++ b/bin/tests/system/chain/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.* named*.pid
rm -f ns*/named.conf
diff --git a/bin/tests/system/chain/ns1/named.conf.in b/bin/tests/system/chain/ns1/named.conf.in
index c71fefd794..5815c3c756 100644
--- a/bin/tests/system/chain/ns1/named.conf.in
+++ b/bin/tests/system/chain/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/chain/ns1/root.db b/bin/tests/system/chain/ns1/root.db
index c00dcd82c1..bc70f8c2a0 100644
--- a/bin/tests/system/chain/ns1/root.db
+++ b/bin/tests/system/chain/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA root.domain.nil a.root.servers.nil. (
diff --git a/bin/tests/system/chain/ns2/example.db b/bin/tests/system/chain/ns2/example.db
index f7de615f34..5f29f86106 100644
--- a/bin/tests/system/chain/ns2/example.db
+++ b/bin/tests/system/chain/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/chain/ns2/generic.db b/bin/tests/system/chain/ns2/generic.db
index 44b4dc5b18..60568dd642 100644
--- a/bin/tests/system/chain/ns2/generic.db
+++ b/bin/tests/system/chain/ns2/generic.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 86400 SOA ns2.nil. hostmaster.ns2.nil. 0 1 1 1 1
@ 86400 NS ns2.nil.
diff --git a/bin/tests/system/chain/ns2/named.conf.in b/bin/tests/system/chain/ns2/named.conf.in
index 60d919eaa3..519bfb3494 100644
--- a/bin/tests/system/chain/ns2/named.conf.in
+++ b/bin/tests/system/chain/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/chain/ns2/sign.sh b/bin/tests/system/chain/ns2/sign.sh
index 127e33e69c..11b87ad402 100644
--- a/bin/tests/system/chain/ns2/sign.sh
+++ b/bin/tests/system/chain/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/chain/ns2/sub.db b/bin/tests/system/chain/ns2/sub.db
index 508e039702..5e65fdf5c8 100644
--- a/bin/tests/system/chain/ns2/sub.db
+++ b/bin/tests/system/chain/ns2/sub.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/chain/ns5/named.conf.in b/bin/tests/system/chain/ns5/named.conf.in
index d2a84241be..d6813b6f69 100644
--- a/bin/tests/system/chain/ns5/named.conf.in
+++ b/bin/tests/system/chain/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/chain/ns5/sub.db b/bin/tests/system/chain/ns5/sub.db
index eb2b4c866b..9ddb4313ed 100644
--- a/bin/tests/system/chain/ns5/sub.db
+++ b/bin/tests/system/chain/ns5/sub.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/chain/ns7/named.conf.in b/bin/tests/system/chain/ns7/named.conf.in
index 9425fcd28c..21f5a998c5 100644
--- a/bin/tests/system/chain/ns7/named.conf.in
+++ b/bin/tests/system/chain/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/chain/ns7/root.hint b/bin/tests/system/chain/ns7/root.hint
index ddbd650962..ab755ba29f 100644
--- a/bin/tests/system/chain/ns7/root.hint
+++ b/bin/tests/system/chain/ns7/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 999999
. IN NS a.root-servers.nil.
diff --git a/bin/tests/system/chain/prereq.sh b/bin/tests/system/chain/prereq.sh
index 499fec887d..f3f1939b2a 100644
--- a/bin/tests/system/chain/prereq.sh
+++ b/bin/tests/system/chain/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/chain/setup.sh b/bin/tests/system/chain/setup.sh
index 0f117ca686..c2b0d69de7 100644
--- a/bin/tests/system/chain/setup.sh
+++ b/bin/tests/system/chain/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/chain/tests.sh b/bin/tests/system/chain/tests.sh
index 59125e21f7..fa42243901 100644
--- a/bin/tests/system/chain/tests.sh
+++ b/bin/tests/system/chain/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011, 2012, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checkconf/altdb.conf b/bin/tests/system/checkconf/altdb.conf
index 5131b7f6fd..0ee9680dcb 100644
--- a/bin/tests/system/checkconf/altdb.conf
+++ b/bin/tests/system/checkconf/altdb.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view override_bind chaos {
diff --git a/bin/tests/system/checkconf/altdlz.conf b/bin/tests/system/checkconf/altdlz.conf
index 7c875c3113..8633197166 100644
--- a/bin/tests/system/checkconf/altdlz.conf
+++ b/bin/tests/system/checkconf/altdlz.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
dlz external {
diff --git a/bin/tests/system/checkconf/bad-also-notify.conf b/bin/tests/system/checkconf/bad-also-notify.conf
index 2fd3dc7ce4..a1e7f5e2ad 100644
--- a/bin/tests/system/checkconf/bad-also-notify.conf
+++ b/bin/tests/system/checkconf/bad-also-notify.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/checkconf/bad-catz-zone.conf b/bin/tests/system/checkconf/bad-catz-zone.conf
index 710f4fcae0..429a21456d 100644
--- a/bin/tests/system/checkconf/bad-catz-zone.conf
+++ b/bin/tests/system/checkconf/bad-catz-zone.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-dnssec.conf b/bin/tests/system/checkconf/bad-dnssec.conf
index 5b73512765..c5f3ac2003 100644
--- a/bin/tests/system/checkconf/bad-dnssec.conf
+++ b/bin/tests/system/checkconf/bad-dnssec.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/checkconf/bad-hint.conf b/bin/tests/system/checkconf/bad-hint.conf
index 8cbae5dae7..a99ddba450 100644
--- a/bin/tests/system/checkconf/bad-hint.conf
+++ b/bin/tests/system/checkconf/bad-hint.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "." {
diff --git a/bin/tests/system/checkconf/bad-in-view-dup.conf b/bin/tests/system/checkconf/bad-in-view-dup.conf
index ae8a592a8c..dfde12401c 100644
--- a/bin/tests/system/checkconf/bad-in-view-dup.conf
+++ b/bin/tests/system/checkconf/bad-in-view-dup.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view a {
diff --git a/bin/tests/system/checkconf/bad-inline-slave.conf b/bin/tests/system/checkconf/bad-inline-slave.conf
index e792bcdfc8..ff283b62cd 100644
--- a/bin/tests/system/checkconf/bad-inline-slave.conf
+++ b/bin/tests/system/checkconf/bad-inline-slave.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/checkconf/bad-keep-response-order.conf b/bin/tests/system/checkconf/bad-keep-response-order.conf
index b49d182b37..c2c8929ca5 100644
--- a/bin/tests/system/checkconf/bad-keep-response-order.conf
+++ b/bin/tests/system/checkconf/bad-keep-response-order.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-lifetime.conf b/bin/tests/system/checkconf/bad-lifetime.conf
index 789f877316..b5926f0eae 100644
--- a/bin/tests/system/checkconf/bad-lifetime.conf
+++ b/bin/tests/system/checkconf/bad-lifetime.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf
index c46b2ba065..17d2ac5954 100644
--- a/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf
+++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf
index e8c8af3d2a..99540cae4d 100644
--- a/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf
+++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf
index 046d5f27b8..e5e50f7f38 100644
--- a/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf
+++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf b/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf
index c6ea860013..252ab3666c 100644
--- a/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf
+++ b/bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-many.conf b/bin/tests/system/checkconf/bad-many.conf
index 55fdda0416..bd3f0a2e7e 100644
--- a/bin/tests/system/checkconf/bad-many.conf
+++ b/bin/tests/system/checkconf/bad-many.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad.conf,v 1.4 2007/06/19 23:47:01 tbox Exp $ */
diff --git a/bin/tests/system/checkconf/bad-master-request-ixfr.conf b/bin/tests/system/checkconf/bad-master-request-ixfr.conf
index 59a4ff83a0..2d3913f71c 100644
--- a/bin/tests/system/checkconf/bad-master-request-ixfr.conf
+++ b/bin/tests/system/checkconf/bad-master-request-ixfr.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/checkconf/bad-maxttlmap.conf b/bin/tests/system/checkconf/bad-maxttlmap.conf
index a7d675a76b..f404b3e86b 100644
--- a/bin/tests/system/checkconf/bad-maxttlmap.conf
+++ b/bin/tests/system/checkconf/bad-maxttlmap.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone example {
diff --git a/bin/tests/system/checkconf/bad-noddns.conf b/bin/tests/system/checkconf/bad-noddns.conf
index a6f62f3432..d4e93dcbf6 100644
--- a/bin/tests/system/checkconf/bad-noddns.conf
+++ b/bin/tests/system/checkconf/bad-noddns.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone example {
diff --git a/bin/tests/system/checkconf/bad-options-also-notify.conf b/bin/tests/system/checkconf/bad-options-also-notify.conf
index 9814e27698..d5a28c0e3a 100644
--- a/bin/tests/system/checkconf/bad-options-also-notify.conf
+++ b/bin/tests/system/checkconf/bad-options-also-notify.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-acl.conf b/bin/tests/system/checkconf/bad-rate-limit-acl.conf
index 9e92577086..b344a0ffe3 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-acl.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-acl.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf
index 72b760d9b3..6a60a8bfc2 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf
index 485ea888f9..bea963956f 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf b/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf
index 8f0f9ea56d..b94d8db732 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf b/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf
index 2c1869250a..4378e71846 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf b/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf
index 3497ab38d9..ed05f576b8 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf
index 40f9858667..893640ee7f 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf
index 6ccfc02ec5..8e2f407953 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf b/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf
index 1d6fd4f0b0..585e90e275 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf
index 6c59ff96db..21f528cdaf 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf b/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf
index 42f34b588c..784f529beb 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-slip.conf b/bin/tests/system/checkconf/bad-rate-limit-slip.conf
index e9fc9d1cf5..c6162952ee 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-slip.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-slip.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rate-limit-window.conf b/bin/tests/system/checkconf/bad-rate-limit-window.conf
index bcfdc70795..5a0bcdb4ab 100644
--- a/bin/tests/system/checkconf/bad-rate-limit-window.conf
+++ b/bin/tests/system/checkconf/bad-rate-limit-window.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-rpz-zone.conf b/bin/tests/system/checkconf/bad-rpz-zone.conf
index 07ed2a7887..120c8e4fe4 100644
--- a/bin/tests/system/checkconf/bad-rpz-zone.conf
+++ b/bin/tests/system/checkconf/bad-rpz-zone.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/bad-sharedwritable1.conf b/bin/tests/system/checkconf/bad-sharedwritable1.conf
index 67a3acce6f..38d244a696 100644
--- a/bin/tests/system/checkconf/bad-sharedwritable1.conf
+++ b/bin/tests/system/checkconf/bad-sharedwritable1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone a {
diff --git a/bin/tests/system/checkconf/bad-sharedwritable2.conf b/bin/tests/system/checkconf/bad-sharedwritable2.conf
index 3c17fdf938..31c77c417c 100644
--- a/bin/tests/system/checkconf/bad-sharedwritable2.conf
+++ b/bin/tests/system/checkconf/bad-sharedwritable2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone a {
diff --git a/bin/tests/system/checkconf/bad-sharedzone1.conf b/bin/tests/system/checkconf/bad-sharedzone1.conf
index 5b11764964..3782991fa5 100644
--- a/bin/tests/system/checkconf/bad-sharedzone1.conf
+++ b/bin/tests/system/checkconf/bad-sharedzone1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "first" {
diff --git a/bin/tests/system/checkconf/bad-sharedzone2.conf b/bin/tests/system/checkconf/bad-sharedzone2.conf
index 6546a7a5ab..91b0472d9a 100644
--- a/bin/tests/system/checkconf/bad-sharedzone2.conf
+++ b/bin/tests/system/checkconf/bad-sharedzone2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "first" {
diff --git a/bin/tests/system/checkconf/bad-tsig.conf b/bin/tests/system/checkconf/bad-tsig.conf
index 8e1e365aed..e98f1c366d 100644
--- a/bin/tests/system/checkconf/bad-tsig.conf
+++ b/bin/tests/system/checkconf/bad-tsig.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/checkconf/bad-update-policy1.conf b/bin/tests/system/checkconf/bad-update-policy1.conf
index 1abbf5b7ed..13e21db605 100644
--- a/bin/tests/system/checkconf/bad-update-policy1.conf
+++ b/bin/tests/system/checkconf/bad-update-policy1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy2.conf b/bin/tests/system/checkconf/bad-update-policy2.conf
index 581669f25a..987e0967c3 100644
--- a/bin/tests/system/checkconf/bad-update-policy2.conf
+++ b/bin/tests/system/checkconf/bad-update-policy2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy3.conf b/bin/tests/system/checkconf/bad-update-policy3.conf
index ac8a4d40fe..ff0811f947 100644
--- a/bin/tests/system/checkconf/bad-update-policy3.conf
+++ b/bin/tests/system/checkconf/bad-update-policy3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy4.conf b/bin/tests/system/checkconf/bad-update-policy4.conf
index 7032dc5ff2..396f69b81e 100644
--- a/bin/tests/system/checkconf/bad-update-policy4.conf
+++ b/bin/tests/system/checkconf/bad-update-policy4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy5.conf b/bin/tests/system/checkconf/bad-update-policy5.conf
index e5b153ae02..718dad5346 100644
--- a/bin/tests/system/checkconf/bad-update-policy5.conf
+++ b/bin/tests/system/checkconf/bad-update-policy5.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy6.conf b/bin/tests/system/checkconf/bad-update-policy6.conf
index 9cd4f5f39a..992e384a50 100644
--- a/bin/tests/system/checkconf/bad-update-policy6.conf
+++ b/bin/tests/system/checkconf/bad-update-policy6.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy7.conf b/bin/tests/system/checkconf/bad-update-policy7.conf
index 8b0b0b74c1..3bd2185aeb 100644
--- a/bin/tests/system/checkconf/bad-update-policy7.conf
+++ b/bin/tests/system/checkconf/bad-update-policy7.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy8.conf b/bin/tests/system/checkconf/bad-update-policy8.conf
index 5e9502e573..c88b0e2519 100644
--- a/bin/tests/system/checkconf/bad-update-policy8.conf
+++ b/bin/tests/system/checkconf/bad-update-policy8.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-update-policy9.conf b/bin/tests/system/checkconf/bad-update-policy9.conf
index 91c98b09d3..382f899fec 100644
--- a/bin/tests/system/checkconf/bad-update-policy9.conf
+++ b/bin/tests/system/checkconf/bad-update-policy9.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/bad-view-also-notify.conf b/bin/tests/system/checkconf/bad-view-also-notify.conf
index c2eb01367e..418fa47a8f 100644
--- a/bin/tests/system/checkconf/bad-view-also-notify.conf
+++ b/bin/tests/system/checkconf/bad-view-also-notify.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view example {
diff --git a/bin/tests/system/checkconf/check-dlv-ksk-key.conf b/bin/tests/system/checkconf/check-dlv-ksk-key.conf
index 9f6b70f14d..2322e7ddaa 100644
--- a/bin/tests/system/checkconf/check-dlv-ksk-key.conf
+++ b/bin/tests/system/checkconf/check-dlv-ksk-key.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
trusted-keys {
diff --git a/bin/tests/system/checkconf/check-dup-records-fail.conf b/bin/tests/system/checkconf/check-dup-records-fail.conf
index 514b9dcb61..684e8c6ee0 100644
--- a/bin/tests/system/checkconf/check-dup-records-fail.conf
+++ b/bin/tests/system/checkconf/check-dup-records-fail.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/check-dup-records.db b/bin/tests/system/checkconf/check-dup-records.db
index dd61a92a9a..3d148e5d39 100644
--- a/bin/tests/system/checkconf/check-dup-records.db
+++ b/bin/tests/system/checkconf/check-dup-records.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600 ; 10 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/check-mx-cname-fail.conf b/bin/tests/system/checkconf/check-mx-cname-fail.conf
index a081a9eb66..71292c8881 100644
--- a/bin/tests/system/checkconf/check-mx-cname-fail.conf
+++ b/bin/tests/system/checkconf/check-mx-cname-fail.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/check-mx-cname.db b/bin/tests/system/checkconf/check-mx-cname.db
index dc1b918ec9..321c38e107 100644
--- a/bin/tests/system/checkconf/check-mx-cname.db
+++ b/bin/tests/system/checkconf/check-mx-cname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600 ; 10 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/check-mx-fail.conf b/bin/tests/system/checkconf/check-mx-fail.conf
index f408a8dbf8..2eb8ad676b 100644
--- a/bin/tests/system/checkconf/check-mx-fail.conf
+++ b/bin/tests/system/checkconf/check-mx-fail.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/check-mx.db b/bin/tests/system/checkconf/check-mx.db
index 10c5e103c8..28331b4a19 100644
--- a/bin/tests/system/checkconf/check-mx.db
+++ b/bin/tests/system/checkconf/check-mx.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600 ; 10 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/check-names-fail.conf b/bin/tests/system/checkconf/check-names-fail.conf
index 55893ece91..9c0ac26eae 100644
--- a/bin/tests/system/checkconf/check-names-fail.conf
+++ b/bin/tests/system/checkconf/check-names-fail.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/check-names.db b/bin/tests/system/checkconf/check-names.db
index 1629c745dc..7763647fbc 100644
--- a/bin/tests/system/checkconf/check-names.db
+++ b/bin/tests/system/checkconf/check-names.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600 ; 10 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/check-root-ksk-2010.conf b/bin/tests/system/checkconf/check-root-ksk-2010.conf
index 560b545158..025564cc21 100644
--- a/bin/tests/system/checkconf/check-root-ksk-2010.conf
+++ b/bin/tests/system/checkconf/check-root-ksk-2010.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
trusted-keys {
diff --git a/bin/tests/system/checkconf/check-root-ksk-2017.conf b/bin/tests/system/checkconf/check-root-ksk-2017.conf
index bec3c8ed4f..ebefd9c977 100644
--- a/bin/tests/system/checkconf/check-root-ksk-2017.conf
+++ b/bin/tests/system/checkconf/check-root-ksk-2017.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
trusted-keys {
diff --git a/bin/tests/system/checkconf/check-root-ksk-both.conf b/bin/tests/system/checkconf/check-root-ksk-both.conf
index 09af02dd89..aebf7f5b87 100644
--- a/bin/tests/system/checkconf/check-root-ksk-both.conf
+++ b/bin/tests/system/checkconf/check-root-ksk-both.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
trusted-keys {
diff --git a/bin/tests/system/checkconf/check-srv-cname-fail.conf b/bin/tests/system/checkconf/check-srv-cname-fail.conf
index f5d7c243b6..e84630729a 100644
--- a/bin/tests/system/checkconf/check-srv-cname-fail.conf
+++ b/bin/tests/system/checkconf/check-srv-cname-fail.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/check-srv-cname.db b/bin/tests/system/checkconf/check-srv-cname.db
index 9ed7293515..8bc71bdbe7 100644
--- a/bin/tests/system/checkconf/check-srv-cname.db
+++ b/bin/tests/system/checkconf/check-srv-cname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600 ; 10 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/clean.sh b/bin/tests/system/checkconf/clean.sh
index 8821a485fe..ed02f98f16 100644
--- a/bin/tests/system/checkconf/clean.sh
+++ b/bin/tests/system/checkconf/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f good.conf.in good.conf.out badzero.conf *.out
rm -rf test.keydir
diff --git a/bin/tests/system/checkconf/dlz-bad.conf b/bin/tests/system/checkconf/dlz-bad.conf
index dd896c2415..de2f4da1fc 100644
--- a/bin/tests/system/checkconf/dlz-bad.conf
+++ b/bin/tests/system/checkconf/dlz-bad.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/checkconf/dnssec.1 b/bin/tests/system/checkconf/dnssec.1
index b80814bd54..429bb4abc9 100644
--- a/bin/tests/system/checkconf/dnssec.1
+++ b/bin/tests/system/checkconf/dnssec.1
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnssec.1,v 1.4 2011/05/08 07:12:47 marka Exp $ */
diff --git a/bin/tests/system/checkconf/dnssec.2 b/bin/tests/system/checkconf/dnssec.2
index 76aebd4900..ee9fb4871e 100644
--- a/bin/tests/system/checkconf/dnssec.2
+++ b/bin/tests/system/checkconf/dnssec.2
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnssec.2,v 1.5 2011/11/07 00:14:11 marka Exp $ */
diff --git a/bin/tests/system/checkconf/dnssec.3 b/bin/tests/system/checkconf/dnssec.3
index 87313c1ab2..a07a8cc6fd 100644
--- a/bin/tests/system/checkconf/dnssec.3
+++ b/bin/tests/system/checkconf/dnssec.3
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnssec.3,v 1.5 2011/11/07 00:14:11 marka Exp $ */
diff --git a/bin/tests/system/checkconf/good-acl.conf b/bin/tests/system/checkconf/good-acl.conf
index c80ed0cd8a..532189916a 100644
--- a/bin/tests/system/checkconf/good-acl.conf
+++ b/bin/tests/system/checkconf/good-acl.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
acl a {
diff --git a/bin/tests/system/checkconf/good-class.conf b/bin/tests/system/checkconf/good-class.conf
index d10fcd9ee0..1839fe231b 100644
--- a/bin/tests/system/checkconf/good-class.conf
+++ b/bin/tests/system/checkconf/good-class.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "example" class00 { };
diff --git a/bin/tests/system/checkconf/good-dlv-dlv.example.com.conf b/bin/tests/system/checkconf/good-dlv-dlv.example.com.conf
index fdcd6eac02..fd242bceb7 100644
--- a/bin/tests/system/checkconf/good-dlv-dlv.example.com.conf
+++ b/bin/tests/system/checkconf/good-dlv-dlv.example.com.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf b/bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf
index 5f06995ada..a01fbc494a 100644
--- a/bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf
+++ b/bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf b/bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf
index 6a7a0998c7..797395f83e 100644
--- a/bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf
+++ b/bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/good-nested.conf b/bin/tests/system/checkconf/good-nested.conf
index 67f3dd20ee..4523b40108 100644
--- a/bin/tests/system/checkconf/good-nested.conf
+++ b/bin/tests/system/checkconf/good-nested.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
acl a { 127.0.0.1; ::1; };
diff --git a/bin/tests/system/checkconf/good-options-also-notify.conf b/bin/tests/system/checkconf/good-options-also-notify.conf
index 8225482dd1..fcb01638d9 100644
--- a/bin/tests/system/checkconf/good-options-also-notify.conf
+++ b/bin/tests/system/checkconf/good-options-also-notify.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/good-response-dot.conf b/bin/tests/system/checkconf/good-response-dot.conf
index dbfa3ec5b2..68e511f9be 100644
--- a/bin/tests/system/checkconf/good-response-dot.conf
+++ b/bin/tests/system/checkconf/good-response-dot.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com." {
diff --git a/bin/tests/system/checkconf/good-update-policy1.conf b/bin/tests/system/checkconf/good-update-policy1.conf
index 2685bbff05..8d345186bc 100644
--- a/bin/tests/system/checkconf/good-update-policy1.conf
+++ b/bin/tests/system/checkconf/good-update-policy1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy10.conf b/bin/tests/system/checkconf/good-update-policy10.conf
index ddfeb817bc..60bea6b56f 100644
--- a/bin/tests/system/checkconf/good-update-policy10.conf
+++ b/bin/tests/system/checkconf/good-update-policy10.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy11.conf b/bin/tests/system/checkconf/good-update-policy11.conf
index 3d48663071..ba6f396f5b 100644
--- a/bin/tests/system/checkconf/good-update-policy11.conf
+++ b/bin/tests/system/checkconf/good-update-policy11.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy12.conf b/bin/tests/system/checkconf/good-update-policy12.conf
index f8df455249..09bd926a4c 100644
--- a/bin/tests/system/checkconf/good-update-policy12.conf
+++ b/bin/tests/system/checkconf/good-update-policy12.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy2.conf b/bin/tests/system/checkconf/good-update-policy2.conf
index 29cad1c427..5b453e7307 100644
--- a/bin/tests/system/checkconf/good-update-policy2.conf
+++ b/bin/tests/system/checkconf/good-update-policy2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy3.conf b/bin/tests/system/checkconf/good-update-policy3.conf
index 08d6b10119..3f4cef24ab 100644
--- a/bin/tests/system/checkconf/good-update-policy3.conf
+++ b/bin/tests/system/checkconf/good-update-policy3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy4.conf b/bin/tests/system/checkconf/good-update-policy4.conf
index 60819bc02d..a3ef5343a3 100644
--- a/bin/tests/system/checkconf/good-update-policy4.conf
+++ b/bin/tests/system/checkconf/good-update-policy4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy5.conf b/bin/tests/system/checkconf/good-update-policy5.conf
index 15be41273d..1f70f0c2f6 100644
--- a/bin/tests/system/checkconf/good-update-policy5.conf
+++ b/bin/tests/system/checkconf/good-update-policy5.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy6.conf b/bin/tests/system/checkconf/good-update-policy6.conf
index bb948ff00f..ac43c48dda 100644
--- a/bin/tests/system/checkconf/good-update-policy6.conf
+++ b/bin/tests/system/checkconf/good-update-policy6.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy7.conf b/bin/tests/system/checkconf/good-update-policy7.conf
index 56f127af9a..96431a3e49 100644
--- a/bin/tests/system/checkconf/good-update-policy7.conf
+++ b/bin/tests/system/checkconf/good-update-policy7.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy8.conf b/bin/tests/system/checkconf/good-update-policy8.conf
index 0412a22f77..cd33559dda 100644
--- a/bin/tests/system/checkconf/good-update-policy8.conf
+++ b/bin/tests/system/checkconf/good-update-policy8.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-update-policy9.conf b/bin/tests/system/checkconf/good-update-policy9.conf
index b5380cecf3..dcb5b461d9 100644
--- a/bin/tests/system/checkconf/good-update-policy9.conf
+++ b/bin/tests/system/checkconf/good-update-policy9.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "example.com" {
diff --git a/bin/tests/system/checkconf/good-view-also-notify.conf b/bin/tests/system/checkconf/good-view-also-notify.conf
index 3d1268219d..b8a46e9857 100644
--- a/bin/tests/system/checkconf/good-view-also-notify.conf
+++ b/bin/tests/system/checkconf/good-view-also-notify.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view example {
diff --git a/bin/tests/system/checkconf/good.conf b/bin/tests/system/checkconf/good.conf
index f68ffb9b2c..9ab35b38a5 100644
--- a/bin/tests/system/checkconf/good.conf
+++ b/bin/tests/system/checkconf/good.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2010-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/checkconf/hint-nofile.conf b/bin/tests/system/checkconf/hint-nofile.conf
index 6baa13bb40..f0ef89fb14 100644
--- a/bin/tests/system/checkconf/hint-nofile.conf
+++ b/bin/tests/system/checkconf/hint-nofile.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "." {
diff --git a/bin/tests/system/checkconf/in-view-good.conf b/bin/tests/system/checkconf/in-view-good.conf
index 56dcc527ea..3161c38131 100644
--- a/bin/tests/system/checkconf/in-view-good.conf
+++ b/bin/tests/system/checkconf/in-view-good.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view internal {
diff --git a/bin/tests/system/checkconf/inline-bad.conf b/bin/tests/system/checkconf/inline-bad.conf
index 14b7df7efe..011bea91be 100644
--- a/bin/tests/system/checkconf/inline-bad.conf
+++ b/bin/tests/system/checkconf/inline-bad.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
acl "transferees" {};
diff --git a/bin/tests/system/checkconf/inline-good.conf b/bin/tests/system/checkconf/inline-good.conf
index 857b7458b7..8e3115b19c 100644
--- a/bin/tests/system/checkconf/inline-good.conf
+++ b/bin/tests/system/checkconf/inline-good.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
acl "transferees" {};
diff --git a/bin/tests/system/checkconf/inline-no.conf b/bin/tests/system/checkconf/inline-no.conf
index e17b38f516..c441fa9c9a 100644
--- a/bin/tests/system/checkconf/inline-no.conf
+++ b/bin/tests/system/checkconf/inline-no.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
acl "transferees" {};
diff --git a/bin/tests/system/checkconf/max-cache-size-good.conf b/bin/tests/system/checkconf/max-cache-size-good.conf
index a5bfc5523e..ff9dc8fc9e 100644
--- a/bin/tests/system/checkconf/max-cache-size-good.conf
+++ b/bin/tests/system/checkconf/max-cache-size-good.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/max-ttl.conf b/bin/tests/system/checkconf/max-ttl.conf
index 479087c5d9..074bc2cbbd 100644
--- a/bin/tests/system/checkconf/max-ttl.conf
+++ b/bin/tests/system/checkconf/max-ttl.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/maxttl-bad.conf b/bin/tests/system/checkconf/maxttl-bad.conf
index 52a64827bb..ac4ca6548b 100644
--- a/bin/tests/system/checkconf/maxttl-bad.conf
+++ b/bin/tests/system/checkconf/maxttl-bad.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/maxttl-bad.db b/bin/tests/system/checkconf/maxttl-bad.db
index 53ac502817..9c8aa7e19e 100644
--- a/bin/tests/system/checkconf/maxttl-bad.db
+++ b/bin/tests/system/checkconf/maxttl-bad.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/maxttl.db b/bin/tests/system/checkconf/maxttl.db
index f5625f7f31..21536b484f 100644
--- a/bin/tests/system/checkconf/maxttl.db
+++ b/bin/tests/system/checkconf/maxttl.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600 ; 10 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/checkconf/notify.conf b/bin/tests/system/checkconf/notify.conf
index 72b02564fb..60c4f15dda 100644
--- a/bin/tests/system/checkconf/notify.conf
+++ b/bin/tests/system/checkconf/notify.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view one {
diff --git a/bin/tests/system/checkconf/portrange-good.conf b/bin/tests/system/checkconf/portrange-good.conf
index 201d84416d..e02097f138 100644
--- a/bin/tests/system/checkconf/portrange-good.conf
+++ b/bin/tests/system/checkconf/portrange-good.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/range.conf b/bin/tests/system/checkconf/range.conf
index d74efc693b..a7f94d9f50 100644
--- a/bin/tests/system/checkconf/range.conf
+++ b/bin/tests/system/checkconf/range.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/shared.example.db b/bin/tests/system/checkconf/shared.example.db
index 936a13c1a2..7b40db9c33 100644
--- a/bin/tests/system/checkconf/shared.example.db
+++ b/bin/tests/system/checkconf/shared.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 SOA . . 0 0 0 0 0
@ 0 NS .
diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh
index bbc1c0659e..4121705a78 100644
--- a/bin/tests/system/checkconf/tests.sh
+++ b/bin/tests/system/checkconf/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2005, 2007, 2010-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checkconf/view-class-any1.conf b/bin/tests/system/checkconf/view-class-any1.conf
index 3fffab2d81..9832ce02aa 100644
--- a/bin/tests/system/checkconf/view-class-any1.conf
+++ b/bin/tests/system/checkconf/view-class-any1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "example" any { };
diff --git a/bin/tests/system/checkconf/view-class-any2.conf b/bin/tests/system/checkconf/view-class-any2.conf
index 336383fd6e..03f08030df 100644
--- a/bin/tests/system/checkconf/view-class-any2.conf
+++ b/bin/tests/system/checkconf/view-class-any2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "example" class255 { };
diff --git a/bin/tests/system/checkconf/view-class-in1.conf b/bin/tests/system/checkconf/view-class-in1.conf
index d159131d77..794f9e00de 100644
--- a/bin/tests/system/checkconf/view-class-in1.conf
+++ b/bin/tests/system/checkconf/view-class-in1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "example" in { };
diff --git a/bin/tests/system/checkconf/view-class-in2.conf b/bin/tests/system/checkconf/view-class-in2.conf
index a664ea1322..c519b1a66b 100644
--- a/bin/tests/system/checkconf/view-class-in2.conf
+++ b/bin/tests/system/checkconf/view-class-in2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
view "example" class1 { };
diff --git a/bin/tests/system/checkconf/warn-dlv-auto.conf b/bin/tests/system/checkconf/warn-dlv-auto.conf
index bf58a35fd6..3ba734204f 100644
--- a/bin/tests/system/checkconf/warn-dlv-auto.conf
+++ b/bin/tests/system/checkconf/warn-dlv-auto.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf b/bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf
index f7e5937d6a..49b11bc56c 100644
--- a/bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf
+++ b/bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checkconf/warn-keydir.conf b/bin/tests/system/checkconf/warn-keydir.conf
index 76a13b2ec1..502a4f3d30 100644
--- a/bin/tests/system/checkconf/warn-keydir.conf
+++ b/bin/tests/system/checkconf/warn-keydir.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/checkds/clean.sh b/bin/tests/system/checkds/clean.sh
index 7cffb4c834..436f66d3e2 100644
--- a/bin/tests/system/checkds/clean.sh
+++ b/bin/tests/system/checkds/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/checkds/dig.pl b/bin/tests/system/checkds/dig.pl
index c84801d44f..51e5713e5f 100644
--- a/bin/tests/system/checkds/dig.pl
+++ b/bin/tests/system/checkds/dig.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/checkds/dig.sh b/bin/tests/system/checkds/dig.sh
index 1a98b540fb..b7472ea653 100755
--- a/bin/tests/system/checkds/dig.sh
+++ b/bin/tests/system/checkds/dig.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/checkds/setup.sh b/bin/tests/system/checkds/setup.sh
index 81f00e6c7f..1405375c03 100644
--- a/bin/tests/system/checkds/setup.sh
+++ b/bin/tests/system/checkds/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checkds/tests.sh b/bin/tests/system/checkds/tests.sh
index 6214bc6079..141d83bf4f 100644
--- a/bin/tests/system/checkds/tests.sh
+++ b/bin/tests/system/checkds/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checknames/clean.sh b/bin/tests/system/checknames/clean.sh
index 2e7e80cb77..83073f9e6e 100644
--- a/bin/tests/system/checknames/clean.sh
+++ b/bin/tests/system/checknames/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns*/named.conf
rm -f dig.out.ns?.test*
diff --git a/bin/tests/system/checknames/ns1/fail.example.db.in b/bin/tests/system/checknames/ns1/fail.example.db.in
index e069a3b9e1..cb61359f09 100644
--- a/bin/tests/system/checknames/ns1/fail.example.db.in
+++ b/bin/tests/system/checknames/ns1/fail.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: fail.example.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns1/fail.update.db.in b/bin/tests/system/checknames/ns1/fail.update.db.in
index f378804c8b..b0c6579741 100644
--- a/bin/tests/system/checknames/ns1/fail.update.db.in
+++ b/bin/tests/system/checknames/ns1/fail.update.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: fail.update.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns1/ignore.example.db.in b/bin/tests/system/checknames/ns1/ignore.example.db.in
index 18bff573ec..f99ba478a2 100644
--- a/bin/tests/system/checknames/ns1/ignore.example.db.in
+++ b/bin/tests/system/checknames/ns1/ignore.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ignore.example.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns1/ignore.update.db.in b/bin/tests/system/checknames/ns1/ignore.update.db.in
index 9be3409627..1c77f119c3 100644
--- a/bin/tests/system/checknames/ns1/ignore.update.db.in
+++ b/bin/tests/system/checknames/ns1/ignore.update.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ignore.update.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns1/named.conf.in b/bin/tests/system/checknames/ns1/named.conf.in
index ac8b915796..99b8004eb4 100644
--- a/bin/tests/system/checknames/ns1/named.conf.in
+++ b/bin/tests/system/checknames/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checknames/ns1/root.db b/bin/tests/system/checknames/ns1/root.db
index 2a41146ac4..a47e05191d 100644
--- a/bin/tests/system/checknames/ns1/root.db
+++ b/bin/tests/system/checknames/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns1/warn.example.db.in b/bin/tests/system/checknames/ns1/warn.example.db.in
index 04591dcbac..eccd876634 100644
--- a/bin/tests/system/checknames/ns1/warn.example.db.in
+++ b/bin/tests/system/checknames/ns1/warn.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: warn.example.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns1/warn.update.db.in b/bin/tests/system/checknames/ns1/warn.update.db.in
index a1c80c1123..28230ae70e 100644
--- a/bin/tests/system/checknames/ns1/warn.update.db.in
+++ b/bin/tests/system/checknames/ns1/warn.update.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: warn.update.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns2/named.conf.in b/bin/tests/system/checknames/ns2/named.conf.in
index 098fb49b0f..bdec53da69 100644
--- a/bin/tests/system/checknames/ns2/named.conf.in
+++ b/bin/tests/system/checknames/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checknames/ns2/root.hints b/bin/tests/system/checknames/ns2/root.hints
index 5bd961dc9b..05378430f0 100644
--- a/bin/tests/system/checknames/ns2/root.hints
+++ b/bin/tests/system/checknames/ns2/root.hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hints,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns3/named.conf.in b/bin/tests/system/checknames/ns3/named.conf.in
index 83f50c61d3..d4a3cd944b 100644
--- a/bin/tests/system/checknames/ns3/named.conf.in
+++ b/bin/tests/system/checknames/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checknames/ns3/root.hints b/bin/tests/system/checknames/ns3/root.hints
index 5bd961dc9b..05378430f0 100644
--- a/bin/tests/system/checknames/ns3/root.hints
+++ b/bin/tests/system/checknames/ns3/root.hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hints,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns4/master-ignore.update.db.in b/bin/tests/system/checknames/ns4/master-ignore.update.db.in
index c14cee9585..1c77f119c3 100644
--- a/bin/tests/system/checknames/ns4/master-ignore.update.db.in
+++ b/bin/tests/system/checknames/ns4/master-ignore.update.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ignore.update.db.in,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/ns4/named.conf.in b/bin/tests/system/checknames/ns4/named.conf.in
index 3abd169f5c..5a97d49958 100644
--- a/bin/tests/system/checknames/ns4/named.conf.in
+++ b/bin/tests/system/checknames/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/checknames/ns4/root.hints b/bin/tests/system/checknames/ns4/root.hints
index b663ebcb00..05378430f0 100644
--- a/bin/tests/system/checknames/ns4/root.hints
+++ b/bin/tests/system/checknames/ns4/root.hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hints,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/checknames/setup.sh b/bin/tests/system/checknames/setup.sh
index 3ce5c852a4..28d0c44825 100644
--- a/bin/tests/system/checknames/setup.sh
+++ b/bin/tests/system/checknames/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2004, 2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checknames/tests.sh b/bin/tests/system/checknames/tests.sh
index 2e424f9b31..74f783e4d3 100644
--- a/bin/tests/system/checknames/tests.sh
+++ b/bin/tests/system/checknames/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checkzone/clean.sh b/bin/tests/system/checkzone/clean.sh
index 8fa735592f..95d3caaaae 100644
--- a/bin/tests/system/checkzone/clean.sh
+++ b/bin/tests/system/checkzone/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f test.* good1.db.map good1.db.raw named-compilezone
rm -f ns*/named.lock
diff --git a/bin/tests/system/checkzone/setup.sh b/bin/tests/system/checkzone/setup.sh
index cfa7cccd07..5fde7f6650 100644
--- a/bin/tests/system/checkzone/setup.sh
+++ b/bin/tests/system/checkzone/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checkzone/tests.sh b/bin/tests/system/checkzone/tests.sh
index 4b0c1a04b8..96215663b5 100644
--- a/bin/tests/system/checkzone/tests.sh
+++ b/bin/tests/system/checkzone/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/checkzone/zones/bad-caa-rr.db b/bin/tests/system/checkzone/zones/bad-caa-rr.db
index 2964986b93..9d22cd3327 100644
Binary files a/bin/tests/system/checkzone/zones/bad-caa-rr.db and b/bin/tests/system/checkzone/zones/bad-caa-rr.db differ
diff --git a/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db b/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db
index 63ed4950ae..9635a7ab1e 100644
--- a/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db
+++ b/bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/checkzone/zones/bad-generate-tkey.db b/bin/tests/system/checkzone/zones/bad-generate-tkey.db
index c50b7d2fbb..f86f15c793 100644
--- a/bin/tests/system/checkzone/zones/bad-generate-tkey.db
+++ b/bin/tests/system/checkzone/zones/bad-generate-tkey.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-nsap-empty.db b/bin/tests/system/checkzone/zones/bad-nsap-empty.db
index 86c8fbdf27..3ed2451a8a 100644
--- a/bin/tests/system/checkzone/zones/bad-nsap-empty.db
+++ b/bin/tests/system/checkzone/zones/bad-nsap-empty.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db b/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db
index 1b31a6a416..f8c82f5a07 100644
--- a/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db
+++ b/bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-nsec3-padded.db b/bin/tests/system/checkzone/zones/bad-nsec3-padded.db
index 283a5b88d2..77d8ead2ab 100644
--- a/bin/tests/system/checkzone/zones/bad-nsec3-padded.db
+++ b/bin/tests/system/checkzone/zones/bad-nsec3-padded.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db b/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db
index 95d7da4dc6..3f9bbb6a9c 100644
--- a/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db
+++ b/bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-tkey.db b/bin/tests/system/checkzone/zones/bad-tkey.db
index ae5d068f50..00f25db9a8 100644
--- a/bin/tests/system/checkzone/zones/bad-tkey.db
+++ b/bin/tests/system/checkzone/zones/bad-tkey.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-tsig.db b/bin/tests/system/checkzone/zones/bad-tsig.db
index 4867f45e78..76af2e9a2b 100644
--- a/bin/tests/system/checkzone/zones/bad-tsig.db
+++ b/bin/tests/system/checkzone/zones/bad-tsig.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad-unspec.db b/bin/tests/system/checkzone/zones/bad-unspec.db
index 0b258e12e9..2352ff95f0 100644
--- a/bin/tests/system/checkzone/zones/bad-unspec.db
+++ b/bin/tests/system/checkzone/zones/bad-unspec.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad1.db b/bin/tests/system/checkzone/zones/bad1.db
index 06410db0e7..c17ab0cdf8 100644
Binary files a/bin/tests/system/checkzone/zones/bad1.db and b/bin/tests/system/checkzone/zones/bad1.db differ
diff --git a/bin/tests/system/checkzone/zones/bad2.db b/bin/tests/system/checkzone/zones/bad2.db
index aae35ef9d0..e6afacdd4a 100644
--- a/bin/tests/system/checkzone/zones/bad2.db
+++ b/bin/tests/system/checkzone/zones/bad2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad3.db b/bin/tests/system/checkzone/zones/bad3.db
index d33f09aefd..44e45e5102 100644
--- a/bin/tests/system/checkzone/zones/bad3.db
+++ b/bin/tests/system/checkzone/zones/bad3.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/bad4.db b/bin/tests/system/checkzone/zones/bad4.db
index 5e80ced163..4e6ec79b18 100644
--- a/bin/tests/system/checkzone/zones/bad4.db
+++ b/bin/tests/system/checkzone/zones/bad4.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/badttl.db b/bin/tests/system/checkzone/zones/badttl.db
index 4c485591fd..43fb41a3ca 100644
--- a/bin/tests/system/checkzone/zones/badttl.db
+++ b/bin/tests/system/checkzone/zones/badttl.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL
diff --git a/bin/tests/system/checkzone/zones/crashzone.db b/bin/tests/system/checkzone/zones/crashzone.db
index c4cdfc0e23..c390d0c13e 100644
--- a/bin/tests/system/checkzone/zones/crashzone.db
+++ b/bin/tests/system/checkzone/zones/crashzone.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
dyn.example.net. 7200 IN SOA ns1.example.net. hostmaster.example.net. (
6 ; serial
diff --git a/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db b/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db
index 9d46e9a7c3..d26f51b5d6 100644
--- a/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db
+++ b/bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
example.com. SOA marka.isc.org. a.root.servers.nil. (
diff --git a/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db b/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db
index a1843c6ec1..566ce5b3e9 100644
--- a/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db
+++ b/bin/tests/system/checkzone/zones/good-dns-sd-reverse.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/checkzone/zones/good-gc-msdcs.db b/bin/tests/system/checkzone/zones/good-gc-msdcs.db
index 9bf3864fea..cf9bc74585 100644
--- a/bin/tests/system/checkzone/zones/good-gc-msdcs.db
+++ b/bin/tests/system/checkzone/zones/good-gc-msdcs.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/good-nsap.db b/bin/tests/system/checkzone/zones/good-nsap.db
index 6a8576f485..c7bc655a1c 100644
--- a/bin/tests/system/checkzone/zones/good-nsap.db
+++ b/bin/tests/system/checkzone/zones/good-nsap.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db b/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db
index e48b4e8a85..4b4d4e4c57 100644
--- a/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db
+++ b/bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ SOA ns hostmaster 2011012708 3600 1200 604800 1200
diff --git a/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db b/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db
index 66084e615a..caa78561aa 100644
--- a/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db
+++ b/bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
example. SOA marka.isc.org. a.root.servers.nil. (
diff --git a/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db b/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db
index 7e40dc8bfd..bdc8c6b335 100644
--- a/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db
+++ b/bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
example. SOA marka.isc.org. a.root.servers.nil. (
diff --git a/bin/tests/system/checkzone/zones/good1.db b/bin/tests/system/checkzone/zones/good1.db
index f89b3798af..3c1b74b200 100644
--- a/bin/tests/system/checkzone/zones/good1.db
+++ b/bin/tests/system/checkzone/zones/good1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: good1.db,v 1.2 2011/03/02 04:20:34 marka Exp $
diff --git a/bin/tests/system/checkzone/zones/inherit.db b/bin/tests/system/checkzone/zones/inherit.db
index 8cf0ec09ba..61c9d2a497 100644
--- a/bin/tests/system/checkzone/zones/inherit.db
+++ b/bin/tests/system/checkzone/zones/inherit.db
@@ -1,7 +1,10 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
NS .
diff --git a/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db b/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db
index 292eceff34..4083210eb5 100644
--- a/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db
+++ b/bin/tests/system/checkzone/zones/nowarn.inherited.owner.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN SOA . . 0 0 0 0 0
$INCLUDE "zones/inherit.db"
diff --git a/bin/tests/system/checkzone/zones/ns-address-below-dname.db b/bin/tests/system/checkzone/zones/ns-address-below-dname.db
index 56d8d11c5b..7e65e577ae 100644
--- a/bin/tests/system/checkzone/zones/ns-address-below-dname.db
+++ b/bin/tests/system/checkzone/zones/ns-address-below-dname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
example.com. SOA marka.isc.org. a.root.servers.nil. (
diff --git a/bin/tests/system/checkzone/zones/spf.db b/bin/tests/system/checkzone/zones/spf.db
index aa008b4a18..6c0e7e5512 100644
--- a/bin/tests/system/checkzone/zones/spf.db
+++ b/bin/tests/system/checkzone/zones/spf.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN SOA . . 0 0 0 0 0
@ 0 IN NS .
diff --git a/bin/tests/system/checkzone/zones/test1.db b/bin/tests/system/checkzone/zones/test1.db
index 1ef215c776..bb75d3ce82 100644
--- a/bin/tests/system/checkzone/zones/test1.db
+++ b/bin/tests/system/checkzone/zones/test1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
diff --git a/bin/tests/system/checkzone/zones/test2.db b/bin/tests/system/checkzone/zones/test2.db
index 7d86dee86c..cee52ca6c5 100644
--- a/bin/tests/system/checkzone/zones/test2.db
+++ b/bin/tests/system/checkzone/zones/test2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
diff --git a/bin/tests/system/checkzone/zones/warn.inherit.origin.db b/bin/tests/system/checkzone/zones/warn.inherit.origin.db
index b4f2f0b930..5057cd9536 100644
--- a/bin/tests/system/checkzone/zones/warn.inherit.origin.db
+++ b/bin/tests/system/checkzone/zones/warn.inherit.origin.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN SOA . . 0 0 0 0 0
$ORIGIN @
diff --git a/bin/tests/system/checkzone/zones/warn.inherited.owner.db b/bin/tests/system/checkzone/zones/warn.inherited.owner.db
index b7c2b533db..0879149f6d 100644
--- a/bin/tests/system/checkzone/zones/warn.inherited.owner.db
+++ b/bin/tests/system/checkzone/zones/warn.inherited.owner.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN SOA . . 0 0 0 0 0
$INCLUDE "zones/inherit.db" @
diff --git a/bin/tests/system/clean.sh b/bin/tests/system/clean.sh
index 89a7a06f49..2306ac6cd0 100644
--- a/bin/tests/system/clean.sh
+++ b/bin/tests/system/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after a specified system test.
diff --git a/bin/tests/system/cleanall.sh b/bin/tests/system/cleanall.sh
index 5e2f45e458..80acf7e0a8 100644
--- a/bin/tests/system/cleanall.sh
+++ b/bin/tests/system/cleanall.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after system tests.
diff --git a/bin/tests/system/cleanpkcs11.sh b/bin/tests/system/cleanpkcs11.sh
index e545ad221b..4096c0bea2 100644
--- a/bin/tests/system/cleanpkcs11.sh
+++ b/bin/tests/system/cleanpkcs11.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: cleanpkcs11.sh,v 1.3 2010/06/08 23:50:24 tbox Exp $
diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf
index 52a31a95b8..1a2cb7815d 100644
--- a/bin/tests/system/common/controls.conf
+++ b/bin/tests/system/common/controls.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: controls.conf,v 1.6 2007/06/19 23:47:01 tbox Exp $ */
diff --git a/bin/tests/system/common/controls.conf.in b/bin/tests/system/common/controls.conf.in
index 2bcd95f492..69581151d0 100644
--- a/bin/tests/system/common/controls.conf.in
+++ b/bin/tests/system/common/controls.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/common/rndc.conf b/bin/tests/system/common/rndc.conf
index 1934d5d870..da9d784ed8 100644
--- a/bin/tests/system/common/rndc.conf
+++ b/bin/tests/system/common/rndc.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rndc.conf,v 1.5 2007/06/19 23:47:01 tbox Exp $ */
diff --git a/bin/tests/system/common/rndc.key b/bin/tests/system/common/rndc.key
index 8dbfaaf30b..7a0f79f9c6 100644
--- a/bin/tests/system/common/rndc.key
+++ b/bin/tests/system/common/rndc.key
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rndc.key,v 1.3 2011/03/12 04:59:47 tbox Exp $ */
diff --git a/bin/tests/system/common/root.hint b/bin/tests/system/common/root.hint
index 274ec9a845..7f5cc13dbb 100644
--- a/bin/tests/system/common/root.hint
+++ b/bin/tests/system/common/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in
index 120f24de46..954480545a 100644
--- a/bin/tests/system/conf.sh.in
+++ b/bin/tests/system/conf.sh.in
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Common configuration data for system tests, to be sourced into
diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32
index 432b0eb7cf..d2f34a11de 100644
--- a/bin/tests/system/conf.sh.win32
+++ b/bin/tests/system/conf.sh.win32
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Common configuration data for system tests, to be sourced into
diff --git a/bin/tests/system/cookie/bad-cookie-badhex.conf b/bin/tests/system/cookie/bad-cookie-badhex.conf
index 2d30e88af4..318425f96a 100644
--- a/bin/tests/system/cookie/bad-cookie-badhex.conf
+++ b/bin/tests/system/cookie/bad-cookie-badhex.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/bad-cookie-badsha1.conf b/bin/tests/system/cookie/bad-cookie-badsha1.conf
index a2c91d83c8..f22dd49e83 100644
--- a/bin/tests/system/cookie/bad-cookie-badsha1.conf
+++ b/bin/tests/system/cookie/bad-cookie-badsha1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/bad-cookie-badsha256.conf b/bin/tests/system/cookie/bad-cookie-badsha256.conf
index 3ccf77199c..3442099a68 100644
--- a/bin/tests/system/cookie/bad-cookie-badsha256.conf
+++ b/bin/tests/system/cookie/bad-cookie-badsha256.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/bad-cookie-toolong.conf b/bin/tests/system/cookie/bad-cookie-toolong.conf
index c45d49b01f..3171b3c567 100644
--- a/bin/tests/system/cookie/bad-cookie-toolong.conf
+++ b/bin/tests/system/cookie/bad-cookie-toolong.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/clean.sh b/bin/tests/system/cookie/clean.sh
index f83d7366dc..01abbc8f6a 100644
--- a/bin/tests/system/cookie/clean.sh
+++ b/bin/tests/system/cookie/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns*/named.conf
rm -f dig.out.*
diff --git a/bin/tests/system/cookie/good-cookie-sha1.conf b/bin/tests/system/cookie/good-cookie-sha1.conf
index 82a1f35818..315732bfbf 100644
--- a/bin/tests/system/cookie/good-cookie-sha1.conf
+++ b/bin/tests/system/cookie/good-cookie-sha1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/good-cookie-sha256.conf b/bin/tests/system/cookie/good-cookie-sha256.conf
index b91ee17e17..2fe68f2e45 100644
--- a/bin/tests/system/cookie/good-cookie-sha256.conf
+++ b/bin/tests/system/cookie/good-cookie-sha256.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/ns1/example.db b/bin/tests/system/cookie/ns1/example.db
index 88e03fb6fe..fae6856e80 100644
--- a/bin/tests/system/cookie/ns1/example.db
+++ b/bin/tests/system/cookie/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ SOA ns1 hostmaster.isc.org. 1 600 600 1200 600
@ NS ns1
diff --git a/bin/tests/system/cookie/ns1/named.conf.in b/bin/tests/system/cookie/ns1/named.conf.in
index d0c2bac36d..6548f2d266 100644
--- a/bin/tests/system/cookie/ns1/named.conf.in
+++ b/bin/tests/system/cookie/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/cookie/ns1/root.hint b/bin/tests/system/cookie/ns1/root.hint
index 2d75a29cf3..6671358152 100644
--- a/bin/tests/system/cookie/ns1/root.hint
+++ b/bin/tests/system/cookie/ns1/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.7 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/cookie/ns2/named.conf.in b/bin/tests/system/cookie/ns2/named.conf.in
index b3435a0e68..08dcf49426 100644
--- a/bin/tests/system/cookie/ns2/named.conf.in
+++ b/bin/tests/system/cookie/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/cookie/ns2/root.db b/bin/tests/system/cookie/ns2/root.db
index a0d7cd91f1..96410eeffd 100644
--- a/bin/tests/system/cookie/ns2/root.db
+++ b/bin/tests/system/cookie/ns2/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ SOA a.root-servers.nil. hostmaster.isc.org. 1 600 600 1200 600
@ NS a.root-servers.nil.
diff --git a/bin/tests/system/cookie/ns3/named.conf.in b/bin/tests/system/cookie/ns3/named.conf.in
index 933d07cd9e..12500f5447 100644
--- a/bin/tests/system/cookie/ns3/named.conf.in
+++ b/bin/tests/system/cookie/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/cookie/ns3/root.hint b/bin/tests/system/cookie/ns3/root.hint
index be5c782c67..6671358152 100644
--- a/bin/tests/system/cookie/ns3/root.hint
+++ b/bin/tests/system/cookie/ns3/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.7 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/cookie/setup.sh b/bin/tests/system/cookie/setup.sh
index 08a9c49e8c..c9f645b29e 100644
--- a/bin/tests/system/cookie/setup.sh
+++ b/bin/tests/system/cookie/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/cookie/tests.sh b/bin/tests/system/cookie/tests.sh
index 61512bea96..ca846855d3 100755
--- a/bin/tests/system/cookie/tests.sh
+++ b/bin/tests/system/cookie/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/coverage/clean.sh b/bin/tests/system/coverage/clean.sh
index ade04eb381..253e8aaca5 100644
--- a/bin/tests/system/coverage/clean.sh
+++ b/bin/tests/system/coverage/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f named-compilezone
rm -f */K*.key
diff --git a/bin/tests/system/coverage/prereq.sh b/bin/tests/system/coverage/prereq.sh
index aa00083191..a0d4e9ce14 100644
--- a/bin/tests/system/coverage/prereq.sh
+++ b/bin/tests/system/coverage/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/coverage/setup.sh b/bin/tests/system/coverage/setup.sh
index 05867fc717..84ca13770f 100644
--- a/bin/tests/system/coverage/setup.sh
+++ b/bin/tests/system/coverage/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/coverage/tests.sh b/bin/tests/system/coverage/tests.sh
index 8f0acf2130..c5ba2117f4 100644
--- a/bin/tests/system/coverage/tests.sh
+++ b/bin/tests/system/coverage/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/database/clean.sh b/bin/tests/system/database/clean.sh
index afc02a8239..5a08ae0c74 100644
--- a/bin/tests/system/database/clean.sh
+++ b/bin/tests/system/database/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns1/named.conf ns1/named.run ns1/named.memstats
rm -f dig.out.*
diff --git a/bin/tests/system/database/ns1/named1.conf.in b/bin/tests/system/database/ns1/named1.conf.in
index dcaf63e30f..8fa82ae050 100644
--- a/bin/tests/system/database/ns1/named1.conf.in
+++ b/bin/tests/system/database/ns1/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/database/ns1/named2.conf.in b/bin/tests/system/database/ns1/named2.conf.in
index ec507ece80..8238f548b7 100644
--- a/bin/tests/system/database/ns1/named2.conf.in
+++ b/bin/tests/system/database/ns1/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/database/setup.sh b/bin/tests/system/database/setup.sh
index ee733a90b6..083ebf34af 100644
--- a/bin/tests/system/database/setup.sh
+++ b/bin/tests/system/database/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/database/tests.sh b/bin/tests/system/database/tests.sh
index 8ac0588507..7fa9337bca 100644
--- a/bin/tests/system/database/tests.sh
+++ b/bin/tests/system/database/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/delzone/clean.sh b/bin/tests/system/delzone/clean.sh
index c313f083f9..9a1c79fd7f 100644
--- a/bin/tests/system/delzone/clean.sh
+++ b/bin/tests/system/delzone/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*
rm -f rndc.out*
diff --git a/bin/tests/system/delzone/ns1/inlineslave.db b/bin/tests/system/delzone/ns1/inlineslave.db
index b815bd4bb2..625349ec4d 100644
--- a/bin/tests/system/delzone/ns1/inlineslave.db
+++ b/bin/tests/system/delzone/ns1/inlineslave.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN inlineslave.example.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/delzone/ns1/named.conf b/bin/tests/system/delzone/ns1/named.conf
index 531eb964da..8b6c4415ad 100644
--- a/bin/tests/system/delzone/ns1/named.conf
+++ b/bin/tests/system/delzone/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/delzone/ns2/added.db b/bin/tests/system/delzone/ns2/added.db
index a792468bd5..9b54d19204 100644
--- a/bin/tests/system/delzone/ns2/added.db
+++ b/bin/tests/system/delzone/ns2/added.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
;$ORIGIN added.example.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/delzone/ns2/named.conf b/bin/tests/system/delzone/ns2/named.conf
index 503d334169..8532e500df 100644
--- a/bin/tests/system/delzone/ns2/named.conf
+++ b/bin/tests/system/delzone/ns2/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/delzone/ns2/normal.db b/bin/tests/system/delzone/ns2/normal.db
index 32f55597d9..50450928e9 100644
--- a/bin/tests/system/delzone/ns2/normal.db
+++ b/bin/tests/system/delzone/ns2/normal.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN normal.example.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/delzone/setup.sh b/bin/tests/system/delzone/setup.sh
index 4089384b36..1405375c03 100644
--- a/bin/tests/system/delzone/setup.sh
+++ b/bin/tests/system/delzone/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/delzone/tests.sh b/bin/tests/system/delzone/tests.sh
index 8bf7a95f5b..dd0a2dec18 100755
--- a/bin/tests/system/delzone/tests.sh
+++ b/bin/tests/system/delzone/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dialup/ns1/example.db b/bin/tests/system/dialup/ns1/example.db
index 87c9cf1872..14fe49ed72 100644
--- a/bin/tests/system/dialup/ns1/example.db
+++ b/bin/tests/system/dialup/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.6 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/dialup/ns1/named.conf b/bin/tests/system/dialup/ns1/named.conf
index 6df9f4fc8d..99767c1cb4 100644
--- a/bin/tests/system/dialup/ns1/named.conf
+++ b/bin/tests/system/dialup/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.8 2007/06/19 23:47:01 tbox Exp $ */
diff --git a/bin/tests/system/dialup/ns1/root.db b/bin/tests/system/dialup/ns1/root.db
index 971839c82f..ad26e69181 100644
--- a/bin/tests/system/dialup/ns1/root.db
+++ b/bin/tests/system/dialup/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.6 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/dialup/ns2/hint.db b/bin/tests/system/dialup/ns2/hint.db
index 4ece1f25f4..d15ffb7132 100644
--- a/bin/tests/system/dialup/ns2/hint.db
+++ b/bin/tests/system/dialup/ns2/hint.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hint.db,v 1.6 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/dialup/ns2/named.conf b/bin/tests/system/dialup/ns2/named.conf
index 1dccd0a075..7980c664a6 100644
--- a/bin/tests/system/dialup/ns2/named.conf
+++ b/bin/tests/system/dialup/ns2/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.8 2007/06/19 23:47:02 tbox Exp $ */
diff --git a/bin/tests/system/dialup/ns3/hint.db b/bin/tests/system/dialup/ns3/hint.db
index 1075adb9c0..8b422f5096 100644
--- a/bin/tests/system/dialup/ns3/hint.db
+++ b/bin/tests/system/dialup/ns3/hint.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hint.db,v 1.6 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dialup/ns3/named.conf b/bin/tests/system/dialup/ns3/named.conf
index 100a10b472..73a337d728 100644
--- a/bin/tests/system/dialup/ns3/named.conf
+++ b/bin/tests/system/dialup/ns3/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.8 2007/06/19 23:47:02 tbox Exp $ */
diff --git a/bin/tests/system/dialup/setup.sh b/bin/tests/system/dialup/setup.sh
index 25c5978f34..d34d298014 100644
--- a/bin/tests/system/dialup/setup.sh
+++ b/bin/tests/system/dialup/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.6 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/dialup/tests.sh b/bin/tests/system/dialup/tests.sh
index 2feabfb736..a910783f5c 100644
--- a/bin/tests/system/dialup/tests.sh
+++ b/bin/tests/system/dialup/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl
index ef83da8dfd..d0696e3a9a 100644
--- a/bin/tests/system/digcomp.pl
+++ b/bin/tests/system/digcomp.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: digcomp.pl,v 1.14 2007/06/19 23:47:00 tbox Exp $
diff --git a/bin/tests/system/digdelv/clean.sh b/bin/tests/system/digdelv/clean.sh
index c886e7949b..681c027a2e 100644
--- a/bin/tests/system/digdelv/clean.sh
+++ b/bin/tests/system/digdelv/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*test*
rm -f delv.out.test*
diff --git a/bin/tests/system/digdelv/ns1/named.conf.in b/bin/tests/system/digdelv/ns1/named.conf.in
index bc0447ea44..92acac9f4a 100644
--- a/bin/tests/system/digdelv/ns1/named.conf.in
+++ b/bin/tests/system/digdelv/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/digdelv/ns1/root.db b/bin/tests/system/digdelv/ns1/root.db
index fb54fe9c0c..76ed2a0310 100644
--- a/bin/tests/system/digdelv/ns1/root.db
+++ b/bin/tests/system/digdelv/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
diff --git a/bin/tests/system/digdelv/ns2/example.db b/bin/tests/system/digdelv/ns2/example.db
index 117776e9c5..f4e30f51e5 100644
--- a/bin/tests/system/digdelv/ns2/example.db
+++ b/bin/tests/system/digdelv/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/digdelv/ns2/named.conf.in b/bin/tests/system/digdelv/ns2/named.conf.in
index 4f5fae780c..98bc5ac38e 100644
--- a/bin/tests/system/digdelv/ns2/named.conf.in
+++ b/bin/tests/system/digdelv/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/digdelv/ns3/named.conf.in b/bin/tests/system/digdelv/ns3/named.conf.in
index 43c2245ef1..2df5417f9e 100644
--- a/bin/tests/system/digdelv/ns3/named.conf.in
+++ b/bin/tests/system/digdelv/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/digdelv/setup.sh b/bin/tests/system/digdelv/setup.sh
index 08a9c49e8c..c9f645b29e 100644
--- a/bin/tests/system/digdelv/setup.sh
+++ b/bin/tests/system/digdelv/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/digdelv/tests.sh b/bin/tests/system/digdelv/tests.sh
index 9cff6211f6..775a6b8eb7 100644
--- a/bin/tests/system/digdelv/tests.sh
+++ b/bin/tests/system/digdelv/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ditch.pl b/bin/tests/system/ditch.pl
index 9721352243..8f1b652a11 100644
--- a/bin/tests/system/ditch.pl
+++ b/bin/tests/system/ditch.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# This is a tool for sending queries via UDP to specified address and
# port, then exiting without waiting for a response.
diff --git a/bin/tests/system/dlv/clean.sh b/bin/tests/system/dlv/clean.sh
index 49a275de7f..94cadc69ae 100644
--- a/bin/tests/system/dlv/clean.sh
+++ b/bin/tests/system/dlv/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2010-2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns*/named.run
rm -f ns*/named.conf
diff --git a/bin/tests/system/dlv/ns1/named.conf.in b/bin/tests/system/dlv/ns1/named.conf.in
index 2f6caf39e9..337558f955 100644
--- a/bin/tests/system/dlv/ns1/named.conf.in
+++ b/bin/tests/system/dlv/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlv/ns1/root.db.in b/bin/tests/system/dlv/ns1/root.db.in
index d4921b23f3..a4d4bd9269 100644
--- a/bin/tests/system/dlv/ns1/root.db.in
+++ b/bin/tests/system/dlv/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns.rootservers.utld hostmaster.ns.rootservers.utld (
diff --git a/bin/tests/system/dlv/ns1/rootservers.utld.db b/bin/tests/system/dlv/ns1/rootservers.utld.db
index 819a1c6994..8491ed0e30 100644
--- a/bin/tests/system/dlv/ns1/rootservers.utld.db
+++ b/bin/tests/system/dlv/ns1/rootservers.utld.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns1/sign.sh b/bin/tests/system/dlv/ns1/sign.sh
index 8379ad8b73..ddd41a1437 100755
--- a/bin/tests/system/dlv/ns1/sign.sh
+++ b/bin/tests/system/dlv/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlv/ns2/druz.db.in b/bin/tests/system/dlv/ns2/druz.db.in
index 6f19367462..4e0f892a53 100644
--- a/bin/tests/system/dlv/ns2/druz.db.in
+++ b/bin/tests/system/dlv/ns2/druz.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns2/hints b/bin/tests/system/dlv/ns2/hints
index dbe0e693d9..381e86b152 100644
--- a/bin/tests/system/dlv/ns2/hints
+++ b/bin/tests/system/dlv/ns2/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 0 NS ns.rootservers.utld.
ns.rootservers.utld. 0 A 10.53.0.1
diff --git a/bin/tests/system/dlv/ns2/named.conf.in b/bin/tests/system/dlv/ns2/named.conf.in
index b00e7a8b48..b08bd13a03 100644
--- a/bin/tests/system/dlv/ns2/named.conf.in
+++ b/bin/tests/system/dlv/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlv/ns2/sign.sh b/bin/tests/system/dlv/ns2/sign.sh
index 96b9c0e72f..6f84d7a525 100755
--- a/bin/tests/system/dlv/ns2/sign.sh
+++ b/bin/tests/system/dlv/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlv/ns2/utld.db b/bin/tests/system/dlv/ns2/utld.db
index 8d4654663a..66f559d76f 100644
--- a/bin/tests/system/dlv/ns2/utld.db
+++ b/bin/tests/system/dlv/ns2/utld.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns3/child.db.in b/bin/tests/system/dlv/ns3/child.db.in
index ade8db94e8..11df807ab7 100644
--- a/bin/tests/system/dlv/ns3/child.db.in
+++ b/bin/tests/system/dlv/ns3/child.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns3/dlv.db.in b/bin/tests/system/dlv/ns3/dlv.db.in
index fc851a594a..fdc8ce9901 100644
--- a/bin/tests/system/dlv/ns3/dlv.db.in
+++ b/bin/tests/system/dlv/ns3/dlv.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns3/hints b/bin/tests/system/dlv/ns3/hints
index dbe0e693d9..381e86b152 100644
--- a/bin/tests/system/dlv/ns3/hints
+++ b/bin/tests/system/dlv/ns3/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 0 NS ns.rootservers.utld.
ns.rootservers.utld. 0 A 10.53.0.1
diff --git a/bin/tests/system/dlv/ns3/named.conf.in b/bin/tests/system/dlv/ns3/named.conf.in
index da98e5bcbc..42d712b229 100644
--- a/bin/tests/system/dlv/ns3/named.conf.in
+++ b/bin/tests/system/dlv/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlv/ns3/sign.sh b/bin/tests/system/dlv/ns3/sign.sh
index 68b3542805..cb991323b6 100755
--- a/bin/tests/system/dlv/ns3/sign.sh
+++ b/bin/tests/system/dlv/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2009-2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlv/ns4/child.db b/bin/tests/system/dlv/ns4/child.db
index 78f3a2dd88..c123f70a95 100644
--- a/bin/tests/system/dlv/ns4/child.db
+++ b/bin/tests/system/dlv/ns4/child.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns4/hints b/bin/tests/system/dlv/ns4/hints
index dbe0e693d9..381e86b152 100644
--- a/bin/tests/system/dlv/ns4/hints
+++ b/bin/tests/system/dlv/ns4/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 0 NS ns.rootservers.utld.
ns.rootservers.utld. 0 A 10.53.0.1
diff --git a/bin/tests/system/dlv/ns4/named.conf.in b/bin/tests/system/dlv/ns4/named.conf.in
index ba00c8a160..805b5f3335 100644
--- a/bin/tests/system/dlv/ns4/named.conf.in
+++ b/bin/tests/system/dlv/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlv/ns5/hints b/bin/tests/system/dlv/ns5/hints
index dbe0e693d9..381e86b152 100644
--- a/bin/tests/system/dlv/ns5/hints
+++ b/bin/tests/system/dlv/ns5/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 0 NS ns.rootservers.utld.
ns.rootservers.utld. 0 A 10.53.0.1
diff --git a/bin/tests/system/dlv/ns5/named.conf.in b/bin/tests/system/dlv/ns5/named.conf.in
index c9dff83f36..9e3b19501a 100644
--- a/bin/tests/system/dlv/ns5/named.conf.in
+++ b/bin/tests/system/dlv/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "trusted.conf";
diff --git a/bin/tests/system/dlv/ns5/rndc.conf b/bin/tests/system/dlv/ns5/rndc.conf
index b379534a93..02bce92708 100644
--- a/bin/tests/system/dlv/ns5/rndc.conf
+++ b/bin/tests/system/dlv/ns5/rndc.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2004, 2007, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key "cc64b3d1db63fc88d7cb5d2f9f57d258" {
diff --git a/bin/tests/system/dlv/ns6/child.db.in b/bin/tests/system/dlv/ns6/child.db.in
index 37f66dd5eb..09a942ed5f 100644
--- a/bin/tests/system/dlv/ns6/child.db.in
+++ b/bin/tests/system/dlv/ns6/child.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns hostmaster.ns6 1 3600 1200 604800 60
diff --git a/bin/tests/system/dlv/ns6/hints b/bin/tests/system/dlv/ns6/hints
index 851a1ab562..381e86b152 100644
--- a/bin/tests/system/dlv/ns6/hints
+++ b/bin/tests/system/dlv/ns6/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 0 NS ns.rootservers.utld.
ns.rootservers.utld. 0 A 10.53.0.1
diff --git a/bin/tests/system/dlv/ns6/named.conf.in b/bin/tests/system/dlv/ns6/named.conf.in
index efd83b5a25..fe5c68df6d 100644
--- a/bin/tests/system/dlv/ns6/named.conf.in
+++ b/bin/tests/system/dlv/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlv/ns6/sign.sh b/bin/tests/system/dlv/ns6/sign.sh
index 3a0ca67d10..1e398625f1 100755
--- a/bin/tests/system/dlv/ns6/sign.sh
+++ b/bin/tests/system/dlv/ns6/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlv/prereq.sh b/bin/tests/system/dlv/prereq.sh
index aa00083191..a0d4e9ce14 100644
--- a/bin/tests/system/dlv/prereq.sh
+++ b/bin/tests/system/dlv/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlv/setup.sh b/bin/tests/system/dlv/setup.sh
index ac8ac6ff91..0a2aad75cd 100644
--- a/bin/tests/system/dlv/setup.sh
+++ b/bin/tests/system/dlv/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlv/tests.sh b/bin/tests/system/dlv/tests.sh
index f126e6b3ff..fdf31d954e 100644
--- a/bin/tests/system/dlv/tests.sh
+++ b/bin/tests/system/dlv/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2010-2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlz/clean.sh b/bin/tests/system/dlz/clean.sh
index 10153cea26..e38b806cea 100644
--- a/bin/tests/system/dlz/clean.sh
+++ b/bin/tests/system/dlz/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns*/named.conf
rm -f dig.out.*
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.= b/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.=
index 24db2ff797..12662bc50b 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.=
+++ b/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.=
@@ -1,8 +1,11 @@
-Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
The contents of this file is not read by the filesystem driver.
This is the file for "DNAME 10 example.net.".
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.= b/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.=
index 28da79e7c4..0f12e99457 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.=
+++ b/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.=
@@ -1,8 +1,11 @@
-Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
The contents of this file is not read by the filesystem driver.
This is the file for "NS 10 example.com.".
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None= b/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None=
index fbea3d48c7..c3d874affb 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None=
+++ b/bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None=
@@ -1,8 +1,11 @@
-Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
The contents of this file is not read by the filesystem driver.
This is the file for "SOA 10 ns.example.com. root.example.com. 2010062900 None None None None" which is a malformed SOA record.
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.= b/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.=
index 5cbdd80b62..7294765508 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.=
+++ b/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.=
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: DNAME=10=example.net.=,v 1.2 2010/08/16 04:46:15 marka Exp $
The contents of this file is not read by the filesystem driver.
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.= b/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.=
index 8c6531bf98..beb2f2320c 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.=
+++ b/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.=
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: NS=10=example.com.=,v 1.1 2010/08/16 04:46:15 marka Exp $
The contents of this file is not read by the filesystem driver.
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10= b/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10=
index 799530c4cc..40820c1f71 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10=
+++ b/bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10=
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10=,v 1.1 2010/08/16 04:46:15 marka Exp $
The contents of this file is not read by the filesystem driver.
diff --git a/bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1 b/bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1
index 632f6ba1f8..615baf5812 100644
--- a/bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1
+++ b/bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: 10.53.0.1,v 1.2 2010/08/16 04:46:16 marka Exp $
The contents of this file are not read by the filesystem driver.
diff --git a/bin/tests/system/dlz/ns1/named.conf.in b/bin/tests/system/dlz/ns1/named.conf.in
index 28f579a5af..273ff02c79 100644
--- a/bin/tests/system/dlz/ns1/named.conf.in
+++ b/bin/tests/system/dlz/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlz/prereq.sh.in b/bin/tests/system/dlz/prereq.sh.in
index 879def8d5f..afec653e0d 100644
--- a/bin/tests/system/dlz/prereq.sh.in
+++ b/bin/tests/system/dlz/prereq.sh.in
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlz/setup.sh b/bin/tests/system/dlz/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/dlz/setup.sh
+++ b/bin/tests/system/dlz/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlz/tests.sh b/bin/tests/system/dlz/tests.sh
index 5a69b131bc..78f74dc0c6 100644
--- a/bin/tests/system/dlz/tests.sh
+++ b/bin/tests/system/dlz/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in
index 96686dc168..dd04bd7d6a 100644
--- a/bin/tests/system/dlzexternal/Makefile.in
+++ b/bin/tests/system/dlzexternal/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/system/dlzexternal/clean.sh b/bin/tests/system/dlzexternal/clean.sh
index b28315c301..3e6cb9efc9 100644
--- a/bin/tests/system/dlzexternal/clean.sh
+++ b/bin/tests/system/dlzexternal/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after dlzexternal tests.
diff --git a/bin/tests/system/dlzexternal/driver.c b/bin/tests/system/dlzexternal/driver.c
index bca969f80b..71967d86df 100644
--- a/bin/tests/system/dlzexternal/driver.c
+++ b/bin/tests/system/dlzexternal/driver.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/dlzexternal/driver.h b/bin/tests/system/dlzexternal/driver.h
index a650caa2aa..92e145b82c 100644
--- a/bin/tests/system/dlzexternal/driver.h
+++ b/bin/tests/system/dlzexternal/driver.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: driver.h,v 1.4 2011/03/17 09:25:54 fdupont Exp $ */
diff --git a/bin/tests/system/dlzexternal/ns1/dlzs.conf.in b/bin/tests/system/dlzexternal/ns1/dlzs.conf.in
index 9465fabf56..d583cb4e1a 100644
--- a/bin/tests/system/dlzexternal/ns1/dlzs.conf.in
+++ b/bin/tests/system/dlzexternal/ns1/dlzs.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
dlz "example one" {
diff --git a/bin/tests/system/dlzexternal/ns1/named.conf.in b/bin/tests/system/dlzexternal/ns1/named.conf.in
index b910f56726..d35061a8cb 100644
--- a/bin/tests/system/dlzexternal/ns1/named.conf.in
+++ b/bin/tests/system/dlzexternal/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dlzexternal/ns1/root.db b/bin/tests/system/dlzexternal/ns1/root.db
index 4e3e11a450..7e4a77a524 100644
--- a/bin/tests/system/dlzexternal/ns1/root.db
+++ b/bin/tests/system/dlzexternal/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.9 2007-06-19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/dlzexternal/prereq.sh b/bin/tests/system/dlzexternal/prereq.sh
index 72cbacf50f..b3c73c33b5 100644
--- a/bin/tests/system/dlzexternal/prereq.sh
+++ b/bin/tests/system/dlzexternal/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlzexternal/setup.sh b/bin/tests/system/dlzexternal/setup.sh
index 10737e12cb..e22e8aa03b 100644
--- a/bin/tests/system/dlzexternal/setup.sh
+++ b/bin/tests/system/dlzexternal/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dlzexternal/tests.sh b/bin/tests/system/dlzexternal/tests.sh
index 1effd9d4d7..87dd13b10e 100644
--- a/bin/tests/system/dlzexternal/tests.sh
+++ b/bin/tests/system/dlzexternal/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dns64/clean.sh b/bin/tests/system/dns64/clean.sh
index dd3215ff22..fdb0053d9f 100644
--- a/bin/tests/system/dns64/clean.sh
+++ b/bin/tests/system/dns64/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns*/named.conf
rm -f ns1/K*
diff --git a/bin/tests/system/dns64/conf/bad1.conf b/bin/tests/system/dns64/conf/bad1.conf
index 75f35bdc76..fa14e82869 100644
--- a/bin/tests/system/dns64/conf/bad1.conf
+++ b/bin/tests/system/dns64/conf/bad1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad1.conf,v 1.3 2010/12/08 23:51:55 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/bad2.conf b/bin/tests/system/dns64/conf/bad2.conf
index 6492d3574e..d3eaffb30d 100644
--- a/bin/tests/system/dns64/conf/bad2.conf
+++ b/bin/tests/system/dns64/conf/bad2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad2.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/bad3.conf b/bin/tests/system/dns64/conf/bad3.conf
index 96afbac6d3..197e8a3dfc 100644
--- a/bin/tests/system/dns64/conf/bad3.conf
+++ b/bin/tests/system/dns64/conf/bad3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad3.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/bad4.conf b/bin/tests/system/dns64/conf/bad4.conf
index dd471061c1..9d18f109d2 100644
--- a/bin/tests/system/dns64/conf/bad4.conf
+++ b/bin/tests/system/dns64/conf/bad4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad4.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/bad5.conf b/bin/tests/system/dns64/conf/bad5.conf
index e2c977dfa7..e93b9758a6 100644
--- a/bin/tests/system/dns64/conf/bad5.conf
+++ b/bin/tests/system/dns64/conf/bad5.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad5.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/bad6.conf b/bin/tests/system/dns64/conf/bad6.conf
index 6502156856..49db7528ca 100644
--- a/bin/tests/system/dns64/conf/bad6.conf
+++ b/bin/tests/system/dns64/conf/bad6.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad6.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/bad7.conf b/bin/tests/system/dns64/conf/bad7.conf
index 16930eb1ca..bff50bfcc0 100644
--- a/bin/tests/system/dns64/conf/bad7.conf
+++ b/bin/tests/system/dns64/conf/bad7.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id:$ */
diff --git a/bin/tests/system/dns64/conf/bad8.conf b/bin/tests/system/dns64/conf/bad8.conf
index 19f40224c4..d38b11905e 100644
--- a/bin/tests/system/dns64/conf/bad8.conf
+++ b/bin/tests/system/dns64/conf/bad8.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id:$ */
diff --git a/bin/tests/system/dns64/conf/bad9.conf b/bin/tests/system/dns64/conf/bad9.conf
index 2142a958cd..bb889a66df 100644
--- a/bin/tests/system/dns64/conf/bad9.conf
+++ b/bin/tests/system/dns64/conf/bad9.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id:$ */
diff --git a/bin/tests/system/dns64/conf/good1.conf b/bin/tests/system/dns64/conf/good1.conf
index 9b06b81e65..770f3e19b2 100644
--- a/bin/tests/system/dns64/conf/good1.conf
+++ b/bin/tests/system/dns64/conf/good1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good1.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/good2.conf b/bin/tests/system/dns64/conf/good2.conf
index 19969ddd47..ee0c92b71e 100644
--- a/bin/tests/system/dns64/conf/good2.conf
+++ b/bin/tests/system/dns64/conf/good2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good2.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/good3.conf b/bin/tests/system/dns64/conf/good3.conf
index 41029dd3f8..653d490264 100644
--- a/bin/tests/system/dns64/conf/good3.conf
+++ b/bin/tests/system/dns64/conf/good3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good3.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/good4.conf b/bin/tests/system/dns64/conf/good4.conf
index 18a24de68a..0f92f0efdf 100644
--- a/bin/tests/system/dns64/conf/good4.conf
+++ b/bin/tests/system/dns64/conf/good4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good4.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/conf/good5.conf b/bin/tests/system/dns64/conf/good5.conf
index 7fdf8e89ca..031f0e7a97 100644
--- a/bin/tests/system/dns64/conf/good5.conf
+++ b/bin/tests/system/dns64/conf/good5.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good5.conf,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/bin/tests/system/dns64/ns1/example.db b/bin/tests/system/dns64/ns1/example.db
index 1330ff111f..65d73a90e4 100644
--- a/bin/tests/system/dns64/ns1/example.db
+++ b/bin/tests/system/dns64/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.5 2011/02/03 12:18:11 tbox Exp $
diff --git a/bin/tests/system/dns64/ns1/named.conf.in b/bin/tests/system/dns64/ns1/named.conf.in
index f65e90f5d6..d8faa1137d 100644
--- a/bin/tests/system/dns64/ns1/named.conf.in
+++ b/bin/tests/system/dns64/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/dns64/ns1/root.db b/bin/tests/system/dns64/ns1/root.db
index d7580891db..15ae10ed30 100644
--- a/bin/tests/system/dns64/ns1/root.db
+++ b/bin/tests/system/dns64/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2010/12/08 23:51:56 tbox Exp $
diff --git a/bin/tests/system/dns64/ns1/sign.sh b/bin/tests/system/dns64/ns1/sign.sh
index 3bb8483f72..799db22030 100644
--- a/bin/tests/system/dns64/ns1/sign.sh
+++ b/bin/tests/system/dns64/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.3 2010/12/08 23:51:56 tbox Exp $
diff --git a/bin/tests/system/dns64/ns2/named.conf.in b/bin/tests/system/dns64/ns2/named.conf.in
index 864126b86d..070fdecb38 100644
--- a/bin/tests/system/dns64/ns2/named.conf.in
+++ b/bin/tests/system/dns64/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/dns64/ns2/rpz.db b/bin/tests/system/dns64/ns2/rpz.db
index 02c90df107..d08a83b38b 100644
--- a/bin/tests/system/dns64/ns2/rpz.db
+++ b/bin/tests/system/dns64/ns2/rpz.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 86400 ; 1 day
@ IN SOA rpz. noc.rpz. (
diff --git a/bin/tests/system/dns64/prereq.sh b/bin/tests/system/dns64/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/dns64/prereq.sh
+++ b/bin/tests/system/dns64/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dns64/setup.sh b/bin/tests/system/dns64/setup.sh
index ca11a080b9..11c74bca51 100644
--- a/bin/tests/system/dns64/setup.sh
+++ b/bin/tests/system/dns64/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dns64/tests.sh b/bin/tests/system/dns64/tests.sh
index a832a4aad8..ce5287efc6 100644
--- a/bin/tests/system/dns64/tests.sh
+++ b/bin/tests/system/dns64/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/README b/bin/tests/system/dnssec/README
index b2f80fc4a6..1dc533f83c 100644
--- a/bin/tests/system/dnssec/README
+++ b/bin/tests/system/dnssec/README
@@ -1,9 +1,12 @@
-Copyright (C) 2000-2002, 2004, 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000-2002, 2004, 2011, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: README,v 1.10 2011/01/04 23:47:13 tbox Exp $
The test setup for the DNSSEC tests has a secure root.
diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh
index b3f7dbd3e3..1873c4b586 100644
--- a/bin/tests/system/dnssec/clean.sh
+++ b/bin/tests/system/dnssec/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2002, 2004, 2007-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed
rm -f */example.bk
diff --git a/bin/tests/system/dnssec/dnssec_update_test.pl b/bin/tests/system/dnssec/dnssec_update_test.pl
index dbb642d5ad..6b7412e2de 100644
--- a/bin/tests/system/dnssec/dnssec_update_test.pl
+++ b/bin/tests/system/dnssec/dnssec_update_test.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2002, 2004, 2007, 2010, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# DNSSEC Dynamic update test suite.
diff --git a/bin/tests/system/dnssec/ns1/named.conf.in b/bin/tests/system/dnssec/ns1/named.conf.in
index b83c091aaa..4401f59561 100644
--- a/bin/tests/system/dnssec/ns1/named.conf.in
+++ b/bin/tests/system/dnssec/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/dnssec/ns1/root.db.in b/bin/tests/system/dnssec/ns1/root.db.in
index 783a27cdcd..6a97a0b466 100644
--- a/bin/tests/system/dnssec/ns1/root.db.in
+++ b/bin/tests/system/dnssec/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2010, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db.in,v 1.12 2010/11/17 23:47:08 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh
index 514924b37c..0d74e183ad 100644
--- a/bin/tests/system/dnssec/ns1/sign.sh
+++ b/bin/tests/system/dnssec/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2000-2004, 2006-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/ns2/algroll.db.in b/bin/tests/system/dnssec/ns2/algroll.db.in
index b715ecd789..ea10cedc01 100644
--- a/bin/tests/system/dnssec/ns2/algroll.db.in
+++ b/bin/tests/system/dnssec/ns2/algroll.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: algroll.db.in,v 1.3 2010/11/17 23:47:08 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns2/badparam.db.in b/bin/tests/system/dnssec/ns2/badparam.db.in
index 18b124af03..510908b0de 100644
--- a/bin/tests/system/dnssec/ns2/badparam.db.in
+++ b/bin/tests/system/dnssec/ns2/badparam.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: badparam.db.in,v 1.2 2010/08/13 06:46:24 marka Exp $
diff --git a/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in
index 9a70a37ff2..e42cb4a29e 100644
--- a/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in
+++ b/bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in
index 9a70a37ff2..e42cb4a29e 100644
--- a/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in
+++ b/bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in
index 9a70a37ff2..e42cb4a29e 100644
--- a/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in
+++ b/bin/tests/system/dnssec/ns2/cdnskey.secure.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in b/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in
index 9a70a37ff2..e42cb4a29e 100644
--- a/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in
+++ b/bin/tests/system/dnssec/ns2/cds-auto.secure.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/cds-update.secure.db.in b/bin/tests/system/dnssec/ns2/cds-update.secure.db.in
index 9a70a37ff2..e42cb4a29e 100644
--- a/bin/tests/system/dnssec/ns2/cds-update.secure.db.in
+++ b/bin/tests/system/dnssec/ns2/cds-update.secure.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/cds.secure.db.in b/bin/tests/system/dnssec/ns2/cds.secure.db.in
index 9a70a37ff2..e42cb4a29e 100644
--- a/bin/tests/system/dnssec/ns2/cds.secure.db.in
+++ b/bin/tests/system/dnssec/ns2/cds.secure.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/child.nsec3.example.db b/bin/tests/system/dnssec/ns2/child.nsec3.example.db
index bf54a5a82c..4fae531451 100644
--- a/bin/tests/system/dnssec/ns2/child.nsec3.example.db
+++ b/bin/tests/system/dnssec/ns2/child.nsec3.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.nsec3.example.db,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns2/child.optout.example.db b/bin/tests/system/dnssec/ns2/child.optout.example.db
index f3de48dbea..9deaf0ded1 100644
--- a/bin/tests/system/dnssec/ns2/child.optout.example.db
+++ b/bin/tests/system/dnssec/ns2/child.optout.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.optout.example.db,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns2/dlv.db.in b/bin/tests/system/dnssec/ns2/dlv.db.in
index 6bc3e94731..7904a30001 100644
--- a/bin/tests/system/dnssec/ns2/dlv.db.in
+++ b/bin/tests/system/dnssec/ns2/dlv.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: dlv.db.in,v 1.5 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns2/dst.example.db.in b/bin/tests/system/dnssec/ns2/dst.example.db.in
index 86dd21fdf9..c034f7fd9e 100644
--- a/bin/tests/system/dnssec/ns2/dst.example.db.in
+++ b/bin/tests/system/dnssec/ns2/dst.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: dst.example.db.in,v 1.4 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns2/example.db.in b/bin/tests/system/dnssec/ns2/example.db.in
index 5142237554..cde6307467 100644
--- a/bin/tests/system/dnssec/ns2/example.db.in
+++ b/bin/tests/system/dnssec/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.31 2011/11/04 05:36:28 each Exp $
diff --git a/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in b/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in
index 1fbec6e28a..0884ad0c14 100644
--- a/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in
+++ b/bin/tests/system/dnssec/ns2/in-addr.arpa.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns2.example. . 1 3600 1200 86400 1200
diff --git a/bin/tests/system/dnssec/ns2/insecure.secure.example.db b/bin/tests/system/dnssec/ns2/insecure.secure.example.db
index a6d431cb52..78f3325788 100644
--- a/bin/tests/system/dnssec/ns2/insecure.secure.example.db
+++ b/bin/tests/system/dnssec/ns2/insecure.secure.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns2/named.conf.in b/bin/tests/system/dnssec/ns2/named.conf.in
index ed3490674c..67cff87b76 100644
--- a/bin/tests/system/dnssec/ns2/named.conf.in
+++ b/bin/tests/system/dnssec/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/dnssec/ns2/private.secure.example.db.in b/bin/tests/system/dnssec/ns2/private.secure.example.db.in
index b2ad172bba..519bdfe0bf 100644
--- a/bin/tests/system/dnssec/ns2/private.secure.example.db.in
+++ b/bin/tests/system/dnssec/ns2/private.secure.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: private.secure.example.db.in,v 1.10 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh
index be711ca579..9078459ac8 100644
--- a/bin/tests/system/dnssec/ns2/sign.sh
+++ b/bin/tests/system/dnssec/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2000-2004, 2006-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/ns2/single-nsec3.db.in b/bin/tests/system/dnssec/ns2/single-nsec3.db.in
index da133741ec..ef405a2cfb 100644
--- a/bin/tests/system/dnssec/ns2/single-nsec3.db.in
+++ b/bin/tests/system/dnssec/ns2/single-nsec3.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: single-nsec3.db.in,v 1.2 2010/09/07 00:58:36 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in b/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in
index 4e6b6da717..b2a45353c7 100644
--- a/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in
+++ b/bin/tests/system/dnssec/ns3/auto-nsec.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: auto-nsec.example.db.in,v 1.2 2011/02/15 22:02:36 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in b/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in
index c3a114cf0e..64ee475495 100644
--- a/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in
+++ b/bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: auto-nsec3.example.db.in,v 1.2 2011/02/15 22:02:36 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/bogus.example.db.in b/bin/tests/system/dnssec/ns3/bogus.example.db.in
index a9a31cb6e9..9bb4609833 100644
--- a/bin/tests/system/dnssec/ns3/bogus.example.db.in
+++ b/bin/tests/system/dnssec/ns3/bogus.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: bogus.example.db.in,v 1.9 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in b/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in
index 7104071202..e1475c533f 100644
--- a/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in
+++ b/bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in b/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in
index fd2b36bd2d..c9e7c2b3da 100644
--- a/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in
+++ b/bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns3/dynamic.example.db.in b/bin/tests/system/dnssec/ns3/dynamic.example.db.in
index a4787f2a0a..b9687d3409 100644
--- a/bin/tests/system/dnssec/ns3/dynamic.example.db.in
+++ b/bin/tests/system/dnssec/ns3/dynamic.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: dynamic.example.db.in,v 1.5 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/expired.example.db.in b/bin/tests/system/dnssec/ns3/expired.example.db.in
index e12d28b602..9f5722bc91 100644
--- a/bin/tests/system/dnssec/ns3/expired.example.db.in
+++ b/bin/tests/system/dnssec/ns3/expired.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: expired.example.db.in,v 1.2 2011/02/08 23:10:07 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/expiring.example.db.in b/bin/tests/system/dnssec/ns3/expiring.example.db.in
index 7fbb2e2247..bc33a5eb6c 100644
--- a/bin/tests/system/dnssec/ns3/expiring.example.db.in
+++ b/bin/tests/system/dnssec/ns3/expiring.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: expiring.example.db.in,v 1.2 2011/05/21 15:07:10 each Exp $
diff --git a/bin/tests/system/dnssec/ns3/future.example.db.in b/bin/tests/system/dnssec/ns3/future.example.db.in
index 28b7f68d31..2a648799e5 100644
--- a/bin/tests/system/dnssec/ns3/future.example.db.in
+++ b/bin/tests/system/dnssec/ns3/future.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/generic.example.db.in b/bin/tests/system/dnssec/ns3/generic.example.db.in
index c9b0167a6c..dd1778e21a 100644
--- a/bin/tests/system/dnssec/ns3/generic.example.db.in
+++ b/bin/tests/system/dnssec/ns3/generic.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns3/inline.example.db b/bin/tests/system/dnssec/ns3/inline.example.db
index 7684747440..009d2d2659 100644
--- a/bin/tests/system/dnssec/ns3/inline.example.db
+++ b/bin/tests/system/dnssec/ns3/inline.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.example.db,v 1.9 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db b/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
index 681d384baa..09df781b76 100644
--- a/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
+++ b/bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.below-cname.example.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/insecure.example.db b/bin/tests/system/dnssec/ns3/insecure.example.db
index b54215740e..009d2d2659 100644
--- a/bin/tests/system/dnssec/ns3/insecure.example.db
+++ b/bin/tests/system/dnssec/ns3/insecure.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.example.db,v 1.9 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db b/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db
index bd327f51ae..e5f82ea743 100644
--- a/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db
+++ b/bin/tests/system/dnssec/ns3/insecure.nsec3.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.nsec3.example.db,v 1.2 2008/09/24 02:46:21 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/insecure.optout.example.db b/bin/tests/system/dnssec/ns3/insecure.optout.example.db
index a255915a47..ecaab281b9 100644
--- a/bin/tests/system/dnssec/ns3/insecure.optout.example.db
+++ b/bin/tests/system/dnssec/ns3/insecure.optout.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.optout.example.db,v 1.2 2008/09/24 02:46:21 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/kskonly.example.db.in b/bin/tests/system/dnssec/ns3/kskonly.example.db.in
index fa0f4a560c..e0b6870e6a 100644
--- a/bin/tests/system/dnssec/ns3/kskonly.example.db.in
+++ b/bin/tests/system/dnssec/ns3/kskonly.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: kskonly.example.db.in,v 1.2 2010/01/18 19:19:31 each Exp $
diff --git a/bin/tests/system/dnssec/ns3/lower.example.db.in b/bin/tests/system/dnssec/ns3/lower.example.db.in
index fda5581f3d..07ea2b8913 100644
--- a/bin/tests/system/dnssec/ns3/lower.example.db.in
+++ b/bin/tests/system/dnssec/ns3/lower.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: lower.example.db.in,v 1.1.2.1 2012/01/17 08:31:00 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/managed-future.example.db.in b/bin/tests/system/dnssec/ns3/managed-future.example.db.in
index 854aa96f17..ddda25d2fd 100644
--- a/bin/tests/system/dnssec/ns3/managed-future.example.db.in
+++ b/bin/tests/system/dnssec/ns3/managed-future.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns3/multiple.example.db.in b/bin/tests/system/dnssec/ns3/multiple.example.db.in
index 0e91ef37ae..4739e0cba5 100644
--- a/bin/tests/system/dnssec/ns3/multiple.example.db.in
+++ b/bin/tests/system/dnssec/ns3/multiple.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: multiple.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/named.conf.in b/bin/tests/system/dnssec/ns3/named.conf.in
index f9eab3c001..14ebbc8ea8 100644
--- a/bin/tests/system/dnssec/ns3/named.conf.in
+++ b/bin/tests/system/dnssec/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/dnssec/ns3/nosign.example.db.in b/bin/tests/system/dnssec/ns3/nosign.example.db.in
index 95b11d63ce..620476740b 100644
--- a/bin/tests/system/dnssec/ns3/nosign.example.db.in
+++ b/bin/tests/system/dnssec/ns3/nosign.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nosign.example.db.in,v 1.2 2011/05/23 20:10:02 each Exp $
diff --git a/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in b/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in
index 9d9b209e19..33308f87dc 100644
--- a/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in
+++ b/bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3-unknown.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/nsec3.example.db.in b/bin/tests/system/dnssec/ns3/nsec3.example.db.in
index aec7a3d623..386061af06 100644
--- a/bin/tests/system/dnssec/ns3/nsec3.example.db.in
+++ b/bin/tests/system/dnssec/ns3/nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in b/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in
index 371465f519..9e69e15c66 100644
--- a/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in
+++ b/bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3.nsec3.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in b/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in
index 8a532596d2..d4a90f977c 100644
--- a/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in
+++ b/bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3.optout.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in b/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in
index c935217850..21a17ea2cb 100644
--- a/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in
+++ b/bin/tests/system/dnssec/ns3/optout-unknown.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout-unknown.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/optout.example.db.in b/bin/tests/system/dnssec/ns3/optout.example.db.in
index ab1afe2974..2a648799e5 100644
--- a/bin/tests/system/dnssec/ns3/optout.example.db.in
+++ b/bin/tests/system/dnssec/ns3/optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in b/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in
index 508f99be75..13ad8158dd 100644
--- a/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in
+++ b/bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.nsec3.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/optout.optout.example.db.in b/bin/tests/system/dnssec/ns3/optout.optout.example.db.in
index 8f6f06d4ab..2b9dc947df 100644
--- a/bin/tests/system/dnssec/ns3/optout.optout.example.db.in
+++ b/bin/tests/system/dnssec/ns3/optout.optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: optout.optout.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in b/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in
index 1dab90eead..009d2d2659 100644
--- a/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in
+++ b/bin/tests/system/dnssec/ns3/publish-inactive.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: insecure.example.db,v 1.9 2007/06/19 23:47:02 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/rsasha256.example.db.in b/bin/tests/system/dnssec/ns3/rsasha256.example.db.in
index 7abbf141a4..1406e2cebb 100644
--- a/bin/tests/system/dnssec/ns3/rsasha256.example.db.in
+++ b/bin/tests/system/dnssec/ns3/rsasha256.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: rsasha256.example.db.in,v 1.2 2009/10/27 22:25:37 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/rsasha512.example.db.in b/bin/tests/system/dnssec/ns3/rsasha512.example.db.in
index c19a2da34e..0886831fac 100644
--- a/bin/tests/system/dnssec/ns3/rsasha512.example.db.in
+++ b/bin/tests/system/dnssec/ns3/rsasha512.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: rsasha512.example.db.in,v 1.2 2009/10/27 22:25:37 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in b/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
index 90cc82a64c..b556a9ed66 100644
--- a/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
+++ b/bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure.below-cname.example.db.in,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/secure.example.db.in b/bin/tests/system/dnssec/ns3/secure.example.db.in
index 12ffedd59f..9d310d8cb2 100644
--- a/bin/tests/system/dnssec/ns3/secure.example.db.in
+++ b/bin/tests/system/dnssec/ns3/secure.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2008, 2010, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in b/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in
index 1619da5a87..2dec1e40bd 100644
--- a/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in
+++ b/bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure.nsec3.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/secure.optout.example.db.in b/bin/tests/system/dnssec/ns3/secure.optout.example.db.in
index da8d8a96e5..56c4976a7a 100644
--- a/bin/tests/system/dnssec/ns3/secure.optout.example.db.in
+++ b/bin/tests/system/dnssec/ns3/secure.optout.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: secure.optout.example.db.in,v 1.3 2008/09/25 04:02:38 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/siginterval.example.db.in b/bin/tests/system/dnssec/ns3/siginterval.example.db.in
index 37d8fe7f9d..674ab82c36 100644
--- a/bin/tests/system/dnssec/ns3/siginterval.example.db.in
+++ b/bin/tests/system/dnssec/ns3/siginterval.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: upper.example.db.in,v 1.1.2.1 2012/01/17 08:31:00 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/siginterval1.conf b/bin/tests/system/dnssec/ns3/siginterval1.conf
index 5dce0b3dde..092dcfa29a 100644
--- a/bin/tests/system/dnssec/ns3/siginterval1.conf
+++ b/bin/tests/system/dnssec/ns3/siginterval1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "siginterval.example" {
diff --git a/bin/tests/system/dnssec/ns3/siginterval2.conf b/bin/tests/system/dnssec/ns3/siginterval2.conf
index e209ac70cc..9fab130f47 100644
--- a/bin/tests/system/dnssec/ns3/siginterval2.conf
+++ b/bin/tests/system/dnssec/ns3/siginterval2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "siginterval.example" {
diff --git a/bin/tests/system/dnssec/ns3/sign.sh b/bin/tests/system/dnssec/ns3/sign.sh
index 43aad4e0ca..18ea0cadb3 100644
--- a/bin/tests/system/dnssec/ns3/sign.sh
+++ b/bin/tests/system/dnssec/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2000-2002, 2004, 2006-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in b/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in
index 5f38cc7314..81fa6e7c60 100644
--- a/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in
+++ b/bin/tests/system/dnssec/ns3/split-dnssec.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: split-dnssec.example.db.in,v 1.3 2011/03/05 23:52:29 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/split-smart.example.db.in b/bin/tests/system/dnssec/ns3/split-smart.example.db.in
index 7b3a2e0154..497e2be84c 100644
--- a/bin/tests/system/dnssec/ns3/split-smart.example.db.in
+++ b/bin/tests/system/dnssec/ns3/split-smart.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: split-smart.example.db.in,v 1.3 2011/03/05 23:52:29 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in b/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in
index 2ead17cc6b..d7fc3e7a44 100644
--- a/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in
+++ b/bin/tests/system/dnssec/ns3/ttlpatch.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttlpatch.example.db.in,v 1.3 2011/02/28 23:47:39 tbox Exp $
diff --git a/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in b/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in
index ace3db1b2f..ccd4c12b67 100644
--- a/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in
+++ b/bin/tests/system/dnssec/ns3/update-nsec3.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: update-nsec3.example.db.in,v 1.2 2011/02/14 23:53:44 marka Exp $
diff --git a/bin/tests/system/dnssec/ns3/upper.example.db.in b/bin/tests/system/dnssec/ns3/upper.example.db.in
index fe198d07bb..674ab82c36 100644
--- a/bin/tests/system/dnssec/ns3/upper.example.db.in
+++ b/bin/tests/system/dnssec/ns3/upper.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: upper.example.db.in,v 1.1.2.1 2012/01/17 08:31:00 marka Exp $
diff --git a/bin/tests/system/dnssec/ns4/named1.conf.in b/bin/tests/system/dnssec/ns4/named1.conf.in
index 9344f86f20..d3e221e311 100644
--- a/bin/tests/system/dnssec/ns4/named1.conf.in
+++ b/bin/tests/system/dnssec/ns4/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/dnssec/ns4/named2.conf.in b/bin/tests/system/dnssec/ns4/named2.conf.in
index 0c6838e48f..da6f831d6a 100644
--- a/bin/tests/system/dnssec/ns4/named2.conf.in
+++ b/bin/tests/system/dnssec/ns4/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/dnssec/ns4/named3.conf.in b/bin/tests/system/dnssec/ns4/named3.conf.in
index 067cd4c089..d6cfd45db2 100644
--- a/bin/tests/system/dnssec/ns4/named3.conf.in
+++ b/bin/tests/system/dnssec/ns4/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/dnssec/ns4/named4.conf.in b/bin/tests/system/dnssec/ns4/named4.conf.in
index 928813830a..017c540104 100644
--- a/bin/tests/system/dnssec/ns4/named4.conf.in
+++ b/bin/tests/system/dnssec/ns4/named4.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/dnssec/ns4/named5.conf.in b/bin/tests/system/dnssec/ns4/named5.conf.in
index d741470779..0878c15066 100644
--- a/bin/tests/system/dnssec/ns4/named5.conf.in
+++ b/bin/tests/system/dnssec/ns4/named5.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/dnssec/ns5/named1.conf.in b/bin/tests/system/dnssec/ns5/named1.conf.in
index 1aeaaf9d62..ddd0343875 100644
--- a/bin/tests/system/dnssec/ns5/named1.conf.in
+++ b/bin/tests/system/dnssec/ns5/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/dnssec/ns5/named2.conf.in b/bin/tests/system/dnssec/ns5/named2.conf.in
index 14489229e1..8aa4e6929a 100644
--- a/bin/tests/system/dnssec/ns5/named2.conf.in
+++ b/bin/tests/system/dnssec/ns5/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/dnssec/ns5/sign.sh b/bin/tests/system/dnssec/ns5/sign.sh
index ac6a1b1b05..bcd65907eb 100644
--- a/bin/tests/system/dnssec/ns5/sign.sh
+++ b/bin/tests/system/dnssec/ns5/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/ns5/trusted.conf.bad b/bin/tests/system/dnssec/ns5/trusted.conf.bad
index dee238a163..8ad27d1875 100644
--- a/bin/tests/system/dnssec/ns5/trusted.conf.bad
+++ b/bin/tests/system/dnssec/ns5/trusted.conf.bad
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: trusted.conf.bad,v 1.9 2007/06/19 23:47:02 tbox Exp $ */
diff --git a/bin/tests/system/dnssec/ns6/named.conf.in b/bin/tests/system/dnssec/ns6/named.conf.in
index ea44c9034d..0fb1091109 100644
--- a/bin/tests/system/dnssec/ns6/named.conf.in
+++ b/bin/tests/system/dnssec/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS6
diff --git a/bin/tests/system/dnssec/ns6/optout-tld.db.in b/bin/tests/system/dnssec/ns6/optout-tld.db.in
index 1633d67bb9..b86563cee7 100644
--- a/bin/tests/system/dnssec/ns6/optout-tld.db.in
+++ b/bin/tests/system/dnssec/ns6/optout-tld.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.2 2010/06/03 06:29:03 marka Exp $
$TTL 60
diff --git a/bin/tests/system/dnssec/ns6/sign.sh b/bin/tests/system/dnssec/ns6/sign.sh
index 94a5de24d4..1539d853d6 100644
--- a/bin/tests/system/dnssec/ns6/sign.sh
+++ b/bin/tests/system/dnssec/ns6/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.43 2011/11/04 05:36:28 each Exp $
diff --git a/bin/tests/system/dnssec/ns7/named.conf.in b/bin/tests/system/dnssec/ns7/named.conf.in
index 5899e568c1..2dc2a9cc90 100644
--- a/bin/tests/system/dnssec/ns7/named.conf.in
+++ b/bin/tests/system/dnssec/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/dnssec/ns7/named.nosoa b/bin/tests/system/dnssec/ns7/named.nosoa
index af5edcb0b2..ed37c0bfd7 100644
--- a/bin/tests/system/dnssec/ns7/named.nosoa
+++ b/bin/tests/system/dnssec/ns7/named.nosoa
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: named.nosoa,v 1.3 2010/06/26 23:46:49 tbox Exp $
Add -T nosoa.
diff --git a/bin/tests/system/dnssec/ns7/nosoa.secure.example.db b/bin/tests/system/dnssec/ns7/nosoa.secure.example.db
index 12fa7b0eae..6fcd498461 100644
--- a/bin/tests/system/dnssec/ns7/nosoa.secure.example.db
+++ b/bin/tests/system/dnssec/ns7/nosoa.secure.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nosoa.secure.example.db,v 1.2 2010/06/25 23:50:13 marka Exp $
diff --git a/bin/tests/system/dnssec/ns7/sign.sh b/bin/tests/system/dnssec/ns7/sign.sh
index 2c851df37a..b40f46d670 100644
--- a/bin/tests/system/dnssec/ns7/sign.sh
+++ b/bin/tests/system/dnssec/ns7/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.43 2011/11/04 05:36:28 each Exp $
diff --git a/bin/tests/system/dnssec/ns7/split-rrsig.db.in b/bin/tests/system/dnssec/ns7/split-rrsig.db.in
index 5850a46404..14300c3b08 100644
--- a/bin/tests/system/dnssec/ns7/split-rrsig.db.in
+++ b/bin/tests/system/dnssec/ns7/split-rrsig.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
split-rrsig. 3660 IN SOA . . (
1 ; serial
diff --git a/bin/tests/system/dnssec/ntadiff.pl b/bin/tests/system/dnssec/ntadiff.pl
index 337d833d05..e49ae14655 100755
--- a/bin/tests/system/dnssec/ntadiff.pl
+++ b/bin/tests/system/dnssec/ntadiff.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
use Time::Piece;
diff --git a/bin/tests/system/dnssec/prereq.sh b/bin/tests/system/dnssec/prereq.sh
index fbf71d7179..9c1d276ecb 100644
--- a/bin/tests/system/dnssec/prereq.sh
+++ b/bin/tests/system/dnssec/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2002, 2004, 2006, 2007, 2009, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/setup.sh b/bin/tests/system/dnssec/setup.sh
index 4a10ae7bdd..6bf41a0954 100644
--- a/bin/tests/system/dnssec/setup.sh
+++ b/bin/tests/system/dnssec/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnssec/signer/example.db.in b/bin/tests/system/dnssec/signer/example.db.in
index 85c027d736..e7589c1f16 100644
--- a/bin/tests/system/dnssec/signer/example.db.in
+++ b/bin/tests/system/dnssec/signer/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.2 2010/06/03 06:29:03 marka Exp $
$TTL 60
diff --git a/bin/tests/system/dnssec/signer/general/test1.zone b/bin/tests/system/dnssec/signer/general/test1.zone
index bc80d883ae..8c11a0e734 100644
--- a/bin/tests/system/dnssec/signer/general/test1.zone
+++ b/bin/tests/system/dnssec/signer/general/test1.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has two DNSKEY records, both of which have
; existing private key files available. They should be loaded automatically
diff --git a/bin/tests/system/dnssec/signer/general/test2.zone b/bin/tests/system/dnssec/signer/general/test2.zone
index 3ff2123148..b603931a52 100644
--- a/bin/tests/system/dnssec/signer/general/test2.zone
+++ b/bin/tests/system/dnssec/signer/general/test2.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has one non-KSK DNSKEY record for which the
; private key file exists. It should be loaded automatically and the zone
diff --git a/bin/tests/system/dnssec/signer/general/test3.zone b/bin/tests/system/dnssec/signer/general/test3.zone
index ee4b935f94..70f2a869f1 100644
--- a/bin/tests/system/dnssec/signer/general/test3.zone
+++ b/bin/tests/system/dnssec/signer/general/test3.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has one KSK DNSKEY record for which the
; private key file exists. It should be loaded automatically. As there
diff --git a/bin/tests/system/dnssec/signer/general/test4.zone b/bin/tests/system/dnssec/signer/general/test4.zone
index f0df0078fd..fb5b6c446f 100644
--- a/bin/tests/system/dnssec/signer/general/test4.zone
+++ b/bin/tests/system/dnssec/signer/general/test4.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has three DNSKEY records, two (KSK + ZSK) of
; which have existing private key files available. The third is a
diff --git a/bin/tests/system/dnssec/signer/general/test5.zone b/bin/tests/system/dnssec/signer/general/test5.zone
index 8f94e5928e..7f33e271ff 100644
--- a/bin/tests/system/dnssec/signer/general/test5.zone
+++ b/bin/tests/system/dnssec/signer/general/test5.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has three DNSKEY records, two (KSK +ZSK) of which
; have existing private key files available. The third is a KSK.
diff --git a/bin/tests/system/dnssec/signer/general/test6.zone b/bin/tests/system/dnssec/signer/general/test6.zone
index 3cfb1f1118..aad2838680 100644
--- a/bin/tests/system/dnssec/signer/general/test6.zone
+++ b/bin/tests/system/dnssec/signer/general/test6.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has four DNSKEY records, two (KK + ZSK) of which
; have existing private key files available. There are also a KSK and ZSK
diff --git a/bin/tests/system/dnssec/signer/general/test7.zone b/bin/tests/system/dnssec/signer/general/test7.zone
index e4ebdf5165..e804f81dfe 100644
--- a/bin/tests/system/dnssec/signer/general/test7.zone
+++ b/bin/tests/system/dnssec/signer/general/test7.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has two DNSKEY records, none of which have
; existing private key files available. The resulting zone should fail
diff --git a/bin/tests/system/dnssec/signer/general/test8.zone b/bin/tests/system/dnssec/signer/general/test8.zone
index f8721f0c54..abfc58f818 100644
--- a/bin/tests/system/dnssec/signer/general/test8.zone
+++ b/bin/tests/system/dnssec/signer/general/test8.zone
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; This is a zone which has two DNSKEY records, one of which,
; the KSK, has a private key. The resulting zone should be rejected as
diff --git a/bin/tests/system/dnssec/signer/remove.db.in b/bin/tests/system/dnssec/signer/remove.db.in
index 8249e37015..7adb0c6106 100644
--- a/bin/tests/system/dnssec/signer/remove.db.in
+++ b/bin/tests/system/dnssec/signer/remove.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.2 2010/06/03 06:29:03 marka Exp $
$TTL 60
diff --git a/bin/tests/system/dnssec/signer/remove2.db.in b/bin/tests/system/dnssec/signer/remove2.db.in
index e4a0534275..fde5091fd6 100644
--- a/bin/tests/system/dnssec/signer/remove2.db.in
+++ b/bin/tests/system/dnssec/signer/remove2.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.2 2010/06/03 06:29:03 marka Exp $
$TTL 60
diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh
index 0548efbf45..2e3c403c76 100644
--- a/bin/tests/system/dnssec/tests.sh
+++ b/bin/tests/system/dnssec/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2002, 2004-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf
index 5c082db662..4f90895dc2 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf
index 709aeb5f5d..14cfa3e897 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf
index 58cf24b8d9..aac8dd929f 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf
index 2394e45b21..9bca0c11d6 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf
index 74da12975f..d04a1b07a3 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf
index 141744104c..35f8cf7b62 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf
index 8d12b8800f..a82c42cf23 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf b/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf
index 9a5f1858f4..264dce8967 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf
index 830cc55d5b..a250f50ec8 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf
index 6f2ff58265..ea6852a151 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf
index bbdb55a6f1..e602bfc20c 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf
index f00c41b3ea..acd1d7ea62 100644
--- a/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf
+++ b/bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/clean.sh b/bin/tests/system/dnstap/clean.sh
index fc16ec2082..261200b85d 100644
--- a/bin/tests/system/dnstap/clean.sh
+++ b/bin/tests/system/dnstap/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf
rm -f */named.memstats
diff --git a/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf b/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf
index d71b8ce394..abaaa73c4a 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf b/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf
index c8aa026826..dbc9364e6b 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf b/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf
index fec4b5e19c..1c3b5ef5ce 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf b/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf
index cbb9945e17..e18ec38f74 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf
index 31a9535c0e..05ad706dfb 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf
index 5c20e188d7..ef735a67d7 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf b/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf
index 299bd8e1d9..9f93bb6848 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf b/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf
index 934e622e9a..fe6462b022 100644
--- a/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf
+++ b/bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/ns1/named.conf.in b/bin/tests/system/dnstap/ns1/named.conf.in
index a1ed93fd63..441e37f362 100644
--- a/bin/tests/system/dnstap/ns1/named.conf.in
+++ b/bin/tests/system/dnstap/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/ns1/root.db b/bin/tests/system/dnstap/ns1/root.db
index 39d1f03193..dab5cea7f7 100644
--- a/bin/tests/system/dnstap/ns1/root.db
+++ b/bin/tests/system/dnstap/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
diff --git a/bin/tests/system/dnstap/ns2/example.db b/bin/tests/system/dnstap/ns2/example.db
index 8cb4da3611..4073dc2682 100644
--- a/bin/tests/system/dnstap/ns2/example.db
+++ b/bin/tests/system/dnstap/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/dnstap/ns2/named.conf.in b/bin/tests/system/dnstap/ns2/named.conf.in
index 215eca4986..0ca67af7b6 100644
--- a/bin/tests/system/dnstap/ns2/named.conf.in
+++ b/bin/tests/system/dnstap/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/ns3/named.conf.in b/bin/tests/system/dnstap/ns3/named.conf.in
index 232f1ca8da..e19d189e3d 100644
--- a/bin/tests/system/dnstap/ns3/named.conf.in
+++ b/bin/tests/system/dnstap/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/ns4/named.conf.in b/bin/tests/system/dnstap/ns4/named.conf.in
index 3b647f2179..3aa9dd62c4 100644
--- a/bin/tests/system/dnstap/ns4/named.conf.in
+++ b/bin/tests/system/dnstap/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dnstap/setup.sh b/bin/tests/system/dnstap/setup.sh
index 7d0bc272e0..3a14fe9e3a 100644
--- a/bin/tests/system/dnstap/setup.sh
+++ b/bin/tests/system/dnstap/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnstap/tests.sh b/bin/tests/system/dnstap/tests.sh
index d99bf12029..b09284c766 100644
--- a/bin/tests/system/dnstap/tests.sh
+++ b/bin/tests/system/dnstap/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dnstap/ydump.py b/bin/tests/system/dnstap/ydump.py
index 4b34b943dd..50ad791c88 100644
--- a/bin/tests/system/dnstap/ydump.py
+++ b/bin/tests/system/dnstap/ydump.py
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
try:
diff --git a/bin/tests/system/dscp/clean.sh b/bin/tests/system/dscp/clean.sh
index 18acb61e0e..b29303a6a0 100644
--- a/bin/tests/system/dscp/clean.sh
+++ b/bin/tests/system/dscp/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */root.bk
rm -f dig.out.10.53.0.?
diff --git a/bin/tests/system/dscp/ns1/named.conf.in b/bin/tests/system/dscp/ns1/named.conf.in
index f2f32e3356..a6e8b41065 100644
--- a/bin/tests/system/dscp/ns1/named.conf.in
+++ b/bin/tests/system/dscp/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/ns1/root.db b/bin/tests/system/dscp/ns1/root.db
index a15f06d113..3bd582940e 100644
--- a/bin/tests/system/dscp/ns1/root.db
+++ b/bin/tests/system/dscp/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
. SOA ns1.nil-servers. marka.isc.org. 1 3600 1200 3600000 1200
diff --git a/bin/tests/system/dscp/ns2/named.conf.in b/bin/tests/system/dscp/ns2/named.conf.in
index 0f85a89228..6419a019ab 100644
--- a/bin/tests/system/dscp/ns2/named.conf.in
+++ b/bin/tests/system/dscp/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/ns3/hint.db b/bin/tests/system/dscp/ns3/hint.db
index a4e28d09be..5fe03e71a2 100644
--- a/bin/tests/system/dscp/ns3/hint.db
+++ b/bin/tests/system/dscp/ns3/hint.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
. NS ns1.nil-servers.
diff --git a/bin/tests/system/dscp/ns3/named.conf.in b/bin/tests/system/dscp/ns3/named.conf.in
index 8fbacaf504..71d72cd5c2 100644
--- a/bin/tests/system/dscp/ns3/named.conf.in
+++ b/bin/tests/system/dscp/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/ns4/named.conf.in b/bin/tests/system/dscp/ns4/named.conf.in
index 279a398d08..70dd5e5ee8 100644
--- a/bin/tests/system/dscp/ns4/named.conf.in
+++ b/bin/tests/system/dscp/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/ns4/root.db b/bin/tests/system/dscp/ns4/root.db
index dc1f04d40f..d1627dbd4e 100644
--- a/bin/tests/system/dscp/ns4/root.db
+++ b/bin/tests/system/dscp/ns4/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
. SOA ns4.nil-servers. marka.isc.org. 1 3600 1200 3600000 1200
diff --git a/bin/tests/system/dscp/ns5/named.conf.in b/bin/tests/system/dscp/ns5/named.conf.in
index 27226ed673..e2726c3d46 100644
--- a/bin/tests/system/dscp/ns5/named.conf.in
+++ b/bin/tests/system/dscp/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/ns6/hint.db b/bin/tests/system/dscp/ns6/hint.db
index c98bf5c90c..8c54e3a3dc 100644
--- a/bin/tests/system/dscp/ns6/hint.db
+++ b/bin/tests/system/dscp/ns6/hint.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
. NS ns4.nil-servers.
diff --git a/bin/tests/system/dscp/ns6/named.conf.in b/bin/tests/system/dscp/ns6/named.conf.in
index ab83f747f7..eedbab1315 100644
--- a/bin/tests/system/dscp/ns6/named.conf.in
+++ b/bin/tests/system/dscp/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/ns7/named.conf.in b/bin/tests/system/dscp/ns7/named.conf.in
index e4c6e15962..e7c9528df1 100644
--- a/bin/tests/system/dscp/ns7/named.conf.in
+++ b/bin/tests/system/dscp/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/dscp/setup.sh b/bin/tests/system/dscp/setup.sh
index 765c969dc2..fa6de38c00 100644
--- a/bin/tests/system/dscp/setup.sh
+++ b/bin/tests/system/dscp/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dscp/tests.sh b/bin/tests/system/dscp/tests.sh
index 03072fa716..e8a20f5b50 100644
--- a/bin/tests/system/dscp/tests.sh
+++ b/bin/tests/system/dscp/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dsdigest/clean.sh b/bin/tests/system/dsdigest/clean.sh
index 92f861020c..bb40bcb82c 100644
--- a/bin/tests/system/dsdigest/clean.sh
+++ b/bin/tests/system/dsdigest/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f supported
rm -f */K* */dsset-* */*.signed */trusted.conf
diff --git a/bin/tests/system/dsdigest/ns1/named.conf.in b/bin/tests/system/dsdigest/ns1/named.conf.in
index 70d4f6c508..215800cab0 100644
--- a/bin/tests/system/dsdigest/ns1/named.conf.in
+++ b/bin/tests/system/dsdigest/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/dsdigest/ns1/root.db.in b/bin/tests/system/dsdigest/ns1/root.db.in
index 2a6f65f701..dffb20a480 100644
--- a/bin/tests/system/dsdigest/ns1/root.db.in
+++ b/bin/tests/system/dsdigest/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/dsdigest/ns1/sign.sh b/bin/tests/system/dsdigest/ns1/sign.sh
index 3a768b1f9f..0d4589043f 100644
--- a/bin/tests/system/dsdigest/ns1/sign.sh
+++ b/bin/tests/system/dsdigest/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dsdigest/ns2/bad.db.in b/bin/tests/system/dsdigest/ns2/bad.db.in
index caa7708a9e..a618ec3a0f 100644
--- a/bin/tests/system/dsdigest/ns2/bad.db.in
+++ b/bin/tests/system/dsdigest/ns2/bad.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/dsdigest/ns2/good.db.in b/bin/tests/system/dsdigest/ns2/good.db.in
index caa7708a9e..a618ec3a0f 100644
--- a/bin/tests/system/dsdigest/ns2/good.db.in
+++ b/bin/tests/system/dsdigest/ns2/good.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/dsdigest/ns2/named.conf.in b/bin/tests/system/dsdigest/ns2/named.conf.in
index ec345965c1..73a41ba8d7 100644
--- a/bin/tests/system/dsdigest/ns2/named.conf.in
+++ b/bin/tests/system/dsdigest/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/dsdigest/ns2/sign.sh b/bin/tests/system/dsdigest/ns2/sign.sh
index 2b26b9ef1c..bf967b595e 100644
--- a/bin/tests/system/dsdigest/ns2/sign.sh
+++ b/bin/tests/system/dsdigest/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/dsdigest/ns3/named.conf.in b/bin/tests/system/dsdigest/ns3/named.conf.in
index 284335c890..1bc621561b 100644
--- a/bin/tests/system/dsdigest/ns3/named.conf.in
+++ b/bin/tests/system/dsdigest/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/dsdigest/ns4/named.conf.in b/bin/tests/system/dsdigest/ns4/named.conf.in
index 392800fe17..b5a49597d8 100644
--- a/bin/tests/system/dsdigest/ns4/named.conf.in
+++ b/bin/tests/system/dsdigest/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/dsdigest/prereq.sh b/bin/tests/system/dsdigest/prereq.sh
index e74e41dd69..1febbd5220 100644
--- a/bin/tests/system/dsdigest/prereq.sh
+++ b/bin/tests/system/dsdigest/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dsdigest/setup.sh b/bin/tests/system/dsdigest/setup.sh
index 6762820244..71e16a6102 100644
--- a/bin/tests/system/dsdigest/setup.sh
+++ b/bin/tests/system/dsdigest/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dsdigest/tests.sh b/bin/tests/system/dsdigest/tests.sh
index ed46939565..8f9eb58138 100644
--- a/bin/tests/system/dsdigest/tests.sh
+++ b/bin/tests/system/dsdigest/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dyndb/Makefile.in b/bin/tests/system/dyndb/Makefile.in
index 2e739ab650..e975337d6c 100644
--- a/bin/tests/system/dyndb/Makefile.in
+++ b/bin/tests/system/dyndb/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/system/dyndb/clean.sh b/bin/tests/system/dyndb/clean.sh
index 97b821fa68..6344947204 100644
--- a/bin/tests/system/dyndb/clean.sh
+++ b/bin/tests/system/dyndb/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after dyndb tests.
diff --git a/bin/tests/system/dyndb/driver/Makefile.in b/bin/tests/system/dyndb/driver/Makefile.in
index 2d116e8e49..e62b2474d5 100644
--- a/bin/tests/system/dyndb/driver/Makefile.in
+++ b/bin/tests/system/dyndb/driver/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/system/dyndb/ns1/named.conf.in b/bin/tests/system/dyndb/ns1/named.conf.in
index f53c183cf5..dde4a4de1c 100644
--- a/bin/tests/system/dyndb/ns1/named.conf.in
+++ b/bin/tests/system/dyndb/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { };
diff --git a/bin/tests/system/dyndb/prereq.sh b/bin/tests/system/dyndb/prereq.sh
index 30d9f6fa85..76af4655f8 100644
--- a/bin/tests/system/dyndb/prereq.sh
+++ b/bin/tests/system/dyndb/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dyndb/setup.sh b/bin/tests/system/dyndb/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/dyndb/setup.sh
+++ b/bin/tests/system/dyndb/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/dyndb/tests.sh b/bin/tests/system/dyndb/tests.sh
index e2c78af3b1..6b10357b89 100644
--- a/bin/tests/system/dyndb/tests.sh
+++ b/bin/tests/system/dyndb/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ecdsa/clean.sh b/bin/tests/system/ecdsa/clean.sh
index 3918659219..3779676eea 100644
--- a/bin/tests/system/ecdsa/clean.sh
+++ b/bin/tests/system/ecdsa/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K* */dsset-* */*.signed */trusted.conf
rm -f ns1/root.db
diff --git a/bin/tests/system/ecdsa/ns1/named.conf b/bin/tests/system/ecdsa/ns1/named.conf
index 9374ce43ef..f7cd7738d6 100644
--- a/bin/tests/system/ecdsa/ns1/named.conf
+++ b/bin/tests/system/ecdsa/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/ecdsa/ns1/root.db.in b/bin/tests/system/ecdsa/ns1/root.db.in
index 9678b260c7..d098a62106 100644
--- a/bin/tests/system/ecdsa/ns1/root.db.in
+++ b/bin/tests/system/ecdsa/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/ecdsa/ns1/sign.sh b/bin/tests/system/ecdsa/ns1/sign.sh
index 808a04ec18..39eb336630 100644
--- a/bin/tests/system/ecdsa/ns1/sign.sh
+++ b/bin/tests/system/ecdsa/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ecdsa/ns2/named.conf b/bin/tests/system/ecdsa/ns2/named.conf
index f7d1f216f3..5e9cc8373e 100644
--- a/bin/tests/system/ecdsa/ns2/named.conf
+++ b/bin/tests/system/ecdsa/ns2/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/ecdsa/prereq.sh b/bin/tests/system/ecdsa/prereq.sh
index 2420ac39c2..f01828f74d 100644
--- a/bin/tests/system/ecdsa/prereq.sh
+++ b/bin/tests/system/ecdsa/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ecdsa/setup.sh b/bin/tests/system/ecdsa/setup.sh
index e5f0a4874f..96b421cd71 100644
--- a/bin/tests/system/ecdsa/setup.sh
+++ b/bin/tests/system/ecdsa/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ecdsa/tests.sh b/bin/tests/system/ecdsa/tests.sh
index ac662fa35d..a72d18384f 100644
--- a/bin/tests/system/ecdsa/tests.sh
+++ b/bin/tests/system/ecdsa/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/eddsa/clean.sh b/bin/tests/system/eddsa/clean.sh
index 1c0eac79c1..0bcd0ac23e 100644
--- a/bin/tests/system/eddsa/clean.sh
+++ b/bin/tests/system/eddsa/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K* */dsset-* */*.signed */trusted.conf
rm -f ns1/root.db
diff --git a/bin/tests/system/eddsa/ns1/named.conf b/bin/tests/system/eddsa/ns1/named.conf
index 80c4ea3941..f7cd7738d6 100644
--- a/bin/tests/system/eddsa/ns1/named.conf
+++ b/bin/tests/system/eddsa/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/eddsa/ns1/root.db.in b/bin/tests/system/eddsa/ns1/root.db.in
index 994113cec2..d098a62106 100644
--- a/bin/tests/system/eddsa/ns1/root.db.in
+++ b/bin/tests/system/eddsa/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/eddsa/ns1/sign.sh b/bin/tests/system/eddsa/ns1/sign.sh
index 9d48efc4c3..15814be7ef 100644
--- a/bin/tests/system/eddsa/ns1/sign.sh
+++ b/bin/tests/system/eddsa/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/eddsa/ns2/example.com.db b/bin/tests/system/eddsa/ns2/example.com.db
index e9d53038bc..a022a84b94 100644
--- a/bin/tests/system/eddsa/ns2/example.com.db
+++ b/bin/tests/system/eddsa/ns2/example.com.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/eddsa/ns2/named.conf b/bin/tests/system/eddsa/ns2/named.conf
index b4e911efe9..5e9cc8373e 100644
--- a/bin/tests/system/eddsa/ns2/named.conf
+++ b/bin/tests/system/eddsa/ns2/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/eddsa/ns2/sign.sh b/bin/tests/system/eddsa/ns2/sign.sh
index 19e861a07c..76f5e5dba6 100644
--- a/bin/tests/system/eddsa/ns2/sign.sh
+++ b/bin/tests/system/eddsa/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/eddsa/prereq.sh b/bin/tests/system/eddsa/prereq.sh
index c67a067e71..648f97dcf9 100644
--- a/bin/tests/system/eddsa/prereq.sh
+++ b/bin/tests/system/eddsa/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/eddsa/setup.sh b/bin/tests/system/eddsa/setup.sh
index 74e3e7a1da..c48b526bde 100644
--- a/bin/tests/system/eddsa/setup.sh
+++ b/bin/tests/system/eddsa/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/eddsa/tests.sh b/bin/tests/system/eddsa/tests.sh
index fefbff3aa3..6404956ca4 100644
--- a/bin/tests/system/eddsa/tests.sh
+++ b/bin/tests/system/eddsa/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/ednscompliance/clean.sh b/bin/tests/system/ednscompliance/clean.sh
index 10d07154f9..037fccf825 100644
--- a/bin/tests/system/ednscompliance/clean.sh
+++ b/bin/tests/system/ednscompliance/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out*
rm -f ns*/named.lock
diff --git a/bin/tests/system/ednscompliance/ns1/named.conf.in b/bin/tests/system/ednscompliance/ns1/named.conf.in
index b6c0dba498..b24ceaa28d 100644
--- a/bin/tests/system/ednscompliance/ns1/named.conf.in
+++ b/bin/tests/system/ednscompliance/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/ednscompliance/ns1/root.db b/bin/tests/system/ednscompliance/ns1/root.db
index e6447eb391..93306dbf67 100644
--- a/bin/tests/system/ednscompliance/ns1/root.db
+++ b/bin/tests/system/ednscompliance/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA marka.isc.org. a.root.servers.nil. (
diff --git a/bin/tests/system/ednscompliance/setup.sh b/bin/tests/system/ednscompliance/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/ednscompliance/setup.sh
+++ b/bin/tests/system/ednscompliance/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ednscompliance/tests.sh b/bin/tests/system/ednscompliance/tests.sh
index 2184e1201b..acede9d63d 100644
--- a/bin/tests/system/ednscompliance/tests.sh
+++ b/bin/tests/system/ednscompliance/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/emptyzones/clean.sh b/bin/tests/system/emptyzones/clean.sh
index 2b6bd47091..7826e73b27 100644
--- a/bin/tests/system/emptyzones/clean.sh
+++ b/bin/tests/system/emptyzones/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns1/named.conf
rm -f ns*/named.lock
diff --git a/bin/tests/system/emptyzones/ns1/empty.db b/bin/tests/system/emptyzones/ns1/empty.db
index 2358b16505..fdd5ef9143 100644
--- a/bin/tests/system/emptyzones/ns1/empty.db
+++ b/bin/tests/system/emptyzones/ns1/empty.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 SOA . . 0 0 0 0 0
@ 0 NS .
diff --git a/bin/tests/system/emptyzones/ns1/named1.conf.in b/bin/tests/system/emptyzones/ns1/named1.conf.in
index 80017e389c..765ce2c30d 100644
--- a/bin/tests/system/emptyzones/ns1/named1.conf.in
+++ b/bin/tests/system/emptyzones/ns1/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/emptyzones/ns1/named2.conf.in b/bin/tests/system/emptyzones/ns1/named2.conf.in
index 140ca9bd98..6af2697ff9 100644
--- a/bin/tests/system/emptyzones/ns1/named2.conf.in
+++ b/bin/tests/system/emptyzones/ns1/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/emptyzones/ns1/rfc1918.zones b/bin/tests/system/emptyzones/ns1/rfc1918.zones
index 7a7e416eaf..465c14f197 100644
--- a/bin/tests/system/emptyzones/ns1/rfc1918.zones
+++ b/bin/tests/system/emptyzones/ns1/rfc1918.zones
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone "10.IN-ADDR.ARPA" { type master; file "empty.db"; };
diff --git a/bin/tests/system/emptyzones/ns1/root.hint b/bin/tests/system/emptyzones/ns1/root.hint
index 9269ee3a41..6671358152 100644
--- a/bin/tests/system/emptyzones/ns1/root.hint
+++ b/bin/tests/system/emptyzones/ns1/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.7 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/emptyzones/setup.sh b/bin/tests/system/emptyzones/setup.sh
index 2ee09258d2..e842d2c158 100644
--- a/bin/tests/system/emptyzones/setup.sh
+++ b/bin/tests/system/emptyzones/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/emptyzones/tests.sh b/bin/tests/system/emptyzones/tests.sh
index 11d455d181..5872479211 100644
--- a/bin/tests/system/emptyzones/tests.sh
+++ b/bin/tests/system/emptyzones/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/feature-test.c b/bin/tests/system/feature-test.c
index 760566b49f..b3e2639681 100644
--- a/bin/tests/system/feature-test.c
+++ b/bin/tests/system/feature-test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/system/fetchlimit/ans4/ans.pl b/bin/tests/system/fetchlimit/ans4/ans.pl
index d553061f58..4b14a9276e 100644
--- a/bin/tests/system/fetchlimit/ans4/ans.pl
+++ b/bin/tests/system/fetchlimit/ans4/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Don't respond if the "norespond" file exists; otherwise respond to
diff --git a/bin/tests/system/fetchlimit/clean.sh b/bin/tests/system/fetchlimit/clean.sh
index 7fc546ab35..9296105dfe 100644
--- a/bin/tests/system/fetchlimit/clean.sh
+++ b/bin/tests/system/fetchlimit/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf */named.memstats */ans.run */named.recursing */named.run
rm -f dig.out*
diff --git a/bin/tests/system/fetchlimit/ns1/named.conf.in b/bin/tests/system/fetchlimit/ns1/named.conf.in
index 08d2331282..eabfe0cd00 100644
--- a/bin/tests/system/fetchlimit/ns1/named.conf.in
+++ b/bin/tests/system/fetchlimit/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/fetchlimit/ns1/root.db b/bin/tests/system/fetchlimit/ns1/root.db
index d8a1c139f3..d2aec1107a 100644
--- a/bin/tests/system/fetchlimit/ns1/root.db
+++ b/bin/tests/system/fetchlimit/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/fetchlimit/ns2/example.db b/bin/tests/system/fetchlimit/ns2/example.db
index 4964a6dbfc..40929b3b23 100644
--- a/bin/tests/system/fetchlimit/ns2/example.db
+++ b/bin/tests/system/fetchlimit/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/fetchlimit/ns2/named.conf.in b/bin/tests/system/fetchlimit/ns2/named.conf.in
index ac7f8ad6a0..1892756ccb 100644
--- a/bin/tests/system/fetchlimit/ns2/named.conf.in
+++ b/bin/tests/system/fetchlimit/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/fetchlimit/ns3/named1.conf.in b/bin/tests/system/fetchlimit/ns3/named1.conf.in
index ad368c7509..b470f4633d 100644
--- a/bin/tests/system/fetchlimit/ns3/named1.conf.in
+++ b/bin/tests/system/fetchlimit/ns3/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/fetchlimit/ns3/named2.conf.in b/bin/tests/system/fetchlimit/ns3/named2.conf.in
index bf34e06f94..001a95815f 100644
--- a/bin/tests/system/fetchlimit/ns3/named2.conf.in
+++ b/bin/tests/system/fetchlimit/ns3/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/fetchlimit/ns3/named3.conf.in b/bin/tests/system/fetchlimit/ns3/named3.conf.in
index a8776a6675..0244a9a62f 100644
--- a/bin/tests/system/fetchlimit/ns3/named3.conf.in
+++ b/bin/tests/system/fetchlimit/ns3/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/fetchlimit/ns3/root.hint b/bin/tests/system/fetchlimit/ns3/root.hint
index 65feb88b5a..22ab872442 100644
--- a/bin/tests/system/fetchlimit/ns3/root.hint
+++ b/bin/tests/system/fetchlimit/ns3/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/fetchlimit/setup.sh b/bin/tests/system/fetchlimit/setup.sh
index e65f276b9d..2c83ad11c2 100644
--- a/bin/tests/system/fetchlimit/setup.sh
+++ b/bin/tests/system/fetchlimit/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/fetchlimit/tests.sh b/bin/tests/system/fetchlimit/tests.sh
index 96210c2555..9250c46253 100644
--- a/bin/tests/system/fetchlimit/tests.sh
+++ b/bin/tests/system/fetchlimit/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/filter-aaaa/clean.sh b/bin/tests/system/filter-aaaa/clean.sh
index 7d7d3b5a9e..73732758f8 100644
--- a/bin/tests/system/filter-aaaa/clean.sh
+++ b/bin/tests/system/filter-aaaa/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns1/K*
rm -f ns1/*.signed
diff --git a/bin/tests/system/filter-aaaa/conf/bad1.conf b/bin/tests/system/filter-aaaa/conf/bad1.conf
index 41c34e6ff4..cf588e51db 100644
--- a/bin/tests/system/filter-aaaa/conf/bad1.conf
+++ b/bin/tests/system/filter-aaaa/conf/bad1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad1.conf,v 1.2 2010/06/22 03:58:36 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/bad2.conf b/bin/tests/system/filter-aaaa/conf/bad2.conf
index 5fc52c9291..98c1f82495 100644
--- a/bin/tests/system/filter-aaaa/conf/bad2.conf
+++ b/bin/tests/system/filter-aaaa/conf/bad2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad2.conf,v 1.2 2010/06/22 03:58:36 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/bad3.conf b/bin/tests/system/filter-aaaa/conf/bad3.conf
index 72b24212ea..1d0b88367d 100644
--- a/bin/tests/system/filter-aaaa/conf/bad3.conf
+++ b/bin/tests/system/filter-aaaa/conf/bad3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad3.conf,v 1.2 2010/06/22 03:58:36 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/bad4.conf b/bin/tests/system/filter-aaaa/conf/bad4.conf
index 1baaaced53..abaa2fcafa 100644
--- a/bin/tests/system/filter-aaaa/conf/bad4.conf
+++ b/bin/tests/system/filter-aaaa/conf/bad4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad4.conf,v 1.2 2010/06/22 03:58:36 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/bad5.conf b/bin/tests/system/filter-aaaa/conf/bad5.conf
index c32c7d6e1d..88c99ebb34 100644
--- a/bin/tests/system/filter-aaaa/conf/bad5.conf
+++ b/bin/tests/system/filter-aaaa/conf/bad5.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad5.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/bad6.conf b/bin/tests/system/filter-aaaa/conf/bad6.conf
index 905b76330c..89bef8e5e5 100644
--- a/bin/tests/system/filter-aaaa/conf/bad6.conf
+++ b/bin/tests/system/filter-aaaa/conf/bad6.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad6.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good1.conf b/bin/tests/system/filter-aaaa/conf/good1.conf
index 2f6057684b..191b1c0976 100644
--- a/bin/tests/system/filter-aaaa/conf/good1.conf
+++ b/bin/tests/system/filter-aaaa/conf/good1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good1.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good2.conf b/bin/tests/system/filter-aaaa/conf/good2.conf
index 1701436cec..156699962a 100644
--- a/bin/tests/system/filter-aaaa/conf/good2.conf
+++ b/bin/tests/system/filter-aaaa/conf/good2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good2.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good3.conf b/bin/tests/system/filter-aaaa/conf/good3.conf
index e65ed8e631..bdc0f5810b 100644
--- a/bin/tests/system/filter-aaaa/conf/good3.conf
+++ b/bin/tests/system/filter-aaaa/conf/good3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good3.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good4.conf b/bin/tests/system/filter-aaaa/conf/good4.conf
index 330a0fc425..6b7a6cafa5 100644
--- a/bin/tests/system/filter-aaaa/conf/good4.conf
+++ b/bin/tests/system/filter-aaaa/conf/good4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good4.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good5.conf b/bin/tests/system/filter-aaaa/conf/good5.conf
index 531258ca2e..fef3779010 100644
--- a/bin/tests/system/filter-aaaa/conf/good5.conf
+++ b/bin/tests/system/filter-aaaa/conf/good5.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good5.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good6.conf b/bin/tests/system/filter-aaaa/conf/good6.conf
index 396e168d48..817e4d98a8 100644
--- a/bin/tests/system/filter-aaaa/conf/good6.conf
+++ b/bin/tests/system/filter-aaaa/conf/good6.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good6.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good7.conf b/bin/tests/system/filter-aaaa/conf/good7.conf
index dbd540f5f3..ca36a9c90a 100644
--- a/bin/tests/system/filter-aaaa/conf/good7.conf
+++ b/bin/tests/system/filter-aaaa/conf/good7.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good7.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/conf/good8.conf b/bin/tests/system/filter-aaaa/conf/good8.conf
index 1a48b25c95..43029e944d 100644
--- a/bin/tests/system/filter-aaaa/conf/good8.conf
+++ b/bin/tests/system/filter-aaaa/conf/good8.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good8.conf,v 1.2 2010/06/22 03:58:37 marka Exp $ */
diff --git a/bin/tests/system/filter-aaaa/ns1/named1.conf.in b/bin/tests/system/filter-aaaa/ns1/named1.conf.in
index 1212bb4f9b..b49fe6bea1 100644
--- a/bin/tests/system/filter-aaaa/ns1/named1.conf.in
+++ b/bin/tests/system/filter-aaaa/ns1/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns1/named2.conf.in b/bin/tests/system/filter-aaaa/ns1/named2.conf.in
index 37ff1f96a0..46e89b4c96 100644
--- a/bin/tests/system/filter-aaaa/ns1/named2.conf.in
+++ b/bin/tests/system/filter-aaaa/ns1/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns1/root.db b/bin/tests/system/filter-aaaa/ns1/root.db
index 4739efdf6b..6a4f832910 100644
--- a/bin/tests/system/filter-aaaa/ns1/root.db
+++ b/bin/tests/system/filter-aaaa/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns.utld hostmaster.ns.utld ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/filter-aaaa/ns1/sign.sh b/bin/tests/system/filter-aaaa/ns1/sign.sh
index 66cbcf4471..f7555810a0 100755
--- a/bin/tests/system/filter-aaaa/ns1/sign.sh
+++ b/bin/tests/system/filter-aaaa/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/filter-aaaa/ns1/signed.db.in b/bin/tests/system/filter-aaaa/ns1/signed.db.in
index 081cd9ff2a..31dda5712e 100644
--- a/bin/tests/system/filter-aaaa/ns1/signed.db.in
+++ b/bin/tests/system/filter-aaaa/ns1/signed.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns.signed. hostmaster.ns.signed. ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/filter-aaaa/ns1/unsigned.db b/bin/tests/system/filter-aaaa/ns1/unsigned.db
index a3c9aab49c..8b422584f4 100644
--- a/bin/tests/system/filter-aaaa/ns1/unsigned.db
+++ b/bin/tests/system/filter-aaaa/ns1/unsigned.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns.unsigned. hostmaster.ns.unsigned. ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/filter-aaaa/ns2/hints b/bin/tests/system/filter-aaaa/ns2/hints
index 8370182b45..6e5eefc1ec 100644
--- a/bin/tests/system/filter-aaaa/ns2/hints
+++ b/bin/tests/system/filter-aaaa/ns2/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hints,v 1.2 2010/06/22 03:58:37 marka Exp $
diff --git a/bin/tests/system/filter-aaaa/ns2/named1.conf.in b/bin/tests/system/filter-aaaa/ns2/named1.conf.in
index 1740422c7f..1ca80d19e7 100644
--- a/bin/tests/system/filter-aaaa/ns2/named1.conf.in
+++ b/bin/tests/system/filter-aaaa/ns2/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns2/named2.conf.in b/bin/tests/system/filter-aaaa/ns2/named2.conf.in
index e1bc58791c..c08725e010 100644
--- a/bin/tests/system/filter-aaaa/ns2/named2.conf.in
+++ b/bin/tests/system/filter-aaaa/ns2/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns3/hints b/bin/tests/system/filter-aaaa/ns3/hints
index 62c1bcdf51..9fc115821e 100644
--- a/bin/tests/system/filter-aaaa/ns3/hints
+++ b/bin/tests/system/filter-aaaa/ns3/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hints,v 1.2 2010/06/22 03:58:38 marka Exp $
diff --git a/bin/tests/system/filter-aaaa/ns3/named1.conf.in b/bin/tests/system/filter-aaaa/ns3/named1.conf.in
index 2743a9c542..5f7487068b 100644
--- a/bin/tests/system/filter-aaaa/ns3/named1.conf.in
+++ b/bin/tests/system/filter-aaaa/ns3/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns3/named2.conf.in b/bin/tests/system/filter-aaaa/ns3/named2.conf.in
index 18c961f061..b1b236789a 100644
--- a/bin/tests/system/filter-aaaa/ns3/named2.conf.in
+++ b/bin/tests/system/filter-aaaa/ns3/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns4/named1.conf.in b/bin/tests/system/filter-aaaa/ns4/named1.conf.in
index 8994b493b8..f70c7a6542 100644
--- a/bin/tests/system/filter-aaaa/ns4/named1.conf.in
+++ b/bin/tests/system/filter-aaaa/ns4/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns4/named2.conf.in b/bin/tests/system/filter-aaaa/ns4/named2.conf.in
index 8624425aef..3d2b29b8c0 100644
--- a/bin/tests/system/filter-aaaa/ns4/named2.conf.in
+++ b/bin/tests/system/filter-aaaa/ns4/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/filter-aaaa/ns4/root.db b/bin/tests/system/filter-aaaa/ns4/root.db
index 0fb4c895b7..7618cbc9ec 100644
--- a/bin/tests/system/filter-aaaa/ns4/root.db
+++ b/bin/tests/system/filter-aaaa/ns4/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.4 2012/01/31 23:47:32 tbox Exp $
@ SOA ns.utld hostmaster.ns.utld ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/filter-aaaa/ns4/sign.sh b/bin/tests/system/filter-aaaa/ns4/sign.sh
index 66cbcf4471..f7555810a0 100755
--- a/bin/tests/system/filter-aaaa/ns4/sign.sh
+++ b/bin/tests/system/filter-aaaa/ns4/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/filter-aaaa/ns4/signed.db.in b/bin/tests/system/filter-aaaa/ns4/signed.db.in
index 9b45637d9f..623b2b95b2 100644
--- a/bin/tests/system/filter-aaaa/ns4/signed.db.in
+++ b/bin/tests/system/filter-aaaa/ns4/signed.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns.signed. hostmaster.ns.signed. ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/filter-aaaa/ns4/unsigned.db b/bin/tests/system/filter-aaaa/ns4/unsigned.db
index 7f2302aefe..8f155bb965 100644
--- a/bin/tests/system/filter-aaaa/ns4/unsigned.db
+++ b/bin/tests/system/filter-aaaa/ns4/unsigned.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA ns.unsigned. hostmaster.ns.unsigned. ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/filter-aaaa/prereq.sh b/bin/tests/system/filter-aaaa/prereq.sh
index 31f9ac6a46..9c22176a41 100644
--- a/bin/tests/system/filter-aaaa/prereq.sh
+++ b/bin/tests/system/filter-aaaa/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/filter-aaaa/setup.sh b/bin/tests/system/filter-aaaa/setup.sh
index 3ae5f25f0b..313adc7f49 100644
--- a/bin/tests/system/filter-aaaa/setup.sh
+++ b/bin/tests/system/filter-aaaa/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/filter-aaaa/tests.sh b/bin/tests/system/filter-aaaa/tests.sh
index 5259493f6c..25ff46c133 100644
--- a/bin/tests/system/filter-aaaa/tests.sh
+++ b/bin/tests/system/filter-aaaa/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/formerr/clean.sh b/bin/tests/system/formerr/clean.sh
index 7d1b79751d..0bb0e3d269 100644
--- a/bin/tests/system/formerr/clean.sh
+++ b/bin/tests/system/formerr/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f nametoolong.out
rm -f twoquestions.out
diff --git a/bin/tests/system/formerr/formerr.pl b/bin/tests/system/formerr/formerr.pl
index 049cf3aa27..cf0cde4b51 100644
--- a/bin/tests/system/formerr/formerr.pl
+++ b/bin/tests/system/formerr/formerr.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: packet.pl,v 1.2 2011/04/15 01:02:08 each Exp $
diff --git a/bin/tests/system/formerr/ns1/named.conf.in b/bin/tests/system/formerr/ns1/named.conf.in
index b6c0dba498..b24ceaa28d 100644
--- a/bin/tests/system/formerr/ns1/named.conf.in
+++ b/bin/tests/system/formerr/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/formerr/ns1/root.db b/bin/tests/system/formerr/ns1/root.db
index ff934a890a..07bf437962 100644
--- a/bin/tests/system/formerr/ns1/root.db
+++ b/bin/tests/system/formerr/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.2 2010/09/15 12:07:56 marka Exp $
diff --git a/bin/tests/system/formerr/setup.sh b/bin/tests/system/formerr/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/formerr/setup.sh
+++ b/bin/tests/system/formerr/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/formerr/tests.sh b/bin/tests/system/formerr/tests.sh
index 8ef198c7bb..c88b18022f 100644
--- a/bin/tests/system/formerr/tests.sh
+++ b/bin/tests/system/formerr/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/forward/clean.sh b/bin/tests/system/forward/clean.sh
index 50fd793d26..3052d2773a 100644
--- a/bin/tests/system/forward/clean.sh
+++ b/bin/tests/system/forward/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after forward tests.
diff --git a/bin/tests/system/forward/ns1/named.conf.in b/bin/tests/system/forward/ns1/named.conf.in
index ec562f77b0..7ce81dde05 100644
--- a/bin/tests/system/forward/ns1/named.conf.in
+++ b/bin/tests/system/forward/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/forward/ns1/root.db b/bin/tests/system/forward/ns1/root.db
index 892bbbabef..b92df7ead5 100644
--- a/bin/tests/system/forward/ns1/root.db
+++ b/bin/tests/system/forward/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.4 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/forward/ns2/named.conf.in b/bin/tests/system/forward/ns2/named.conf.in
index 354698fa8b..ff104d466f 100644
--- a/bin/tests/system/forward/ns2/named.conf.in
+++ b/bin/tests/system/forward/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/forward/ns2/root.db b/bin/tests/system/forward/ns2/root.db
index 892bbbabef..b92df7ead5 100644
--- a/bin/tests/system/forward/ns2/root.db
+++ b/bin/tests/system/forward/ns2/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.4 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/forward/ns3/named.conf.in b/bin/tests/system/forward/ns3/named.conf.in
index 77d309cfe0..80a4f7e684 100644
--- a/bin/tests/system/forward/ns3/named.conf.in
+++ b/bin/tests/system/forward/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/forward/ns3/root.db b/bin/tests/system/forward/ns3/root.db
index 892bbbabef..b92df7ead5 100644
--- a/bin/tests/system/forward/ns3/root.db
+++ b/bin/tests/system/forward/ns3/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.4 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/forward/ns4/named.conf.in b/bin/tests/system/forward/ns4/named.conf.in
index 511266ba47..480530b0f2 100644
--- a/bin/tests/system/forward/ns4/named.conf.in
+++ b/bin/tests/system/forward/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/forward/ns4/root.db b/bin/tests/system/forward/ns4/root.db
index 892bbbabef..b92df7ead5 100644
--- a/bin/tests/system/forward/ns4/root.db
+++ b/bin/tests/system/forward/ns4/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.4 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/forward/ns5/named.conf.in b/bin/tests/system/forward/ns5/named.conf.in
index f70b8df5d3..0e65985d52 100644
--- a/bin/tests/system/forward/ns5/named.conf.in
+++ b/bin/tests/system/forward/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/forward/ns5/root.db b/bin/tests/system/forward/ns5/root.db
index 1f5a6f2ba8..ef7e3b597e 100644
--- a/bin/tests/system/forward/ns5/root.db
+++ b/bin/tests/system/forward/ns5/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2011/10/13 22:48:23 tbox Exp $
diff --git a/bin/tests/system/forward/rfc1918-inherited.conf b/bin/tests/system/forward/rfc1918-inherited.conf
index 66e87cb087..3c310d0491 100644
--- a/bin/tests/system/forward/rfc1918-inherited.conf
+++ b/bin/tests/system/forward/rfc1918-inherited.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone 10.in-addr.arpa {
diff --git a/bin/tests/system/forward/rfc1918-notinherited.conf b/bin/tests/system/forward/rfc1918-notinherited.conf
index 82501bb68c..d3febc1c2d 100644
--- a/bin/tests/system/forward/rfc1918-notinherited.conf
+++ b/bin/tests/system/forward/rfc1918-notinherited.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone 10.in-addr.arpa {
diff --git a/bin/tests/system/forward/setup.sh b/bin/tests/system/forward/setup.sh
index b9d74dbe5f..c63aeb10d2 100644
--- a/bin/tests/system/forward/setup.sh
+++ b/bin/tests/system/forward/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh
index cdc5713412..f23cde1751 100644
--- a/bin/tests/system/forward/tests.sh
+++ b/bin/tests/system/forward/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/forward/ula-inherited.conf b/bin/tests/system/forward/ula-inherited.conf
index a22c71b70f..27fc8edc44 100644
--- a/bin/tests/system/forward/ula-inherited.conf
+++ b/bin/tests/system/forward/ula-inherited.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone d.f.ip6.arpa {
diff --git a/bin/tests/system/forward/ula-notinherited.conf b/bin/tests/system/forward/ula-notinherited.conf
index ece85244a6..e235d203a5 100644
--- a/bin/tests/system/forward/ula-notinherited.conf
+++ b/bin/tests/system/forward/ula-notinherited.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
zone d.f.ip6.arpa {
diff --git a/bin/tests/system/genzone.sh b/bin/tests/system/genzone.sh
index 18a92c5b21..264d4ae674 100644
--- a/bin/tests/system/genzone.sh
+++ b/bin/tests/system/genzone.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001-2004, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Set up a test zone
diff --git a/bin/tests/system/geoip/clean.sh b/bin/tests/system/geoip/clean.sh
index 4cec9c2b17..d6fe94b852 100644
--- a/bin/tests/system/geoip/clean.sh
+++ b/bin/tests/system/geoip/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns2/named.conf
rm -f ns2/example*.db
diff --git a/bin/tests/system/geoip/data/README b/bin/tests/system/geoip/data/README
index d5775a36a2..1b35c9ab71 100644
--- a/bin/tests/system/geoip/data/README
+++ b/bin/tests/system/geoip/data/README
@@ -1,9 +1,12 @@
-Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
The data data files in this directory are sample GeoIP databases,
generated from the corresponding CSV files. Thanks to MaxMind, Inc.
for assistance with producing these files.
diff --git a/bin/tests/system/geoip/ns2/example.db.in b/bin/tests/system/geoip/ns2/example.db.in
index 57a6c3d43b..836359dc56 100644
--- a/bin/tests/system/geoip/ns2/example.db.in
+++ b/bin/tests/system/geoip/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/geoip/ns2/named1.conf.in b/bin/tests/system/geoip/ns2/named1.conf.in
index fc226ba959..a42531196d 100644
--- a/bin/tests/system/geoip/ns2/named1.conf.in
+++ b/bin/tests/system/geoip/ns2/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named10.conf.in b/bin/tests/system/geoip/ns2/named10.conf.in
index da6752b96a..1372d410f0 100644
--- a/bin/tests/system/geoip/ns2/named10.conf.in
+++ b/bin/tests/system/geoip/ns2/named10.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named11.conf.in b/bin/tests/system/geoip/ns2/named11.conf.in
index 328857302a..c7a0ad2d58 100644
--- a/bin/tests/system/geoip/ns2/named11.conf.in
+++ b/bin/tests/system/geoip/ns2/named11.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named12.conf.in b/bin/tests/system/geoip/ns2/named12.conf.in
index 8c277d6e05..68abc85f16 100644
--- a/bin/tests/system/geoip/ns2/named12.conf.in
+++ b/bin/tests/system/geoip/ns2/named12.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named13.conf.in b/bin/tests/system/geoip/ns2/named13.conf.in
index c6d21e6e3a..05a331406d 100644
--- a/bin/tests/system/geoip/ns2/named13.conf.in
+++ b/bin/tests/system/geoip/ns2/named13.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named14.conf.in b/bin/tests/system/geoip/ns2/named14.conf.in
index f9a20852b7..6d9d9667b9 100644
--- a/bin/tests/system/geoip/ns2/named14.conf.in
+++ b/bin/tests/system/geoip/ns2/named14.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named15.conf.in b/bin/tests/system/geoip/ns2/named15.conf.in
index ee8844da4b..01ee377cba 100644
--- a/bin/tests/system/geoip/ns2/named15.conf.in
+++ b/bin/tests/system/geoip/ns2/named15.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named2.conf.in b/bin/tests/system/geoip/ns2/named2.conf.in
index e7f1f41a07..541f904b38 100644
--- a/bin/tests/system/geoip/ns2/named2.conf.in
+++ b/bin/tests/system/geoip/ns2/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named3.conf.in b/bin/tests/system/geoip/ns2/named3.conf.in
index 5eb5a1d4c6..a8cf6a3a8e 100644
--- a/bin/tests/system/geoip/ns2/named3.conf.in
+++ b/bin/tests/system/geoip/ns2/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named4.conf.in b/bin/tests/system/geoip/ns2/named4.conf.in
index a3eabaa785..81e3e65d4a 100644
--- a/bin/tests/system/geoip/ns2/named4.conf.in
+++ b/bin/tests/system/geoip/ns2/named4.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named5.conf.in b/bin/tests/system/geoip/ns2/named5.conf.in
index ada67eff15..0c4ce5084b 100644
--- a/bin/tests/system/geoip/ns2/named5.conf.in
+++ b/bin/tests/system/geoip/ns2/named5.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named6.conf.in b/bin/tests/system/geoip/ns2/named6.conf.in
index edb3161b85..195133bf9f 100644
--- a/bin/tests/system/geoip/ns2/named6.conf.in
+++ b/bin/tests/system/geoip/ns2/named6.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named7.conf.in b/bin/tests/system/geoip/ns2/named7.conf.in
index da6995ce40..4fa4626da2 100644
--- a/bin/tests/system/geoip/ns2/named7.conf.in
+++ b/bin/tests/system/geoip/ns2/named7.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named8.conf.in b/bin/tests/system/geoip/ns2/named8.conf.in
index fe67cdbf09..2840c8fbc5 100644
--- a/bin/tests/system/geoip/ns2/named8.conf.in
+++ b/bin/tests/system/geoip/ns2/named8.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/ns2/named9.conf.in b/bin/tests/system/geoip/ns2/named9.conf.in
index 38181c2c85..720f7accb9 100644
--- a/bin/tests/system/geoip/ns2/named9.conf.in
+++ b/bin/tests/system/geoip/ns2/named9.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/options.conf b/bin/tests/system/geoip/options.conf
index 1e7c44d1cf..95df0af164 100644
--- a/bin/tests/system/geoip/options.conf
+++ b/bin/tests/system/geoip/options.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/geoip/prereq.sh b/bin/tests/system/geoip/prereq.sh
index d89b2e586d..9bd44297b2 100644
--- a/bin/tests/system/geoip/prereq.sh
+++ b/bin/tests/system/geoip/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/geoip/setup.sh b/bin/tests/system/geoip/setup.sh
index 3d0be45149..c85dd90519 100644
--- a/bin/tests/system/geoip/setup.sh
+++ b/bin/tests/system/geoip/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/geoip/tests.sh b/bin/tests/system/geoip/tests.sh
index 3e2d5c7f2c..cb1473af79 100644
--- a/bin/tests/system/geoip/tests.sh
+++ b/bin/tests/system/geoip/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/glue/clean.sh b/bin/tests/system/glue/clean.sh
index 0f80c5c608..25e408dc12 100644
--- a/bin/tests/system/glue/clean.sh
+++ b/bin/tests/system/glue/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after glue tests.
diff --git a/bin/tests/system/glue/ns1/cache.in b/bin/tests/system/glue/ns1/cache.in
index 31f22da9f8..bec46d20f8 100644
--- a/bin/tests/system/glue/ns1/cache.in
+++ b/bin/tests/system/glue/ns1/cache.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: cache.in,v 1.4 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/glue/ns1/mil.db b/bin/tests/system/glue/ns1/mil.db
index e44f2e5c65..e3be420f70 100644
--- a/bin/tests/system/glue/ns1/mil.db
+++ b/bin/tests/system/glue/ns1/mil.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: mil.db,v 1.8 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/glue/ns1/named.conf.in b/bin/tests/system/glue/ns1/named.conf.in
index bfc178f768..20cc8870af 100644
--- a/bin/tests/system/glue/ns1/named.conf.in
+++ b/bin/tests/system/glue/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/glue/ns1/net.db b/bin/tests/system/glue/ns1/net.db
index 6c71d57769..e9d460c3bd 100644
--- a/bin/tests/system/glue/ns1/net.db
+++ b/bin/tests/system/glue/ns1/net.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: net.db,v 1.8 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/glue/ns1/root-servers.nil.db b/bin/tests/system/glue/ns1/root-servers.nil.db
index 1bc47dcc30..1543498cde 100644
--- a/bin/tests/system/glue/ns1/root-servers.nil.db
+++ b/bin/tests/system/glue/ns1/root-servers.nil.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root-servers.nil.db,v 1.7 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/glue/ns1/root.db b/bin/tests/system/glue/ns1/root.db
index b90b43d2d1..562e78bd51 100644
--- a/bin/tests/system/glue/ns1/root.db
+++ b/bin/tests/system/glue/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.7 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/glue/setup.sh b/bin/tests/system/glue/setup.sh
index 65be1979ff..062e453fd6 100644
--- a/bin/tests/system/glue/setup.sh
+++ b/bin/tests/system/glue/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/glue/tests.sh b/bin/tests/system/glue/tests.sh
index de24e8a51c..0425a34999 100644
--- a/bin/tests/system/glue/tests.sh
+++ b/bin/tests/system/glue/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2003, 2004, 2007, 2012, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/gost/clean.sh b/bin/tests/system/gost/clean.sh
index 93db3a61d0..3779676eea 100644
--- a/bin/tests/system/gost/clean.sh
+++ b/bin/tests/system/gost/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K* */dsset-* */*.signed */trusted.conf
rm -f ns1/root.db
diff --git a/bin/tests/system/gost/ns1/named.conf b/bin/tests/system/gost/ns1/named.conf
index a0352691f6..c078d522cb 100644
--- a/bin/tests/system/gost/ns1/named.conf
+++ b/bin/tests/system/gost/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.2 2010/12/23 04:08:00 marka Exp $ */
diff --git a/bin/tests/system/gost/ns1/root.db.in b/bin/tests/system/gost/ns1/root.db.in
index 260ddacc50..5b01c6da60 100644
--- a/bin/tests/system/gost/ns1/root.db.in
+++ b/bin/tests/system/gost/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db.in,v 1.2 2010/12/23 04:08:00 marka Exp $
diff --git a/bin/tests/system/gost/ns1/sign.sh b/bin/tests/system/gost/ns1/sign.sh
index 959c6c9bf5..bdd78d5341 100644
--- a/bin/tests/system/gost/ns1/sign.sh
+++ b/bin/tests/system/gost/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/gost/ns2/named.conf b/bin/tests/system/gost/ns2/named.conf
index 07bebef826..4178bdac78 100644
--- a/bin/tests/system/gost/ns2/named.conf
+++ b/bin/tests/system/gost/ns2/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.2 2010/12/23 04:08:00 marka Exp $ */
diff --git a/bin/tests/system/gost/prereq.sh b/bin/tests/system/gost/prereq.sh
index 7184492ca9..f5295b7185 100644
--- a/bin/tests/system/gost/prereq.sh
+++ b/bin/tests/system/gost/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/gost/setup.sh b/bin/tests/system/gost/setup.sh
index 07b8048f4d..96b421cd71 100644
--- a/bin/tests/system/gost/setup.sh
+++ b/bin/tests/system/gost/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/gost/tests.sh b/bin/tests/system/gost/tests.sh
index db00fd4811..d013c770e4 100644
--- a/bin/tests/system/gost/tests.sh
+++ b/bin/tests/system/gost/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.2 2010/12/23 04:08:00 marka Exp $
diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh
index 0ca3fce283..52d195dbb5 100644
--- a/bin/tests/system/ifconfig.sh
+++ b/bin/tests/system/ifconfig.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2004, 2007-2010, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: ifconfig.sh,v 1.59 2010/06/11 23:46:49 tbox Exp $
diff --git a/bin/tests/system/inline/checkdsa.sh.in b/bin/tests/system/inline/checkdsa.sh.in
index 4c9d843ed1..5b6ea2ebd3 100644
--- a/bin/tests/system/inline/checkdsa.sh.in
+++ b/bin/tests/system/inline/checkdsa.sh.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
if [ "@CHECK_DSA@" -eq 0 ]; then
exit 1
diff --git a/bin/tests/system/inline/clean.sh b/bin/tests/system/inline/clean.sh
index 184191cc82..8e4199a60a 100644
--- a/bin/tests/system/inline/clean.sh
+++ b/bin/tests/system/inline/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf
rm -f */named.memstats
diff --git a/bin/tests/system/inline/ns1/named.conf.in b/bin/tests/system/inline/ns1/named.conf.in
index 70d4f6c508..215800cab0 100644
--- a/bin/tests/system/inline/ns1/named.conf.in
+++ b/bin/tests/system/inline/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/inline/ns1/root.db.in b/bin/tests/system/inline/ns1/root.db.in
index ac0a5ff51b..af2d0dff7d 100644
--- a/bin/tests/system/inline/ns1/root.db.in
+++ b/bin/tests/system/inline/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db.in,v 1.8 2012/02/23 06:53:15 marka Exp $
diff --git a/bin/tests/system/inline/ns1/sign.sh b/bin/tests/system/inline/ns1/sign.sh
index f71bff4856..578aca02e8 100644
--- a/bin/tests/system/inline/ns1/sign.sh
+++ b/bin/tests/system/inline/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2011, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.5 2012/02/23 07:09:28 tbox Exp $
diff --git a/bin/tests/system/inline/ns2/bits.db.in b/bin/tests/system/inline/ns2/bits.db.in
index d49b21ce1a..95f5683758 100644
--- a/bin/tests/system/inline/ns2/bits.db.in
+++ b/bin/tests/system/inline/ns2/bits.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: bits.db.in,v 1.2 2011/08/30 23:46:52 tbox Exp $
diff --git a/bin/tests/system/inline/ns2/named.conf.in b/bin/tests/system/inline/ns2/named.conf.in
index 79fbfacb2a..5f4585b532 100644
--- a/bin/tests/system/inline/ns2/named.conf.in
+++ b/bin/tests/system/inline/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/inline/ns2/nsec3-loop.db b/bin/tests/system/inline/ns2/nsec3-loop.db
index 4929c21e81..ba0db9d3e9 100644
--- a/bin/tests/system/inline/ns2/nsec3-loop.db
+++ b/bin/tests/system/inline/ns2/nsec3-loop.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; NOTE: This zone's data has been crafted in order to reproduce a very specific
; scenario (see ns7/named.conf for more details). Please do not modify this
diff --git a/bin/tests/system/inline/ns3/master.db.in b/bin/tests/system/inline/ns3/master.db.in
index 03ed5c95f5..b708279ad2 100644
--- a/bin/tests/system/inline/ns3/master.db.in
+++ b/bin/tests/system/inline/ns3/master.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: master.db.in,v 1.4 2012/01/16 23:46:46 tbox Exp $
diff --git a/bin/tests/system/inline/ns3/master2.db.in b/bin/tests/system/inline/ns3/master2.db.in
index 34533cb343..0dd6752f7c 100644
--- a/bin/tests/system/inline/ns3/master2.db.in
+++ b/bin/tests/system/inline/ns3/master2.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: master2.db.in,v 1.4 2012/01/16 23:46:46 tbox Exp $
diff --git a/bin/tests/system/inline/ns3/master3.db.in b/bin/tests/system/inline/ns3/master3.db.in
index aeac5cbb2b..75ae400d9b 100644
--- a/bin/tests/system/inline/ns3/master3.db.in
+++ b/bin/tests/system/inline/ns3/master3.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: master3.db.in,v 1.3 2012/01/31 23:47:32 tbox Exp $
diff --git a/bin/tests/system/inline/ns3/master4.db.in b/bin/tests/system/inline/ns3/master4.db.in
index 241e9c14ee..fb9f58a4ee 100644
--- a/bin/tests/system/inline/ns3/master4.db.in
+++ b/bin/tests/system/inline/ns3/master4.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: master3.db.in,v 1.3 2012/01/31 23:47:32 tbox Exp $
diff --git a/bin/tests/system/inline/ns3/named.conf.in b/bin/tests/system/inline/ns3/named.conf.in
index 4c4c0284a9..ce3da9e870 100644
--- a/bin/tests/system/inline/ns3/named.conf.in
+++ b/bin/tests/system/inline/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/inline/ns3/sign.sh b/bin/tests/system/inline/ns3/sign.sh
index ede46066bd..c7fd167418 100755
--- a/bin/tests/system/inline/ns3/sign.sh
+++ b/bin/tests/system/inline/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/inline/ns4/named.conf.in b/bin/tests/system/inline/ns4/named.conf.in
index 1633031a82..c20c74e6cb 100644
--- a/bin/tests/system/inline/ns4/named.conf.in
+++ b/bin/tests/system/inline/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/inline/ns4/noixfr.db.in b/bin/tests/system/inline/ns4/noixfr.db.in
index 7d1983932f..6b37a4b39e 100644
--- a/bin/tests/system/inline/ns4/noixfr.db.in
+++ b/bin/tests/system/inline/ns4/noixfr.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: noixfr.db.in,v 1.2 2011/08/30 23:46:52 tbox Exp $
diff --git a/bin/tests/system/inline/ns5/named.conf.post b/bin/tests/system/inline/ns5/named.conf.post
index d59679fa29..2a241e57c2 100644
--- a/bin/tests/system/inline/ns5/named.conf.post
+++ b/bin/tests/system/inline/ns5/named.conf.post
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/inline/ns5/named.conf.pre b/bin/tests/system/inline/ns5/named.conf.pre
index d7f4515ecb..dd92ebe32f 100644
--- a/bin/tests/system/inline/ns5/named.conf.pre
+++ b/bin/tests/system/inline/ns5/named.conf.pre
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/inline/ns6/named.conf.in b/bin/tests/system/inline/ns6/named.conf.in
index 4f86ca488d..dc8b5ecd98 100644
--- a/bin/tests/system/inline/ns6/named.conf.in
+++ b/bin/tests/system/inline/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS6
diff --git a/bin/tests/system/inline/ns7/named.conf.in b/bin/tests/system/inline/ns7/named.conf.in
index d537eebdbd..084796681f 100644
--- a/bin/tests/system/inline/ns7/named.conf.in
+++ b/bin/tests/system/inline/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/inline/ns7/sign.sh b/bin/tests/system/inline/ns7/sign.sh
index 07a1f29a77..9fd5553edb 100755
--- a/bin/tests/system/inline/ns7/sign.sh
+++ b/bin/tests/system/inline/ns7/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/inline/prereq.sh b/bin/tests/system/inline/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/inline/prereq.sh
+++ b/bin/tests/system/inline/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/inline/setup.sh b/bin/tests/system/inline/setup.sh
index a63c4b3ad8..c32d64aa3e 100644
--- a/bin/tests/system/inline/setup.sh
+++ b/bin/tests/system/inline/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/inline/tests.sh b/bin/tests/system/inline/tests.sh
index a61392013a..72c2e6f314 100755
--- a/bin/tests/system/inline/tests.sh
+++ b/bin/tests/system/inline/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/integrity/clean.sh b/bin/tests/system/integrity/clean.sh
index ac4cb6a0e4..d9c14533b9 100644
--- a/bin/tests/system/integrity/clean.sh
+++ b/bin/tests/system/integrity/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.test*
rm -f */named.memstats
diff --git a/bin/tests/system/integrity/ns1/mx-cname.db b/bin/tests/system/integrity/ns1/mx-cname.db
index d575084f0b..550f9851dc 100644
--- a/bin/tests/system/integrity/ns1/mx-cname.db
+++ b/bin/tests/system/integrity/ns1/mx-cname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns1 hostmaster 0 0 0 0 0
diff --git a/bin/tests/system/integrity/ns1/named.conf.in b/bin/tests/system/integrity/ns1/named.conf.in
index 7f08b0fdca..bc043326ee 100644
--- a/bin/tests/system/integrity/ns1/named.conf.in
+++ b/bin/tests/system/integrity/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/integrity/ns1/srv-cname.db b/bin/tests/system/integrity/ns1/srv-cname.db
index 0628678f4c..d0dca6c09f 100644
--- a/bin/tests/system/integrity/ns1/srv-cname.db
+++ b/bin/tests/system/integrity/ns1/srv-cname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ SOA ns1 hostmaster 0 0 0 0 0
diff --git a/bin/tests/system/integrity/setup.sh b/bin/tests/system/integrity/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/integrity/setup.sh
+++ b/bin/tests/system/integrity/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/integrity/tests.sh b/bin/tests/system/integrity/tests.sh
index 95c57ed3d9..8d494d92dc 100644
--- a/bin/tests/system/integrity/tests.sh
+++ b/bin/tests/system/integrity/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ixfr/clean.sh b/bin/tests/system/ixfr/clean.sh
index 4b157e5c56..a935a955a7 100644
--- a/bin/tests/system/ixfr/clean.sh
+++ b/bin/tests/system/ixfr/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns1/myftp.db
rm -f ns3/*.jnl ns3/mytest.db ns3/subtest.db
diff --git a/bin/tests/system/ixfr/ns3/mytest0.db b/bin/tests/system/ixfr/ns3/mytest0.db
index b10846edd4..78a25e0fa5 100644
--- a/bin/tests/system/ixfr/ns3/mytest0.db
+++ b/bin/tests/system/ixfr/ns3/mytest0.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: mytest0.db,v 1.3 2011/09/07 23:46:27 tbox Exp $
diff --git a/bin/tests/system/ixfr/ns3/mytest1.db b/bin/tests/system/ixfr/ns3/mytest1.db
index 26ccd77c06..7b6d32c28e 100644
--- a/bin/tests/system/ixfr/ns3/mytest1.db
+++ b/bin/tests/system/ixfr/ns3/mytest1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: mytest1.db,v 1.3 2011/09/07 23:46:27 tbox Exp $
diff --git a/bin/tests/system/ixfr/ns3/mytest2.db b/bin/tests/system/ixfr/ns3/mytest2.db
index f40c031119..b82267856a 100644
--- a/bin/tests/system/ixfr/ns3/mytest2.db
+++ b/bin/tests/system/ixfr/ns3/mytest2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: mytest2.db,v 1.3 2011/09/07 23:46:27 tbox Exp $
diff --git a/bin/tests/system/ixfr/ns3/named.conf.in b/bin/tests/system/ixfr/ns3/named.conf.in
index 3991795eff..4ffb872b8f 100644
--- a/bin/tests/system/ixfr/ns3/named.conf.in
+++ b/bin/tests/system/ixfr/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/ixfr/ns3/subtest0.db b/bin/tests/system/ixfr/ns3/subtest0.db
index 90b1371db4..97debfc487 100644
--- a/bin/tests/system/ixfr/ns3/subtest0.db
+++ b/bin/tests/system/ixfr/ns3/subtest0.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: subtest0.db,v 1.3 2011/09/07 23:46:27 tbox Exp $
diff --git a/bin/tests/system/ixfr/ns3/subtest1.db b/bin/tests/system/ixfr/ns3/subtest1.db
index e93724f5d9..d36b21b58e 100644
--- a/bin/tests/system/ixfr/ns3/subtest1.db
+++ b/bin/tests/system/ixfr/ns3/subtest1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: subtest1.db,v 1.3 2011/09/07 23:46:27 tbox Exp $
diff --git a/bin/tests/system/ixfr/ns4/named.conf.in b/bin/tests/system/ixfr/ns4/named.conf.in
index 2185892843..d3490b18e4 100644
--- a/bin/tests/system/ixfr/ns4/named.conf.in
+++ b/bin/tests/system/ixfr/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/ixfr/prereq.sh b/bin/tests/system/ixfr/prereq.sh
index f60aa79306..affe54bfcf 100644
--- a/bin/tests/system/ixfr/prereq.sh
+++ b/bin/tests/system/ixfr/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
if $PERL -e 'use Net::DNS;' 2>/dev/null
then
diff --git a/bin/tests/system/ixfr/setup.sh b/bin/tests/system/ixfr/setup.sh
index bf9bc8d232..21df2e6bcd 100644
--- a/bin/tests/system/ixfr/setup.sh
+++ b/bin/tests/system/ixfr/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/ixfr/tests.sh b/bin/tests/system/ixfr/tests.sh
index f3b3159dd1..70c8103627 100644
--- a/bin/tests/system/ixfr/tests.sh
+++ b/bin/tests/system/ixfr/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# WARNING: The test labelled "testing request-ixfr option in view vs zone"
diff --git a/bin/tests/system/keymgr/01-ksk-inactive/README b/bin/tests/system/keymgr/01-ksk-inactive/README
index 4d211f24fc..e5f05faac9 100644
--- a/bin/tests/system/keymgr/01-ksk-inactive/README
+++ b/bin/tests/system/keymgr/01-ksk-inactive/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes one KSK rollover. The KSK is deactivated prior to
its replacement being activated.
diff --git a/bin/tests/system/keymgr/02-zsk-inactive/README b/bin/tests/system/keymgr/02-zsk-inactive/README
index df845c6d64..bed65b87e6 100644
--- a/bin/tests/system/keymgr/02-zsk-inactive/README
+++ b/bin/tests/system/keymgr/02-zsk-inactive/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes one ZSK rollover. The first ZSK is deactivated
prior to its replacement being activated.
diff --git a/bin/tests/system/keymgr/03-ksk-unpublished/README b/bin/tests/system/keymgr/03-ksk-unpublished/README
index 21f8568aa2..3cded5788b 100644
--- a/bin/tests/system/keymgr/03-ksk-unpublished/README
+++ b/bin/tests/system/keymgr/03-ksk-unpublished/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set contains one KSK rollover. The KSK is unpublished before its
successor is published.
diff --git a/bin/tests/system/keymgr/04-zsk-unpublished/README b/bin/tests/system/keymgr/04-zsk-unpublished/README
index 5c788d4f13..98ad332843 100644
--- a/bin/tests/system/keymgr/04-zsk-unpublished/README
+++ b/bin/tests/system/keymgr/04-zsk-unpublished/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set contains one ZSK rollover. The ZSK is unpublished before its
successor is published.
diff --git a/bin/tests/system/keymgr/05-ksk-unpub-active/README b/bin/tests/system/keymgr/05-ksk-unpub-active/README
index 743bd7f3bf..3c17690029 100644
--- a/bin/tests/system/keymgr/05-ksk-unpub-active/README
+++ b/bin/tests/system/keymgr/05-ksk-unpub-active/README
@@ -1,9 +1,12 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes one KSK rollover. The first KSK is deleted
and its successor published prior to the first KSK being deactivated
and its successor activated.
diff --git a/bin/tests/system/keymgr/06-zsk-unpub-active/README b/bin/tests/system/keymgr/06-zsk-unpub-active/README
index 743bd7f3bf..3c17690029 100644
--- a/bin/tests/system/keymgr/06-zsk-unpub-active/README
+++ b/bin/tests/system/keymgr/06-zsk-unpub-active/README
@@ -1,9 +1,12 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes one KSK rollover. The first KSK is deleted
and its successor published prior to the first KSK being deactivated
and its successor activated.
diff --git a/bin/tests/system/keymgr/07-ksk-ttl/README b/bin/tests/system/keymgr/07-ksk-ttl/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/07-ksk-ttl/README
+++ b/bin/tests/system/keymgr/07-ksk-ttl/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/08-zsk-ttl/README b/bin/tests/system/keymgr/08-zsk-ttl/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/08-zsk-ttl/README
+++ b/bin/tests/system/keymgr/08-zsk-ttl/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/09-no-keys/README b/bin/tests/system/keymgr/09-no-keys/README
index b9e895e2a8..699f97f666 100644
--- a/bin/tests/system/keymgr/09-no-keys/README
+++ b/bin/tests/system/keymgr/09-no-keys/README
@@ -1,7 +1,10 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This directory has no key set, but one will be initialized by dnssec-keymgr.
diff --git a/bin/tests/system/keymgr/10-change-roll/README b/bin/tests/system/keymgr/10-change-roll/README
index a46ca19a12..563748af9d 100644
--- a/bin/tests/system/keymgr/10-change-roll/README
+++ b/bin/tests/system/keymgr/10-change-roll/README
@@ -1,9 +1,12 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This directory has a key set which is valid, but has a ZSK rollover period
of only three months. It will be updated to have a ZSK rollover period of
one year.
diff --git a/bin/tests/system/keymgr/11-many-simul/README b/bin/tests/system/keymgr/11-many-simul/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/11-many-simul/README
+++ b/bin/tests/system/keymgr/11-many-simul/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/12-many-active/README b/bin/tests/system/keymgr/12-many-active/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/12-many-active/README
+++ b/bin/tests/system/keymgr/12-many-active/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/13-noroll/README b/bin/tests/system/keymgr/13-noroll/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/13-noroll/README
+++ b/bin/tests/system/keymgr/13-noroll/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/14-wrongalg/README b/bin/tests/system/keymgr/14-wrongalg/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/14-wrongalg/README
+++ b/bin/tests/system/keymgr/14-wrongalg/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/15-unspec/README b/bin/tests/system/keymgr/15-unspec/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/15-unspec/README
+++ b/bin/tests/system/keymgr/15-unspec/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/16-wrongalg-unspec/README b/bin/tests/system/keymgr/16-wrongalg-unspec/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/16-wrongalg-unspec/README
+++ b/bin/tests/system/keymgr/16-wrongalg-unspec/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/17-noforce/README b/bin/tests/system/keymgr/17-noforce/README
index c71d2dffd1..5ffc1cbbd9 100644
--- a/bin/tests/system/keymgr/17-noforce/README
+++ b/bin/tests/system/keymgr/17-noforce/README
@@ -1,8 +1,11 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This set includes a KSK rollover, with insufficient delay between
prepublication and rollover.
diff --git a/bin/tests/system/keymgr/18-nonstd-prepub/README b/bin/tests/system/keymgr/18-nonstd-prepub/README
index 4709280e2e..2f13fec9ee 100644
--- a/bin/tests/system/keymgr/18-nonstd-prepub/README
+++ b/bin/tests/system/keymgr/18-nonstd-prepub/README
@@ -1,9 +1,12 @@
-Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This directory has a key set which is valid, but will expire within
the rollover period. The prepublication interval in policy.conf is a
nonstandard value.
diff --git a/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf b/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf
index cfe3aa92f1..91817ff41b 100644
--- a/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf
+++ b/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
policy default {
diff --git a/bin/tests/system/keymgr/clean.sh b/bin/tests/system/keymgr/clean.sh
index 9eb7b7abcf..dc9f0a0c84 100644
--- a/bin/tests/system/keymgr/clean.sh
+++ b/bin/tests/system/keymgr/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K*.key
rm -f */K*.private
diff --git a/bin/tests/system/keymgr/policy.conf b/bin/tests/system/keymgr/policy.conf
index 921d6f8594..4da487a61d 100644
--- a/bin/tests/system/keymgr/policy.conf
+++ b/bin/tests/system/keymgr/policy.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
policy default {
diff --git a/bin/tests/system/keymgr/policy.sample b/bin/tests/system/keymgr/policy.sample
index c759dfa10f..4594091fa8 100644
--- a/bin/tests/system/keymgr/policy.sample
+++ b/bin/tests/system/keymgr/policy.sample
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# a comment which should be skipped
diff --git a/bin/tests/system/keymgr/prereq.sh b/bin/tests/system/keymgr/prereq.sh
index 8c9ecd69ab..a0d4e9ce14 100644
--- a/bin/tests/system/keymgr/prereq.sh
+++ b/bin/tests/system/keymgr/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/keymgr/setup.sh b/bin/tests/system/keymgr/setup.sh
index 0c6f968a62..24e6c7cf0d 100644
--- a/bin/tests/system/keymgr/setup.sh
+++ b/bin/tests/system/keymgr/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/keymgr/testpolicy.py b/bin/tests/system/keymgr/testpolicy.py
index 2dff683860..e9125cf347 100644
--- a/bin/tests/system/keymgr/testpolicy.py
+++ b/bin/tests/system/keymgr/testpolicy.py
@@ -1,9 +1,12 @@
############################################################################
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
############################################################################
import sys
diff --git a/bin/tests/system/keymgr/tests.sh b/bin/tests/system/keymgr/tests.sh
index 16e3c4bbfd..88b43d90fb 100644
--- a/bin/tests/system/keymgr/tests.sh
+++ b/bin/tests/system/keymgr/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/legacy/build.sh b/bin/tests/system/legacy/build.sh
index 60f793685a..bc3fcf1650 100644
--- a/bin/tests/system/legacy/build.sh
+++ b/bin/tests/system/legacy/build.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/legacy/clean.sh b/bin/tests/system/legacy/clean.sh
index aaac0db1e7..50237dc5a3 100644
--- a/bin/tests/system/legacy/clean.sh
+++ b/bin/tests/system/legacy/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*
rm -f ns?/named.conf
diff --git a/bin/tests/system/legacy/ns1/named1.conf.in b/bin/tests/system/legacy/ns1/named1.conf.in
index 823f61f860..c5833a41c6 100644
--- a/bin/tests/system/legacy/ns1/named1.conf.in
+++ b/bin/tests/system/legacy/ns1/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns1/named2.conf.in b/bin/tests/system/legacy/ns1/named2.conf.in
index cedb19b527..e3edb027a1 100644
--- a/bin/tests/system/legacy/ns1/named2.conf.in
+++ b/bin/tests/system/legacy/ns1/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns1/root.db b/bin/tests/system/legacy/ns1/root.db
index efa3a14ac4..78ae65b8a1 100644
--- a/bin/tests/system/legacy/ns1/root.db
+++ b/bin/tests/system/legacy/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
. SOA ns1. marka.isc.org 1 0 0 0 0
diff --git a/bin/tests/system/legacy/ns2/dropedns.db b/bin/tests/system/legacy/ns2/dropedns.db
index 48f606eb38..3bf81cd197 100644
--- a/bin/tests/system/legacy/ns2/dropedns.db
+++ b/bin/tests/system/legacy/ns2/dropedns.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 60 SOA ns marka.isc.org. 1 0 0 0 0
@ 60 NS ns
diff --git a/bin/tests/system/legacy/ns2/named.conf.in b/bin/tests/system/legacy/ns2/named.conf.in
index 67e6ac5868..552227d6c8 100644
--- a/bin/tests/system/legacy/ns2/named.conf.in
+++ b/bin/tests/system/legacy/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns3/dropedns-notcp.db b/bin/tests/system/legacy/ns3/dropedns-notcp.db
index 8829f9043f..40f5e1116e 100644
--- a/bin/tests/system/legacy/ns3/dropedns-notcp.db
+++ b/bin/tests/system/legacy/ns3/dropedns-notcp.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 60 SOA ns marka.isc.org. 1 0 0 0 0
@ 60 NS ns
diff --git a/bin/tests/system/legacy/ns3/named.conf.in b/bin/tests/system/legacy/ns3/named.conf.in
index 7bb413a8f2..8d10f9372d 100644
--- a/bin/tests/system/legacy/ns3/named.conf.in
+++ b/bin/tests/system/legacy/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns4/named.conf.in b/bin/tests/system/legacy/ns4/named.conf.in
index 4b092ef630..91c1203245 100644
--- a/bin/tests/system/legacy/ns4/named.conf.in
+++ b/bin/tests/system/legacy/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns4/plain.db b/bin/tests/system/legacy/ns4/plain.db
index 652616c2b2..fd5be9f23b 100644
--- a/bin/tests/system/legacy/ns4/plain.db
+++ b/bin/tests/system/legacy/ns4/plain.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 60 SOA ns marka.isc.org. 1 0 0 0 0
@ 60 NS ns
diff --git a/bin/tests/system/legacy/ns5/named.conf.in b/bin/tests/system/legacy/ns5/named.conf.in
index 644f4c67fb..2cb4af43b2 100644
--- a/bin/tests/system/legacy/ns5/named.conf.in
+++ b/bin/tests/system/legacy/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns5/plain-notcp.db b/bin/tests/system/legacy/ns5/plain-notcp.db
index 0742900521..51c9e101a5 100644
--- a/bin/tests/system/legacy/ns5/plain-notcp.db
+++ b/bin/tests/system/legacy/ns5/plain-notcp.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 60 SOA ns marka.isc.org. 1 0 0 0 0
@ 60 NS ns
diff --git a/bin/tests/system/legacy/ns6/edns512.db.in b/bin/tests/system/legacy/ns6/edns512.db.in
index 28e7ca633f..6da723f180 100644
--- a/bin/tests/system/legacy/ns6/edns512.db.in
+++ b/bin/tests/system/legacy/ns6/edns512.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 60 SOA ns marka.isc.org. 1 0 0 0 0
@ 60 NS ns
diff --git a/bin/tests/system/legacy/ns6/named.conf.in b/bin/tests/system/legacy/ns6/named.conf.in
index 04087a2e27..8080003780 100644
--- a/bin/tests/system/legacy/ns6/named.conf.in
+++ b/bin/tests/system/legacy/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns6/sign.sh b/bin/tests/system/legacy/ns6/sign.sh
index 2d21f0d654..ba083bedd4 100755
--- a/bin/tests/system/legacy/ns6/sign.sh
+++ b/bin/tests/system/legacy/ns6/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/legacy/ns7/edns512-notcp.db.in b/bin/tests/system/legacy/ns7/edns512-notcp.db.in
index cf43360197..007eefca61 100644
--- a/bin/tests/system/legacy/ns7/edns512-notcp.db.in
+++ b/bin/tests/system/legacy/ns7/edns512-notcp.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 60 SOA ns marka.isc.org. 1 0 0 0 0
@ 60 NS ns
diff --git a/bin/tests/system/legacy/ns7/named.conf.in b/bin/tests/system/legacy/ns7/named.conf.in
index 8c3d8e5173..d48a190c62 100644
--- a/bin/tests/system/legacy/ns7/named.conf.in
+++ b/bin/tests/system/legacy/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/legacy/ns7/sign.sh b/bin/tests/system/legacy/ns7/sign.sh
index ff533f984f..d1613a236e 100755
--- a/bin/tests/system/legacy/ns7/sign.sh
+++ b/bin/tests/system/legacy/ns7/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/legacy/setup.sh b/bin/tests/system/legacy/setup.sh
index 9f545ac2c0..b41da9eb86 100644
--- a/bin/tests/system/legacy/setup.sh
+++ b/bin/tests/system/legacy/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/legacy/tests.sh b/bin/tests/system/legacy/tests.sh
index e5e0ef7f3c..c4356f2456 100755
--- a/bin/tests/system/legacy/tests.sh
+++ b/bin/tests/system/legacy/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/limits/clean.sh b/bin/tests/system/limits/clean.sh
index a6ab97e2ef..73f4bc3a8d 100644
--- a/bin/tests/system/limits/clean.sh
+++ b/bin/tests/system/limits/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after limits tests.
diff --git a/bin/tests/system/limits/ns1/example.db b/bin/tests/system/limits/ns1/example.db
index 02b492c689..5b332d99b2 100644
--- a/bin/tests/system/limits/ns1/example.db
+++ b/bin/tests/system/limits/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.10 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/limits/ns1/named.conf.in b/bin/tests/system/limits/ns1/named.conf.in
index 8a07062762..3189967676 100644
--- a/bin/tests/system/limits/ns1/named.conf.in
+++ b/bin/tests/system/limits/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/limits/ns1/root.db b/bin/tests/system/limits/ns1/root.db
index de15fadb43..65134b148b 100644
--- a/bin/tests/system/limits/ns1/root.db
+++ b/bin/tests/system/limits/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.9 2007/06/19 23:47:03 tbox Exp $
diff --git a/bin/tests/system/limits/setup.sh b/bin/tests/system/limits/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/limits/setup.sh
+++ b/bin/tests/system/limits/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh
index 476c264b77..5fbdd1d601 100644
--- a/bin/tests/system/limits/tests.sh
+++ b/bin/tests/system/limits/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/logfileconfig/clean.sh b/bin/tests/system/logfileconfig/clean.sh
index ff7722ed24..61d41e4ca1 100644
--- a/bin/tests/system/logfileconfig/clean.sh
+++ b/bin/tests/system/logfileconfig/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after log file tests
diff --git a/bin/tests/system/logfileconfig/ns1/controls.conf.in b/bin/tests/system/logfileconfig/ns1/controls.conf.in
index fe7e97ea1a..74084d96af 100644
--- a/bin/tests/system/logfileconfig/ns1/controls.conf.in
+++ b/bin/tests/system/logfileconfig/ns1/controls.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls {
diff --git a/bin/tests/system/logfileconfig/ns1/named.dirconf b/bin/tests/system/logfileconfig/ns1/named.dirconf
index 023bd588da..dcc02d323e 100644
--- a/bin/tests/system/logfileconfig/ns1/named.dirconf
+++ b/bin/tests/system/logfileconfig/ns1/named.dirconf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/named.pipeconf b/bin/tests/system/logfileconfig/ns1/named.pipeconf
index 417694ef1a..cc8fe36bb8 100644
--- a/bin/tests/system/logfileconfig/ns1/named.pipeconf
+++ b/bin/tests/system/logfileconfig/ns1/named.pipeconf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/named.plain b/bin/tests/system/logfileconfig/ns1/named.plain
index 0b3a233532..0ef783254a 100644
--- a/bin/tests/system/logfileconfig/ns1/named.plain
+++ b/bin/tests/system/logfileconfig/ns1/named.plain
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/named.plainconf b/bin/tests/system/logfileconfig/ns1/named.plainconf
index 56ff0d4d77..75e0c793ed 100644
--- a/bin/tests/system/logfileconfig/ns1/named.plainconf
+++ b/bin/tests/system/logfileconfig/ns1/named.plainconf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/named.symconf b/bin/tests/system/logfileconfig/ns1/named.symconf
index 5ffb5a7d1f..34a0e1214c 100644
--- a/bin/tests/system/logfileconfig/ns1/named.symconf
+++ b/bin/tests/system/logfileconfig/ns1/named.symconf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/named.unlimited b/bin/tests/system/logfileconfig/ns1/named.unlimited
index 7add1f53ca..cca3982731 100644
--- a/bin/tests/system/logfileconfig/ns1/named.unlimited
+++ b/bin/tests/system/logfileconfig/ns1/named.unlimited
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/named.versconf b/bin/tests/system/logfileconfig/ns1/named.versconf
index e07656a8b5..6e293c7c7f 100644
--- a/bin/tests/system/logfileconfig/ns1/named.versconf
+++ b/bin/tests/system/logfileconfig/ns1/named.versconf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/rndc.conf.in b/bin/tests/system/logfileconfig/ns1/rndc.conf.in
index 665438be27..7e67a2405a 100644
--- a/bin/tests/system/logfileconfig/ns1/rndc.conf.in
+++ b/bin/tests/system/logfileconfig/ns1/rndc.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/logfileconfig/ns1/root.db b/bin/tests/system/logfileconfig/ns1/root.db
index 7b2c85a56e..6e64ba469b 100644
--- a/bin/tests/system/logfileconfig/ns1/root.db
+++ b/bin/tests/system/logfileconfig/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2011/03/05 23:52:30 tbox Exp $
diff --git a/bin/tests/system/logfileconfig/setup.sh b/bin/tests/system/logfileconfig/setup.sh
index 7028e7564a..d711288a9a 100644
--- a/bin/tests/system/logfileconfig/setup.sh
+++ b/bin/tests/system/logfileconfig/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/logfileconfig/tests.sh b/bin/tests/system/logfileconfig/tests.sh
index 8f9c9e1f6c..ad63bdd4f9 100644
--- a/bin/tests/system/logfileconfig/tests.sh
+++ b/bin/tests/system/logfileconfig/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/lwresd/Makefile.in b/bin/tests/system/lwresd/Makefile.in
index 533becfbb5..47a3a1a14e 100644
--- a/bin/tests/system/lwresd/Makefile.in
+++ b/bin/tests/system/lwresd/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000-2002, 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.22 2009/12/05 23:31:40 each Exp $
diff --git a/bin/tests/system/lwresd/clean.sh b/bin/tests/system/lwresd/clean.sh
index af8c45bf72..155c479223 100644
--- a/bin/tests/system/lwresd/clean.sh
+++ b/bin/tests/system/lwresd/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2008, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after lwresd tests.
diff --git a/bin/tests/system/lwresd/lwresd1/lwresd.conf b/bin/tests/system/lwresd/lwresd1/lwresd.conf
index 64db59211a..5c30f88ed7 100644
--- a/bin/tests/system/lwresd/lwresd1/lwresd.conf
+++ b/bin/tests/system/lwresd/lwresd1/lwresd.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwresd.conf,v 1.8 2007/06/19 23:47:04 tbox Exp $ */
diff --git a/bin/tests/system/lwresd/lwresd1/nosearch.conf b/bin/tests/system/lwresd/lwresd1/nosearch.conf
index ec8d9eb8fa..52c0b7dbda 100644
--- a/bin/tests/system/lwresd/lwresd1/nosearch.conf
+++ b/bin/tests/system/lwresd/lwresd1/nosearch.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwresd.conf,v 1.8 2007/06/19 23:47:04 tbox Exp $ */
diff --git a/bin/tests/system/lwresd/lwresd1/resolv.conf b/bin/tests/system/lwresd/lwresd1/resolv.conf
index 34e84e6fc5..0d6f111b36 100644
--- a/bin/tests/system/lwresd/lwresd1/resolv.conf
+++ b/bin/tests/system/lwresd/lwresd1/resolv.conf
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: resolv.conf,v 1.11 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c
index 402948b767..dc5853ec76 100644
--- a/bin/tests/system/lwresd/lwtest.c
+++ b/bin/tests/system/lwresd/lwtest.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2007, 2008, 2012, 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwtest.c,v 1.32 2008/04/02 02:37:42 marka Exp $ */
diff --git a/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db b/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
index 8324de3e51..dcd8915dc7 100644
--- a/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
+++ b/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: 10.10.10.in-addr.arpa.db,v 1.10 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/ns1/example1.db b/bin/tests/system/lwresd/ns1/example1.db
index ad72c77846..c2f0d80eaa 100644
--- a/bin/tests/system/lwresd/ns1/example1.db
+++ b/bin/tests/system/lwresd/ns1/example1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2004, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example1.db,v 1.19 2008/04/02 23:46:57 tbox Exp $
diff --git a/bin/tests/system/lwresd/ns1/example2.db b/bin/tests/system/lwresd/ns1/example2.db
index 02a63cc6d7..1eeedcd3b0 100644
--- a/bin/tests/system/lwresd/ns1/example2.db
+++ b/bin/tests/system/lwresd/ns1/example2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example2.db,v 1.10 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/ns1/ip6.arpa.db b/bin/tests/system/lwresd/ns1/ip6.arpa.db
index 73f35c8a8f..dbcfe225c2 100644
--- a/bin/tests/system/lwresd/ns1/ip6.arpa.db
+++ b/bin/tests/system/lwresd/ns1/ip6.arpa.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ip6.arpa.db,v 1.11 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/ns1/ip6.int.db b/bin/tests/system/lwresd/ns1/ip6.int.db
index 376372ee79..e55a489127 100644
--- a/bin/tests/system/lwresd/ns1/ip6.int.db
+++ b/bin/tests/system/lwresd/ns1/ip6.int.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ip6.int.db,v 1.11 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/ns1/named.conf b/bin/tests/system/lwresd/ns1/named.conf
index abb77e2fa6..7e9e4487d2 100644
--- a/bin/tests/system/lwresd/ns1/named.conf
+++ b/bin/tests/system/lwresd/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2006-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.21 2008/04/02 23:46:57 tbox Exp $ */
diff --git a/bin/tests/system/lwresd/ns1/root.db b/bin/tests/system/lwresd/ns1/root.db
index cb97138a07..e903f66f69 100644
--- a/bin/tests/system/lwresd/ns1/root.db
+++ b/bin/tests/system/lwresd/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.9 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/resolv.conf b/bin/tests/system/lwresd/resolv.conf
index 34e84e6fc5..0d6f111b36 100644
--- a/bin/tests/system/lwresd/resolv.conf
+++ b/bin/tests/system/lwresd/resolv.conf
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: resolv.conf,v 1.11 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh
index 8b1984489c..e753ce175e 100644
--- a/bin/tests/system/lwresd/tests.sh
+++ b/bin/tests/system/lwresd/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.22 2012/02/03 23:46:58 tbox Exp $
diff --git a/bin/tests/system/masterfile/clean.sh b/bin/tests/system/masterfile/clean.sh
index a360fd071e..894e75a085 100644
--- a/bin/tests/system/masterfile/clean.sh
+++ b/bin/tests/system/masterfile/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2010, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*
rm -f */named.memstats
diff --git a/bin/tests/system/masterfile/ns1/include.db b/bin/tests/system/masterfile/ns1/include.db
index 3799079832..70c552d8e6 100644
--- a/bin/tests/system/masterfile/ns1/include.db
+++ b/bin/tests/system/masterfile/ns1/include.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: include.db,v 1.5 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/masterfile/ns1/named.conf.in b/bin/tests/system/masterfile/ns1/named.conf.in
index d3014154ad..13a813d14f 100644
--- a/bin/tests/system/masterfile/ns1/named.conf.in
+++ b/bin/tests/system/masterfile/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/masterfile/ns1/sub.db b/bin/tests/system/masterfile/ns1/sub.db
index fa821e63ba..cbf2c7d03b 100644
--- a/bin/tests/system/masterfile/ns1/sub.db
+++ b/bin/tests/system/masterfile/ns1/sub.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: sub.db,v 1.5 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/masterfile/ns1/ttl1.db b/bin/tests/system/masterfile/ns1/ttl1.db
index 850a90e4ca..577f74df2a 100644
--- a/bin/tests/system/masterfile/ns1/ttl1.db
+++ b/bin/tests/system/masterfile/ns1/ttl1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttl1.db,v 1.6 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/masterfile/ns1/ttl2.db b/bin/tests/system/masterfile/ns1/ttl2.db
index 9a4d0d4cc1..0072ab96dd 100644
--- a/bin/tests/system/masterfile/ns1/ttl2.db
+++ b/bin/tests/system/masterfile/ns1/ttl2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: ttl2.db,v 1.6 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/masterfile/ns2/example.db b/bin/tests/system/masterfile/ns2/example.db
index f4c990aacf..322ceeef9f 100644
--- a/bin/tests/system/masterfile/ns2/example.db
+++ b/bin/tests/system/masterfile/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.2 2010/09/15 03:32:34 marka Exp $
diff --git a/bin/tests/system/masterfile/ns2/named.conf.in b/bin/tests/system/masterfile/ns2/named.conf.in
index b839b27dda..96e7978c43 100644
--- a/bin/tests/system/masterfile/ns2/named.conf.in
+++ b/bin/tests/system/masterfile/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/masterfile/setup.sh b/bin/tests/system/masterfile/setup.sh
index c72b22a813..85855f3228 100644
--- a/bin/tests/system/masterfile/setup.sh
+++ b/bin/tests/system/masterfile/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/masterfile/tests.sh b/bin/tests/system/masterfile/tests.sh
index 11d2c23166..f31e2491bc 100644
--- a/bin/tests/system/masterfile/tests.sh
+++ b/bin/tests/system/masterfile/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2010, 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/masterfile/zone/inheritownerafterinclude.db b/bin/tests/system/masterfile/zone/inheritownerafterinclude.db
index 08f94d0a8f..ce7bffe0f7 100644
--- a/bin/tests/system/masterfile/zone/inheritownerafterinclude.db
+++ b/bin/tests/system/masterfile/zone/inheritownerafterinclude.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN SOA . . 0 0 0 0 0
$INCLUDE zone/nameservers.db
diff --git a/bin/tests/system/masterfile/zone/nameservers.db b/bin/tests/system/masterfile/zone/nameservers.db
index d06f407a51..76a1e8974b 100644
--- a/bin/tests/system/masterfile/zone/nameservers.db
+++ b/bin/tests/system/masterfile/zone/nameservers.db
@@ -1,7 +1,10 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ IN NS .
diff --git a/bin/tests/system/masterformat/clean.sh b/bin/tests/system/masterformat/clean.sh
index 9281c7932a..d50ed95453 100755
--- a/bin/tests/system/masterformat/clean.sh
+++ b/bin/tests/system/masterformat/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2005, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f named-compilezone
rm -f ns1/example.db.raw*
diff --git a/bin/tests/system/masterformat/ns1/compile.sh b/bin/tests/system/masterformat/ns1/compile.sh
index f145272de3..346ad9d520 100755
--- a/bin/tests/system/masterformat/ns1/compile.sh
+++ b/bin/tests/system/masterformat/ns1/compile.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2005-2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/masterformat/ns1/example.db b/bin/tests/system/masterformat/ns1/example.db
index 2ba902ceea..6cfee12f74 100644
--- a/bin/tests/system/masterformat/ns1/example.db
+++ b/bin/tests/system/masterformat/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.5 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/masterformat/ns1/large.db.in b/bin/tests/system/masterformat/ns1/large.db.in
index 0286d627b1..7cc4c462ee 100644
--- a/bin/tests/system/masterformat/ns1/large.db.in
+++ b/bin/tests/system/masterformat/ns1/large.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: large.db.in,v 1.3 2012/02/14 23:47:15 tbox Exp $
diff --git a/bin/tests/system/masterformat/ns1/named.conf.in b/bin/tests/system/masterformat/ns1/named.conf.in
index c4fc40474f..e986041d2b 100644
--- a/bin/tests/system/masterformat/ns1/named.conf.in
+++ b/bin/tests/system/masterformat/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/masterformat/ns1/signed.db b/bin/tests/system/masterformat/ns1/signed.db
index 451475d000..20fd00e856 100644
--- a/bin/tests/system/masterformat/ns1/signed.db
+++ b/bin/tests/system/masterformat/ns1/signed.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 1D
diff --git a/bin/tests/system/masterformat/ns2/formerly-text.db.in b/bin/tests/system/masterformat/ns2/formerly-text.db.in
index eae142e8eb..68c3c4a659 100644
--- a/bin/tests/system/masterformat/ns2/formerly-text.db.in
+++ b/bin/tests/system/masterformat/ns2/formerly-text.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: formerly-text.db.in,v 1.3 2011/10/26 23:46:15 tbox Exp $
diff --git a/bin/tests/system/masterformat/ns2/named.conf.in b/bin/tests/system/masterformat/ns2/named.conf.in
index 592168cf30..ae28603207 100644
--- a/bin/tests/system/masterformat/ns2/named.conf.in
+++ b/bin/tests/system/masterformat/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/masterformat/ns3/named.conf.in b/bin/tests/system/masterformat/ns3/named.conf.in
index 7c57cc3202..f41dc2e837 100644
--- a/bin/tests/system/masterformat/ns3/named.conf.in
+++ b/bin/tests/system/masterformat/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/masterformat/prereq.sh b/bin/tests/system/masterformat/prereq.sh
index 0eacf1db84..a0d4e9ce14 100755
--- a/bin/tests/system/masterformat/prereq.sh
+++ b/bin/tests/system/masterformat/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/masterformat/setup.sh b/bin/tests/system/masterformat/setup.sh
index a75812db88..e6bac435ba 100755
--- a/bin/tests/system/masterformat/setup.sh
+++ b/bin/tests/system/masterformat/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2005-2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/masterformat/tests.sh b/bin/tests/system/masterformat/tests.sh
index 9cde12b65f..14d90d5517 100755
--- a/bin/tests/system/masterformat/tests.sh
+++ b/bin/tests/system/masterformat/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2005, 2007, 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/metadata/child.db b/bin/tests/system/metadata/child.db
index 21e17b5ef5..81f272672a 100644
--- a/bin/tests/system/metadata/child.db
+++ b/bin/tests/system/metadata/child.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/metadata/clean.sh b/bin/tests/system/metadata/clean.sh
index eda1ad5d4e..af83095be4 100644
--- a/bin/tests/system/metadata/clean.sh
+++ b/bin/tests/system/metadata/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2011, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f K* dsset-* *.signed *.new
rm -f zsk.key ksk.key parent.ksk.key parent.zsk.key
diff --git a/bin/tests/system/metadata/parent.db b/bin/tests/system/metadata/parent.db
index d37005d926..eb1788805b 100644
--- a/bin/tests/system/metadata/parent.db
+++ b/bin/tests/system/metadata/parent.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: parent.db,v 1.3 2009/11/30 23:48:02 tbox Exp $
diff --git a/bin/tests/system/metadata/prereq.sh b/bin/tests/system/metadata/prereq.sh
index 94829b1a84..a0d4e9ce14 100644
--- a/bin/tests/system/metadata/prereq.sh
+++ b/bin/tests/system/metadata/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/metadata/setup.sh b/bin/tests/system/metadata/setup.sh
index 97d084185e..ae5b11f7a0 100644
--- a/bin/tests/system/metadata/setup.sh
+++ b/bin/tests/system/metadata/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/metadata/tests.sh b/bin/tests/system/metadata/tests.sh
index c7611cdce0..fe070b9361 100644
--- a/bin/tests/system/metadata/tests.sh
+++ b/bin/tests/system/metadata/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/mkeys/README b/bin/tests/system/mkeys/README
index 2c458f870a..3fddbd3351 100644
--- a/bin/tests/system/mkeys/README
+++ b/bin/tests/system/mkeys/README
@@ -1,9 +1,12 @@
-Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This is for testing managed-keys, in particular with problems
with RFC 5011 Automated Updates of DNSSEC Trust Anchors.
diff --git a/bin/tests/system/mkeys/clean.sh b/bin/tests/system/mkeys/clean.sh
index 53c8743f06..17bd50f273 100644
--- a/bin/tests/system/mkeys/clean.sh
+++ b/bin/tests/system/mkeys/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K* */*.signed */trusted.conf */*.jnl */*.bk
rm -f dsset-. ns1/dsset-.
diff --git a/bin/tests/system/mkeys/ns1/named1.conf.in b/bin/tests/system/mkeys/ns1/named1.conf.in
index e6682688fe..412556b5c8 100644
--- a/bin/tests/system/mkeys/ns1/named1.conf.in
+++ b/bin/tests/system/mkeys/ns1/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/mkeys/ns1/named2.conf.in b/bin/tests/system/mkeys/ns1/named2.conf.in
index dd7b6e8cf1..5cb096b084 100644
--- a/bin/tests/system/mkeys/ns1/named2.conf.in
+++ b/bin/tests/system/mkeys/ns1/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/mkeys/ns1/named3.conf.in b/bin/tests/system/mkeys/ns1/named3.conf.in
index fb00c9eda5..a0f1dd36c9 100644
--- a/bin/tests/system/mkeys/ns1/named3.conf.in
+++ b/bin/tests/system/mkeys/ns1/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/mkeys/ns1/root.db b/bin/tests/system/mkeys/ns1/root.db
index 3450c6d2d1..6ba922af09 100644
--- a/bin/tests/system/mkeys/ns1/root.db
+++ b/bin/tests/system/mkeys/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 20
. IN SOA gson.nominum.com. a.root.servers.nil. (
diff --git a/bin/tests/system/mkeys/ns1/sign.sh b/bin/tests/system/mkeys/ns1/sign.sh
index 3c889280f0..fc557926e1 100644
--- a/bin/tests/system/mkeys/ns1/sign.sh
+++ b/bin/tests/system/mkeys/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/mkeys/ns2/named.conf.in b/bin/tests/system/mkeys/ns2/named.conf.in
index 5b69a69682..9076243446 100644
--- a/bin/tests/system/mkeys/ns2/named.conf.in
+++ b/bin/tests/system/mkeys/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/mkeys/ns3/named.conf.in b/bin/tests/system/mkeys/ns3/named.conf.in
index 82cfb1b166..0227aba024 100644
--- a/bin/tests/system/mkeys/ns3/named.conf.in
+++ b/bin/tests/system/mkeys/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/mkeys/ns5/named.conf.in b/bin/tests/system/mkeys/ns5/named.conf.in
index 62f412945a..f2eb35d787 100644
--- a/bin/tests/system/mkeys/ns5/named.conf.in
+++ b/bin/tests/system/mkeys/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/mkeys/prereq.sh b/bin/tests/system/mkeys/prereq.sh
index 84b419bf60..a0d4e9ce14 100644
--- a/bin/tests/system/mkeys/prereq.sh
+++ b/bin/tests/system/mkeys/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/mkeys/setup.sh b/bin/tests/system/mkeys/setup.sh
index f9f2f7b482..bd3169f9b6 100644
--- a/bin/tests/system/mkeys/setup.sh
+++ b/bin/tests/system/mkeys/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/mkeys/tests.sh b/bin/tests/system/mkeys/tests.sh
index 488db3af25..e3963d0409 100644
--- a/bin/tests/system/mkeys/tests.sh
+++ b/bin/tests/system/mkeys/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/names/clean.sh b/bin/tests/system/names/clean.sh
index 9697ff6cd2..b7e34ebefd 100644
--- a/bin/tests/system/names/clean.sh
+++ b/bin/tests/system/names/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.*.test*
rm -f ns*/named.lock
diff --git a/bin/tests/system/names/ns1/example.db b/bin/tests/system/names/ns1/example.db
index 4e4840b5e2..0ce948a73a 100644
--- a/bin/tests/system/names/ns1/example.db
+++ b/bin/tests/system/names/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/names/ns1/named.conf.in b/bin/tests/system/names/ns1/named.conf.in
index 2ef48d23ba..f885cc9a97 100644
--- a/bin/tests/system/names/ns1/named.conf.in
+++ b/bin/tests/system/names/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/names/setup.sh b/bin/tests/system/names/setup.sh
index 53066b9e7a..a3c89c8b67 100644
--- a/bin/tests/system/names/setup.sh
+++ b/bin/tests/system/names/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/names/tests.sh b/bin/tests/system/names/tests.sh
index 4530338775..23202268cc 100644
--- a/bin/tests/system/names/tests.sh
+++ b/bin/tests/system/names/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh
index 88459422d0..7f0b4075bc 100644
--- a/bin/tests/system/notify/clean.sh
+++ b/bin/tests/system/notify/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/notify/ns1/named.conf.in b/bin/tests/system/notify/ns1/named.conf.in
index 31f0188f10..b4a2fa8c05 100644
--- a/bin/tests/system/notify/ns1/named.conf.in
+++ b/bin/tests/system/notify/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/notify/ns1/root.db b/bin/tests/system/notify/ns1/root.db
index 556678af06..1c2cf17760 100644
--- a/bin/tests/system/notify/ns1/root.db
+++ b/bin/tests/system/notify/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.9 2007/06/19 23:47:04 tbox Exp $
diff --git a/bin/tests/system/notify/ns2/example1.db b/bin/tests/system/notify/ns2/example1.db
index 6ed8bb1f1c..c28483886c 100644
--- a/bin/tests/system/notify/ns2/example1.db
+++ b/bin/tests/system/notify/ns2/example1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example1.db,v 1.14 2009/01/21 23:47:26 tbox Exp $
diff --git a/bin/tests/system/notify/ns2/example2.db b/bin/tests/system/notify/ns2/example2.db
index 2674c61433..e6a23b4bad 100644
--- a/bin/tests/system/notify/ns2/example2.db
+++ b/bin/tests/system/notify/ns2/example2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example2.db,v 1.14 2009/01/21 23:47:26 tbox Exp $
diff --git a/bin/tests/system/notify/ns2/example3.db b/bin/tests/system/notify/ns2/example3.db
index 3596eaac41..49f90919c8 100644
--- a/bin/tests/system/notify/ns2/example3.db
+++ b/bin/tests/system/notify/ns2/example3.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example3.db,v 1.14 2009/01/21 23:47:26 tbox Exp $
diff --git a/bin/tests/system/notify/ns2/example4.db b/bin/tests/system/notify/ns2/example4.db
index 035bf48c36..0c770e785d 100644
--- a/bin/tests/system/notify/ns2/example4.db
+++ b/bin/tests/system/notify/ns2/example4.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example4.db,v 1.14 2009/01/21 23:47:26 tbox Exp $
diff --git a/bin/tests/system/notify/ns2/generic.db b/bin/tests/system/notify/ns2/generic.db
index 12c84c66c4..fc688ab5e3 100644
--- a/bin/tests/system/notify/ns2/generic.db
+++ b/bin/tests/system/notify/ns2/generic.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/notify/ns2/named.conf.in b/bin/tests/system/notify/ns2/named.conf.in
index 79e1c6a2c1..2e5bd28740 100644
--- a/bin/tests/system/notify/ns2/named.conf.in
+++ b/bin/tests/system/notify/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/notify/ns3/named.conf.in b/bin/tests/system/notify/ns3/named.conf.in
index 6577b17f07..70d90aef79 100644
--- a/bin/tests/system/notify/ns3/named.conf.in
+++ b/bin/tests/system/notify/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/notify/ns4/named.conf.in b/bin/tests/system/notify/ns4/named.conf.in
index 63a9f49ee7..607cdda71d 100644
--- a/bin/tests/system/notify/ns4/named.conf.in
+++ b/bin/tests/system/notify/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/notify/ns5/named.conf.in b/bin/tests/system/notify/ns5/named.conf.in
index 85c87565a8..cfcfe8fa2f 100644
--- a/bin/tests/system/notify/ns5/named.conf.in
+++ b/bin/tests/system/notify/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key "a" {
diff --git a/bin/tests/system/notify/ns5/x21.db b/bin/tests/system/notify/ns5/x21.db
index 46c64a5b97..e3800436d5 100644
--- a/bin/tests/system/notify/ns5/x21.db
+++ b/bin/tests/system/notify/ns5/x21.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/notify/setup.sh b/bin/tests/system/notify/setup.sh
index 4adfcd8774..3af216c64f 100644
--- a/bin/tests/system/notify/setup.sh
+++ b/bin/tests/system/notify/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh
index e724a17e6f..ad20e3eaca 100644
--- a/bin/tests/system/notify/tests.sh
+++ b/bin/tests/system/notify/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nslookup/clean.sh b/bin/tests/system/nslookup/clean.sh
index a1e694b92c..46d78fa7b3 100644
--- a/bin/tests/system/nslookup/clean.sh
+++ b/bin/tests/system/nslookup/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns1/example.db
rm -f nslookup.out*
diff --git a/bin/tests/system/nslookup/ns1/example.net.db b/bin/tests/system/nslookup/ns1/example.net.db
index a62c876744..e9c133b87b 100644
--- a/bin/tests/system/nslookup/ns1/example.net.db
+++ b/bin/tests/system/nslookup/ns1/example.net.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
diff --git a/bin/tests/system/nslookup/ns1/named.conf.in b/bin/tests/system/nslookup/ns1/named.conf.in
index 68086662aa..2be830f340 100644
--- a/bin/tests/system/nslookup/ns1/named.conf.in
+++ b/bin/tests/system/nslookup/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/nslookup/setup.sh b/bin/tests/system/nslookup/setup.sh
index 862986dfb3..8134fb6ff3 100644
--- a/bin/tests/system/nslookup/setup.sh
+++ b/bin/tests/system/nslookup/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nslookup/tests.sh b/bin/tests/system/nslookup/tests.sh
index 3edd18d253..863043454f 100644
--- a/bin/tests/system/nslookup/tests.sh
+++ b/bin/tests/system/nslookup/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nsupdate/ans4/ans.pl b/bin/tests/system/nsupdate/ans4/ans.pl
index 4ee6d54f65..6a4461b257 100644
--- a/bin/tests/system/nsupdate/ans4/ans.pl
+++ b/bin/tests/system/nsupdate/ans4/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use IO::Socket;
use IO::File;
diff --git a/bin/tests/system/nsupdate/clean.sh b/bin/tests/system/nsupdate/clean.sh
index ae9ae9e58f..ddd1d42a0f 100644
--- a/bin/tests/system/nsupdate/clean.sh
+++ b/bin/tests/system/nsupdate/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009-2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/nsupdate/ns1/example1.db b/bin/tests/system/nsupdate/ns1/example1.db
index bd7d1d723d..aadb20d141 100644
--- a/bin/tests/system/nsupdate/ns1/example1.db
+++ b/bin/tests/system/nsupdate/ns1/example1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2002, 2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example1.db,v 1.10 2009/01/21 23:47:27 tbox Exp $
diff --git a/bin/tests/system/nsupdate/ns1/many.test.db.in b/bin/tests/system/nsupdate/ns1/many.test.db.in
index f00461c67e..2c84670558 100644
--- a/bin/tests/system/nsupdate/ns1/many.test.db.in
+++ b/bin/tests/system/nsupdate/ns1/many.test.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/nsupdate/ns1/max-ttl.db b/bin/tests/system/nsupdate/ns1/max-ttl.db
index 3f993e4116..fd1862751b 100644
--- a/bin/tests/system/nsupdate/ns1/max-ttl.db
+++ b/bin/tests/system/nsupdate/ns1/max-ttl.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: max-ttl.db,v 1.10 2009/01/21 23:47:27 tbox Exp $
diff --git a/bin/tests/system/nsupdate/ns1/named.conf.in b/bin/tests/system/nsupdate/ns1/named.conf.in
index 75556836e8..1d999adc39 100644
--- a/bin/tests/system/nsupdate/ns1/named.conf.in
+++ b/bin/tests/system/nsupdate/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/nsupdate/ns1/sample.db.in b/bin/tests/system/nsupdate/ns1/sample.db.in
index 9e85044759..49212a1242 100644
--- a/bin/tests/system/nsupdate/ns1/sample.db.in
+++ b/bin/tests/system/nsupdate/ns1/sample.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 SOA ns1 . 0 0 0 0 0
@ 0 NS ns1
diff --git a/bin/tests/system/nsupdate/ns2/named.conf.in b/bin/tests/system/nsupdate/ns2/named.conf.in
index 742b6c7579..b4ecf96668 100644
--- a/bin/tests/system/nsupdate/ns2/named.conf.in
+++ b/bin/tests/system/nsupdate/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/nsupdate/ns2/sample.db.in b/bin/tests/system/nsupdate/ns2/sample.db.in
index cd2e4f4212..0c8a1c0504 100644
--- a/bin/tests/system/nsupdate/ns2/sample.db.in
+++ b/bin/tests/system/nsupdate/ns2/sample.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 SOA ns2 . 0 0 0 0 0
@ 0 NS ns2
diff --git a/bin/tests/system/nsupdate/ns3/delegation.test.db.in b/bin/tests/system/nsupdate/ns3/delegation.test.db.in
index 5192f698b5..a75bcd242c 100644
--- a/bin/tests/system/nsupdate/ns3/delegation.test.db.in
+++ b/bin/tests/system/nsupdate/ns3/delegation.test.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 10
delegation.test. IN SOA delegation.test. hostmaster.delegation.test. 1 3600 900 2419200 3600
diff --git a/bin/tests/system/nsupdate/ns3/dnskey.test.db.in b/bin/tests/system/nsupdate/ns3/dnskey.test.db.in
index 67693cb94d..4bb5391de8 100644
--- a/bin/tests/system/nsupdate/ns3/dnskey.test.db.in
+++ b/bin/tests/system/nsupdate/ns3/dnskey.test.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: dnskey.test.db.in,v 1.2 2011/02/03 06:03:15 marka Exp $
diff --git a/bin/tests/system/nsupdate/ns3/example.db.in b/bin/tests/system/nsupdate/ns3/example.db.in
index 1bd0d16297..9cbbddc7a3 100644
--- a/bin/tests/system/nsupdate/ns3/example.db.in
+++ b/bin/tests/system/nsupdate/ns3/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.3 2010/12/07 23:47:02 tbox Exp $
diff --git a/bin/tests/system/nsupdate/ns3/named.conf.in b/bin/tests/system/nsupdate/ns3/named.conf.in
index f405c8da5b..e5b414f67c 100644
--- a/bin/tests/system/nsupdate/ns3/named.conf.in
+++ b/bin/tests/system/nsupdate/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in b/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in
index 3af47ad15b..7d5db295d1 100644
--- a/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in
+++ b/bin/tests/system/nsupdate/ns3/nsec3param.test.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nsec3param.test.db.in,v 1.3 2010/12/07 23:47:02 tbox Exp $
diff --git a/bin/tests/system/nsupdate/ns3/sign.sh b/bin/tests/system/nsupdate/ns3/sign.sh
index a7fd81220a..4e6e645140 100644
--- a/bin/tests/system/nsupdate/ns3/sign.sh
+++ b/bin/tests/system/nsupdate/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010-2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nsupdate/ns3/too-big.test.db.in b/bin/tests/system/nsupdate/ns3/too-big.test.db.in
index 7ff1e4a514..f271d27103 100644
--- a/bin/tests/system/nsupdate/ns3/too-big.test.db.in
+++ b/bin/tests/system/nsupdate/ns3/too-big.test.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 10
too-big.test. IN SOA too-big.test. hostmaster.too-big.test. 1 3600 900 2419200 3600
diff --git a/bin/tests/system/nsupdate/ns5/local.db.in b/bin/tests/system/nsupdate/ns5/local.db.in
index 707d1be598..08f16b8f23 100644
--- a/bin/tests/system/nsupdate/ns5/local.db.in
+++ b/bin/tests/system/nsupdate/ns5/local.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/nsupdate/ns5/named.conf.in b/bin/tests/system/nsupdate/ns5/named.conf.in
index 8cdc7bf295..2ffacb1e65 100644
--- a/bin/tests/system/nsupdate/ns5/named.conf.in
+++ b/bin/tests/system/nsupdate/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/nsupdate/prereq.sh b/bin/tests/system/nsupdate/prereq.sh
index 0a7fcbe379..9c1d276ecb 100644
--- a/bin/tests/system/nsupdate/prereq.sh
+++ b/bin/tests/system/nsupdate/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nsupdate/setup.sh b/bin/tests/system/nsupdate/setup.sh
index afcd5f9fc5..3d4745498f 100644
--- a/bin/tests/system/nsupdate/setup.sh
+++ b/bin/tests/system/nsupdate/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009-2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh
index c06c425f35..de4c0c7e2c 100755
--- a/bin/tests/system/nsupdate/tests.sh
+++ b/bin/tests/system/nsupdate/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl
index ba9ee93e69..b9f083f65c 100644
--- a/bin/tests/system/nsupdate/update_test.pl
+++ b/bin/tests/system/nsupdate/update_test.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Dynamic update test suite.
diff --git a/bin/tests/system/nzd2nzf/clean.sh b/bin/tests/system/nzd2nzf/clean.sh
index a338e686cf..8b58ed33d3 100644
--- a/bin/tests/system/nzd2nzf/clean.sh
+++ b/bin/tests/system/nzd2nzf/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf
rm -f */named.run
diff --git a/bin/tests/system/nzd2nzf/ns1/added.db b/bin/tests/system/nzd2nzf/ns1/added.db
index a792468bd5..9b54d19204 100644
--- a/bin/tests/system/nzd2nzf/ns1/added.db
+++ b/bin/tests/system/nzd2nzf/ns1/added.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
;$ORIGIN added.example.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/nzd2nzf/ns1/named.conf.in b/bin/tests/system/nzd2nzf/ns1/named.conf.in
index 0745bf3c3d..2a0fb7e9c7 100644
--- a/bin/tests/system/nzd2nzf/ns1/named.conf.in
+++ b/bin/tests/system/nzd2nzf/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/nzd2nzf/prereq.sh b/bin/tests/system/nzd2nzf/prereq.sh
index 03e484c08b..85e03606f0 100644
--- a/bin/tests/system/nzd2nzf/prereq.sh
+++ b/bin/tests/system/nzd2nzf/prereq.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nzd2nzf/setup.sh b/bin/tests/system/nzd2nzf/setup.sh
index d864a59d53..b3e0450b4a 100644
--- a/bin/tests/system/nzd2nzf/setup.sh
+++ b/bin/tests/system/nzd2nzf/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/nzd2nzf/tests.sh b/bin/tests/system/nzd2nzf/tests.sh
index f73dee5aa5..85f1721817 100644
--- a/bin/tests/system/nzd2nzf/tests.sh
+++ b/bin/tests/system/nzd2nzf/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/org.isc.bind.system b/bin/tests/system/org.isc.bind.system
index ed377ed45d..9a3f235f97 100644
--- a/bin/tests/system/org.isc.bind.system
+++ b/bin/tests/system/org.isc.bind.system
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: org.isc.bind.system,v 1.1 2010/08/25 04:51:51 marka Exp $
diff --git a/bin/tests/system/packet.pl b/bin/tests/system/packet.pl
index e0cda52060..4032bd5450 100644
--- a/bin/tests/system/packet.pl
+++ b/bin/tests/system/packet.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: packet.pl,v 1.2 2011/04/15 01:02:08 each Exp $
diff --git a/bin/tests/system/pending/clean.sh b/bin/tests/system/pending/clean.sh
index 7ea0eb14a4..f004183783 100644
--- a/bin/tests/system/pending/clean.sh
+++ b/bin/tests/system/pending/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -rf */*.signed
rm -rf */*.jnl
diff --git a/bin/tests/system/pending/ns1/named.conf.in b/bin/tests/system/pending/ns1/named.conf.in
index 6e7acbbc64..e36b0b1135 100644
--- a/bin/tests/system/pending/ns1/named.conf.in
+++ b/bin/tests/system/pending/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "trusted.conf";
diff --git a/bin/tests/system/pending/ns1/root.db.in b/bin/tests/system/pending/ns1/root.db.in
index b82c8aeaf4..5176ea5b2b 100644
--- a/bin/tests/system/pending/ns1/root.db.in
+++ b/bin/tests/system/pending/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db.in,v 1.6 2010/01/07 23:48:53 tbox Exp $
diff --git a/bin/tests/system/pending/ns1/sign.sh b/bin/tests/system/pending/ns1/sign.sh
index a5d9a4901b..324dc12932 100644
--- a/bin/tests/system/pending/ns1/sign.sh
+++ b/bin/tests/system/pending/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pending/ns2/example.com.db.in b/bin/tests/system/pending/ns2/example.com.db.in
index 44192f1ce9..15feee09b1 100644
--- a/bin/tests/system/pending/ns2/example.com.db.in
+++ b/bin/tests/system/pending/ns2/example.com.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.com.db.in,v 1.4 2010/01/18 23:48:40 tbox Exp $
diff --git a/bin/tests/system/pending/ns2/example.db.in b/bin/tests/system/pending/ns2/example.db.in
index 570cada8b0..a5c8b840b1 100644
--- a/bin/tests/system/pending/ns2/example.db.in
+++ b/bin/tests/system/pending/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.4 2010/01/07 23:48:53 tbox Exp $
diff --git a/bin/tests/system/pending/ns2/forgery.db b/bin/tests/system/pending/ns2/forgery.db
index e960728941..8de7ab5a91 100644
--- a/bin/tests/system/pending/ns2/forgery.db
+++ b/bin/tests/system/pending/ns2/forgery.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: forgery.db,v 1.3 2010/01/07 23:48:53 tbox Exp $
diff --git a/bin/tests/system/pending/ns2/named.conf.in b/bin/tests/system/pending/ns2/named.conf.in
index d973009d64..df2e168272 100644
--- a/bin/tests/system/pending/ns2/named.conf.in
+++ b/bin/tests/system/pending/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/pending/ns2/sign.sh b/bin/tests/system/pending/ns2/sign.sh
index dc41cfa215..40c7f7e680 100644
--- a/bin/tests/system/pending/ns2/sign.sh
+++ b/bin/tests/system/pending/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.7 2010/01/18 19:19:31 each Exp $
diff --git a/bin/tests/system/pending/ns3/hostile.db b/bin/tests/system/pending/ns3/hostile.db
index 0b14e77df8..8f8aae332f 100644
--- a/bin/tests/system/pending/ns3/hostile.db
+++ b/bin/tests/system/pending/ns3/hostile.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hostile.db,v 1.2 2009/11/17 23:55:18 marka Exp $
diff --git a/bin/tests/system/pending/ns3/mail.example.db b/bin/tests/system/pending/ns3/mail.example.db
index bc9605a195..41fc4c2de0 100644
--- a/bin/tests/system/pending/ns3/mail.example.db
+++ b/bin/tests/system/pending/ns3/mail.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: mail.example.db,v 1.2 2009/11/17 23:55:18 marka Exp $
diff --git a/bin/tests/system/pending/ns3/named.conf.in b/bin/tests/system/pending/ns3/named.conf.in
index ca9170e6f5..97129c93dd 100644
--- a/bin/tests/system/pending/ns3/named.conf.in
+++ b/bin/tests/system/pending/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/pending/ns4/named.conf.in b/bin/tests/system/pending/ns4/named.conf.in
index 0324447e02..78ffed7e4d 100644
--- a/bin/tests/system/pending/ns4/named.conf.in
+++ b/bin/tests/system/pending/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "trusted.conf";
diff --git a/bin/tests/system/pending/prereq.sh b/bin/tests/system/pending/prereq.sh
index 94829b1a84..a0d4e9ce14 100644
--- a/bin/tests/system/pending/prereq.sh
+++ b/bin/tests/system/pending/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pending/setup.sh b/bin/tests/system/pending/setup.sh
index 2efac492b1..e6e003f3e8 100644
--- a/bin/tests/system/pending/setup.sh
+++ b/bin/tests/system/pending/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2009, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pending/tests.sh b/bin/tests/system/pending/tests.sh
index 7b81600c35..e93475874b 100644
--- a/bin/tests/system/pending/tests.sh
+++ b/bin/tests/system/pending/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2009, 2010, 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pipelined/Makefile.in b/bin/tests/system/pipelined/Makefile.in
index 1d76097bbc..f140d525db 100644
--- a/bin/tests/system/pipelined/Makefile.in
+++ b/bin/tests/system/pipelined/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tests/system/pipelined/clean.sh b/bin/tests/system/pipelined/clean.sh
index 569509a8bb..f4c4b131b9 100644
--- a/bin/tests/system/pipelined/clean.sh
+++ b/bin/tests/system/pipelined/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf
rm -f */named.memstats
diff --git a/bin/tests/system/pipelined/ns1/named.conf.in b/bin/tests/system/pipelined/ns1/named.conf.in
index ec01fbd620..828bc40b7b 100644
--- a/bin/tests/system/pipelined/ns1/named.conf.in
+++ b/bin/tests/system/pipelined/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/pipelined/ns1/root.db b/bin/tests/system/pipelined/ns1/root.db
index 40d5390701..2cddcd2343 100644
--- a/bin/tests/system/pipelined/ns1/root.db
+++ b/bin/tests/system/pipelined/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
diff --git a/bin/tests/system/pipelined/ns2/examplea.db b/bin/tests/system/pipelined/ns2/examplea.db
index 27c5c1515f..9f0427e178 100644
--- a/bin/tests/system/pipelined/ns2/examplea.db
+++ b/bin/tests/system/pipelined/ns2/examplea.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/pipelined/ns2/named.conf.in b/bin/tests/system/pipelined/ns2/named.conf.in
index dc1b85dc18..6df0c663a0 100644
--- a/bin/tests/system/pipelined/ns2/named.conf.in
+++ b/bin/tests/system/pipelined/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/pipelined/ns3/exampleb.db b/bin/tests/system/pipelined/ns3/exampleb.db
index 06365a98c3..98a61f0517 100644
--- a/bin/tests/system/pipelined/ns3/exampleb.db
+++ b/bin/tests/system/pipelined/ns3/exampleb.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/pipelined/ns3/named.conf.in b/bin/tests/system/pipelined/ns3/named.conf.in
index 315552a299..a17babd54c 100644
--- a/bin/tests/system/pipelined/ns3/named.conf.in
+++ b/bin/tests/system/pipelined/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/pipelined/ns4/named.conf.in b/bin/tests/system/pipelined/ns4/named.conf.in
index 381a900857..0b8a54b5aa 100644
--- a/bin/tests/system/pipelined/ns4/named.conf.in
+++ b/bin/tests/system/pipelined/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/pipelined/pipequeries.c b/bin/tests/system/pipelined/pipequeries.c
index fb563e5572..379b6a3670 100644
--- a/bin/tests/system/pipelined/pipequeries.c
+++ b/bin/tests/system/pipelined/pipequeries.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2015, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/system/pipelined/setup.sh b/bin/tests/system/pipelined/setup.sh
index 99d5f1acb3..82b8ffd4e5 100644
--- a/bin/tests/system/pipelined/setup.sh
+++ b/bin/tests/system/pipelined/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pipelined/tests.sh b/bin/tests/system/pipelined/tests.sh
index aa603dd729..a6720ce656 100644
--- a/bin/tests/system/pipelined/tests.sh
+++ b/bin/tests/system/pipelined/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pkcs11/clean.sh b/bin/tests/system/pkcs11/clean.sh
index 51371b1ae4..f5be432d98 100644
--- a/bin/tests/system/pkcs11/clean.sh
+++ b/bin/tests/system/pkcs11/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f K* ns1/K* keyset-* dsset-* ns1/*.db ns1/*.signed ns1/*.jnl
rm -f dig.out* pin upd.log*
diff --git a/bin/tests/system/pkcs11/ns1/example.db.in b/bin/tests/system/pkcs11/ns1/example.db.in
index 213c7bc027..c0df03bed7 100644
--- a/bin/tests/system/pkcs11/ns1/example.db.in
+++ b/bin/tests/system/pkcs11/ns1/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.3 2010/06/08 23:50:24 tbox Exp $
diff --git a/bin/tests/system/pkcs11/ns1/named.conf b/bin/tests/system/pkcs11/ns1/named.conf
index 66a8cd84e5..1e2c34b3de 100644
--- a/bin/tests/system/pkcs11/ns1/named.conf
+++ b/bin/tests/system/pkcs11/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.3 2010/06/08 23:50:24 tbox Exp $ */
diff --git a/bin/tests/system/pkcs11/prereq.sh b/bin/tests/system/pkcs11/prereq.sh
index f86c592411..0eb3b78af9 100644
--- a/bin/tests/system/pkcs11/prereq.sh
+++ b/bin/tests/system/pkcs11/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pkcs11/setup.sh b/bin/tests/system/pkcs11/setup.sh
index 34219d3a56..4fc5ec5b99 100644
--- a/bin/tests/system/pkcs11/setup.sh
+++ b/bin/tests/system/pkcs11/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pkcs11/tests.sh b/bin/tests/system/pkcs11/tests.sh
index fdf1663ef4..7ba5ae9f62 100644
--- a/bin/tests/system/pkcs11/tests.sh
+++ b/bin/tests/system/pkcs11/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.3 2010/06/08 23:50:24 tbox Exp $
diff --git a/bin/tests/system/pkcs11ssl/clean.sh b/bin/tests/system/pkcs11ssl/clean.sh
index e2f3e4bcc8..4af1c397c6 100644
--- a/bin/tests/system/pkcs11ssl/clean.sh
+++ b/bin/tests/system/pkcs11ssl/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f K* ns1/K* keyset-* dsset-* ns1/*.db ns1/*.signed ns1/*.jnl
rm -f dig.out pin
diff --git a/bin/tests/system/pkcs11ssl/ns1/example.db.in b/bin/tests/system/pkcs11ssl/ns1/example.db.in
index b9eeacb4a1..c0df03bed7 100644
--- a/bin/tests/system/pkcs11ssl/ns1/example.db.in
+++ b/bin/tests/system/pkcs11ssl/ns1/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.3 2010/06/08 23:50:24 tbox Exp $
diff --git a/bin/tests/system/pkcs11ssl/ns1/named.conf b/bin/tests/system/pkcs11ssl/ns1/named.conf
index c74734e34b..2490f4ad32 100644
--- a/bin/tests/system/pkcs11ssl/ns1/named.conf
+++ b/bin/tests/system/pkcs11ssl/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.3 2010/06/08 23:50:24 tbox Exp $ */
diff --git a/bin/tests/system/pkcs11ssl/prereq.sh b/bin/tests/system/pkcs11ssl/prereq.sh
index f1c0bcda42..489bebbb64 100644
--- a/bin/tests/system/pkcs11ssl/prereq.sh
+++ b/bin/tests/system/pkcs11ssl/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pkcs11ssl/setup.sh b/bin/tests/system/pkcs11ssl/setup.sh
index 3b227ae335..d2fbe922c7 100644
--- a/bin/tests/system/pkcs11ssl/setup.sh
+++ b/bin/tests/system/pkcs11ssl/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/pkcs11ssl/tests.sh b/bin/tests/system/pkcs11ssl/tests.sh
index 6e0856fd54..9e61729e7e 100644
--- a/bin/tests/system/pkcs11ssl/tests.sh
+++ b/bin/tests/system/pkcs11ssl/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.3 2010/06/08 23:50:24 tbox Exp $
diff --git a/bin/tests/system/reclimit/README b/bin/tests/system/reclimit/README
index d8451541b5..63f12fa03d 100644
--- a/bin/tests/system/reclimit/README
+++ b/bin/tests/system/reclimit/README
@@ -1,9 +1,12 @@
-Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
system test for recursion limits
ns1 -- root server
diff --git a/bin/tests/system/reclimit/ans2/ans.pl b/bin/tests/system/reclimit/ans2/ans.pl
index 0c419f27ef..988445d6cf 100644
--- a/bin/tests/system/reclimit/ans2/ans.pl
+++ b/bin/tests/system/reclimit/ans2/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
use warnings;
diff --git a/bin/tests/system/reclimit/ans7/ans.pl b/bin/tests/system/reclimit/ans7/ans.pl
index 945146b4ed..50504270ad 100644
--- a/bin/tests/system/reclimit/ans7/ans.pl
+++ b/bin/tests/system/reclimit/ans7/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
use warnings;
diff --git a/bin/tests/system/reclimit/clean.sh b/bin/tests/system/reclimit/clean.sh
index 5dfa82abf8..f856c8608d 100644
--- a/bin/tests/system/reclimit/clean.sh
+++ b/bin/tests/system/reclimit/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out*
rm -f ans?/ans.run
diff --git a/bin/tests/system/reclimit/ns1/named.conf.in b/bin/tests/system/reclimit/ns1/named.conf.in
index d1a705bb19..f8868f5176 100644
--- a/bin/tests/system/reclimit/ns1/named.conf.in
+++ b/bin/tests/system/reclimit/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/reclimit/ns1/root.db b/bin/tests/system/reclimit/ns1/root.db
index ca074bdd70..6a04ed256e 100644
--- a/bin/tests/system/reclimit/ns1/root.db
+++ b/bin/tests/system/reclimit/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 60 IN SOA ns.nil. hostmaster.ns.nil. 1 0 0 0 0
. 60 IN NS ns.nil.
diff --git a/bin/tests/system/reclimit/ns3/hints.db b/bin/tests/system/reclimit/ns3/hints.db
index 5e33230c55..f763729451 100644
--- a/bin/tests/system/reclimit/ns3/hints.db
+++ b/bin/tests/system/reclimit/ns3/hints.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. 60 IN NS ns.nil.
ns.nil. 60 IN A 10.53.0.1
diff --git a/bin/tests/system/reclimit/ns3/named1.conf.in b/bin/tests/system/reclimit/ns3/named1.conf.in
index 600cde600b..f7f6c6a765 100644
--- a/bin/tests/system/reclimit/ns3/named1.conf.in
+++ b/bin/tests/system/reclimit/ns3/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/reclimit/ns3/named2.conf.in b/bin/tests/system/reclimit/ns3/named2.conf.in
index 2eaf83fe39..f051cf531c 100644
--- a/bin/tests/system/reclimit/ns3/named2.conf.in
+++ b/bin/tests/system/reclimit/ns3/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/reclimit/ns3/named3.conf.in b/bin/tests/system/reclimit/ns3/named3.conf.in
index 4f29d733c3..6c235aff52 100644
--- a/bin/tests/system/reclimit/ns3/named3.conf.in
+++ b/bin/tests/system/reclimit/ns3/named3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/reclimit/ns3/named4.conf.in b/bin/tests/system/reclimit/ns3/named4.conf.in
index c0beb713b7..2d7d5c18b2 100644
--- a/bin/tests/system/reclimit/ns3/named4.conf.in
+++ b/bin/tests/system/reclimit/ns3/named4.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/reclimit/prereq.sh b/bin/tests/system/reclimit/prereq.sh
index b6f06d2cad..3c854d2da0 100644
--- a/bin/tests/system/reclimit/prereq.sh
+++ b/bin/tests/system/reclimit/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/reclimit/setup.sh b/bin/tests/system/reclimit/setup.sh
index 2133c34239..a191bf838c 100644
--- a/bin/tests/system/reclimit/setup.sh
+++ b/bin/tests/system/reclimit/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/reclimit/tests.sh b/bin/tests/system/reclimit/tests.sh
index 9c953c51d4..bafdc82b50 100644
--- a/bin/tests/system/reclimit/tests.sh
+++ b/bin/tests/system/reclimit/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/redirect/clean.sh b/bin/tests/system/redirect/clean.sh
index ec717b4265..c13d918dad 100644
--- a/bin/tests/system/redirect/clean.sh
+++ b/bin/tests/system/redirect/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf
rm -f */named.memstats
diff --git a/bin/tests/system/redirect/conf/bad1.conf b/bin/tests/system/redirect/conf/bad1.conf
index 0005ba2dda..fc73b31bac 100644
--- a/bin/tests/system/redirect/conf/bad1.conf
+++ b/bin/tests/system/redirect/conf/bad1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad1.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/conf/bad2.conf b/bin/tests/system/redirect/conf/bad2.conf
index 8ded7a3d87..52640ed5c6 100644
--- a/bin/tests/system/redirect/conf/bad2.conf
+++ b/bin/tests/system/redirect/conf/bad2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad2.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/conf/bad3.conf b/bin/tests/system/redirect/conf/bad3.conf
index 902091f6f8..638c15259d 100644
--- a/bin/tests/system/redirect/conf/bad3.conf
+++ b/bin/tests/system/redirect/conf/bad3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bad3.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/conf/good1.conf b/bin/tests/system/redirect/conf/good1.conf
index bee9b65abb..cf81c17ea1 100644
--- a/bin/tests/system/redirect/conf/good1.conf
+++ b/bin/tests/system/redirect/conf/good1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good1.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/conf/good2.conf b/bin/tests/system/redirect/conf/good2.conf
index e941d27df8..92f6d3c91c 100644
--- a/bin/tests/system/redirect/conf/good2.conf
+++ b/bin/tests/system/redirect/conf/good2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good2.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/conf/good3.conf b/bin/tests/system/redirect/conf/good3.conf
index 15ab71c453..613563e61b 100644
--- a/bin/tests/system/redirect/conf/good3.conf
+++ b/bin/tests/system/redirect/conf/good3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good3.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/conf/good4.conf b/bin/tests/system/redirect/conf/good4.conf
index fea7f7195d..72b37e799a 100644
--- a/bin/tests/system/redirect/conf/good4.conf
+++ b/bin/tests/system/redirect/conf/good4.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: good4.conf,v 1.3 2011/03/01 23:48:06 tbox Exp $ */
diff --git a/bin/tests/system/redirect/ns1/example.db b/bin/tests/system/redirect/ns1/example.db
index 604ab9ef73..fa204cdfb3 100644
--- a/bin/tests/system/redirect/ns1/example.db
+++ b/bin/tests/system/redirect/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns1/named.conf.in b/bin/tests/system/redirect/ns1/named.conf.in
index 1d1f31ce0d..47b385a8fc 100644
--- a/bin/tests/system/redirect/ns1/named.conf.in
+++ b/bin/tests/system/redirect/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/redirect/ns1/redirect.db b/bin/tests/system/redirect/ns1/redirect.db
index 77c9daff9c..6d61cf1af7 100644
--- a/bin/tests/system/redirect/ns1/redirect.db
+++ b/bin/tests/system/redirect/ns1/redirect.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: redirect.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns1/root.db b/bin/tests/system/redirect/ns1/root.db
index be5d3dfb77..1622c9d5ce 100644
--- a/bin/tests/system/redirect/ns1/root.db
+++ b/bin/tests/system/redirect/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns1/sign.sh b/bin/tests/system/redirect/ns1/sign.sh
index 9245260331..36c1e4b753 100644
--- a/bin/tests/system/redirect/ns1/sign.sh
+++ b/bin/tests/system/redirect/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2011, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns2/example.db.in b/bin/tests/system/redirect/ns2/example.db.in
index 1e39b62aa1..bb8b66d9b9 100644
--- a/bin/tests/system/redirect/ns2/example.db.in
+++ b/bin/tests/system/redirect/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0
diff --git a/bin/tests/system/redirect/ns2/named.conf.in b/bin/tests/system/redirect/ns2/named.conf.in
index 45f3ae0ad2..3e897900af 100644
--- a/bin/tests/system/redirect/ns2/named.conf.in
+++ b/bin/tests/system/redirect/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/redirect/ns2/redirect.db.in b/bin/tests/system/redirect/ns2/redirect.db.in
index d196ec290f..c6a78c7f65 100644
--- a/bin/tests/system/redirect/ns2/redirect.db.in
+++ b/bin/tests/system/redirect/ns2/redirect.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011.2013, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/redirect/ns3/example.db b/bin/tests/system/redirect/ns3/example.db
index 45a7f6528f..c1ce24d4bb 100644
--- a/bin/tests/system/redirect/ns3/example.db
+++ b/bin/tests/system/redirect/ns3/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns3/named.conf.in b/bin/tests/system/redirect/ns3/named.conf.in
index 7d12037684..04a651b065 100644
--- a/bin/tests/system/redirect/ns3/named.conf.in
+++ b/bin/tests/system/redirect/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
diff --git a/bin/tests/system/redirect/ns3/redirect.db b/bin/tests/system/redirect/ns3/redirect.db
index c764cb8d7e..b5b9325f44 100644
--- a/bin/tests/system/redirect/ns3/redirect.db
+++ b/bin/tests/system/redirect/ns3/redirect.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: redirect.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns3/root.db b/bin/tests/system/redirect/ns3/root.db
index 17214e9f69..22ca335945 100644
--- a/bin/tests/system/redirect/ns3/root.db
+++ b/bin/tests/system/redirect/ns3/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns3/sign.sh b/bin/tests/system/redirect/ns3/sign.sh
index 02d439ea8a..36c1e4b753 100644
--- a/bin/tests/system/redirect/ns3/sign.sh
+++ b/bin/tests/system/redirect/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.3 2011/03/01 23:48:06 tbox Exp $
diff --git a/bin/tests/system/redirect/ns4/example.db.in b/bin/tests/system/redirect/ns4/example.db.in
index 9877f9cd41..4d3a0824e3 100644
--- a/bin/tests/system/redirect/ns4/example.db.in
+++ b/bin/tests/system/redirect/ns4/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0
diff --git a/bin/tests/system/redirect/ns4/named.conf.in b/bin/tests/system/redirect/ns4/named.conf.in
index d76a71b5cf..70f0df07f6 100644
--- a/bin/tests/system/redirect/ns4/named.conf.in
+++ b/bin/tests/system/redirect/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/redirect/ns4/root.hint b/bin/tests/system/redirect/ns4/root.hint
index 48b6bac084..64e055161e 100644
--- a/bin/tests/system/redirect/ns4/root.hint
+++ b/bin/tests/system/redirect/ns4/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.5 2007/06/19 23:47:01 tbox Exp $
diff --git a/bin/tests/system/redirect/prereq.sh b/bin/tests/system/redirect/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/redirect/prereq.sh
+++ b/bin/tests/system/redirect/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/redirect/setup.sh b/bin/tests/system/redirect/setup.sh
index 5ac30c197d..90d208936c 100644
--- a/bin/tests/system/redirect/setup.sh
+++ b/bin/tests/system/redirect/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/redirect/tests.sh b/bin/tests/system/redirect/tests.sh
index e21750595a..0e2adf77b8 100644
--- a/bin/tests/system/redirect/tests.sh
+++ b/bin/tests/system/redirect/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/resolver/ans2/ans.pl b/bin/tests/system/resolver/ans2/ans.pl
index 1c3c347bf9..a242a998ec 100644
--- a/bin/tests/system/resolver/ans2/ans.pl
+++ b/bin/tests/system/resolver/ans2/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2010, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Ad hoc name server
diff --git a/bin/tests/system/resolver/ans3/ans.pl b/bin/tests/system/resolver/ans3/ans.pl
index 11c010f457..46d767378d 100644
--- a/bin/tests/system/resolver/ans3/ans.pl
+++ b/bin/tests/system/resolver/ans3/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Ad hoc name server
diff --git a/bin/tests/system/resolver/ans8/ans.pl b/bin/tests/system/resolver/ans8/ans.pl
index 09d8a24274..a1a092a1ef 100644
--- a/bin/tests/system/resolver/ans8/ans.pl
+++ b/bin/tests/system/resolver/ans8/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use IO::File;
use IO::Socket;
diff --git a/bin/tests/system/resolver/clean.sh b/bin/tests/system/resolver/clean.sh
index b40e2bc6f8..4dfde1f3e7 100644
--- a/bin/tests/system/resolver/clean.sh
+++ b/bin/tests/system/resolver/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2008-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after resolver tests.
diff --git a/bin/tests/system/resolver/ns1/named.conf.in b/bin/tests/system/resolver/ns1/named.conf.in
index 64bc6e8fcf..a2c19dbc7c 100644
--- a/bin/tests/system/resolver/ns1/named.conf.in
+++ b/bin/tests/system/resolver/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/resolver/ns1/root.hint b/bin/tests/system/resolver/ns1/root.hint
index 2da077c51c..6671358152 100644
--- a/bin/tests/system/resolver/ns1/root.hint
+++ b/bin/tests/system/resolver/ns1/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.7 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/resolver/ns4/broken.db b/bin/tests/system/resolver/ns4/broken.db
index 4894526602..c7d295dec0 100644
--- a/bin/tests/system/resolver/ns4/broken.db
+++ b/bin/tests/system/resolver/ns4/broken.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: tld1.db,v 1.3 2012/02/09 23:47:18 tbox Exp $
diff --git a/bin/tests/system/resolver/ns4/child.server.db b/bin/tests/system/resolver/ns4/child.server.db
index b12470bf95..9a0154e113 100644
--- a/bin/tests/system/resolver/ns4/child.server.db
+++ b/bin/tests/system/resolver/ns4/child.server.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.server.db,v 1.3 2011/03/13 23:47:35 tbox Exp $
diff --git a/bin/tests/system/resolver/ns4/moves.db b/bin/tests/system/resolver/ns4/moves.db
index d1173d78d9..b45cf54d2a 100644
--- a/bin/tests/system/resolver/ns4/moves.db
+++ b/bin/tests/system/resolver/ns4/moves.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: moves.db,v 1.3 2011/03/13 23:47:35 tbox Exp $
diff --git a/bin/tests/system/resolver/ns4/named.conf.in b/bin/tests/system/resolver/ns4/named.conf.in
index 18d46bee96..c679dc3151 100644
--- a/bin/tests/system/resolver/ns4/named.conf.in
+++ b/bin/tests/system/resolver/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS4
diff --git a/bin/tests/system/resolver/ns4/named.noaa b/bin/tests/system/resolver/ns4/named.noaa
index 0229c09d93..d8166d6427 100644
--- a/bin/tests/system/resolver/ns4/named.noaa
+++ b/bin/tests/system/resolver/ns4/named.noaa
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: named.noaa,v 1.2 2010/09/15 12:07:56 marka Exp $
Add -T noaa.
diff --git a/bin/tests/system/resolver/ns4/root.db b/bin/tests/system/resolver/ns4/root.db
index 10fe4f25dd..340a1235ea 100644
--- a/bin/tests/system/resolver/ns4/root.db
+++ b/bin/tests/system/resolver/ns4/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.2 2010/09/15 12:07:56 marka Exp $
diff --git a/bin/tests/system/resolver/ns4/tld1.db b/bin/tests/system/resolver/ns4/tld1.db
index 22a5201a0c..f82c2abc8b 100644
--- a/bin/tests/system/resolver/ns4/tld1.db
+++ b/bin/tests/system/resolver/ns4/tld1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: tld1.db,v 1.3 2012/02/09 23:47:18 tbox Exp $
diff --git a/bin/tests/system/resolver/ns4/tld2.db b/bin/tests/system/resolver/ns4/tld2.db
index 15b6bd9122..60b39bedb1 100644
--- a/bin/tests/system/resolver/ns4/tld2.db
+++ b/bin/tests/system/resolver/ns4/tld2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: tld2.db,v 1.3 2012/02/09 23:47:18 tbox Exp $
diff --git a/bin/tests/system/resolver/ns5/child.server.db b/bin/tests/system/resolver/ns5/child.server.db
index 3c162f11da..e9a07f2a34 100644
--- a/bin/tests/system/resolver/ns5/child.server.db
+++ b/bin/tests/system/resolver/ns5/child.server.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.server.db,v 1.3 2011/03/13 23:47:36 tbox Exp $
diff --git a/bin/tests/system/resolver/ns5/moves.db b/bin/tests/system/resolver/ns5/moves.db
index add53bcf1c..5439cbadf1 100644
--- a/bin/tests/system/resolver/ns5/moves.db
+++ b/bin/tests/system/resolver/ns5/moves.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: moves.db,v 1.3 2011/03/13 23:47:36 tbox Exp $
diff --git a/bin/tests/system/resolver/ns5/named.conf.in b/bin/tests/system/resolver/ns5/named.conf.in
index 1918285803..07205c9938 100644
--- a/bin/tests/system/resolver/ns5/named.conf.in
+++ b/bin/tests/system/resolver/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/resolver/ns5/root.hint b/bin/tests/system/resolver/ns5/root.hint
index 18928d4005..58ad7852a5 100644
--- a/bin/tests/system/resolver/ns5/root.hint
+++ b/bin/tests/system/resolver/ns5/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.2 2010/09/15 12:07:56 marka Exp $
diff --git a/bin/tests/system/resolver/ns6/broken.db b/bin/tests/system/resolver/ns6/broken.db
index d1dda160e5..c67eb453ea 100644
--- a/bin/tests/system/resolver/ns6/broken.db
+++ b/bin/tests/system/resolver/ns6/broken.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: to-be-removed.tld.db.in,v 1.3 2012/02/09 23:47:18 tbox Exp $
diff --git a/bin/tests/system/resolver/ns6/delegation-only.db b/bin/tests/system/resolver/ns6/delegation-only.db
index c2c1d38cf9..29e9adbf7a 100644
--- a/bin/tests/system/resolver/ns6/delegation-only.db
+++ b/bin/tests/system/resolver/ns6/delegation-only.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ IN SOA ns marka.isc.org. 1 0 0 0 120
diff --git a/bin/tests/system/resolver/ns6/ds.example.net.db.in b/bin/tests/system/resolver/ns6/ds.example.net.db.in
index 902bb49976..3e3cb3c2b9 100644
--- a/bin/tests/system/resolver/ns6/ds.example.net.db.in
+++ b/bin/tests/system/resolver/ns6/ds.example.net.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.net.db.in,v 1.3 2010/11/17 23:47:08 tbox Exp $
diff --git a/bin/tests/system/resolver/ns6/example.net.db.in b/bin/tests/system/resolver/ns6/example.net.db.in
index e956573a70..1010a373dd 100644
--- a/bin/tests/system/resolver/ns6/example.net.db.in
+++ b/bin/tests/system/resolver/ns6/example.net.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.net.db.in,v 1.3 2010/11/17 23:47:08 tbox Exp $
diff --git a/bin/tests/system/resolver/ns6/keygen.sh b/bin/tests/system/resolver/ns6/keygen.sh
index 8f5716ef73..cdead3b0c2 100644
--- a/bin/tests/system/resolver/ns6/keygen.sh
+++ b/bin/tests/system/resolver/ns6/keygen.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: keygen.sh,v 1.2 2010/11/16 06:46:44 marka Exp $
diff --git a/bin/tests/system/resolver/ns6/moves.db b/bin/tests/system/resolver/ns6/moves.db
index 1d3a2729f7..42339d4db2 100644
--- a/bin/tests/system/resolver/ns6/moves.db
+++ b/bin/tests/system/resolver/ns6/moves.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: moves.db,v 1.3 2011/03/13 23:47:36 tbox Exp $
diff --git a/bin/tests/system/resolver/ns6/named.conf.in b/bin/tests/system/resolver/ns6/named.conf.in
index 45c15baa3a..7df48558b8 100644
--- a/bin/tests/system/resolver/ns6/named.conf.in
+++ b/bin/tests/system/resolver/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS6
diff --git a/bin/tests/system/resolver/ns6/no-edns-version.tld.db b/bin/tests/system/resolver/ns6/no-edns-version.tld.db
index b9bc1ae2d6..736c2e5590 100644
--- a/bin/tests/system/resolver/ns6/no-edns-version.tld.db
+++ b/bin/tests/system/resolver/ns6/no-edns-version.tld.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ SOA . . 0 0 0 0 0
@ NS ns
diff --git a/bin/tests/system/resolver/ns6/root.db b/bin/tests/system/resolver/ns6/root.db
index a1e99f0bc7..a8910fa25c 100644
--- a/bin/tests/system/resolver/ns6/root.db
+++ b/bin/tests/system/resolver/ns6/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.4 2011/03/13 23:47:36 tbox Exp $
diff --git a/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in b/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in
index fdfdc26143..d7d782169e 100644
--- a/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in
+++ b/bin/tests/system/resolver/ns6/to-be-removed.tld.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: to-be-removed.tld.db.in,v 1.3 2012/02/09 23:47:18 tbox Exp $
diff --git a/bin/tests/system/resolver/ns7/all-cnames.db b/bin/tests/system/resolver/ns7/all-cnames.db
index 05c90411d4..3adcd1d741 100644
--- a/bin/tests/system/resolver/ns7/all-cnames.db
+++ b/bin/tests/system/resolver/ns7/all-cnames.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
@ IN SOA marka.isc.org. ns.server. (
diff --git a/bin/tests/system/resolver/ns7/edns-version.tld.db b/bin/tests/system/resolver/ns7/edns-version.tld.db
index 6aa4e543b4..f94d84adb6 100644
--- a/bin/tests/system/resolver/ns7/edns-version.tld.db
+++ b/bin/tests/system/resolver/ns7/edns-version.tld.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ SOA . . 0 0 0 0 0
@ NS ns
diff --git a/bin/tests/system/resolver/ns7/named1.conf.in b/bin/tests/system/resolver/ns7/named1.conf.in
index 11df98fbed..6828ad2672 100644
--- a/bin/tests/system/resolver/ns7/named1.conf.in
+++ b/bin/tests/system/resolver/ns7/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS7
diff --git a/bin/tests/system/resolver/ns7/named2.conf.in b/bin/tests/system/resolver/ns7/named2.conf.in
index be10bccdd1..ad8988f344 100644
--- a/bin/tests/system/resolver/ns7/named2.conf.in
+++ b/bin/tests/system/resolver/ns7/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS7
diff --git a/bin/tests/system/resolver/ns7/root.hint b/bin/tests/system/resolver/ns7/root.hint
index 591569d636..0aeca5ea54 100644
--- a/bin/tests/system/resolver/ns7/root.hint
+++ b/bin/tests/system/resolver/ns7/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.2 2010/11/16 06:46:44 marka Exp $
diff --git a/bin/tests/system/resolver/ns7/server.db.in b/bin/tests/system/resolver/ns7/server.db.in
index c561298cea..2b631bb6a4 100644
--- a/bin/tests/system/resolver/ns7/server.db.in
+++ b/bin/tests/system/resolver/ns7/server.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: server.db.in,v 1.3 2011/03/13 23:47:36 tbox Exp $
diff --git a/bin/tests/system/resolver/prereq.sh b/bin/tests/system/resolver/prereq.sh
index aad46df830..264ab4c982 100644
--- a/bin/tests/system/resolver/prereq.sh
+++ b/bin/tests/system/resolver/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/resolver/setup.sh b/bin/tests/system/resolver/setup.sh
index 20126769c2..c54fa714d9 100644
--- a/bin/tests/system/resolver/setup.sh
+++ b/bin/tests/system/resolver/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh
index 79021b4b3a..73066a881e 100755
--- a/bin/tests/system/resolver/tests.sh
+++ b/bin/tests/system/resolver/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rndc/Makefile.in b/bin/tests/system/rndc/Makefile.in
index c8a65f1034..186464ff0d 100644
--- a/bin/tests/system/rndc/Makefile.in
+++ b/bin/tests/system/rndc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/rndc/clean.sh b/bin/tests/system/rndc/clean.sh
index 11cd0cd6a9..df8aa77210 100644
--- a/bin/tests/system/rndc/clean.sh
+++ b/bin/tests/system/rndc/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.*.test*
rm -f ns*/named.lock
diff --git a/bin/tests/system/rndc/gencheck.c b/bin/tests/system/rndc/gencheck.c
index 0aa5194d94..9021b50108 100644
--- a/bin/tests/system/rndc/gencheck.c
+++ b/bin/tests/system/rndc/gencheck.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tests/system/rndc/ns2/incl.db b/bin/tests/system/rndc/ns2/incl.db
index 7690dd7387..f40cac4b6e 100644
--- a/bin/tests/system/rndc/ns2/incl.db
+++ b/bin/tests/system/rndc/ns2/incl.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; Used for testing $INCLUDE
$INCLUDE "static.db"
diff --git a/bin/tests/system/rndc/ns2/named.conf.in b/bin/tests/system/rndc/ns2/named.conf.in
index d9aface16e..e4dfe3fddb 100644
--- a/bin/tests/system/rndc/ns2/named.conf.in
+++ b/bin/tests/system/rndc/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rndc/ns2/secondkey.conf b/bin/tests/system/rndc/ns2/secondkey.conf
index 44bcf59921..55c3f54b8a 100644
--- a/bin/tests/system/rndc/ns2/secondkey.conf
+++ b/bin/tests/system/rndc/ns2/secondkey.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rndc.conf,v 1.5 2007/06/19 23:47:01 tbox Exp $ */
diff --git a/bin/tests/system/rndc/ns3/named.conf.in b/bin/tests/system/rndc/ns3/named.conf.in
index 1ad8cc7437..e8dbfc4aeb 100644
--- a/bin/tests/system/rndc/ns3/named.conf.in
+++ b/bin/tests/system/rndc/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rndc/ns4/named.conf.in b/bin/tests/system/rndc/ns4/named.conf.in
index 3c90489e4c..2466e69559 100644
--- a/bin/tests/system/rndc/ns4/named.conf.in
+++ b/bin/tests/system/rndc/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rndc/ns5/named.conf.in b/bin/tests/system/rndc/ns5/named.conf.in
index 7e1c28fd0f..889623eac5 100644
--- a/bin/tests/system/rndc/ns5/named.conf.in
+++ b/bin/tests/system/rndc/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rndc/ns6/named.conf.in b/bin/tests/system/rndc/ns6/named.conf.in
index 3ac1e79e01..5a57730993 100644
--- a/bin/tests/system/rndc/ns6/named.conf.in
+++ b/bin/tests/system/rndc/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rndc/setup.sh b/bin/tests/system/rndc/setup.sh
index 0bef55de17..850c4d2744 100644
--- a/bin/tests/system/rndc/setup.sh
+++ b/bin/tests/system/rndc/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rndc/tests.sh b/bin/tests/system/rndc/tests.sh
index 01179bd286..9a84de8f37 100644
--- a/bin/tests/system/rndc/tests.sh
+++ b/bin/tests/system/rndc/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rpz/clean.sh b/bin/tests/system/rpz/clean.sh
index 12e74a7a55..25ce2c972c 100644
--- a/bin/tests/system/rpz/clean.sh
+++ b/bin/tests/system/rpz/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Clean up after rpz tests.
diff --git a/bin/tests/system/rpz/ns1/named.conf.in b/bin/tests/system/rpz/ns1/named.conf.in
index f940820be1..4605e46e3a 100644
--- a/bin/tests/system/rpz/ns1/named.conf.in
+++ b/bin/tests/system/rpz/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rpz/ns1/root.db b/bin/tests/system/rpz/ns1/root.db
index 115aeacd1c..d241627a4a 100644
--- a/bin/tests/system/rpz/ns1/root.db
+++ b/bin/tests/system/rpz/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns2/base-tld2s.db b/bin/tests/system/rpz/ns2/base-tld2s.db
index 90985955d4..877b848f99 100644
--- a/bin/tests/system/rpz/ns2/base-tld2s.db
+++ b/bin/tests/system/rpz/ns2/base-tld2s.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns2/bl.tld2.db.in b/bin/tests/system/rpz/ns2/bl.tld2.db.in
index d1026d845a..84edda8a80 100644
--- a/bin/tests/system/rpz/ns2/bl.tld2.db.in
+++ b/bin/tests/system/rpz/ns2/bl.tld2.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns2/blv2.tld2.db.in b/bin/tests/system/rpz/ns2/blv2.tld2.db.in
index 820c3ea6d0..c127f0ec95 100644
--- a/bin/tests/system/rpz/ns2/blv2.tld2.db.in
+++ b/bin/tests/system/rpz/ns2/blv2.tld2.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns2/blv3.tld2.db.in b/bin/tests/system/rpz/ns2/blv3.tld2.db.in
index ee82cf2215..d5637e59d2 100644
--- a/bin/tests/system/rpz/ns2/blv3.tld2.db.in
+++ b/bin/tests/system/rpz/ns2/blv3.tld2.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns2/hints b/bin/tests/system/rpz/ns2/hints
index 0349bc590e..3b6b607763 100644
--- a/bin/tests/system/rpz/ns2/hints
+++ b/bin/tests/system/rpz/ns2/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns2/named.conf.in b/bin/tests/system/rpz/ns2/named.conf.in
index 0d96be927f..5cdc60e1fc 100644
--- a/bin/tests/system/rpz/ns2/named.conf.in
+++ b/bin/tests/system/rpz/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rpz/ns2/tld2.db b/bin/tests/system/rpz/ns2/tld2.db
index 1d5953e190..886f56a62a 100644
--- a/bin/tests/system/rpz/ns2/tld2.db
+++ b/bin/tests/system/rpz/ns2/tld2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns3/base.db b/bin/tests/system/rpz/ns3/base.db
index 30425bb383..fee7170596 100644
--- a/bin/tests/system/rpz/ns3/base.db
+++ b/bin/tests/system/rpz/ns3/base.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; RPZ test
; This basic file is copied to several zone files before being used.
diff --git a/bin/tests/system/rpz/ns3/hints b/bin/tests/system/rpz/ns3/hints
index 0349bc590e..3b6b607763 100644
--- a/bin/tests/system/rpz/ns3/hints
+++ b/bin/tests/system/rpz/ns3/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns3/named.conf.in b/bin/tests/system/rpz/ns3/named.conf.in
index b6a3fa93cd..52a7482ac8 100644
--- a/bin/tests/system/rpz/ns3/named.conf.in
+++ b/bin/tests/system/rpz/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/rpz/ns4/hints b/bin/tests/system/rpz/ns4/hints
index 0349bc590e..3b6b607763 100644
--- a/bin/tests/system/rpz/ns4/hints
+++ b/bin/tests/system/rpz/ns4/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns4/named.conf.in b/bin/tests/system/rpz/ns4/named.conf.in
index 19be8108ca..05a374b78f 100644
--- a/bin/tests/system/rpz/ns4/named.conf.in
+++ b/bin/tests/system/rpz/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rpz/ns4/tld4.db b/bin/tests/system/rpz/ns4/tld4.db
index 29f87710fb..bf4824a8e4 100644
--- a/bin/tests/system/rpz/ns4/tld4.db
+++ b/bin/tests/system/rpz/ns4/tld4.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns5/empty.db.in b/bin/tests/system/rpz/ns5/empty.db.in
index 37bb79408e..7edcc17705 100644
--- a/bin/tests/system/rpz/ns5/empty.db.in
+++ b/bin/tests/system/rpz/ns5/empty.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
@ SOA . hostmaster.ns.example.tld5. ( 1 3600 1200 604800 60 )
diff --git a/bin/tests/system/rpz/ns5/hints b/bin/tests/system/rpz/ns5/hints
index 623a336177..3b6b607763 100644
--- a/bin/tests/system/rpz/ns5/hints
+++ b/bin/tests/system/rpz/ns5/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns5/named.conf.in b/bin/tests/system/rpz/ns5/named.conf.in
index d51c8a59ce..28b8906b6f 100644
--- a/bin/tests/system/rpz/ns5/named.conf.in
+++ b/bin/tests/system/rpz/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tests/system/rpz/ns5/tld5.db b/bin/tests/system/rpz/ns5/tld5.db
index 00a5e9b00a..cfdab74a94 100644
--- a/bin/tests/system/rpz/ns5/tld5.db
+++ b/bin/tests/system/rpz/ns5/tld5.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/ns6/hints b/bin/tests/system/rpz/ns6/hints
index d853eee492..3b6b607763 100644
--- a/bin/tests/system/rpz/ns6/hints
+++ b/bin/tests/system/rpz/ns6/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns6/named.conf.in b/bin/tests/system/rpz/ns6/named.conf.in
index c340c1d27b..f22f7b1b46 100644
--- a/bin/tests/system/rpz/ns6/named.conf.in
+++ b/bin/tests/system/rpz/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rpz/ns7/hints b/bin/tests/system/rpz/ns7/hints
index d853eee492..3b6b607763 100644
--- a/bin/tests/system/rpz/ns7/hints
+++ b/bin/tests/system/rpz/ns7/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rpz/ns7/named.conf.in b/bin/tests/system/rpz/ns7/named.conf.in
index d3ba15767b..434e246023 100644
--- a/bin/tests/system/rpz/ns7/named.conf.in
+++ b/bin/tests/system/rpz/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rpz/prereq.sh b/bin/tests/system/rpz/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/rpz/prereq.sh
+++ b/bin/tests/system/rpz/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rpz/qperf.sh b/bin/tests/system/rpz/qperf.sh
index 8feaf59db2..1614ff2119 100644
--- a/bin/tests/system/rpz/qperf.sh
+++ b/bin/tests/system/rpz/qperf.sh
@@ -1,10 +1,13 @@
#! /bin/sh
#
-# Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh
index 5a16fcb3b8..cb73f4a710 100644
--- a/bin/tests/system/rpz/setup.sh
+++ b/bin/tests/system/rpz/setup.sh
@@ -1,10 +1,13 @@
#! /bin/sh
#
-# Copyright (C) 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
set -e
diff --git a/bin/tests/system/rpz/test1 b/bin/tests/system/rpz/test1
index 462d69bba5..f6292530da 100644
--- a/bin/tests/system/rpz/test1
+++ b/bin/tests/system/rpz/test1
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/test2 b/bin/tests/system/rpz/test2
index b92b22630d..29f302c039 100644
--- a/bin/tests/system/rpz/test2
+++ b/bin/tests/system/rpz/test2
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/test3 b/bin/tests/system/rpz/test3
index 07a3255e38..1a6f373beb 100644
--- a/bin/tests/system/rpz/test3
+++ b/bin/tests/system/rpz/test3
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/test4 b/bin/tests/system/rpz/test4
index 34a594cfa3..37aabb3ed3 100644
--- a/bin/tests/system/rpz/test4
+++ b/bin/tests/system/rpz/test4
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/test4a b/bin/tests/system/rpz/test4a
index 6c9c28f693..fdc388e7d7 100644
--- a/bin/tests/system/rpz/test4a
+++ b/bin/tests/system/rpz/test4a
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/test5 b/bin/tests/system/rpz/test5
index df60cf4908..1a3747c637 100644
--- a/bin/tests/system/rpz/test5
+++ b/bin/tests/system/rpz/test5
@@ -1,8 +1,11 @@
-; Copyright (C) 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/test6 b/bin/tests/system/rpz/test6
index 72072c0e27..ec04681b4a 100644
--- a/bin/tests/system/rpz/test6
+++ b/bin/tests/system/rpz/test6
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh
index 48f706278b..32eb0c6ea4 100644
--- a/bin/tests/system/rpz/tests.sh
+++ b/bin/tests/system/rpz/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# test response policy zones (RPZ)
diff --git a/bin/tests/system/rpzrecurse/README b/bin/tests/system/rpzrecurse/README
index 79c30ac6c2..c495d4d0fb 100644
--- a/bin/tests/system/rpzrecurse/README
+++ b/bin/tests/system/rpzrecurse/README
@@ -1,9 +1,12 @@
-Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
These tests check RPZ recursion behavior (including skipping
recursion when appropriate).
diff --git a/bin/tests/system/rpzrecurse/ans5/ans.pl b/bin/tests/system/rpzrecurse/ans5/ans.pl
index a0d8652532..9723ff5f11 100644
--- a/bin/tests/system/rpzrecurse/ans5/ans.pl
+++ b/bin/tests/system/rpzrecurse/ans5/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use IO::File;
use IO::Socket;
diff --git a/bin/tests/system/rpzrecurse/clean.sh b/bin/tests/system/rpzrecurse/clean.sh
index 77c7276c52..de97959220 100644
--- a/bin/tests/system/rpzrecurse/clean.sh
+++ b/bin/tests/system/rpzrecurse/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Clean up after rpz tests.
diff --git a/bin/tests/system/rpzrecurse/ns1/db.l0 b/bin/tests/system/rpzrecurse/ns1/db.l0
index 931b847437..af0d9e8517 100644
--- a/bin/tests/system/rpzrecurse/ns1/db.l0
+++ b/bin/tests/system/rpzrecurse/ns1/db.l0
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns1/db.l1.l0 b/bin/tests/system/rpzrecurse/ns1/db.l1.l0
index d53f00e695..36ed1e576f 100644
--- a/bin/tests/system/rpzrecurse/ns1/db.l1.l0
+++ b/bin/tests/system/rpzrecurse/ns1/db.l1.l0
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns1/example.db b/bin/tests/system/rpzrecurse/ns1/example.db
index 849b26352d..fd3e8877e0 100644
--- a/bin/tests/system/rpzrecurse/ns1/example.db
+++ b/bin/tests/system/rpzrecurse/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ IN SOA root.example. example. 1 3600 3600 3600 3600
diff --git a/bin/tests/system/rpzrecurse/ns1/named.conf.in b/bin/tests/system/rpzrecurse/ns1/named.conf.in
index 830b8a5770..e8105a2e1f 100644
--- a/bin/tests/system/rpzrecurse/ns1/named.conf.in
+++ b/bin/tests/system/rpzrecurse/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rpzrecurse/ns1/root.db b/bin/tests/system/rpzrecurse/ns1/root.db
index 069840d3f9..1b1de3fc00 100644
--- a/bin/tests/system/rpzrecurse/ns1/root.db
+++ b/bin/tests/system/rpzrecurse/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
@ IN SOA muks.isc.org. a.root.servers.nil. (
diff --git a/bin/tests/system/rpzrecurse/ns1/test1.example.net.db b/bin/tests/system/rpzrecurse/ns1/test1.example.net.db
index 6332f4f7b9..4d07a4129a 100644
--- a/bin/tests/system/rpzrecurse/ns1/test1.example.net.db
+++ b/bin/tests/system/rpzrecurse/ns1/test1.example.net.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ IN SOA root.example. example. 1 3600 3600 3600 3600
diff --git a/bin/tests/system/rpzrecurse/ns1/test2.example.net.db b/bin/tests/system/rpzrecurse/ns1/test2.example.net.db
index 1cab607e40..bfe46aa277 100644
--- a/bin/tests/system/rpzrecurse/ns1/test2.example.net.db
+++ b/bin/tests/system/rpzrecurse/ns1/test2.example.net.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ IN SOA root.example. example. 1 3600 3600 3600 3600
diff --git a/bin/tests/system/rpzrecurse/ns2/db.clientip1 b/bin/tests/system/rpzrecurse/ns2/db.clientip1
index 7b67c6b17b..9b99e45130 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.clientip1
+++ b/bin/tests/system/rpzrecurse/ns2/db.clientip1
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.clientip2 b/bin/tests/system/rpzrecurse/ns2/db.clientip2
index cbd322fc25..49ab88124c 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.clientip2
+++ b/bin/tests/system/rpzrecurse/ns2/db.clientip2
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.clientip21 b/bin/tests/system/rpzrecurse/ns2/db.clientip21
index b681437127..770269cbd0 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.clientip21
+++ b/bin/tests/system/rpzrecurse/ns2/db.clientip21
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.log1 b/bin/tests/system/rpzrecurse/ns2/db.log1
index 74f8526eb0..f18cfe19c2 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.log1
+++ b/bin/tests/system/rpzrecurse/ns2/db.log1
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.log2 b/bin/tests/system/rpzrecurse/ns2/db.log2
index 5968b3e616..88722ff03e 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.log2
+++ b/bin/tests/system/rpzrecurse/ns2/db.log2
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.log3 b/bin/tests/system/rpzrecurse/ns2/db.log3
index a8876b3ae6..b432802f99 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.log3
+++ b/bin/tests/system/rpzrecurse/ns2/db.log3
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard1 b/bin/tests/system/rpzrecurse/ns2/db.wildcard1
index 789df2e82c..8d6e8adc82 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.wildcard1
+++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard1
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard2a b/bin/tests/system/rpzrecurse/ns2/db.wildcard2a
index 789df2e82c..8d6e8adc82 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.wildcard2a
+++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard2a
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard2b b/bin/tests/system/rpzrecurse/ns2/db.wildcard2b
index ee4486cddd..c362314def 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.wildcard2b
+++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard2b
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/db.wildcard3 b/bin/tests/system/rpzrecurse/ns2/db.wildcard3
index 92f806ee42..b60bdd1906 100644
--- a/bin/tests/system/rpzrecurse/ns2/db.wildcard3
+++ b/bin/tests/system/rpzrecurse/ns2/db.wildcard3
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 60
@ IN SOA root.ns ns 1996072700 3600 1800 86400 60
diff --git a/bin/tests/system/rpzrecurse/ns2/named.clientip.conf b/bin/tests/system/rpzrecurse/ns2/named.clientip.conf
index 6c5376b3d3..94bea9e5af 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.clientip.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.clientip.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf b/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf
index 2a42981688..5ddc68bc99 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.clientip2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/named.conf.header.in b/bin/tests/system/rpzrecurse/ns2/named.conf.header.in
index 3caf6ccd2c..cd64d3d574 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.conf.header.in
+++ b/bin/tests/system/rpzrecurse/ns2/named.conf.header.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/rpzrecurse/ns2/named.default.conf b/bin/tests/system/rpzrecurse/ns2/named.default.conf
index 00e34294ff..f690495894 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.default.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.default.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/named.log.conf b/bin/tests/system/rpzrecurse/ns2/named.log.conf
index 62a82d82dd..a172a2749f 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.log.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.log.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf
index 0174745c19..ae861bb05d 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf
index 0547fc251e..edcae05083 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf b/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf
index 27a0e99168..2d0f1b474b 100644
--- a/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf
+++ b/bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# common configuration
diff --git a/bin/tests/system/rpzrecurse/ns2/root.hint b/bin/tests/system/rpzrecurse/ns2/root.hint
index 82b12c000a..f627479ba3 100644
--- a/bin/tests/system/rpzrecurse/ns2/root.hint
+++ b/bin/tests/system/rpzrecurse/ns2/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 999999
. IN NS ns.example.
diff --git a/bin/tests/system/rpzrecurse/ns3/example.db b/bin/tests/system/rpzrecurse/ns3/example.db
index ecdb46843b..3fb4a243ca 100644
--- a/bin/tests/system/rpzrecurse/ns3/example.db
+++ b/bin/tests/system/rpzrecurse/ns3/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 0
@ SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/rpzrecurse/ns3/named1.conf.in b/bin/tests/system/rpzrecurse/ns3/named1.conf.in
index 341b073657..fa5ee303d3 100644
--- a/bin/tests/system/rpzrecurse/ns3/named1.conf.in
+++ b/bin/tests/system/rpzrecurse/ns3/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/rpzrecurse/ns3/named2.conf.in b/bin/tests/system/rpzrecurse/ns3/named2.conf.in
index c56c376f5c..a50a9cd5a6 100644
--- a/bin/tests/system/rpzrecurse/ns3/named2.conf.in
+++ b/bin/tests/system/rpzrecurse/ns3/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/rpzrecurse/ns3/policy.db b/bin/tests/system/rpzrecurse/ns3/policy.db
index 7a24fed8cc..c2437d2835 100644
--- a/bin/tests/system/rpzrecurse/ns3/policy.db
+++ b/bin/tests/system/rpzrecurse/ns3/policy.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 0
@ SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/rpzrecurse/ns3/root.db b/bin/tests/system/rpzrecurse/ns3/root.db
index a02fc9ceab..b12a184395 100644
--- a/bin/tests/system/rpzrecurse/ns3/root.db
+++ b/bin/tests/system/rpzrecurse/ns3/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 0
@ SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/rpzrecurse/ns4/child.example.db b/bin/tests/system/rpzrecurse/ns4/child.example.db
index ed23887552..66cd956e15 100644
--- a/bin/tests/system/rpzrecurse/ns4/child.example.db
+++ b/bin/tests/system/rpzrecurse/ns4/child.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 0
@ SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/rpzrecurse/ns4/named.conf.in b/bin/tests/system/rpzrecurse/ns4/named.conf.in
index 8c63cfac2f..24e5115ae6 100644
--- a/bin/tests/system/rpzrecurse/ns4/named.conf.in
+++ b/bin/tests/system/rpzrecurse/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
controls { /* empty */ };
diff --git a/bin/tests/system/rpzrecurse/prereq.sh b/bin/tests/system/rpzrecurse/prereq.sh
index 50903bc54f..c8fe3b885c 100644
--- a/bin/tests/system/rpzrecurse/prereq.sh
+++ b/bin/tests/system/rpzrecurse/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rpzrecurse/setup.sh b/bin/tests/system/rpzrecurse/setup.sh
index bbae9349c3..468065585e 100644
--- a/bin/tests/system/rpzrecurse/setup.sh
+++ b/bin/tests/system/rpzrecurse/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rpzrecurse/testgen.pl b/bin/tests/system/rpzrecurse/testgen.pl
index 987501aa7f..af43bbd94b 100755
--- a/bin/tests/system/rpzrecurse/testgen.pl
+++ b/bin/tests/system/rpzrecurse/testgen.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
use warnings;
diff --git a/bin/tests/system/rpzrecurse/tests.sh b/bin/tests/system/rpzrecurse/tests.sh
index c6ec7455fd..172a806eef 100644
--- a/bin/tests/system/rpzrecurse/tests.sh
+++ b/bin/tests/system/rpzrecurse/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rrchecker/clean.sh b/bin/tests/system/rrchecker/clean.sh
index 638f5ae72e..11e7d2d2d8 100644
--- a/bin/tests/system/rrchecker/clean.sh
+++ b/bin/tests/system/rrchecker/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f classlist.out privatelist.out typelist.out tempzone checkzone.out* checker.out
rm -f ns*/named.lock
diff --git a/bin/tests/system/rrchecker/tests.sh b/bin/tests/system/rrchecker/tests.sh
index f647072a52..29440161b5 100644
--- a/bin/tests/system/rrchecker/tests.sh
+++ b/bin/tests/system/rrchecker/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rrl/broken.conf b/bin/tests/system/rrl/broken.conf
index 648f788ec5..75df4fcc86 100644
--- a/bin/tests/system/rrl/broken.conf
+++ b/bin/tests/system/rrl/broken.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/bin/tests/system/rrl/clean.sh b/bin/tests/system/rrl/clean.sh
index cde5d460fc..55a1c12b99 100644
--- a/bin/tests/system/rrl/clean.sh
+++ b/bin/tests/system/rrl/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Clean up after rrl tests.
diff --git a/bin/tests/system/rrl/ns1/named.conf.in b/bin/tests/system/rrl/ns1/named.conf.in
index f940820be1..4605e46e3a 100644
--- a/bin/tests/system/rrl/ns1/named.conf.in
+++ b/bin/tests/system/rrl/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrl/ns1/root.db b/bin/tests/system/rrl/ns1/root.db
index b24cac5512..c628370d6d 100644
--- a/bin/tests/system/rrl/ns1/root.db
+++ b/bin/tests/system/rrl/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 120
diff --git a/bin/tests/system/rrl/ns2/hints b/bin/tests/system/rrl/ns2/hints
index bc02f562dd..cb67a8b3ec 100644
--- a/bin/tests/system/rrl/ns2/hints
+++ b/bin/tests/system/rrl/ns2/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rrl/ns2/named.conf.in b/bin/tests/system/rrl/ns2/named.conf.in
index 5a043b9519..73e3296440 100644
--- a/bin/tests/system/rrl/ns2/named.conf.in
+++ b/bin/tests/system/rrl/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrl/ns2/tld2.db b/bin/tests/system/rrl/ns2/tld2.db
index e67e23d771..4a4b97aa4d 100644
--- a/bin/tests/system/rrl/ns2/tld2.db
+++ b/bin/tests/system/rrl/ns2/tld2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rrl/ns3/hints b/bin/tests/system/rrl/ns3/hints
index bc02f562dd..cb67a8b3ec 100644
--- a/bin/tests/system/rrl/ns3/hints
+++ b/bin/tests/system/rrl/ns3/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rrl/ns3/named.conf.in b/bin/tests/system/rrl/ns3/named.conf.in
index 6b59a4b4ac..5be45fac81 100644
--- a/bin/tests/system/rrl/ns3/named.conf.in
+++ b/bin/tests/system/rrl/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrl/ns3/tld3.db b/bin/tests/system/rrl/ns3/tld3.db
index dbcfda9510..26e9f3301d 100644
--- a/bin/tests/system/rrl/ns3/tld3.db
+++ b/bin/tests/system/rrl/ns3/tld3.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rrl/ns4/hints b/bin/tests/system/rrl/ns4/hints
index aa3924d9b5..cb67a8b3ec 100644
--- a/bin/tests/system/rrl/ns4/hints
+++ b/bin/tests/system/rrl/ns4/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rrl/ns4/named.conf.in b/bin/tests/system/rrl/ns4/named.conf.in
index 4a1d215135..a35e353bc0 100644
--- a/bin/tests/system/rrl/ns4/named.conf.in
+++ b/bin/tests/system/rrl/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrl/ns4/tld4.db b/bin/tests/system/rrl/ns4/tld4.db
index 11d48a8317..5b746a01ab 100644
--- a/bin/tests/system/rrl/ns4/tld4.db
+++ b/bin/tests/system/rrl/ns4/tld4.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
diff --git a/bin/tests/system/rrl/setup.sh b/bin/tests/system/rrl/setup.sh
index 5070de109e..4563f04145 100644
--- a/bin/tests/system/rrl/setup.sh
+++ b/bin/tests/system/rrl/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rrl/tests.sh b/bin/tests/system/rrl/tests.sh
index 26e7a758d2..4742751c00 100644
--- a/bin/tests/system/rrl/tests.sh
+++ b/bin/tests/system/rrl/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# test response rate limiting
diff --git a/bin/tests/system/rrsetorder/clean.sh b/bin/tests/system/rrsetorder/clean.sh
index 9b33778d22..b88c8d1a1e 100644
--- a/bin/tests/system/rrsetorder/clean.sh
+++ b/bin/tests/system/rrsetorder/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2006-2008, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.test*
rm -f dig.out.cyclic dig.out.fixed dig.out.random
diff --git a/bin/tests/system/rrsetorder/ns1/named.conf.in b/bin/tests/system/rrsetorder/ns1/named.conf.in
index f5b5bc75c1..e3430f7c87 100644
--- a/bin/tests/system/rrsetorder/ns1/named.conf.in
+++ b/bin/tests/system/rrsetorder/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrsetorder/ns1/root.db b/bin/tests/system/rrsetorder/ns1/root.db
index 70ca5e3049..31a14abb8a 100644
--- a/bin/tests/system/rrsetorder/ns1/root.db
+++ b/bin/tests/system/rrsetorder/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2006, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.6 2012/01/04 23:46:49 tbox Exp $
diff --git a/bin/tests/system/rrsetorder/ns2/named.conf.in b/bin/tests/system/rrsetorder/ns2/named.conf.in
index ddd7d9025c..ae7eb9592f 100644
--- a/bin/tests/system/rrsetorder/ns2/named.conf.in
+++ b/bin/tests/system/rrsetorder/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrsetorder/ns3/named.conf.in b/bin/tests/system/rrsetorder/ns3/named.conf.in
index 39119ad9d4..9597bb7cd9 100644
--- a/bin/tests/system/rrsetorder/ns3/named.conf.in
+++ b/bin/tests/system/rrsetorder/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrsetorder/ns4/named.conf.in b/bin/tests/system/rrsetorder/ns4/named.conf.in
index 7b53640893..fea31e1d37 100644
--- a/bin/tests/system/rrsetorder/ns4/named.conf.in
+++ b/bin/tests/system/rrsetorder/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/rrsetorder/setup.sh b/bin/tests/system/rrsetorder/setup.sh
index 7d0bc272e0..3a14fe9e3a 100644
--- a/bin/tests/system/rrsetorder/setup.sh
+++ b/bin/tests/system/rrsetorder/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rrsetorder/tests.sh b/bin/tests/system/rrsetorder/tests.sh
index 4e28112342..4cc21cdf2a 100644
--- a/bin/tests/system/rrsetorder/tests.sh
+++ b/bin/tests/system/rrsetorder/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2006-2008, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rsabigexponent/Makefile.in b/bin/tests/system/rsabigexponent/Makefile.in
index 1e2a8fd4d1..af2b0f1e70 100644
--- a/bin/tests/system/rsabigexponent/Makefile.in
+++ b/bin/tests/system/rsabigexponent/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/bin/tests/system/rsabigexponent/bigkey.c b/bin/tests/system/rsabigexponent/bigkey.c
index 9c46866197..64a939fac0 100644
--- a/bin/tests/system/rsabigexponent/bigkey.c
+++ b/bin/tests/system/rsabigexponent/bigkey.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/clean.sh b/bin/tests/system/rsabigexponent/clean.sh
index 9b8dca6a15..bba0f1177d 100644
--- a/bin/tests/system/rsabigexponent/clean.sh
+++ b/bin/tests/system/rsabigexponent/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f K* */K* */dsset-*. */*.signed */trusted.conf */tmp*
rm -f ns*/dsset-example
diff --git a/bin/tests/system/rsabigexponent/conf/bad01.conf b/bin/tests/system/rsabigexponent/conf/bad01.conf
index 0502948372..6b106fa49a 100644
--- a/bin/tests/system/rsabigexponent/conf/bad01.conf
+++ b/bin/tests/system/rsabigexponent/conf/bad01.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/conf/bad02.conf b/bin/tests/system/rsabigexponent/conf/bad02.conf
index 9cf399620f..a94c941b12 100644
--- a/bin/tests/system/rsabigexponent/conf/bad02.conf
+++ b/bin/tests/system/rsabigexponent/conf/bad02.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/conf/bad03.conf b/bin/tests/system/rsabigexponent/conf/bad03.conf
index 18a3c5a1e4..0996f4051d 100644
--- a/bin/tests/system/rsabigexponent/conf/bad03.conf
+++ b/bin/tests/system/rsabigexponent/conf/bad03.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/conf/good01.conf b/bin/tests/system/rsabigexponent/conf/good01.conf
index c2ee85635d..ee57f58b75 100644
--- a/bin/tests/system/rsabigexponent/conf/good01.conf
+++ b/bin/tests/system/rsabigexponent/conf/good01.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/conf/good02.conf b/bin/tests/system/rsabigexponent/conf/good02.conf
index dcf16b312a..9eecc76cb5 100644
--- a/bin/tests/system/rsabigexponent/conf/good02.conf
+++ b/bin/tests/system/rsabigexponent/conf/good02.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/conf/good03.conf b/bin/tests/system/rsabigexponent/conf/good03.conf
index bbdc289542..3cecd03c7d 100644
--- a/bin/tests/system/rsabigexponent/conf/good03.conf
+++ b/bin/tests/system/rsabigexponent/conf/good03.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/bin/tests/system/rsabigexponent/ns1/named.conf.in b/bin/tests/system/rsabigexponent/ns1/named.conf.in
index 9646384475..a43c02bc48 100644
--- a/bin/tests/system/rsabigexponent/ns1/named.conf.in
+++ b/bin/tests/system/rsabigexponent/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/rsabigexponent/ns1/root.db.in b/bin/tests/system/rsabigexponent/ns1/root.db.in
index afa4cbf55e..c259a55440 100644
--- a/bin/tests/system/rsabigexponent/ns1/root.db.in
+++ b/bin/tests/system/rsabigexponent/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rsabigexponent/ns1/sign.sh b/bin/tests/system/rsabigexponent/ns1/sign.sh
index 5c61f5a102..0561519764 100755
--- a/bin/tests/system/rsabigexponent/ns1/sign.sh
+++ b/bin/tests/system/rsabigexponent/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rsabigexponent/ns2/example.db.bad b/bin/tests/system/rsabigexponent/ns2/example.db.bad
index 2f04e29c06..bbf8cc18db 100644
--- a/bin/tests/system/rsabigexponent/ns2/example.db.bad
+++ b/bin/tests/system/rsabigexponent/ns2/example.db.bad
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rsabigexponent/ns2/example.db.in b/bin/tests/system/rsabigexponent/ns2/example.db.in
index a03f429ec2..37c7313d9f 100644
--- a/bin/tests/system/rsabigexponent/ns2/example.db.in
+++ b/bin/tests/system/rsabigexponent/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/rsabigexponent/ns2/named.conf.in b/bin/tests/system/rsabigexponent/ns2/named.conf.in
index 747699c027..2e8eb7aa91 100644
--- a/bin/tests/system/rsabigexponent/ns2/named.conf.in
+++ b/bin/tests/system/rsabigexponent/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/rsabigexponent/ns2/sign.sh b/bin/tests/system/rsabigexponent/ns2/sign.sh
index 9e446b898d..12fbc451a9 100755
--- a/bin/tests/system/rsabigexponent/ns2/sign.sh
+++ b/bin/tests/system/rsabigexponent/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.3 2011/05/26 23:47:28 tbox Exp $
diff --git a/bin/tests/system/rsabigexponent/ns3/named.conf.in b/bin/tests/system/rsabigexponent/ns3/named.conf.in
index a284db9b74..99d2a0d3fc 100644
--- a/bin/tests/system/rsabigexponent/ns3/named.conf.in
+++ b/bin/tests/system/rsabigexponent/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS3
diff --git a/bin/tests/system/rsabigexponent/prereq.sh b/bin/tests/system/rsabigexponent/prereq.sh
index a389b03601..e27f193429 100644
--- a/bin/tests/system/rsabigexponent/prereq.sh
+++ b/bin/tests/system/rsabigexponent/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rsabigexponent/setup.sh b/bin/tests/system/rsabigexponent/setup.sh
index 4782aea40b..ad46921289 100644
--- a/bin/tests/system/rsabigexponent/setup.sh
+++ b/bin/tests/system/rsabigexponent/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/rsabigexponent/tests.sh b/bin/tests/system/rsabigexponent/tests.sh
index 9f1a04c219..b53052892e 100644
--- a/bin/tests/system/rsabigexponent/tests.sh
+++ b/bin/tests/system/rsabigexponent/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh
index 6c39887320..600cacd5c8 100644
--- a/bin/tests/system/run.sh
+++ b/bin/tests/system/run.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2010, 2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Run a system test.
diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh
index 5c852b99c3..76f20a4f3a 100644
--- a/bin/tests/system/runall.sh
+++ b/bin/tests/system/runall.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2010-2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Run all the system tests.
#
diff --git a/bin/tests/system/runsequential.sh b/bin/tests/system/runsequential.sh
index 39022abb97..5e352e9bc5 100644
--- a/bin/tests/system/runsequential.sh
+++ b/bin/tests/system/runsequential.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Run system tests that must be run sequentially
#
diff --git a/bin/tests/system/runtime/README b/bin/tests/system/runtime/README
index 35daa3a44d..0fdf7aee64 100644
--- a/bin/tests/system/runtime/README
+++ b/bin/tests/system/runtime/README
@@ -1,8 +1,11 @@
-Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Tests of runtime checks, e.g., that named prevents duplicate processes
from running.
diff --git a/bin/tests/system/runtime/clean.sh b/bin/tests/system/runtime/clean.sh
index 2a8c76202f..e98d0f3c03 100644
--- a/bin/tests/system/runtime/clean.sh
+++ b/bin/tests/system/runtime/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns2/named.conf ns2/named-alt*.conf
rm -f */named.memstats
diff --git a/bin/tests/system/runtime/ns2/named-alt1.conf.in b/bin/tests/system/runtime/ns2/named-alt1.conf.in
index 4cf2ec0a32..87ff94c309 100644
--- a/bin/tests/system/runtime/ns2/named-alt1.conf.in
+++ b/bin/tests/system/runtime/ns2/named-alt1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/runtime/ns2/named-alt2.conf.in b/bin/tests/system/runtime/ns2/named-alt2.conf.in
index cdaa7bba24..9191e42b27 100644
--- a/bin/tests/system/runtime/ns2/named-alt2.conf.in
+++ b/bin/tests/system/runtime/ns2/named-alt2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/runtime/ns2/named-alt3.conf.in b/bin/tests/system/runtime/ns2/named-alt3.conf.in
index 28b79bc606..ce3eab40a2 100644
--- a/bin/tests/system/runtime/ns2/named-alt3.conf.in
+++ b/bin/tests/system/runtime/ns2/named-alt3.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/runtime/ns2/named-alt4.conf.in b/bin/tests/system/runtime/ns2/named-alt4.conf.in
index cf08a82854..a0b79c3d4d 100644
--- a/bin/tests/system/runtime/ns2/named-alt4.conf.in
+++ b/bin/tests/system/runtime/ns2/named-alt4.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/runtime/ns2/named-alt5.conf.in b/bin/tests/system/runtime/ns2/named-alt5.conf.in
index 1c1e39c3ea..82e95b18d4 100644
--- a/bin/tests/system/runtime/ns2/named-alt5.conf.in
+++ b/bin/tests/system/runtime/ns2/named-alt5.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/runtime/ns2/named-alt6.conf.in b/bin/tests/system/runtime/ns2/named-alt6.conf.in
index ef0bbd1169..548f3c2f31 100644
--- a/bin/tests/system/runtime/ns2/named-alt6.conf.in
+++ b/bin/tests/system/runtime/ns2/named-alt6.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/runtime/ns2/named1.conf.in b/bin/tests/system/runtime/ns2/named1.conf.in
index f03b8f81c8..7eb7f6c615 100644
--- a/bin/tests/system/runtime/ns2/named1.conf.in
+++ b/bin/tests/system/runtime/ns2/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/runtime/setup.sh b/bin/tests/system/runtime/setup.sh
index eb0445c5d4..04cb026a3a 100644
--- a/bin/tests/system/runtime/setup.sh
+++ b/bin/tests/system/runtime/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/runtime/tests.sh b/bin/tests/system/runtime/tests.sh
index 90fbe0732f..abb603cb0c 100644
--- a/bin/tests/system/runtime/tests.sh
+++ b/bin/tests/system/runtime/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/send.pl b/bin/tests/system/send.pl
index 9ebd7f15bb..758bf5fc1b 100644
--- a/bin/tests/system/send.pl
+++ b/bin/tests/system/send.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2001, 2004, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: send.pl,v 1.7 2011/03/05 23:52:29 tbox Exp $
diff --git a/bin/tests/system/setup.sh b/bin/tests/system/setup.sh
index 2803b7e247..ff8c1bd2aa 100644
--- a/bin/tests/system/setup.sh
+++ b/bin/tests/system/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Run a system test.
diff --git a/bin/tests/system/sfcache/README b/bin/tests/system/sfcache/README
index 5c961228dc..2fde21f0a8 100644
--- a/bin/tests/system/sfcache/README
+++ b/bin/tests/system/sfcache/README
@@ -1,9 +1,12 @@
-Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
The test setup for the SERVFAIL ncache tests has a secure root.
ns1 is the root server.
diff --git a/bin/tests/system/sfcache/clean.sh b/bin/tests/system/sfcache/clean.sh
index 860384779c..f24d016131 100644
--- a/bin/tests/system/sfcache/clean.sh
+++ b/bin/tests/system/sfcache/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */K*.key */K*.private */*.signed */*.db */dsset-*
rm -f */managed.conf */trusted.conf
diff --git a/bin/tests/system/sfcache/ns1/named.conf.in b/bin/tests/system/sfcache/ns1/named.conf.in
index 9646384475..a43c02bc48 100644
--- a/bin/tests/system/sfcache/ns1/named.conf.in
+++ b/bin/tests/system/sfcache/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/sfcache/ns1/root.db.in b/bin/tests/system/sfcache/ns1/root.db.in
index 234b91bc78..dab5cea7f7 100644
--- a/bin/tests/system/sfcache/ns1/root.db.in
+++ b/bin/tests/system/sfcache/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
diff --git a/bin/tests/system/sfcache/ns1/sign.sh b/bin/tests/system/sfcache/ns1/sign.sh
index 647b30f09c..a17d05941c 100644
--- a/bin/tests/system/sfcache/ns1/sign.sh
+++ b/bin/tests/system/sfcache/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/sfcache/ns2/example.db.in b/bin/tests/system/sfcache/ns2/example.db.in
index 0baa1f787d..594a549dec 100644
--- a/bin/tests/system/sfcache/ns2/example.db.in
+++ b/bin/tests/system/sfcache/ns2/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
diff --git a/bin/tests/system/sfcache/ns2/named.conf.in b/bin/tests/system/sfcache/ns2/named.conf.in
index 5eb20b569b..693ee05f67 100644
--- a/bin/tests/system/sfcache/ns2/named.conf.in
+++ b/bin/tests/system/sfcache/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/sfcache/ns2/sign.sh b/bin/tests/system/sfcache/ns2/sign.sh
index dab01ce54f..73e55e76ac 100644
--- a/bin/tests/system/sfcache/ns2/sign.sh
+++ b/bin/tests/system/sfcache/ns2/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/sfcache/ns5/named.conf.in b/bin/tests/system/sfcache/ns5/named.conf.in
index 174e39bd3d..31c497ca89 100644
--- a/bin/tests/system/sfcache/ns5/named.conf.in
+++ b/bin/tests/system/sfcache/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS5
diff --git a/bin/tests/system/sfcache/ns5/trusted.conf.bad b/bin/tests/system/sfcache/ns5/trusted.conf.bad
index 310675d897..ed30460bda 100644
--- a/bin/tests/system/sfcache/ns5/trusted.conf.bad
+++ b/bin/tests/system/sfcache/ns5/trusted.conf.bad
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
trusted-keys {
diff --git a/bin/tests/system/sfcache/prereq.sh b/bin/tests/system/sfcache/prereq.sh
index 18f6e96a69..e1a582e10c 100644
--- a/bin/tests/system/sfcache/prereq.sh
+++ b/bin/tests/system/sfcache/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/sfcache/setup.sh b/bin/tests/system/sfcache/setup.sh
index 6eaaf16471..7e6d604d2d 100644
--- a/bin/tests/system/sfcache/setup.sh
+++ b/bin/tests/system/sfcache/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/sfcache/tests.sh b/bin/tests/system/sfcache/tests.sh
index 43e29a5e23..6e45830922 100644
--- a/bin/tests/system/sfcache/tests.sh
+++ b/bin/tests/system/sfcache/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/smartsign/child.db b/bin/tests/system/smartsign/child.db
index 8dcfa609a8..e597488eb6 100644
--- a/bin/tests/system/smartsign/child.db
+++ b/bin/tests/system/smartsign/child.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.db,v 1.3 2010/01/18 23:48:40 tbox Exp $
diff --git a/bin/tests/system/smartsign/clean.sh b/bin/tests/system/smartsign/clean.sh
index 992714ff4a..0f23bf9e1c 100644
--- a/bin/tests/system/smartsign/clean.sh
+++ b/bin/tests/system/smartsign/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f K* dsset-* *.signed dnskey.sigs other.sigs dsset.out
rm -f ns*/named.lock
diff --git a/bin/tests/system/smartsign/parent.db b/bin/tests/system/smartsign/parent.db
index 6bf76a4b06..cf11509f47 100644
--- a/bin/tests/system/smartsign/parent.db
+++ b/bin/tests/system/smartsign/parent.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: parent.db,v 1.3 2010/01/18 23:48:40 tbox Exp $
diff --git a/bin/tests/system/smartsign/prereq.sh b/bin/tests/system/smartsign/prereq.sh
index b9ea84a6a2..a0d4e9ce14 100644
--- a/bin/tests/system/smartsign/prereq.sh
+++ b/bin/tests/system/smartsign/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/smartsign/setup.sh b/bin/tests/system/smartsign/setup.sh
index 3c64bf6c57..ccdec61841 100644
--- a/bin/tests/system/smartsign/setup.sh
+++ b/bin/tests/system/smartsign/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/smartsign/tests.sh b/bin/tests/system/smartsign/tests.sh
index d03f1dc4ee..18eca9e6c3 100644
--- a/bin/tests/system/smartsign/tests.sh
+++ b/bin/tests/system/smartsign/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/sortlist/clean.sh b/bin/tests/system/sortlist/clean.sh
index 4afaba51e2..e9102915a5 100644
--- a/bin/tests/system/sortlist/clean.sh
+++ b/bin/tests/system/sortlist/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f *.dig *.good *.out
rm -f */named.memstats
diff --git a/bin/tests/system/sortlist/ns1/example.db b/bin/tests/system/sortlist/ns1/example.db
index 8917c83410..bb74a2e45f 100644
--- a/bin/tests/system/sortlist/ns1/example.db
+++ b/bin/tests/system/sortlist/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.7 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/sortlist/ns1/named.conf.in b/bin/tests/system/sortlist/ns1/named.conf.in
index 0ea1000cbc..90156811ff 100644
--- a/bin/tests/system/sortlist/ns1/named.conf.in
+++ b/bin/tests/system/sortlist/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/sortlist/ns1/root.db b/bin/tests/system/sortlist/ns1/root.db
index de2cd41080..df12612f97 100644
--- a/bin/tests/system/sortlist/ns1/root.db
+++ b/bin/tests/system/sortlist/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.5 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/sortlist/setup.sh b/bin/tests/system/sortlist/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/sortlist/setup.sh
+++ b/bin/tests/system/sortlist/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/sortlist/tests.sh b/bin/tests/system/sortlist/tests.sh
index 4018df735a..2fc44b0f8f 100644
--- a/bin/tests/system/sortlist/tests.sh
+++ b/bin/tests/system/sortlist/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/spf/clean.sh b/bin/tests/system/spf/clean.sh
index 5a592c6e29..df9a329b84 100644
--- a/bin/tests/system/spf/clean.sh
+++ b/bin/tests/system/spf/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns1/named.run
rm -f ns1/named.memstats
diff --git a/bin/tests/system/spf/ns1/named.conf.in b/bin/tests/system/spf/ns1/named.conf.in
index 1c69ce2647..255da60e21 100644
--- a/bin/tests/system/spf/ns1/named.conf.in
+++ b/bin/tests/system/spf/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/spf/ns1/spf.db b/bin/tests/system/spf/ns1/spf.db
index aa008b4a18..6c0e7e5512 100644
--- a/bin/tests/system/spf/ns1/spf.db
+++ b/bin/tests/system/spf/ns1/spf.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN SOA . . 0 0 0 0 0
@ 0 IN NS .
diff --git a/bin/tests/system/spf/setup.sh b/bin/tests/system/spf/setup.sh
index 26bc0d8331..7e606316f4 100644
--- a/bin/tests/system/spf/setup.sh
+++ b/bin/tests/system/spf/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/spf/tests.sh b/bin/tests/system/spf/tests.sh
index 341f06c6bf..f46f64361e 100644
--- a/bin/tests/system/spf/tests.sh
+++ b/bin/tests/system/spf/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl
index fd4944221f..3ef49a946c 100755
--- a/bin/tests/system/start.pl
+++ b/bin/tests/system/start.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2001, 2004-2008, 2010-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Framework for starting test servers.
# Based on the type of server specified, check for port availability, remove
diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh
index e77053fd1b..bcdcdb753f 100644
--- a/bin/tests/system/start.sh
+++ b/bin/tests/system/start.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: start.sh,v 1.42 2007/06/18 23:47:27 tbox Exp $
diff --git a/bin/tests/system/staticstub/clean.sh b/bin/tests/system/staticstub/clean.sh
index 5b6f640af4..52c25cd96e 100755
--- a/bin/tests/system/staticstub/clean.sh
+++ b/bin/tests/system/staticstub/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f tmp
rm -f dig.out.*
diff --git a/bin/tests/system/staticstub/conf/bad01.conf b/bin/tests/system/staticstub/conf/bad01.conf
index a3c4f295aa..a81ffee58a 100644
--- a/bin/tests/system/staticstub/conf/bad01.conf
+++ b/bin/tests/system/staticstub/conf/bad01.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad02.conf b/bin/tests/system/staticstub/conf/bad02.conf
index 327d6a19f4..3c7f503230 100644
--- a/bin/tests/system/staticstub/conf/bad02.conf
+++ b/bin/tests/system/staticstub/conf/bad02.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad03.conf b/bin/tests/system/staticstub/conf/bad03.conf
index 1f6bf7f639..1230575779 100644
--- a/bin/tests/system/staticstub/conf/bad03.conf
+++ b/bin/tests/system/staticstub/conf/bad03.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad04.conf b/bin/tests/system/staticstub/conf/bad04.conf
index f7a0ab1fe7..6d82f7c700 100644
--- a/bin/tests/system/staticstub/conf/bad04.conf
+++ b/bin/tests/system/staticstub/conf/bad04.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad05.conf b/bin/tests/system/staticstub/conf/bad05.conf
index 930cce571a..4446a459d2 100644
--- a/bin/tests/system/staticstub/conf/bad05.conf
+++ b/bin/tests/system/staticstub/conf/bad05.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad06.conf b/bin/tests/system/staticstub/conf/bad06.conf
index 9d66e3d14b..d2b0f2856b 100644
--- a/bin/tests/system/staticstub/conf/bad06.conf
+++ b/bin/tests/system/staticstub/conf/bad06.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad07.conf b/bin/tests/system/staticstub/conf/bad07.conf
index 526b129fce..c4b2da3844 100644
--- a/bin/tests/system/staticstub/conf/bad07.conf
+++ b/bin/tests/system/staticstub/conf/bad07.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad08.conf b/bin/tests/system/staticstub/conf/bad08.conf
index 79dce405c6..77bff4d682 100644
--- a/bin/tests/system/staticstub/conf/bad08.conf
+++ b/bin/tests/system/staticstub/conf/bad08.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad09.conf b/bin/tests/system/staticstub/conf/bad09.conf
index 3478f64d74..b7d03d1340 100644
--- a/bin/tests/system/staticstub/conf/bad09.conf
+++ b/bin/tests/system/staticstub/conf/bad09.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad10.conf b/bin/tests/system/staticstub/conf/bad10.conf
index 2763da05fc..a9a2a478fb 100644
--- a/bin/tests/system/staticstub/conf/bad10.conf
+++ b/bin/tests/system/staticstub/conf/bad10.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/bad11.conf b/bin/tests/system/staticstub/conf/bad11.conf
index ddb5089770..ead2b01692 100644
--- a/bin/tests/system/staticstub/conf/bad11.conf
+++ b/bin/tests/system/staticstub/conf/bad11.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/good01.conf b/bin/tests/system/staticstub/conf/good01.conf
index 2678f64c87..438ae76bc1 100644
--- a/bin/tests/system/staticstub/conf/good01.conf
+++ b/bin/tests/system/staticstub/conf/good01.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/good02.conf b/bin/tests/system/staticstub/conf/good02.conf
index 5d0a241e88..5f8237e24f 100644
--- a/bin/tests/system/staticstub/conf/good02.conf
+++ b/bin/tests/system/staticstub/conf/good02.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/good03.conf b/bin/tests/system/staticstub/conf/good03.conf
index 0e549162cc..b45ac2a28a 100644
--- a/bin/tests/system/staticstub/conf/good03.conf
+++ b/bin/tests/system/staticstub/conf/good03.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/good04.conf b/bin/tests/system/staticstub/conf/good04.conf
index c393919934..d423482295 100644
--- a/bin/tests/system/staticstub/conf/good04.conf
+++ b/bin/tests/system/staticstub/conf/good04.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/conf/good05.conf b/bin/tests/system/staticstub/conf/good05.conf
index d2d3e41e64..b680940f8a 100644
--- a/bin/tests/system/staticstub/conf/good05.conf
+++ b/bin/tests/system/staticstub/conf/good05.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tests/system/staticstub/ns1/named.conf.in b/bin/tests/system/staticstub/ns1/named.conf.in
index d491776c50..4f31755185 100644
--- a/bin/tests/system/staticstub/ns1/named.conf.in
+++ b/bin/tests/system/staticstub/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/staticstub/ns1/root.db b/bin/tests/system/staticstub/ns1/root.db
index 5ae01a87d2..f79f87132e 100644
--- a/bin/tests/system/staticstub/ns1/root.db
+++ b/bin/tests/system/staticstub/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.1 2010/12/17 00:57:38 marka Exp $
diff --git a/bin/tests/system/staticstub/ns2/named.conf.in b/bin/tests/system/staticstub/ns2/named.conf.in
index 21155b125b..245c7c2a5b 100644
--- a/bin/tests/system/staticstub/ns2/named.conf.in
+++ b/bin/tests/system/staticstub/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/staticstub/ns3/example.db.in b/bin/tests/system/staticstub/ns3/example.db.in
index 1c90b7dd12..be8046ce30 100644
--- a/bin/tests/system/staticstub/ns3/example.db.in
+++ b/bin/tests/system/staticstub/ns3/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.1 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/ns3/example.org.db b/bin/tests/system/staticstub/ns3/example.org.db
index 03ba16633a..e97f8902ea 100644
--- a/bin/tests/system/staticstub/ns3/example.org.db
+++ b/bin/tests/system/staticstub/ns3/example.org.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.org.db,v 1.1 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/ns3/named.conf.in b/bin/tests/system/staticstub/ns3/named.conf.in
index 8844f8ee57..b58219652e 100644
--- a/bin/tests/system/staticstub/ns3/named.conf.in
+++ b/bin/tests/system/staticstub/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key rndc_key {
diff --git a/bin/tests/system/staticstub/ns3/sign.sh b/bin/tests/system/staticstub/ns3/sign.sh
index 79a67c3955..96cc585151 100755
--- a/bin/tests/system/staticstub/ns3/sign.sh
+++ b/bin/tests/system/staticstub/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/staticstub/ns3/undelegated.db.in b/bin/tests/system/staticstub/ns3/undelegated.db.in
index 3f9f1723a6..c85337dc41 100644
--- a/bin/tests/system/staticstub/ns3/undelegated.db.in
+++ b/bin/tests/system/staticstub/ns3/undelegated.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
undelegated. IN SOA ns3.undelegated. hostmaster.undelegated. (
diff --git a/bin/tests/system/staticstub/ns4/example.com.db b/bin/tests/system/staticstub/ns4/example.com.db
index c7d37e2edf..8e2899469a 100644
--- a/bin/tests/system/staticstub/ns4/example.com.db
+++ b/bin/tests/system/staticstub/ns4/example.com.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.com.db,v 1.1 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/ns4/example.info.db b/bin/tests/system/staticstub/ns4/example.info.db
index 5624b29821..7d2c209198 100644
--- a/bin/tests/system/staticstub/ns4/example.info.db
+++ b/bin/tests/system/staticstub/ns4/example.info.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.info.db,v 1.1 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/ns4/example.org.db b/bin/tests/system/staticstub/ns4/example.org.db
index 7749401092..2bf9544402 100644
--- a/bin/tests/system/staticstub/ns4/example.org.db
+++ b/bin/tests/system/staticstub/ns4/example.org.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.org.db,v 1.1 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/ns4/named.conf.in b/bin/tests/system/staticstub/ns4/named.conf.in
index a9c9a6d9ad..b3a82c9e99 100644
--- a/bin/tests/system/staticstub/ns4/named.conf.in
+++ b/bin/tests/system/staticstub/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/staticstub/ns4/sign.sh b/bin/tests/system/staticstub/ns4/sign.sh
index 4dda610697..b80e8d3bd2 100755
--- a/bin/tests/system/staticstub/ns4/sign.sh
+++ b/bin/tests/system/staticstub/ns4/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.3 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/ns4/sub.example.db.in b/bin/tests/system/staticstub/ns4/sub.example.db.in
index ea0e256633..255abd5702 100644
--- a/bin/tests/system/staticstub/ns4/sub.example.db.in
+++ b/bin/tests/system/staticstub/ns4/sub.example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: sub.example.db.in,v 1.1 2010/12/17 00:57:39 marka Exp $
diff --git a/bin/tests/system/staticstub/prereq.sh b/bin/tests/system/staticstub/prereq.sh
index 0eacf1db84..a0d4e9ce14 100755
--- a/bin/tests/system/staticstub/prereq.sh
+++ b/bin/tests/system/staticstub/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/staticstub/setup.sh b/bin/tests/system/staticstub/setup.sh
index e71d9a19e3..5cd1a5f389 100755
--- a/bin/tests/system/staticstub/setup.sh
+++ b/bin/tests/system/staticstub/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/staticstub/tests.sh b/bin/tests/system/staticstub/tests.sh
index 9c17f1d5e5..95cad164f4 100755
--- a/bin/tests/system/staticstub/tests.sh
+++ b/bin/tests/system/staticstub/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/statistics/ans4/ans.pl b/bin/tests/system/statistics/ans4/ans.pl
index 56e80332bd..f8feafc91c 100644
--- a/bin/tests/system/statistics/ans4/ans.pl
+++ b/bin/tests/system/statistics/ans4/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Ad hoc name server
diff --git a/bin/tests/system/statistics/clean.sh b/bin/tests/system/statistics/clean.sh
index 096c3cc8c8..830c835b63 100644
--- a/bin/tests/system/statistics/clean.sh
+++ b/bin/tests/system/statistics/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/statistics/ns1/named.conf.in b/bin/tests/system/statistics/ns1/named.conf.in
index f86e375f9d..762b0fdf9d 100644
--- a/bin/tests/system/statistics/ns1/named.conf.in
+++ b/bin/tests/system/statistics/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/statistics/ns1/root.db b/bin/tests/system/statistics/ns1/root.db
index a9698b2051..d2aec1107a 100644
--- a/bin/tests/system/statistics/ns1/root.db
+++ b/bin/tests/system/statistics/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/statistics/ns1/zone.db b/bin/tests/system/statistics/ns1/zone.db
index 6d628e35af..868fffcd03 100644
--- a/bin/tests/system/statistics/ns1/zone.db
+++ b/bin/tests/system/statistics/ns1/zone.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 3600 IN SOA ns.example. hostmaster.example. 1 3600 1200 604800 3600
@ 3600 IN NS ns.example.
diff --git a/bin/tests/system/statistics/ns2/example.db b/bin/tests/system/statistics/ns2/example.db
index 59b1751531..ede1838609 100644
--- a/bin/tests/system/statistics/ns2/example.db
+++ b/bin/tests/system/statistics/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.1.2.1 2012/01/06 22:40:47 smann Exp $
diff --git a/bin/tests/system/statistics/ns2/internal.db b/bin/tests/system/statistics/ns2/internal.db
index 88da9864c1..92c151a3ba 100644
--- a/bin/tests/system/statistics/ns2/internal.db
+++ b/bin/tests/system/statistics/ns2/internal.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: internal.db,v 1.1.2.1 2012/01/06 22:40:47 smann Exp $
diff --git a/bin/tests/system/statistics/ns2/named.conf.in b/bin/tests/system/statistics/ns2/named.conf.in
index 77148a09f1..c046fe9e82 100644
--- a/bin/tests/system/statistics/ns2/named.conf.in
+++ b/bin/tests/system/statistics/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/statistics/ns3/internal.db b/bin/tests/system/statistics/ns3/internal.db
index 2932eceb63..fd2ee7a99e 100644
--- a/bin/tests/system/statistics/ns3/internal.db
+++ b/bin/tests/system/statistics/ns3/internal.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/statistics/ns3/named.conf.in b/bin/tests/system/statistics/ns3/named.conf.in
index 8fe0a8e5ad..fe07cead95 100644
--- a/bin/tests/system/statistics/ns3/named.conf.in
+++ b/bin/tests/system/statistics/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/statistics/ns3/root.hint b/bin/tests/system/statistics/ns3/root.hint
index d129f4e574..384156d05e 100644
--- a/bin/tests/system/statistics/ns3/root.hint
+++ b/bin/tests/system/statistics/ns3/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/statistics/prereq.sh b/bin/tests/system/statistics/prereq.sh
index 7c3dacb567..9bca4f871d 100644
--- a/bin/tests/system/statistics/prereq.sh
+++ b/bin/tests/system/statistics/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
if $PERL -e 'use Net::DNS;' 2>/dev/null
then
diff --git a/bin/tests/system/statistics/setup.sh b/bin/tests/system/statistics/setup.sh
index 08a9c49e8c..c9f645b29e 100644
--- a/bin/tests/system/statistics/setup.sh
+++ b/bin/tests/system/statistics/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/statistics/tests.sh b/bin/tests/system/statistics/tests.sh
index d89961fe6b..3531dd8183 100644
--- a/bin/tests/system/statistics/tests.sh
+++ b/bin/tests/system/statistics/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/statschannel/clean.sh b/bin/tests/system/statschannel/clean.sh
index 254750bb8c..477f209adf 100644
--- a/bin/tests/system/statschannel/clean.sh
+++ b/bin/tests/system/statschannel/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f traffic traffic.out.*
rm -f dig.out*
diff --git a/bin/tests/system/statschannel/fetch.pl b/bin/tests/system/statschannel/fetch.pl
index 33f3dce490..e589c45023 100644
--- a/bin/tests/system/statschannel/fetch.pl
+++ b/bin/tests/system/statschannel/fetch.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# fetch.pl:
# Simple script to fetch HTTP content from the statistics channel
diff --git a/bin/tests/system/statschannel/ns2/example.db b/bin/tests/system/statschannel/ns2/example.db
index d845001ab6..b65651aa2d 100644
--- a/bin/tests/system/statschannel/ns2/example.db
+++ b/bin/tests/system/statschannel/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/statschannel/ns2/named.conf.in b/bin/tests/system/statschannel/ns2/named.conf.in
index 0d0f91ead1..bababf649f 100644
--- a/bin/tests/system/statschannel/ns2/named.conf.in
+++ b/bin/tests/system/statschannel/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/statschannel/prereq.sh b/bin/tests/system/statschannel/prereq.sh
index b8c27c2d10..ef052f5580 100644
--- a/bin/tests/system/statschannel/prereq.sh
+++ b/bin/tests/system/statschannel/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
fail=0
diff --git a/bin/tests/system/statschannel/server-json.pl b/bin/tests/system/statschannel/server-json.pl
index 0709b6aa15..cb1f4633b4 100644
--- a/bin/tests/system/statschannel/server-json.pl
+++ b/bin/tests/system/statschannel/server-json.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# server-json.pl:
# Parses the JSON version of the server stats into a normalized format.
diff --git a/bin/tests/system/statschannel/server-xml.pl b/bin/tests/system/statschannel/server-xml.pl
index 0640856c6d..2003024101 100644
--- a/bin/tests/system/statschannel/server-xml.pl
+++ b/bin/tests/system/statschannel/server-xml.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# server-xml.pl:
# Parses the XML version of the server stats into a normalized format.
diff --git a/bin/tests/system/statschannel/setup.sh b/bin/tests/system/statschannel/setup.sh
index 9b759ab0b3..e7ad741204 100644
--- a/bin/tests/system/statschannel/setup.sh
+++ b/bin/tests/system/statschannel/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/statschannel/tests.sh b/bin/tests/system/statschannel/tests.sh
index b9451c1bbf..780f857327 100644
--- a/bin/tests/system/statschannel/tests.sh
+++ b/bin/tests/system/statschannel/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/statschannel/traffic-json.pl b/bin/tests/system/statschannel/traffic-json.pl
index cd45729443..67b53c4e6a 100644
--- a/bin/tests/system/statschannel/traffic-json.pl
+++ b/bin/tests/system/statschannel/traffic-json.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# traffic-json.pl:
# Parses the JSON version of the RSSAC002 traffic stats into a
diff --git a/bin/tests/system/statschannel/traffic-xml.pl b/bin/tests/system/statschannel/traffic-xml.pl
index 4458a34587..a866c64540 100644
--- a/bin/tests/system/statschannel/traffic-xml.pl
+++ b/bin/tests/system/statschannel/traffic-xml.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# traffic-xml.pl:
# Parses the XML version of the RSSAC002 traffic stats into a
diff --git a/bin/tests/system/stop.pl b/bin/tests/system/stop.pl
index b202586d6d..d2c24bda52 100644
--- a/bin/tests/system/stop.pl
+++ b/bin/tests/system/stop.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2001, 2004-2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Framework for stopping test servers
# Based on the type of server specified, signal the server to stop, wait
diff --git a/bin/tests/system/stop.sh b/bin/tests/system/stop.sh
index 4c34db572f..d41dffa199 100644
--- a/bin/tests/system/stop.sh
+++ b/bin/tests/system/stop.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: stop.sh,v 1.25 2007/06/18 23:47:27 tbox Exp $
diff --git a/bin/tests/system/stopall.sh b/bin/tests/system/stopall.sh
index cbdf245080..d9b57e0f92 100644
--- a/bin/tests/system/stopall.sh
+++ b/bin/tests/system/stopall.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Stop all hanging processes from any system tests.
diff --git a/bin/tests/system/stress/clean.sh b/bin/tests/system/stress/clean.sh
index b6fc7dfc78..9716737308 100644
--- a/bin/tests/system/stress/clean.sh
+++ b/bin/tests/system/stress/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: clean.sh,v 1.6 2007/09/26 03:22:44 marka Exp $
diff --git a/bin/tests/system/stress/ns1/named.conf b/bin/tests/system/stress/ns1/named.conf
index a5f0391242..c48bed10e7 100644
--- a/bin/tests/system/stress/ns1/named.conf
+++ b/bin/tests/system/stress/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.6 2007/06/19 23:47:05 tbox Exp $ */
diff --git a/bin/tests/system/stress/ns2/named.conf b/bin/tests/system/stress/ns2/named.conf
index a0f68f268b..fce8c9f216 100644
--- a/bin/tests/system/stress/ns2/named.conf
+++ b/bin/tests/system/stress/ns2/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.7 2007/06/19 23:47:05 tbox Exp $ */
diff --git a/bin/tests/system/stress/ns3/named.conf b/bin/tests/system/stress/ns3/named.conf
index afe85ac2c8..8be4f32919 100644
--- a/bin/tests/system/stress/ns3/named.conf
+++ b/bin/tests/system/stress/ns3/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.8 2007/06/18 23:47:30 tbox Exp $ */
diff --git a/bin/tests/system/stress/ns4/named.conf b/bin/tests/system/stress/ns4/named.conf
index 72540ab558..6c5256b796 100644
--- a/bin/tests/system/stress/ns4/named.conf
+++ b/bin/tests/system/stress/ns4/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.8 2007/06/18 23:47:31 tbox Exp $ */
diff --git a/bin/tests/system/stress/prereq.sh b/bin/tests/system/stress/prereq.sh
index 287bb18278..de147a4c2a 100644
--- a/bin/tests/system/stress/prereq.sh
+++ b/bin/tests/system/stress/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/stress/setup.pl b/bin/tests/system/stress/setup.pl
index 27d96fb542..4da9753c02 100644
--- a/bin/tests/system/stress/setup.pl
+++ b/bin/tests/system/stress/setup.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.pl,v 1.6 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/stress/setup.sh b/bin/tests/system/stress/setup.sh
index 17265ed868..7a96f76173 100644
--- a/bin/tests/system/stress/setup.sh
+++ b/bin/tests/system/stress/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.5 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/stress/tests.sh b/bin/tests/system/stress/tests.sh
index 84a76366a4..53c3d20db6 100644
--- a/bin/tests/system/stress/tests.sh
+++ b/bin/tests/system/stress/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/stress/update.pl b/bin/tests/system/stress/update.pl
index e7a70848c2..de01d4a04b 100644
--- a/bin/tests/system/stress/update.pl
+++ b/bin/tests/system/stress/update.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Dynamic update test suite.
diff --git a/bin/tests/system/stub/clean.sh b/bin/tests/system/stub/clean.sh
index 2bbf3f5ef1..d5698ef8c0 100644
--- a/bin/tests/system/stub/clean.sh
+++ b/bin/tests/system/stub/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after stub tests.
diff --git a/bin/tests/system/stub/ns1/named.conf.in b/bin/tests/system/stub/ns1/named.conf.in
index 31f0188f10..b4a2fa8c05 100644
--- a/bin/tests/system/stub/ns1/named.conf.in
+++ b/bin/tests/system/stub/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/stub/ns1/root.db b/bin/tests/system/stub/ns1/root.db
index 19ded07ed9..fc360a2a8e 100644
--- a/bin/tests/system/stub/ns1/root.db
+++ b/bin/tests/system/stub/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.9 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/stub/ns2/child.example.db b/bin/tests/system/stub/ns2/child.example.db
index 458762f9fa..01e446ef62 100644
--- a/bin/tests/system/stub/ns2/child.example.db
+++ b/bin/tests/system/stub/ns2/child.example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: child.example.db,v 1.9 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/stub/ns2/named.conf.in b/bin/tests/system/stub/ns2/named.conf.in
index b57724fa99..4810cdec25 100644
--- a/bin/tests/system/stub/ns2/named.conf.in
+++ b/bin/tests/system/stub/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/stub/ns3/example.db b/bin/tests/system/stub/ns3/example.db
index 2fa235c071..3dbc25d37a 100644
--- a/bin/tests/system/stub/ns3/example.db
+++ b/bin/tests/system/stub/ns3/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.9 2007/06/19 23:47:05 tbox Exp $
diff --git a/bin/tests/system/stub/ns3/named.conf.in b/bin/tests/system/stub/ns3/named.conf.in
index b5c907678a..ce9497da46 100644
--- a/bin/tests/system/stub/ns3/named.conf.in
+++ b/bin/tests/system/stub/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/stub/setup.sh b/bin/tests/system/stub/setup.sh
index 0ad5ea679b..9b9aa029a1 100644
--- a/bin/tests/system/stub/setup.sh
+++ b/bin/tests/system/stub/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh
index 87a59e4257..3c51aec173 100644
--- a/bin/tests/system/stub/tests.sh
+++ b/bin/tests/system/stub/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tcp/clean.sh b/bin/tests/system/tcp/clean.sh
index 52151acaa5..5fb4f9be1a 100644
--- a/bin/tests/system/tcp/clean.sh
+++ b/bin/tests/system/tcp/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.memstats
rm -f */named.run
diff --git a/bin/tests/system/tcp/ns1/named.conf.in b/bin/tests/system/tcp/ns1/named.conf.in
index 39430fa5a1..b188783a05 100644
--- a/bin/tests/system/tcp/ns1/named.conf.in
+++ b/bin/tests/system/tcp/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/tcp/ns1/root.db b/bin/tests/system/tcp/ns1/root.db
index 234b91bc78..dab5cea7f7 100644
--- a/bin/tests/system/tcp/ns1/root.db
+++ b/bin/tests/system/tcp/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
diff --git a/bin/tests/system/tcp/ns2/example.db b/bin/tests/system/tcp/ns2/example.db
index 9ff721c5c1..4a3f33fb98 100644
--- a/bin/tests/system/tcp/ns2/example.db
+++ b/bin/tests/system/tcp/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$ORIGIN .
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/tcp/ns2/named.conf.in b/bin/tests/system/tcp/ns2/named.conf.in
index eca9f1d6bb..684b881050 100644
--- a/bin/tests/system/tcp/ns2/named.conf.in
+++ b/bin/tests/system/tcp/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/tcp/ns3/named.conf.in b/bin/tests/system/tcp/ns3/named.conf.in
index c3610aca66..282bb2cdfb 100644
--- a/bin/tests/system/tcp/ns3/named.conf.in
+++ b/bin/tests/system/tcp/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/tcp/ns4/named.conf.in b/bin/tests/system/tcp/ns4/named.conf.in
index 704dbbd56a..e6c7c22958 100644
--- a/bin/tests/system/tcp/ns4/named.conf.in
+++ b/bin/tests/system/tcp/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/tcp/setup.sh b/bin/tests/system/tcp/setup.sh
index 5c3440e70b..4563f04145 100644
--- a/bin/tests/system/tcp/setup.sh
+++ b/bin/tests/system/tcp/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tcp/tests.sh b/bin/tests/system/tcp/tests.sh
index 09e1824424..89916d7801 100644
--- a/bin/tests/system/tcp/tests.sh
+++ b/bin/tests/system/tcp/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/testcrypto.sh b/bin/tests/system/testcrypto.sh
index 1071bb604c..92d3d09afc 100644
--- a/bin/tests/system/testcrypto.sh
+++ b/bin/tests/system/testcrypto.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=${SYSTEMTESTTOP:=..}
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl
index a495f2ab4e..9f192d05be 100644
--- a/bin/tests/system/testsock.pl
+++ b/bin/tests/system/testsock.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2010-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: testsock.pl,v 1.20 2011/03/01 23:48:05 tbox Exp $
diff --git a/bin/tests/system/testsock6.pl b/bin/tests/system/testsock6.pl
index 275e461331..e06486e8df 100644
--- a/bin/tests/system/testsock6.pl
+++ b/bin/tests/system/testsock6.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: testsock6.pl,v 1.5 2010/06/22 23:46:52 tbox Exp $
diff --git a/bin/tests/system/testsummary.sh b/bin/tests/system/testsummary.sh
index cd59fbc187..06c356671a 100644
--- a/bin/tests/system/testsummary.sh
+++ b/bin/tests/system/testsummary.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Creates the system tests output file from the various test.output files. It
# then searches that file and prints the number of tests passed, failed, not
diff --git a/bin/tests/system/tkey/Makefile.in b/bin/tests/system/tkey/Makefile.in
index 6bb5cf775c..252b6c061d 100644
--- a/bin/tests/system/tkey/Makefile.in
+++ b/bin/tests/system/tkey/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2002, 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.14 2009/12/05 23:31:40 each Exp $
diff --git a/bin/tests/system/tkey/clean.sh b/bin/tests/system/tkey/clean.sh
index 5e8630d5bf..a8ea8cf475 100644
--- a/bin/tests/system/tkey/clean.sh
+++ b/bin/tests/system/tkey/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out.* rndc.out.* ns1/named.conf
rm -f K* ns1/K*
diff --git a/bin/tests/system/tkey/keycreate.c b/bin/tests/system/tkey/keycreate.c
index e582dbe171..4f597595f5 100644
--- a/bin/tests/system/tkey/keycreate.c
+++ b/bin/tests/system/tkey/keycreate.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2009, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keycreate.c,v 1.20 2011/01/11 23:47:13 tbox Exp $ */
diff --git a/bin/tests/system/tkey/keydelete.c b/bin/tests/system/tkey/keydelete.c
index cf1fae75da..f65032cf48 100644
--- a/bin/tests/system/tkey/keydelete.c
+++ b/bin/tests/system/tkey/keydelete.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2009-2011, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keydelete.c,v 1.18 2011/01/11 23:47:13 tbox Exp $ */
diff --git a/bin/tests/system/tkey/ns1/example.db b/bin/tests/system/tkey/ns1/example.db
index a5be3a9ddc..7771d2881b 100644
--- a/bin/tests/system/tkey/ns1/example.db
+++ b/bin/tests/system/tkey/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 1D
diff --git a/bin/tests/system/tkey/ns1/named.conf.in b/bin/tests/system/tkey/ns1/named.conf.in
index 50c1de943e..930039760e 100644
--- a/bin/tests/system/tkey/ns1/named.conf.in
+++ b/bin/tests/system/tkey/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2009, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf.in,v 1.10 2011/11/03 23:46:26 tbox Exp $ */
diff --git a/bin/tests/system/tkey/ns1/setup.sh b/bin/tests/system/tkey/ns1/setup.sh
index c034f53e33..c1e2ff3e31 100644
--- a/bin/tests/system/tkey/ns1/setup.sh
+++ b/bin/tests/system/tkey/ns1/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tkey/prereq.sh b/bin/tests/system/tkey/prereq.sh
index 79a5c98e29..a0d4e9ce14 100644
--- a/bin/tests/system/tkey/prereq.sh
+++ b/bin/tests/system/tkey/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2006, 2007, 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tkey/setup.sh b/bin/tests/system/tkey/setup.sh
index eec303725d..299ae5dc6a 100644
--- a/bin/tests/system/tkey/setup.sh
+++ b/bin/tests/system/tkey/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tkey/tests.sh b/bin/tests/system/tkey/tests.sh
index 04d179fe29..9f90dd7fe5 100644
--- a/bin/tests/system/tkey/tests.sh
+++ b/bin/tests/system/tkey/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2004, 2007, 2009, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.11 2011/11/03 23:46:26 tbox Exp $
diff --git a/bin/tests/system/tsig/clean.sh b/bin/tests/system/tsig/clean.sh
index 74308c144d..576ec70f76 100644
--- a/bin/tests/system/tsig/clean.sh
+++ b/bin/tests/system/tsig/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2005-2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after tsig tests.
diff --git a/bin/tests/system/tsig/ns1/example.db b/bin/tests/system/tsig/ns1/example.db
index 0afe28602f..cd90f08115 100644
--- a/bin/tests/system/tsig/ns1/example.db
+++ b/bin/tests/system/tsig/ns1/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2005-2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.7 2009/01/21 23:47:27 tbox Exp $
diff --git a/bin/tests/system/tsig/ns1/named.conf.in b/bin/tests/system/tsig/ns1/named.conf.in
index 6a1be5b3a1..fbf30c6dc4 100644
--- a/bin/tests/system/tsig/ns1/named.conf.in
+++ b/bin/tests/system/tsig/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/tsig/setup.sh b/bin/tests/system/tsig/setup.sh
index 2760b52d69..656e9bbcd8 100644
--- a/bin/tests/system/tsig/setup.sh
+++ b/bin/tests/system/tsig/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tsig/tests.sh b/bin/tests/system/tsig/tests.sh
index 384f0568bf..f731fa604c 100644
--- a/bin/tests/system/tsig/tests.sh
+++ b/bin/tests/system/tsig/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2005-2007, 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tsiggss/authsock.pl b/bin/tests/system/tsiggss/authsock.pl
index 88140fe0f5..57a72b2a3d 100644
--- a/bin/tests/system/tsiggss/authsock.pl
+++ b/bin/tests/system/tsiggss/authsock.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# test the update-policy external protocol
diff --git a/bin/tests/system/tsiggss/clean.sh b/bin/tests/system/tsiggss/clean.sh
index 5f7684d630..c97ade7651 100644
--- a/bin/tests/system/tsiggss/clean.sh
+++ b/bin/tests/system/tsiggss/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2011, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after tsiggss tests.
diff --git a/bin/tests/system/tsiggss/ns1/named.conf.in b/bin/tests/system/tsiggss/ns1/named.conf.in
index efce681e3c..583cb379d9 100644
--- a/bin/tests/system/tsiggss/ns1/named.conf.in
+++ b/bin/tests/system/tsiggss/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/tsiggss/prereq.sh b/bin/tests/system/tsiggss/prereq.sh
index 34c3bc9c67..8fbe01673a 100644
--- a/bin/tests/system/tsiggss/prereq.sh
+++ b/bin/tests/system/tsiggss/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tsiggss/setup.sh b/bin/tests/system/tsiggss/setup.sh
index 16fbd451d2..5da33cfde0 100644
--- a/bin/tests/system/tsiggss/setup.sh
+++ b/bin/tests/system/tsiggss/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010-2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/tsiggss/tests.sh b/bin/tests/system/tsiggss/tests.sh
index a4aa7cd913..b489d7b162 100644
--- a/bin/tests/system/tsiggss/tests.sh
+++ b/bin/tests/system/tsiggss/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2011, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# tests for TSIG-GSS updates
diff --git a/bin/tests/system/unknown/clean.sh b/bin/tests/system/unknown/clean.sh
index b72be418c6..8d734fae66 100644
--- a/bin/tests/system/unknown/clean.sh
+++ b/bin/tests/system/unknown/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f dig.out check.out
rm -f */named.memstats
diff --git a/bin/tests/system/unknown/ns1/broken1.db b/bin/tests/system/unknown/ns1/broken1.db
index 2c266a0eb0..e2e723905f 100644
--- a/bin/tests/system/unknown/ns1/broken1.db
+++ b/bin/tests/system/unknown/ns1/broken1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: broken1.db,v 1.5 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/broken2.db b/bin/tests/system/unknown/ns1/broken2.db
index 998aa42381..6025af37d0 100644
--- a/bin/tests/system/unknown/ns1/broken2.db
+++ b/bin/tests/system/unknown/ns1/broken2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: broken2.db,v 1.5 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/broken3.db b/bin/tests/system/unknown/ns1/broken3.db
index dde9942dfa..cd787786aa 100644
--- a/bin/tests/system/unknown/ns1/broken3.db
+++ b/bin/tests/system/unknown/ns1/broken3.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: broken3.db,v 1.5 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/broken4.db b/bin/tests/system/unknown/ns1/broken4.db
index 7b867267f4..acb0bb13fb 100644
--- a/bin/tests/system/unknown/ns1/broken4.db
+++ b/bin/tests/system/unknown/ns1/broken4.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: broken4.db,v 1.6 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/broken5.db b/bin/tests/system/unknown/ns1/broken5.db
index 91c88f4f20..aa8870de9d 100644
--- a/bin/tests/system/unknown/ns1/broken5.db
+++ b/bin/tests/system/unknown/ns1/broken5.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: broken5.db,v 1.5 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/class10.hints b/bin/tests/system/unknown/ns1/class10.hints
index 71346505eb..054b488f46 100644
--- a/bin/tests/system/unknown/ns1/class10.hints
+++ b/bin/tests/system/unknown/ns1/class10.hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: class10.hints,v 1.5 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/example-class10.db b/bin/tests/system/unknown/ns1/example-class10.db
index edb4d1417c..0560f0843e 100644
--- a/bin/tests/system/unknown/ns1/example-class10.db
+++ b/bin/tests/system/unknown/ns1/example-class10.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example-class10.db,v 1.5 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/example-in.db b/bin/tests/system/unknown/ns1/example-in.db
index 9c67769d2b..e8bfca622f 100644
--- a/bin/tests/system/unknown/ns1/example-in.db
+++ b/bin/tests/system/unknown/ns1/example-in.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example-in.db,v 1.9 2011/11/02 23:46:24 tbox Exp $
diff --git a/bin/tests/system/unknown/ns1/large.db b/bin/tests/system/unknown/ns1/large.db
index 43384be255..c689cbdac3 100644
--- a/bin/tests/system/unknown/ns1/large.db
+++ b/bin/tests/system/unknown/ns1/large.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/unknown/ns1/named.conf.in b/bin/tests/system/unknown/ns1/named.conf.in
index 2a5c49ef56..e92b9c4eff 100644
--- a/bin/tests/system/unknown/ns1/named.conf.in
+++ b/bin/tests/system/unknown/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/unknown/ns2/named.conf.in b/bin/tests/system/unknown/ns2/named.conf.in
index 132eeacd42..2571626bd7 100644
--- a/bin/tests/system/unknown/ns2/named.conf.in
+++ b/bin/tests/system/unknown/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/unknown/ns3/named.conf.in b/bin/tests/system/unknown/ns3/named.conf.in
index dabf462908..2ccb07421e 100644
--- a/bin/tests/system/unknown/ns3/named.conf.in
+++ b/bin/tests/system/unknown/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/unknown/ns3/sign.sh b/bin/tests/system/unknown/ns3/sign.sh
index cb8cbac149..bcf14e6063 100644
--- a/bin/tests/system/unknown/ns3/sign.sh
+++ b/bin/tests/system/unknown/ns3/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.8 2012/02/23 06:53:15 marka Exp $
diff --git a/bin/tests/system/unknown/prereq.sh b/bin/tests/system/unknown/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/unknown/prereq.sh
+++ b/bin/tests/system/unknown/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/unknown/setup.sh b/bin/tests/system/unknown/setup.sh
index 2c3692d83c..a328376a93 100644
--- a/bin/tests/system/unknown/setup.sh
+++ b/bin/tests/system/unknown/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh
index eae0f4a844..7fbec3f71e 100644
--- a/bin/tests/system/unknown/tests.sh
+++ b/bin/tests/system/unknown/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/unknown/zones/nan.bad b/bin/tests/system/unknown/zones/nan.bad
index afe4aa543d..39efac784f 100644
--- a/bin/tests/system/unknown/zones/nan.bad
+++ b/bin/tests/system/unknown/zones/nan.bad
@@ -1,7 +1,10 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 0 IN TYPE353 \# cat 010101010101010101
diff --git a/bin/tests/system/upforwd/ans4/ans.pl b/bin/tests/system/upforwd/ans4/ans.pl
index 0a99d07027..e98c2cfccf 100644
--- a/bin/tests/system/upforwd/ans4/ans.pl
+++ b/bin/tests/system/upforwd/ans4/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# This is the name server from hell. It provides canned
diff --git a/bin/tests/system/upforwd/clean.sh b/bin/tests/system/upforwd/clean.sh
index aa37c06e7a..d6222042eb 100644
--- a/bin/tests/system/upforwd/clean.sh
+++ b/bin/tests/system/upforwd/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/upforwd/ns1/example1.db b/bin/tests/system/upforwd/ns1/example1.db
index 93df626cdc..ca885c586a 100644
--- a/bin/tests/system/upforwd/ns1/example1.db
+++ b/bin/tests/system/upforwd/ns1/example1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example1.db,v 1.4 2007/06/19 23:47:06 tbox Exp $
diff --git a/bin/tests/system/upforwd/ns1/named.conf.in b/bin/tests/system/upforwd/ns1/named.conf.in
index b8e380ca4c..e0a30cda15 100644
--- a/bin/tests/system/upforwd/ns1/named.conf.in
+++ b/bin/tests/system/upforwd/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
key "update.example." {
diff --git a/bin/tests/system/upforwd/ns2/named.conf.in b/bin/tests/system/upforwd/ns2/named.conf.in
index 554a588628..c650781c05 100644
--- a/bin/tests/system/upforwd/ns2/named.conf.in
+++ b/bin/tests/system/upforwd/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/upforwd/ns3/named.conf.in b/bin/tests/system/upforwd/ns3/named.conf.in
index 7dd1b62569..d6fc26c9b1 100644
--- a/bin/tests/system/upforwd/ns3/named.conf.in
+++ b/bin/tests/system/upforwd/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/upforwd/ns3/nomaster.db b/bin/tests/system/upforwd/ns3/nomaster.db
index 5370216a62..407c18296a 100644
--- a/bin/tests/system/upforwd/ns3/nomaster.db
+++ b/bin/tests/system/upforwd/ns3/nomaster.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nomaster.db,v 1.3 2011/08/31 23:46:44 tbox Exp $
diff --git a/bin/tests/system/upforwd/prereq.sh b/bin/tests/system/upforwd/prereq.sh
index d0d27a8b09..affe54bfcf 100644
--- a/bin/tests/system/upforwd/prereq.sh
+++ b/bin/tests/system/upforwd/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
if $PERL -e 'use Net::DNS;' 2>/dev/null
then
diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh
index 81f9694001..c32aab4060 100644
--- a/bin/tests/system/upforwd/setup.sh
+++ b/bin/tests/system/upforwd/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh
index c1f3a3fb03..b0694bbd5c 100644
--- a/bin/tests/system/upforwd/tests.sh
+++ b/bin/tests/system/upforwd/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# ns1 = stealth master
# ns2 = slave with update forwarding disabled; not currently used
diff --git a/bin/tests/system/verify/clean.sh b/bin/tests/system/verify/clean.sh
index 661c2246f0..7479b86eda 100644
--- a/bin/tests/system/verify/clean.sh
+++ b/bin/tests/system/verify/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f zones/*.good
rm -f zones/*.good.tmp
diff --git a/bin/tests/system/verify/prereq.sh b/bin/tests/system/verify/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/verify/prereq.sh
+++ b/bin/tests/system/verify/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/verify/setup.sh b/bin/tests/system/verify/setup.sh
index 0a8a5963ba..8c8e10a39b 100644
--- a/bin/tests/system/verify/setup.sh
+++ b/bin/tests/system/verify/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/verify/tests.sh b/bin/tests/system/verify/tests.sh
index a677ba88a5..5815f8d5ac 100644
--- a/bin/tests/system/verify/tests.sh
+++ b/bin/tests/system/verify/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/verify/zones/genzones.sh b/bin/tests/system/verify/zones/genzones.sh
index 72feb0ec40..a082f50481 100644
--- a/bin/tests/system/verify/zones/genzones.sh
+++ b/bin/tests/system/verify/zones/genzones.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/verify/zones/unsigned.db b/bin/tests/system/verify/zones/unsigned.db
index 109e13868c..0fa22ecffa 100644
--- a/bin/tests/system/verify/zones/unsigned.db
+++ b/bin/tests/system/verify/zones/unsigned.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/views/clean.sh b/bin/tests/system/views/clean.sh
index 5af2a3e5cc..3fbb4b0b4e 100644
--- a/bin/tests/system/views/clean.sh
+++ b/bin/tests/system/views/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/views/ns1/named.conf.in b/bin/tests/system/views/ns1/named.conf.in
index 31f0188f10..b4a2fa8c05 100644
--- a/bin/tests/system/views/ns1/named.conf.in
+++ b/bin/tests/system/views/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/views/ns1/root.db b/bin/tests/system/views/ns1/root.db
index 79282fa48a..38a04b5562 100644
--- a/bin/tests/system/views/ns1/root.db
+++ b/bin/tests/system/views/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.9 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/views/ns2/1.10.in-addr.arpa.db b/bin/tests/system/views/ns2/1.10.in-addr.arpa.db
index 65c1e10b96..ffe6d0d105 100644
--- a/bin/tests/system/views/ns2/1.10.in-addr.arpa.db
+++ b/bin/tests/system/views/ns2/1.10.in-addr.arpa.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ IN SOA . . 0 0 0 0 0
@ IN NS .
diff --git a/bin/tests/system/views/ns2/clone.db b/bin/tests/system/views/ns2/clone.db
index 76d7003b18..52bedaab3a 100644
--- a/bin/tests/system/views/ns2/clone.db
+++ b/bin/tests/system/views/ns2/clone.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 600
@ IN SOA mname1. . (
diff --git a/bin/tests/system/views/ns2/example1.db b/bin/tests/system/views/ns2/example1.db
index 0cc8b4b135..9a3a25cdca 100644
--- a/bin/tests/system/views/ns2/example1.db
+++ b/bin/tests/system/views/ns2/example1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example1.db,v 1.9 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/views/ns2/example2.db b/bin/tests/system/views/ns2/example2.db
index d4a1bcbdc2..939eb3dce5 100644
--- a/bin/tests/system/views/ns2/example2.db
+++ b/bin/tests/system/views/ns2/example2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example2.db,v 1.10 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/views/ns2/external/inline.db b/bin/tests/system/views/ns2/external/inline.db
index af54bd6523..e41e68c3df 100644
--- a/bin/tests/system/views/ns2/external/inline.db
+++ b/bin/tests/system/views/ns2/external/inline.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
inline. IN SOA mname1. . (
diff --git a/bin/tests/system/views/ns2/internal.db b/bin/tests/system/views/ns2/internal.db
index 5c7c8e89b1..fc09d02409 100644
--- a/bin/tests/system/views/ns2/internal.db
+++ b/bin/tests/system/views/ns2/internal.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: internal.db,v 1.9 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/views/ns2/internal/inline.db b/bin/tests/system/views/ns2/internal/inline.db
index 7b0dcf81c4..8da7940893 100644
--- a/bin/tests/system/views/ns2/internal/inline.db
+++ b/bin/tests/system/views/ns2/internal/inline.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
inline. IN SOA mname1. . (
diff --git a/bin/tests/system/views/ns2/named1.conf.in b/bin/tests/system/views/ns2/named1.conf.in
index 15e95a5498..b91f95b043 100644
--- a/bin/tests/system/views/ns2/named1.conf.in
+++ b/bin/tests/system/views/ns2/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/views/ns2/named2.conf.in b/bin/tests/system/views/ns2/named2.conf.in
index b3ffb0eb18..b9456e0b48 100644
--- a/bin/tests/system/views/ns2/named2.conf.in
+++ b/bin/tests/system/views/ns2/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/views/ns3/child.clone.db b/bin/tests/system/views/ns3/child.clone.db
index 2229f21972..9ea8d121e9 100644
--- a/bin/tests/system/views/ns3/child.clone.db
+++ b/bin/tests/system/views/ns3/child.clone.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/views/ns3/internal.db b/bin/tests/system/views/ns3/internal.db
index 7b1db679cd..c6b3ef0ffe 100644
--- a/bin/tests/system/views/ns3/internal.db
+++ b/bin/tests/system/views/ns3/internal.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: internal.db,v 1.9 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/views/ns3/named1.conf.in b/bin/tests/system/views/ns3/named1.conf.in
index 8df759d08c..617df48b48 100644
--- a/bin/tests/system/views/ns3/named1.conf.in
+++ b/bin/tests/system/views/ns3/named1.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/views/ns3/named2.conf.in b/bin/tests/system/views/ns3/named2.conf.in
index 0657adae44..f72255c29a 100644
--- a/bin/tests/system/views/ns3/named2.conf.in
+++ b/bin/tests/system/views/ns3/named2.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/views/ns5/child.clone.db b/bin/tests/system/views/ns5/child.clone.db
index 053f382261..8dd4ec13ee 100644
--- a/bin/tests/system/views/ns5/child.clone.db
+++ b/bin/tests/system/views/ns5/child.clone.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
diff --git a/bin/tests/system/views/ns5/named.conf.in b/bin/tests/system/views/ns5/named.conf.in
index 5e9b7c436a..d30998787a 100644
--- a/bin/tests/system/views/ns5/named.conf.in
+++ b/bin/tests/system/views/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/views/setup.sh b/bin/tests/system/views/setup.sh
index 699cf7216c..f91fdd380f 100644
--- a/bin/tests/system/views/setup.sh
+++ b/bin/tests/system/views/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh
index 4d917db10d..537928fc81 100644
--- a/bin/tests/system/views/tests.sh
+++ b/bin/tests/system/views/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/wildcard/clean.sh b/bin/tests/system/wildcard/clean.sh
index 5a3329f29e..8f99328904 100644
--- a/bin/tests/system/wildcard/clean.sh
+++ b/bin/tests/system/wildcard/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f ns*/named.run
rm -f ns*/named.conf
diff --git a/bin/tests/system/wildcard/ns1/dlv.db.in b/bin/tests/system/wildcard/ns1/dlv.db.in
index 920de3b32f..f794f1a636 100644
--- a/bin/tests/system/wildcard/ns1/dlv.db.in
+++ b/bin/tests/system/wildcard/ns1/dlv.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/wildcard/ns1/named.conf.in b/bin/tests/system/wildcard/ns1/named.conf.in
index c7d5b3fd44..e02ee67d2a 100644
--- a/bin/tests/system/wildcard/ns1/named.conf.in
+++ b/bin/tests/system/wildcard/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/wildcard/ns1/nsec.db.in b/bin/tests/system/wildcard/ns1/nsec.db.in
index 310c967184..7ebfbc2d8f 100644
--- a/bin/tests/system/wildcard/ns1/nsec.db.in
+++ b/bin/tests/system/wildcard/ns1/nsec.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/wildcard/ns1/nsec3.db.in b/bin/tests/system/wildcard/ns1/nsec3.db.in
index 310c967184..7ebfbc2d8f 100644
--- a/bin/tests/system/wildcard/ns1/nsec3.db.in
+++ b/bin/tests/system/wildcard/ns1/nsec3.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/wildcard/ns1/private.nsec.db.in b/bin/tests/system/wildcard/ns1/private.nsec.db.in
index 2aaabaa0f7..5362c0ad1b 100644
--- a/bin/tests/system/wildcard/ns1/private.nsec.db.in
+++ b/bin/tests/system/wildcard/ns1/private.nsec.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/wildcard/ns1/private.nsec3.db.in b/bin/tests/system/wildcard/ns1/private.nsec3.db.in
index 9224e16b3f..2e42acb524 100644
--- a/bin/tests/system/wildcard/ns1/private.nsec3.db.in
+++ b/bin/tests/system/wildcard/ns1/private.nsec3.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/wildcard/ns1/root.db.in b/bin/tests/system/wildcard/ns1/root.db.in
index 2d3e74913b..62565c81f6 100644
--- a/bin/tests/system/wildcard/ns1/root.db.in
+++ b/bin/tests/system/wildcard/ns1/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/bin/tests/system/wildcard/ns1/sign.sh b/bin/tests/system/wildcard/ns1/sign.sh
index 0c334cea25..2c3ee9ab55 100755
--- a/bin/tests/system/wildcard/ns1/sign.sh
+++ b/bin/tests/system/wildcard/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=../..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/wildcard/ns2/hints b/bin/tests/system/wildcard/ns2/hints
index dc56df61d9..66cb2f122e 100644
--- a/bin/tests/system/wildcard/ns2/hints
+++ b/bin/tests/system/wildcard/ns2/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hints,v 1.1.2.1 2010/06/01 03:55:02 marka Exp $
diff --git a/bin/tests/system/wildcard/ns2/named.conf.in b/bin/tests/system/wildcard/ns2/named.conf.in
index a07c4b53c0..67a50fcbc0 100644
--- a/bin/tests/system/wildcard/ns2/named.conf.in
+++ b/bin/tests/system/wildcard/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/wildcard/ns3/hints b/bin/tests/system/wildcard/ns3/hints
index dc56df61d9..66cb2f122e 100644
--- a/bin/tests/system/wildcard/ns3/hints
+++ b/bin/tests/system/wildcard/ns3/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hints,v 1.1.2.1 2010/06/01 03:55:02 marka Exp $
diff --git a/bin/tests/system/wildcard/ns3/named.conf.in b/bin/tests/system/wildcard/ns3/named.conf.in
index 7ef0a4ced6..ad908a4cc7 100644
--- a/bin/tests/system/wildcard/ns3/named.conf.in
+++ b/bin/tests/system/wildcard/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/wildcard/ns4/named.conf.in b/bin/tests/system/wildcard/ns4/named.conf.in
index 81b2cde322..0b432c059b 100644
--- a/bin/tests/system/wildcard/ns4/named.conf.in
+++ b/bin/tests/system/wildcard/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/wildcard/ns5/hints b/bin/tests/system/wildcard/ns5/hints
index d76b98ae6e..66cb2f122e 100644
--- a/bin/tests/system/wildcard/ns5/hints
+++ b/bin/tests/system/wildcard/ns5/hints
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: hints,v 1.1.2.1 2010/06/01 03:55:02 marka Exp $
diff --git a/bin/tests/system/wildcard/ns5/named.conf.in b/bin/tests/system/wildcard/ns5/named.conf.in
index 570fe87473..9ef24c73ea 100644
--- a/bin/tests/system/wildcard/ns5/named.conf.in
+++ b/bin/tests/system/wildcard/ns5/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/wildcard/prereq.sh b/bin/tests/system/wildcard/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/wildcard/prereq.sh
+++ b/bin/tests/system/wildcard/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/wildcard/setup.sh b/bin/tests/system/wildcard/setup.sh
index 5d71720cac..a05c7ae36c 100644
--- a/bin/tests/system/wildcard/setup.sh
+++ b/bin/tests/system/wildcard/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/wildcard/tests.sh b/bin/tests/system/wildcard/tests.sh
index 56d730f42e..5037a72b5f 100644
--- a/bin/tests/system/wildcard/tests.sh
+++ b/bin/tests/system/wildcard/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh
index 3a27d359ee..aac849baa9 100644
--- a/bin/tests/system/xfer/clean.sh
+++ b/bin/tests/system/xfer/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer tests.
diff --git a/bin/tests/system/xfer/ns1/axfr-too-big.db b/bin/tests/system/xfer/ns1/axfr-too-big.db
index d43760d9a8..ff6e4b965a 100644
--- a/bin/tests/system/xfer/ns1/axfr-too-big.db
+++ b/bin/tests/system/xfer/ns1/axfr-too-big.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ IN SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/xfer/ns1/ixfr-too-big.db.in b/bin/tests/system/xfer/ns1/ixfr-too-big.db.in
index 318bb772af..7372793e1f 100644
--- a/bin/tests/system/xfer/ns1/ixfr-too-big.db.in
+++ b/bin/tests/system/xfer/ns1/ixfr-too-big.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 3600
@ IN SOA . . 0 0 0 0 0
diff --git a/bin/tests/system/xfer/ns1/named.conf.in b/bin/tests/system/xfer/ns1/named.conf.in
index 4bc5f84cae..c0e8112ec6 100644
--- a/bin/tests/system/xfer/ns1/named.conf.in
+++ b/bin/tests/system/xfer/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/xfer/ns1/root.db b/bin/tests/system/xfer/ns1/root.db
index 777fd5a046..2c1a29ebfa 100644
--- a/bin/tests/system/xfer/ns1/root.db
+++ b/bin/tests/system/xfer/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.10 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/xfer/ns2/mapped.db.in b/bin/tests/system/xfer/ns2/mapped.db.in
index 7bca23ac9b..fc7911802d 100644
--- a/bin/tests/system/xfer/ns2/mapped.db.in
+++ b/bin/tests/system/xfer/ns2/mapped.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
mapped. 3600 IN SOA . . 0 0 0 2147483647 0
example.aa. 3600 IN A 1.2.3.4
diff --git a/bin/tests/system/xfer/ns2/named.conf.in b/bin/tests/system/xfer/ns2/named.conf.in
index 8bede42135..547a9b0d4c 100644
--- a/bin/tests/system/xfer/ns2/named.conf.in
+++ b/bin/tests/system/xfer/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/xfer/ns2/slave.db.in b/bin/tests/system/xfer/ns2/slave.db.in
index c8f9438ce5..4ee2094af8 100644
--- a/bin/tests/system/xfer/ns2/slave.db.in
+++ b/bin/tests/system/xfer/ns2/slave.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 5
diff --git a/bin/tests/system/xfer/ns3/named.conf.in b/bin/tests/system/xfer/ns3/named.conf.in
index 664952632b..1143613903 100644
--- a/bin/tests/system/xfer/ns3/named.conf.in
+++ b/bin/tests/system/xfer/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/xfer/ns4/named.conf.base b/bin/tests/system/xfer/ns4/named.conf.base
index 4bc5e3f0b2..14a5e0577a 100644
--- a/bin/tests/system/xfer/ns4/named.conf.base
+++ b/bin/tests/system/xfer/ns4/named.conf.base
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/xfer/ns4/root.db.in b/bin/tests/system/xfer/ns4/root.db.in
index fc1ae072dc..9d400d410f 100644
--- a/bin/tests/system/xfer/ns4/root.db.in
+++ b/bin/tests/system/xfer/ns4/root.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db.in,v 1.3 2011/12/01 23:46:51 tbox Exp $
diff --git a/bin/tests/system/xfer/ns6/named.conf.in b/bin/tests/system/xfer/ns6/named.conf.in
index 211ac2d71d..5983f982c2 100644
--- a/bin/tests/system/xfer/ns6/named.conf.in
+++ b/bin/tests/system/xfer/ns6/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/xfer/ns7/named.conf.in b/bin/tests/system/xfer/ns7/named.conf.in
index 3abe833d53..04f1e4efe5 100644
--- a/bin/tests/system/xfer/ns7/named.conf.in
+++ b/bin/tests/system/xfer/ns7/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/xfer/ns8/example.db b/bin/tests/system/xfer/ns8/example.db
index 1b0e1aa568..d9a664bac5 100644
--- a/bin/tests/system/xfer/ns8/example.db
+++ b/bin/tests/system/xfer/ns8/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300 ; 5 minutes
@ SOA mname1. . (
diff --git a/bin/tests/system/xfer/ns8/named.conf.in b/bin/tests/system/xfer/ns8/named.conf.in
index 9ab46e9b0c..ab6e0c9878 100644
--- a/bin/tests/system/xfer/ns8/named.conf.in
+++ b/bin/tests/system/xfer/ns8/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
include "../../common/rndc.key";
diff --git a/bin/tests/system/xfer/prereq.sh b/bin/tests/system/xfer/prereq.sh
index c208894b08..daa3d5d86c 100644
--- a/bin/tests/system/xfer/prereq.sh
+++ b/bin/tests/system/xfer/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2011, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
if $PERL -e 'use Net::DNS;' 2>/dev/null
then
diff --git a/bin/tests/system/xfer/setup.sh b/bin/tests/system/xfer/setup.sh
index e886d578d2..19fed32e84 100644
--- a/bin/tests/system/xfer/setup.sh
+++ b/bin/tests/system/xfer/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2001, 2002, 2004, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh
index 713737f9ab..91b23b3edb 100755
--- a/bin/tests/system/xfer/tests.sh
+++ b/bin/tests/system/xfer/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2005, 2007, 2011-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/xferquota/clean.sh b/bin/tests/system/xferquota/clean.sh
index a608e7a151..e823c9179e 100644
--- a/bin/tests/system/xferquota/clean.sh
+++ b/bin/tests/system/xferquota/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Clean up after zone transfer quota tests.
diff --git a/bin/tests/system/xferquota/ns1/changing1.db b/bin/tests/system/xferquota/ns1/changing1.db
index 99822898d5..6226c37ab5 100644
--- a/bin/tests/system/xferquota/ns1/changing1.db
+++ b/bin/tests/system/xferquota/ns1/changing1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: changing1.db,v 1.10 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/xferquota/ns1/changing2.db b/bin/tests/system/xferquota/ns1/changing2.db
index 7d0fd1fe8e..5f390f32e2 100644
--- a/bin/tests/system/xferquota/ns1/changing2.db
+++ b/bin/tests/system/xferquota/ns1/changing2.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: changing2.db,v 1.10 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/xferquota/ns1/named.conf.in b/bin/tests/system/xferquota/ns1/named.conf.in
index da39f3611b..290778e0b3 100644
--- a/bin/tests/system/xferquota/ns1/named.conf.in
+++ b/bin/tests/system/xferquota/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/xferquota/ns1/root.db b/bin/tests/system/xferquota/ns1/root.db
index 36604b6490..738a81c937 100644
--- a/bin/tests/system/xferquota/ns1/root.db
+++ b/bin/tests/system/xferquota/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.10 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/xferquota/ns2/example.db b/bin/tests/system/xferquota/ns2/example.db
index 07bac739e0..a8f518d0fe 100644
--- a/bin/tests/system/xferquota/ns2/example.db
+++ b/bin/tests/system/xferquota/ns2/example.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2000-2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db,v 1.14 2009/01/21 23:47:27 tbox Exp $
diff --git a/bin/tests/system/xferquota/ns2/named.conf.in b/bin/tests/system/xferquota/ns2/named.conf.in
index b930eeff86..8b68164edd 100644
--- a/bin/tests/system/xferquota/ns2/named.conf.in
+++ b/bin/tests/system/xferquota/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/xferquota/setup.pl b/bin/tests/system/xferquota/setup.pl
index 8bac85946d..cf7ec39db8 100644
--- a/bin/tests/system/xferquota/setup.pl
+++ b/bin/tests/system/xferquota/setup.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.pl,v 1.16 2011/10/26 23:46:15 tbox Exp $
diff --git a/bin/tests/system/xferquota/setup.sh b/bin/tests/system/xferquota/setup.sh
index 70328d53ad..5d418992fa 100644
--- a/bin/tests/system/xferquota/setup.sh
+++ b/bin/tests/system/xferquota/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Set up test data for zone transfer quota tests.
diff --git a/bin/tests/system/xferquota/tests.sh b/bin/tests/system/xferquota/tests.sh
index a3c0819eb3..0fbc1149f0 100755
--- a/bin/tests/system/xferquota/tests.sh
+++ b/bin/tests/system/xferquota/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/zero/ans5/ans.pl b/bin/tests/system/zero/ans5/ans.pl
index 45e44731bd..6f81e7c5e6 100644
--- a/bin/tests/system/zero/ans5/ans.pl
+++ b/bin/tests/system/zero/ans5/ans.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
#
# Don't respond if the "norespond" file exists; otherwise respond to
diff --git a/bin/tests/system/zero/clean.sh b/bin/tests/system/zero/clean.sh
index 6dfc3c3070..00fc10a032 100644
--- a/bin/tests/system/zero/clean.sh
+++ b/bin/tests/system/zero/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f */named.conf
rm -f */named.run
diff --git a/bin/tests/system/zero/ns1/named.conf.in b/bin/tests/system/zero/ns1/named.conf.in
index d65f2aa2d1..9731fdff2d 100644
--- a/bin/tests/system/zero/ns1/named.conf.in
+++ b/bin/tests/system/zero/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/zero/ns1/root.db b/bin/tests/system/zero/ns1/root.db
index 6f58cb30d9..c20b5fc460 100644
--- a/bin/tests/system/zero/ns1/root.db
+++ b/bin/tests/system/zero/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 300
@ SOA ns1. hostmaster.warn.example. (
diff --git a/bin/tests/system/zero/ns2/named.conf.in b/bin/tests/system/zero/ns2/named.conf.in
index efaf0bca0f..b764a96cb7 100644
--- a/bin/tests/system/zero/ns2/named.conf.in
+++ b/bin/tests/system/zero/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/zero/ns2/tld.db b/bin/tests/system/zero/ns2/tld.db
index 7fe09a5965..11b5b13765 100644
--- a/bin/tests/system/zero/ns2/tld.db
+++ b/bin/tests/system/zero/ns2/tld.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 1
@ 300 SOA ns2.tld. hostmaster.ns2.tld. 0 1 1 1 1
diff --git a/bin/tests/system/zero/ns3/named.conf.in b/bin/tests/system/zero/ns3/named.conf.in
index 97c0fcaf38..613af5d9a0 100644
--- a/bin/tests/system/zero/ns3/named.conf.in
+++ b/bin/tests/system/zero/ns3/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/zero/ns3/root.hint b/bin/tests/system/zero/ns3/root.hint
index c0eb8d164c..c1784c7ee8 100644
--- a/bin/tests/system/zero/ns3/root.hint
+++ b/bin/tests/system/zero/ns3/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
. NS ns1.
ns1. A 10.53.0.1
diff --git a/bin/tests/system/zero/ns4/named.conf.in b/bin/tests/system/zero/ns4/named.conf.in
index 2ad1fa6600..c88881ea5f 100644
--- a/bin/tests/system/zero/ns4/named.conf.in
+++ b/bin/tests/system/zero/ns4/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/bin/tests/system/zero/ns4/one.tld.db b/bin/tests/system/zero/ns4/one.tld.db
index 217e8e58db..7706e44327 100644
--- a/bin/tests/system/zero/ns4/one.tld.db
+++ b/bin/tests/system/zero/ns4/one.tld.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 1
; The TTL of all these records needs to be 1.
diff --git a/bin/tests/system/zero/setup.sh b/bin/tests/system/zero/setup.sh
index 830d98d392..27b8ba7e37 100644
--- a/bin/tests/system/zero/setup.sh
+++ b/bin/tests/system/zero/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/zero/tests.sh b/bin/tests/system/zero/tests.sh
index a2610bb81c..73c277c4b8 100644
--- a/bin/tests/system/zero/tests.sh
+++ b/bin/tests/system/zero/tests.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/zonechecks/a.db b/bin/tests/system/zonechecks/a.db
index 85d7ac12ca..6584ccac47 100644
--- a/bin/tests/system/zonechecks/a.db
+++ b/bin/tests/system/zonechecks/a.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: a.db,v 1.5 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/zonechecks/aaaa.db b/bin/tests/system/zonechecks/aaaa.db
index 166bbeeb9d..1679bb7928 100644
--- a/bin/tests/system/zonechecks/aaaa.db
+++ b/bin/tests/system/zonechecks/aaaa.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: aaaa.db,v 1.5 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/zonechecks/bigserial.db b/bin/tests/system/zonechecks/bigserial.db
index 28081027c8..8925fc1e57 100644
--- a/bin/tests/system/zonechecks/bigserial.db
+++ b/bin/tests/system/zonechecks/bigserial.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
@ 3600 IN SOA ns hostmaster 3003113544 3600 1200 604800 3600
@ 3600 IN NS ns
diff --git a/bin/tests/system/zonechecks/clean.sh b/bin/tests/system/zonechecks/clean.sh
index 4c383546a0..16cad7a876 100644
--- a/bin/tests/system/zonechecks/clean.sh
+++ b/bin/tests/system/zonechecks/clean.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
rm -f *.out
rm -f */named.memstats
diff --git a/bin/tests/system/zonechecks/cname.db b/bin/tests/system/zonechecks/cname.db
index 92a163292c..76a899f9c2 100644
--- a/bin/tests/system/zonechecks/cname.db
+++ b/bin/tests/system/zonechecks/cname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: cname.db,v 1.5 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/zonechecks/dname.db b/bin/tests/system/zonechecks/dname.db
index 2bb4fe8d0f..d507351114 100644
--- a/bin/tests/system/zonechecks/dname.db
+++ b/bin/tests/system/zonechecks/dname.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: dname.db,v 1.5 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/zonechecks/noaddress.db b/bin/tests/system/zonechecks/noaddress.db
index 745c0e9f44..43a8468a3b 100644
--- a/bin/tests/system/zonechecks/noaddress.db
+++ b/bin/tests/system/zonechecks/noaddress.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: noaddress.db,v 1.5 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/zonechecks/ns1/named.conf.in b/bin/tests/system/zonechecks/ns1/named.conf.in
index 36f9b4c380..eacbd5b9dc 100644
--- a/bin/tests/system/zonechecks/ns1/named.conf.in
+++ b/bin/tests/system/zonechecks/ns1/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS1
diff --git a/bin/tests/system/zonechecks/ns2/named.conf.in b/bin/tests/system/zonechecks/ns2/named.conf.in
index 056b995016..936d4a4a0a 100644
--- a/bin/tests/system/zonechecks/ns2/named.conf.in
+++ b/bin/tests/system/zonechecks/ns2/named.conf.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
// NS2
diff --git a/bin/tests/system/zonechecks/nxdomain.db b/bin/tests/system/zonechecks/nxdomain.db
index cd17661229..82c950dd14 100644
--- a/bin/tests/system/zonechecks/nxdomain.db
+++ b/bin/tests/system/zonechecks/nxdomain.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: nxdomain.db,v 1.5 2007/06/19 23:47:07 tbox Exp $
diff --git a/bin/tests/system/zonechecks/prereq.sh b/bin/tests/system/zonechecks/prereq.sh
index 0eacf1db84..a0d4e9ce14 100644
--- a/bin/tests/system/zonechecks/prereq.sh
+++ b/bin/tests/system/zonechecks/prereq.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/zonechecks/setup.sh b/bin/tests/system/zonechecks/setup.sh
index ac8d2f1671..24d45755ed 100644
--- a/bin/tests/system/zonechecks/setup.sh
+++ b/bin/tests/system/zonechecks/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/system/zonechecks/tests.sh b/bin/tests/system/zonechecks/tests.sh
index 093831bba8..fb3b466052 100644
--- a/bin/tests/system/zonechecks/tests.sh
+++ b/bin/tests/system/zonechecks/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2009, 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
diff --git a/bin/tests/virtual-time/Makefile.in b/bin/tests/virtual-time/Makefile.in
index 6750e7dd46..bf4136dcfb 100644
--- a/bin/tests/virtual-time/Makefile.in
+++ b/bin/tests/virtual-time/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2010/06/17 05:38:04 marka Exp $
diff --git a/bin/tests/virtual-time/README b/bin/tests/virtual-time/README
index 755534786a..9d078e4bd5 100644
--- a/bin/tests/virtual-time/README
+++ b/bin/tests/virtual-time/README
@@ -1,9 +1,12 @@
-Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2010, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
This is copied from ../system.
This test suite uses a virtual time, gettimeofday(), select(),
diff --git a/bin/tests/virtual-time/autosign-ksk/clean.sh b/bin/tests/virtual-time/autosign-ksk/clean.sh
index 14f10b1da0..82354806fb 100644
--- a/bin/tests/virtual-time/autosign-ksk/clean.sh
+++ b/bin/tests/virtual-time/autosign-ksk/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: clean.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-ksk/ns1/example.db.in b/bin/tests/virtual-time/autosign-ksk/ns1/example.db.in
index b12f382bb3..693990c59f 100644
--- a/bin/tests/virtual-time/autosign-ksk/ns1/example.db.in
+++ b/bin/tests/virtual-time/autosign-ksk/ns1/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.3 2010/06/21 23:46:48 tbox Exp $
diff --git a/bin/tests/virtual-time/autosign-ksk/ns1/named.conf b/bin/tests/virtual-time/autosign-ksk/ns1/named.conf
index bd35b59948..d2cbafa0f8 100644
--- a/bin/tests/virtual-time/autosign-ksk/ns1/named.conf
+++ b/bin/tests/virtual-time/autosign-ksk/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.2 2010/06/21 02:31:45 marka Exp $ */
diff --git a/bin/tests/virtual-time/autosign-ksk/ns1/root.db b/bin/tests/virtual-time/autosign-ksk/ns1/root.db
index bf6827adf6..98f72843b8 100644
--- a/bin/tests/virtual-time/autosign-ksk/ns1/root.db
+++ b/bin/tests/virtual-time/autosign-ksk/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2010/06/21 23:46:48 tbox Exp $
diff --git a/bin/tests/virtual-time/autosign-ksk/ns1/sign.sh b/bin/tests/virtual-time/autosign-ksk/ns1/sign.sh
index b3542f6bc6..7e2854292c 100644
--- a/bin/tests/virtual-time/autosign-ksk/ns1/sign.sh
+++ b/bin/tests/virtual-time/autosign-ksk/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-ksk/ns1/wrap.sh b/bin/tests/virtual-time/autosign-ksk/ns1/wrap.sh
index 35c86ae428..8a7420eadd 100644
--- a/bin/tests/virtual-time/autosign-ksk/ns1/wrap.sh
+++ b/bin/tests/virtual-time/autosign-ksk/ns1/wrap.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: wrap.sh,v 1.3 2010/06/21 23:46:48 tbox Exp $
diff --git a/bin/tests/virtual-time/autosign-ksk/setup.sh b/bin/tests/virtual-time/autosign-ksk/setup.sh
index 9ad8e71b88..ec05f4ba56 100644
--- a/bin/tests/virtual-time/autosign-ksk/setup.sh
+++ b/bin/tests/virtual-time/autosign-ksk/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-ksk/tests.sh b/bin/tests/virtual-time/autosign-ksk/tests.sh
index 4a97305e3e..5a43e94d45 100644
--- a/bin/tests/virtual-time/autosign-ksk/tests.sh
+++ b/bin/tests/virtual-time/autosign-ksk/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/clean.sh b/bin/tests/virtual-time/autosign-zsk/clean.sh
index 14f10b1da0..82354806fb 100644
--- a/bin/tests/virtual-time/autosign-zsk/clean.sh
+++ b/bin/tests/virtual-time/autosign-zsk/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: clean.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/ns1/example.db.in b/bin/tests/virtual-time/autosign-zsk/ns1/example.db.in
index b12f382bb3..693990c59f 100644
--- a/bin/tests/virtual-time/autosign-zsk/ns1/example.db.in
+++ b/bin/tests/virtual-time/autosign-zsk/ns1/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.3 2010/06/21 23:46:48 tbox Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/ns1/named.conf b/bin/tests/virtual-time/autosign-zsk/ns1/named.conf
index 5f6f2ddaca..038c676739 100644
--- a/bin/tests/virtual-time/autosign-zsk/ns1/named.conf
+++ b/bin/tests/virtual-time/autosign-zsk/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.2 2010/06/21 02:31:45 marka Exp $ */
diff --git a/bin/tests/virtual-time/autosign-zsk/ns1/root.db b/bin/tests/virtual-time/autosign-zsk/ns1/root.db
index bf6827adf6..98f72843b8 100644
--- a/bin/tests/virtual-time/autosign-zsk/ns1/root.db
+++ b/bin/tests/virtual-time/autosign-zsk/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2010/06/21 23:46:48 tbox Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/ns1/sign.sh b/bin/tests/virtual-time/autosign-zsk/ns1/sign.sh
index 635e0827f1..e1b360cdb6 100644
--- a/bin/tests/virtual-time/autosign-zsk/ns1/sign.sh
+++ b/bin/tests/virtual-time/autosign-zsk/ns1/sign.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sign.sh,v 1.2 2010/06/21 02:31:46 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/ns1/wrap.sh b/bin/tests/virtual-time/autosign-zsk/ns1/wrap.sh
index 35c86ae428..8a7420eadd 100644
--- a/bin/tests/virtual-time/autosign-zsk/ns1/wrap.sh
+++ b/bin/tests/virtual-time/autosign-zsk/ns1/wrap.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: wrap.sh,v 1.3 2010/06/21 23:46:48 tbox Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/setup.sh b/bin/tests/virtual-time/autosign-zsk/setup.sh
index 9ad8e71b88..ec05f4ba56 100644
--- a/bin/tests/virtual-time/autosign-zsk/setup.sh
+++ b/bin/tests/virtual-time/autosign-zsk/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh -e
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/autosign-zsk/tests.sh b/bin/tests/virtual-time/autosign-zsk/tests.sh
index 2eb3371ec8..ea57395970 100644
--- a/bin/tests/virtual-time/autosign-zsk/tests.sh
+++ b/bin/tests/virtual-time/autosign-zsk/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.2 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/cleanall.sh b/bin/tests/virtual-time/cleanall.sh
index 109e7664a4..ce7e0bef9f 100644
--- a/bin/tests/virtual-time/cleanall.sh
+++ b/bin/tests/virtual-time/cleanall.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: cleanall.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/common/controls.conf b/bin/tests/virtual-time/common/controls.conf
index e40b22175f..82006c36aa 100644
--- a/bin/tests/virtual-time/common/controls.conf
+++ b/bin/tests/virtual-time/common/controls.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: controls.conf,v 1.2 2010/06/17 05:38:05 marka Exp $ */
diff --git a/bin/tests/virtual-time/common/rndc.conf b/bin/tests/virtual-time/common/rndc.conf
index 70bb1d208e..4df55875c4 100644
--- a/bin/tests/virtual-time/common/rndc.conf
+++ b/bin/tests/virtual-time/common/rndc.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rndc.conf,v 1.2 2010/06/17 05:38:05 marka Exp $ */
diff --git a/bin/tests/virtual-time/common/root.hint b/bin/tests/virtual-time/common/root.hint
index 72e8ba5641..7ca68f1d1f 100644
--- a/bin/tests/virtual-time/common/root.hint
+++ b/bin/tests/virtual-time/common/root.hint
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.hint,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/conf.sh.in b/bin/tests/virtual-time/conf.sh.in
index 98c8b9ebf8..59cde8e27d 100644
--- a/bin/tests/virtual-time/conf.sh.in
+++ b/bin/tests/virtual-time/conf.sh.in
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: conf.sh.in,v 1.3 2010/06/21 02:31:45 marka Exp $
diff --git a/bin/tests/virtual-time/run.sh b/bin/tests/virtual-time/run.sh
index 23a7377370..b162a62d87 100644
--- a/bin/tests/virtual-time/run.sh
+++ b/bin/tests/virtual-time/run.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: run.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/runall.sh b/bin/tests/virtual-time/runall.sh
index 7a7511e77d..2ffe0ea571 100644
--- a/bin/tests/virtual-time/runall.sh
+++ b/bin/tests/virtual-time/runall.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: runall.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/setup.sh b/bin/tests/virtual-time/setup.sh
index 280aa1133d..2ab99dcf78 100644
--- a/bin/tests/virtual-time/setup.sh
+++ b/bin/tests/virtual-time/setup.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/slave/clean.sh b/bin/tests/virtual-time/slave/clean.sh
index 04af3c157e..167e6779b7 100644
--- a/bin/tests/virtual-time/slave/clean.sh
+++ b/bin/tests/virtual-time/slave/clean.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: clean.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/slave/ns1/example.db.in b/bin/tests/virtual-time/slave/ns1/example.db.in
index 0c75c87f3b..af9449c849 100644
--- a/bin/tests/virtual-time/slave/ns1/example.db.in
+++ b/bin/tests/virtual-time/slave/ns1/example.db.in
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: example.db.in,v 1.3 2010/06/18 23:46:42 tbox Exp $
diff --git a/bin/tests/virtual-time/slave/ns1/named.conf b/bin/tests/virtual-time/slave/ns1/named.conf
index 7128dd62d0..60d23c6a5b 100644
--- a/bin/tests/virtual-time/slave/ns1/named.conf
+++ b/bin/tests/virtual-time/slave/ns1/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named.conf,v 1.3 2010/06/18 23:46:42 tbox Exp $ */
diff --git a/bin/tests/virtual-time/slave/ns1/root.db b/bin/tests/virtual-time/slave/ns1/root.db
index f1e2ce51a3..2cbbd9221f 100644
--- a/bin/tests/virtual-time/slave/ns1/root.db
+++ b/bin/tests/virtual-time/slave/ns1/root.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: root.db,v 1.3 2010/06/18 23:46:43 tbox Exp $
diff --git a/bin/tests/virtual-time/slave/ns1/wrap.sh b/bin/tests/virtual-time/slave/ns1/wrap.sh
index 93abbe2946..764bc36b59 100644
--- a/bin/tests/virtual-time/slave/ns1/wrap.sh
+++ b/bin/tests/virtual-time/slave/ns1/wrap.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: wrap.sh,v 1.3 2010/06/18 23:46:43 tbox Exp $
diff --git a/bin/tests/virtual-time/slave/setup.sh b/bin/tests/virtual-time/slave/setup.sh
index 5aa2cc93e1..ba7f3efc67 100644
--- a/bin/tests/virtual-time/slave/setup.sh
+++ b/bin/tests/virtual-time/slave/setup.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: setup.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/slave/tests.sh b/bin/tests/virtual-time/slave/tests.sh
index 1d7b7a9337..2f5a78bcfa 100644
--- a/bin/tests/virtual-time/slave/tests.sh
+++ b/bin/tests/virtual-time/slave/tests.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: tests.sh,v 1.2 2010/06/17 05:38:06 marka Exp $
diff --git a/bin/tests/virtual-time/start.pl b/bin/tests/virtual-time/start.pl
index 2709fba7fd..105ac3503a 100644
--- a/bin/tests/virtual-time/start.pl
+++ b/bin/tests/virtual-time/start.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2010, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: start.pl,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/start.sh b/bin/tests/virtual-time/start.sh
index 883a6d75ef..258ce96d07 100644
--- a/bin/tests/virtual-time/start.sh
+++ b/bin/tests/virtual-time/start.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: start.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/stop.pl b/bin/tests/virtual-time/stop.pl
index 4b8fab3def..2225147349 100644
--- a/bin/tests/virtual-time/stop.pl
+++ b/bin/tests/virtual-time/stop.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: stop.pl,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/stop.sh b/bin/tests/virtual-time/stop.sh
index 7cd5d690fc..1a17f77bf1 100644
--- a/bin/tests/virtual-time/stop.sh
+++ b/bin/tests/virtual-time/stop.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: stop.sh,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/testsock.pl b/bin/tests/virtual-time/testsock.pl
index 14999f4a63..7d8543c17b 100644
--- a/bin/tests/virtual-time/testsock.pl
+++ b/bin/tests/virtual-time/testsock.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: testsock.pl,v 1.2 2010/06/17 05:38:05 marka Exp $
diff --git a/bin/tests/virtual-time/vtwrapper.c b/bin/tests/virtual-time/vtwrapper.c
index ed0c78b738..472aeb78be 100644
--- a/bin/tests/virtual-time/vtwrapper.c
+++ b/bin/tests/virtual-time/vtwrapper.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: vtwrapper.c,v 1.4 2010/08/12 09:31:50 fdupont Exp $ */
diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c
index 7e90292df7..473159ef93 100644
--- a/bin/tests/wire_test.c
+++ b/bin/tests/wire_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tools/Makefile.in b/bin/tools/Makefile.in
index d8cdf71ea8..7bf2af4cea 100644
--- a/bin/tools/Makefile.in
+++ b/bin/tools/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2010, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/bin/tools/arpaname.c b/bin/tools/arpaname.c
index 171333c7ee..3ee90cffb9 100644
--- a/bin/tools/arpaname.c
+++ b/bin/tools/arpaname.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: arpaname.c,v 1.4 2009/10/27 03:05:33 marka Exp $ */
diff --git a/bin/tools/arpaname.docbook b/bin/tools/arpaname.docbook
index 731042551c..26093d541e 100644
--- a/bin/tools/arpaname.docbook
+++ b/bin/tools/arpaname.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/dnstap-read.c b/bin/tools/dnstap-read.c
index 525847157e..ceb20225d1 100644
--- a/bin/tools/dnstap-read.c
+++ b/bin/tools/dnstap-read.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/bin/tools/dnstap-read.docbook b/bin/tools/dnstap-read.docbook
index f8706fe252..3dffef95a6 100644
--- a/bin/tools/dnstap-read.docbook
+++ b/bin/tools/dnstap-read.docbook
@@ -1,9 +1,12 @@
@@ -31,6 +34,7 @@
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/genrandom.c b/bin/tools/genrandom.c
index 1e36971aa7..f495a7e22d 100644
--- a/bin/tools/genrandom.c
+++ b/bin/tools/genrandom.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2005, 2007, 2009, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: genrandom.c,v 1.7 2010/05/17 23:51:04 tbox Exp $ */
diff --git a/bin/tools/genrandom.docbook b/bin/tools/genrandom.docbook
index f106702dc5..b4f369a933 100644
--- a/bin/tools/genrandom.docbook
+++ b/bin/tools/genrandom.docbook
@@ -1,9 +1,12 @@
@@ -35,6 +38,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/isc-hmac-fixup.c b/bin/tools/isc-hmac-fixup.c
index 408338cdd3..27e9fbb703 100644
--- a/bin/tools/isc-hmac-fixup.c
+++ b/bin/tools/isc-hmac-fixup.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: isc-hmac-fixup.c,v 1.4 2010/03/10 02:17:52 marka Exp $ */
diff --git a/bin/tools/isc-hmac-fixup.docbook b/bin/tools/isc-hmac-fixup.docbook
index 4a6d83bb5c..c93d20d749 100644
--- a/bin/tools/isc-hmac-fixup.docbook
+++ b/bin/tools/isc-hmac-fixup.docbook
@@ -1,9 +1,12 @@
@@ -35,6 +38,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/mdig.c b/bin/tools/mdig.c
index 0b7c18b26c..a24847d710 100644
--- a/bin/tools/mdig.c
+++ b/bin/tools/mdig.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tools/mdig.docbook b/bin/tools/mdig.docbook
index 587e097188..1f65e6fefb 100644
--- a/bin/tools/mdig.docbook
+++ b/bin/tools/mdig.docbook
@@ -1,11 +1,14 @@
]>
@@ -32,6 +35,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/named-journalprint.c b/bin/tools/named-journalprint.c
index 71e7a91310..a7c69207d4 100644
--- a/bin/tools/named-journalprint.c
+++ b/bin/tools/named-journalprint.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named-journalprint.c,v 1.2 2009/12/04 21:59:23 marka Exp $ */
diff --git a/bin/tools/named-journalprint.docbook b/bin/tools/named-journalprint.docbook
index 7dde98df39..a782d21479 100644
--- a/bin/tools/named-journalprint.docbook
+++ b/bin/tools/named-journalprint.docbook
@@ -1,9 +1,12 @@
@@ -34,6 +37,7 @@
2015
2016
2017
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/named-nzd2nzf.c b/bin/tools/named-nzd2nzf.c
index e502607f5b..2b4cfaa6f2 100644
--- a/bin/tools/named-nzd2nzf.c
+++ b/bin/tools/named-nzd2nzf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include "config.h"
diff --git a/bin/tools/named-nzd2nzf.docbook b/bin/tools/named-nzd2nzf.docbook
index 151cd30166..6857c43c51 100644
--- a/bin/tools/named-nzd2nzf.docbook
+++ b/bin/tools/named-nzd2nzf.docbook
@@ -2,11 +2,14 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[]>
@@ -30,6 +33,7 @@
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/named-rrchecker.c b/bin/tools/named-rrchecker.c
index 63a91484b5..602457ce66 100644
--- a/bin/tools/named-rrchecker.c
+++ b/bin/tools/named-rrchecker.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/bin/tools/named-rrchecker.docbook b/bin/tools/named-rrchecker.docbook
index 94ba01586c..b1015054b1 100644
--- a/bin/tools/named-rrchecker.docbook
+++ b/bin/tools/named-rrchecker.docbook
@@ -1,9 +1,12 @@
@@ -31,6 +34,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/tools/nsec3hash.c b/bin/tools/nsec3hash.c
index a0af0d1bf9..fda2379c50 100644
--- a/bin/tools/nsec3hash.c
+++ b/bin/tools/nsec3hash.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2008, 2009, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsec3hash.c,v 1.8 2011/11/02 23:46:24 tbox Exp $ */
diff --git a/bin/tools/nsec3hash.docbook b/bin/tools/nsec3hash.docbook
index ddc034275c..2da41f69dc 100644
--- a/bin/tools/nsec3hash.docbook
+++ b/bin/tools/nsec3hash.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/bin/win32/BINDInstall/AccountInfo.cpp b/bin/win32/BINDInstall/AccountInfo.cpp
index a6b063fdeb..7c2ac9954f 100644
--- a/bin/win32/BINDInstall/AccountInfo.cpp
+++ b/bin/win32/BINDInstall/AccountInfo.cpp
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2002, 2004, 2007, 2009, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2002, 2004, 2007, 2009, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: AccountInfo.cpp,v 1.10 2009/09/29 23:48:04 tbox Exp $ */
diff --git a/bin/win32/BINDInstall/AccountInfo.h b/bin/win32/BINDInstall/AccountInfo.h
index 9cf0d86483..6e933926bc 100644
--- a/bin/win32/BINDInstall/AccountInfo.h
+++ b/bin/win32/BINDInstall/AccountInfo.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: AccountInfo.h,v 1.6 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/bin/win32/BINDInstall/BINDInstall.cpp b/bin/win32/BINDInstall/BINDInstall.cpp
index 8b20f9ef34..de9b1e835e 100644
--- a/bin/win32/BINDInstall/BINDInstall.cpp
+++ b/bin/win32/BINDInstall/BINDInstall.cpp
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2004, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2007, 2009, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: BINDInstall.cpp,v 1.9 2009/09/29 23:48:04 tbox Exp $ */
diff --git a/bin/win32/BINDInstall/BINDInstall.h b/bin/win32/BINDInstall/BINDInstall.h
index 906738a581..85f479fd6f 100644
--- a/bin/win32/BINDInstall/BINDInstall.h
+++ b/bin/win32/BINDInstall/BINDInstall.h
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: BINDInstall.h,v 1.6 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp
index d35b050c03..1ed8a3fa10 100644
--- a/bin/win32/BINDInstall/BINDInstallDlg.cpp
+++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2003-2010, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2003-2010, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: BINDInstallDlg.cpp,v 1.48 2010/01/07 23:48:54 tbox Exp $ */
diff --git a/bin/win32/BINDInstall/BINDInstallDlg.h b/bin/win32/BINDInstall/BINDInstallDlg.h
index 6dba6f514d..8b9a5b2967 100644
--- a/bin/win32/BINDInstall/BINDInstallDlg.h
+++ b/bin/win32/BINDInstall/BINDInstallDlg.h
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2004, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2007, 2009, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: BINDInstallDlg.h,v 1.11 2009/09/01 06:51:47 marka Exp $ */
diff --git a/bin/win32/BINDInstall/DirBrowse.cpp b/bin/win32/BINDInstall/DirBrowse.cpp
index ac384fc526..636bf24d52 100644
--- a/bin/win32/BINDInstall/DirBrowse.cpp
+++ b/bin/win32/BINDInstall/DirBrowse.cpp
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DirBrowse.cpp,v 1.6 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/bin/win32/BINDInstall/DirBrowse.h b/bin/win32/BINDInstall/DirBrowse.h
index 0be9bfe22b..38ec7fe49a 100644
--- a/bin/win32/BINDInstall/DirBrowse.h
+++ b/bin/win32/BINDInstall/DirBrowse.h
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DirBrowse.h,v 1.6 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/config.h.win32 b/config.h.win32
index 2c290b2a4a..2995830bae 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2006-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/configure.in b/configure.in
index 522dbaec12..f5f6450081 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
dnl
AC_DIVERT_PUSH(1)dnl
diff --git a/conftools/perllib/dnsconf/DNSConf-macros.h b/conftools/perllib/dnsconf/DNSConf-macros.h
index 22d962a592..94ece409b3 100644
--- a/conftools/perllib/dnsconf/DNSConf-macros.h
+++ b/conftools/perllib/dnsconf/DNSConf-macros.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DNSConf-macros.h,v 1.9 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/conftools/perllib/dnsconf/DNSConf.i b/conftools/perllib/dnsconf/DNSConf.i
index 6f97177b7e..eb3e4a42f0 100644
--- a/conftools/perllib/dnsconf/DNSConf.i
+++ b/conftools/perllib/dnsconf/DNSConf.i
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DNSConf.i,v 1.9 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/conftools/perllib/dnsconf/Makefile.PL b/conftools/perllib/dnsconf/Makefile.PL
index 8b722136c1..0014aa1b4a 100644
--- a/conftools/perllib/dnsconf/Makefile.PL
+++ b/conftools/perllib/dnsconf/Makefile.PL
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.PL,v 1.9 2007/06/19 23:47:07 tbox Exp $
diff --git a/conftools/perllib/dnsconf/named1.conf b/conftools/perllib/dnsconf/named1.conf
index 443258742a..64b0f273d5 100644
--- a/conftools/perllib/dnsconf/named1.conf
+++ b/conftools/perllib/dnsconf/named1.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: named1.conf,v 1.9 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/conftools/perllib/dnsconf/test.pl b/conftools/perllib/dnsconf/test.pl
index dcbb08f21f..85c662f9c4 100644
--- a/conftools/perllib/dnsconf/test.pl
+++ b/conftools/perllib/dnsconf/test.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: test.pl,v 1.9 2007/06/19 23:47:07 tbox Exp $
diff --git a/contrib/dnspriv/README.md b/contrib/dnspriv/README.md
index 8297cb118a..8fa6795208 100644
--- a/contrib/dnspriv/README.md
+++ b/contrib/dnspriv/README.md
@@ -1,9 +1,12 @@
### DNS Privacy in BIND
diff --git a/contrib/dnspriv/named.conf b/contrib/dnspriv/named.conf
index 03fb612433..12d07a389b 100644
--- a/contrib/dnspriv/named.conf
+++ b/contrib/dnspriv/named.conf
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
options {
diff --git a/contrib/dnspriv/nginx.conf b/contrib/dnspriv/nginx.conf
index b11749da8c..65e386837b 100644
--- a/contrib/dnspriv/nginx.conf
+++ b/contrib/dnspriv/nginx.conf
@@ -1,8 +1,11 @@
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# uncomment to choose an appropriate UID/GID; default is 'nobody'
# user bind bind;
diff --git a/contrib/perftcpdns/Makefile.in b/contrib/perftcpdns/Makefile.in
index f89de29e48..bff2db00a3 100644
--- a/contrib/perftcpdns/Makefile.in
+++ b/contrib/perftcpdns/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
CC = @CC@
LIBOBJS = @LIBOBJS@
diff --git a/contrib/perftcpdns/configure.in b/contrib/perftcpdns/configure.in
index 492deaf43f..35dc82081b 100644
--- a/contrib/perftcpdns/configure.in
+++ b/contrib/perftcpdns/configure.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
AC_INIT(perftcpdns.c)
diff --git a/contrib/perftcpdns/perftcpdns.c b/contrib/perftcpdns/perftcpdns.c
index c7aaf2318b..6c6aac8772 100644
--- a/contrib/perftcpdns/perftcpdns.c
+++ b/contrib/perftcpdns/perftcpdns.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/contrib/scripts/check-secure-delegation.pl.in b/contrib/scripts/check-secure-delegation.pl.in
index 0e08b17341..92ea1b0e2d 100644
--- a/contrib/scripts/check-secure-delegation.pl.in
+++ b/contrib/scripts/check-secure-delegation.pl.in
@@ -1,10 +1,13 @@
#!@PERL@
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: check-secure-delegation.pl.in,v 1.2 2010/12/21 02:32:21 marka Exp $
diff --git a/contrib/scripts/named-bootconf.sh b/contrib/scripts/named-bootconf.sh
index f5907cf1e7..86a592a2c3 100644
--- a/contrib/scripts/named-bootconf.sh
+++ b/contrib/scripts/named-bootconf.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Portions Copyright (C) 1999-2001, 2004, 2006, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Portions Copyright (C) 1999-2001, 2004, 2006, 2007, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: named-bootconf.sh,v 1.12 2007/06/19 23:47:07 tbox Exp $
diff --git a/contrib/scripts/nanny.pl b/contrib/scripts/nanny.pl
index 535fb89027..9cfc6d34be 100644
--- a/contrib/scripts/nanny.pl
+++ b/contrib/scripts/nanny.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: nanny.pl,v 1.11 2007/06/19 23:47:07 tbox Exp $
diff --git a/contrib/scripts/zone-edit.sh.in b/contrib/scripts/zone-edit.sh.in
index bb4beba9b0..f5419196d8 100644
--- a/contrib/scripts/zone-edit.sh.in
+++ b/contrib/scripts/zone-edit.sh.in
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: zone-edit.sh.in,v 1.2 2010/12/21 23:47:08 tbox Exp $
diff --git a/contrib/sdb/dir/dirdb.c b/contrib/sdb/dir/dirdb.c
index 749a36d1bd..66b54901d4 100644
--- a/contrib/sdb/dir/dirdb.c
+++ b/contrib/sdb/dir/dirdb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dirdb.c,v 1.14 2011/10/11 23:46:45 tbox Exp $ */
diff --git a/contrib/sdb/dir/dirdb.h b/contrib/sdb/dir/dirdb.h
index 3559733ff9..8fddafb37b 100644
--- a/contrib/sdb/dir/dirdb.h
+++ b/contrib/sdb/dir/dirdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dirdb.h,v 1.5 2007/06/19 23:47:07 tbox Exp $ */
diff --git a/contrib/sdb/pgsql/pgsqldb.c b/contrib/sdb/pgsql/pgsqldb.c
index 726b0a3981..ef5fc3c07c 100644
--- a/contrib/sdb/pgsql/pgsqldb.c
+++ b/contrib/sdb/pgsql/pgsqldb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: pgsqldb.c,v 1.17 2011/10/11 23:46:45 tbox Exp $ */
diff --git a/contrib/sdb/pgsql/pgsqldb.h b/contrib/sdb/pgsql/pgsqldb.h
index f74c8abbf0..0655e33402 100644
--- a/contrib/sdb/pgsql/pgsqldb.h
+++ b/contrib/sdb/pgsql/pgsqldb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: pgsqldb.h,v 1.5 2007/06/19 23:47:08 tbox Exp $ */
diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c
index 5b9e236bc4..81eb35bd8f 100644
--- a/contrib/sdb/pgsql/zonetodb.c
+++ b/contrib/sdb/pgsql/zonetodb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007-2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: zonetodb.c,v 1.23 2009/09/02 23:48:01 tbox Exp $ */
diff --git a/contrib/sdb/tcl/lookup.tcl b/contrib/sdb/tcl/lookup.tcl
index f3ec4fd4c3..5ed7d62439 100644
--- a/contrib/sdb/tcl/lookup.tcl
+++ b/contrib/sdb/tcl/lookup.tcl
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: lookup.tcl,v 1.10 2007/06/19 23:47:08 tbox Exp $
diff --git a/contrib/sdb/tcl/tcldb.c b/contrib/sdb/tcl/tcldb.c
index 03456ee3cb..733b11627b 100644
--- a/contrib/sdb/tcl/tcldb.c
+++ b/contrib/sdb/tcl/tcldb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tcldb.c,v 1.12 2011/10/11 23:46:45 tbox Exp $ */
diff --git a/contrib/sdb/tcl/tcldb.h b/contrib/sdb/tcl/tcldb.h
index 03b81ce5d4..cfe8b0dcc4 100644
--- a/contrib/sdb/tcl/tcldb.h
+++ b/contrib/sdb/tcl/tcldb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tcldb.h,v 1.7 2007/06/19 23:47:10 tbox Exp $ */
diff --git a/contrib/sdb/time/timedb.c b/contrib/sdb/time/timedb.c
index 0af5ee5ff2..0285edb022 100644
--- a/contrib/sdb/time/timedb.c
+++ b/contrib/sdb/time/timedb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: timedb.c,v 1.12 2011/10/11 23:46:45 tbox Exp $ */
diff --git a/contrib/sdb/time/timedb.h b/contrib/sdb/time/timedb.h
index 0068f59fcf..5df13d9758 100644
--- a/contrib/sdb/time/timedb.h
+++ b/contrib/sdb/time/timedb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: timedb.h,v 1.5 2007/06/19 23:47:13 tbox Exp $ */
diff --git a/doc/Makefile.in b/doc/Makefile.in
index fd3b9816a2..760dde41da 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004-2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# This Makefile is a placeholder. It exists merely to make
# sure that its directory gets created in the object directory
diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml
index 3f0096ae86..af47774603 100644
--- a/doc/arm/Bv9ARM-book.xml
+++ b/doc/arm/Bv9ARM-book.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/Makefile.in b/doc/arm/Makefile.in
index 69138f6bf6..53d97bf339 100644
--- a/doc/arm/Makefile.in
+++ b/doc/arm/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2002, 2004-2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/doc/arm/README-SGML b/doc/arm/README-SGML
index 8406524b43..40dfbc07cd 100644
--- a/doc/arm/README-SGML
+++ b/doc/arm/README-SGML
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
The BIND v9 ARM master document is now kept in DocBook 5 XML format.
Most of the ARM is in the single file "Bv9ARM-book.xml", with certain
diff --git a/doc/arm/acl.grammar.xml b/doc/arm/acl.grammar.xml
index cfe0d080d7..3d838b13f0 100644
--- a/doc/arm/acl.grammar.xml
+++ b/doc/arm/acl.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/catz.xml b/doc/arm/catz.xml
index 17316ee8c0..f314b44d9a 100644
--- a/doc/arm/catz.xml
+++ b/doc/arm/catz.xml
@@ -1,9 +1,12 @@
Catalog Zones
diff --git a/doc/arm/controls.grammar.xml b/doc/arm/controls.grammar.xml
index 035b1460c6..df4accfe30 100644
--- a/doc/arm/controls.grammar.xml
+++ b/doc/arm/controls.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/delegation-only.zoneopt.xml b/doc/arm/delegation-only.zoneopt.xml
index 6845b2f04f..a26ce24f45 100644
--- a/doc/arm/delegation-only.zoneopt.xml
+++ b/doc/arm/delegation-only.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/dlz.xml b/doc/arm/dlz.xml
index 89a20f8917..93ee5db5ec 100644
--- a/doc/arm/dlz.xml
+++ b/doc/arm/dlz.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/dnssec.xml b/doc/arm/dnssec.xml
index f3d869304e..de922dcb5a 100644
--- a/doc/arm/dnssec.xml
+++ b/doc/arm/dnssec.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/dyndb.xml b/doc/arm/dyndb.xml
index 0d449f092e..a9c5b49872 100644
--- a/doc/arm/dyndb.xml
+++ b/doc/arm/dyndb.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/forward.zoneopt.xml b/doc/arm/forward.zoneopt.xml
index 15b8aeb6c1..429bbca35e 100644
--- a/doc/arm/forward.zoneopt.xml
+++ b/doc/arm/forward.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/hint.zoneopt.xml b/doc/arm/hint.zoneopt.xml
index df02f13901..c1b4fad4bb 100644
--- a/doc/arm/hint.zoneopt.xml
+++ b/doc/arm/hint.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/in-view.zoneopt.xml b/doc/arm/in-view.zoneopt.xml
index 9b93a78073..a91b6f3742 100644
--- a/doc/arm/in-view.zoneopt.xml
+++ b/doc/arm/in-view.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/key.grammar.xml b/doc/arm/key.grammar.xml
index e0946ab263..33cc23ac42 100644
--- a/doc/arm/key.grammar.xml
+++ b/doc/arm/key.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/libdns.xml b/doc/arm/libdns.xml
index c680e8f518..4562f6a7c9 100644
--- a/doc/arm/libdns.xml
+++ b/doc/arm/libdns.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/logging-categories.xml b/doc/arm/logging-categories.xml
index e28927d4f2..181def7077 100644
--- a/doc/arm/logging-categories.xml
+++ b/doc/arm/logging-categories.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/logging.grammar.xml b/doc/arm/logging.grammar.xml
index bf862abcc2..dd14d702db 100644
--- a/doc/arm/logging.grammar.xml
+++ b/doc/arm/logging.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/managed-keys.grammar.xml b/doc/arm/managed-keys.grammar.xml
index 875870ed78..d79f27fe06 100644
--- a/doc/arm/managed-keys.grammar.xml
+++ b/doc/arm/managed-keys.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/managed-keys.xml b/doc/arm/managed-keys.xml
index e563839433..ba45a6c1c0 100644
--- a/doc/arm/managed-keys.xml
+++ b/doc/arm/managed-keys.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/master.zoneopt.xml b/doc/arm/master.zoneopt.xml
index 9682e3e7c5..7a0e76d18b 100644
--- a/doc/arm/master.zoneopt.xml
+++ b/doc/arm/master.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/masters.grammar.xml b/doc/arm/masters.grammar.xml
index edbc47a9e6..658fdfc1f4 100644
--- a/doc/arm/masters.grammar.xml
+++ b/doc/arm/masters.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/notes-wrapper.xml b/doc/arm/notes-wrapper.xml
index 95c545cb8b..2a8f6d885e 100644
--- a/doc/arm/notes-wrapper.xml
+++ b/doc/arm/notes-wrapper.xml
@@ -1,11 +1,14 @@
]>
diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml
index 2f81bdc975..75ab4fe409 100644
--- a/doc/arm/notes.xml
+++ b/doc/arm/notes.xml
@@ -5,11 +5,14 @@
]>
diff --git a/doc/arm/noteversion.xml.in b/doc/arm/noteversion.xml.in
index 581d941438..14bbba4389 100644
--- a/doc/arm/noteversion.xml.in
+++ b/doc/arm/noteversion.xml.in
@@ -1,9 +1,12 @@
Release Notes for BIND Version @BIND9_VERSION@
diff --git a/doc/arm/options.grammar.xml b/doc/arm/options.grammar.xml
index b7ad0f9f8e..bccc6eeaa0 100644
--- a/doc/arm/options.grammar.xml
+++ b/doc/arm/options.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/pkcs11.xml b/doc/arm/pkcs11.xml
index 11a125ab01..973845f10c 100644
--- a/doc/arm/pkcs11.xml
+++ b/doc/arm/pkcs11.xml
@@ -1,11 +1,14 @@
]>
diff --git a/doc/arm/pkgversion.xml.in b/doc/arm/pkgversion.xml.in
index 508fb7f7d7..74abbfcdc6 100644
--- a/doc/arm/pkgversion.xml.in
+++ b/doc/arm/pkgversion.xml.in
@@ -1,9 +1,12 @@
This version of the manual corresponds to BIND version @PACKAGE_VERSION@.
diff --git a/doc/arm/redirect.zoneopt.xml b/doc/arm/redirect.zoneopt.xml
index 4dc8fcb9fd..335cfa0387 100644
--- a/doc/arm/redirect.zoneopt.xml
+++ b/doc/arm/redirect.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/releaseinfo.xml.in b/doc/arm/releaseinfo.xml.in
index 4200cb6782..fa7a3cd58c 100644
--- a/doc/arm/releaseinfo.xml.in
+++ b/doc/arm/releaseinfo.xml.in
@@ -1,9 +1,12 @@
BIND Version @BIND9_VERSION@
diff --git a/doc/arm/server.grammar.xml b/doc/arm/server.grammar.xml
index 0170f57f80..7dfefdabc2 100644
--- a/doc/arm/server.grammar.xml
+++ b/doc/arm/server.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/slave.zoneopt.xml b/doc/arm/slave.zoneopt.xml
index 6305038b1f..10d08d69d2 100644
--- a/doc/arm/slave.zoneopt.xml
+++ b/doc/arm/slave.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/static-stub.zoneopt.xml b/doc/arm/static-stub.zoneopt.xml
index 6f8346ffe7..84e9bb0f41 100644
--- a/doc/arm/static-stub.zoneopt.xml
+++ b/doc/arm/static-stub.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/statistics-channels.grammar.xml b/doc/arm/statistics-channels.grammar.xml
index 8ff58b1f59..d2c381d439 100644
--- a/doc/arm/statistics-channels.grammar.xml
+++ b/doc/arm/statistics-channels.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/stub.zoneopt.xml b/doc/arm/stub.zoneopt.xml
index 1f803782b4..7365ece526 100644
--- a/doc/arm/stub.zoneopt.xml
+++ b/doc/arm/stub.zoneopt.xml
@@ -1,9 +1,12 @@
diff --git a/doc/arm/trusted-keys.grammar.xml b/doc/arm/trusted-keys.grammar.xml
index 1315b4d93f..b0bd3d79f8 100644
--- a/doc/arm/trusted-keys.grammar.xml
+++ b/doc/arm/trusted-keys.grammar.xml
@@ -1,9 +1,12 @@
diff --git a/doc/design/addressdb b/doc/design/addressdb
index 97904c876f..2b1f5583c1 100644
--- a/doc/design/addressdb
+++ b/doc/design/addressdb
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: addressdb,v 1.6 2004/03/05 05:04:45 marka Exp $
You are lost in a maze of twisty little pointers, all alike...
diff --git a/doc/design/cds-child b/doc/design/cds-child
index da15f0738d..33953fa1d1 100644
--- a/doc/design/cds-child
+++ b/doc/design/cds-child
@@ -1,9 +1,12 @@
-Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
CDS / CDNSKEY Child side processing.
* We need a mechanism to say that key should have a cds publish
diff --git a/doc/design/compression b/doc/design/compression
index ab6c968fec..0891918e04 100644
--- a/doc/design/compression
+++ b/doc/design/compression
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Name Compression
$Id: compression,v 1.9 2004/03/05 05:04:46 marka Exp $
diff --git a/doc/design/database b/doc/design/database
index 8f3f532ee0..76fd270056 100644
--- a/doc/design/database
+++ b/doc/design/database
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: database,v 1.9 2004/03/05 05:04:46 marka Exp $
Databases
diff --git a/doc/design/db_rules b/doc/design/db_rules
index b7a1940b59..7e87ccc571 100644
--- a/doc/design/db_rules
+++ b/doc/design/db_rules
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: db_rules,v 1.8 2004/03/05 05:04:46 marka Exp $
Here is a more formal statement of the important database design
diff --git a/doc/design/decompression b/doc/design/decompression
index 7c558c1831..35ab69114c 100644
--- a/doc/design/decompression
+++ b/doc/design/decompression
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Name Decompression
$Id: decompression,v 1.8 2004/03/05 05:04:46 marka Exp $
diff --git a/doc/design/dispatch b/doc/design/dispatch
index b36faab0d2..e7bca417cb 100644
--- a/doc/design/dispatch
+++ b/doc/design/dispatch
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: dispatch,v 1.6 2004/03/05 05:04:46 marka Exp $
UDP receive:
diff --git a/doc/design/dscp b/doc/design/dscp
index c37295325e..883a93352e 100644
--- a/doc/design/dscp
+++ b/doc/design/dscp
@@ -1,9 +1,12 @@
-Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Differentiate Services Code Point Support
$Id: dscp,v 1.1.2.1 2012/02/24 05:20:36 marka Exp $
diff --git a/doc/design/keydone b/doc/design/keydone
index db9d89658b..743cca2cde 100644
--- a/doc/design/keydone
+++ b/doc/design/keydone
@@ -1,9 +1,12 @@
-Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2011, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: keydone,v 1.2 2011/10/19 23:46:56 tbox Exp $
rndc keydone zone [class [view]]
diff --git a/doc/design/logging b/doc/design/logging
index 0d8ccb2fea..e20dc8f1ac 100644
--- a/doc/design/logging
+++ b/doc/design/logging
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: logging,v 1.10 2004/03/05 05:04:46 marka Exp $
OVERVIEW
diff --git a/doc/design/lwres b/doc/design/lwres
index e2460f8f5b..d1dce89981 100644
--- a/doc/design/lwres
+++ b/doc/design/lwres
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: lwres,v 1.6 2004/03/05 05:04:46 marka Exp $
This document describes the bind v9 lightweight resolver.
diff --git a/doc/design/ncache b/doc/design/ncache
index 86617916c2..c46c885347 100644
--- a/doc/design/ncache
+++ b/doc/design/ncache
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: ncache,v 1.7 2004/03/05 05:04:46 marka Exp $
Negative Caching
diff --git a/doc/design/rdataset b/doc/design/rdataset
index d095c60617..681555ef05 100644
--- a/doc/design/rdataset
+++ b/doc/design/rdataset
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: rdataset,v 1.6 2004/03/05 05:04:46 marka Exp $
Need way to "dup" an rdataset (i.e. different rdataset handle, same underlying
diff --git a/doc/design/red-black b/doc/design/red-black
index 07c65cbc35..4d7ef6f811 100644
--- a/doc/design/red-black
+++ b/doc/design/red-black
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: red-black,v 1.9 2004/03/05 05:04:46 marka Exp $
Red-Black Tree Implementation Notes
diff --git a/doc/design/resolver b/doc/design/resolver
index 973e0a26a4..d3886015dc 100644
--- a/doc/design/resolver
+++ b/doc/design/resolver
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: resolver,v 1.6 2004/03/05 05:04:47 marka Exp $
Multi-target Resolver
diff --git a/doc/design/search b/doc/design/search
index a9bb161d61..12344c20b2 100644
--- a/doc/design/search
+++ b/doc/design/search
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: search,v 1.10 2004/03/05 05:04:47 marka Exp $
What follows is pseudocode for the zone and cache lookup algorithms, as they
diff --git a/doc/design/tasks b/doc/design/tasks
index e4b087e254..898c475d13 100644
--- a/doc/design/tasks
+++ b/doc/design/tasks
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: tasks,v 1.7 2004/03/05 05:04:47 marka Exp $
Changes I made last week to the task code simplified the task shutdown
diff --git a/doc/design/verify b/doc/design/verify
index a175a51971..f351f5cb2b 100644
--- a/doc/design/verify
+++ b/doc/design/verify
@@ -1,9 +1,12 @@
-Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id$
dnssec-verify a tool to verify a zone is correctly signed.
diff --git a/doc/design/windows-nt b/doc/design/windows-nt
index 5c5ed17fc0..8112457e0b 100644
--- a/doc/design/windows-nt
+++ b/doc/design/windows-nt
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: windows-nt,v 1.8 2004/03/05 05:04:47 marka Exp $
Windows NT Portability Notes
diff --git a/doc/design/zone b/doc/design/zone
index 8c2645cd66..fa5e01f475 100644
--- a/doc/design/zone
+++ b/doc/design/zone
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Zones
$Id: zone,v 1.10 2004/03/05 05:04:47 marka Exp $
diff --git a/doc/dev/DBC b/doc/dev/DBC
index 2435052f98..670b2de019 100644
--- a/doc/dev/DBC
+++ b/doc/dev/DBC
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: DBC,v 1.6 2004/03/05 05:04:49 marka Exp $
Design By Contract
diff --git a/doc/dev/HOW-ADB-WORKS.txt b/doc/dev/HOW-ADB-WORKS.txt
index 0ab04675a2..54fb0e769b 100644
--- a/doc/dev/HOW-ADB-WORKS.txt
+++ b/doc/dev/HOW-ADB-WORKS.txt
@@ -1,9 +1,12 @@
-Copyright (C) 2003, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2003, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: HOW-ADB-WORKS.txt,v 1.2 2004/03/05 05:04:50 marka Exp $
Recently, several groups have expressed concern over potential
diff --git a/doc/dev/autoconf b/doc/dev/autoconf
index 597e4c2e8a..3153869fe7 100644
--- a/doc/dev/autoconf
+++ b/doc/dev/autoconf
@@ -1,9 +1,12 @@
-Copyright (C) 2001, 2002, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2001, 2002, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: autoconf,v 1.4 2004/03/05 05:04:50 marka Exp $
Here are some hints on how to use autoconf correctly when doing
diff --git a/doc/dev/coding.html b/doc/dev/coding.html
index 6447039ac3..fda8a40131 100644
--- a/doc/dev/coding.html
+++ b/doc/dev/coding.html
@@ -1,9 +1,12 @@
diff --git a/doc/dev/cvs-usage b/doc/dev/cvs-usage
index f948c173e8..752e19c2d1 100644
--- a/doc/dev/cvs-usage
+++ b/doc/dev/cvs-usage
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Notes on CVS Usage
Accessing the repository
diff --git a/doc/dev/dev.md b/doc/dev/dev.md
index 23206f0f41..9997b8421c 100644
--- a/doc/dev/dev.md
+++ b/doc/dev/dev.md
@@ -1,9 +1,12 @@
## BIND Developer Information
diff --git a/doc/dev/magic_numbers b/doc/dev/magic_numbers
index 3b8cabbad5..27ecf1fcda 100644
--- a/doc/dev/magic_numbers
+++ b/doc/dev/magic_numbers
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2002, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2002, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: magic_numbers,v 1.7 2004/03/05 05:04:50 marka Exp $
Magic Numbers
diff --git a/doc/dev/rdata.md b/doc/dev/rdata.md
index 0b421cf469..7bb9394958 100644
--- a/doc/dev/rdata.md
+++ b/doc/dev/rdata.md
@@ -1,9 +1,12 @@
## RDATA Types
diff --git a/doc/dev/release b/doc/dev/release
index eed5ed594f..f4374ab3b0 100644
--- a/doc/dev/release
+++ b/doc/dev/release
@@ -1,9 +1,12 @@
-Copyright (C) 2000-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000-2007, 2009, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: release,v 1.74 2009/08/06 23:47:44 tbox Exp $
Preparing a bind9 release
diff --git a/doc/dev/results b/doc/dev/results
index c39f5f0c86..178d6d4fcc 100644
--- a/doc/dev/results
+++ b/doc/dev/results
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: results,v 1.7 2004/03/05 05:04:50 marka Exp $
Result Codes
diff --git a/doc/dev/style.md b/doc/dev/style.md
index 6ccd899fbb..8c74dcebce 100644
--- a/doc/dev/style.md
+++ b/doc/dev/style.md
@@ -1,9 +1,12 @@
## BIND 9 Coding Style
diff --git a/doc/dev/tests b/doc/dev/tests
index 2387f0d9d7..ec3ed5445b 100644
--- a/doc/dev/tests
+++ b/doc/dev/tests
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: tests,v 1.15 2004/03/05 05:04:50 marka Exp $
We do hourly test builds of the bind9 tree. This is an attempt to
diff --git a/doc/dev/unexpected b/doc/dev/unexpected
index 2b0de61fae..1e31f005b5 100644
--- a/doc/dev/unexpected
+++ b/doc/dev/unexpected
@@ -1,9 +1,12 @@
-Copyright (C) 1999-2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1999-2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: unexpected,v 1.6 2004/03/05 05:04:50 marka Exp $
Unexpected Errors
diff --git a/doc/doxygen/Makefile.in b/doc/doxygen/Makefile.in
index 43e7903764..e9305ab218 100644
--- a/doc/doxygen/Makefile.in
+++ b/doc/doxygen/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2006, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:13 tbox Exp $
diff --git a/doc/doxygen/doxygen-input-filter.in b/doc/doxygen/doxygen-input-filter.in
index 2a35686655..fefcd227cf 100644
--- a/doc/doxygen/doxygen-input-filter.in
+++ b/doc/doxygen/doxygen-input-filter.in
@@ -1,10 +1,13 @@
#!@PERL@ -w
#
-# Copyright (C) 2006, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: doxygen-input-filter.in,v 1.4 2007/06/19 23:47:13 tbox Exp $
diff --git a/doc/doxygen/isc-footer.html b/doc/doxygen/isc-footer.html
index 90a0b7e5ca..4b9dd2c441 100644
--- a/doc/doxygen/isc-footer.html
+++ b/doc/doxygen/isc-footer.html
@@ -1,9 +1,12 @@
diff --git a/doc/doxygen/isc-header.html b/doc/doxygen/isc-header.html
index b3ea268e9a..f42c5b66e0 100644
--- a/doc/doxygen/isc-header.html
+++ b/doc/doxygen/isc-header.html
@@ -1,9 +1,12 @@
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 2f58c68fff..c4967ff519 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2009, 2012, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/doc/misc/dnssec b/doc/misc/dnssec
index b577d12736..a94ff7aabd 100644
--- a/doc/misc/dnssec
+++ b/doc/misc/dnssec
@@ -1,9 +1,12 @@
-Copyright (C) 2000-2002, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000-2002, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
DNSSEC Release Notes
This document summarizes the state of the DNSSEC implementation in
diff --git a/doc/misc/docbook-grammars.pl b/doc/misc/docbook-grammars.pl
index 91bf48d7d1..43f47e813d 100644
--- a/doc/misc/docbook-grammars.pl
+++ b/doc/misc/docbook-grammars.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use warnings;
use strict;
diff --git a/doc/misc/docbook-options.pl b/doc/misc/docbook-options.pl
index 4ec7101c95..6495b53e81 100644
--- a/doc/misc/docbook-options.pl
+++ b/doc/misc/docbook-options.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use warnings;
use strict;
diff --git a/doc/misc/docbook-zoneopt.pl b/doc/misc/docbook-zoneopt.pl
index cc18bcad1e..295fc2865a 100644
--- a/doc/misc/docbook-zoneopt.pl
+++ b/doc/misc/docbook-zoneopt.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use warnings;
use strict;
diff --git a/doc/misc/format-options.pl b/doc/misc/format-options.pl
index fcbc8e633c..8dbe3d583c 100644
--- a/doc/misc/format-options.pl
+++ b/doc/misc/format-options.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: format-options.pl,v 1.5 2007/09/24 04:21:59 marka Exp $
diff --git a/doc/misc/ipv6 b/doc/misc/ipv6
index 5f05db9e5f..7cc2ff7902 100644
--- a/doc/misc/ipv6
+++ b/doc/misc/ipv6
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Currently, there are multiple interesting problems with ipv6
implementations on various platforms. These problems range from not
being able to use ipv6 with bind9 (or in particular the ISC socket
diff --git a/doc/misc/migration b/doc/misc/migration
index d20d2a9cea..f1fb72ebea 100644
--- a/doc/misc/migration
+++ b/doc/misc/migration
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
BIND 8 to BIND 9 Migration Notes
BIND 9 is designed to be mostly upwards compatible with BIND 8, but
diff --git a/doc/misc/migration-4to9 b/doc/misc/migration-4to9
index 7c8c61801c..bb2b0f779a 100644
--- a/doc/misc/migration-4to9
+++ b/doc/misc/migration-4to9
@@ -1,9 +1,12 @@
-Copyright (C) 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: migration-4to9,v 1.4 2004/03/05 05:04:53 marka Exp $
BIND 4 to BIND 9 Migration Notes
diff --git a/doc/misc/rfc-compliance b/doc/misc/rfc-compliance
index 9d991c0c04..3fe4731074 100644
--- a/doc/misc/rfc-compliance
+++ b/doc/misc/rfc-compliance
@@ -1,9 +1,12 @@
-Copyright (C) 2001, 2004, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2001, 2004, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
BIND 9 is striving for strict compliance with IETF standards. We
believe this release of BIND 9 complies with the following RFCs, with
the caveats and exceptions listed in the numbered notes below. Note
diff --git a/doc/misc/roadmap b/doc/misc/roadmap
index 4b529664b9..fac0c33fc9 100644
--- a/doc/misc/roadmap
+++ b/doc/misc/roadmap
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
$Id: roadmap,v 1.2 2004/03/05 05:04:54 marka Exp $
Road Map to the BIND 9 Source Tree
diff --git a/doc/misc/sdb b/doc/misc/sdb
index c4a4aa2f60..3db5c55781 100644
--- a/doc/misc/sdb
+++ b/doc/misc/sdb
@@ -1,9 +1,12 @@
-Copyright (C) 2000, 2001, 2004, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2000, 2001, 2004, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Using the BIND 9 Simplified Database Interface
This document describes the care and feeding of the BIND 9 Simplified
diff --git a/doc/misc/sort-options.pl b/doc/misc/sort-options.pl
index 88b6c6216d..cd3ffd3e87 100644
--- a/doc/misc/sort-options.pl
+++ b/doc/misc/sort-options.pl
@@ -1,10 +1,13 @@
#!/bin/perl
#
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: sort-options.pl,v 1.3 2007/09/24 23:46:48 tbox Exp $
diff --git a/doc/misc/tcp-fast-open b/doc/misc/tcp-fast-open
index f9492bb70c..616512994e 100644
--- a/doc/misc/tcp-fast-open
+++ b/doc/misc/tcp-fast-open
@@ -1,9 +1,12 @@
-Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
Some systems (Linux, FreeBSD, OS X/macOS and Windows 10) support
the TCP Fast Open (RFC 7413) mechanism in their recent versions.
diff --git a/doc/tex/Makefile.in b/doc/tex/Makefile.in
index 9480384b7a..c4bb60384a 100644
--- a/doc/tex/Makefile.in
+++ b/doc/tex/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/doc/xsl/Makefile.in b/doc/xsl/Makefile.in
index 5e0d5696b3..3138c29cd5 100644
--- a/doc/xsl/Makefile.in
+++ b/doc/xsl/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2005, 2007, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/doc/xsl/arm-param.xsl b/doc/xsl/arm-param.xsl
index a0483f7d59..c3014914a0 100644
--- a/doc/xsl/arm-param.xsl
+++ b/doc/xsl/arm-param.xsl
@@ -1,10 +1,13 @@
diff --git a/doc/xsl/isc-docbook-chunk.xsl.in b/doc/xsl/isc-docbook-chunk.xsl.in
index bcde58ea04..6f9977e11e 100644
--- a/doc/xsl/isc-docbook-chunk.xsl.in
+++ b/doc/xsl/isc-docbook-chunk.xsl.in
@@ -1,9 +1,12 @@
diff --git a/doc/xsl/isc-docbook-html.xsl.in b/doc/xsl/isc-docbook-html.xsl.in
index 908657abf0..6d27de8b82 100644
--- a/doc/xsl/isc-docbook-html.xsl.in
+++ b/doc/xsl/isc-docbook-html.xsl.in
@@ -1,9 +1,12 @@
diff --git a/doc/xsl/isc-docbook-text.xsl b/doc/xsl/isc-docbook-text.xsl
index 61688198c0..fcfa5b9e00 100644
--- a/doc/xsl/isc-docbook-text.xsl
+++ b/doc/xsl/isc-docbook-text.xsl
@@ -1,9 +1,12 @@
diff --git a/doc/xsl/isc-manpage.xsl.in b/doc/xsl/isc-manpage.xsl.in
index 2ab531c591..f466d78c1d 100644
--- a/doc/xsl/isc-manpage.xsl.in
+++ b/doc/xsl/isc-manpage.xsl.in
@@ -1,9 +1,12 @@
diff --git a/doc/xsl/isc-notes-html.xsl.in b/doc/xsl/isc-notes-html.xsl.in
index ec37e3360f..3f6b2a290a 100644
--- a/doc/xsl/isc-notes-html.xsl.in
+++ b/doc/xsl/isc-notes-html.xsl.in
@@ -1,9 +1,12 @@
diff --git a/doc/xsl/notes-param.xsl b/doc/xsl/notes-param.xsl
index fa726bbdcc..f2b3e8b24f 100644
--- a/doc/xsl/notes-param.xsl
+++ b/doc/xsl/notes-param.xsl
@@ -1,9 +1,12 @@
diff --git a/doc/xsl/pre-latex.xsl b/doc/xsl/pre-latex.xsl
index 32148d9df1..375584aedb 100644
--- a/doc/xsl/pre-latex.xsl
+++ b/doc/xsl/pre-latex.xsl
@@ -1,9 +1,12 @@
diff --git a/isc-config.sh.docbook b/isc-config.sh.docbook
index 6d1f478a26..d9268568d5 100644
--- a/isc-config.sh.docbook
+++ b/isc-config.sh.docbook
@@ -1,9 +1,12 @@
@@ -28,6 +31,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/isc-config.sh.in b/isc-config.sh.in
index 6b6446c39d..e393c3d613 100644
--- a/isc-config.sh.in
+++ b/isc-config.sh.in
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2003, 2004, 2007, 2012, 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: isc-config.sh.in,v 1.17 2007/06/19 23:46:59 tbox Exp $
diff --git a/lib/Makefile.in b/lib/Makefile.in
index d595615072..81270a0ee4 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2003, 2004, 2007, 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/bind9/Makefile.in b/lib/bind9/Makefile.in
index 900e6c3719..3c98330249 100644
--- a/lib/bind9/Makefile.in
+++ b/lib/bind9/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2009, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.14 2009/12/05 23:31:40 each Exp $
diff --git a/lib/bind9/check.c b/lib/bind9/check.c
index 62a8d6ec05..c33fd681f9 100644
--- a/lib/bind9/check.c
+++ b/lib/bind9/check.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/bind9/getaddresses.c b/lib/bind9/getaddresses.c
index a724ed304b..4a82885205 100644
--- a/lib/bind9/getaddresses.c
+++ b/lib/bind9/getaddresses.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2002, 2004, 2005, 2007, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/bind9/include/Makefile.in b/lib/bind9/include/Makefile.in
index 709a5c9157..4127b6899e 100644
--- a/lib/bind9/include/Makefile.in
+++ b/lib/bind9/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:16 tbox Exp $
diff --git a/lib/bind9/include/bind9/Makefile.in b/lib/bind9/include/bind9/Makefile.in
index f223ad3774..16d37b74fb 100644
--- a/lib/bind9/include/bind9/Makefile.in
+++ b/lib/bind9/include/bind9/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.8 2007/06/19 23:47:16 tbox Exp $
diff --git a/lib/bind9/include/bind9/check.h b/lib/bind9/include/bind9/check.h
index d5960269ca..b826e42504 100644
--- a/lib/bind9/include/bind9/check.h
+++ b/lib/bind9/include/bind9/check.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: check.h,v 1.9 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/bind9/include/bind9/getaddresses.h b/lib/bind9/include/bind9/getaddresses.h
index 4a5a431dde..f4d012778b 100644
--- a/lib/bind9/include/bind9/getaddresses.h
+++ b/lib/bind9/include/bind9/getaddresses.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: getaddresses.h,v 1.11 2009/01/17 23:47:42 tbox Exp $ */
diff --git a/lib/bind9/include/bind9/version.h b/lib/bind9/include/bind9/version.h
index b579c40ae4..b4d8d04d71 100644
--- a/lib/bind9/include/bind9/version.h
+++ b/lib/bind9/include/bind9/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.9 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/bind9/version.c b/lib/bind9/version.c
index b09142fa62..ac41f5754e 100644
--- a/lib/bind9/version.c
+++ b/lib/bind9/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.8 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/bind9/win32/DLLMain.c b/lib/bind9/win32/DLLMain.c
index 943f4daa76..f5521b2aea 100644
--- a/lib/bind9/win32/DLLMain.c
+++ b/lib/bind9/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DLLMain.c,v 1.4 2007/06/18 23:47:39 tbox Exp $ */
diff --git a/lib/bind9/win32/version.c b/lib/bind9/win32/version.c
index b9887323e2..47117a6d7f 100644
--- a/lib/bind9/win32/version.c
+++ b/lib/bind9/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.5 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in
index f7556f31e3..190d43d647 100644
--- a/lib/dns/Makefile.in
+++ b/lib/dns/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/dns/acache.c b/lib/dns/acache.c
index 55e6dd5751..66c1847ddf 100644
--- a/lib/dns/acache.c
+++ b/lib/dns/acache.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2004-2008, 2012, 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: acache.c,v 1.22 2008/02/07 23:46:54 tbox Exp $ */
diff --git a/lib/dns/acl.c b/lib/dns/acl.c
index 2108c6fd68..ea2bd6fff5 100644
--- a/lib/dns/acl.c
+++ b/lib/dns/acl.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2009, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/adb.c b/lib/dns/adb.c
index 6bdb19ab04..4bee9bee8d 100644
--- a/lib/dns/adb.c
+++ b/lib/dns/adb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/lib/dns/badcache.c b/lib/dns/badcache.c
index 468f1925e4..2aa55c2110 100644
--- a/lib/dns/badcache.c
+++ b/lib/dns/badcache.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/byaddr.c b/lib/dns/byaddr.c
index bfd671ab7b..2c0242bb23 100644
--- a/lib/dns/byaddr.c
+++ b/lib/dns/byaddr.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2005, 2007, 2009, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: byaddr.c,v 1.41 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/dns/cache.c b/lib/dns/cache.c
index c04c2e8dcf..7f0f97da54 100644
--- a/lib/dns/cache.c
+++ b/lib/dns/cache.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: cache.c,v 1.91 2011/08/26 05:12:56 marka Exp $ */
diff --git a/lib/dns/callbacks.c b/lib/dns/callbacks.c
index 7ec6c17fea..0a7d5d63b9 100644
--- a/lib/dns/callbacks.c
+++ b/lib/dns/callbacks.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: callbacks.c,v 1.19.40.1 2012/02/07 00:44:13 each Exp $ */
diff --git a/lib/dns/catz.c b/lib/dns/catz.c
index 7f9419dda3..d3aa97f504 100644
--- a/lib/dns/catz.c
+++ b/lib/dns/catz.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/client.c b/lib/dns/client.c
index 5d253a6e5c..48c48eba6e 100644
--- a/lib/dns/client.c
+++ b/lib/dns/client.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/clientinfo.c b/lib/dns/clientinfo.c
index 43f01c1015..6d025d9888 100644
--- a/lib/dns/clientinfo.c
+++ b/lib/dns/clientinfo.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/compress.c b/lib/dns/compress.c
index c876fa155e..5da9861d57 100644
--- a/lib/dns/compress.c
+++ b/lib/dns/compress.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/db.c b/lib/dns/db.c
index 0be1e22e17..9b5bd0abaf 100644
--- a/lib/dns/db.c
+++ b/lib/dns/db.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007-2009, 2011-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/dbiterator.c b/lib/dns/dbiterator.c
index 6bf96f5c1b..ac03a8e201 100644
--- a/lib/dns/dbiterator.c
+++ b/lib/dns/dbiterator.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dbiterator.c,v 1.18 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/dbtable.c b/lib/dns/dbtable.c
index b916c3c606..22b4b42b3d 100644
--- a/lib/dns/dbtable.c
+++ b/lib/dns/dbtable.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/diff.c b/lib/dns/diff.c
index 487526e2ab..5f8da4f440 100644
--- a/lib/dns/diff.c
+++ b/lib/dns/diff.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2005, 2007-2009, 2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: diff.c,v 1.26 2011/03/25 23:53:02 each Exp $ */
diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c
index eaddc34d51..321459ebcb 100644
--- a/lib/dns/dispatch.c
+++ b/lib/dns/dispatch.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/dlz.c b/lib/dns/dlz.c
index 9f819374cf..2de7da5956 100644
--- a/lib/dns/dlz.c
+++ b/lib/dns/dlz.c
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1999-2001, 2005, 2007, 2009-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2001, 2005, 2007, 2009-2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/dns64.c b/lib/dns/dns64.c
index 36bff03f01..9483f32aa7 100644
--- a/lib/dns/dns64.c
+++ b/lib/dns/dns64.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2011, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dns64.c,v 1.8 2011/03/12 04:59:47 tbox Exp $ */
diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c
index 9e21964b94..2eb6413cec 100644
--- a/lib/dns/dnssec.c
+++ b/lib/dns/dnssec.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/dnstap.c b/lib/dns/dnstap.c
index 3fc21f4360..7f50570bc6 100644
--- a/lib/dns/dnstap.c
+++ b/lib/dns/dnstap.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/ds.c b/lib/dns/ds.c
index a65fa890f2..28a5c3efe3 100644
--- a/lib/dns/ds.c
+++ b/lib/dns/ds.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002-2007, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ds.c,v 1.13 2010/12/23 23:47:08 tbox Exp $ */
diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c
index b404d274e0..43abb36f66 100644
--- a/lib/dns/dst_api.c
+++ b/lib/dns/dst_api.c
@@ -5,7 +5,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/dst_gost.h b/lib/dns/dst_gost.h
index 86dda8b799..e42c6a1592 100644
--- a/lib/dns/dst_gost.h
+++ b/lib/dns/dst_gost.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DST_GOST_H
diff --git a/lib/dns/dst_internal.h b/lib/dns/dst_internal.h
index 254b34f825..2fc7c08368 100644
--- a/lib/dns/dst_internal.h
+++ b/lib/dns/dst_internal.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2000-2002, 2004-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2000-2002, 2004-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/dst_lib.c b/lib/dns/dst_lib.c
index 696488e715..44cb7c8646 100644
--- a/lib/dns/dst_lib.c
+++ b/lib/dns/dst_lib.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/dst_openssl.h b/lib/dns/dst_openssl.h
index f8a3057c85..c1a3aa27a4 100644
--- a/lib/dns/dst_openssl.h
+++ b/lib/dns/dst_openssl.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007-2009, 2011, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dst_openssl.h,v 1.11 2011/03/12 04:59:48 tbox Exp $ */
diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c
index 5b64142de5..da34aff076 100644
--- a/lib/dns/dst_parse.c
+++ b/lib/dns/dst_parse.c
@@ -5,7 +5,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/dst_parse.h b/lib/dns/dst_parse.h
index e42357cfbd..46257b6d1a 100644
--- a/lib/dns/dst_parse.h
+++ b/lib/dns/dst_parse.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2000-2002, 2004-2010, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2000-2002, 2004-2010, 2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/dst_pkcs11.h b/lib/dns/dst_pkcs11.h
index d9b35f57e5..b8011f2c4c 100644
--- a/lib/dns/dst_pkcs11.h
+++ b/lib/dns/dst_pkcs11.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DST_PKCS11_H
diff --git a/lib/dns/dst_result.c b/lib/dns/dst_result.c
index 5761ac4fe7..f7138d2b69 100644
--- a/lib/dns/dst_result.c
+++ b/lib/dns/dst_result.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2008, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*%
diff --git a/lib/dns/dyndb.c b/lib/dns/dyndb.c
index ad3e95db78..e21a84c71e 100644
--- a/lib/dns/dyndb.c
+++ b/lib/dns/dyndb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/lib/dns/ecdb.c b/lib/dns/ecdb.c
index 23aca666f4..0c35baf03c 100644
--- a/lib/dns/ecdb.c
+++ b/lib/dns/ecdb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include "config.h"
diff --git a/lib/dns/forward.c b/lib/dns/forward.c
index 08e89d8f85..b38623bd47 100644
--- a/lib/dns/forward.c
+++ b/lib/dns/forward.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/gen-unix.h b/lib/dns/gen-unix.h
index 26086d85a7..0c4ba46c25 100644
--- a/lib/dns/gen-unix.h
+++ b/lib/dns/gen-unix.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gen-unix.h,v 1.21 2009/01/17 23:47:42 tbox Exp $ */
diff --git a/lib/dns/gen-win32.h b/lib/dns/gen-win32.h
index 45e779b45b..2ff0e2f650 100644
--- a/lib/dns/gen-win32.h
+++ b/lib/dns/gen-win32.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/gen.c b/lib/dns/gen.c
index cfd964b3e1..00809a4653 100644
--- a/lib/dns/gen.c
+++ b/lib/dns/gen.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/geoip.c b/lib/dns/geoip.c
index 6abe9cfdb8..cb35482051 100644
--- a/lib/dns/geoip.c
+++ b/lib/dns/geoip.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/gssapi_link.c b/lib/dns/gssapi_link.c
index 8f09ffc83f..4d4549d2a4 100644
--- a/lib/dns/gssapi_link.c
+++ b/lib/dns/gssapi_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/gssapictx.c b/lib/dns/gssapictx.c
index 5e96fd6d38..6c251dd79a 100644
--- a/lib/dns/gssapictx.c
+++ b/lib/dns/gssapictx.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gssapictx.c,v 1.29 2011/08/29 06:33:25 marka Exp $ */
diff --git a/lib/dns/hmac_link.c b/lib/dns/hmac_link.c
index cc0f750009..0f7a58c23b 100644
--- a/lib/dns/hmac_link.c
+++ b/lib/dns/hmac_link.c
@@ -5,7 +5,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/include/Makefile.in b/lib/dns/include/Makefile.in
index 506cace9e2..10733c7c90 100644
--- a/lib/dns/include/Makefile.in
+++ b/lib/dns/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.15 2007/06/19 23:47:16 tbox Exp $
diff --git a/lib/dns/include/dns/Makefile.in b/lib/dns/include/dns/Makefile.in
index 990c030525..306807c4db 100644
--- a/lib/dns/include/dns/Makefile.in
+++ b/lib/dns/include/dns/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2004, 2007-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/dns/include/dns/acache.h b/lib/dns/include/dns/acache.h
index 1f05c30f29..b69d290e99 100644
--- a/lib/dns/include/dns/acache.h
+++ b/lib/dns/include/dns/acache.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2004, 2006, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: acache.h,v 1.8 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/acl.h b/lib/dns/include/dns/acl.h
index 879ec8d34f..b0a717550e 100644
--- a/lib/dns/include/dns/acl.h
+++ b/lib/dns/include/dns/acl.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009, 2011, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: acl.h,v 1.35 2011/06/17 23:47:49 tbox Exp $ */
diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h
index a33dd95340..a113a2b274 100644
--- a/lib/dns/include/dns/adb.h
+++ b/lib/dns/include/dns/adb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2008, 2011, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: adb.h,v 1.88 2011/12/05 17:10:51 each Exp $ */
diff --git a/lib/dns/include/dns/badcache.h b/lib/dns/include/dns/badcache.h
index 3a808cbb43..6f99c51749 100644
--- a/lib/dns/include/dns/badcache.h
+++ b/lib/dns/include/dns/badcache.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_BADCACHE_H
diff --git a/lib/dns/include/dns/bit.h b/lib/dns/include/dns/bit.h
index b35893bf98..ab46bcc1a5 100644
--- a/lib/dns/include/dns/bit.h
+++ b/lib/dns/include/dns/bit.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bit.h,v 1.14 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/byaddr.h b/lib/dns/include/dns/byaddr.h
index 245a2dff7d..6fb04a1f9b 100644
--- a/lib/dns/include/dns/byaddr.h
+++ b/lib/dns/include/dns/byaddr.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: byaddr.h,v 1.22 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/cache.h b/lib/dns/include/dns/cache.h
index 11ab642306..b964f87c62 100644
--- a/lib/dns/include/dns/cache.h
+++ b/lib/dns/include/dns/cache.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: cache.h,v 1.32 2011/08/02 23:47:52 tbox Exp $ */
diff --git a/lib/dns/include/dns/callbacks.h b/lib/dns/include/dns/callbacks.h
index bed336579d..ea74117d3c 100644
--- a/lib/dns/include/dns/callbacks.h
+++ b/lib/dns/include/dns/callbacks.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: callbacks.h,v 1.26.40.1 2012/02/07 00:44:16 each Exp $ */
diff --git a/lib/dns/include/dns/catz.h b/lib/dns/include/dns/catz.h
index 580609bbd2..6345e1eb26 100644
--- a/lib/dns/include/dns/catz.h
+++ b/lib/dns/include/dns/catz.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/lib/dns/include/dns/cert.h b/lib/dns/include/dns/cert.h
index 1210316fb5..80f2a0f191 100644
--- a/lib/dns/include/dns/cert.h
+++ b/lib/dns/include/dns/cert.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: cert.h,v 1.19 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/client.h b/lib/dns/include/dns/client.h
index 2a41a71a0f..d21baad6de 100644
--- a/lib/dns/include/dns/client.h
+++ b/lib/dns/include/dns/client.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: client.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/dns/include/dns/clientinfo.h b/lib/dns/include/dns/clientinfo.h
index 74ad64f2cd..a31937bdd1 100644
--- a/lib/dns/include/dns/clientinfo.h
+++ b/lib/dns/include/dns/clientinfo.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: clientinfo.h,v 1.3 2011/10/11 23:46:45 tbox Exp $ */
diff --git a/lib/dns/include/dns/compress.h b/lib/dns/include/dns/compress.h
index be65009e59..00e43cd1da 100644
--- a/lib/dns/include/dns/compress.h
+++ b/lib/dns/include/dns/compress.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_COMPRESS_H
diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h
index 91e839ba9d..8bee85c66a 100644
--- a/lib/dns/include/dns/db.h
+++ b/lib/dns/include/dns/db.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/dbiterator.h b/lib/dns/include/dns/dbiterator.h
index 2d7864ea9f..110196e202 100644
--- a/lib/dns/include/dns/dbiterator.h
+++ b/lib/dns/include/dns/dbiterator.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dbiterator.h,v 1.25 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/dbtable.h b/lib/dns/include/dns/dbtable.h
index 6f4005005f..ce2eb8e87e 100644
--- a/lib/dns/include/dns/dbtable.h
+++ b/lib/dns/include/dns/dbtable.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dbtable.h,v 1.23 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/diff.h b/lib/dns/include/dns/diff.h
index 571ad12f90..77319840e9 100644
--- a/lib/dns/include/dns/diff.h
+++ b/lib/dns/include/dns/diff.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2010, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: diff.h,v 1.19 2010/06/04 23:51:14 tbox Exp $ */
diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h
index 35cc600c68..87c2913a31 100644
--- a/lib/dns/include/dns/dispatch.h
+++ b/lib/dns/include/dns/dispatch.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_DISPATCH_H
diff --git a/lib/dns/include/dns/dlz.h b/lib/dns/include/dns/dlz.h
index 70c5bffd68..93f59dcd9a 100644
--- a/lib/dns/include/dns/dlz.h
+++ b/lib/dns/include/dns/dlz.h
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1999-2001, 2005-2007, 2009-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2001, 2005-2007, 2009-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/include/dns/dlz_dlopen.h b/lib/dns/include/dns/dlz_dlopen.h
index eca2a7f1c8..aa8c0e29af 100644
--- a/lib/dns/include/dns/dlz_dlopen.h
+++ b/lib/dns/include/dns/dlz_dlopen.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/dns64.h b/lib/dns/include/dns/dns64.h
index 5c0158d4c1..3e528971fd 100644
--- a/lib/dns/include/dns/dns64.h
+++ b/lib/dns/include/dns/dns64.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dns64.h,v 1.3 2010/12/08 23:51:56 tbox Exp $ */
diff --git a/lib/dns/include/dns/dnssec.h b/lib/dns/include/dns/dnssec.h
index 8054687541..8b6bc7dd1f 100644
--- a/lib/dns/include/dns/dnssec.h
+++ b/lib/dns/include/dns/dnssec.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/dnstap.h b/lib/dns/include/dns/dnstap.h
index 25a0326e7d..0b677d04e5 100644
--- a/lib/dns/include/dns/dnstap.h
+++ b/lib/dns/include/dns/dnstap.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef _DNSTAP_H
diff --git a/lib/dns/include/dns/ds.h b/lib/dns/include/dns/ds.h
index 2f9c47d903..24eb6645c1 100644
--- a/lib/dns/include/dns/ds.h
+++ b/lib/dns/include/dns/ds.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004-2007, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ds.h,v 1.12 2010/12/23 23:47:08 tbox Exp $ */
diff --git a/lib/dns/include/dns/dsdigest.h b/lib/dns/include/dns/dsdigest.h
index 21b98cf151..dada001be1 100644
--- a/lib/dns/include/dns/dsdigest.h
+++ b/lib/dns/include/dns/dsdigest.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/dyndb.h b/lib/dns/include/dns/dyndb.h
index 66e820b0e4..c1b69d6ae1 100644
--- a/lib/dns/include/dns/dyndb.h
+++ b/lib/dns/include/dns/dyndb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_DYNDB_H
diff --git a/lib/dns/include/dns/ecdb.h b/lib/dns/include/dns/ecdb.h
index 2b897b5571..b7f46144e3 100644
--- a/lib/dns/include/dns/ecdb.h
+++ b/lib/dns/include/dns/ecdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ecdb.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/dns/include/dns/edns.h b/lib/dns/include/dns/edns.h
index 173ccd4fff..018c89d34e 100644
--- a/lib/dns/include/dns/edns.h
+++ b/lib/dns/include/dns/edns.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_EDNS_H
diff --git a/lib/dns/include/dns/events.h b/lib/dns/include/dns/events.h
index 1791b58de5..f8343d0bdd 100644
--- a/lib/dns/include/dns/events.h
+++ b/lib/dns/include/dns/events.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009-2011, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: events.h,v 1.61 2011/10/28 06:20:06 each Exp $ */
diff --git a/lib/dns/include/dns/fixedname.h b/lib/dns/include/dns/fixedname.h
index af26271fb7..208c96aacd 100644
--- a/lib/dns/include/dns/fixedname.h
+++ b/lib/dns/include/dns/fixedname.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: fixedname.h,v 1.19 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/forward.h b/lib/dns/include/dns/forward.h
index a5a3194afd..eb0e04584d 100644
--- a/lib/dns/include/dns/forward.h
+++ b/lib/dns/include/dns/forward.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_FORWARD_H
diff --git a/lib/dns/include/dns/geoip.h b/lib/dns/include/dns/geoip.h
index f2eeb73a7b..b45d5419fd 100644
--- a/lib/dns/include/dns/geoip.h
+++ b/lib/dns/include/dns/geoip.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_GEOIP_H
diff --git a/lib/dns/include/dns/ipkeylist.h b/lib/dns/include/dns/ipkeylist.h
index 2327258295..697c11d204 100644
--- a/lib/dns/include/dns/ipkeylist.h
+++ b/lib/dns/include/dns/ipkeylist.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_IPKEYLIST_H
diff --git a/lib/dns/include/dns/iptable.h b/lib/dns/include/dns/iptable.h
index 30df8ef322..adf4dbf745 100644
--- a/lib/dns/include/dns/iptable.h
+++ b/lib/dns/include/dns/iptable.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: iptable.h,v 1.4 2007/09/14 01:46:05 marka Exp $ */
diff --git a/lib/dns/include/dns/journal.h b/lib/dns/include/dns/journal.h
index 3a682aec21..0e390a5108 100644
--- a/lib/dns/include/dns/journal.h
+++ b/lib/dns/include/dns/journal.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2009, 2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: journal.h,v 1.43 2011/12/22 07:32:41 each Exp $ */
diff --git a/lib/dns/include/dns/keydata.h b/lib/dns/include/dns/keydata.h
index 70d3c7c389..0ee541b19b 100644
--- a/lib/dns/include/dns/keydata.h
+++ b/lib/dns/include/dns/keydata.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keydata.h,v 1.2 2009/06/30 02:52:32 each Exp $ */
diff --git a/lib/dns/include/dns/keyflags.h b/lib/dns/include/dns/keyflags.h
index 0ef19ed6c3..a27b52abd8 100644
--- a/lib/dns/include/dns/keyflags.h
+++ b/lib/dns/include/dns/keyflags.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keyflags.h,v 1.16 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/include/dns/keytable.h b/lib/dns/include/dns/keytable.h
index 4114cb2932..3124032791 100644
--- a/lib/dns/include/dns/keytable.h
+++ b/lib/dns/include/dns/keytable.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2010, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keytable.h,v 1.23 2010/06/25 03:24:05 marka Exp $ */
diff --git a/lib/dns/include/dns/keyvalues.h b/lib/dns/include/dns/keyvalues.h
index 509973e4f3..79f650ffd9 100644
--- a/lib/dns/include/dns/keyvalues.h
+++ b/lib/dns/include/dns/keyvalues.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2010, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keyvalues.h,v 1.29 2010/12/23 23:47:08 tbox Exp $ */
diff --git a/lib/dns/include/dns/lib.h b/lib/dns/include/dns/lib.h
index 6dd9adddef..c74840652c 100644
--- a/lib/dns/include/dns/lib.h
+++ b/lib/dns/include/dns/lib.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lib.h,v 1.18 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h
index 4664d5a93c..b789ac5940 100644
--- a/lib/dns/include/dns/log.h
+++ b/lib/dns/include/dns/log.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file dns/log.h
diff --git a/lib/dns/include/dns/lookup.h b/lib/dns/include/dns/lookup.h
index ec07a0da7d..f888b6521e 100644
--- a/lib/dns/include/dns/lookup.h
+++ b/lib/dns/include/dns/lookup.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lookup.h,v 1.14 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h
index d91bbd44e9..a0075fddcd 100644
--- a/lib/dns/include/dns/master.h
+++ b/lib/dns/include/dns/master.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2009, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: master.h,v 1.57.8.1 2012/02/07 00:44:16 each Exp $ */
diff --git a/lib/dns/include/dns/masterdump.h b/lib/dns/include/dns/masterdump.h
index 9d566e3fc3..b01ca08750 100644
--- a/lib/dns/include/dns/masterdump.h
+++ b/lib/dns/include/dns/masterdump.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2008, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_MASTERDUMP_H
diff --git a/lib/dns/include/dns/message.h b/lib/dns/include/dns/message.h
index cc1b82f9bd..868a87db63 100644
--- a/lib/dns/include/dns/message.h
+++ b/lib/dns/include/dns/message.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2010, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_MESSAGE_H
diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h
index 5ac0ca0916..0c966cfc56 100644
--- a/lib/dns/include/dns/name.h
+++ b/lib/dns/include/dns/name.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2007, 2009-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: name.h,v 1.137 2011/01/13 04:59:26 tbox Exp $ */
diff --git a/lib/dns/include/dns/ncache.h b/lib/dns/include/dns/ncache.h
index 8235b2443a..501e6424ca 100644
--- a/lib/dns/include/dns/ncache.h
+++ b/lib/dns/include/dns/ncache.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2010, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ncache.h,v 1.29 2010/05/14 23:50:40 tbox Exp $ */
diff --git a/lib/dns/include/dns/nsec.h b/lib/dns/include/dns/nsec.h
index f76992fe32..e0ff416eae 100644
--- a/lib/dns/include/dns/nsec.h
+++ b/lib/dns/include/dns/nsec.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2008, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsec.h,v 1.14 2011/06/10 23:47:32 tbox Exp $ */
diff --git a/lib/dns/include/dns/nsec3.h b/lib/dns/include/dns/nsec3.h
index 8bb524e977..efa28611f8 100644
--- a/lib/dns/include/dns/nsec3.h
+++ b/lib/dns/include/dns/nsec3.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsec3.h,v 1.14 2011/10/28 12:20:31 tbox Exp $ */
diff --git a/lib/dns/include/dns/nta.h b/lib/dns/include/dns/nta.h
index ae97cd65cd..50597ead4c 100644
--- a/lib/dns/include/dns/nta.h
+++ b/lib/dns/include/dns/nta.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_NTA_H
diff --git a/lib/dns/include/dns/opcode.h b/lib/dns/include/dns/opcode.h
index d4a428873a..887d31c248 100644
--- a/lib/dns/include/dns/opcode.h
+++ b/lib/dns/include/dns/opcode.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: opcode.h,v 1.8 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/order.h b/lib/dns/include/dns/order.h
index aa475425e8..c22bf7ebc0 100644
--- a/lib/dns/include/dns/order.h
+++ b/lib/dns/include/dns/order.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004-2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: order.h,v 1.9 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/peer.h b/lib/dns/include/dns/peer.h
index 46452a7668..863683c182 100644
--- a/lib/dns/include/dns/peer.h
+++ b/lib/dns/include/dns/peer.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: peer.h,v 1.35 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/dns/include/dns/portlist.h b/lib/dns/include/dns/portlist.h
index 436f242800..43fafce980 100644
--- a/lib/dns/include/dns/portlist.h
+++ b/lib/dns/include/dns/portlist.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: portlist.h,v 1.9 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/private.h b/lib/dns/include/dns/private.h
index d8928e8bec..53496b7559 100644
--- a/lib/dns/include/dns/private.h
+++ b/lib/dns/include/dns/private.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: private.h,v 1.5 2011/10/28 12:20:31 tbox Exp $ */
diff --git a/lib/dns/include/dns/rbt.h b/lib/dns/include/dns/rbt.h
index fad97101c6..0c0ee07d10 100644
--- a/lib/dns/include/dns/rbt.h
+++ b/lib/dns/include/dns/rbt.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rbt.h,v 1.77.666.4 2012/02/08 19:53:30 each Exp $ */
diff --git a/lib/dns/include/dns/rcode.h b/lib/dns/include/dns/rcode.h
index fcedd25d84..ba9a73cbbd 100644
--- a/lib/dns/include/dns/rcode.h
+++ b/lib/dns/include/dns/rcode.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rcode.h,v 1.21 2008/09/25 04:02:39 tbox Exp $ */
diff --git a/lib/dns/include/dns/rdata.h b/lib/dns/include/dns/rdata.h
index 73463149d1..7737e5c5da 100644
--- a/lib/dns/include/dns/rdata.h
+++ b/lib/dns/include/dns/rdata.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2009, 2011-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_RDATA_H
diff --git a/lib/dns/include/dns/rdataclass.h b/lib/dns/include/dns/rdataclass.h
index a87729179b..3e186d50af 100644
--- a/lib/dns/include/dns/rdataclass.h
+++ b/lib/dns/include/dns/rdataclass.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdataclass.h,v 1.24 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/rdatalist.h b/lib/dns/include/dns/rdatalist.h
index 75a4fa3443..6103fa9a13 100644
--- a/lib/dns/include/dns/rdatalist.h
+++ b/lib/dns/include/dns/rdatalist.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2008, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/rdataset.h b/lib/dns/include/dns/rdataset.h
index 4afb3db0e6..9f8d7aac45 100644
--- a/lib/dns/include/dns/rdataset.h
+++ b/lib/dns/include/dns/rdataset.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_RDATASET_H
diff --git a/lib/dns/include/dns/rdatasetiter.h b/lib/dns/include/dns/rdatasetiter.h
index 5aea4d4dc3..7084763aa8 100644
--- a/lib/dns/include/dns/rdatasetiter.h
+++ b/lib/dns/include/dns/rdatasetiter.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdatasetiter.h,v 1.21 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/rdataslab.h b/lib/dns/include/dns/rdataslab.h
index 50e16e82dd..8a542cc071 100644
--- a/lib/dns/include/dns/rdataslab.h
+++ b/lib/dns/include/dns/rdataslab.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdataslab.h,v 1.33 2008/04/01 23:47:10 tbox Exp $ */
diff --git a/lib/dns/include/dns/rdatatype.h b/lib/dns/include/dns/rdatatype.h
index 24382733aa..bc5ebf3188 100644
--- a/lib/dns/include/dns/rdatatype.h
+++ b/lib/dns/include/dns/rdatatype.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdatatype.h,v 1.26 2008/09/25 04:02:39 tbox Exp $ */
diff --git a/lib/dns/include/dns/request.h b/lib/dns/include/dns/request.h
index 203042b572..4fbd3dd39a 100644
--- a/lib/dns/include/dns/request.h
+++ b/lib/dns/include/dns/request.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004-2007, 2009, 2010, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: request.h,v 1.31 2010/03/04 23:50:34 tbox Exp $ */
diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h
index edfe9f0941..f2f8714d16 100644
--- a/lib/dns/include/dns/resolver.h
+++ b/lib/dns/include/dns/resolver.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_RESOLVER_H
diff --git a/lib/dns/include/dns/result.h b/lib/dns/include/dns/result.h
index 45b1613c71..92fa5e1290 100644
--- a/lib/dns/include/dns/result.h
+++ b/lib/dns/include/dns/result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_RESULT_H
diff --git a/lib/dns/include/dns/rootns.h b/lib/dns/include/dns/rootns.h
index 2f72ab95d5..03fe974b2a 100644
--- a/lib/dns/include/dns/rootns.h
+++ b/lib/dns/include/dns/rootns.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rootns.h,v 1.16 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/rpz.h b/lib/dns/include/dns/rpz.h
index 9c1a2f42b5..9d20b1fc95 100644
--- a/lib/dns/include/dns/rpz.h
+++ b/lib/dns/include/dns/rpz.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/rriterator.h b/lib/dns/include/dns/rriterator.h
index 63a0380b46..95c6b28890 100644
--- a/lib/dns/include/dns/rriterator.h
+++ b/lib/dns/include/dns/rriterator.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rriterator.h,v 1.4 2011/11/01 23:47:00 tbox Exp $ */
diff --git a/lib/dns/include/dns/rrl.h b/lib/dns/include/dns/rrl.h
index d391c88357..ff357b6d8b 100644
--- a/lib/dns/include/dns/rrl.h
+++ b/lib/dns/include/dns/rrl.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/lib/dns/include/dns/sdb.h b/lib/dns/include/dns/sdb.h
index 63f7b05c05..e26d84a371 100644
--- a/lib/dns/include/dns/sdb.h
+++ b/lib/dns/include/dns/sdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sdb.h,v 1.25 2011/10/11 23:46:45 tbox Exp $ */
diff --git a/lib/dns/include/dns/sdlz.h b/lib/dns/include/dns/sdlz.h
index 44f01a4eb8..57b56cc512 100644
--- a/lib/dns/include/dns/sdlz.h
+++ b/lib/dns/include/dns/sdlz.h
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2001, 2005-2007, 2009-2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/include/dns/secalg.h b/lib/dns/include/dns/secalg.h
index 4ff5f0f86a..9a748b2a0a 100644
--- a/lib/dns/include/dns/secalg.h
+++ b/lib/dns/include/dns/secalg.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: secalg.h,v 1.21 2009/10/12 23:48:02 tbox Exp $ */
diff --git a/lib/dns/include/dns/secproto.h b/lib/dns/include/dns/secproto.h
index 81db102aa7..fbde88164f 100644
--- a/lib/dns/include/dns/secproto.h
+++ b/lib/dns/include/dns/secproto.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: secproto.h,v 1.16 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/soa.h b/lib/dns/include/dns/soa.h
index 4a82a3ae1d..10a053c515 100644
--- a/lib/dns/include/dns/soa.h
+++ b/lib/dns/include/dns/soa.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: soa.h,v 1.12 2009/09/10 01:47:09 each Exp $ */
diff --git a/lib/dns/include/dns/ssu.h b/lib/dns/include/dns/ssu.h
index 5ec3ef6cfd..1962491e53 100644
--- a/lib/dns/include/dns/ssu.h
+++ b/lib/dns/include/dns/ssu.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2008, 2010, 2011, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_SSU_H
diff --git a/lib/dns/include/dns/stats.h b/lib/dns/include/dns/stats.h
index 51d0ba53f3..c8aa7993ec 100644
--- a/lib/dns/include/dns/stats.h
+++ b/lib/dns/include/dns/stats.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/include/dns/tcpmsg.h b/lib/dns/include/dns/tcpmsg.h
index 2c2cd1bb52..03983ed112 100644
--- a/lib/dns/include/dns/tcpmsg.h
+++ b/lib/dns/include/dns/tcpmsg.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tcpmsg.h,v 1.22 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/time.h b/lib/dns/include/dns/time.h
index 86323a18dc..9d3650fbe1 100644
--- a/lib/dns/include/dns/time.h
+++ b/lib/dns/include/dns/time.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: time.h,v 1.19 2012/01/27 23:46:58 tbox Exp $ */
diff --git a/lib/dns/include/dns/timer.h b/lib/dns/include/dns/timer.h
index 07d12bcac1..5778960467 100644
--- a/lib/dns/include/dns/timer.h
+++ b/lib/dns/include/dns/timer.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: timer.h,v 1.9 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/tkey.h b/lib/dns/include/dns/tkey.h
index 5bb2fc9318..48f63a6541 100644
--- a/lib/dns/include/dns/tkey.h
+++ b/lib/dns/include/dns/tkey.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009-2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tkey.h,v 1.32 2011/01/08 23:47:01 tbox Exp $ */
diff --git a/lib/dns/include/dns/tsec.h b/lib/dns/include/dns/tsec.h
index 4a9db26d8a..452a3bf6b5 100644
--- a/lib/dns/include/dns/tsec.h
+++ b/lib/dns/include/dns/tsec.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2010, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tsec.h,v 1.6 2010/12/09 00:54:34 marka Exp $ */
diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h
index bd08712d95..9b71ce9395 100644
--- a/lib/dns/include/dns/tsig.h
+++ b/lib/dns/include/dns/tsig.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009-2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tsig.h,v 1.59 2011/01/11 23:47:13 tbox Exp $ */
diff --git a/lib/dns/include/dns/ttl.h b/lib/dns/include/dns/ttl.h
index 1571f6e4be..887f4cb583 100644
--- a/lib/dns/include/dns/ttl.h
+++ b/lib/dns/include/dns/ttl.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ttl.h,v 1.19 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h
index 208fd758f9..4a699f00f0 100644
--- a/lib/dns/include/dns/types.h
+++ b/lib/dns/include/dns/types.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_TYPES_H
diff --git a/lib/dns/include/dns/update.h b/lib/dns/include/dns/update.h
index e3994aa0d3..a2bc40f1de 100644
--- a/lib/dns/include/dns/update.h
+++ b/lib/dns/include/dns/update.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: update.h,v 1.5 2011/08/30 23:46:53 tbox Exp $ */
diff --git a/lib/dns/include/dns/validator.h b/lib/dns/include/dns/validator.h
index a030572e67..1f845f8c8c 100644
--- a/lib/dns/include/dns/validator.h
+++ b/lib/dns/include/dns/validator.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2010, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: validator.h,v 1.46 2010/02/25 05:08:01 tbox Exp $ */
diff --git a/lib/dns/include/dns/version.h b/lib/dns/include/dns/version.h
index 4c237f036e..f87de6387a 100644
--- a/lib/dns/include/dns/version.h
+++ b/lib/dns/include/dns/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.9.1234.1 2012/02/11 22:37:57 each Exp $ */
diff --git a/lib/dns/include/dns/view.h b/lib/dns/include/dns/view.h
index 8f8a824023..bac6a81f6f 100644
--- a/lib/dns/include/dns/view.h
+++ b/lib/dns/include/dns/view.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_VIEW_H
diff --git a/lib/dns/include/dns/xfrin.h b/lib/dns/include/dns/xfrin.h
index f93303c001..dab478342c 100644
--- a/lib/dns/include/dns/xfrin.h
+++ b/lib/dns/include/dns/xfrin.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: xfrin.h,v 1.30 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h
index f712fbc811..fb3cfe5410 100644
--- a/lib/dns/include/dns/zone.h
+++ b/lib/dns/include/dns/zone.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DNS_ZONE_H
diff --git a/lib/dns/include/dns/zonekey.h b/lib/dns/include/dns/zonekey.h
index 9988227f44..10da59927c 100644
--- a/lib/dns/include/dns/zonekey.h
+++ b/lib/dns/include/dns/zonekey.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: zonekey.h,v 1.10 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h
index 6b2739f0d8..0af2a1aee3 100644
--- a/lib/dns/include/dns/zt.h
+++ b/lib/dns/include/dns/zt.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2011, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: zt.h,v 1.40 2011/09/02 23:46:32 tbox Exp $ */
diff --git a/lib/dns/include/dst/Makefile.in b/lib/dns/include/dst/Makefile.in
index 060bb13d7f..2c0676a3bc 100644
--- a/lib/dns/include/dst/Makefile.in
+++ b/lib/dns/include/dst/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/12/11 20:28:55 marka Exp $
diff --git a/lib/dns/include/dst/dst.h b/lib/dns/include/dst/dst.h
index 30230c4fb1..fcc7b47fe1 100644
--- a/lib/dns/include/dst/dst.h
+++ b/lib/dns/include/dst/dst.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef DST_DST_H
diff --git a/lib/dns/include/dst/gssapi.h b/lib/dns/include/dst/gssapi.h
index c22e8290d3..67d3783216 100644
--- a/lib/dns/include/dst/gssapi.h
+++ b/lib/dns/include/dst/gssapi.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009-2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gssapi.h,v 1.16 2011/01/08 23:47:01 tbox Exp $ */
diff --git a/lib/dns/include/dst/lib.h b/lib/dns/include/dst/lib.h
index a323ef362c..28bb67a982 100644
--- a/lib/dns/include/dst/lib.h
+++ b/lib/dns/include/dst/lib.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lib.h,v 1.7 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/include/dst/result.h b/lib/dns/include/dst/result.h
index ddd656e2ee..cb03ce0466 100644
--- a/lib/dns/include/dst/result.h
+++ b/lib/dns/include/dst/result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2008, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: result.h,v 1.9 2008/04/01 23:47:10 tbox Exp $ */
diff --git a/lib/dns/ipkeylist.c b/lib/dns/ipkeylist.c
index f51a2de72d..7ae8e3670f 100644
--- a/lib/dns/ipkeylist.c
+++ b/lib/dns/ipkeylist.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/iptable.c b/lib/dns/iptable.c
index f09a38e3b8..8abb5d7995 100644
--- a/lib/dns/iptable.c
+++ b/lib/dns/iptable.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2007-2009, 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/journal.c b/lib/dns/journal.c
index b120c4947a..ac6bad881f 100644
--- a/lib/dns/journal.c
+++ b/lib/dns/journal.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007-2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: journal.c,v 1.120 2011/12/22 07:32:41 each Exp $ */
diff --git a/lib/dns/key.c b/lib/dns/key.c
index 779943c5b0..543a338c65 100644
--- a/lib/dns/key.c
+++ b/lib/dns/key.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2011, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: key.c,v 1.11 2011/10/20 21:20:02 marka Exp $ */
diff --git a/lib/dns/keydata.c b/lib/dns/keydata.c
index 09b9dd96b7..f20c4a14da 100644
--- a/lib/dns/keydata.c
+++ b/lib/dns/keydata.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keydata.c,v 1.3 2009/07/01 23:47:36 tbox Exp $ */
diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c
index 01623d7983..ca8191e316 100644
--- a/lib/dns/keytable.c
+++ b/lib/dns/keytable.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2010, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keytable.c,v 1.41 2010/06/25 23:46:51 tbox Exp $ */
diff --git a/lib/dns/lib.c b/lib/dns/lib.c
index fd73683b47..53237d587e 100644
--- a/lib/dns/lib.c
+++ b/lib/dns/lib.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lib.c,v 1.19 2009/09/03 00:12:23 each Exp $ */
diff --git a/lib/dns/log.c b/lib/dns/log.c
index 512b74263f..8fc7ebd4b3 100644
--- a/lib/dns/log.c
+++ b/lib/dns/log.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/lookup.c b/lib/dns/lookup.c
index 6eddb0f79d..f5833bc7c5 100644
--- a/lib/dns/lookup.c
+++ b/lib/dns/lookup.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lookup.c,v 1.21 2007/06/18 23:47:40 tbox Exp $ */
diff --git a/lib/dns/master.c b/lib/dns/master.c
index 2cb4fe33e4..b622336f57 100644
--- a/lib/dns/master.c
+++ b/lib/dns/master.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c
index 8dc1703f98..9476b8fa65 100644
--- a/lib/dns/masterdump.c
+++ b/lib/dns/masterdump.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/message.c b/lib/dns/message.c
index c63c5d4f13..73acae19b5 100644
--- a/lib/dns/message.c
+++ b/lib/dns/message.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/name.c b/lib/dns/name.c
index 5ff4e464a0..ad89a16922 100644
--- a/lib/dns/name.c
+++ b/lib/dns/name.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/ncache.c b/lib/dns/ncache.c
index e328778ad8..19576f64d5 100644
--- a/lib/dns/ncache.c
+++ b/lib/dns/ncache.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2008, 2010-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/nsec.c b/lib/dns/nsec.c
index d76e0c7c52..2be10dab47 100644
--- a/lib/dns/nsec.c
+++ b/lib/dns/nsec.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/nsec3.c b/lib/dns/nsec3.c
index 1d03fb139f..198273568e 100644
--- a/lib/dns/nsec3.c
+++ b/lib/dns/nsec3.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2008-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/nta.c b/lib/dns/nta.c
index e832acede5..1bd0b4a88b 100644
--- a/lib/dns/nta.c
+++ b/lib/dns/nta.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/openssl_link.c b/lib/dns/openssl_link.c
index 285d6fd1fc..5963f61f3f 100644
--- a/lib/dns/openssl_link.c
+++ b/lib/dns/openssl_link.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 1999-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/openssldh_link.c b/lib/dns/openssldh_link.c
index ab2f68a935..b8b4be6c2f 100644
--- a/lib/dns/openssldh_link.c
+++ b/lib/dns/openssldh_link.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 1999-2002, 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2002, 2004-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/openssldsa_link.c b/lib/dns/openssldsa_link.c
index 4c2d3e43ef..3d233192c2 100644
--- a/lib/dns/openssldsa_link.c
+++ b/lib/dns/openssldsa_link.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 1999-2002, 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2002, 2004-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 1995-2000 by Network Associates, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Network Associates, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/dns/opensslecdsa_link.c b/lib/dns/opensslecdsa_link.c
index 9168ec2d2a..a8941a808a 100644
--- a/lib/dns/opensslecdsa_link.c
+++ b/lib/dns/opensslecdsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/openssleddsa_link.c b/lib/dns/openssleddsa_link.c
index 820b5b30c7..3ba8bce424 100644
--- a/lib/dns/openssleddsa_link.c
+++ b/lib/dns/openssleddsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/opensslgost_link.c b/lib/dns/opensslgost_link.c
index a0d14dc978..f9545117d5 100644
--- a/lib/dns/opensslgost_link.c
+++ b/lib/dns/opensslgost_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/opensslrsa_link.c b/lib/dns/opensslrsa_link.c
index 15dd875c71..ca0e981acd 100644
--- a/lib/dns/opensslrsa_link.c
+++ b/lib/dns/opensslrsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/order.c b/lib/dns/order.c
index 8450d9b76f..aa5a02ce2b 100644
--- a/lib/dns/order.c
+++ b/lib/dns/order.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: order.c,v 1.10 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/peer.c b/lib/dns/peer.c
index a9dc9f6d5c..2a7813737a 100644
--- a/lib/dns/peer.c
+++ b/lib/dns/peer.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: peer.c,v 1.33 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/dns/pkcs11.c b/lib/dns/pkcs11.c
index ccb520eabf..5a2c5020be 100644
--- a/lib/dns/pkcs11.c
+++ b/lib/dns/pkcs11.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifdef PKCS11CRYPTO
diff --git a/lib/dns/pkcs11dh_link.c b/lib/dns/pkcs11dh_link.c
index 179b2c0b7e..c192b53e2f 100644
--- a/lib/dns/pkcs11dh_link.c
+++ b/lib/dns/pkcs11dh_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifdef PKCS11CRYPTO
diff --git a/lib/dns/pkcs11dsa_link.c b/lib/dns/pkcs11dsa_link.c
index df38e85aa1..8d0fc62b8b 100644
--- a/lib/dns/pkcs11dsa_link.c
+++ b/lib/dns/pkcs11dsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifdef PKCS11CRYPTO
diff --git a/lib/dns/pkcs11ecdsa_link.c b/lib/dns/pkcs11ecdsa_link.c
index 26126e1270..8f3ee4c4d6 100644
--- a/lib/dns/pkcs11ecdsa_link.c
+++ b/lib/dns/pkcs11ecdsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/pkcs11eddsa_link.c b/lib/dns/pkcs11eddsa_link.c
index 095bfe1a2d..ac7f2bb0d5 100644
--- a/lib/dns/pkcs11eddsa_link.c
+++ b/lib/dns/pkcs11eddsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/pkcs11gost_link.c b/lib/dns/pkcs11gost_link.c
index dd4f3667cc..55121cf936 100644
--- a/lib/dns/pkcs11gost_link.c
+++ b/lib/dns/pkcs11gost_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/pkcs11rsa_link.c b/lib/dns/pkcs11rsa_link.c
index 622ccb56e2..56955203e9 100644
--- a/lib/dns/pkcs11rsa_link.c
+++ b/lib/dns/pkcs11rsa_link.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifdef PKCS11CRYPTO
diff --git a/lib/dns/portlist.c b/lib/dns/portlist.c
index 536ca4cd16..cc1bf720ff 100644
--- a/lib/dns/portlist.c
+++ b/lib/dns/portlist.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: portlist.c,v 1.13 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/private.c b/lib/dns/private.c
index 51e3d0aea1..f700693491 100644
--- a/lib/dns/private.c
+++ b/lib/dns/private.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include "config.h"
diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c
index e2ad11b2be..3fd623f3ad 100644
--- a/lib/dns/rbt.c
+++ b/lib/dns/rbt.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007-2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c
index 2d97284298..225762a901 100644
--- a/lib/dns/rbtdb.c
+++ b/lib/dns/rbtdb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h
index d9bb044856..92608d06c8 100644
--- a/lib/dns/rbtdb.h
+++ b/lib/dns/rbtdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rbtdb64.c b/lib/dns/rbtdb64.c
index 0fdf58ce0e..6f4a659c9c 100644
--- a/lib/dns/rbtdb64.c
+++ b/lib/dns/rbtdb64.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rbtdb64.c,v 1.11 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/rbtdb64.h b/lib/dns/rbtdb64.h
index 61e69616b3..faf85e5a2d 100644
--- a/lib/dns/rbtdb64.h
+++ b/lib/dns/rbtdb64.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rbtdb64.h,v 1.17 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/rcode.c b/lib/dns/rcode.c
index b11bc5dd0d..3daa5af98b 100644
--- a/lib/dns/rcode.c
+++ b/lib/dns/rcode.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata.c b/lib/dns/rdata.c
index a28b1a6fa5..f7168dd2a1 100644
--- a/lib/dns/rdata.c
+++ b/lib/dns/rdata.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/any_255/tsig_250.c b/lib/dns/rdata/any_255/tsig_250.c
index c5cacd0d6e..9282c073f1 100644
--- a/lib/dns/rdata/any_255/tsig_250.c
+++ b/lib/dns/rdata/any_255/tsig_250.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2011, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/any_255/tsig_250.h b/lib/dns/rdata/any_255/tsig_250.h
index 6aba2a7922..16a2765a35 100644
--- a/lib/dns/rdata/any_255/tsig_250.h
+++ b/lib/dns/rdata/any_255/tsig_250.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tsig_250.h,v 1.25 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/ch_3/a_1.c b/lib/dns/rdata/ch_3/a_1.c
index ac34c8ed2b..0bf718ebc5 100644
--- a/lib/dns/rdata/ch_3/a_1.c
+++ b/lib/dns/rdata/ch_3/a_1.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: a_1.c,v 1.8 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/ch_3/a_1.h b/lib/dns/rdata/ch_3/a_1.h
index e6f28aa31b..ca0309ae4d 100644
--- a/lib/dns/rdata/ch_3/a_1.h
+++ b/lib/dns/rdata/ch_3/a_1.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: a_1.h,v 1.5 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/afsdb_18.c b/lib/dns/rdata/generic/afsdb_18.c
index ff22e99442..b72db8c761 100644
--- a/lib/dns/rdata/generic/afsdb_18.c
+++ b/lib/dns/rdata/generic/afsdb_18.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: afsdb_18.c,v 1.49 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/afsdb_18.h b/lib/dns/rdata/generic/afsdb_18.h
index 82a6bc1051..13b078f150 100644
--- a/lib/dns/rdata/generic/afsdb_18.h
+++ b/lib/dns/rdata/generic/afsdb_18.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_AFSDB_18_H
diff --git a/lib/dns/rdata/generic/avc_258.c b/lib/dns/rdata/generic/avc_258.c
index 2b683272db..b895c860ae 100644
--- a/lib/dns/rdata/generic/avc_258.c
+++ b/lib/dns/rdata/generic/avc_258.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_AVC_258_C
diff --git a/lib/dns/rdata/generic/avc_258.h b/lib/dns/rdata/generic/avc_258.h
index 5700e90c29..b5d78d008e 100644
--- a/lib/dns/rdata/generic/avc_258.h
+++ b/lib/dns/rdata/generic/avc_258.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_AVC_258_H
diff --git a/lib/dns/rdata/generic/caa_257.c b/lib/dns/rdata/generic/caa_257.c
index 55da5883b2..73e377033c 100644
--- a/lib/dns/rdata/generic/caa_257.c
+++ b/lib/dns/rdata/generic/caa_257.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_CAA_257_C
diff --git a/lib/dns/rdata/generic/caa_257.h b/lib/dns/rdata/generic/caa_257.h
index 8f2f429529..6283e7d30a 100644
--- a/lib/dns/rdata/generic/caa_257.h
+++ b/lib/dns/rdata/generic/caa_257.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_CAA_257_H
diff --git a/lib/dns/rdata/generic/cdnskey_60.c b/lib/dns/rdata/generic/cdnskey_60.c
index b38ab2945b..22dda77c12 100644
--- a/lib/dns/rdata/generic/cdnskey_60.c
+++ b/lib/dns/rdata/generic/cdnskey_60.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* draft-ietf-dnsop-delegation-trust-maintainance-14 */
diff --git a/lib/dns/rdata/generic/cdnskey_60.h b/lib/dns/rdata/generic/cdnskey_60.h
index bd7b50fbc8..541a4c2e2b 100644
--- a/lib/dns/rdata/generic/cdnskey_60.h
+++ b/lib/dns/rdata/generic/cdnskey_60.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_CDNSKEY_60_H
diff --git a/lib/dns/rdata/generic/cds_59.c b/lib/dns/rdata/generic/cds_59.c
index b2feba7a0b..6e3fdeb040 100644
--- a/lib/dns/rdata/generic/cds_59.c
+++ b/lib/dns/rdata/generic/cds_59.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* draft-ietf-dnsop-delegation-trust-maintainance-14 */
diff --git a/lib/dns/rdata/generic/cds_59.h b/lib/dns/rdata/generic/cds_59.h
index 04f376f4ab..0797bca085 100644
--- a/lib/dns/rdata/generic/cds_59.h
+++ b/lib/dns/rdata/generic/cds_59.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_CDS_59_H
diff --git a/lib/dns/rdata/generic/cert_37.c b/lib/dns/rdata/generic/cert_37.c
index aab6626b5f..1838e38acf 100644
--- a/lib/dns/rdata/generic/cert_37.c
+++ b/lib/dns/rdata/generic/cert_37.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2011, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/cert_37.h b/lib/dns/rdata/generic/cert_37.h
index d7c717c94c..d7047a501b 100644
--- a/lib/dns/rdata/generic/cert_37.h
+++ b/lib/dns/rdata/generic/cert_37.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: cert_37.h,v 1.20 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/cname_5.c b/lib/dns/rdata/generic/cname_5.c
index c2081c9615..b717219488 100644
--- a/lib/dns/rdata/generic/cname_5.c
+++ b/lib/dns/rdata/generic/cname_5.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: cname_5.c,v 1.49 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/cname_5.h b/lib/dns/rdata/generic/cname_5.h
index 70e8d448ef..b65eb8e5aa 100644
--- a/lib/dns/rdata/generic/cname_5.h
+++ b/lib/dns/rdata/generic/cname_5.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: cname_5.h,v 1.26 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/csync_62.c b/lib/dns/rdata/generic/csync_62.c
index 5e7ce04b46..eff2ef5e41 100644
--- a/lib/dns/rdata/generic/csync_62.c
+++ b/lib/dns/rdata/generic/csync_62.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* RFC 7477 */
diff --git a/lib/dns/rdata/generic/csync_62.h b/lib/dns/rdata/generic/csync_62.h
index 3d1f8e0ee1..98a4395373 100644
--- a/lib/dns/rdata/generic/csync_62.h
+++ b/lib/dns/rdata/generic/csync_62.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_CSYNC_62_H
diff --git a/lib/dns/rdata/generic/dlv_32769.c b/lib/dns/rdata/generic/dlv_32769.c
index 79ee0e4bc5..82d07078de 100644
--- a/lib/dns/rdata/generic/dlv_32769.c
+++ b/lib/dns/rdata/generic/dlv_32769.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2004, 2006, 2007, 2009-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/dlv_32769.h b/lib/dns/rdata/generic/dlv_32769.h
index 1a2e272708..7095dbafd1 100644
--- a/lib/dns/rdata/generic/dlv_32769.h
+++ b/lib/dns/rdata/generic/dlv_32769.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2004, 2006, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dlv_32769.h,v 1.5 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/dname_39.c b/lib/dns/rdata/generic/dname_39.c
index fd8d2cd450..697c353e4f 100644
--- a/lib/dns/rdata/generic/dname_39.c
+++ b/lib/dns/rdata/generic/dname_39.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dname_39.c,v 1.40 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/dname_39.h b/lib/dns/rdata/generic/dname_39.h
index ee50f51b40..cd7fd5ee8e 100644
--- a/lib/dns/rdata/generic/dname_39.h
+++ b/lib/dns/rdata/generic/dname_39.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_DNAME_39_H
diff --git a/lib/dns/rdata/generic/dnskey_48.c b/lib/dns/rdata/generic/dnskey_48.c
index 4cdbb4ff77..0f14a6b8d2 100644
--- a/lib/dns/rdata/generic/dnskey_48.c
+++ b/lib/dns/rdata/generic/dnskey_48.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2009, 2011-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/dnskey_48.h b/lib/dns/rdata/generic/dnskey_48.h
index 4d536bc661..ac4a6deaf0 100644
--- a/lib/dns/rdata/generic/dnskey_48.h
+++ b/lib/dns/rdata/generic/dnskey_48.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_DNSKEY_48_H
diff --git a/lib/dns/rdata/generic/doa_259.c b/lib/dns/rdata/generic/doa_259.c
index 036a1fd593..2e5b4746e9 100644
--- a/lib/dns/rdata/generic/doa_259.c
+++ b/lib/dns/rdata/generic/doa_259.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_DOA_259_C
diff --git a/lib/dns/rdata/generic/doa_259.h b/lib/dns/rdata/generic/doa_259.h
index 730ddeebae..9ba0bb8751 100644
--- a/lib/dns/rdata/generic/doa_259.h
+++ b/lib/dns/rdata/generic/doa_259.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_DOA_259_H
diff --git a/lib/dns/rdata/generic/ds_43.c b/lib/dns/rdata/generic/ds_43.c
index c0ce384971..b2d4678ec3 100644
--- a/lib/dns/rdata/generic/ds_43.c
+++ b/lib/dns/rdata/generic/ds_43.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007, 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/ds_43.h b/lib/dns/rdata/generic/ds_43.h
index 3b174a0a45..fdc4f524d6 100644
--- a/lib/dns/rdata/generic/ds_43.h
+++ b/lib/dns/rdata/generic/ds_43.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ds_43.h,v 1.7 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/eui48_108.c b/lib/dns/rdata/generic/eui48_108.c
index 03cba20dcd..6b7bb54a09 100644
--- a/lib/dns/rdata/generic/eui48_108.c
+++ b/lib/dns/rdata/generic/eui48_108.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_EUI48_108_C
diff --git a/lib/dns/rdata/generic/eui48_108.h b/lib/dns/rdata/generic/eui48_108.h
index 4cff9dd2cc..1bb168ab7d 100644
--- a/lib/dns/rdata/generic/eui48_108.h
+++ b/lib/dns/rdata/generic/eui48_108.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/eui64_109.c b/lib/dns/rdata/generic/eui64_109.c
index 9da897c839..cccb49975b 100644
--- a/lib/dns/rdata/generic/eui64_109.c
+++ b/lib/dns/rdata/generic/eui64_109.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_EUI64_109_C
diff --git a/lib/dns/rdata/generic/eui64_109.h b/lib/dns/rdata/generic/eui64_109.h
index 6884f75ceb..638c72e546 100644
--- a/lib/dns/rdata/generic/eui64_109.h
+++ b/lib/dns/rdata/generic/eui64_109.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/gpos_27.c b/lib/dns/rdata/generic/gpos_27.c
index c4bb05be3c..90560d209f 100644
--- a/lib/dns/rdata/generic/gpos_27.c
+++ b/lib/dns/rdata/generic/gpos_27.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gpos_27.c,v 1.43 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/gpos_27.h b/lib/dns/rdata/generic/gpos_27.h
index ecad9981e8..96153a222e 100644
--- a/lib/dns/rdata/generic/gpos_27.h
+++ b/lib/dns/rdata/generic/gpos_27.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_GPOS_27_H
diff --git a/lib/dns/rdata/generic/hinfo_13.c b/lib/dns/rdata/generic/hinfo_13.c
index b3f69705cb..848c2f981a 100644
--- a/lib/dns/rdata/generic/hinfo_13.c
+++ b/lib/dns/rdata/generic/hinfo_13.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hinfo_13.c,v 1.46 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/hinfo_13.h b/lib/dns/rdata/generic/hinfo_13.h
index 9a348a1947..383dcfc872 100644
--- a/lib/dns/rdata/generic/hinfo_13.h
+++ b/lib/dns/rdata/generic/hinfo_13.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_HINFO_13_H
diff --git a/lib/dns/rdata/generic/hip_55.c b/lib/dns/rdata/generic/hip_55.c
index 91451cb03c..a2d9dc64ed 100644
--- a/lib/dns/rdata/generic/hip_55.c
+++ b/lib/dns/rdata/generic/hip_55.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hip_55.c,v 1.8 2011/01/13 04:59:26 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/hip_55.h b/lib/dns/rdata/generic/hip_55.h
index 95051e56d8..368a983179 100644
--- a/lib/dns/rdata/generic/hip_55.h
+++ b/lib/dns/rdata/generic/hip_55.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hip_55.h,v 1.2 2009/02/26 06:09:19 marka Exp $ */
diff --git a/lib/dns/rdata/generic/ipseckey_45.c b/lib/dns/rdata/generic/ipseckey_45.c
index 347985d154..1f5acd4c25 100644
--- a/lib/dns/rdata/generic/ipseckey_45.c
+++ b/lib/dns/rdata/generic/ipseckey_45.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2009, 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/ipseckey_45.h b/lib/dns/rdata/generic/ipseckey_45.h
index dcaf4e7985..7f3704133c 100644
--- a/lib/dns/rdata/generic/ipseckey_45.h
+++ b/lib/dns/rdata/generic/ipseckey_45.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ipseckey_45.h,v 1.4 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/isdn_20.c b/lib/dns/rdata/generic/isdn_20.c
index 07992c8f4e..f424150c73 100644
--- a/lib/dns/rdata/generic/isdn_20.c
+++ b/lib/dns/rdata/generic/isdn_20.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: isdn_20.c,v 1.40 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/isdn_20.h b/lib/dns/rdata/generic/isdn_20.h
index b91b356965..52a4f90abe 100644
--- a/lib/dns/rdata/generic/isdn_20.h
+++ b/lib/dns/rdata/generic/isdn_20.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_ISDN_20_H
diff --git a/lib/dns/rdata/generic/key_25.c b/lib/dns/rdata/generic/key_25.c
index 10067c6dfb..9fff142c19 100644
--- a/lib/dns/rdata/generic/key_25.c
+++ b/lib/dns/rdata/generic/key_25.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2011-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/key_25.h b/lib/dns/rdata/generic/key_25.h
index d1e14c1c5f..edc1c6e94f 100644
--- a/lib/dns/rdata/generic/key_25.h
+++ b/lib/dns/rdata/generic/key_25.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_KEY_25_H
diff --git a/lib/dns/rdata/generic/keydata_65533.c b/lib/dns/rdata/generic/keydata_65533.c
index 6ddf289033..b0537c1197 100644
--- a/lib/dns/rdata/generic/keydata_65533.c
+++ b/lib/dns/rdata/generic/keydata_65533.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_KEYDATA_65533_C
diff --git a/lib/dns/rdata/generic/keydata_65533.h b/lib/dns/rdata/generic/keydata_65533.h
index fe412b8ef1..903fa155d6 100644
--- a/lib/dns/rdata/generic/keydata_65533.h
+++ b/lib/dns/rdata/generic/keydata_65533.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_KEYDATA_65533_H
diff --git a/lib/dns/rdata/generic/l32_105.c b/lib/dns/rdata/generic/l32_105.c
index 8e53b530be..9ae90c4395 100644
--- a/lib/dns/rdata/generic/l32_105.c
+++ b/lib/dns/rdata/generic/l32_105.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_L32_105_C
diff --git a/lib/dns/rdata/generic/l32_105.h b/lib/dns/rdata/generic/l32_105.h
index bb969c5241..404bda24d4 100644
--- a/lib/dns/rdata/generic/l32_105.h
+++ b/lib/dns/rdata/generic/l32_105.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/l64_106.c b/lib/dns/rdata/generic/l64_106.c
index b2aa62579b..d89923335d 100644
--- a/lib/dns/rdata/generic/l64_106.c
+++ b/lib/dns/rdata/generic/l64_106.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_L64_106_C
diff --git a/lib/dns/rdata/generic/l64_106.h b/lib/dns/rdata/generic/l64_106.h
index 0e4af7f39a..a9c4a78fe4 100644
--- a/lib/dns/rdata/generic/l64_106.h
+++ b/lib/dns/rdata/generic/l64_106.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/loc_29.c b/lib/dns/rdata/generic/loc_29.c
index 6e32bc0858..e0b72514ab 100644
--- a/lib/dns/rdata/generic/loc_29.c
+++ b/lib/dns/rdata/generic/loc_29.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: loc_29.c,v 1.50 2009/12/04 21:09:33 marka Exp $ */
diff --git a/lib/dns/rdata/generic/loc_29.h b/lib/dns/rdata/generic/loc_29.h
index b5257a74ec..1a654c01b5 100644
--- a/lib/dns/rdata/generic/loc_29.h
+++ b/lib/dns/rdata/generic/loc_29.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_LOC_29_H
diff --git a/lib/dns/rdata/generic/lp_107.c b/lib/dns/rdata/generic/lp_107.c
index ec2a3fd3b0..41295cd084 100644
--- a/lib/dns/rdata/generic/lp_107.c
+++ b/lib/dns/rdata/generic/lp_107.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_LP_107_C
diff --git a/lib/dns/rdata/generic/lp_107.h b/lib/dns/rdata/generic/lp_107.h
index 1fb14898ec..1e47b27eca 100644
--- a/lib/dns/rdata/generic/lp_107.h
+++ b/lib/dns/rdata/generic/lp_107.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/mb_7.c b/lib/dns/rdata/generic/mb_7.c
index f1b91575a7..e0a5989b5b 100644
--- a/lib/dns/rdata/generic/mb_7.c
+++ b/lib/dns/rdata/generic/mb_7.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mb_7.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/mb_7.h b/lib/dns/rdata/generic/mb_7.h
index 88b9eca4a0..5aa2e21882 100644
--- a/lib/dns/rdata/generic/mb_7.h
+++ b/lib/dns/rdata/generic/mb_7.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/md_3.c b/lib/dns/rdata/generic/md_3.c
index 4da70d35c1..ba193257fb 100644
--- a/lib/dns/rdata/generic/md_3.c
+++ b/lib/dns/rdata/generic/md_3.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: md_3.c,v 1.49 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/md_3.h b/lib/dns/rdata/generic/md_3.h
index ed5aa90734..f51ad1c7ed 100644
--- a/lib/dns/rdata/generic/md_3.h
+++ b/lib/dns/rdata/generic/md_3.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/mf_4.c b/lib/dns/rdata/generic/mf_4.c
index 4f0fe19e42..38f379ab4c 100644
--- a/lib/dns/rdata/generic/mf_4.c
+++ b/lib/dns/rdata/generic/mf_4.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mf_4.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/mf_4.h b/lib/dns/rdata/generic/mf_4.h
index ccb327f45e..b571ebefd1 100644
--- a/lib/dns/rdata/generic/mf_4.h
+++ b/lib/dns/rdata/generic/mf_4.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/mg_8.c b/lib/dns/rdata/generic/mg_8.c
index 731c02180d..891d185f69 100644
--- a/lib/dns/rdata/generic/mg_8.c
+++ b/lib/dns/rdata/generic/mg_8.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mg_8.c,v 1.45 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/mg_8.h b/lib/dns/rdata/generic/mg_8.h
index ba10e53fd2..f8eccda133 100644
--- a/lib/dns/rdata/generic/mg_8.h
+++ b/lib/dns/rdata/generic/mg_8.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/minfo_14.c b/lib/dns/rdata/generic/minfo_14.c
index b0322aea7a..a42ed4ca35 100644
--- a/lib/dns/rdata/generic/minfo_14.c
+++ b/lib/dns/rdata/generic/minfo_14.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: minfo_14.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/minfo_14.h b/lib/dns/rdata/generic/minfo_14.h
index 0774a55948..fadcbccc7c 100644
--- a/lib/dns/rdata/generic/minfo_14.h
+++ b/lib/dns/rdata/generic/minfo_14.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/mr_9.c b/lib/dns/rdata/generic/mr_9.c
index 154218ba48..8a77205b6e 100644
--- a/lib/dns/rdata/generic/mr_9.c
+++ b/lib/dns/rdata/generic/mr_9.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mr_9.c,v 1.44 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/mr_9.h b/lib/dns/rdata/generic/mr_9.h
index 7b1dcb3ccf..8bab005eee 100644
--- a/lib/dns/rdata/generic/mr_9.h
+++ b/lib/dns/rdata/generic/mr_9.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/mx_15.c b/lib/dns/rdata/generic/mx_15.c
index 9fd10ee07f..652e304446 100644
--- a/lib/dns/rdata/generic/mx_15.c
+++ b/lib/dns/rdata/generic/mx_15.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mx_15.c,v 1.58 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/mx_15.h b/lib/dns/rdata/generic/mx_15.h
index 5f8a0a853f..0a2d58e1af 100644
--- a/lib/dns/rdata/generic/mx_15.h
+++ b/lib/dns/rdata/generic/mx_15.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/naptr_35.c b/lib/dns/rdata/generic/naptr_35.c
index 611ff1981b..c533226fd8 100644
--- a/lib/dns/rdata/generic/naptr_35.c
+++ b/lib/dns/rdata/generic/naptr_35.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/naptr_35.h b/lib/dns/rdata/generic/naptr_35.h
index 18165aa7f2..8d67072226 100644
--- a/lib/dns/rdata/generic/naptr_35.h
+++ b/lib/dns/rdata/generic/naptr_35.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_NAPTR_35_H
diff --git a/lib/dns/rdata/generic/nid_104.c b/lib/dns/rdata/generic/nid_104.c
index 0d09d3e839..deafe776d3 100644
--- a/lib/dns/rdata/generic/nid_104.c
+++ b/lib/dns/rdata/generic/nid_104.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_NID_104_C
diff --git a/lib/dns/rdata/generic/nid_104.h b/lib/dns/rdata/generic/nid_104.h
index c5e047e4c0..8c97ae7a5a 100644
--- a/lib/dns/rdata/generic/nid_104.h
+++ b/lib/dns/rdata/generic/nid_104.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/ninfo_56.c b/lib/dns/rdata/generic/ninfo_56.c
index cefcc29cb7..3f018197b2 100644
--- a/lib/dns/rdata/generic/ninfo_56.c
+++ b/lib/dns/rdata/generic/ninfo_56.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_NINFO_56_C
diff --git a/lib/dns/rdata/generic/ninfo_56.h b/lib/dns/rdata/generic/ninfo_56.h
index 28ee856aa5..68e9212ae1 100644
--- a/lib/dns/rdata/generic/ninfo_56.h
+++ b/lib/dns/rdata/generic/ninfo_56.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/ns_2.c b/lib/dns/rdata/generic/ns_2.c
index 3f58bcb674..dc9c752edd 100644
--- a/lib/dns/rdata/generic/ns_2.c
+++ b/lib/dns/rdata/generic/ns_2.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ns_2.c,v 1.48 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/ns_2.h b/lib/dns/rdata/generic/ns_2.h
index 13e0e0e357..f55fcb8265 100644
--- a/lib/dns/rdata/generic/ns_2.h
+++ b/lib/dns/rdata/generic/ns_2.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/nsec3_50.c b/lib/dns/rdata/generic/nsec3_50.c
index 8d9d5e94b0..e2b6645d94 100644
--- a/lib/dns/rdata/generic/nsec3_50.c
+++ b/lib/dns/rdata/generic/nsec3_50.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2009, 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/nsec3_50.h b/lib/dns/rdata/generic/nsec3_50.h
index da92300654..3dee38847a 100644
--- a/lib/dns/rdata/generic/nsec3_50.h
+++ b/lib/dns/rdata/generic/nsec3_50.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/lib/dns/rdata/generic/nsec3param_51.c b/lib/dns/rdata/generic/nsec3param_51.c
index 50b255eb09..f708ebdb76 100644
--- a/lib/dns/rdata/generic/nsec3param_51.c
+++ b/lib/dns/rdata/generic/nsec3param_51.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsec3param_51.c,v 1.7 2009/12/04 21:09:34 marka Exp $ */
diff --git a/lib/dns/rdata/generic/nsec3param_51.h b/lib/dns/rdata/generic/nsec3param_51.h
index d9c6096991..df772b12a2 100644
--- a/lib/dns/rdata/generic/nsec3param_51.h
+++ b/lib/dns/rdata/generic/nsec3param_51.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/lib/dns/rdata/generic/nsec_47.c b/lib/dns/rdata/generic/nsec_47.c
index 55a5ff31ae..0390cc0e68 100644
--- a/lib/dns/rdata/generic/nsec_47.c
+++ b/lib/dns/rdata/generic/nsec_47.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003, 2004, 2007-2009, 2011, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsec_47.c,v 1.15 2011/01/13 04:59:26 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/nsec_47.h b/lib/dns/rdata/generic/nsec_47.h
index 7c71fe8fd7..43930e0b07 100644
--- a/lib/dns/rdata/generic/nsec_47.h
+++ b/lib/dns/rdata/generic/nsec_47.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_NSEC_47_H
diff --git a/lib/dns/rdata/generic/null_10.c b/lib/dns/rdata/generic/null_10.c
index 6370d485a7..d03fff44cf 100644
--- a/lib/dns/rdata/generic/null_10.c
+++ b/lib/dns/rdata/generic/null_10.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2007, 2009, 2011, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/null_10.h b/lib/dns/rdata/generic/null_10.h
index 350c6a43fb..24b6dd57fc 100644
--- a/lib/dns/rdata/generic/null_10.h
+++ b/lib/dns/rdata/generic/null_10.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/nxt_30.c b/lib/dns/rdata/generic/nxt_30.c
index 0f9ca812c4..a155af2f22 100644
--- a/lib/dns/rdata/generic/nxt_30.c
+++ b/lib/dns/rdata/generic/nxt_30.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nxt_30.c,v 1.65 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/nxt_30.h b/lib/dns/rdata/generic/nxt_30.h
index 852d5659ee..b907ad62da 100644
--- a/lib/dns/rdata/generic/nxt_30.h
+++ b/lib/dns/rdata/generic/nxt_30.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_NXT_30_H
diff --git a/lib/dns/rdata/generic/openpgpkey_61.c b/lib/dns/rdata/generic/openpgpkey_61.c
index 63b6d26222..70fc0b5ff0 100644
--- a/lib/dns/rdata/generic/openpgpkey_61.c
+++ b/lib/dns/rdata/generic/openpgpkey_61.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_OPENPGPKEY_61_C
diff --git a/lib/dns/rdata/generic/openpgpkey_61.h b/lib/dns/rdata/generic/openpgpkey_61.h
index 805b7d0da6..610f9b5a1a 100644
--- a/lib/dns/rdata/generic/openpgpkey_61.h
+++ b/lib/dns/rdata/generic/openpgpkey_61.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_OPENPGPKEY_61_H
diff --git a/lib/dns/rdata/generic/opt_41.c b/lib/dns/rdata/generic/opt_41.c
index a124c3dd73..9826b41266 100644
--- a/lib/dns/rdata/generic/opt_41.c
+++ b/lib/dns/rdata/generic/opt_41.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2005, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* Reviewed: Thu Mar 16 14:06:44 PST 2000 by gson */
diff --git a/lib/dns/rdata/generic/opt_41.h b/lib/dns/rdata/generic/opt_41.h
index 37a82dbac8..a7318df610 100644
--- a/lib/dns/rdata/generic/opt_41.h
+++ b/lib/dns/rdata/generic/opt_41.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_OPT_41_H
diff --git a/lib/dns/rdata/generic/proforma.c b/lib/dns/rdata/generic/proforma.c
index 280ed32154..94c62a3956 100644
--- a/lib/dns/rdata/generic/proforma.c
+++ b/lib/dns/rdata/generic/proforma.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: proforma.c,v 1.38 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/proforma.h b/lib/dns/rdata/generic/proforma.h
index 6f9300a776..2a69fa01d8 100644
--- a/lib/dns/rdata/generic/proforma.h
+++ b/lib/dns/rdata/generic/proforma.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/ptr_12.c b/lib/dns/rdata/generic/ptr_12.c
index 94357601bf..131ee90c0f 100644
--- a/lib/dns/rdata/generic/ptr_12.c
+++ b/lib/dns/rdata/generic/ptr_12.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ptr_12.c,v 1.45 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/ptr_12.h b/lib/dns/rdata/generic/ptr_12.h
index 1b09622fed..0d7e712999 100644
--- a/lib/dns/rdata/generic/ptr_12.h
+++ b/lib/dns/rdata/generic/ptr_12.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/rkey_57.c b/lib/dns/rdata/generic/rkey_57.c
index fa17c2cc98..934af82664 100644
--- a/lib/dns/rdata/generic/rkey_57.c
+++ b/lib/dns/rdata/generic/rkey_57.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_RKEY_57_C
diff --git a/lib/dns/rdata/generic/rkey_57.h b/lib/dns/rdata/generic/rkey_57.h
index f22dea8949..000a725bcc 100644
--- a/lib/dns/rdata/generic/rkey_57.h
+++ b/lib/dns/rdata/generic/rkey_57.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_RKEY_57_H
diff --git a/lib/dns/rdata/generic/rp_17.c b/lib/dns/rdata/generic/rp_17.c
index 1a3fc12a9a..d0c67c55f5 100644
--- a/lib/dns/rdata/generic/rp_17.c
+++ b/lib/dns/rdata/generic/rp_17.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rp_17.c,v 1.44 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/rp_17.h b/lib/dns/rdata/generic/rp_17.h
index 63ecf9cfcf..4c7f2243be 100644
--- a/lib/dns/rdata/generic/rp_17.h
+++ b/lib/dns/rdata/generic/rp_17.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_RP_17_H
diff --git a/lib/dns/rdata/generic/rrsig_46.c b/lib/dns/rdata/generic/rrsig_46.c
index 2071b720fa..1718fe4a2b 100644
--- a/lib/dns/rdata/generic/rrsig_46.c
+++ b/lib/dns/rdata/generic/rrsig_46.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/rrsig_46.h b/lib/dns/rdata/generic/rrsig_46.h
index f2904318d2..43a4c8f359 100644
--- a/lib/dns/rdata/generic/rrsig_46.h
+++ b/lib/dns/rdata/generic/rrsig_46.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_DNSSIG_46_H
diff --git a/lib/dns/rdata/generic/rt_21.c b/lib/dns/rdata/generic/rt_21.c
index 376bc73f61..666af32ef1 100644
--- a/lib/dns/rdata/generic/rt_21.c
+++ b/lib/dns/rdata/generic/rt_21.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rt_21.c,v 1.48 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/rt_21.h b/lib/dns/rdata/generic/rt_21.h
index 27c8dc8f4d..b9c20a9308 100644
--- a/lib/dns/rdata/generic/rt_21.h
+++ b/lib/dns/rdata/generic/rt_21.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_RT_21_H
diff --git a/lib/dns/rdata/generic/sig_24.c b/lib/dns/rdata/generic/sig_24.c
index 1e02ef1711..eaa89cd1f0 100644
--- a/lib/dns/rdata/generic/sig_24.c
+++ b/lib/dns/rdata/generic/sig_24.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2011, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/sig_24.h b/lib/dns/rdata/generic/sig_24.h
index 1909f28753..9aee9b9db7 100644
--- a/lib/dns/rdata/generic/sig_24.h
+++ b/lib/dns/rdata/generic/sig_24.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_SIG_24_H
diff --git a/lib/dns/rdata/generic/sink_40.c b/lib/dns/rdata/generic/sink_40.c
index d6c32a4a98..fc469bc817 100644
--- a/lib/dns/rdata/generic/sink_40.c
+++ b/lib/dns/rdata/generic/sink_40.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_SINK_40_C
diff --git a/lib/dns/rdata/generic/sink_40.h b/lib/dns/rdata/generic/sink_40.h
index f26e65ffd5..55031a40a3 100644
--- a/lib/dns/rdata/generic/sink_40.h
+++ b/lib/dns/rdata/generic/sink_40.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_SINK_40_H
diff --git a/lib/dns/rdata/generic/smimea_53.c b/lib/dns/rdata/generic/smimea_53.c
index 7f8b894873..a7e7954a3e 100644
--- a/lib/dns/rdata/generic/smimea_53.c
+++ b/lib/dns/rdata/generic/smimea_53.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_SMIMEA_53_C
diff --git a/lib/dns/rdata/generic/smimea_53.h b/lib/dns/rdata/generic/smimea_53.h
index 1b7ab30a73..cabec2be77 100644
--- a/lib/dns/rdata/generic/smimea_53.h
+++ b/lib/dns/rdata/generic/smimea_53.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_SMIMEA_53_H
diff --git a/lib/dns/rdata/generic/soa_6.c b/lib/dns/rdata/generic/soa_6.c
index e0ced8a175..25f5e100d1 100644
--- a/lib/dns/rdata/generic/soa_6.c
+++ b/lib/dns/rdata/generic/soa_6.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2007, 2009, 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/soa_6.h b/lib/dns/rdata/generic/soa_6.h
index 171567775a..5d00557278 100644
--- a/lib/dns/rdata/generic/soa_6.h
+++ b/lib/dns/rdata/generic/soa_6.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/spf_99.c b/lib/dns/rdata/generic/spf_99.c
index a883d4665d..22b6a9e6a3 100644
--- a/lib/dns/rdata/generic/spf_99.c
+++ b/lib/dns/rdata/generic/spf_99.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2005, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: spf_99.c,v 1.6 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/spf_99.h b/lib/dns/rdata/generic/spf_99.h
index 51d60664e9..02df8cf402 100644
--- a/lib/dns/rdata/generic/spf_99.h
+++ b/lib/dns/rdata/generic/spf_99.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_SPF_99_H
diff --git a/lib/dns/rdata/generic/sshfp_44.c b/lib/dns/rdata/generic/sshfp_44.c
index c0d13bec7c..b17a81f143 100644
--- a/lib/dns/rdata/generic/sshfp_44.c
+++ b/lib/dns/rdata/generic/sshfp_44.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003, 2004, 2006, 2007, 2009, 2011-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/sshfp_44.h b/lib/dns/rdata/generic/sshfp_44.h
index 1f6c31578b..f153600a8e 100644
--- a/lib/dns/rdata/generic/sshfp_44.h
+++ b/lib/dns/rdata/generic/sshfp_44.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sshfp_44.h,v 1.8 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/ta_32768.c b/lib/dns/rdata/generic/ta_32768.c
index 691f97ec8c..ac9ffaf388 100644
--- a/lib/dns/rdata/generic/ta_32768.c
+++ b/lib/dns/rdata/generic/ta_32768.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* http://www.watson.org/~weiler/INI1999-19.pdf */
diff --git a/lib/dns/rdata/generic/ta_32768.h b/lib/dns/rdata/generic/ta_32768.h
index da64882b91..1bd7a28663 100644
--- a/lib/dns/rdata/generic/ta_32768.h
+++ b/lib/dns/rdata/generic/ta_32768.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_TA_32768_H
diff --git a/lib/dns/rdata/generic/talink_58.c b/lib/dns/rdata/generic/talink_58.c
index 4cc16d2660..fca274bfd4 100644
--- a/lib/dns/rdata/generic/talink_58.c
+++ b/lib/dns/rdata/generic/talink_58.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef RDATA_GENERIC_TALINK_58_C
diff --git a/lib/dns/rdata/generic/talink_58.h b/lib/dns/rdata/generic/talink_58.h
index 597e226bc3..03166a2362 100644
--- a/lib/dns/rdata/generic/talink_58.h
+++ b/lib/dns/rdata/generic/talink_58.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* http://www.iana.org/assignments/dns-parameters/TALINK/talink-completed-template */
diff --git a/lib/dns/rdata/generic/tkey_249.c b/lib/dns/rdata/generic/tkey_249.c
index 8e36b30d8d..ddd234e95d 100644
--- a/lib/dns/rdata/generic/tkey_249.c
+++ b/lib/dns/rdata/generic/tkey_249.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2004, 2007, 2009, 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/tkey_249.h b/lib/dns/rdata/generic/tkey_249.h
index bbd2862155..04e74b96bf 100644
--- a/lib/dns/rdata/generic/tkey_249.h
+++ b/lib/dns/rdata/generic/tkey_249.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_TKEY_249_H
diff --git a/lib/dns/rdata/generic/tlsa_52.c b/lib/dns/rdata/generic/tlsa_52.c
index 6c72619b3e..1160aca897 100644
--- a/lib/dns/rdata/generic/tlsa_52.c
+++ b/lib/dns/rdata/generic/tlsa_52.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* rfc6698.txt */
diff --git a/lib/dns/rdata/generic/tlsa_52.h b/lib/dns/rdata/generic/tlsa_52.h
index b06c357954..f865d2b9e1 100644
--- a/lib/dns/rdata/generic/tlsa_52.h
+++ b/lib/dns/rdata/generic/tlsa_52.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/txt_16.c b/lib/dns/rdata/generic/txt_16.c
index 98913ccb5a..ecac885585 100644
--- a/lib/dns/rdata/generic/txt_16.c
+++ b/lib/dns/rdata/generic/txt_16.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2007-2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* Reviewed: Thu Mar 16 15:40:00 PST 2000 by bwelling */
diff --git a/lib/dns/rdata/generic/txt_16.h b/lib/dns/rdata/generic/txt_16.h
index 38563d98b0..dfeb8ed541 100644
--- a/lib/dns/rdata/generic/txt_16.h
+++ b/lib/dns/rdata/generic/txt_16.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/unspec_103.c b/lib/dns/rdata/generic/unspec_103.c
index cba8fe3ac5..871392b6bf 100644
--- a/lib/dns/rdata/generic/unspec_103.c
+++ b/lib/dns/rdata/generic/unspec_103.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: unspec_103.c,v 1.37 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/unspec_103.h b/lib/dns/rdata/generic/unspec_103.h
index fbbb44da90..9fbed866e4 100644
--- a/lib/dns/rdata/generic/unspec_103.h
+++ b/lib/dns/rdata/generic/unspec_103.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/generic/uri_256.c b/lib/dns/rdata/generic/uri_256.c
index c0c68d7415..fb635db627 100644
--- a/lib/dns/rdata/generic/uri_256.c
+++ b/lib/dns/rdata/generic/uri_256.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/generic/uri_256.h b/lib/dns/rdata/generic/uri_256.h
index 0de058f2e0..8110d58d5e 100644
--- a/lib/dns/rdata/generic/uri_256.h
+++ b/lib/dns/rdata/generic/uri_256.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_URI_256_H
diff --git a/lib/dns/rdata/generic/x25_19.c b/lib/dns/rdata/generic/x25_19.c
index 10dc649231..97bae8f687 100644
--- a/lib/dns/rdata/generic/x25_19.c
+++ b/lib/dns/rdata/generic/x25_19.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: x25_19.c,v 1.41 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/generic/x25_19.h b/lib/dns/rdata/generic/x25_19.h
index f74931dc0a..420fe40299 100644
--- a/lib/dns/rdata/generic/x25_19.h
+++ b/lib/dns/rdata/generic/x25_19.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef GENERIC_X25_19_H
diff --git a/lib/dns/rdata/hs_4/a_1.c b/lib/dns/rdata/hs_4/a_1.c
index c270e2f1af..6887c81e49 100644
--- a/lib/dns/rdata/hs_4/a_1.c
+++ b/lib/dns/rdata/hs_4/a_1.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: a_1.c,v 1.33 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/hs_4/a_1.h b/lib/dns/rdata/hs_4/a_1.h
index f5d67c15e1..fb1ceaf1e8 100644
--- a/lib/dns/rdata/hs_4/a_1.h
+++ b/lib/dns/rdata/hs_4/a_1.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/in_1/a6_38.c b/lib/dns/rdata/in_1/a6_38.c
index cfd4608a44..b0b09ef350 100644
--- a/lib/dns/rdata/in_1/a6_38.c
+++ b/lib/dns/rdata/in_1/a6_38.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2004, 2007, 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: a6_38.c,v 1.56 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/a6_38.h b/lib/dns/rdata/in_1/a6_38.h
index 0932710f65..bbeb891709 100644
--- a/lib/dns/rdata/in_1/a6_38.h
+++ b/lib/dns/rdata/in_1/a6_38.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_A6_38_H
diff --git a/lib/dns/rdata/in_1/a_1.c b/lib/dns/rdata/in_1/a_1.c
index bf6896c3c0..89de196054 100644
--- a/lib/dns/rdata/in_1/a_1.c
+++ b/lib/dns/rdata/in_1/a_1.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: a_1.c,v 1.55 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/a_1.h b/lib/dns/rdata/in_1/a_1.h
index dbdc544a32..e2418b010d 100644
--- a/lib/dns/rdata/in_1/a_1.h
+++ b/lib/dns/rdata/in_1/a_1.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/in_1/aaaa_28.c b/lib/dns/rdata/in_1/aaaa_28.c
index 12270c2f6b..8ecde12bbe 100644
--- a/lib/dns/rdata/in_1/aaaa_28.c
+++ b/lib/dns/rdata/in_1/aaaa_28.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: aaaa_28.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/aaaa_28.h b/lib/dns/rdata/in_1/aaaa_28.h
index be6ef7ed19..3607155c5a 100644
--- a/lib/dns/rdata/in_1/aaaa_28.h
+++ b/lib/dns/rdata/in_1/aaaa_28.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_AAAA_28_H
diff --git a/lib/dns/rdata/in_1/apl_42.c b/lib/dns/rdata/in_1/apl_42.c
index 8bdd983c77..f71a33dd5f 100644
--- a/lib/dns/rdata/in_1/apl_42.c
+++ b/lib/dns/rdata/in_1/apl_42.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007-2009, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: apl_42.c,v 1.16 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/apl_42.h b/lib/dns/rdata/in_1/apl_42.h
index 62c0d43964..8520cdbc7d 100644
--- a/lib/dns/rdata/in_1/apl_42.h
+++ b/lib/dns/rdata/in_1/apl_42.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/in_1/dhcid_49.c b/lib/dns/rdata/in_1/dhcid_49.c
index ab72b38017..9f4e8728d2 100644
--- a/lib/dns/rdata/in_1/dhcid_49.c
+++ b/lib/dns/rdata/in_1/dhcid_49.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2007, 2009, 2011, 2012, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdata/in_1/dhcid_49.h b/lib/dns/rdata/in_1/dhcid_49.h
index f124fd69b9..8e3fc4bc31 100644
--- a/lib/dns/rdata/in_1/dhcid_49.h
+++ b/lib/dns/rdata/in_1/dhcid_49.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* */
diff --git a/lib/dns/rdata/in_1/kx_36.c b/lib/dns/rdata/in_1/kx_36.c
index 7d5b990453..96340de25c 100644
--- a/lib/dns/rdata/in_1/kx_36.c
+++ b/lib/dns/rdata/in_1/kx_36.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: kx_36.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/kx_36.h b/lib/dns/rdata/in_1/kx_36.h
index ed7c227fa5..ba725f26ad 100644
--- a/lib/dns/rdata/in_1/kx_36.h
+++ b/lib/dns/rdata/in_1/kx_36.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_KX_36_H
diff --git a/lib/dns/rdata/in_1/nsap-ptr_23.c b/lib/dns/rdata/in_1/nsap-ptr_23.c
index 3daff588b9..0353f69a9a 100644
--- a/lib/dns/rdata/in_1/nsap-ptr_23.c
+++ b/lib/dns/rdata/in_1/nsap-ptr_23.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsap-ptr_23.c,v 1.40 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/nsap-ptr_23.h b/lib/dns/rdata/in_1/nsap-ptr_23.h
index c6a2aaf051..7e05201d45 100644
--- a/lib/dns/rdata/in_1/nsap-ptr_23.h
+++ b/lib/dns/rdata/in_1/nsap-ptr_23.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_NSAP_PTR_23_H
diff --git a/lib/dns/rdata/in_1/nsap_22.c b/lib/dns/rdata/in_1/nsap_22.c
index 1cb634ca4c..dfc78a6acf 100644
--- a/lib/dns/rdata/in_1/nsap_22.c
+++ b/lib/dns/rdata/in_1/nsap_22.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2009, 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: nsap_22.c,v 1.44 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/nsap_22.h b/lib/dns/rdata/in_1/nsap_22.h
index 9f92ecd26b..23c99e3915 100644
--- a/lib/dns/rdata/in_1/nsap_22.h
+++ b/lib/dns/rdata/in_1/nsap_22.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_NSAP_22_H
diff --git a/lib/dns/rdata/in_1/px_26.c b/lib/dns/rdata/in_1/px_26.c
index 077c5786f3..77f6b9fe36 100644
--- a/lib/dns/rdata/in_1/px_26.c
+++ b/lib/dns/rdata/in_1/px_26.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: px_26.c,v 1.45 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/px_26.h b/lib/dns/rdata/in_1/px_26.h
index 8ca02a63e5..985532b762 100644
--- a/lib/dns/rdata/in_1/px_26.h
+++ b/lib/dns/rdata/in_1/px_26.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_PX_26_H
diff --git a/lib/dns/rdata/in_1/srv_33.c b/lib/dns/rdata/in_1/srv_33.c
index 087d8e7f59..d1adf0c6f0 100644
--- a/lib/dns/rdata/in_1/srv_33.c
+++ b/lib/dns/rdata/in_1/srv_33.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: srv_33.c,v 1.47 2009/12/04 22:06:37 tbox Exp $ */
diff --git a/lib/dns/rdata/in_1/srv_33.h b/lib/dns/rdata/in_1/srv_33.h
index 1fcae13a4f..46fb89c669 100644
--- a/lib/dns/rdata/in_1/srv_33.h
+++ b/lib/dns/rdata/in_1/srv_33.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_SRV_33_H
diff --git a/lib/dns/rdata/in_1/wks_11.c b/lib/dns/rdata/in_1/wks_11.c
index 2f01754ee3..ac24711811 100644
--- a/lib/dns/rdata/in_1/wks_11.c
+++ b/lib/dns/rdata/in_1/wks_11.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2007, 2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* Reviewed: Fri Mar 17 15:01:49 PST 2000 by explorer */
diff --git a/lib/dns/rdata/in_1/wks_11.h b/lib/dns/rdata/in_1/wks_11.h
index 551234a50f..5ebe3e27f9 100644
--- a/lib/dns/rdata/in_1/wks_11.h
+++ b/lib/dns/rdata/in_1/wks_11.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef IN_1_WKS_11_H
diff --git a/lib/dns/rdata/rdatastructpre.h b/lib/dns/rdata/rdatastructpre.h
index 7481f2d8b6..4208772e6a 100644
--- a/lib/dns/rdata/rdatastructpre.h
+++ b/lib/dns/rdata/rdatastructpre.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdatastructpre.h,v 1.16 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdata/rdatastructsuf.h b/lib/dns/rdata/rdatastructsuf.h
index cd0229f811..3a15671ec0 100644
--- a/lib/dns/rdata/rdatastructsuf.h
+++ b/lib/dns/rdata/rdatastructsuf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdatastructsuf.h,v 1.10 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/rdatalist.c b/lib/dns/rdatalist.c
index d73cdc97df..dd2d022516 100644
--- a/lib/dns/rdatalist.c
+++ b/lib/dns/rdatalist.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2008, 2010-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rdatalist_p.h b/lib/dns/rdatalist_p.h
index e7cee715fc..c7a752c465 100644
--- a/lib/dns/rdatalist_p.h
+++ b/lib/dns/rdatalist_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdatalist_p.h,v 1.11 2008/09/25 04:02:38 tbox Exp $ */
diff --git a/lib/dns/rdataset.c b/lib/dns/rdataset.c
index 085056fde3..25747b9d8e 100644
--- a/lib/dns/rdataset.c
+++ b/lib/dns/rdataset.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/rdatasetiter.c b/lib/dns/rdatasetiter.c
index cd99ab0191..4c8177a698 100644
--- a/lib/dns/rdatasetiter.c
+++ b/lib/dns/rdatasetiter.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rdatasetiter.c,v 1.16 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c
index 2385771323..819c005688 100644
--- a/lib/dns/rdataslab.c
+++ b/lib/dns/rdataslab.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/request.c b/lib/dns/request.c
index ee6a5142aa..c9b54666c4 100644
--- a/lib/dns/request.c
+++ b/lib/dns/request.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c
index f58aee5398..42a8d71a13 100644
--- a/lib/dns/resolver.c
+++ b/lib/dns/resolver.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/result.c b/lib/dns/result.c
index e3e39a8953..e7507c53ff 100644
--- a/lib/dns/result.c
+++ b/lib/dns/result.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2005, 2007-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/rootns.c b/lib/dns/rootns.c
index 8cc736df58..4427d050b5 100644
--- a/lib/dns/rootns.c
+++ b/lib/dns/rootns.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2008, 2010, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rootns.c,v 1.40.476.1 2012/02/07 00:44:14 each Exp $ */
diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c
index baa9fc044b..148b6cc1ae 100644
--- a/lib/dns/rpz.c
+++ b/lib/dns/rpz.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/rriterator.c b/lib/dns/rriterator.c
index 4054885ac3..694cc0cbde 100644
--- a/lib/dns/rriterator.c
+++ b/lib/dns/rriterator.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/rrl.c b/lib/dns/rrl.c
index 21852fd442..7c6e8c455c 100644
--- a/lib/dns/rrl.c
+++ b/lib/dns/rrl.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/sdb.c b/lib/dns/sdb.c
index 4ac1b15115..66f3e9f7d8 100644
--- a/lib/dns/sdb.c
+++ b/lib/dns/sdb.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/sdlz.c b/lib/dns/sdlz.c
index 72174e9d18..ea464048dd 100644
--- a/lib/dns/sdlz.c
+++ b/lib/dns/sdlz.c
@@ -4,6 +4,9 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/soa.c b/lib/dns/soa.c
index ad8168f115..efbbfac092 100644
--- a/lib/dns/soa.c
+++ b/lib/dns/soa.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: soa.c,v 1.12 2009/09/10 02:18:40 each Exp $ */
diff --git a/lib/dns/spnego.c b/lib/dns/spnego.c
index de718a94ca..a1b8cab441 100644
--- a/lib/dns/spnego.c
+++ b/lib/dns/spnego.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/lib/dns/spnego.h b/lib/dns/spnego.h
index 65b0a6e39a..1c057b3316 100644
--- a/lib/dns/spnego.h
+++ b/lib/dns/spnego.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: spnego.h,v 1.4 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/spnego_asn1.c b/lib/dns/spnego_asn1.c
index 4a5091fddc..73180d0c49 100644
--- a/lib/dns/spnego_asn1.c
+++ b/lib/dns/spnego_asn1.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2007, 2012, 2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: spnego_asn1.c,v 1.4 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/spnego_asn1.pl b/lib/dns/spnego_asn1.pl
index c92fe6cb65..b8bc9a12e8 100644
--- a/lib/dns/spnego_asn1.pl
+++ b/lib/dns/spnego_asn1.pl
@@ -1,10 +1,13 @@
#!/bin/bin/perl -w
#
-# Copyright (C) 2006, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: spnego_asn1.pl,v 1.4 2007/06/19 23:47:16 tbox Exp $
diff --git a/lib/dns/ssu.c b/lib/dns/ssu.c
index 3c6c91aec2..9809a7cdf2 100644
--- a/lib/dns/ssu.c
+++ b/lib/dns/ssu.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2008, 2010, 2011, 2013, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/ssu_external.c b/lib/dns/ssu_external.c
index d746954147..79b37fedbc 100644
--- a/lib/dns/ssu_external.c
+++ b/lib/dns/ssu_external.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/stats.c b/lib/dns/stats.c
index a4ee43216f..7cda902fa9 100644
--- a/lib/dns/stats.c
+++ b/lib/dns/stats.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007-2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stats.c,v 1.18 2009/01/27 23:47:54 tbox Exp $ */
diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c
index 3e30c106ae..050e6a0128 100644
--- a/lib/dns/tcpmsg.c
+++ b/lib/dns/tcpmsg.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: tcpmsg.c,v 1.31 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/tests/Makefile.in b/lib/dns/tests/Makefile.in
index 720fe75f68..62894ae9d8 100644
--- a/lib/dns/tests/Makefile.in
+++ b/lib/dns/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/dns/tests/acl_test.c b/lib/dns/tests/acl_test.c
index 41b878e333..99ff5c8c74 100644
--- a/lib/dns/tests/acl_test.c
+++ b/lib/dns/tests/acl_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/db_test.c b/lib/dns/tests/db_test.c
index a3deb42e58..7be02ea4f8 100644
--- a/lib/dns/tests/db_test.c
+++ b/lib/dns/tests/db_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/dbdiff_test.c b/lib/dns/tests/dbdiff_test.c
index bdfc5db773..1acda0eded 100644
--- a/lib/dns/tests/dbdiff_test.c
+++ b/lib/dns/tests/dbdiff_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/dbiterator_test.c b/lib/dns/tests/dbiterator_test.c
index c435083fb8..f0bab60ce7 100644
--- a/lib/dns/tests/dbiterator_test.c
+++ b/lib/dns/tests/dbiterator_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/dbversion_test.c b/lib/dns/tests/dbversion_test.c
index ecd99a6cd4..d49a220b07 100644
--- a/lib/dns/tests/dbversion_test.c
+++ b/lib/dns/tests/dbversion_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/dh_test.c b/lib/dns/tests/dh_test.c
index 036d27a761..0392963114 100644
--- a/lib/dns/tests/dh_test.c
+++ b/lib/dns/tests/dh_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/dispatch_test.c b/lib/dns/tests/dispatch_test.c
index 193b29f4d4..d344c78d36 100644
--- a/lib/dns/tests/dispatch_test.c
+++ b/lib/dns/tests/dispatch_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/dnstap_test.c b/lib/dns/tests/dnstap_test.c
index 9ceee80ac4..9f9f09c297 100644
--- a/lib/dns/tests/dnstap_test.c
+++ b/lib/dns/tests/dnstap_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/dnstest.c b/lib/dns/tests/dnstest.c
index 0075acd674..ca64622d19 100644
--- a/lib/dns/tests/dnstest.c
+++ b/lib/dns/tests/dnstest.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/dnstest.h b/lib/dns/tests/dnstest.h
index 7d01633662..e9f48097b8 100644
--- a/lib/dns/tests/dnstest.h
+++ b/lib/dns/tests/dnstest.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/dst_test.c b/lib/dns/tests/dst_test.c
index df5189fc67..284249b65f 100644
--- a/lib/dns/tests/dst_test.c
+++ b/lib/dns/tests/dst_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/dns/tests/geoip_test.c b/lib/dns/tests/geoip_test.c
index 7b653bbc62..4053d6e1ef 100644
--- a/lib/dns/tests/geoip_test.c
+++ b/lib/dns/tests/geoip_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/gost_test.c b/lib/dns/tests/gost_test.c
index 0bc296b9a0..fe15626d2c 100644
--- a/lib/dns/tests/gost_test.c
+++ b/lib/dns/tests/gost_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/keytable_test.c b/lib/dns/tests/keytable_test.c
index 6ed0341f68..2666806f32 100644
--- a/lib/dns/tests/keytable_test.c
+++ b/lib/dns/tests/keytable_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/master_test.c b/lib/dns/tests/master_test.c
index 77cb635220..79ec728f88 100644
--- a/lib/dns/tests/master_test.c
+++ b/lib/dns/tests/master_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/mkraw.pl b/lib/dns/tests/mkraw.pl
index 0fa821071e..23ee6f69a7 100644
--- a/lib/dns/tests/mkraw.pl
+++ b/lib/dns/tests/mkraw.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/dns/tests/name_test.c b/lib/dns/tests/name_test.c
index 2693f95b82..77d4ab46d0 100644
--- a/lib/dns/tests/name_test.c
+++ b/lib/dns/tests/name_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/nsec3_test.c b/lib/dns/tests/nsec3_test.c
index 3ba48768c5..e0d802c3f2 100644
--- a/lib/dns/tests/nsec3_test.c
+++ b/lib/dns/tests/nsec3_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/peer_test.c b/lib/dns/tests/peer_test.c
index 9fe610f144..48240c071e 100644
--- a/lib/dns/tests/peer_test.c
+++ b/lib/dns/tests/peer_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/private_test.c b/lib/dns/tests/private_test.c
index 08664b6943..e4d9bebd4e 100644
--- a/lib/dns/tests/private_test.c
+++ b/lib/dns/tests/private_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/rbt_serialize_test.c b/lib/dns/tests/rbt_serialize_test.c
index b03535fca8..337a558de8 100644
--- a/lib/dns/tests/rbt_serialize_test.c
+++ b/lib/dns/tests/rbt_serialize_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rbt_test.c,v 1.1.14.8 2012/02/10 16:24:37 ckb Exp $ */
diff --git a/lib/dns/tests/rbt_test.c b/lib/dns/tests/rbt_test.c
index 8454f4af37..271952aa42 100644
--- a/lib/dns/tests/rbt_test.c
+++ b/lib/dns/tests/rbt_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/dns/tests/rdata_test.c b/lib/dns/tests/rdata_test.c
index 7a2f87af26..02200a47f5 100644
--- a/lib/dns/tests/rdata_test.c
+++ b/lib/dns/tests/rdata_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/rdataset_test.c b/lib/dns/tests/rdataset_test.c
index 899a465792..4cee39ed11 100644
--- a/lib/dns/tests/rdataset_test.c
+++ b/lib/dns/tests/rdataset_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/rdatasetstats_test.c b/lib/dns/tests/rdatasetstats_test.c
index 5d9389adb2..5672d95bed 100644
--- a/lib/dns/tests/rdatasetstats_test.c
+++ b/lib/dns/tests/rdatasetstats_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/resolver_test.c b/lib/dns/tests/resolver_test.c
index df3003b7c0..8b54bd6a9d 100644
--- a/lib/dns/tests/resolver_test.c
+++ b/lib/dns/tests/resolver_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tests/rsa_test.c b/lib/dns/tests/rsa_test.c
index 1fc1f1139b..a700b5e18f 100644
--- a/lib/dns/tests/rsa_test.c
+++ b/lib/dns/tests/rsa_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/testdata/db/data.db b/lib/dns/tests/testdata/db/data.db
index 148c106d75..9ac043eb2f 100644
--- a/lib/dns/tests/testdata/db/data.db
+++ b/lib/dns/tests/testdata/db/data.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
$TTL 1000
@ in soa localhost. postmaster.localhost. (
diff --git a/lib/dns/tests/testdata/dbiterator/zone1.data b/lib/dns/tests/testdata/dbiterator/zone1.data
index f0c51fd285..1c1853576e 100644
--- a/lib/dns/tests/testdata/dbiterator/zone1.data
+++ b/lib/dns/tests/testdata/dbiterator/zone1.data
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/diff/zone1.data b/lib/dns/tests/testdata/diff/zone1.data
index 1e911cfc3b..15585b0bb8 100644
--- a/lib/dns/tests/testdata/diff/zone1.data
+++ b/lib/dns/tests/testdata/diff/zone1.data
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/diff/zone2.data b/lib/dns/tests/testdata/diff/zone2.data
index 37ae764f25..95bdf5d19a 100644
--- a/lib/dns/tests/testdata/diff/zone2.data
+++ b/lib/dns/tests/testdata/diff/zone2.data
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/diff/zone3.data b/lib/dns/tests/testdata/diff/zone3.data
index 6206fecb70..9ecf156d88 100644
--- a/lib/dns/tests/testdata/diff/zone3.data
+++ b/lib/dns/tests/testdata/diff/zone3.data
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/nsec3/1024.db b/lib/dns/tests/testdata/nsec3/1024.db
index 6dae45e0e4..fe6dbb1f81 100644
--- a/lib/dns/tests/testdata/nsec3/1024.db
+++ b/lib/dns/tests/testdata/nsec3/1024.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/nsec3/2048.db b/lib/dns/tests/testdata/nsec3/2048.db
index ef20e3aa18..cd52a6c26e 100644
--- a/lib/dns/tests/testdata/nsec3/2048.db
+++ b/lib/dns/tests/testdata/nsec3/2048.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/nsec3/4096.db b/lib/dns/tests/testdata/nsec3/4096.db
index d9806a517e..1996e02e57 100644
--- a/lib/dns/tests/testdata/nsec3/4096.db
+++ b/lib/dns/tests/testdata/nsec3/4096.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/nsec3/min-1024.db b/lib/dns/tests/testdata/nsec3/min-1024.db
index f4a67c7da5..310bc9ad54 100644
--- a/lib/dns/tests/testdata/nsec3/min-1024.db
+++ b/lib/dns/tests/testdata/nsec3/min-1024.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/nsec3/min-2048.db b/lib/dns/tests/testdata/nsec3/min-2048.db
index 611d8cf234..fd5fb4e96a 100644
--- a/lib/dns/tests/testdata/nsec3/min-2048.db
+++ b/lib/dns/tests/testdata/nsec3/min-2048.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/testdata/zt/zone1.db b/lib/dns/tests/testdata/zt/zone1.db
index 348915aa96..1d3e7cbe42 100644
--- a/lib/dns/tests/testdata/zt/zone1.db
+++ b/lib/dns/tests/testdata/zt/zone1.db
@@ -1,8 +1,11 @@
-; Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id$
diff --git a/lib/dns/tests/time_test.c b/lib/dns/tests/time_test.c
index e7d1b5b419..c2b6ed029e 100644
--- a/lib/dns/tests/time_test.c
+++ b/lib/dns/tests/time_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/tsig_test.c b/lib/dns/tests/tsig_test.c
index 8d79d8870c..d8adbba031 100644
--- a/lib/dns/tests/tsig_test.c
+++ b/lib/dns/tests/tsig_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/dns/tests/update_test.c b/lib/dns/tests/update_test.c
index 93f7fbf04b..36605a15ae 100644
--- a/lib/dns/tests/update_test.c
+++ b/lib/dns/tests/update_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/zonemgr_test.c b/lib/dns/tests/zonemgr_test.c
index 4451361d37..4cad7366a4 100644
--- a/lib/dns/tests/zonemgr_test.c
+++ b/lib/dns/tests/zonemgr_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/tests/zt_test.c b/lib/dns/tests/zt_test.c
index 58a05ccd57..57fc3010d1 100644
--- a/lib/dns/tests/zt_test.c
+++ b/lib/dns/tests/zt_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/time.c b/lib/dns/time.c
index b43b872da6..180ae0dc5e 100644
--- a/lib/dns/time.c
+++ b/lib/dns/time.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2005, 2007, 2009-2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/timer.c b/lib/dns/timer.c
index 8bf9fd8749..340bfe1825 100644
--- a/lib/dns/timer.c
+++ b/lib/dns/timer.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: timer.c,v 1.7 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/tkey.c b/lib/dns/tkey.c
index 91292dfec2..4762b3a30f 100644
--- a/lib/dns/tkey.c
+++ b/lib/dns/tkey.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/tsec.c b/lib/dns/tsec.c
index 927c72cc70..a367291f23 100644
--- a/lib/dns/tsec.c
+++ b/lib/dns/tsec.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2010, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c
index 751790487d..0e33b8993e 100644
--- a/lib/dns/tsig.c
+++ b/lib/dns/tsig.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/dns/ttl.c b/lib/dns/ttl.c
index 06239c4dd2..1f75daf333 100644
--- a/lib/dns/ttl.c
+++ b/lib/dns/ttl.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/update.c b/lib/dns/update.c
index be98c7ae0c..9745d83652 100644
--- a/lib/dns/update.c
+++ b/lib/dns/update.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/validator.c b/lib/dns/validator.c
index 0eee3507f0..b7db233312 100644
--- a/lib/dns/validator.c
+++ b/lib/dns/validator.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/dns/version.c b/lib/dns/version.c
index 370c46ff58..24b6f199ad 100644
--- a/lib/dns/version.c
+++ b/lib/dns/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.15.1234.1 2012/02/11 22:37:57 each Exp $ */
diff --git a/lib/dns/view.c b/lib/dns/view.c
index d9e9736362..de50411131 100644
--- a/lib/dns/view.c
+++ b/lib/dns/view.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/win32/DLLMain.c b/lib/dns/win32/DLLMain.c
index 756642cb20..005df49d25 100644
--- a/lib/dns/win32/DLLMain.c
+++ b/lib/dns/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DLLMain.c,v 1.6 2007/06/18 23:47:44 tbox Exp $ */
diff --git a/lib/dns/win32/version.c b/lib/dns/win32/version.c
index 8ba76b637d..10f1d1034f 100644
--- a/lib/dns/win32/version.c
+++ b/lib/dns/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.6 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c
index acbd2bce9c..123c7be4aa 100644
--- a/lib/dns/xfrin.c
+++ b/lib/dns/xfrin.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2008, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/dns/zone.c b/lib/dns/zone.c
index 365721e28c..4d7df1381c 100644
--- a/lib/dns/zone.c
+++ b/lib/dns/zone.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/dns/zonekey.c b/lib/dns/zonekey.c
index f9323fe72d..89efd39f69 100644
--- a/lib/dns/zonekey.c
+++ b/lib/dns/zonekey.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2003-2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: zonekey.c,v 1.9 2007/06/19 23:47:16 tbox Exp $ */
diff --git a/lib/dns/zt.c b/lib/dns/zt.c
index 9f24591c60..830deb51be 100644
--- a/lib/dns/zt.c
+++ b/lib/dns/zt.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/irs/Makefile.in b/lib/irs/Makefile.in
index 411fdd334e..8970aad041 100644
--- a/lib/irs/Makefile.in
+++ b/lib/irs/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
diff --git a/lib/irs/context.c b/lib/irs/context.c
index 9b9617d279..c7077f18f7 100644
--- a/lib/irs/context.c
+++ b/lib/irs/context.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: context.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/dnsconf.c b/lib/irs/dnsconf.c
index 6138b83447..182f4aa9a4 100644
--- a/lib/irs/dnsconf.c
+++ b/lib/irs/dnsconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnsconf.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/gai_strerror.c b/lib/irs/gai_strerror.c
index 8cda3fb508..d42b06e3ff 100644
--- a/lib/irs/gai_strerror.c
+++ b/lib/irs/gai_strerror.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gai_strerror.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/getaddrinfo.c b/lib/irs/getaddrinfo.c
index b455666969..b214599d07 100644
--- a/lib/irs/getaddrinfo.c
+++ b/lib/irs/getaddrinfo.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: getaddrinfo.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/getnameinfo.c b/lib/irs/getnameinfo.c
index 6e26e278fd..f81f93f319 100644
--- a/lib/irs/getnameinfo.c
+++ b/lib/irs/getnameinfo.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/irs/include/Makefile.in b/lib/irs/include/Makefile.in
index d5efc7c8f2..030539f95b 100644
--- a/lib/irs/include/Makefile.in
+++ b/lib/irs/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
diff --git a/lib/irs/include/irs/Makefile.in b/lib/irs/include/irs/Makefile.in
index 4bb5b3d4b9..af65f55dd4 100644
--- a/lib/irs/include/irs/Makefile.in
+++ b/lib/irs/include/irs/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
diff --git a/lib/irs/include/irs/context.h b/lib/irs/include/irs/context.h
index e3ef51e518..cc9a4d2f2a 100644
--- a/lib/irs/include/irs/context.h
+++ b/lib/irs/include/irs/context.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: context.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/include/irs/dnsconf.h b/lib/irs/include/irs/dnsconf.h
index b2a5466096..9013378a83 100644
--- a/lib/irs/include/irs/dnsconf.h
+++ b/lib/irs/include/irs/dnsconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnsconf.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/include/irs/netdb.h.in b/lib/irs/include/irs/netdb.h.in
index 23dcd3774c..0455a47a15 100644
--- a/lib/irs/include/irs/netdb.h.in
+++ b/lib/irs/include/irs/netdb.h.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netdb.h.in,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/include/irs/platform.h.in b/lib/irs/include/irs/platform.h.in
index 879788be84..d71d20214a 100644
--- a/lib/irs/include/irs/platform.h.in
+++ b/lib/irs/include/irs/platform.h.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: platform.h.in,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/include/irs/resconf.h b/lib/irs/include/irs/resconf.h
index de42c9ccbd..a70fe9238c 100644
--- a/lib/irs/include/irs/resconf.h
+++ b/lib/irs/include/irs/resconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: resconf.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/include/irs/types.h b/lib/irs/include/irs/types.h
index cbe9ce89b7..60244e5f94 100644
--- a/lib/irs/include/irs/types.h
+++ b/lib/irs/include/irs/types.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: types.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/include/irs/version.h b/lib/irs/include/irs/version.h
index 08db43c057..641e5f1f73 100644
--- a/lib/irs/include/irs/version.h
+++ b/lib/irs/include/irs/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/resconf.c b/lib/irs/resconf.c
index aae3dd3f61..809c7f387d 100644
--- a/lib/irs/resconf.c
+++ b/lib/irs/resconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file resconf.c */
diff --git a/lib/irs/tests/Makefile.in b/lib/irs/tests/Makefile.in
index 1284e37fb1..1a51aa9490 100644
--- a/lib/irs/tests/Makefile.in
+++ b/lib/irs/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/irs/tests/resconf_test.c b/lib/irs/tests/resconf_test.c
index 6ae1bd6e98..488ed5ba02 100644
--- a/lib/irs/tests/resconf_test.c
+++ b/lib/irs/tests/resconf_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/irs/tests/testdata/domain.conf b/lib/irs/tests/testdata/domain.conf
index 17e7a6abb4..6aef473870 100644
--- a/lib/irs/tests/testdata/domain.conf
+++ b/lib/irs/tests/testdata/domain.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
domain example.com
diff --git a/lib/irs/tests/testdata/nameserver-v4.conf b/lib/irs/tests/testdata/nameserver-v4.conf
index b15b681901..871d0114b9 100644
--- a/lib/irs/tests/testdata/nameserver-v4.conf
+++ b/lib/irs/tests/testdata/nameserver-v4.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
nameserver 10.0.0.1
diff --git a/lib/irs/tests/testdata/nameserver-v6.conf b/lib/irs/tests/testdata/nameserver-v6.conf
index 29a4b468f3..914746271d 100644
--- a/lib/irs/tests/testdata/nameserver-v6.conf
+++ b/lib/irs/tests/testdata/nameserver-v6.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
nameserver 2001:DB8::1
diff --git a/lib/irs/tests/testdata/options-bad-ndots.conf b/lib/irs/tests/testdata/options-bad-ndots.conf
index 261a0665d0..5c104c74b5 100644
--- a/lib/irs/tests/testdata/options-bad-ndots.conf
+++ b/lib/irs/tests/testdata/options-bad-ndots.conf
@@ -1,8 +1,11 @@
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
search example.com example.net
options ndots:256
diff --git a/lib/irs/tests/testdata/options-debug.conf b/lib/irs/tests/testdata/options-debug.conf
index 2c19bc3c23..b6e14c7081 100644
--- a/lib/irs/tests/testdata/options-debug.conf
+++ b/lib/irs/tests/testdata/options-debug.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
options debug
diff --git a/lib/irs/tests/testdata/options-empty.conf b/lib/irs/tests/testdata/options-empty.conf
index 4aa84e64d6..e8b902ea2d 100644
--- a/lib/irs/tests/testdata/options-empty.conf
+++ b/lib/irs/tests/testdata/options-empty.conf
@@ -1,8 +1,11 @@
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
domain example.com
options
diff --git a/lib/irs/tests/testdata/options-ndots.conf b/lib/irs/tests/testdata/options-ndots.conf
index d8327bae4e..2f143e11d7 100644
--- a/lib/irs/tests/testdata/options-ndots.conf
+++ b/lib/irs/tests/testdata/options-ndots.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
option ndots:2
diff --git a/lib/irs/tests/testdata/options-timeout.conf b/lib/irs/tests/testdata/options-timeout.conf
index da1b9d8b82..e211bba160 100644
--- a/lib/irs/tests/testdata/options-timeout.conf
+++ b/lib/irs/tests/testdata/options-timeout.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
options timeout:1
diff --git a/lib/irs/tests/testdata/options-unknown.conf b/lib/irs/tests/testdata/options-unknown.conf
index d0a06c075c..f5df6bf389 100644
--- a/lib/irs/tests/testdata/options-unknown.conf
+++ b/lib/irs/tests/testdata/options-unknown.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
options unknown
diff --git a/lib/irs/tests/testdata/options.conf b/lib/irs/tests/testdata/options.conf
index 969395dea4..0d4dfa0001 100644
--- a/lib/irs/tests/testdata/options.conf
+++ b/lib/irs/tests/testdata/options.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
options unknown debug timeout:1 ndots:2
diff --git a/lib/irs/tests/testdata/port.conf b/lib/irs/tests/testdata/port.conf
index 6812412ee1..04ed3e7d9c 100644
--- a/lib/irs/tests/testdata/port.conf
+++ b/lib/irs/tests/testdata/port.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
port 5300
diff --git a/lib/irs/tests/testdata/resolv.conf b/lib/irs/tests/testdata/resolv.conf
index cd443935c6..ddf93ff440 100644
--- a/lib/irs/tests/testdata/resolv.conf
+++ b/lib/irs/tests/testdata/resolv.conf
@@ -1,8 +1,11 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
port 5300
nameserver 10.0.0.1
diff --git a/lib/irs/tests/testdata/search.conf b/lib/irs/tests/testdata/search.conf
index bd967cf325..5717006b24 100644
--- a/lib/irs/tests/testdata/search.conf
+++ b/lib/irs/tests/testdata/search.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
search example.com example.net
diff --git a/lib/irs/tests/testdata/sortlist-v4.conf b/lib/irs/tests/testdata/sortlist-v4.conf
index 49c765118c..e903e374c4 100644
--- a/lib/irs/tests/testdata/sortlist-v4.conf
+++ b/lib/irs/tests/testdata/sortlist-v4.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
sortlist 130.155.160.0/255.255.240.0 130.155.0.0
diff --git a/lib/irs/tests/testdata/timeout.conf b/lib/irs/tests/testdata/timeout.conf
index 3e50be72af..2b87b2528a 100644
--- a/lib/irs/tests/testdata/timeout.conf
+++ b/lib/irs/tests/testdata/timeout.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
timeout 10
diff --git a/lib/irs/tests/testdata/unknown.conf b/lib/irs/tests/testdata/unknown.conf
index c5d5530cfa..bfb9d7fefd 100644
--- a/lib/irs/tests/testdata/unknown.conf
+++ b/lib/irs/tests/testdata/unknown.conf
@@ -1,7 +1,10 @@
-# Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
unknown directive
diff --git a/lib/irs/version.c b/lib/irs/version.c
index c0e7b3c530..c280e12806 100644
--- a/lib/irs/version.c
+++ b/lib/irs/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/irs/win32/DLLMain.c b/lib/irs/win32/DLLMain.c
index 89b8d48985..03246be49b 100644
--- a/lib/irs/win32/DLLMain.c
+++ b/lib/irs/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/irs/win32/Makefile.in b/lib/irs/win32/Makefile.in
index ce5cf43a7e..f352fcf04d 100644
--- a/lib/irs/win32/Makefile.in
+++ b/lib/irs/win32/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/irs/win32/include/Makefile.in b/lib/irs/win32/include/Makefile.in
index 17a9ebe7a9..e1a4542888 100644
--- a/lib/irs/win32/include/Makefile.in
+++ b/lib/irs/win32/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/irs/win32/include/irs/Makefile.in b/lib/irs/win32/include/irs/Makefile.in
index 8659bebdaf..7adf79c3ca 100644
--- a/lib/irs/win32/include/irs/Makefile.in
+++ b/lib/irs/win32/include/irs/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/irs/win32/include/irs/netdb.h b/lib/irs/win32/include/irs/netdb.h
index be19ccc685..6f7abed8fe 100644
--- a/lib/irs/win32/include/irs/netdb.h
+++ b/lib/irs/win32/include/irs/netdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/irs/win32/include/irs/platform.h b/lib/irs/win32/include/irs/platform.h
index b290db285b..78c91ce144 100644
--- a/lib/irs/win32/include/irs/platform.h
+++ b/lib/irs/win32/include/irs/platform.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/irs/win32/version.c b/lib/irs/win32/version.c
index 85932b207a..893545f445 100644
--- a/lib/irs/win32/version.c
+++ b/lib/irs/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in
index bd8b109148..ba53ef1091 100644
--- a/lib/isc/Makefile.in
+++ b/lib/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isc/aes.c b/lib/isc/aes.c
index 2cdcd953cb..b1ecdf47ff 100644
--- a/lib/isc/aes.c
+++ b/lib/isc/aes.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/alpha/Makefile.in b/lib/isc/alpha/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/alpha/Makefile.in
+++ b/lib/isc/alpha/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/alpha/include/Makefile.in b/lib/isc/alpha/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/alpha/include/Makefile.in
+++ b/lib/isc/alpha/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/alpha/include/isc/Makefile.in b/lib/isc/alpha/include/isc/Makefile.in
index 0876355a26..f164aa3c68 100644
--- a/lib/isc/alpha/include/isc/Makefile.in
+++ b/lib/isc/alpha/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/alpha/include/isc/atomic.h b/lib/isc/alpha/include/isc/atomic.h
index e99ab7faf1..a01d39e3cb 100644
--- a/lib/isc/alpha/include/isc/atomic.h
+++ b/lib/isc/alpha/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.7 2009/04/08 06:48:23 tbox Exp $ */
diff --git a/lib/isc/app_api.c b/lib/isc/app_api.c
index c52c0c9183..12dfa48429 100644
--- a/lib/isc/app_api.c
+++ b/lib/isc/app_api.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: app_api.c,v 1.5 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c
index 37e7bdac14..db4a31ab53 100644
--- a/lib/isc/assertions.c
+++ b/lib/isc/assertions.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2001, 2004, 2005, 2007-2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: assertions.c,v 1.26 2009/09/29 15:06:07 fdupont Exp $ */
diff --git a/lib/isc/backtrace-emptytbl.c b/lib/isc/backtrace-emptytbl.c
index dd0bd2acd9..d7dea91431 100644
--- a/lib/isc/backtrace-emptytbl.c
+++ b/lib/isc/backtrace-emptytbl.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: backtrace-emptytbl.c,v 1.3 2009/09/01 20:13:44 each Exp $ */
diff --git a/lib/isc/backtrace.c b/lib/isc/backtrace.c
index 1f7cd570bd..62c1d81445 100644
--- a/lib/isc/backtrace.c
+++ b/lib/isc/backtrace.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: backtrace.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/isc/base32.c b/lib/isc/base32.c
index b001df80c0..da0f82a518 100644
--- a/lib/isc/base32.c
+++ b/lib/isc/base32.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: base32.c,v 1.6.698.1 2012/02/15 05:00:16 marka Exp $ */
diff --git a/lib/isc/base64.c b/lib/isc/base64.c
index 53bc910346..ac4f031a77 100644
--- a/lib/isc/base64.c
+++ b/lib/isc/base64.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: base64.c,v 1.34 2009/10/21 23:48:05 tbox Exp $ */
diff --git a/lib/isc/bind9.c b/lib/isc/bind9.c
index 15a5c2a03d..868d1087f8 100644
--- a/lib/isc/bind9.c
+++ b/lib/isc/bind9.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/buffer.c b/lib/isc/buffer.c
index 95b5c5ec28..05ae2b5443 100644
--- a/lib/isc/buffer.c
+++ b/lib/isc/buffer.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2008, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/bufferlist.c b/lib/isc/bufferlist.c
index f25bd962ed..d259e8506b 100644
--- a/lib/isc/bufferlist.c
+++ b/lib/isc/bufferlist.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bufferlist.c,v 1.17 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c
index 7ea67913d3..22bf58315d 100644
--- a/lib/isc/commandline.c
+++ b/lib/isc/commandline.c
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1999-2001, 2004, 2005, 2007, 2008, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2001, 2004, 2005, 2007, 2008, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/counter.c b/lib/isc/counter.c
index 749dcba89a..be7a62f740 100644
--- a/lib/isc/counter.c
+++ b/lib/isc/counter.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/crc64.c b/lib/isc/crc64.c
index 8e762cccaf..43434ffd73 100644
--- a/lib/isc/crc64.c
+++ b/lib/isc/crc64.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include "config.h"
diff --git a/lib/isc/entropy.c b/lib/isc/entropy.c
index ce02c4a5c1..0b2351dbdb 100644
--- a/lib/isc/entropy.c
+++ b/lib/isc/entropy.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2007, 2009, 2010, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: entropy.c,v 1.22 2010/08/10 23:48:19 tbox Exp $ */
diff --git a/lib/isc/error.c b/lib/isc/error.c
index f5f38552d2..efc436a1b4 100644
--- a/lib/isc/error.c
+++ b/lib/isc/error.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: error.c,v 1.21 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/event.c b/lib/isc/event.c
index e1175256f1..b4ecee131b 100644
--- a/lib/isc/event.c
+++ b/lib/isc/event.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: event.c,v 1.21 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/fsaccess.c b/lib/isc/fsaccess.c
index a674e21b80..525fb2d2a0 100644
--- a/lib/isc/fsaccess.c
+++ b/lib/isc/fsaccess.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: fsaccess.c,v 1.10 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/hash.c b/lib/isc/hash.c
index 7f76020e17..593c8e9671 100644
--- a/lib/isc/hash.c
+++ b/lib/isc/hash.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2009, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/lib/isc/heap.c b/lib/isc/heap.c
index 878bfed106..f694053dc7 100644
--- a/lib/isc/heap.c
+++ b/lib/isc/heap.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2001, 2004-2007, 2010-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/hex.c b/lib/isc/hex.c
index dec60bd267..351ca8ceb9 100644
--- a/lib/isc/hex.c
+++ b/lib/isc/hex.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2005, 2007, 2008, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hex.c,v 1.20 2008/09/25 04:02:39 tbox Exp $ */
diff --git a/lib/isc/hmacmd5.c b/lib/isc/hmacmd5.c
index 01602cc32b..1fb694ad85 100644
--- a/lib/isc/hmacmd5.c
+++ b/lib/isc/hmacmd5.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hmacmd5.c,v 1.16 2009/02/06 23:47:42 tbox Exp $ */
diff --git a/lib/isc/hmacsha.c b/lib/isc/hmacsha.c
index 9ce2288da4..bc30ecb86f 100644
--- a/lib/isc/hmacsha.c
+++ b/lib/isc/hmacsha.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005-2007, 2009, 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/ht.c b/lib/isc/ht.c
index 45a04df861..5719394ce7 100644
--- a/lib/isc/ht.c
+++ b/lib/isc/ht.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/httpd.c b/lib/isc/httpd.c
index 9cb3388973..8ccbdf9c15 100644
--- a/lib/isc/httpd.c
+++ b/lib/isc/httpd.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006-2008, 2010-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/ia64/Makefile.in b/lib/isc/ia64/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/ia64/Makefile.in
+++ b/lib/isc/ia64/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/ia64/include/Makefile.in b/lib/isc/ia64/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/ia64/include/Makefile.in
+++ b/lib/isc/ia64/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/ia64/include/isc/Makefile.in b/lib/isc/ia64/include/isc/Makefile.in
index 0876355a26..f164aa3c68 100644
--- a/lib/isc/ia64/include/isc/Makefile.in
+++ b/lib/isc/ia64/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/ia64/include/isc/atomic.h b/lib/isc/ia64/include/isc/atomic.h
index e609f75652..000f6e92ec 100644
--- a/lib/isc/ia64/include/isc/atomic.h
+++ b/lib/isc/ia64/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.7 2009/06/24 02:22:50 marka Exp $ */
diff --git a/lib/isc/include/Makefile.in b/lib/isc/include/Makefile.in
index 92aa125071..b92f7081d6 100644
--- a/lib/isc/include/Makefile.in
+++ b/lib/isc/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.13 2007/06/19 23:47:18 tbox Exp $
diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in
index bdd8d96e5c..ddf6c3a94c 100644
--- a/lib/isc/include/isc/Makefile.in
+++ b/lib/isc/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2003-2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isc/include/isc/aes.h b/lib/isc/include/isc/aes.h
index f355b5db5d..57a1c1d3f1 100644
--- a/lib/isc/include/isc/aes.h
+++ b/lib/isc/include/isc/aes.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/app.h b/lib/isc/include/isc/app.h
index 70826d1e31..c7a4dace69 100644
--- a/lib/isc/include/isc/app.h
+++ b/lib/isc/include/isc/app.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: app.h,v 1.11 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isc/include/isc/assertions.h b/lib/isc/include/isc/assertions.h
index 18bf7faac3..9c2635fc1f 100644
--- a/lib/isc/include/isc/assertions.h
+++ b/lib/isc/include/isc/assertions.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2001, 2004-2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/include/isc/backtrace.h b/lib/isc/include/isc/backtrace.h
index 4dad077342..02d85a5f92 100644
--- a/lib/isc/include/isc/backtrace.h
+++ b/lib/isc/include/isc/backtrace.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: backtrace.h,v 1.2 2009/09/01 18:40:25 jinmei Exp $ */
diff --git a/lib/isc/include/isc/base32.h b/lib/isc/include/isc/base32.h
index 31b34473dd..96fe2cef21 100644
--- a/lib/isc/include/isc/base32.h
+++ b/lib/isc/include/isc/base32.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_BASE32_H
diff --git a/lib/isc/include/isc/base64.h b/lib/isc/include/isc/base64.h
index a0cd30afea..c8660ab5d6 100644
--- a/lib/isc/include/isc/base64.h
+++ b/lib/isc/include/isc/base64.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: base64.h,v 1.22 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/bind9.h b/lib/isc/include/isc/bind9.h
index 672b9f8c11..b2492bdaa8 100644
--- a/lib/isc/include/isc/bind9.h
+++ b/lib/isc/include/isc/bind9.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bind9.h,v 1.2 2009/12/05 23:31:41 each Exp $ */
diff --git a/lib/isc/include/isc/boolean.h b/lib/isc/include/isc/boolean.h
index 6cbe18e7ad..ead4565e30 100644
--- a/lib/isc/include/isc/boolean.h
+++ b/lib/isc/include/isc/boolean.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: boolean.h,v 1.19 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/buffer.h b/lib/isc/include/isc/buffer.h
index d3f43f00d5..8dcab73a5a 100644
--- a/lib/isc/include/isc/buffer.h
+++ b/lib/isc/include/isc/buffer.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2008, 2010, 2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_BUFFER_H
diff --git a/lib/isc/include/isc/bufferlist.h b/lib/isc/include/isc/bufferlist.h
index 62cf04a76e..09208885f3 100644
--- a/lib/isc/include/isc/bufferlist.h
+++ b/lib/isc/include/isc/bufferlist.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bufferlist.h,v 1.17 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/commandline.h b/lib/isc/include/isc/commandline.h
index 821c507df6..a51dc9a993 100644
--- a/lib/isc/include/isc/commandline.h
+++ b/lib/isc/include/isc/commandline.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/counter.h b/lib/isc/include/isc/counter.h
index de5a1fdfcf..28d9c794c6 100644
--- a/lib/isc/include/isc/counter.h
+++ b/lib/isc/include/isc/counter.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_COUNTER_H
diff --git a/lib/isc/include/isc/crc64.h b/lib/isc/include/isc/crc64.h
index a010c93207..2371dfe5ec 100644
--- a/lib/isc/include/isc/crc64.h
+++ b/lib/isc/include/isc/crc64.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_CRC64_H
diff --git a/lib/isc/include/isc/deprecated.h b/lib/isc/include/isc/deprecated.h
index b82d92e593..d485e20caf 100644
--- a/lib/isc/include/isc/deprecated.h
+++ b/lib/isc/include/isc/deprecated.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
diff --git a/lib/isc/include/isc/entropy.h b/lib/isc/include/isc/entropy.h
index 18707429f2..d52c43e5a4 100644
--- a/lib/isc/include/isc/entropy.h
+++ b/lib/isc/include/isc/entropy.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: entropy.h,v 1.35 2009/10/19 02:37:08 marka Exp $ */
diff --git a/lib/isc/include/isc/errno.h b/lib/isc/include/isc/errno.h
index 47ec90f553..7777b8d30d 100644
--- a/lib/isc/include/isc/errno.h
+++ b/lib/isc/include/isc/errno.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_ERRNO_H
diff --git a/lib/isc/include/isc/error.h b/lib/isc/include/isc/error.h
index f808f6d4ef..bd785403d7 100644
--- a/lib/isc/include/isc/error.h
+++ b/lib/isc/include/isc/error.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004-2007, 2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: error.h,v 1.22 2009/09/29 23:48:04 tbox Exp $ */
diff --git a/lib/isc/include/isc/event.h b/lib/isc/include/isc/event.h
index 32091607d2..22f735d80f 100644
--- a/lib/isc/include/isc/event.h
+++ b/lib/isc/include/isc/event.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2007, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_EVENT_H
diff --git a/lib/isc/include/isc/eventclass.h b/lib/isc/include/isc/eventclass.h
index 7aef996409..061e92f238 100644
--- a/lib/isc/include/isc/eventclass.h
+++ b/lib/isc/include/isc/eventclass.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: eventclass.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h
index 370b60b161..fc7a71f57e 100644
--- a/lib/isc/include/isc/file.h
+++ b/lib/isc/include/isc/file.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/formatcheck.h b/lib/isc/include/isc/formatcheck.h
index e47aa0c9ad..6778bc6854 100644
--- a/lib/isc/include/isc/formatcheck.h
+++ b/lib/isc/include/isc/formatcheck.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: formatcheck.h,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/fsaccess.h b/lib/isc/include/isc/fsaccess.h
index 873920aaec..3d4ed7785a 100644
--- a/lib/isc/include/isc/fsaccess.h
+++ b/lib/isc/include/isc/fsaccess.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: fsaccess.h,v 1.16 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/isc/include/isc/hash.h b/lib/isc/include/isc/hash.h
index 12993dd79b..e78a2155ab 100644
--- a/lib/isc/include/isc/hash.h
+++ b/lib/isc/include/isc/hash.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2009, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_HASH_H
diff --git a/lib/isc/include/isc/heap.h b/lib/isc/include/isc/heap.h
index 3271406562..589232ce03 100644
--- a/lib/isc/include/isc/heap.h
+++ b/lib/isc/include/isc/heap.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2001, 2004-2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: heap.h,v 1.26 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/isc/include/isc/hex.h b/lib/isc/include/isc/hex.h
index 9700635519..22999521c3 100644
--- a/lib/isc/include/isc/hex.h
+++ b/lib/isc/include/isc/hex.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hex.h,v 1.13 2008/09/25 04:02:39 tbox Exp $ */
diff --git a/lib/isc/include/isc/hmacmd5.h b/lib/isc/include/isc/hmacmd5.h
index 63305db0d3..31195e3a0b 100644
--- a/lib/isc/include/isc/hmacmd5.h
+++ b/lib/isc/include/isc/hmacmd5.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hmacmd5.h,v 1.14 2009/02/06 23:47:42 tbox Exp $ */
diff --git a/lib/isc/include/isc/hmacsha.h b/lib/isc/include/isc/hmacsha.h
index 8d17039ed7..78588c32f0 100644
--- a/lib/isc/include/isc/hmacsha.h
+++ b/lib/isc/include/isc/hmacsha.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005-2007, 2009, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: hmacsha.h,v 1.9 2009/02/06 23:47:42 tbox Exp $ */
diff --git a/lib/isc/include/isc/ht.h b/lib/isc/include/isc/ht.h
index 25819b8ed5..6ca4481520 100644
--- a/lib/isc/include/isc/ht.h
+++ b/lib/isc/include/isc/ht.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/isc/include/isc/httpd.h b/lib/isc/include/isc/httpd.h
index 402be55815..7d93c4ceec 100644
--- a/lib/isc/include/isc/httpd.h
+++ b/lib/isc/include/isc/httpd.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006-2008, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: httpd.h,v 1.9 2008/08/08 05:06:49 marka Exp $ */
diff --git a/lib/isc/include/isc/interfaceiter.h b/lib/isc/include/isc/interfaceiter.h
index 12b1b876ef..7f5d184244 100644
--- a/lib/isc/include/isc/interfaceiter.h
+++ b/lib/isc/include/isc/interfaceiter.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: interfaceiter.h,v 1.17 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/ipv6.h b/lib/isc/include/isc/ipv6.h
index 3b33332b9a..96e225d72b 100644
--- a/lib/isc/include/isc/ipv6.h
+++ b/lib/isc/include/isc/ipv6.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ipv6.h,v 1.24 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/iterated_hash.h b/lib/isc/include/isc/iterated_hash.h
index db5dad1c19..0491d5ed46 100644
--- a/lib/isc/include/isc/iterated_hash.h
+++ b/lib/isc/include/isc/iterated_hash.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: iterated_hash.h,v 1.3 2008/09/25 04:02:39 tbox Exp $ */
diff --git a/lib/isc/include/isc/json.h b/lib/isc/include/isc/json.h
index b4b10ff698..52295e6199 100644
--- a/lib/isc/include/isc/json.h
+++ b/lib/isc/include/isc/json.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_JSON_H
diff --git a/lib/isc/include/isc/lang.h b/lib/isc/include/isc/lang.h
index 9882c3a1d4..cfae1f9b5a 100644
--- a/lib/isc/include/isc/lang.h
+++ b/lib/isc/include/isc/lang.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lang.h,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/lex.h b/lib/isc/include/isc/lex.h
index 161d47337e..51f23c1e41 100644
--- a/lib/isc/include/isc/lex.h
+++ b/lib/isc/include/isc/lex.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2005, 2007, 2008, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lex.h,v 1.37 2008/05/30 23:47:01 tbox Exp $ */
diff --git a/lib/isc/include/isc/lfsr.h b/lib/isc/include/isc/lfsr.h
index f9d38b8366..d2d46874c2 100644
--- a/lib/isc/include/isc/lfsr.h
+++ b/lib/isc/include/isc/lfsr.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lfsr.h,v 1.17 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/lib.h b/lib/isc/include/isc/lib.h
index 6a5dd147ba..e40552b75a 100644
--- a/lib/isc/include/isc/lib.h
+++ b/lib/isc/include/isc/lib.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lib.h,v 1.16 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isc/include/isc/likely.h b/lib/isc/include/isc/likely.h
index 14161a2d90..8cc5b2eb4b 100644
--- a/lib/isc/include/isc/likely.h
+++ b/lib/isc/include/isc/likely.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_LIKELY_H
diff --git a/lib/isc/include/isc/list.h b/lib/isc/include/isc/list.h
index c3b162f3f8..6bbdd4c084 100644
--- a/lib/isc/include/isc/list.h
+++ b/lib/isc/include/isc/list.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2002, 2004, 2006, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h
index 7780abf3da..7ae1a6c2b1 100644
--- a/lib/isc/include/isc/log.h
+++ b/lib/isc/include/isc/log.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: log.h,v 1.59 2009/02/16 02:01:16 marka Exp $ */
diff --git a/lib/isc/include/isc/magic.h b/lib/isc/include/isc/magic.h
index 9fc0b14740..fef2915b23 100644
--- a/lib/isc/include/isc/magic.h
+++ b/lib/isc/include/isc/magic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: magic.h,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/md5.h b/lib/isc/include/isc/md5.h
index 4d3f470a41..f5ab832d1c 100644
--- a/lib/isc/include/isc/md5.h
+++ b/lib/isc/include/isc/md5.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2010, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: md5.h,v 1.20 2010/01/07 23:48:54 tbox Exp $ */
diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h
index 8e8f7f7743..c673adfe39 100644
--- a/lib/isc/include/isc/mem.h
+++ b/lib/isc/include/isc/mem.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2001, 2004-2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_MEM_H
diff --git a/lib/isc/include/isc/meminfo.h b/lib/isc/include/isc/meminfo.h
index 0460943c8e..44c1323f52 100644
--- a/lib/isc/include/isc/meminfo.h
+++ b/lib/isc/include/isc/meminfo.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_MEMINFO_H
diff --git a/lib/isc/include/isc/msgcat.h b/lib/isc/include/isc/msgcat.h
index 9633decf08..e51b9e4a00 100644
--- a/lib/isc/include/isc/msgcat.h
+++ b/lib/isc/include/isc/msgcat.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: msgcat.h,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/msgs.h b/lib/isc/include/isc/msgs.h
index 92dbfebd77..b737444a34 100644
--- a/lib/isc/include/isc/msgs.h
+++ b/lib/isc/include/isc/msgs.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: msgs.h,v 1.19 2009/10/01 23:48:08 tbox Exp $ */
diff --git a/lib/isc/include/isc/mutexblock.h b/lib/isc/include/isc/mutexblock.h
index 893900fc4f..c66b74d667 100644
--- a/lib/isc/include/isc/mutexblock.h
+++ b/lib/isc/include/isc/mutexblock.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mutexblock.h,v 1.17 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/netaddr.h b/lib/isc/include/isc/netaddr.h
index 78b9208971..4ad665f9c0 100644
--- a/lib/isc/include/isc/netaddr.h
+++ b/lib/isc/include/isc/netaddr.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2007, 2009, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netaddr.h,v 1.37 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/isc/include/isc/netscope.h b/lib/isc/include/isc/netscope.h
index 5986239cff..57f4b6f46e 100644
--- a/lib/isc/include/isc/netscope.h
+++ b/lib/isc/include/isc/netscope.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netscope.h,v 1.13 2009/06/25 23:48:02 tbox Exp $ */
diff --git a/lib/isc/include/isc/ondestroy.h b/lib/isc/include/isc/ondestroy.h
index d48c08bb5b..ad1aa6188d 100644
--- a/lib/isc/include/isc/ondestroy.h
+++ b/lib/isc/include/isc/ondestroy.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ondestroy.h,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/os.h b/lib/isc/include/isc/os.h
index 8c52c381c8..e4eb485b38 100644
--- a/lib/isc/include/isc/os.h
+++ b/lib/isc/include/isc/os.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.h,v 1.12 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/parseint.h b/lib/isc/include/isc/parseint.h
index 9ef3514e63..d4067ccc57 100644
--- a/lib/isc/include/isc/parseint.h
+++ b/lib/isc/include/isc/parseint.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2002, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: parseint.h,v 1.9 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in
index 3ebd6d93c5..2ff522342f 100644
--- a/lib/isc/include/isc/platform.h.in
+++ b/lib/isc/include/isc/platform.h.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2010, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_PLATFORM_H
diff --git a/lib/isc/include/isc/pool.h b/lib/isc/include/isc/pool.h
index 3c589011e7..a648312a67 100644
--- a/lib/isc/include/isc/pool.h
+++ b/lib/isc/include/isc/pool.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_OBJPOOL_H
diff --git a/lib/isc/include/isc/portset.h b/lib/isc/include/isc/portset.h
index fd6aefb8bc..f5e6c739b1 100644
--- a/lib/isc/include/isc/portset.h
+++ b/lib/isc/include/isc/portset.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: portset.h,v 1.6 2009/06/25 05:28:34 marka Exp $ */
diff --git a/lib/isc/include/isc/print.h b/lib/isc/include/isc/print.h
index 5eb6147021..303bd445b7 100644
--- a/lib/isc/include/isc/print.h
+++ b/lib/isc/include/isc/print.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2007, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_PRINT_H
diff --git a/lib/isc/include/isc/queue.h b/lib/isc/include/isc/queue.h
index 414ed5fe99..c5e797d487 100644
--- a/lib/isc/include/isc/queue.h
+++ b/lib/isc/include/isc/queue.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/quota.h b/lib/isc/include/isc/quota.h
index d36451a68f..1c53ab301e 100644
--- a/lib/isc/include/isc/quota.h
+++ b/lib/isc/include/isc/quota.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: quota.h,v 1.16 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/radix.h b/lib/isc/include/isc/radix.h
index 2e5d6e7bc5..131a865d5b 100644
--- a/lib/isc/include/isc/radix.h
+++ b/lib/isc/include/isc/radix.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2007, 2008, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/include/isc/random.h b/lib/isc/include/isc/random.h
index 29aa00baf8..ba53ebf35c 100644
--- a/lib/isc/include/isc/random.h
+++ b/lib/isc/include/isc/random.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: random.h,v 1.20 2009/01/17 23:47:43 tbox Exp $ */
diff --git a/lib/isc/include/isc/ratelimiter.h b/lib/isc/include/isc/ratelimiter.h
index 9cc4111142..a6ae6faabe 100644
--- a/lib/isc/include/isc/ratelimiter.h
+++ b/lib/isc/include/isc/ratelimiter.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ratelimiter.h,v 1.23 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/include/isc/refcount.h b/lib/isc/include/isc/refcount.h
index 705cf12f94..b099df52a9 100644
--- a/lib/isc/include/isc/refcount.h
+++ b/lib/isc/include/isc/refcount.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2003-2007, 2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: refcount.h,v 1.17 2009/09/29 23:48:04 tbox Exp $ */
diff --git a/lib/isc/include/isc/regex.h b/lib/isc/include/isc/regex.h
index b9915f00ef..cab10c1fda 100644
--- a/lib/isc/include/isc/regex.h
+++ b/lib/isc/include/isc/regex.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_REGEX_H
diff --git a/lib/isc/include/isc/region.h b/lib/isc/include/isc/region.h
index af379795c6..d55b924d33 100644
--- a/lib/isc/include/isc/region.h
+++ b/lib/isc/include/isc/region.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: region.h,v 1.25 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/resource.h b/lib/isc/include/isc/resource.h
index 4c615d6dbd..12e4402d4c 100644
--- a/lib/isc/include/isc/resource.h
+++ b/lib/isc/include/isc/resource.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: resource.h,v 1.13 2008/07/11 23:47:09 tbox Exp $ */
diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h
index 6f7ecf213c..282a54d283 100644
--- a/lib/isc/include/isc/result.h
+++ b/lib/isc/include/isc/result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/resultclass.h b/lib/isc/include/isc/resultclass.h
index 08bfe32536..c5781d7d5f 100644
--- a/lib/isc/include/isc/resultclass.h
+++ b/lib/isc/include/isc/resultclass.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: resultclass.h,v 1.20 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isc/include/isc/rwlock.h b/lib/isc/include/isc/rwlock.h
index 3cc29046ee..68a2b9979a 100644
--- a/lib/isc/include/isc/rwlock.h
+++ b/lib/isc/include/isc/rwlock.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: rwlock.h,v 1.28 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/safe.h b/lib/isc/include/isc/safe.h
index af2c459207..1f8c9352e7 100644
--- a/lib/isc/include/isc/safe.h
+++ b/lib/isc/include/isc/safe.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/serial.h b/lib/isc/include/isc/serial.h
index 4a9ced56c6..721c1fbf80 100644
--- a/lib/isc/include/isc/serial.h
+++ b/lib/isc/include/isc/serial.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: serial.h,v 1.18 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/include/isc/sha1.h b/lib/isc/include/isc/sha1.h
index 4eb28f79e9..97f3cf84e4 100644
--- a/lib/isc/include/isc/sha1.h
+++ b/lib/isc/include/isc/sha1.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2009, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_SHA1_H
diff --git a/lib/isc/include/isc/sha2.h b/lib/isc/include/isc/sha2.h
index 3c51820cb7..d7e967e059 100644
--- a/lib/isc/include/isc/sha2.h
+++ b/lib/isc/include/isc/sha2.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005-2007, 2009, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sha2.h,v 1.12 2009/10/22 02:21:31 each Exp $ */
diff --git a/lib/isc/include/isc/sockaddr.h b/lib/isc/include/isc/sockaddr.h
index 18cd06a048..ce1fb5df61 100644
--- a/lib/isc/include/isc/sockaddr.h
+++ b/lib/isc/include/isc/sockaddr.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2007, 2009, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sockaddr.h,v 1.57 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h
index d8956740ef..aedc7081f2 100644
--- a/lib/isc/include/isc/socket.h
+++ b/lib/isc/include/isc/socket.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2009, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/stats.h b/lib/isc/include/isc/stats.h
index 48cfb4ec75..818031ea54 100644
--- a/lib/isc/include/isc/stats.h
+++ b/lib/isc/include/isc/stats.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/stdio.h b/lib/isc/include/isc/stdio.h
index 671f76ce45..d167ab219c 100644
--- a/lib/isc/include/isc/stdio.h
+++ b/lib/isc/include/isc/stdio.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stdio.h,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/stdlib.h b/lib/isc/include/isc/stdlib.h
index 2e633c29bf..875491af60 100644
--- a/lib/isc/include/isc/stdlib.h
+++ b/lib/isc/include/isc/stdlib.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stdlib.h,v 1.8 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/string.h b/lib/isc/include/isc/string.h
index 4ef3bc59af..43e6af63e1 100644
--- a/lib/isc/include/isc/string.h
+++ b/lib/isc/include/isc/string.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: string.h,v 1.23 2007/09/13 04:48:16 each Exp $ */
diff --git a/lib/isc/include/isc/symtab.h b/lib/isc/include/isc/symtab.h
index e8fdd1f683..cc0d8a9291 100644
--- a/lib/isc/include/isc/symtab.h
+++ b/lib/isc/include/isc/symtab.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1996-2001, 2004-2007, 2009, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h
index f94f608e36..cf0e859f9f 100644
--- a/lib/isc/include/isc/task.h
+++ b/lib/isc/include/isc/task.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2007, 2009-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/taskpool.h b/lib/isc/include/isc/taskpool.h
index 2fd2f240f0..957b215a6c 100644
--- a/lib/isc/include/isc/taskpool.h
+++ b/lib/isc/include/isc/taskpool.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/timer.h b/lib/isc/include/isc/timer.h
index 14f09f1d97..19b8f1274a 100644
--- a/lib/isc/include/isc/timer.h
+++ b/lib/isc/include/isc/timer.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004-2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: timer.h,v 1.43 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isc/include/isc/tm.h b/lib/isc/include/isc/tm.h
index 8e4a59e96c..b6f520cfd9 100644
--- a/lib/isc/include/isc/tm.h
+++ b/lib/isc/include/isc/tm.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_TM_H
diff --git a/lib/isc/include/isc/types.h b/lib/isc/include/isc/types.h
index 6679bbc43c..f161faf7b2 100644
--- a/lib/isc/include/isc/types.h
+++ b/lib/isc/include/isc/types.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/isc/util.h b/lib/isc/include/isc/util.h
index 4796dba9e9..332dc0c2b9 100644
--- a/lib/isc/include/isc/util.h
+++ b/lib/isc/include/isc/util.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004-2007, 2010-2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_UTIL_H
diff --git a/lib/isc/include/isc/version.h b/lib/isc/include/isc/version.h
index 92c623fc48..d92971c61e 100644
--- a/lib/isc/include/isc/version.h
+++ b/lib/isc/include/isc/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.9 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/isc/xml.h b/lib/isc/include/isc/xml.h
index e51677bea3..4df2bb7022 100644
--- a/lib/isc/include/isc/xml.h
+++ b/lib/isc/include/isc/xml.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: xml.h,v 1.4 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/include/pk11/Makefile.in b/lib/isc/include/pk11/Makefile.in
index 6a4f051cf7..041c53bd03 100644
--- a/lib/isc/include/pk11/Makefile.in
+++ b/lib/isc/include/pk11/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isc/include/pk11/README.site b/lib/isc/include/pk11/README.site
index 34e41df7bd..30328f4077 100644
--- a/lib/isc/include/pk11/README.site
+++ b/lib/isc/include/pk11/README.site
@@ -1,9 +1,12 @@
-Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
How to use site.h for the PKCS#11 provider of your HSM
------------------------------------------------------
diff --git a/lib/isc/include/pk11/constants.h b/lib/isc/include/pk11/constants.h
index c9c3cbb852..720bca5da2 100644
--- a/lib/isc/include/pk11/constants.h
+++ b/lib/isc/include/pk11/constants.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/pk11/internal.h b/lib/isc/include/pk11/internal.h
index 7918964385..90b8e7d369 100644
--- a/lib/isc/include/pk11/internal.h
+++ b/lib/isc/include/pk11/internal.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/include/pk11/pk11.h b/lib/isc/include/pk11/pk11.h
index b0d587ec98..b726339858 100644
--- a/lib/isc/include/pk11/pk11.h
+++ b/lib/isc/include/pk11/pk11.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef PK11_PK11_H
diff --git a/lib/isc/include/pk11/result.h b/lib/isc/include/pk11/result.h
index 6226c5f5ed..cce9150321 100644
--- a/lib/isc/include/pk11/result.h
+++ b/lib/isc/include/pk11/result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef PK11_RESULT_H
diff --git a/lib/isc/include/pk11/site.h b/lib/isc/include/pk11/site.h
index b037383926..1d97dbb0a1 100644
--- a/lib/isc/include/pk11/site.h
+++ b/lib/isc/include/pk11/site.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* The documentation about this file is in README.site */
diff --git a/lib/isc/include/pkcs11/Makefile.in b/lib/isc/include/pkcs11/Makefile.in
index f0c5b4205c..ebaf7f7b20 100644
--- a/lib/isc/include/pkcs11/Makefile.in
+++ b/lib/isc/include/pkcs11/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.7 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/isc/include/pkcs11/eddsa.h b/lib/isc/include/pkcs11/eddsa.h
index 9f82158aab..c0b2e9cdab 100644
--- a/lib/isc/include/pkcs11/eddsa.h
+++ b/lib/isc/include/pkcs11/eddsa.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef _EDDSA_H_
diff --git a/lib/isc/inet_aton.c b/lib/isc/inet_aton.c
index 8ed22d14a4..02d451c26a 100644
--- a/lib/isc/inet_aton.c
+++ b/lib/isc/inet_aton.c
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1996-2001, 2004, 2005, 2007, 2008, 2012-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1996-2001, 2004, 2005, 2007, 2008, 2012-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/inet_ntop.c b/lib/isc/inet_ntop.c
index eeb236c5e7..68285447c4 100644
--- a/lib/isc/inet_ntop.c
+++ b/lib/isc/inet_ntop.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1996-2001, 2004, 2005, 2007, 2009, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/inet_pton.c b/lib/isc/inet_pton.c
index ba8770d2ce..5b2eb9b512 100644
--- a/lib/isc/inet_pton.c
+++ b/lib/isc/inet_pton.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1996-2005, 2007, 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/iterated_hash.c b/lib/isc/iterated_hash.c
index 4e7501fd79..4848395ce7 100644
--- a/lib/isc/iterated_hash.c
+++ b/lib/isc/iterated_hash.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2006, 2008, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: iterated_hash.c,v 1.6 2009/02/18 23:47:48 tbox Exp $ */
diff --git a/lib/isc/lex.c b/lib/isc/lex.c
index a1ef62b0fc..ae8d453960 100644
--- a/lib/isc/lex.c
+++ b/lib/isc/lex.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2005, 2007, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lex.c,v 1.86 2007/09/17 09:56:29 shane Exp $ */
diff --git a/lib/isc/lfsr.c b/lib/isc/lfsr.c
index e4dd49cd60..31d140bb05 100644
--- a/lib/isc/lfsr.c
+++ b/lib/isc/lfsr.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lfsr.c,v 1.20 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/lib.c b/lib/isc/lib.c
index 9991093c2a..f816d445a8 100644
--- a/lib/isc/lib.c
+++ b/lib/isc/lib.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lib.c,v 1.16 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/isc/log.c b/lib/isc/log.c
index cabd6b388c..6ee8da1026 100644
--- a/lib/isc/log.c
+++ b/lib/isc/log.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2007, 2009, 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/md5.c b/lib/isc/md5.c
index 6644b25e83..d384fea100 100644
--- a/lib/isc/md5.c
+++ b/lib/isc/md5.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: md5.c,v 1.16 2009/02/06 23:47:42 tbox Exp $ */
diff --git a/lib/isc/mem.c b/lib/isc/mem.c
index 323a4edfc5..9448f04439 100644
--- a/lib/isc/mem.c
+++ b/lib/isc/mem.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2010, 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/mips/Makefile.in b/lib/isc/mips/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/mips/Makefile.in
+++ b/lib/isc/mips/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/mips/include/Makefile.in b/lib/isc/mips/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/mips/include/Makefile.in
+++ b/lib/isc/mips/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/mips/include/isc/Makefile.in b/lib/isc/mips/include/isc/Makefile.in
index 0876355a26..f164aa3c68 100644
--- a/lib/isc/mips/include/isc/Makefile.in
+++ b/lib/isc/mips/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/mips/include/isc/atomic.h b/lib/isc/mips/include/isc/atomic.h
index 1cc4793c62..b905380dfd 100644
--- a/lib/isc/mips/include/isc/atomic.h
+++ b/lib/isc/mips/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.3 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/mutexblock.c b/lib/isc/mutexblock.c
index af74eaa20d..d9d5e4b2ef 100644
--- a/lib/isc/mutexblock.c
+++ b/lib/isc/mutexblock.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/netaddr.c b/lib/isc/netaddr.c
index ed3d047995..ea9ceb34f4 100644
--- a/lib/isc/netaddr.c
+++ b/lib/isc/netaddr.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2010-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/netscope.c b/lib/isc/netscope.c
index 67edcac04e..85a25b6f13 100644
--- a/lib/isc/netscope.c
+++ b/lib/isc/netscope.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/nls/Makefile.in b/lib/isc/nls/Makefile.in
index c35cf6e6d9..9baf0751ce 100644
--- a/lib/isc/nls/Makefile.in
+++ b/lib/isc/nls/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.17 2009/12/05 23:31:41 each Exp $
diff --git a/lib/isc/nls/msgcat.c b/lib/isc/nls/msgcat.c
index 7ba86e8353..60b7aaee27 100644
--- a/lib/isc/nls/msgcat.c
+++ b/lib/isc/nls/msgcat.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: msgcat.c,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/noatomic/Makefile.in b/lib/isc/noatomic/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/noatomic/Makefile.in
+++ b/lib/isc/noatomic/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/noatomic/include/Makefile.in b/lib/isc/noatomic/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/noatomic/include/Makefile.in
+++ b/lib/isc/noatomic/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/noatomic/include/isc/Makefile.in b/lib/isc/noatomic/include/isc/Makefile.in
index 0876355a26..f164aa3c68 100644
--- a/lib/isc/noatomic/include/isc/Makefile.in
+++ b/lib/isc/noatomic/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/noatomic/include/isc/atomic.h b/lib/isc/noatomic/include/isc/atomic.h
index f0796171c2..4bbdc5822e 100644
--- a/lib/isc/noatomic/include/isc/atomic.h
+++ b/lib/isc/noatomic/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.4 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/nothreads/Makefile.in b/lib/isc/nothreads/Makefile.in
index 1498536965..a37a6e7002 100644
--- a/lib/isc/nothreads/Makefile.in
+++ b/lib/isc/nothreads/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2010, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.12 2010/06/09 23:50:58 tbox Exp $
diff --git a/lib/isc/nothreads/condition.c b/lib/isc/nothreads/condition.c
index 6b896fc5c3..63e51ccad9 100644
--- a/lib/isc/nothreads/condition.c
+++ b/lib/isc/nothreads/condition.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: condition.c,v 1.10 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/nothreads/include/Makefile.in b/lib/isc/nothreads/include/Makefile.in
index 75d24debed..e29f6445ee 100644
--- a/lib/isc/nothreads/include/Makefile.in
+++ b/lib/isc/nothreads/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.5 2007/06/19 23:47:18 tbox Exp $
diff --git a/lib/isc/nothreads/include/isc/Makefile.in b/lib/isc/nothreads/include/isc/Makefile.in
index 7f09cebe4c..fe9e8fd196 100644
--- a/lib/isc/nothreads/include/isc/Makefile.in
+++ b/lib/isc/nothreads/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.7 2007/06/19 23:47:18 tbox Exp $
diff --git a/lib/isc/nothreads/include/isc/condition.h b/lib/isc/nothreads/include/isc/condition.h
index bd89913892..bc6d7f430f 100644
--- a/lib/isc/nothreads/include/isc/condition.h
+++ b/lib/isc/nothreads/include/isc/condition.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: condition.h,v 1.6 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/nothreads/include/isc/mutex.h b/lib/isc/nothreads/include/isc/mutex.h
index f749b56bcf..a9c55f6f7d 100644
--- a/lib/isc/nothreads/include/isc/mutex.h
+++ b/lib/isc/nothreads/include/isc/mutex.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISC_MUTEX_H
diff --git a/lib/isc/nothreads/include/isc/once.h b/lib/isc/nothreads/include/isc/once.h
index a62fb9b742..11eaed7024 100644
--- a/lib/isc/nothreads/include/isc/once.h
+++ b/lib/isc/nothreads/include/isc/once.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: once.h,v 1.6 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/nothreads/include/isc/thread.h b/lib/isc/nothreads/include/isc/thread.h
index c4ca050c43..18cd0d07fb 100644
--- a/lib/isc/nothreads/include/isc/thread.h
+++ b/lib/isc/nothreads/include/isc/thread.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: thread.h,v 1.6 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/nothreads/mutex.c b/lib/isc/nothreads/mutex.c
index eab19c804e..200658fdab 100644
--- a/lib/isc/nothreads/mutex.c
+++ b/lib/isc/nothreads/mutex.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mutex.c,v 1.10 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/nothreads/thread.c b/lib/isc/nothreads/thread.c
index 48e17c23a0..88c3e9ad1d 100644
--- a/lib/isc/nothreads/thread.c
+++ b/lib/isc/nothreads/thread.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: thread.c,v 1.5 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/ondestroy.c b/lib/isc/ondestroy.c
index 1a331df762..64d4d9179c 100644
--- a/lib/isc/ondestroy.c
+++ b/lib/isc/ondestroy.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ondestroy.c,v 1.16 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/parseint.c b/lib/isc/parseint.c
index 5135459343..3dac430833 100644
--- a/lib/isc/parseint.c
+++ b/lib/isc/parseint.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2005, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: parseint.c,v 1.8 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/pk11.c b/lib/isc/pk11.c
index bfb9859591..fc75a46154 100644
--- a/lib/isc/pk11.c
+++ b/lib/isc/pk11.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/pk11_result.c b/lib/isc/pk11_result.c
index 518d3d9d8d..33143f89c2 100644
--- a/lib/isc/pk11_result.c
+++ b/lib/isc/pk11_result.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/pool.c b/lib/isc/pool.c
index 05dc916111..05d7754baf 100644
--- a/lib/isc/pool.c
+++ b/lib/isc/pool.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/portset.c b/lib/isc/portset.c
index c7208548ed..5d75bc19ee 100644
--- a/lib/isc/portset.c
+++ b/lib/isc/portset.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2008, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: portset.c,v 1.4 2008/06/24 23:24:35 marka Exp $ */
diff --git a/lib/isc/powerpc/Makefile.in b/lib/isc/powerpc/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/powerpc/Makefile.in
+++ b/lib/isc/powerpc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/powerpc/include/Makefile.in b/lib/isc/powerpc/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/powerpc/include/Makefile.in
+++ b/lib/isc/powerpc/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/powerpc/include/isc/Makefile.in b/lib/isc/powerpc/include/isc/Makefile.in
index 0876355a26..f164aa3c68 100644
--- a/lib/isc/powerpc/include/isc/Makefile.in
+++ b/lib/isc/powerpc/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/powerpc/include/isc/atomic.h b/lib/isc/powerpc/include/isc/atomic.h
index bc8ecdfb3d..24a68af396 100644
--- a/lib/isc/powerpc/include/isc/atomic.h
+++ b/lib/isc/powerpc/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2009, 2011, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/print.c b/lib/isc/print.c
index 76f954b650..55843c4d9d 100644
--- a/lib/isc/print.c
+++ b/lib/isc/print.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2008, 2010, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/pthreads/Makefile.in b/lib/isc/pthreads/Makefile.in
index 1a716aceae..ff328955bf 100644
--- a/lib/isc/pthreads/Makefile.in
+++ b/lib/isc/pthreads/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.22 2009/12/05 23:31:41 each Exp $
diff --git a/lib/isc/pthreads/condition.c b/lib/isc/pthreads/condition.c
index 34a77e0899..2ecbb823cb 100644
--- a/lib/isc/pthreads/condition.c
+++ b/lib/isc/pthreads/condition.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: condition.c,v 1.36 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/pthreads/include/Makefile.in b/lib/isc/pthreads/include/Makefile.in
index fbf1fc6287..2170c767c1 100644
--- a/lib/isc/pthreads/include/Makefile.in
+++ b/lib/isc/pthreads/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.14 2007/06/19 23:47:18 tbox Exp $
diff --git a/lib/isc/pthreads/include/isc/Makefile.in b/lib/isc/pthreads/include/isc/Makefile.in
index cf308664c6..ab9de0d2cc 100644
--- a/lib/isc/pthreads/include/isc/Makefile.in
+++ b/lib/isc/pthreads/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.16 2007/06/19 23:47:18 tbox Exp $
diff --git a/lib/isc/pthreads/include/isc/condition.h b/lib/isc/pthreads/include/isc/condition.h
index 8763bd9b10..c679132446 100644
--- a/lib/isc/pthreads/include/isc/condition.h
+++ b/lib/isc/pthreads/include/isc/condition.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: condition.h,v 1.26 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/pthreads/include/isc/mutex.h b/lib/isc/pthreads/include/isc/mutex.h
index 555d101f19..22e35b7254 100644
--- a/lib/isc/pthreads/include/isc/mutex.h
+++ b/lib/isc/pthreads/include/isc/mutex.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mutex.h,v 1.30 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/pthreads/include/isc/once.h b/lib/isc/pthreads/include/isc/once.h
index 67e9436d31..39987055f2 100644
--- a/lib/isc/pthreads/include/isc/once.h
+++ b/lib/isc/pthreads/include/isc/once.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: once.h,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/pthreads/include/isc/thread.h b/lib/isc/pthreads/include/isc/thread.h
index 30b79c9d61..13e308ead0 100644
--- a/lib/isc/pthreads/include/isc/thread.h
+++ b/lib/isc/pthreads/include/isc/thread.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: thread.h,v 1.26 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c
index ac39c7a6aa..8bb9f7d6ba 100644
--- a/lib/isc/pthreads/mutex.c
+++ b/lib/isc/pthreads/mutex.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2008, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mutex.c,v 1.18 2011/01/04 23:47:14 tbox Exp $ */
diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c
index c07b35976d..32911a780a 100644
--- a/lib/isc/pthreads/thread.c
+++ b/lib/isc/pthreads/thread.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2005, 2007, 2013, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: thread.c,v 1.17 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/quota.c b/lib/isc/quota.c
index 04a922eb35..190186fd6e 100644
--- a/lib/isc/quota.c
+++ b/lib/isc/quota.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: quota.c,v 1.18 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/radix.c b/lib/isc/radix.c
index 415a660dfd..e51800a1e5 100644
--- a/lib/isc/radix.c
+++ b/lib/isc/radix.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2007-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/random.c b/lib/isc/random.c
index e9282749d1..5fa2568ae1 100644
--- a/lib/isc/random.c
+++ b/lib/isc/random.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2013, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*%
diff --git a/lib/isc/ratelimiter.c b/lib/isc/ratelimiter.c
index 6bf086d2c1..d7b01bc260 100644
--- a/lib/isc/ratelimiter.c
+++ b/lib/isc/ratelimiter.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/refcount.c b/lib/isc/refcount.c
index e5820f497e..409809f2a4 100644
--- a/lib/isc/refcount.c
+++ b/lib/isc/refcount.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: refcount.c,v 1.5 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/regex.c b/lib/isc/regex.c
index 4eeab5f0e2..bbe6ed4087 100644
--- a/lib/isc/regex.c
+++ b/lib/isc/regex.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2014.2015, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/region.c b/lib/isc/region.c
index 00bbdd9cf9..73644f7119 100644
--- a/lib/isc/region.c
+++ b/lib/isc/region.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: region.c,v 1.7 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/result.c b/lib/isc/result.c
index 071dac02ec..a707c32a28 100644
--- a/lib/isc/result.c
+++ b/lib/isc/result.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2005, 2007, 2008, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c
index 1ad80e852b..d3f8e788ed 100644
--- a/lib/isc/rwlock.c
+++ b/lib/isc/rwlock.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2005, 2007, 2009, 2011, 2012, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/safe.c b/lib/isc/safe.c
index aaf9cc93fe..5c9e1e2d13 100644
--- a/lib/isc/safe.c
+++ b/lib/isc/safe.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/serial.c b/lib/isc/serial.c
index 327197e5eb..fb6611f7a8 100644
--- a/lib/isc/serial.c
+++ b/lib/isc/serial.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: serial.c,v 1.12 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/sha1.c b/lib/isc/sha1.c
index 91a55c599e..4caefd2ff4 100644
--- a/lib/isc/sha1.c
+++ b/lib/isc/sha1.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2005, 2007, 2009, 2011, 2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/sha2.c b/lib/isc/sha2.c
index ab977ac58a..9439fb80b9 100644
--- a/lib/isc/sha2.c
+++ b/lib/isc/sha2.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005-2007, 2009, 2011, 2012, 2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/sockaddr.c b/lib/isc/sockaddr.c
index 04e2f7f63d..5bd405016e 100644
--- a/lib/isc/sockaddr.c
+++ b/lib/isc/sockaddr.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2007, 2010-2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/socket_api.c b/lib/isc/socket_api.c
index 62a72dc415..f740c21bf1 100644
--- a/lib/isc/socket_api.c
+++ b/lib/isc/socket_api.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/sparc64/Makefile.in b/lib/isc/sparc64/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/sparc64/Makefile.in
+++ b/lib/isc/sparc64/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/sparc64/include/Makefile.in b/lib/isc/sparc64/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/sparc64/include/Makefile.in
+++ b/lib/isc/sparc64/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/sparc64/include/isc/Makefile.in b/lib/isc/sparc64/include/isc/Makefile.in
index 0eac507848..3d49e79d82 100644
--- a/lib/isc/sparc64/include/isc/Makefile.in
+++ b/lib/isc/sparc64/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/sparc64/include/isc/atomic.h b/lib/isc/sparc64/include/isc/atomic.h
index c9e50fb0a2..0aea98f91e 100644
--- a/lib/isc/sparc64/include/isc/atomic.h
+++ b/lib/isc/sparc64/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.5 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/stats.c b/lib/isc/stats.c
index 2a8b165ece..a43eca2200 100644
--- a/lib/isc/stats.c
+++ b/lib/isc/stats.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/string.c b/lib/isc/string.c
index 2501d6c864..eab78c20b0 100644
--- a/lib/isc/string.c
+++ b/lib/isc/string.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2007, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/strtoul.c b/lib/isc/strtoul.c
index d376fdb52e..293008112c 100644
--- a/lib/isc/strtoul.c
+++ b/lib/isc/strtoul.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/symtab.c b/lib/isc/symtab.c
index 9e8643fa36..0fcfb16937 100644
--- a/lib/isc/symtab.c
+++ b/lib/isc/symtab.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1996-2001, 2004, 2005, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/task.c b/lib/isc/task.c
index e34249e201..a3df22388a 100644
--- a/lib/isc/task.c
+++ b/lib/isc/task.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2017, 1018, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/lib/isc/task_p.h b/lib/isc/task_p.h
index f2f426f21d..a559ec233a 100644
--- a/lib/isc/task_p.h
+++ b/lib/isc/task_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/taskpool.c b/lib/isc/taskpool.c
index 7fc2547b5f..c769f77d2d 100644
--- a/lib/isc/taskpool.c
+++ b/lib/isc/taskpool.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/tests/Makefile.in b/lib/isc/tests/Makefile.in
index e55422b378..add8068dcb 100644
--- a/lib/isc/tests/Makefile.in
+++ b/lib/isc/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isc/tests/aes_test.c b/lib/isc/tests/aes_test.c
index d943ba7efb..e407f77ea7 100644
--- a/lib/isc/tests/aes_test.c
+++ b/lib/isc/tests/aes_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/tests/atomic_test.c b/lib/isc/tests/atomic_test.c
index c19f1a4e0b..361c3b18d8 100644
--- a/lib/isc/tests/atomic_test.c
+++ b/lib/isc/tests/atomic_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/buffer_test.c b/lib/isc/tests/buffer_test.c
index a5341d0065..a799924b2d 100644
--- a/lib/isc/tests/buffer_test.c
+++ b/lib/isc/tests/buffer_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/counter_test.c b/lib/isc/tests/counter_test.c
index 3ddc6d3003..f2a5bcd031 100644
--- a/lib/isc/tests/counter_test.c
+++ b/lib/isc/tests/counter_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/errno_test.c b/lib/isc/tests/errno_test.c
index 253a857d6c..e45bdd8035 100644
--- a/lib/isc/tests/errno_test.c
+++ b/lib/isc/tests/errno_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/file_test.c b/lib/isc/tests/file_test.c
index 6c7f8268b9..1fe5a4e5b9 100644
--- a/lib/isc/tests/file_test.c
+++ b/lib/isc/tests/file_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/hash_test.c b/lib/isc/tests/hash_test.c
index 5b8a374827..18759903be 100644
--- a/lib/isc/tests/hash_test.c
+++ b/lib/isc/tests/hash_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/isc/tests/heap_test.c b/lib/isc/tests/heap_test.c
index a34b5c46f2..d6490aad33 100644
--- a/lib/isc/tests/heap_test.c
+++ b/lib/isc/tests/heap_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/isc/tests/ht_test.c b/lib/isc/tests/ht_test.c
index c2a96f2d60..4b069ef68a 100644
--- a/lib/isc/tests/ht_test.c
+++ b/lib/isc/tests/ht_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/isc/tests/inet_ntop_test.c b/lib/isc/tests/inet_ntop_test.c
index 400e7a2608..2bfe9deb95 100644
--- a/lib/isc/tests/inet_ntop_test.c
+++ b/lib/isc/tests/inet_ntop_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/isctest.c b/lib/isc/tests/isctest.c
index 44c0a863f2..bb1a6245b2 100644
--- a/lib/isc/tests/isctest.c
+++ b/lib/isc/tests/isctest.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2014, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/isctest.h b/lib/isc/tests/isctest.h
index ffd7cd5a84..b596993ccb 100644
--- a/lib/isc/tests/isctest.h
+++ b/lib/isc/tests/isctest.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/lex_test.c b/lib/isc/tests/lex_test.c
index 3462a75388..1315022634 100644
--- a/lib/isc/tests/lex_test.c
+++ b/lib/isc/tests/lex_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/mem_test.c b/lib/isc/tests/mem_test.c
index 0958a9a4d1..ed4b83863d 100644
--- a/lib/isc/tests/mem_test.c
+++ b/lib/isc/tests/mem_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/netaddr_test.c b/lib/isc/tests/netaddr_test.c
index e7d53a2ff0..adfb48cfaa 100644
--- a/lib/isc/tests/netaddr_test.c
+++ b/lib/isc/tests/netaddr_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* ! \file */
diff --git a/lib/isc/tests/parse_test.c b/lib/isc/tests/parse_test.c
index a5b0d70d42..9409dd0e90 100644
--- a/lib/isc/tests/parse_test.c
+++ b/lib/isc/tests/parse_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/pool_test.c b/lib/isc/tests/pool_test.c
index 4e012545f8..0d24779920 100644
--- a/lib/isc/tests/pool_test.c
+++ b/lib/isc/tests/pool_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/print_test.c b/lib/isc/tests/print_test.c
index d6f3a38cf0..dbbeb0f619 100644
--- a/lib/isc/tests/print_test.c
+++ b/lib/isc/tests/print_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/queue_test.c b/lib/isc/tests/queue_test.c
index 2612c5abf4..36bdb9fa50 100644
--- a/lib/isc/tests/queue_test.c
+++ b/lib/isc/tests/queue_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/radix_test.c b/lib/isc/tests/radix_test.c
index f7426f05a4..6ca730dff5 100644
--- a/lib/isc/tests/radix_test.c
+++ b/lib/isc/tests/radix_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/random_test.c b/lib/isc/tests/random_test.c
index 26f88ff0e5..af7c408acd 100644
--- a/lib/isc/tests/random_test.c
+++ b/lib/isc/tests/random_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/tests/regex_test.c b/lib/isc/tests/regex_test.c
index 7e3b702885..b5e88b31f4 100644
--- a/lib/isc/tests/regex_test.c
+++ b/lib/isc/tests/regex_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/result_test.c b/lib/isc/tests/result_test.c
index a2a9e67a14..cfaabb325f 100644
--- a/lib/isc/tests/result_test.c
+++ b/lib/isc/tests/result_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/safe_test.c b/lib/isc/tests/safe_test.c
index b1dca67e37..90d3ac578c 100644
--- a/lib/isc/tests/safe_test.c
+++ b/lib/isc/tests/safe_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/tests/sockaddr_test.c b/lib/isc/tests/sockaddr_test.c
index c8b9aa573e..59b7275211 100644
--- a/lib/isc/tests/sockaddr_test.c
+++ b/lib/isc/tests/sockaddr_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2012, 2015-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/socket_test.c b/lib/isc/tests/socket_test.c
index 5cca11ecc2..8122e1bcc1 100644
--- a/lib/isc/tests/socket_test.c
+++ b/lib/isc/tests/socket_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/symtab_test.c b/lib/isc/tests/symtab_test.c
index a8cb379a86..41b7bd6308 100644
--- a/lib/isc/tests/symtab_test.c
+++ b/lib/isc/tests/symtab_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/task_test.c b/lib/isc/tests/task_test.c
index 1d9a2bc757..d477afa61e 100644
--- a/lib/isc/tests/task_test.c
+++ b/lib/isc/tests/task_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/taskpool_test.c b/lib/isc/tests/taskpool_test.c
index 93e8046995..e89da377f5 100644
--- a/lib/isc/tests/taskpool_test.c
+++ b/lib/isc/tests/taskpool_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2011, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/tests/time_test.c b/lib/isc/tests/time_test.c
index 810c77c6e7..c548869dda 100644
--- a/lib/isc/tests/time_test.c
+++ b/lib/isc/tests/time_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/tests/timer_test.c b/lib/isc/tests/timer_test.c
index d8d2e408a7..c707ef8fdf 100644
--- a/lib/isc/tests/timer_test.c
+++ b/lib/isc/tests/timer_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/timer.c b/lib/isc/timer.c
index 490b32abfe..91d2cd57ee 100644
--- a/lib/isc/timer.c
+++ b/lib/isc/timer.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2002, 2004, 2005, 2007-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/timer_p.h b/lib/isc/timer_p.h
index 5ae531821a..815f6115d9 100644
--- a/lib/isc/timer_p.h
+++ b/lib/isc/timer_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: timer_p.h,v 1.12 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/isc/tm.c b/lib/isc/tm.c
index f4f65b49bf..c39039663d 100644
--- a/lib/isc/tm.c
+++ b/lib/isc/tm.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*-
diff --git a/lib/isc/unix/Makefile.in b/lib/isc/unix/Makefile.in
index 42299a76db..bdd7bfd650 100644
--- a/lib/isc/unix/Makefile.in
+++ b/lib/isc/unix/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2009, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isc/unix/app.c b/lib/isc/unix/app.c
index 5546922990..bace2bd559 100644
--- a/lib/isc/unix/app.c
+++ b/lib/isc/unix/app.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007-2009, 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/unix/dir.c b/lib/isc/unix/dir.c
index bd06c6b50b..b796049bc9 100644
--- a/lib/isc/unix/dir.c
+++ b/lib/isc/unix/dir.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007-2009, 2011, 2012, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file
diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c
index b4b19fffb5..bb49370470 100644
--- a/lib/isc/unix/entropy.c
+++ b/lib/isc/unix/entropy.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2008, 2012, 2016-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* \file unix/entropy.c
diff --git a/lib/isc/unix/errno.c b/lib/isc/unix/errno.c
index c5f1c56736..7104c26515 100644
--- a/lib/isc/unix/errno.c
+++ b/lib/isc/unix/errno.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/unix/errno2result.c b/lib/isc/unix/errno2result.c
index f69087b2cb..e6c438d304 100644
--- a/lib/isc/unix/errno2result.c
+++ b/lib/isc/unix/errno2result.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/unix/errno2result.h b/lib/isc/unix/errno2result.h
index 68d0756bac..2fff9f2925 100644
--- a/lib/isc/unix/errno2result.h
+++ b/lib/isc/unix/errno2result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef UNIX_ERRNO2RESULT_H
diff --git a/lib/isc/unix/file.c b/lib/isc/unix/file.c
index 0483ad5e74..1da8b16297 100644
--- a/lib/isc/unix/file.c
+++ b/lib/isc/unix/file.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/isc/unix/fsaccess.c b/lib/isc/unix/fsaccess.c
index eba4094968..abe568f506 100644
--- a/lib/isc/unix/fsaccess.c
+++ b/lib/isc/unix/fsaccess.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: fsaccess.c,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/unix/ifiter_getifaddrs.c b/lib/isc/unix/ifiter_getifaddrs.c
index 7bfdaa5d67..af6b971167 100644
--- a/lib/isc/unix/ifiter_getifaddrs.c
+++ b/lib/isc/unix/ifiter_getifaddrs.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007-2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ifiter_getifaddrs.c,v 1.13 2009/09/24 23:48:13 tbox Exp $ */
diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c
index cd1becd5c3..6b6ab8ac34 100644
--- a/lib/isc/unix/ifiter_ioctl.c
+++ b/lib/isc/unix/ifiter_ioctl.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2009, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ifiter_ioctl.c,v 1.62 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/unix/ifiter_sysctl.c b/lib/isc/unix/ifiter_sysctl.c
index 8365e49c53..b0945cdd94 100644
--- a/lib/isc/unix/ifiter_sysctl.c
+++ b/lib/isc/unix/ifiter_sysctl.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ifiter_sysctl.c,v 1.25 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/unix/include/Makefile.in b/lib/isc/unix/include/Makefile.in
index 078ab1e3ff..81703f09f7 100644
--- a/lib/isc/unix/include/Makefile.in
+++ b/lib/isc/unix/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.14 2007/06/19 23:47:18 tbox Exp $
diff --git a/lib/isc/unix/include/isc/Makefile.in b/lib/isc/unix/include/isc/Makefile.in
index 9f108665cf..deff70ef57 100644
--- a/lib/isc/unix/include/isc/Makefile.in
+++ b/lib/isc/unix/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.30 2007/06/19 23:47:19 tbox Exp $
diff --git a/lib/isc/unix/include/isc/dir.h b/lib/isc/unix/include/isc/dir.h
index 87e9b0156a..1d691be36f 100644
--- a/lib/isc/unix/include/isc/dir.h
+++ b/lib/isc/unix/include/isc/dir.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dir.h,v 1.21 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/int.h b/lib/isc/unix/include/isc/int.h
index 1b4a318158..fdf4d18a2d 100644
--- a/lib/isc/unix/include/isc/int.h
+++ b/lib/isc/unix/include/isc/int.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: int.h,v 1.16 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/keyboard.h b/lib/isc/unix/include/isc/keyboard.h
index 7147dbdacf..c04e791c9c 100644
--- a/lib/isc/unix/include/isc/keyboard.h
+++ b/lib/isc/unix/include/isc/keyboard.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keyboard.h,v 1.11 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h
index 66f59cfeb0..3dd792bef0 100644
--- a/lib/isc/unix/include/isc/net.h
+++ b/lib/isc/unix/include/isc/net.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2008, 2012-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/unix/include/isc/netdb.h b/lib/isc/unix/include/isc/netdb.h
index a3e49607cb..43f45c4d5f 100644
--- a/lib/isc/unix/include/isc/netdb.h
+++ b/lib/isc/unix/include/isc/netdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netdb.h,v 1.11 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/offset.h b/lib/isc/unix/include/isc/offset.h
index d63ae99f9f..72e079635f 100644
--- a/lib/isc/unix/include/isc/offset.h
+++ b/lib/isc/unix/include/isc/offset.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: offset.h,v 1.17 2008/12/01 23:47:45 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/stat.h b/lib/isc/unix/include/isc/stat.h
index a4459f1b1e..85957d25e3 100644
--- a/lib/isc/unix/include/isc/stat.h
+++ b/lib/isc/unix/include/isc/stat.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2004, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stat.h,v 1.5 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/stdtime.h b/lib/isc/unix/include/isc/stdtime.h
index 8d97c603f9..cdefa95d80 100644
--- a/lib/isc/unix/include/isc/stdtime.h
+++ b/lib/isc/unix/include/isc/stdtime.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/unix/include/isc/strerror.h b/lib/isc/unix/include/isc/strerror.h
index d2a2d1b52e..43578bb067 100644
--- a/lib/isc/unix/include/isc/strerror.h
+++ b/lib/isc/unix/include/isc/strerror.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: strerror.h,v 1.10 2008/12/01 23:47:45 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/syslog.h b/lib/isc/unix/include/isc/syslog.h
index c50a9269b3..667927f6da 100644
--- a/lib/isc/unix/include/isc/syslog.h
+++ b/lib/isc/unix/include/isc/syslog.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: syslog.h,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/unix/include/isc/time.h b/lib/isc/unix/include/isc/time.h
index 939db5d761..e02f056dba 100644
--- a/lib/isc/unix/include/isc/time.h
+++ b/lib/isc/unix/include/isc/time.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004-2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: time.h,v 1.40 2009/01/05 23:47:54 tbox Exp $ */
diff --git a/lib/isc/unix/include/pkcs11/Makefile.in b/lib/isc/unix/include/pkcs11/Makefile.in
index bb31f49cf3..24470ed5c4 100644
--- a/lib/isc/unix/include/pkcs11/Makefile.in
+++ b/lib/isc/unix/include/pkcs11/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/isc/unix/interfaceiter.c b/lib/isc/unix/interfaceiter.c
index 330545ae0c..6ab0eddee6 100644
--- a/lib/isc/unix/interfaceiter.c
+++ b/lib/isc/unix/interfaceiter.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2008, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: interfaceiter.c,v 1.45 2008/12/01 03:51:47 marka Exp $ */
diff --git a/lib/isc/unix/ipv6.c b/lib/isc/unix/ipv6.c
index dab261999e..94cc187a8b 100644
--- a/lib/isc/unix/ipv6.c
+++ b/lib/isc/unix/ipv6.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ipv6.c,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/unix/keyboard.c b/lib/isc/unix/keyboard.c
index a6b163f66a..b95ae1086b 100644
--- a/lib/isc/unix/keyboard.c
+++ b/lib/isc/unix/keyboard.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keyboard.c,v 1.13 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/unix/meminfo.c b/lib/isc/unix/meminfo.c
index 7706841b8b..f788c7855d 100644
--- a/lib/isc/unix/meminfo.c
+++ b/lib/isc/unix/meminfo.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c
index dcf6e9ff7b..c7f24ad3f9 100644
--- a/lib/isc/unix/net.c
+++ b/lib/isc/unix/net.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2008, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/unix/os.c b/lib/isc/unix/os.c
index c8e90e420e..dce2123656 100644
--- a/lib/isc/unix/os.c
+++ b/lib/isc/unix/os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.c,v 1.18 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/unix/pk11_api.c b/lib/isc/unix/pk11_api.c
index ca07a4c662..7b23075ada 100644
--- a/lib/isc/unix/pk11_api.c
+++ b/lib/isc/unix/pk11_api.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/unix/resource.c b/lib/isc/unix/resource.c
index e7837478ef..9975a541ae 100644
--- a/lib/isc/unix/resource.c
+++ b/lib/isc/unix/resource.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007-2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: resource.c,v 1.23 2009/02/13 23:48:14 tbox Exp $ */
diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c
index dc2c187356..7fe982d493 100644
--- a/lib/isc/unix/socket.c
+++ b/lib/isc/unix/socket.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/unix/socket_p.h b/lib/isc/unix/socket_p.h
index 4ff479e0e5..acd7297178 100644
--- a/lib/isc/unix/socket_p.h
+++ b/lib/isc/unix/socket_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007-2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: socket_p.h,v 1.15 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c
index 23e1d03afc..4008567097 100644
--- a/lib/isc/unix/stdio.c
+++ b/lib/isc/unix/stdio.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2011-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/unix/stdtime.c b/lib/isc/unix/stdtime.c
index c9e403a52a..d7917ef399 100644
--- a/lib/isc/unix/stdtime.c
+++ b/lib/isc/unix/stdtime.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stdtime.c,v 1.19 2007/06/19 23:47:18 tbox Exp $ */
diff --git a/lib/isc/unix/strerror.c b/lib/isc/unix/strerror.c
index 056901a874..2cbb6fe68e 100644
--- a/lib/isc/unix/strerror.c
+++ b/lib/isc/unix/strerror.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: strerror.c,v 1.10 2009/02/16 23:48:04 tbox Exp $ */
diff --git a/lib/isc/unix/syslog.c b/lib/isc/unix/syslog.c
index 65e91634cd..bc845c6c1c 100644
--- a/lib/isc/unix/syslog.c
+++ b/lib/isc/unix/syslog.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: syslog.c,v 1.8 2007/09/13 04:45:18 each Exp $ */
diff --git a/lib/isc/unix/time.c b/lib/isc/unix/time.c
index 792a7dfa6e..80e033032a 100644
--- a/lib/isc/unix/time.c
+++ b/lib/isc/unix/time.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003-2008, 2011, 2012, 2014-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/version.c b/lib/isc/version.c
index 87a2fbe9d0..3bc2d7160d 100644
--- a/lib/isc/version.c
+++ b/lib/isc/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.15 2007/06/19 23:47:17 tbox Exp $ */
diff --git a/lib/isc/win32/DLLMain.c b/lib/isc/win32/DLLMain.c
index 25d73ab565..eb1342dd35 100644
--- a/lib/isc/win32/DLLMain.c
+++ b/lib/isc/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DLLMain.c,v 1.7 2007/06/18 23:47:49 tbox Exp $ */
diff --git a/lib/isc/win32/Makefile.in b/lib/isc/win32/Makefile.in
index a8824b8eaa..19b46bdec4 100644
--- a/lib/isc/win32/Makefile.in
+++ b/lib/isc/win32/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isc/win32/app.c b/lib/isc/win32/app.c
index 5a6748019c..5985e3ba91 100644
--- a/lib/isc/win32/app.c
+++ b/lib/isc/win32/app.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2009, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: app.c,v 1.9 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isc/win32/condition.c b/lib/isc/win32/condition.c
index 696a20c2e1..7a38852a27 100644
--- a/lib/isc/win32/condition.c
+++ b/lib/isc/win32/condition.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: condition.c,v 1.23 2007/06/18 23:47:49 tbox Exp $ */
diff --git a/lib/isc/win32/dir.c b/lib/isc/win32/dir.c
index c0bb79bac8..3ebef960cb 100644
--- a/lib/isc/win32/dir.c
+++ b/lib/isc/win32/dir.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007-2009, 2011-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/entropy.c b/lib/isc/win32/entropy.c
index 5b5bee7d68..26faf99595 100644
--- a/lib/isc/win32/entropy.c
+++ b/lib/isc/win32/entropy.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: entropy.c,v 1.10 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/win32/errno.c b/lib/isc/win32/errno.c
index 5c454966f3..864be74764 100644
--- a/lib/isc/win32/errno.c
+++ b/lib/isc/win32/errno.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isc/win32/errno2result.c b/lib/isc/win32/errno2result.c
index 283a818195..4026917f62 100644
--- a/lib/isc/win32/errno2result.c
+++ b/lib/isc/win32/errno2result.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2008, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: errno2result.c,v 1.17 2008/09/12 04:46:25 marka Exp $ */
diff --git a/lib/isc/win32/errno2result.h b/lib/isc/win32/errno2result.h
index bb78344529..ec1f73754d 100644
--- a/lib/isc/win32/errno2result.h
+++ b/lib/isc/win32/errno2result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: errno2result.h,v 1.10 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c
index 8c9de08e4b..99a3c05db4 100644
--- a/lib/isc/win32/file.c
+++ b/lib/isc/win32/file.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/fsaccess.c b/lib/isc/win32/fsaccess.c
index de3e6c9e00..5944f54355 100644
--- a/lib/isc/win32/fsaccess.c
+++ b/lib/isc/win32/fsaccess.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2007, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: fsaccess.c,v 1.15 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/include/Makefile.in b/lib/isc/win32/include/Makefile.in
index 2c76a9ef44..291e81a6a0 100644
--- a/lib/isc/win32/include/Makefile.in
+++ b/lib/isc/win32/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.9 2007/06/19 23:47:19 tbox Exp $
diff --git a/lib/isc/win32/include/isc/Makefile.in b/lib/isc/win32/include/isc/Makefile.in
index d9fcce22a5..ee31fe8db3 100644
--- a/lib/isc/win32/include/isc/Makefile.in
+++ b/lib/isc/win32/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2007, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.11 2007/06/19 23:47:20 tbox Exp $
diff --git a/lib/isc/win32/include/isc/atomic.h b/lib/isc/win32/include/isc/atomic.h
index 0b8cf74810..50e435a5c0 100644
--- a/lib/isc/win32/include/isc/atomic.h
+++ b/lib/isc/win32/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/include/isc/bind_registry.h b/lib/isc/win32/include/isc/bind_registry.h
index d2d0fcd883..e77eebe498 100644
--- a/lib/isc/win32/include/isc/bind_registry.h
+++ b/lib/isc/win32/include/isc/bind_registry.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bind_registry.h,v 1.8 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/bindevt.h b/lib/isc/win32/include/isc/bindevt.h
index ef01647c18..1b5aba8eef 100644
--- a/lib/isc/win32/include/isc/bindevt.h
+++ b/lib/isc/win32/include/isc/bindevt.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bindevt.h,v 1.6 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/condition.h b/lib/isc/win32/include/isc/condition.h
index 0f75f9de65..d18ed9d532 100644
--- a/lib/isc/win32/include/isc/condition.h
+++ b/lib/isc/win32/include/isc/condition.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: condition.h,v 1.17 2007/06/18 23:47:49 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/dir.h b/lib/isc/win32/include/isc/dir.h
index f55f85f0e3..d1b9203b10 100644
--- a/lib/isc/win32/include/isc/dir.h
+++ b/lib/isc/win32/include/isc/dir.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dir.h,v 1.15 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/int.h b/lib/isc/win32/include/isc/int.h
index 4c1c4a43dc..c71f8a46ba 100644
--- a/lib/isc/win32/include/isc/int.h
+++ b/lib/isc/win32/include/isc/int.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: int.h,v 1.13 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/ipv6.h b/lib/isc/win32/include/isc/ipv6.h
index 2b56a0d2a6..014d4ecadf 100644
--- a/lib/isc/win32/include/isc/ipv6.h
+++ b/lib/isc/win32/include/isc/ipv6.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/include/isc/keyboard.h b/lib/isc/win32/include/isc/keyboard.h
index 7707aa9e92..c387ff2fec 100644
--- a/lib/isc/win32/include/isc/keyboard.h
+++ b/lib/isc/win32/include/isc/keyboard.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keyboard.h,v 1.6 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/mutex.h b/lib/isc/win32/include/isc/mutex.h
index 18b87705e7..dee5ac9c3a 100644
--- a/lib/isc/win32/include/isc/mutex.h
+++ b/lib/isc/win32/include/isc/mutex.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007-2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: mutex.h,v 1.22 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/net.h b/lib/isc/win32/include/isc/net.h
index 85c7393f5a..a42a942b1e 100644
--- a/lib/isc/win32/include/isc/net.h
+++ b/lib/isc/win32/include/isc/net.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2008, 2012, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/include/isc/netdb.h b/lib/isc/win32/include/isc/netdb.h
index 9e98c3cab8..4765937fe1 100644
--- a/lib/isc/win32/include/isc/netdb.h
+++ b/lib/isc/win32/include/isc/netdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netdb.h,v 1.9 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/ntgroups.h b/lib/isc/win32/include/isc/ntgroups.h
index 7a9e6e7cf7..e1be8c8ece 100644
--- a/lib/isc/win32/include/isc/ntgroups.h
+++ b/lib/isc/win32/include/isc/ntgroups.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ntgroups.h,v 1.5 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/ntpaths.h b/lib/isc/win32/include/isc/ntpaths.h
index 1ae9bd030e..f57027cc1b 100644
--- a/lib/isc/win32/include/isc/ntpaths.h
+++ b/lib/isc/win32/include/isc/ntpaths.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ntpaths.h,v 1.20 2009/07/14 22:54:57 each Exp $ */
diff --git a/lib/isc/win32/include/isc/offset.h b/lib/isc/win32/include/isc/offset.h
index ef26ea96a9..2206934b7f 100644
--- a/lib/isc/win32/include/isc/offset.h
+++ b/lib/isc/win32/include/isc/offset.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: offset.h,v 1.6 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/once.h b/lib/isc/win32/include/isc/once.h
index 91fe9613f8..750dbfd1e4 100644
--- a/lib/isc/win32/include/isc/once.h
+++ b/lib/isc/win32/include/isc/once.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: once.h,v 1.9 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/platform.h.in b/lib/isc/win32/include/isc/platform.h.in
index 1ddadeb326..454793fb7e 100644
--- a/lib/isc/win32/include/isc/platform.h.in
+++ b/lib/isc/win32/include/isc/platform.h.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2005, 2007-2009, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: platform.h,v 1.19 2009/09/29 23:48:04 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/stat.h b/lib/isc/win32/include/isc/stat.h
index 9acc1fbae4..bc4195d297 100644
--- a/lib/isc/win32/include/isc/stat.h
+++ b/lib/isc/win32/include/isc/stat.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003, 2004, 2007, 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stat.h,v 1.9 2009/10/01 23:48:08 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/stdtime.h b/lib/isc/win32/include/isc/stdtime.h
index d7dcdbde2c..eccef90394 100644
--- a/lib/isc/win32/include/isc/stdtime.h
+++ b/lib/isc/win32/include/isc/stdtime.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/include/isc/strerror.h b/lib/isc/win32/include/isc/strerror.h
index 4e05514970..e94deab5fd 100644
--- a/lib/isc/win32/include/isc/strerror.h
+++ b/lib/isc/win32/include/isc/strerror.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: strerror.h,v 1.5 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/syslog.h b/lib/isc/win32/include/isc/syslog.h
index ea48a498c8..95b699503e 100644
--- a/lib/isc/win32/include/isc/syslog.h
+++ b/lib/isc/win32/include/isc/syslog.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: syslog.h,v 1.5 2007/06/19 23:47:20 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/thread.h b/lib/isc/win32/include/isc/thread.h
index 59de705aaa..e85085d0af 100644
--- a/lib/isc/win32/include/isc/thread.h
+++ b/lib/isc/win32/include/isc/thread.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2009, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: thread.h,v 1.25 2009/09/29 04:37:08 marka Exp $ */
diff --git a/lib/isc/win32/include/isc/time.h b/lib/isc/win32/include/isc/time.h
index 4e10a3837e..7dc2d78ab4 100644
--- a/lib/isc/win32/include/isc/time.h
+++ b/lib/isc/win32/include/isc/time.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2006-2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: time.h,v 1.35 2009/01/05 23:47:54 tbox Exp $ */
diff --git a/lib/isc/win32/include/isc/win32os.h b/lib/isc/win32/include/isc/win32os.h
index ba37264bc3..86b4c0c81b 100644
--- a/lib/isc/win32/include/isc/win32os.h
+++ b/lib/isc/win32/include/isc/win32os.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2007, 2009, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: win32os.h,v 1.7 2009/06/25 23:48:02 tbox Exp $ */
diff --git a/lib/isc/win32/include/pkcs11/Makefile.in b/lib/isc/win32/include/pkcs11/Makefile.in
index f03861aad1..111460f6c4 100644
--- a/lib/isc/win32/include/pkcs11/Makefile.in
+++ b/lib/isc/win32/include/pkcs11/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/isc/win32/interfaceiter.c b/lib/isc/win32/interfaceiter.c
index 8213eba0d4..08f96f43d9 100644
--- a/lib/isc/win32/interfaceiter.c
+++ b/lib/isc/win32/interfaceiter.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007-2009, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: interfaceiter.c,v 1.15 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/win32/ipv6.c b/lib/isc/win32/ipv6.c
index 24072fdffa..66284291c0 100644
--- a/lib/isc/win32/ipv6.c
+++ b/lib/isc/win32/ipv6.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ipv6.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/keyboard.c b/lib/isc/win32/keyboard.c
index 0f7a8fcf0b..0edec85c23 100644
--- a/lib/isc/win32/keyboard.c
+++ b/lib/isc/win32/keyboard.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: keyboard.c,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/libgen.h b/lib/isc/win32/libgen.h
index 8a0bee7258..9f16865f85 100644
--- a/lib/isc/win32/libgen.h
+++ b/lib/isc/win32/libgen.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: libgen.h,v 1.3 2009/07/17 23:47:41 tbox Exp $ */
diff --git a/lib/isc/win32/meminfo.c b/lib/isc/win32/meminfo.c
index f55f60f718..644ba4e5e2 100644
--- a/lib/isc/win32/meminfo.c
+++ b/lib/isc/win32/meminfo.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/win32/net.c b/lib/isc/win32/net.c
index 85cb650d3f..152d328c10 100644
--- a/lib/isc/win32/net.c
+++ b/lib/isc/win32/net.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/netdb.h b/lib/isc/win32/netdb.h
index 6eea5057cb..f794aa6684 100644
--- a/lib/isc/win32/netdb.h
+++ b/lib/isc/win32/netdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netdb.h,v 1.9 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isc/win32/ntgroups.c b/lib/isc/win32/ntgroups.c
index 447dc8254f..5ec5c292e7 100644
--- a/lib/isc/win32/ntgroups.c
+++ b/lib/isc/win32/ntgroups.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2006, 2007, 2009, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ntgroups.c,v 1.12 2009/09/29 23:48:04 tbox Exp $ */
diff --git a/lib/isc/win32/ntpaths.c b/lib/isc/win32/ntpaths.c
index 7c34de7be8..6961c77d37 100644
--- a/lib/isc/win32/ntpaths.c
+++ b/lib/isc/win32/ntpaths.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2009, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ntpaths.c,v 1.15 2009/07/14 22:54:57 each Exp $ */
diff --git a/lib/isc/win32/once.c b/lib/isc/win32/once.c
index 4a4607a217..7d4b783068 100644
--- a/lib/isc/win32/once.c
+++ b/lib/isc/win32/once.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: once.c,v 1.12 2007/06/18 23:47:49 tbox Exp $ */
diff --git a/lib/isc/win32/os.c b/lib/isc/win32/os.c
index 9b73ca7706..d50dc84cdb 100644
--- a/lib/isc/win32/os.c
+++ b/lib/isc/win32/os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/pk11_api.c b/lib/isc/win32/pk11_api.c
index c01967a76c..e444a6acc0 100644
--- a/lib/isc/win32/pk11_api.c
+++ b/lib/isc/win32/pk11_api.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/resource.c b/lib/isc/win32/resource.c
index 3202823e47..640d668de6 100644
--- a/lib/isc/win32/resource.c
+++ b/lib/isc/win32/resource.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: resource.c,v 1.10 2008/07/11 23:47:09 tbox Exp $ */
diff --git a/lib/isc/win32/socket.c b/lib/isc/win32/socket.c
index 3dd1c4014d..79c5457e73 100644
--- a/lib/isc/win32/socket.c
+++ b/lib/isc/win32/socket.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isc/win32/stdio.c b/lib/isc/win32/stdio.c
index a03a37ae48..7b3e570c1a 100644
--- a/lib/isc/win32/stdio.c
+++ b/lib/isc/win32/stdio.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stdio.c,v 1.6 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/stdtime.c b/lib/isc/win32/stdtime.c
index 89a3e0b9c4..a4201b6ce9 100644
--- a/lib/isc/win32/stdtime.c
+++ b/lib/isc/win32/stdtime.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: stdtime.c,v 1.12 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/strerror.c b/lib/isc/win32/strerror.c
index 76908448c0..137088a1d6 100644
--- a/lib/isc/win32/strerror.c
+++ b/lib/isc/win32/strerror.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: strerror.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/syslog.c b/lib/isc/win32/syslog.c
index 706321ffca..d2a1eaa641 100644
--- a/lib/isc/win32/syslog.c
+++ b/lib/isc/win32/syslog.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001-2004, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: syslog.c,v 1.10 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/syslog.h b/lib/isc/win32/syslog.h
index f80bb26ad0..cef1f0b309 100644
--- a/lib/isc/win32/syslog.h
+++ b/lib/isc/win32/syslog.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2002, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: syslog.h,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c
index 6b656435ce..ebc2f2936f 100644
--- a/lib/isc/win32/thread.c
+++ b/lib/isc/win32/thread.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c
index 73f9668e8a..e9ef806430 100644
--- a/lib/isc/win32/time.c
+++ b/lib/isc/win32/time.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2003, 2004, 2006-2009, 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: time.c,v 1.52 2009/08/14 07:51:08 marka Exp $ */
diff --git a/lib/isc/win32/unistd.h b/lib/isc/win32/unistd.h
index 1ae9e246ff..a79e4fc42c 100644
--- a/lib/isc/win32/unistd.h
+++ b/lib/isc/win32/unistd.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007-2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: unistd.h,v 1.10 2009/07/17 23:47:41 tbox Exp $ */
diff --git a/lib/isc/win32/version.c b/lib/isc/win32/version.c
index b81b00cb0b..d9abc7deae 100644
--- a/lib/isc/win32/version.c
+++ b/lib/isc/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.7 2007/06/19 23:47:19 tbox Exp $ */
diff --git a/lib/isc/win32/win32os.c b/lib/isc/win32/win32os.c
index bb3c8da8b4..9af95c804b 100644
--- a/lib/isc/win32/win32os.c
+++ b/lib/isc/win32/win32os.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2007, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isc/x86_32/Makefile.in b/lib/isc/x86_32/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/x86_32/Makefile.in
+++ b/lib/isc/x86_32/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/x86_32/include/Makefile.in b/lib/isc/x86_32/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/x86_32/include/Makefile.in
+++ b/lib/isc/x86_32/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/x86_32/include/isc/Makefile.in b/lib/isc/x86_32/include/isc/Makefile.in
index 0876355a26..f164aa3c68 100644
--- a/lib/isc/x86_32/include/isc/Makefile.in
+++ b/lib/isc/x86_32/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/x86_32/include/isc/atomic.h b/lib/isc/x86_32/include/isc/atomic.h
index f21af22622..9e1ba48575 100644
--- a/lib/isc/x86_32/include/isc/atomic.h
+++ b/lib/isc/x86_32/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2008, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.10 2008/01/24 23:47:00 tbox Exp $ */
diff --git a/lib/isc/x86_64/Makefile.in b/lib/isc/x86_64/Makefile.in
index a1cc0767b5..b5d0eed25f 100644
--- a/lib/isc/x86_64/Makefile.in
+++ b/lib/isc/x86_64/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/x86_64/include/Makefile.in b/lib/isc/x86_64/include/Makefile.in
index a095b265d2..344085ee9f 100644
--- a/lib/isc/x86_64/include/Makefile.in
+++ b/lib/isc/x86_64/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:09:59 marka Exp $
diff --git a/lib/isc/x86_64/include/isc/Makefile.in b/lib/isc/x86_64/include/isc/Makefile.in
index 8429c8c500..2e04caf575 100644
--- a/lib/isc/x86_64/include/isc/Makefile.in
+++ b/lib/isc/x86_64/include/isc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.2 2007/09/14 04:10:00 marka Exp $
diff --git a/lib/isc/x86_64/include/isc/atomic.h b/lib/isc/x86_64/include/isc/atomic.h
index 20e0a73c24..d7a0de70b6 100644
--- a/lib/isc/x86_64/include/isc/atomic.h
+++ b/lib/isc/x86_64/include/isc/atomic.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2005, 2007, 2008, 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: atomic.h,v 1.6 2008/01/24 23:47:00 tbox Exp $ */
diff --git a/lib/isccc/Makefile.in b/lib/isccc/Makefile.in
index 2637448d63..ca88e98d35 100644
--- a/lib/isccc/Makefile.in
+++ b/lib/isccc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2003, 2004, 2007, 2009, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/isccc/alist.c b/lib/isccc/alist.c
index 006a42dc78..e98ec783b5 100644
--- a/lib/isccc/alist.c
+++ b/lib/isccc/alist.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/base64.c b/lib/isccc/base64.c
index 8757a298ad..053d10308a 100644
--- a/lib/isccc/base64.c
+++ b/lib/isccc/base64.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2005, 2007, 2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/cc.c b/lib/isccc/cc.c
index c2dd57ff14..e801bf065b 100644
--- a/lib/isccc/cc.c
+++ b/lib/isccc/cc.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001-2007, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001-2007, 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/ccmsg.c b/lib/isccc/ccmsg.c
index 0fd7652188..30a9b7fb4b 100644
--- a/lib/isccc/ccmsg.c
+++ b/lib/isccc/ccmsg.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2005, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/Makefile.in b/lib/isccc/include/Makefile.in
index 498da74884..40fb8269dc 100644
--- a/lib/isccc/include/Makefile.in
+++ b/lib/isccc/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.5 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/isccc/include/isccc/Makefile.in b/lib/isccc/include/isccc/Makefile.in
index abad84efb9..191a1d3a97 100644
--- a/lib/isccc/include/isccc/Makefile.in
+++ b/lib/isccc/include/isccc/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.7 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/isccc/include/isccc/alist.h b/lib/isccc/include/isccc/alist.h
index 6acfb143a6..ccd6be897b 100644
--- a/lib/isccc/include/isccc/alist.h
+++ b/lib/isccc/include/isccc/alist.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/base64.h b/lib/isccc/include/isccc/base64.h
index 1324ef68d8..598f1a3564 100644
--- a/lib/isccc/include/isccc/base64.h
+++ b/lib/isccc/include/isccc/base64.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/cc.h b/lib/isccc/include/isccc/cc.h
index 4a91e014fb..f6a32af991 100644
--- a/lib/isccc/include/isccc/cc.h
+++ b/lib/isccc/include/isccc/cc.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2013, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/ccmsg.h b/lib/isccc/include/isccc/ccmsg.h
index 322c903a01..0632daeee9 100644
--- a/lib/isccc/include/isccc/ccmsg.h
+++ b/lib/isccc/include/isccc/ccmsg.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/events.h b/lib/isccc/include/isccc/events.h
index e5659f5193..61aa676cf9 100644
--- a/lib/isccc/include/isccc/events.h
+++ b/lib/isccc/include/isccc/events.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/lib.h b/lib/isccc/include/isccc/lib.h
index 4f5d05f52b..d9ee50e075 100644
--- a/lib/isccc/include/isccc/lib.h
+++ b/lib/isccc/include/isccc/lib.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/result.h b/lib/isccc/include/isccc/result.h
index 2f0e24ae18..788afe1fe3 100644
--- a/lib/isccc/include/isccc/result.h
+++ b/lib/isccc/include/isccc/result.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2003-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2003-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/sexpr.h b/lib/isccc/include/isccc/sexpr.h
index 4c1acb731d..bcf31d6ac6 100644
--- a/lib/isccc/include/isccc/sexpr.h
+++ b/lib/isccc/include/isccc/sexpr.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/symtab.h b/lib/isccc/include/isccc/symtab.h
index 83b6e7c99a..ef7824ae4a 100644
--- a/lib/isccc/include/isccc/symtab.h
+++ b/lib/isccc/include/isccc/symtab.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/symtype.h b/lib/isccc/include/isccc/symtype.h
index 74b3c50271..8a0f4769a1 100644
--- a/lib/isccc/include/isccc/symtype.h
+++ b/lib/isccc/include/isccc/symtype.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/types.h b/lib/isccc/include/isccc/types.h
index f9e42948d7..5589a02d56 100644
--- a/lib/isccc/include/isccc/types.h
+++ b/lib/isccc/include/isccc/types.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/util.h b/lib/isccc/include/isccc/util.h
index ef2b56e5e5..c8ed1466d1 100644
--- a/lib/isccc/include/isccc/util.h
+++ b/lib/isccc/include/isccc/util.h
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004-2007, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/include/isccc/version.h b/lib/isccc/include/isccc/version.h
index beec05a01a..4348c0688d 100644
--- a/lib/isccc/include/isccc/version.h
+++ b/lib/isccc/include/isccc/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.9 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/isccc/lib.c b/lib/isccc/lib.c
index 5c8bc9a138..8553170f74 100644
--- a/lib/isccc/lib.c
+++ b/lib/isccc/lib.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2005, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/result.c b/lib/isccc/result.c
index cd80ed365a..f3ea0fd632 100644
--- a/lib/isccc/result.c
+++ b/lib/isccc/result.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2003-2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2003-2005, 2007, 2015, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/sexpr.c b/lib/isccc/sexpr.c
index 53c98ca154..0f5b6d502f 100644
--- a/lib/isccc/sexpr.c
+++ b/lib/isccc/sexpr.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004, 2005, 2007, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2005, 2007, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/symtab.c b/lib/isccc/symtab.c
index 029744558e..915fe5ad7d 100644
--- a/lib/isccc/symtab.c
+++ b/lib/isccc/symtab.c
@@ -1,11 +1,14 @@
/*
- * Portions Copyright (C) 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2001, 2004, 2005, 2007, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
- * Portions Copyright (C) 2001 Nominum, Inc.
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * Portions Copyright (C) Nominum, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
diff --git a/lib/isccc/version.c b/lib/isccc/version.c
index d7478ced7c..2a0769c42e 100644
--- a/lib/isccc/version.c
+++ b/lib/isccc/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/isccc/win32/DLLMain.c b/lib/isccc/win32/DLLMain.c
index db1a0244e1..4c5374ffde 100644
--- a/lib/isccc/win32/DLLMain.c
+++ b/lib/isccc/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DLLMain.c,v 1.6 2007/06/18 23:47:50 tbox Exp $ */
diff --git a/lib/isccc/win32/version.c b/lib/isccc/win32/version.c
index 52057b6a32..3fe9b4d5a8 100644
--- a/lib/isccc/win32/version.c
+++ b/lib/isccc/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/isccfg/Makefile.in b/lib/isccfg/Makefile.in
index 53a94e3c73..f459bd54a0 100644
--- a/lib/isccfg/Makefile.in
+++ b/lib/isccfg/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001-2005, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isccfg/aclconf.c b/lib/isccfg/aclconf.c
index 3c10d40563..ed41910061 100644
--- a/lib/isccfg/aclconf.c
+++ b/lib/isccfg/aclconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2002, 2004-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isccfg/dnsconf.c b/lib/isccfg/dnsconf.c
index 00f38b3601..1e6d71c450 100644
--- a/lib/isccfg/dnsconf.c
+++ b/lib/isccfg/dnsconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnsconf.c,v 1.4 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isccfg/include/Makefile.in b/lib/isccfg/include/Makefile.in
index d7dcb1056f..5b0653d63b 100644
--- a/lib/isccfg/include/Makefile.in
+++ b/lib/isccfg/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.7 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/isccfg/include/isccfg/Makefile.in b/lib/isccfg/include/isccfg/Makefile.in
index d1c96c95e9..11ac7615eb 100644
--- a/lib/isccfg/include/isccfg/Makefile.in
+++ b/lib/isccfg/include/isccfg/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2002, 2004, 2005, 2007, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.12 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/isccfg/include/isccfg/aclconf.h b/lib/isccfg/include/isccfg/aclconf.h
index 3cabcd15e3..334d4109bf 100644
--- a/lib/isccfg/include/isccfg/aclconf.h
+++ b/lib/isccfg/include/isccfg/aclconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2010-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/isccfg/include/isccfg/cfg.h b/lib/isccfg/include/isccfg/cfg.h
index 0bc9c14046..f725dc9004 100644
--- a/lib/isccfg/include/isccfg/cfg.h
+++ b/lib/isccfg/include/isccfg/cfg.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004-2007, 2010, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISCCFG_CFG_H
diff --git a/lib/isccfg/include/isccfg/dnsconf.h b/lib/isccfg/include/isccfg/dnsconf.h
index f4ff0dbc05..5c01f7472f 100644
--- a/lib/isccfg/include/isccfg/dnsconf.h
+++ b/lib/isccfg/include/isccfg/dnsconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: dnsconf.h,v 1.3 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/isccfg/include/isccfg/grammar.h b/lib/isccfg/include/isccfg/grammar.h
index 83732e9416..5ea062d92d 100644
--- a/lib/isccfg/include/isccfg/grammar.h
+++ b/lib/isccfg/include/isccfg/grammar.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002-2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef ISCCFG_GRAMMAR_H
diff --git a/lib/isccfg/include/isccfg/log.h b/lib/isccfg/include/isccfg/log.h
index a4e605a52c..7513122b8c 100644
--- a/lib/isccfg/include/isccfg/log.h
+++ b/lib/isccfg/include/isccfg/log.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: log.h,v 1.14 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/isccfg/include/isccfg/namedconf.h b/lib/isccfg/include/isccfg/namedconf.h
index c061103e26..61464eb324 100644
--- a/lib/isccfg/include/isccfg/namedconf.h
+++ b/lib/isccfg/include/isccfg/namedconf.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004-2007, 2009, 2010, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: namedconf.h,v 1.18 2010/08/11 18:14:20 each Exp $ */
diff --git a/lib/isccfg/include/isccfg/version.h b/lib/isccfg/include/isccfg/version.h
index e536fd1c95..f02cb65a3d 100644
--- a/lib/isccfg/include/isccfg/version.h
+++ b/lib/isccfg/include/isccfg/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.9 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/isccfg/log.c b/lib/isccfg/log.c
index bed10eb0f5..fbf93085fc 100644
--- a/lib/isccfg/log.c
+++ b/lib/isccfg/log.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: log.c,v 1.11 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c
index a9ba16c5fa..bfd63734fc 100644
--- a/lib/isccfg/namedconf.c
+++ b/lib/isccfg/namedconf.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isccfg/parser.c b/lib/isccfg/parser.c
index 0df5ad5841..ef6a92da48 100644
--- a/lib/isccfg/parser.c
+++ b/lib/isccfg/parser.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/isccfg/tests/Makefile.in b/lib/isccfg/tests/Makefile.in
index 51000563a9..327226bdbd 100644
--- a/lib/isccfg/tests/Makefile.in
+++ b/lib/isccfg/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/isccfg/tests/parser_test.c b/lib/isccfg/tests/parser_test.c
index d72c629fc5..606bbeb26d 100644
--- a/lib/isccfg/tests/parser_test.c
+++ b/lib/isccfg/tests/parser_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/isccfg/version.c b/lib/isccfg/version.c
index 1116c77ac4..393879a8b0 100644
--- a/lib/isccfg/version.c
+++ b/lib/isccfg/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/isccfg/win32/DLLMain.c b/lib/isccfg/win32/DLLMain.c
index c59fd0cf7d..db53ffa0e3 100644
--- a/lib/isccfg/win32/DLLMain.c
+++ b/lib/isccfg/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DLLMain.c,v 1.6 2007/06/18 23:47:51 tbox Exp $ */
diff --git a/lib/isccfg/win32/version.c b/lib/isccfg/win32/version.c
index 3bdc5546f6..d44cf8f93b 100644
--- a/lib/isccfg/win32/version.c
+++ b/lib/isccfg/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.6 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/Makefile.in b/lib/lwres/Makefile.in
index fe39b367b4..4d0f5050c3 100644
--- a/lib/lwres/Makefile.in
+++ b/lib/lwres/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2005, 2007, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.34 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/lwres/assert_p.h b/lib/lwres/assert_p.h
index 0ad7c36fdc..3b44f25bfb 100644
--- a/lib/lwres/assert_p.h
+++ b/lib/lwres/assert_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/lwres/compat.c b/lib/lwres/compat.c
index 9019d40956..5d78067db4 100644
--- a/lib/lwres/compat.c
+++ b/lib/lwres/compat.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/lwres/context.c b/lib/lwres/context.c
index 50faaad49e..b9373a846e 100644
--- a/lib/lwres/context.c
+++ b/lib/lwres/context.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2003-2005, 2007-2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: context.c,v 1.55 2009/09/02 23:48:03 tbox Exp $ */
diff --git a/lib/lwres/context_p.h b/lib/lwres/context_p.h
index f6d5bd9f5f..2a4661131c 100644
--- a/lib/lwres/context_p.h
+++ b/lib/lwres/context_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: context_p.h,v 1.19 2008/12/17 23:47:58 tbox Exp $ */
diff --git a/lib/lwres/gai_strerror.c b/lib/lwres/gai_strerror.c
index 8606344c1a..797fd0969c 100644
--- a/lib/lwres/gai_strerror.c
+++ b/lib/lwres/gai_strerror.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gai_strerror.c,v 1.22 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/getaddrinfo.c b/lib/lwres/getaddrinfo.c
index fe5606ef16..bbde795cff 100644
--- a/lib/lwres/getaddrinfo.c
+++ b/lib/lwres/getaddrinfo.c
@@ -1,10 +1,13 @@
/*
- * Copyright (C) 1999-2001, 2004-2008, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2001, 2004-2008, 2012, 2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
* This code is derived from software contributed to ISC by
* Berkeley Software Design, Inc.
*
diff --git a/lib/lwres/gethost.c b/lib/lwres/gethost.c
index 02cf1720d0..891f7a4fbb 100644
--- a/lib/lwres/gethost.c
+++ b/lib/lwres/gethost.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: gethost.c,v 1.34 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/getipnode.c b/lib/lwres/getipnode.c
index d3a3a5a3d8..f0c0ae655f 100644
--- a/lib/lwres/getipnode.c
+++ b/lib/lwres/getipnode.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2005, 2007, 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: getipnode.c,v 1.47 2009/09/01 23:47:45 tbox Exp $ */
diff --git a/lib/lwres/getnameinfo.c b/lib/lwres/getnameinfo.c
index 8fb220b7d3..d0f8ef7f67 100644
--- a/lib/lwres/getnameinfo.c
+++ b/lib/lwres/getnameinfo.c
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1999-2001, 2003-2005, 2007, 2011-2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2001, 2003-2005, 2007, 2011-2013, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/lwres/getrrset.c b/lib/lwres/getrrset.c
index 343a2dbd3d..26d9b6f204 100644
--- a/lib/lwres/getrrset.c
+++ b/lib/lwres/getrrset.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2005, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: getrrset.c,v 1.18 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c
index fb34c37406..a1932868cb 100644
--- a/lib/lwres/herror.c
+++ b/lib/lwres/herror.c
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 2000, 2001, 2003-2005, 2007, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2000, 2001, 2003-2005, 2007, 2011, 2012, 2014-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/lwres/include/Makefile.in b/lib/lwres/include/Makefile.in
index fc843d76a1..51564a9940 100644
--- a/lib/lwres/include/Makefile.in
+++ b/lib/lwres/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.8 2007/06/19 23:47:22 tbox Exp $
diff --git a/lib/lwres/include/lwres/Makefile.in b/lib/lwres/include/lwres/Makefile.in
index 834f2f36db..da33480824 100644
--- a/lib/lwres/include/lwres/Makefile.in
+++ b/lib/lwres/include/lwres/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/lwres/include/lwres/context.h b/lib/lwres/include/lwres/context.h
index fec50e6619..0f6e67fab1 100644
--- a/lib/lwres/include/lwres/context.h
+++ b/lib/lwres/include/lwres/context.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2008, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: context.h,v 1.23 2008/12/17 23:47:58 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/int.h b/lib/lwres/include/lwres/int.h
index 96bcd5d728..cb32ad2648 100644
--- a/lib/lwres/include/lwres/int.h
+++ b/lib/lwres/include/lwres/int.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: int.h,v 1.14 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/ipv6.h b/lib/lwres/include/lwres/ipv6.h
index 9952a31fd0..e8d902b139 100644
--- a/lib/lwres/include/lwres/ipv6.h
+++ b/lib/lwres/include/lwres/ipv6.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: ipv6.h,v 1.16 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/lang.h b/lib/lwres/include/lwres/lang.h
index 20486138c7..7396b9a93a 100644
--- a/lib/lwres/include/lwres/lang.h
+++ b/lib/lwres/include/lwres/lang.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lang.h,v 1.13 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/list.h b/lib/lwres/include/lwres/list.h
index b5e8d93de1..f235c189a5 100644
--- a/lib/lwres/include/lwres/list.h
+++ b/lib/lwres/include/lwres/list.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1997-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: list.h,v 1.14 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/lwbuffer.h b/lib/lwres/include/lwres/lwbuffer.h
index 3fd614cee3..4a3ca71fdd 100644
--- a/lib/lwres/include/lwres/lwbuffer.h
+++ b/lib/lwres/include/lwres/lwbuffer.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwbuffer.h,v 1.22 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/lwpacket.h b/lib/lwres/include/lwres/lwpacket.h
index 1d07bbc8a4..0f399a6d96 100644
--- a/lib/lwres/include/lwres/lwpacket.h
+++ b/lib/lwres/include/lwres/lwpacket.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwpacket.h,v 1.24 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/lwres.h b/lib/lwres/include/lwres/lwres.h
index 804a117d46..805cf598c4 100644
--- a/lib/lwres/include/lwres/lwres.h
+++ b/lib/lwres/include/lwres/lwres.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwres.h,v 1.57 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/netdb.h.in b/lib/lwres/include/lwres/netdb.h.in
index b006c893b8..8e65bc84ec 100644
--- a/lib/lwres/include/lwres/netdb.h.in
+++ b/lib/lwres/include/lwres/netdb.h.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netdb.h.in,v 1.41 2009/01/18 23:48:14 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/platform.h.in b/lib/lwres/include/lwres/platform.h.in
index b5b653feac..f1d947caa0 100644
--- a/lib/lwres/include/lwres/platform.h.in
+++ b/lib/lwres/include/lwres/platform.h.in
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: platform.h.in,v 1.21 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/result.h b/lib/lwres/include/lwres/result.h
index 280758bb32..7397a939a2 100644
--- a/lib/lwres/include/lwres/result.h
+++ b/lib/lwres/include/lwres/result.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: result.h,v 1.21 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/include/lwres/stdlib.h b/lib/lwres/include/lwres/stdlib.h
index b6ba31d0d6..856f9544b1 100644
--- a/lib/lwres/include/lwres/stdlib.h
+++ b/lib/lwres/include/lwres/stdlib.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2003-2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef LWRES_STDLIB_H
diff --git a/lib/lwres/include/lwres/string.h b/lib/lwres/include/lwres/string.h
index ef204776e4..76d0747861 100644
--- a/lib/lwres/include/lwres/string.h
+++ b/lib/lwres/include/lwres/string.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#ifndef LWRES_STRING_H
diff --git a/lib/lwres/include/lwres/version.h b/lib/lwres/include/lwres/version.h
index e709328bc4..802f403798 100644
--- a/lib/lwres/include/lwres/version.h
+++ b/lib/lwres/include/lwres/version.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004-2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.h,v 1.9 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/lwbuffer.c b/lib/lwres/lwbuffer.c
index e33f6f5745..4aeb43c82d 100644
--- a/lib/lwres/lwbuffer.c
+++ b/lib/lwres/lwbuffer.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwbuffer.c,v 1.15 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/lwconfig.c b/lib/lwres/lwconfig.c
index 9a8a7392ad..66a7d81bab 100644
--- a/lib/lwres/lwconfig.c
+++ b/lib/lwres/lwconfig.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2008, 2011, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file */
diff --git a/lib/lwres/lwinetaton.c b/lib/lwres/lwinetaton.c
index 1dd509e68c..aea6a19f67 100644
--- a/lib/lwres/lwinetaton.c
+++ b/lib/lwres/lwinetaton.c
@@ -1,9 +1,12 @@
/*
- * Portions Copyright (C) 1996-2001, 2003-2005, 2007, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1996-2001, 2003-2005, 2007, 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/lib/lwres/lwinetntop.c b/lib/lwres/lwinetntop.c
index fe6928626f..8fc43a167b 100644
--- a/lib/lwres/lwinetntop.c
+++ b/lib/lwres/lwinetntop.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1996-2001, 2003-2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file lwinetntop.c
diff --git a/lib/lwres/lwinetpton.c b/lib/lwres/lwinetpton.c
index 4574d2c356..6a1aba7eec 100644
--- a/lib/lwres/lwinetpton.c
+++ b/lib/lwres/lwinetpton.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1996-2001, 2004, 2005, 2007, 2011-2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*! \file lwinetpton.c
diff --git a/lib/lwres/lwpacket.c b/lib/lwres/lwpacket.c
index c4b67c2caa..dff7fa0ef3 100644
--- a/lib/lwres/lwpacket.c
+++ b/lib/lwres/lwpacket.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwpacket.c,v 1.18 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/lwres_gabn.c b/lib/lwres/lwres_gabn.c
index 2e1d4b247c..47e3cb1140 100644
--- a/lib/lwres/lwres_gabn.c
+++ b/lib/lwres/lwres_gabn.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwres_gabn.c,v 1.33 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/lwres_gnba.c b/lib/lwres/lwres_gnba.c
index 06c4da034c..7ef29de5fe 100644
--- a/lib/lwres/lwres_gnba.c
+++ b/lib/lwres/lwres_gnba.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwres_gnba.c,v 1.28 2007/09/24 17:18:25 each Exp $ */
diff --git a/lib/lwres/lwres_grbn.c b/lib/lwres/lwres_grbn.c
index ad450a8035..41b7c1c59a 100644
--- a/lib/lwres/lwres_grbn.c
+++ b/lib/lwres/lwres_grbn.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwres_grbn.c,v 1.10 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/lwres_noop.c b/lib/lwres/lwres_noop.c
index 336aab468d..c0062a972d 100644
--- a/lib/lwres/lwres_noop.c
+++ b/lib/lwres/lwres_noop.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwres_noop.c,v 1.19 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/lwresutil.c b/lib/lwres/lwresutil.c
index cff8ae02b3..db8170716f 100644
--- a/lib/lwres/lwresutil.c
+++ b/lib/lwres/lwresutil.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwresutil.c,v 1.34 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/man/Makefile.in b/lib/lwres/man/Makefile.in
index ce8bc09ce5..76aac06ab9 100644
--- a/lib/lwres/man/Makefile.in
+++ b/lib/lwres/man/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.9 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/man/lwres.docbook b/lib/lwres/man/lwres.docbook
index 3bb8f03158..d1200fb1b5 100644
--- a/lib/lwres/man/lwres.docbook
+++ b/lib/lwres/man/lwres.docbook
@@ -1,9 +1,12 @@
@@ -36,6 +39,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_buffer.docbook b/lib/lwres/man/lwres_buffer.docbook
index ef8ff1f9d8..36032c6d39 100644
--- a/lib/lwres/man/lwres_buffer.docbook
+++ b/lib/lwres/man/lwres_buffer.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_config.docbook b/lib/lwres/man/lwres_config.docbook
index ffdb7dc478..0aa3c7311d 100644
--- a/lib/lwres/man/lwres_config.docbook
+++ b/lib/lwres/man/lwres_config.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_context.docbook b/lib/lwres/man/lwres_context.docbook
index efb3a30fb2..116d86ef7f 100644
--- a/lib/lwres/man/lwres_context.docbook
+++ b/lib/lwres/man/lwres_context.docbook
@@ -1,11 +1,14 @@
]>
@@ -35,6 +38,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_gabn.docbook b/lib/lwres/man/lwres_gabn.docbook
index 1727ae76b7..d443f4408a 100644
--- a/lib/lwres/man/lwres_gabn.docbook
+++ b/lib/lwres/man/lwres_gabn.docbook
@@ -1,11 +1,14 @@
]>
@@ -34,6 +37,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_gai_strerror.docbook b/lib/lwres/man/lwres_gai_strerror.docbook
index 52d3e7de65..2a8b16a020 100644
--- a/lib/lwres/man/lwres_gai_strerror.docbook
+++ b/lib/lwres/man/lwres_gai_strerror.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_getaddrinfo.docbook b/lib/lwres/man/lwres_getaddrinfo.docbook
index 9a86c84ea5..633f69d81d 100644
--- a/lib/lwres/man/lwres_getaddrinfo.docbook
+++ b/lib/lwres/man/lwres_getaddrinfo.docbook
@@ -1,11 +1,14 @@
]>
@@ -35,6 +38,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_gethostent.docbook b/lib/lwres/man/lwres_gethostent.docbook
index 9cc306552e..62fcfa02a5 100644
--- a/lib/lwres/man/lwres_gethostent.docbook
+++ b/lib/lwres/man/lwres_gethostent.docbook
@@ -1,11 +1,14 @@
]>
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_getipnode.docbook b/lib/lwres/man/lwres_getipnode.docbook
index b290d9f65b..ee1be96f45 100644
--- a/lib/lwres/man/lwres_getipnode.docbook
+++ b/lib/lwres/man/lwres_getipnode.docbook
@@ -1,9 +1,12 @@
@@ -33,6 +36,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_getnameinfo.docbook b/lib/lwres/man/lwres_getnameinfo.docbook
index acc2608e2c..d39b5cf28c 100644
--- a/lib/lwres/man/lwres_getnameinfo.docbook
+++ b/lib/lwres/man/lwres_getnameinfo.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_getrrsetbyname.docbook b/lib/lwres/man/lwres_getrrsetbyname.docbook
index aab909afdc..acb62dd267 100644
--- a/lib/lwres/man/lwres_getrrsetbyname.docbook
+++ b/lib/lwres/man/lwres_getrrsetbyname.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_gnba.docbook b/lib/lwres/man/lwres_gnba.docbook
index e7011ce561..b0558ecbca 100644
--- a/lib/lwres/man/lwres_gnba.docbook
+++ b/lib/lwres/man/lwres_gnba.docbook
@@ -1,11 +1,14 @@
]>
@@ -34,6 +37,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_hstrerror.docbook b/lib/lwres/man/lwres_hstrerror.docbook
index 49e3c2156e..460ce9ad9c 100644
--- a/lib/lwres/man/lwres_hstrerror.docbook
+++ b/lib/lwres/man/lwres_hstrerror.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_inetntop.docbook b/lib/lwres/man/lwres_inetntop.docbook
index 7faa4673a6..8813e3c647 100644
--- a/lib/lwres/man/lwres_inetntop.docbook
+++ b/lib/lwres/man/lwres_inetntop.docbook
@@ -1,11 +1,14 @@
]>
@@ -34,6 +37,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_noop.docbook b/lib/lwres/man/lwres_noop.docbook
index a6b6f6f2dc..f8dc3ff594 100644
--- a/lib/lwres/man/lwres_noop.docbook
+++ b/lib/lwres/man/lwres_noop.docbook
@@ -1,11 +1,14 @@
]>
@@ -34,6 +37,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_packet.docbook b/lib/lwres/man/lwres_packet.docbook
index a7ec451ee1..d2359db43c 100644
--- a/lib/lwres/man/lwres_packet.docbook
+++ b/lib/lwres/man/lwres_packet.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/lwres_resutil.docbook b/lib/lwres/man/lwres_resutil.docbook
index a34cf91e56..3ab3c38a90 100644
--- a/lib/lwres/man/lwres_resutil.docbook
+++ b/lib/lwres/man/lwres_resutil.docbook
@@ -1,9 +1,12 @@
@@ -32,6 +35,7 @@
2014
2015
2016
+ 2018
Internet Systems Consortium, Inc. ("ISC")
diff --git a/lib/lwres/man/resolver.5 b/lib/lwres/man/resolver.5
index 0c6526c494..8de3d080e5 100644
--- a/lib/lwres/man/resolver.5
+++ b/lib/lwres/man/resolver.5
@@ -1,9 +1,12 @@
-.\" Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+.\" Copyright (C) Internet Systems Consortium, Inc. ("ISC")
.\"
.\" This Source Code Form is subject to the terms of the Mozilla Public
.\" License, v. 2.0. If a copy of the MPL was not distributed with this
.\" file, You can obtain one at http://mozilla.org/MPL/2.0/.
.\"
+.\" See the COPYRIGHT file distributed with this work for additional
+.\" information regarding copyright ownership.
+.\"
.\" $Id: resolver.5,v 1.8 2007/06/19 23:47:23 tbox Exp $
.\"
.Dd Jun 30, 2000
diff --git a/lib/lwres/print.c b/lib/lwres/print.c
index be46648e42..156b6ebff4 100644
--- a/lib/lwres/print.c
+++ b/lib/lwres/print.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003-2005, 2007, 2011, 2012, 2014-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/lwres/print_p.h b/lib/lwres/print_p.h
index 30e2195ad1..0a86b19289 100644
--- a/lib/lwres/print_p.h
+++ b/lib/lwres/print_p.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1999-2001, 2003, 2004, 2007, 2010, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: print_p.h,v 1.6 2010/08/16 23:46:52 tbox Exp $ */
diff --git a/lib/lwres/tests/Makefile.in b/lib/lwres/tests/Makefile.in
index 7166d44526..b0e989dee5 100644
--- a/lib/lwres/tests/Makefile.in
+++ b/lib/lwres/tests/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/lib/lwres/tests/config_test.c b/lib/lwres/tests/config_test.c
index cea79b51c3..0a6d66a1f2 100644
--- a/lib/lwres/tests/config_test.c
+++ b/lib/lwres/tests/config_test.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/lwres/unix/Makefile.in b/lib/lwres/unix/Makefile.in
index 9d1900e0b3..93e2bdcab8 100644
--- a/lib/lwres/unix/Makefile.in
+++ b/lib/lwres/unix/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/unix/include/Makefile.in b/lib/lwres/unix/include/Makefile.in
index 78b4c0972e..d9a3044f65 100644
--- a/lib/lwres/unix/include/Makefile.in
+++ b/lib/lwres/unix/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/unix/include/lwres/Makefile.in b/lib/lwres/unix/include/lwres/Makefile.in
index 7e66e69c98..dce5997769 100644
--- a/lib/lwres/unix/include/lwres/Makefile.in
+++ b/lib/lwres/unix/include/lwres/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/unix/include/lwres/net.h b/lib/lwres/unix/include/lwres/net.h
index fffe4a8edc..674b39fe8b 100644
--- a/lib/lwres/unix/include/lwres/net.h
+++ b/lib/lwres/unix/include/lwres/net.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: net.h,v 1.9 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/version.c b/lib/lwres/version.c
index 6eedfeee8a..3683f123d5 100644
--- a/lib/lwres/version.c
+++ b/lib/lwres/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.12 2007/06/19 23:47:22 tbox Exp $ */
diff --git a/lib/lwres/win32/DLLMain.c b/lib/lwres/win32/DLLMain.c
index b51a0a352f..941baf6c99 100644
--- a/lib/lwres/win32/DLLMain.c
+++ b/lib/lwres/win32/DLLMain.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: DLLMain.c,v 1.5 2007/06/18 23:47:51 tbox Exp $ */
diff --git a/lib/lwres/win32/Makefile.in b/lib/lwres/win32/Makefile.in
index 9d1900e0b3..93e2bdcab8 100644
--- a/lib/lwres/win32/Makefile.in
+++ b/lib/lwres/win32/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/win32/include/Makefile.in b/lib/lwres/win32/include/Makefile.in
index 78b4c0972e..d9a3044f65 100644
--- a/lib/lwres/win32/include/Makefile.in
+++ b/lib/lwres/win32/include/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/win32/include/lwres/Makefile.in b/lib/lwres/win32/include/lwres/Makefile.in
index 3c3ef5e5c3..a328bba785 100644
--- a/lib/lwres/win32/include/lwres/Makefile.in
+++ b/lib/lwres/win32/include/lwres/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.4 2007/06/19 23:47:23 tbox Exp $
diff --git a/lib/lwres/win32/include/lwres/int.h b/lib/lwres/win32/include/lwres/int.h
index c9cacfa84e..17dc0e05ab 100644
--- a/lib/lwres/win32/include/lwres/int.h
+++ b/lib/lwres/win32/include/lwres/int.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: int.h,v 1.4 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/win32/include/lwres/net.h b/lib/lwres/win32/include/lwres/net.h
index 5cbb4bd482..41ffca41f3 100644
--- a/lib/lwres/win32/include/lwres/net.h
+++ b/lib/lwres/win32/include/lwres/net.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: net.h,v 1.6 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/win32/include/lwres/netdb.h b/lib/lwres/win32/include/lwres/netdb.h
index ff52c73276..f0d8a8655e 100644
--- a/lib/lwres/win32/include/lwres/netdb.h
+++ b/lib/lwres/win32/include/lwres/netdb.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2006, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: netdb.h,v 1.7 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/lwres/win32/include/lwres/platform.h b/lib/lwres/win32/include/lwres/platform.h
index ba29adc663..1484e47b7a 100644
--- a/lib/lwres/win32/include/lwres/platform.h
+++ b/lib/lwres/win32/include/lwres/platform.h
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: platform.h,v 1.7 2007/06/18 23:47:52 tbox Exp $ */
diff --git a/lib/lwres/win32/lwconfig.c b/lib/lwres/win32/lwconfig.c
index 5688c6b962..9a6c426b71 100644
--- a/lib/lwres/win32/lwconfig.c
+++ b/lib/lwres/win32/lwconfig.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2002, 2004, 2006, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: lwconfig.c,v 1.7 2007/12/14 01:40:42 marka Exp $ */
diff --git a/lib/lwres/win32/socket.c b/lib/lwres/win32/socket.c
index 77f05cb635..c6453dd313 100644
--- a/lib/lwres/win32/socket.c
+++ b/lib/lwres/win32/socket.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: socket.c,v 1.3 2007/06/18 23:47:51 tbox Exp $ */
diff --git a/lib/lwres/win32/version.c b/lib/lwres/win32/version.c
index 4f3efa33fd..f213b33db9 100644
--- a/lib/lwres/win32/version.c
+++ b/lib/lwres/win32/version.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 1998-2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: version.c,v 1.6 2007/06/19 23:47:23 tbox Exp $ */
diff --git a/lib/samples/Makefile-postinstall.in b/lib/samples/Makefile-postinstall.in
index d78df2d821..aa512f1731 100644
--- a/lib/samples/Makefile-postinstall.in
+++ b/lib/samples/Makefile-postinstall.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile-postinstall.in,v 1.3 2009/09/02 23:48:02 tbox Exp $
diff --git a/lib/samples/Makefile.in b/lib/samples/Makefile.in
index ab934c4643..7abdd8e80f 100644
--- a/lib/samples/Makefile.in
+++ b/lib/samples/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2009, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
srcdir = @srcdir@
VPATH = @srcdir@
diff --git a/lib/samples/nsprobe.c b/lib/samples/nsprobe.c
index cff684c46e..5cdcee52ea 100644
--- a/lib/samples/nsprobe.c
+++ b/lib/samples/nsprobe.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id$ */
diff --git a/lib/samples/resolve.c b/lib/samples/resolve.c
index f0b959dd3f..ff0946386e 100644
--- a/lib/samples/resolve.c
+++ b/lib/samples/resolve.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
#include
diff --git a/lib/samples/rootkey.sh b/lib/samples/rootkey.sh
index 8ee0e14a82..3dbfafdb25 100644
--- a/lib/samples/rootkey.sh
+++ b/lib/samples/rootkey.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Fetch a copy of a current root signing key; used for testing
# DNSSEC validation in 'sample'.
diff --git a/lib/samples/sample-async.c b/lib/samples/sample-async.c
index 2028c18a24..0db3344c1f 100644
--- a/lib/samples/sample-async.c
+++ b/lib/samples/sample-async.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2013-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sample-async.c,v 1.5 2009/09/29 15:06:07 fdupont Exp $ */
diff --git a/lib/samples/sample-gai.c b/lib/samples/sample-gai.c
index 73e0c06ad4..bc9dcadff6 100644
--- a/lib/samples/sample-gai.c
+++ b/lib/samples/sample-gai.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sample-gai.c,v 1.4 2009/09/02 23:48:02 tbox Exp $ */
diff --git a/lib/samples/sample-request.c b/lib/samples/sample-request.c
index b46616c08c..4c2267e176 100644
--- a/lib/samples/sample-request.c
+++ b/lib/samples/sample-request.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2012-2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sample-request.c,v 1.5 2009/09/29 15:06:07 fdupont Exp $ */
diff --git a/lib/samples/sample-update.c b/lib/samples/sample-update.c
index 8e303cd19d..cb97ef21a6 100644
--- a/lib/samples/sample-update.c
+++ b/lib/samples/sample-update.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2009, 2010, 2012-2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: sample-update.c,v 1.10 2010/12/09 00:54:34 marka Exp $ */
diff --git a/lib/win32/bindevt/bindevt.c b/lib/win32/bindevt/bindevt.c
index 2c8362a41e..0fe686898e 100644
--- a/lib/win32/bindevt/bindevt.c
+++ b/lib/win32/bindevt/bindevt.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2000, 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/* $Id: bindevt.c,v 1.5 2007/06/19 23:47:24 tbox Exp $ */
diff --git a/lib/win32/bindevt/bindevt.mc b/lib/win32/bindevt/bindevt.mc
index 6ebfae15b5..be88219b99 100644
--- a/lib/win32/bindevt/bindevt.mc
+++ b/lib/win32/bindevt/bindevt.mc
@@ -1,8 +1,11 @@
-; Copyright (C) 2001, 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
+;
+; See the COPYRIGHT file distributed with this work for additional
+; information regarding copyright ownership.
; $Id: bindevt.mc,v 1.4 2007/06/19 23:47:24 tbox Exp $
diff --git a/make/Makefile.in b/make/Makefile.in
index 06aa48b711..a6f7213026 100644
--- a/make/Makefile.in
+++ b/make/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: Makefile.in,v 1.16 2007/06/19 23:47:24 tbox Exp $
diff --git a/make/includes.in b/make/includes.in
index f41e3cda90..fa86ad1ee6 100644
--- a/make/includes.in
+++ b/make/includes.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1999-2001, 2004, 2005, 2007, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id: includes.in,v 1.21 2007/06/19 23:47:24 tbox Exp $
diff --git a/make/rules.in b/make/rules.in
index de60a11099..a1886d14f9 100644
--- a/make/rules.in
+++ b/make/rules.in
@@ -1,8 +1,11 @@
-# Copyright (C) 1998-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
###
### Common Makefile rules for BIND 9.
diff --git a/unit/Makefile.in b/unit/Makefile.in
index dc3c3692ee..cc19c72074 100644
--- a/unit/Makefile.in
+++ b/unit/Makefile.in
@@ -1,8 +1,11 @@
-# Copyright (C) 2011, 2012, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/altbuild.sh b/util/altbuild.sh
index 4bfe17e976..080a212f85 100644
--- a/util/altbuild.sh
+++ b/util/altbuild.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2002, 2004, 2007, 2008, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/bindkeys.pl b/util/bindkeys.pl
index 09b2467107..f9082e81f0 100755
--- a/util/bindkeys.pl
+++ b/util/bindkeys.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2009-2012, 2014, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
use warnings;
diff --git a/util/branchsync.sh b/util/branchsync.sh
index 5bd6dad4ee..aa2baf7ac3 100644
--- a/util/branchsync.sh
+++ b/util/branchsync.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# branchsync:
# pull in changes from a main BIND 9 release branch to a subscription
diff --git a/util/check-categories.sh b/util/check-categories.sh
index 38313849af..dff066796d 100644
--- a/util/check-categories.sh
+++ b/util/check-categories.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
list1=`grep LOGCATEGORY lib/*/include/*/*.h bin/named/include/named/*.h |
grep "#define.*(&" |
diff --git a/util/check-changes b/util/check-changes
index 2a7d978fd9..4342c22161 100644
--- a/util/check-changes
+++ b/util/check-changes
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2002, 2004, 2007, 2012, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
diff --git a/util/check-includes.pl b/util/check-includes.pl
index 26872a6134..674abaf9ff 100644
--- a/util/check-includes.pl
+++ b/util/check-includes.pl
@@ -1,10 +1,13 @@
#! /usr/bin/perl -ws
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/check-instincludes.sh b/util/check-instincludes.sh
index bc7f23ac25..f445641c77 100644
--- a/util/check-instincludes.sh
+++ b/util/check-instincludes.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/check-pullups.pl b/util/check-pullups.pl
index ebcc8fa756..a66a663d41 100644
--- a/util/check-pullups.pl
+++ b/util/check-pullups.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2001-2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/check-sources.pl b/util/check-sources.pl
index 5ce03b6f28..8891293bff 100644
--- a/util/check-sources.pl
+++ b/util/check-sources.pl
@@ -1,10 +1,13 @@
#! /usr/bin/perl -ws
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/checklibs.sh b/util/checklibs.sh
index b9bab6ded1..8d080cad24 100755
--- a/util/checklibs.sh
+++ b/util/checklibs.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
status=0
diff --git a/util/commit-arm.sh b/util/commit-arm.sh
index 418883b730..762b1d5c4e 100644
--- a/util/commit-arm.sh
+++ b/util/commit-arm.sh
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/copyrights b/util/copyrights
index 335cadb7fa..1d92785375 100644
--- a/util/copyrights
+++ b/util/copyrights
@@ -1,103 +1,103 @@
-./.gitattributes X 2015,2017
-./.gitignore X 2012,2013,2014,2015,2016
+./.gitattributes X 2015,2017,2018
+./.gitignore X 2012,2013,2014,2015,2016,2018
./.gitlab-ci.yml X 2018
-./Atffile X 2011
+./Atffile X 2011,2018
./CHANGES X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./CONTRIBUTING X 2018
./CONTRIBUTING.md MKD 2018
./COPYRIGHT TXT 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./EXCLUDED X 2017
-./HISTORY X 2010,2013,2016,2017
-./HISTORY.md MKD 2017
-./Kyuafile X 2017
-./LICENSE X 2016
+./EXCLUDED X 2017,2018
+./HISTORY X 2010,2013,2016,2017,2018
+./HISTORY.md MKD 2017,2018
+./Kyuafile X 2017,2018
+./LICENSE X 2016,2018
./Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
-./OPTIONS X 2017
-./OPTIONS.md MKD 2017
+./OPTIONS X 2017,2018
+./OPTIONS.md MKD 2017,2018
./README X 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./README.md MKD 2017,2018
./acconfig.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2014,2016,2018
-./aclocal.m4 X 1999,2000,2001,2012,2014
-./autogen.sh SH 2015,2016
+./aclocal.m4 X 1999,2000,2001,2012,2014,2018
+./autogen.sh SH 2015,2016,2018
./bin/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2013,2014,2016,2018
-./bin/check/.gitignore X 2012
-./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014,2015,2016
-./bin/check/check-tool.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/check/check-tool.h C 2000,2001,2002,2004,2005,2007,2010,2011,2013,2014,2016
+./bin/check/.gitignore X 2012,2018
+./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014,2015,2016,2018
+./bin/check/check-tool.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/check/check-tool.h C 2000,2001,2002,2004,2005,2007,2010,2011,2013,2014,2016,2018
./bin/check/named-checkconf.8 MAN DOCBOOK
-./bin/check/named-checkconf.c C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016
-./bin/check/named-checkconf.docbook SGML 2000,2001,2002,2004,2005,2007,2009,2014,2015,2016
+./bin/check/named-checkconf.c C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./bin/check/named-checkconf.docbook SGML 2000,2001,2002,2004,2005,2007,2009,2014,2015,2016,2018
./bin/check/named-checkconf.html HTML DOCBOOK
./bin/check/named-checkzone.8 MAN DOCBOOK
-./bin/check/named-checkzone.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
-./bin/check/named-checkzone.docbook SGML 2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016
+./bin/check/named-checkzone.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./bin/check/named-checkzone.docbook SGML 2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2018
./bin/check/named-checkzone.html HTML DOCBOOK
-./bin/check/win32/checkconf.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016
-./bin/check/win32/checkconf.dsw X 2001,2013
-./bin/check/win32/checkconf.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/check/win32/checkconf.vcxproj.filters.in X 2013,2015
-./bin/check/win32/checkconf.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/check/win32/checkconf.vcxproj.user X 2013
-./bin/check/win32/checktool.dsp.in X 2006,2009,2013,2014,2016
-./bin/check/win32/checktool.dsw X 2006
-./bin/check/win32/checktool.vcxproj.filters.in X 2013,2015
-./bin/check/win32/checktool.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/check/win32/checktool.vcxproj.user X 2013
-./bin/check/win32/checkzone.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/check/win32/checkzone.dsw X 2001,2013
-./bin/check/win32/checkzone.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/check/win32/checkzone.vcxproj.filters.in X 2013,2015
-./bin/check/win32/checkzone.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/check/win32/checkzone.vcxproj.user X 2013
-./bin/confgen/.gitignore X 2012,2014
-./bin/confgen/Makefile.in MAKE 2009,2012,2014,2015,2016,2017
+./bin/check/win32/checkconf.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/check/win32/checkconf.dsw X 2001,2013,2018
+./bin/check/win32/checkconf.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/check/win32/checkconf.vcxproj.filters.in X 2013,2015,2018
+./bin/check/win32/checkconf.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/check/win32/checkconf.vcxproj.user X 2013,2018
+./bin/check/win32/checktool.dsp.in X 2006,2009,2013,2014,2016,2018
+./bin/check/win32/checktool.dsw X 2006,2018
+./bin/check/win32/checktool.vcxproj.filters.in X 2013,2015,2018
+./bin/check/win32/checktool.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/check/win32/checktool.vcxproj.user X 2013,2018
+./bin/check/win32/checkzone.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/check/win32/checkzone.dsw X 2001,2013,2018
+./bin/check/win32/checkzone.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/check/win32/checkzone.vcxproj.filters.in X 2013,2015,2018
+./bin/check/win32/checkzone.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/check/win32/checkzone.vcxproj.user X 2013,2018
+./bin/confgen/.gitignore X 2012,2014,2018
+./bin/confgen/Makefile.in MAKE 2009,2012,2014,2015,2016,2017,2018
./bin/confgen/ddns-confgen.8 MAN DOCBOOK
-./bin/confgen/ddns-confgen.c C 2009,2011,2014,2016
-./bin/confgen/ddns-confgen.docbook SGML 2009,2014,2015,2016
+./bin/confgen/ddns-confgen.c C 2009,2011,2014,2016,2018
+./bin/confgen/ddns-confgen.docbook SGML 2009,2014,2015,2016,2018
./bin/confgen/ddns-confgen.html HTML DOCBOOK
-./bin/confgen/include/confgen/os.h C 2009,2016
-./bin/confgen/keygen.c C 2009,2012,2013,2014,2015,2016
-./bin/confgen/keygen.h C 2009,2016
+./bin/confgen/include/confgen/os.h C 2009,2016,2018
+./bin/confgen/keygen.c C 2009,2012,2013,2014,2015,2016,2018
+./bin/confgen/keygen.h C 2009,2016,2018
./bin/confgen/rndc-confgen.8 MAN DOCBOOK
-./bin/confgen/rndc-confgen.c C 2001,2003,2004,2005,2007,2008,2009,2011,2013,2014,2016
-./bin/confgen/rndc-confgen.docbook SGML 2001,2003,2004,2005,2007,2009,2013,2014,2015,2016
+./bin/confgen/rndc-confgen.c C 2001,2003,2004,2005,2007,2008,2009,2011,2013,2014,2016,2018
+./bin/confgen/rndc-confgen.docbook SGML 2001,2003,2004,2005,2007,2009,2013,2014,2015,2016,2018
./bin/confgen/rndc-confgen.html HTML DOCBOOK
-./bin/confgen/unix/Makefile.in MAKE 2009,2012,2016
-./bin/confgen/unix/os.c C 2009,2016
-./bin/confgen/util.c C 2009,2015,2016
-./bin/confgen/util.h C 2009,2016
-./bin/confgen/win32/confgentool.dsp.in X 2009,2013
-./bin/confgen/win32/confgentool.dsw X 2009
-./bin/confgen/win32/confgentool.vcxproj.filters.in X 2013,2015
-./bin/confgen/win32/confgentool.vcxproj.in X 2013,2015,2016,2017
-./bin/confgen/win32/confgentool.vcxproj.user X 2013
-./bin/confgen/win32/ddnsconfgen.dsp.in X 2009,2013
-./bin/confgen/win32/ddnsconfgen.dsw X 2009
-./bin/confgen/win32/ddnsconfgen.mak.in X 2009,2013
-./bin/confgen/win32/ddnsconfgen.vcxproj.filters.in X 2013,2015
-./bin/confgen/win32/ddnsconfgen.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/confgen/win32/ddnsconfgen.vcxproj.user X 2013
-./bin/confgen/win32/os.c C 2009,2016
-./bin/confgen/win32/rndcconfgen.dsp.in X 2001,2009,2013
-./bin/confgen/win32/rndcconfgen.dsw X 2001,2004,2005,2006,2009
-./bin/confgen/win32/rndcconfgen.mak.in X 2001,2004,2005,2006,2009,2013
-./bin/confgen/win32/rndcconfgen.vcxproj.filters.in X 2013,2015
-./bin/confgen/win32/rndcconfgen.vcxproj.in X 2013,2015,2016,2017
-./bin/confgen/win32/rndcconfgen.vcxproj.user X 2013
-./bin/delv/.gitignore X 2014
-./bin/delv/Makefile.in MAKE 2014,2015,2016,2017
+./bin/confgen/unix/Makefile.in MAKE 2009,2012,2016,2018
+./bin/confgen/unix/os.c C 2009,2016,2018
+./bin/confgen/util.c C 2009,2015,2016,2018
+./bin/confgen/util.h C 2009,2016,2018
+./bin/confgen/win32/confgentool.dsp.in X 2009,2013,2018
+./bin/confgen/win32/confgentool.dsw X 2009,2018
+./bin/confgen/win32/confgentool.vcxproj.filters.in X 2013,2015,2018
+./bin/confgen/win32/confgentool.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/confgen/win32/confgentool.vcxproj.user X 2013,2018
+./bin/confgen/win32/ddnsconfgen.dsp.in X 2009,2013,2018
+./bin/confgen/win32/ddnsconfgen.dsw X 2009,2018
+./bin/confgen/win32/ddnsconfgen.mak.in X 2009,2013,2018
+./bin/confgen/win32/ddnsconfgen.vcxproj.filters.in X 2013,2015,2018
+./bin/confgen/win32/ddnsconfgen.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/confgen/win32/ddnsconfgen.vcxproj.user X 2013,2018
+./bin/confgen/win32/os.c C 2009,2016,2018
+./bin/confgen/win32/rndcconfgen.dsp.in X 2001,2009,2013,2018
+./bin/confgen/win32/rndcconfgen.dsw X 2001,2004,2005,2006,2009,2018
+./bin/confgen/win32/rndcconfgen.mak.in X 2001,2004,2005,2006,2009,2013,2018
+./bin/confgen/win32/rndcconfgen.vcxproj.filters.in X 2013,2015,2018
+./bin/confgen/win32/rndcconfgen.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/confgen/win32/rndcconfgen.vcxproj.user X 2013,2018
+./bin/delv/.gitignore X 2014,2018
+./bin/delv/Makefile.in MAKE 2014,2015,2016,2017,2018
./bin/delv/delv.1 MAN DOCBOOK
-./bin/delv/delv.c C 2014,2015,2016,2017
-./bin/delv/delv.docbook SGML 2014,2015,2016,2017
+./bin/delv/delv.c C 2014,2015,2016,2017,2018
+./bin/delv/delv.docbook SGML 2014,2015,2016,2017,2018
./bin/delv/delv.html HTML DOCBOOK
-./bin/delv/win32/delv.dsp.in X 2014,2016
-./bin/delv/win32/delv.dsw X 2014
-./bin/delv/win32/delv.mak.in X 2014,2016
-./bin/delv/win32/delv.vcxproj.filters.in X 2014,2015
-./bin/delv/win32/delv.vcxproj.in X 2014,2015,2016,2017
-./bin/delv/win32/delv.vcxproj.user X 2014
-./bin/dig/.gitignore X 2012,2014
-./bin/dig/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2009,2012,2013,2014,2015,2016,2017
+./bin/delv/win32/delv.dsp.in X 2014,2016,2018
+./bin/delv/win32/delv.dsw X 2014,2018
+./bin/delv/win32/delv.mak.in X 2014,2016,2018
+./bin/delv/win32/delv.vcxproj.filters.in X 2014,2015,2018
+./bin/delv/win32/delv.vcxproj.in X 2014,2015,2016,2017,2018
+./bin/delv/win32/delv.vcxproj.user X 2014,2018
+./bin/dig/.gitignore X 2012,2014,2018
+./bin/dig/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2009,2012,2013,2014,2015,2016,2017,2018
./bin/dig/dig.1 MAN DOCBOOK
./bin/dig/dig.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/dig/dig.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
@@ -105,349 +105,350 @@
./bin/dig/dighost.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/dig/host.1 MAN DOCBOOK
./bin/dig/host.c C 2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/dig/host.docbook SGML 2000,2001,2002,2004,2005,2007,2008,2009,2014,2015,2016,2017
+./bin/dig/host.docbook SGML 2000,2001,2002,2004,2005,2007,2008,2009,2014,2015,2016,2017,2018
./bin/dig/host.html HTML DOCBOOK
./bin/dig/include/dig/dig.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
./bin/dig/nslookup.1 MAN DOCBOOK
./bin/dig/nslookup.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/dig/nslookup.docbook SGML 2004,2005,2006,2007,2010,2013,2014,2015,2016,2017
+./bin/dig/nslookup.docbook SGML 2004,2005,2006,2007,2010,2013,2014,2015,2016,2017,2018
./bin/dig/nslookup.html HTML DOCBOOK
-./bin/dig/win32/dig.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/dig/win32/dig.dsw X 2001
-./bin/dig/win32/dig.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/dig/win32/dig.vcxproj.filters.in X 2013,2015
-./bin/dig/win32/dig.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dig/win32/dig.vcxproj.user X 2013
-./bin/dig/win32/dighost.dsp.in X 2006,2009,2013,2014,2016
-./bin/dig/win32/dighost.dsw X 2006
-./bin/dig/win32/dighost.vcxproj.filters.in X 2013,2015
-./bin/dig/win32/dighost.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dig/win32/dighost.vcxproj.user X 2013
-./bin/dig/win32/host.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/dig/win32/host.dsw X 2001
-./bin/dig/win32/host.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/dig/win32/host.vcxproj.filters.in X 2013,2015
-./bin/dig/win32/host.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dig/win32/host.vcxproj.user X 2013
-./bin/dig/win32/nslookup.dsp.in X 2001,2002,2004,2005,2009,2013,2014,2016
-./bin/dig/win32/nslookup.dsw X 2001
-./bin/dig/win32/nslookup.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/dig/win32/nslookup.vcxproj.filters.in X 2013,2015
-./bin/dig/win32/nslookup.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dig/win32/nslookup.vcxproj.user X 2013
-./bin/dnssec/.gitignore X 2012,2013
-./bin/dnssec/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016
+./bin/dig/win32/dig.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dig/win32/dig.dsw X 2001,2018
+./bin/dig/win32/dig.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dig/win32/dig.vcxproj.filters.in X 2013,2015,2018
+./bin/dig/win32/dig.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dig/win32/dig.vcxproj.user X 2013,2018
+./bin/dig/win32/dighost.dsp.in X 2006,2009,2013,2014,2016,2018
+./bin/dig/win32/dighost.dsw X 2006,2018
+./bin/dig/win32/dighost.vcxproj.filters.in X 2013,2015,2018
+./bin/dig/win32/dighost.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dig/win32/dighost.vcxproj.user X 2013,2018
+./bin/dig/win32/host.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dig/win32/host.dsw X 2001,2018
+./bin/dig/win32/host.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dig/win32/host.vcxproj.filters.in X 2013,2015,2018
+./bin/dig/win32/host.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dig/win32/host.vcxproj.user X 2013,2018
+./bin/dig/win32/nslookup.dsp.in X 2001,2002,2004,2005,2009,2013,2014,2016,2018
+./bin/dig/win32/nslookup.dsw X 2001,2018
+./bin/dig/win32/nslookup.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dig/win32/nslookup.vcxproj.filters.in X 2013,2015,2018
+./bin/dig/win32/nslookup.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dig/win32/nslookup.vcxproj.user X 2013,2018
+./bin/dnssec/.gitignore X 2012,2013,2018
+./bin/dnssec/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2018
./bin/dnssec/dnssec-dsfromkey.8 MAN DOCBOOK
-./bin/dnssec/dnssec-dsfromkey.c C 2008,2009,2010,2011,2012,2014,2015,2016,2017
-./bin/dnssec/dnssec-dsfromkey.docbook SGML 2008,2009,2010,2011,2012,2014,2015,2016
+./bin/dnssec/dnssec-dsfromkey.c C 2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
+./bin/dnssec/dnssec-dsfromkey.docbook SGML 2008,2009,2010,2011,2012,2014,2015,2016,2018
./bin/dnssec/dnssec-dsfromkey.html HTML DOCBOOK
./bin/dnssec/dnssec-importkey.8 MAN DOCBOOK
-./bin/dnssec/dnssec-importkey.c C 2013,2014,2015,2016
-./bin/dnssec/dnssec-importkey.docbook SGML 2013,2014,2015,2016
+./bin/dnssec/dnssec-importkey.c C 2013,2014,2015,2016,2018
+./bin/dnssec/dnssec-importkey.docbook SGML 2013,2014,2015,2016,2018
./bin/dnssec/dnssec-importkey.html HTML DOCBOOK
./bin/dnssec/dnssec-keyfromlabel.8 MAN DOCBOOK
./bin/dnssec/dnssec-keyfromlabel.c C 2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
-./bin/dnssec/dnssec-keyfromlabel.docbook SGML 2008,2009,2010,2011,2012,2014,2015,2016,2017
+./bin/dnssec/dnssec-keyfromlabel.docbook SGML 2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
./bin/dnssec/dnssec-keyfromlabel.html HTML DOCBOOK
./bin/dnssec/dnssec-keygen.8 MAN DOCBOOK
-./bin/dnssec/dnssec-keygen.c C.NAI 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/dnssec/dnssec-keygen.docbook SGML 2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
+./bin/dnssec/dnssec-keygen.c C.NAI 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/dnssec/dnssec-keygen.docbook SGML 2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
./bin/dnssec/dnssec-keygen.html HTML DOCBOOK
./bin/dnssec/dnssec-revoke.8 MAN DOCBOOK
-./bin/dnssec/dnssec-revoke.c C 2009,2010,2011,2012,2014,2015,2016,2017
-./bin/dnssec/dnssec-revoke.docbook SGML 2009,2011,2014,2015,2016
+./bin/dnssec/dnssec-revoke.c C 2009,2010,2011,2012,2014,2015,2016,2017,2018
+./bin/dnssec/dnssec-revoke.docbook SGML 2009,2011,2014,2015,2016,2018
./bin/dnssec/dnssec-revoke.html HTML DOCBOOK
./bin/dnssec/dnssec-settime.8 MAN DOCBOOK
-./bin/dnssec/dnssec-settime.c C 2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/dnssec/dnssec-settime.docbook SGML 2009,2010,2011,2014,2015,2016,2017
+./bin/dnssec/dnssec-settime.c C 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/dnssec/dnssec-settime.docbook SGML 2009,2010,2011,2014,2015,2016,2017,2018
./bin/dnssec/dnssec-settime.html HTML DOCBOOK
./bin/dnssec/dnssec-signzone.8 MAN DOCBOOK
./bin/dnssec/dnssec-signzone.c C.NAI 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/dnssec/dnssec-signzone.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
+./bin/dnssec/dnssec-signzone.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
./bin/dnssec/dnssec-signzone.html HTML DOCBOOK
./bin/dnssec/dnssec-verify.8 MAN DOCBOOK
-./bin/dnssec/dnssec-verify.c C 2012,2014,2015,2016,2017
-./bin/dnssec/dnssec-verify.docbook SGML 2012,2014,2015,2016
+./bin/dnssec/dnssec-verify.c C 2012,2014,2015,2016,2017,2018
+./bin/dnssec/dnssec-verify.docbook SGML 2012,2014,2015,2016,2018
./bin/dnssec/dnssec-verify.html HTML DOCBOOK
./bin/dnssec/dnssectool.c C 2000,2001,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/dnssec/dnssectool.h C 2000,2001,2003,2004,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
-./bin/dnssec/win32/dnssectool.dsp.in X 2006,2009,2013,2014,2016
-./bin/dnssec/win32/dnssectool.dsw X 2006,2009
-./bin/dnssec/win32/dnssectool.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/dnssectool.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/dnssectool.vcxproj.user X 2013
-./bin/dnssec/win32/dsfromkey.dsp.in X 2008,2009,2013,2014,2016
-./bin/dnssec/win32/dsfromkey.dsw X 2008
-./bin/dnssec/win32/dsfromkey.mak.in X 2008,2009,2013,2014,2016
-./bin/dnssec/win32/dsfromkey.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/dsfromkey.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/dsfromkey.vcxproj.user X 2013
-./bin/dnssec/win32/importkey.dsp.in X 2013,2014,2016
-./bin/dnssec/win32/importkey.dsw X 2013
-./bin/dnssec/win32/importkey.mak.in X 2013,2014,2016
-./bin/dnssec/win32/importkey.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/importkey.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/importkey.vcxproj.user X 2013
-./bin/dnssec/win32/keyfromlabel.dsp.in X 2008,2009,2013,2014,2016
-./bin/dnssec/win32/keyfromlabel.dsw X 2008
-./bin/dnssec/win32/keyfromlabel.mak.in X 2008,2009,2013,2014,2016
-./bin/dnssec/win32/keyfromlabel.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/keyfromlabel.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/keyfromlabel.vcxproj.user X 2013
-./bin/dnssec/win32/keygen.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016
-./bin/dnssec/win32/keygen.dsw X 2001
-./bin/dnssec/win32/keygen.mak.in X 2001,2004,2005,2006,2009,2013,2014,2016
-./bin/dnssec/win32/keygen.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/keygen.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/keygen.vcxproj.user X 2013
-./bin/dnssec/win32/revoke.dsp.in X 2009,2013,2014,2016
-./bin/dnssec/win32/revoke.dsw X 2009
-./bin/dnssec/win32/revoke.mak.in X 2009,2013,2014,2016
-./bin/dnssec/win32/revoke.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/revoke.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/revoke.vcxproj.user X 2013
-./bin/dnssec/win32/settime.dsp.in X 2009,2013,2014,2016
-./bin/dnssec/win32/settime.dsw X 2009
-./bin/dnssec/win32/settime.mak.in X 2009,2013,2014,2016
-./bin/dnssec/win32/settime.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/settime.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/settime.vcxproj.user X 2013
-./bin/dnssec/win32/signzone.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016
-./bin/dnssec/win32/signzone.dsw X 2001
-./bin/dnssec/win32/signzone.mak.in X 2001,2004,2005,2006,2009,2013,2014,2016
-./bin/dnssec/win32/signzone.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/signzone.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/signzone.vcxproj.user X 2013
-./bin/dnssec/win32/verify.dsp.in X 2013,2014,2016
-./bin/dnssec/win32/verify.dsw X 2013
-./bin/dnssec/win32/verify.mak.in X 2013,2014,2016
-./bin/dnssec/win32/verify.vcxproj.filters.in X 2013,2015
-./bin/dnssec/win32/verify.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/dnssec/win32/verify.vcxproj.user X 2013
-./bin/named/.gitignore X 2012,2014
-./bin/named/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/named/bind9.xsl SGML 2006,2007,2008,2009,2012,2013,2014,2015,2016
-./bin/named/bind9.xsl.h X 2007,2008,2009,2011,2012,2013,2014,2015,2016
-./bin/named/builtin.c C 2001,2002,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016
+./bin/dnssec/dnssectool.h C 2000,2001,2003,2004,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
+./bin/dnssec/win32/dnssectool.dsp.in X 2006,2009,2013,2014,2016,2018
+./bin/dnssec/win32/dnssectool.dsw X 2006,2009,2018
+./bin/dnssec/win32/dnssectool.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/dnssectool.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/dnssectool.vcxproj.user X 2013,2018
+./bin/dnssec/win32/dsfromkey.dsp.in X 2008,2009,2013,2014,2016,2018
+./bin/dnssec/win32/dsfromkey.dsw X 2008,2018
+./bin/dnssec/win32/dsfromkey.mak.in X 2008,2009,2013,2014,2016,2018
+./bin/dnssec/win32/dsfromkey.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/dsfromkey.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/dsfromkey.vcxproj.user X 2013,2018
+./bin/dnssec/win32/importkey.dsp.in X 2013,2014,2016,2018
+./bin/dnssec/win32/importkey.dsw X 2013,2018
+./bin/dnssec/win32/importkey.mak.in X 2013,2014,2016,2018
+./bin/dnssec/win32/importkey.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/importkey.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/importkey.vcxproj.user X 2013,2018
+./bin/dnssec/win32/keyfromlabel.dsp.in X 2008,2009,2013,2014,2016,2018
+./bin/dnssec/win32/keyfromlabel.dsw X 2008,2018
+./bin/dnssec/win32/keyfromlabel.mak.in X 2008,2009,2013,2014,2016,2018
+./bin/dnssec/win32/keyfromlabel.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/keyfromlabel.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/keyfromlabel.vcxproj.user X 2013,2018
+./bin/dnssec/win32/keygen.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dnssec/win32/keygen.dsw X 2001,2018
+./bin/dnssec/win32/keygen.mak.in X 2001,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dnssec/win32/keygen.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/keygen.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/keygen.vcxproj.user X 2013,2018
+./bin/dnssec/win32/revoke.dsp.in X 2009,2013,2014,2016,2018
+./bin/dnssec/win32/revoke.dsw X 2009,2018
+./bin/dnssec/win32/revoke.mak.in X 2009,2013,2014,2016,2018
+./bin/dnssec/win32/revoke.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/revoke.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/revoke.vcxproj.user X 2013,2018
+./bin/dnssec/win32/settime.dsp.in X 2009,2013,2014,2016,2018
+./bin/dnssec/win32/settime.dsw X 2009,2018
+./bin/dnssec/win32/settime.mak.in X 2009,2013,2014,2016,2018
+./bin/dnssec/win32/settime.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/settime.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/settime.vcxproj.user X 2013,2018
+./bin/dnssec/win32/signzone.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dnssec/win32/signzone.dsw X 2001,2018
+./bin/dnssec/win32/signzone.mak.in X 2001,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/dnssec/win32/signzone.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/signzone.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/signzone.vcxproj.user X 2013,2018
+./bin/dnssec/win32/verify.dsp.in X 2013,2014,2016,2018
+./bin/dnssec/win32/verify.dsw X 2013,2018
+./bin/dnssec/win32/verify.mak.in X 2013,2014,2016,2018
+./bin/dnssec/win32/verify.vcxproj.filters.in X 2013,2015,2018
+./bin/dnssec/win32/verify.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/dnssec/win32/verify.vcxproj.user X 2013,2018
+./bin/named/.gitignore X 2012,2014,2018
+./bin/named/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/named/bind9.xsl SGML 2006,2007,2008,2009,2012,2013,2014,2015,2016,2018
+./bin/named/bind9.xsl.h X 2007,2008,2009,2011,2012,2013,2014,2015,2016,2018
+./bin/named/builtin.c C 2001,2002,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2018
./bin/named/client.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/named/config.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/named/control.c C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016
-./bin/named/controlconf.c C 2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2013,2014,2015,2016
-./bin/named/convertxsl.pl PERL 2006,2007,2008,2012,2014,2016
-./bin/named/fuzz.c C 2016
-./bin/named/geoip.c C 2013,2014,2016
-./bin/named/include/.gitignore X 2012,2014
-./bin/named/include/dlz/dlz_dlopen_driver.h C 2011,2016
-./bin/named/include/named/builtin.h C 2001,2004,2005,2007,2016
+./bin/named/config.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/named/control.c C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./bin/named/controlconf.c C 2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2013,2014,2015,2016,2018
+./bin/named/convertxsl.pl PERL 2006,2007,2008,2012,2014,2016,2018
+./bin/named/fuzz.c C 2016,2018
+./bin/named/geoip.c C 2013,2014,2016,2018
+./bin/named/include/.gitignore X 2012,2014,2018
+./bin/named/include/dlz/dlz_dlopen_driver.h C 2011,2016,2018
+./bin/named/include/named/builtin.h C 2001,2004,2005,2007,2016,2018
./bin/named/include/named/client.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/named/include/named/config.h C 2001,2002,2004,2005,2006,2007,2009,2013,2016
-./bin/named/include/named/control.h C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2014,2015,2016
-./bin/named/include/named/fuzz.h C 2016
-./bin/named/include/named/geoip.h C 2013,2016
-./bin/named/include/named/globals.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/named/include/named/interfacemgr.h C 1999,2000,2001,2002,2004,2005,2007,2011,2013,2014,2016
-./bin/named/include/named/listenlist.h C 2000,2001,2004,2005,2007,2013,2016
-./bin/named/include/named/log.h C 1999,2000,2001,2002,2004,2005,2007,2009,2015,2016,2017
-./bin/named/include/named/logconf.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./bin/named/include/named/lwaddr.h C 2000,2001,2004,2005,2007,2016
-./bin/named/include/named/lwdclient.h C 2000,2001,2004,2005,2007,2009,2015,2016
-./bin/named/include/named/lwresd.h C 2000,2001,2004,2005,2006,2007,2014,2016
-./bin/named/include/named/lwsearch.h C 2000,2001,2004,2005,2007,2016
-./bin/named/include/named/main.h C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2015,2016
-./bin/named/include/named/notify.h C 1999,2000,2001,2004,2005,2007,2009,2016
-./bin/named/include/named/ns_smf_globals.h C 2005,2007,2014,2016
-./bin/named/include/named/query.h C 1999,2000,2001,2002,2004,2005,2007,2010,2011,2013,2014,2015,2016
-./bin/named/include/named/seccomp.h C 2014,2016,2017
-./bin/named/include/named/server.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/named/include/named/sortlist.h C 2000,2001,2004,2005,2006,2007,2016
-./bin/named/include/named/statschannel.h C 2008,2016
-./bin/named/include/named/tkeyconf.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./bin/named/include/named/tsigconf.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016
-./bin/named/include/named/types.h C 1999,2000,2001,2004,2005,2006,2007,2008,2009,2015,2016
-./bin/named/include/named/update.h C 1999,2000,2001,2004,2005,2007,2016
-./bin/named/include/named/xfrout.h C 1999,2000,2001,2004,2005,2007,2016
-./bin/named/include/named/zoneconf.h C 1999,2000,2001,2002,2004,2005,2006,2007,2010,2011,2015,2016
-./bin/named/interfacemgr.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./bin/named/listenlist.c C 2000,2001,2004,2005,2007,2013,2016
-./bin/named/log.c C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2013,2014,2016,2017
-./bin/named/logconf.c C 1999,2000,2001,2004,2005,2006,2007,2011,2013,2014,2015,2016,2017
-./bin/named/lwaddr.c C 2000,2001,2004,2005,2007,2008,2014,2016
-./bin/named/lwdclient.c C 2000,2001,2004,2005,2007,2015,2016
-./bin/named/lwderror.c C 2000,2001,2004,2005,2007,2016
-./bin/named/lwdgabn.c C 2000,2001,2004,2005,2006,2007,2009,2016
-./bin/named/lwdgnba.c C 2000,2001,2002,2004,2005,2007,2008,2014,2016
-./bin/named/lwdgrbn.c C 2000,2001,2003,2004,2005,2006,2007,2009,2013,2014,2015,2016
-./bin/named/lwdnoop.c C 2000,2001,2004,2005,2007,2008,2016
+./bin/named/include/named/config.h C 2001,2002,2004,2005,2006,2007,2009,2013,2016,2018
+./bin/named/include/named/control.h C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2014,2015,2016,2018
+./bin/named/include/named/fuzz.h C 2016,2018
+./bin/named/include/named/geoip.h C 2013,2016,2018
+./bin/named/include/named/globals.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/named/include/named/interfacemgr.h C 1999,2000,2001,2002,2004,2005,2007,2011,2013,2014,2016,2018
+./bin/named/include/named/listenlist.h C 2000,2001,2004,2005,2007,2013,2016,2018
+./bin/named/include/named/log.h C 1999,2000,2001,2002,2004,2005,2007,2009,2015,2016,2017,2018
+./bin/named/include/named/logconf.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./bin/named/include/named/lwaddr.h C 2000,2001,2004,2005,2007,2016,2018
+./bin/named/include/named/lwdclient.h C 2000,2001,2004,2005,2007,2009,2015,2016,2018
+./bin/named/include/named/lwresd.h C 2000,2001,2004,2005,2006,2007,2014,2016,2018
+./bin/named/include/named/lwsearch.h C 2000,2001,2004,2005,2007,2016,2018
+./bin/named/include/named/main.h C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2015,2016,2018
+./bin/named/include/named/notify.h C 1999,2000,2001,2004,2005,2007,2009,2016,2018
+./bin/named/include/named/ns_smf_globals.h C 2005,2007,2014,2016,2018
+./bin/named/include/named/query.h C 1999,2000,2001,2002,2004,2005,2007,2010,2011,2013,2014,2015,2016,2018
+./bin/named/include/named/seccomp.h C 2014,2016,2017,2018
+./bin/named/include/named/server.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/named/include/named/sortlist.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./bin/named/include/named/statschannel.h C 2008,2016,2018
+./bin/named/include/named/tkeyconf.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./bin/named/include/named/tsigconf.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2018
+./bin/named/include/named/types.h C 1999,2000,2001,2004,2005,2006,2007,2008,2009,2015,2016,2018
+./bin/named/include/named/update.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./bin/named/include/named/xfrout.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./bin/named/include/named/zoneconf.h C 1999,2000,2001,2002,2004,2005,2006,2007,2010,2011,2015,2016,2018
+./bin/named/interfacemgr.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/named/listenlist.c C 2000,2001,2004,2005,2007,2013,2016,2018
+./bin/named/log.c C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2013,2014,2016,2017,2018
+./bin/named/logconf.c C 1999,2000,2001,2004,2005,2006,2007,2011,2013,2014,2015,2016,2017,2018
+./bin/named/lwaddr.c C 2000,2001,2004,2005,2007,2008,2014,2016,2018
+./bin/named/lwdclient.c C 2000,2001,2004,2005,2007,2015,2016,2018
+./bin/named/lwderror.c C 2000,2001,2004,2005,2007,2016,2018
+./bin/named/lwdgabn.c C 2000,2001,2004,2005,2006,2007,2009,2016,2018
+./bin/named/lwdgnba.c C 2000,2001,2002,2004,2005,2007,2008,2014,2016,2018
+./bin/named/lwdgrbn.c C 2000,2001,2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2018
+./bin/named/lwdnoop.c C 2000,2001,2004,2005,2007,2008,2016,2018
./bin/named/lwresd.8 MAN DOCBOOK
-./bin/named/lwresd.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016
-./bin/named/lwresd.docbook SGML 2000,2001,2004,2005,2007,2008,2009,2014,2015,2016,2017
+./bin/named/lwresd.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2018
+./bin/named/lwresd.docbook SGML 2000,2001,2004,2005,2007,2008,2009,2014,2015,2016,2017,2018
./bin/named/lwresd.html HTML DOCBOOK
-./bin/named/lwsearch.c C 2000,2001,2004,2005,2007,2016
-./bin/named/main.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/named/lwsearch.c C 2000,2001,2004,2005,2007,2016,2018
+./bin/named/main.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/named/named.8 MAN DOCBOOK
./bin/named/named.conf.5 MAN DOCBOOK
./bin/named/named.conf.docbook SGML 2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/named/named.conf.html HTML DOCBOOK
-./bin/named/named.docbook SGML 2000,2001,2003,2004,2005,2006,2007,2008,2009,2011,2013,2014,2015,2016,2017
+./bin/named/named.docbook SGML 2000,2001,2003,2004,2005,2006,2007,2008,2009,2011,2013,2014,2015,2016,2017,2018
./bin/named/named.html HTML DOCBOOK
./bin/named/notify.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2016,2018
./bin/named/query.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/named/server.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/named/sortlist.c C 2000,2001,2004,2005,2006,2007,2016
+./bin/named/sortlist.c C 2000,2001,2004,2005,2006,2007,2016,2018
./bin/named/statschannel.c C 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/named/tkeyconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2012,2014,2016
-./bin/named/tsigconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2016,2017
-./bin/named/unix/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2011,2012,2016
-./bin/named/unix/dlz_dlopen_driver.c C 2011,2012,2013,2014,2016,2017
-./bin/named/unix/include/named/os.h C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2014,2016,2017
+./bin/named/tkeyconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2012,2014,2016,2018
+./bin/named/tsigconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2016,2017,2018
+./bin/named/unix/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2011,2012,2016,2018
+./bin/named/unix/dlz_dlopen_driver.c C 2011,2012,2013,2014,2016,2017,2018
+./bin/named/unix/include/named/os.h C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2014,2016,2017,2018
./bin/named/unix/os.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
./bin/named/update.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/named/win32/dlz_dlopen_driver.c C 2011,2012,2013,2014,2016
-./bin/named/win32/include/named/ntservice.h C 1999,2000,2001,2002,2003,2004,2007,2016
-./bin/named/win32/include/named/os.h C 1999,2000,2001,2002,2004,2007,2008,2009,2014,2016,2017
-./bin/named/win32/named.dsp.in X 2001,2004,2005,2008,2009,2010,2011,2013,2014,2015,2016
-./bin/named/win32/named.dsw X 2001
-./bin/named/win32/named.mak.in X 2001,2002,2004,2005,2006,2008,2009,2010,2011,2013,2014,2015,2016
-./bin/named/win32/named.vcxproj.filters.in X 2013,2015,2016
-./bin/named/win32/named.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/named/win32/named.vcxproj.user X 2013
-./bin/named/win32/ntservice.c C 1999,2000,2001,2002,2004,2006,2007,2009,2011,2013,2014,2015,2016,2017
-./bin/named/win32/os.c C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2017
-./bin/named/xfrout.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/named/win32/dlz_dlopen_driver.c C 2011,2012,2013,2014,2016,2018
+./bin/named/win32/include/named/ntservice.h C 1999,2000,2001,2002,2003,2004,2007,2016,2018
+./bin/named/win32/include/named/os.h C 1999,2000,2001,2002,2004,2007,2008,2009,2014,2016,2017,2018
+./bin/named/win32/named.dsp.in X 2001,2004,2005,2008,2009,2010,2011,2013,2014,2015,2016,2018
+./bin/named/win32/named.dsw X 2001,2018
+./bin/named/win32/named.mak.in X 2001,2002,2004,2005,2006,2008,2009,2010,2011,2013,2014,2015,2016,2018
+./bin/named/win32/named.vcxproj.filters.in X 2013,2015,2016,2018
+./bin/named/win32/named.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/named/win32/named.vcxproj.user X 2013,2018
+./bin/named/win32/ntservice.c C 1999,2000,2001,2002,2004,2006,2007,2009,2011,2013,2014,2015,2016,2017,2018
+./bin/named/win32/os.c C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018
+./bin/named/xfrout.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/named/zoneconf.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/nsupdate/.gitignore X 2012
-./bin/nsupdate/Makefile.in MAKE 2000,2001,2002,2004,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017
+./bin/nsupdate/.gitignore X 2012,2018
+./bin/nsupdate/Makefile.in MAKE 2000,2001,2002,2004,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018
./bin/nsupdate/nsupdate.1 MAN DOCBOOK
./bin/nsupdate/nsupdate.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/nsupdate/nsupdate.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
+./bin/nsupdate/nsupdate.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
./bin/nsupdate/nsupdate.html HTML DOCBOOK
-./bin/nsupdate/win32/nsupdate.dsp.in X 2001,2004,2005,2009,2013,2014,2016
-./bin/nsupdate/win32/nsupdate.dsw X 2001
-./bin/nsupdate/win32/nsupdate.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016
-./bin/nsupdate/win32/nsupdate.vcxproj.filters.in X 2013,2015
-./bin/nsupdate/win32/nsupdate.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/nsupdate/win32/nsupdate.vcxproj.user X 2013
-./bin/pkcs11/.gitignore X 2014
-./bin/pkcs11/Makefile.in MAKE 2009,2012,2014,2015,2016
-./bin/pkcs11/OLD-PKCS11-NOTES X 2009
-./bin/pkcs11/openssl-0.9.8zh-patch X 2015
-./bin/pkcs11/openssl-1.0.0t-patch X 2015
-./bin/pkcs11/openssl-1.0.1t-patch X 2016
-./bin/pkcs11/openssl-1.0.2h-patch X 2016
+./bin/nsupdate/win32/nsupdate.dsp.in X 2001,2004,2005,2009,2013,2014,2016,2018
+./bin/nsupdate/win32/nsupdate.dsw X 2001,2018
+./bin/nsupdate/win32/nsupdate.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016,2018
+./bin/nsupdate/win32/nsupdate.vcxproj.filters.in X 2013,2015,2018
+./bin/nsupdate/win32/nsupdate.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/nsupdate/win32/nsupdate.vcxproj.user X 2013,2018
+./bin/pkcs11/.gitignore X 2014,2018
+./bin/pkcs11/Makefile.in MAKE 2009,2012,2014,2015,2016,2018
+./bin/pkcs11/OLD-PKCS11-NOTES X 2009,2018
+./bin/pkcs11/openssl-0.9.8zh-patch X 2015,2018
+./bin/pkcs11/openssl-1.0.0t-patch X 2015,2018
+./bin/pkcs11/openssl-1.0.1t-patch X 2016,2018
+./bin/pkcs11/openssl-1.0.2h-patch X 2016,2018
./bin/pkcs11/pkcs11-destroy.8 MAN DOCBOOK
./bin/pkcs11/pkcs11-destroy.c X 2009,2010,2014,2015,2018
-./bin/pkcs11/pkcs11-destroy.docbook SGML 2009,2014,2015,2016
+./bin/pkcs11/pkcs11-destroy.docbook SGML 2009,2014,2015,2016,2018
./bin/pkcs11/pkcs11-destroy.html HTML DOCBOOK
./bin/pkcs11/pkcs11-keygen.8 MAN DOCBOOK
-./bin/pkcs11/pkcs11-keygen.c X 2009,2014,2015,2017
-./bin/pkcs11/pkcs11-keygen.docbook SGML 2009,2014,2015,2016,2017
+./bin/pkcs11/pkcs11-keygen.c X 2009,2014,2015,2017,2018
+./bin/pkcs11/pkcs11-keygen.docbook SGML 2009,2014,2015,2016,2017,2018
./bin/pkcs11/pkcs11-keygen.html HTML DOCBOOK
./bin/pkcs11/pkcs11-list.8 MAN DOCBOOK
./bin/pkcs11/pkcs11-list.c C 2009,2014,2015,2016,2018
-./bin/pkcs11/pkcs11-list.docbook SGML 2009,2014,2015,2016
+./bin/pkcs11/pkcs11-list.docbook SGML 2009,2014,2015,2016,2018
./bin/pkcs11/pkcs11-list.html HTML DOCBOOK
./bin/pkcs11/pkcs11-tokens.8 MAN DOCBOOK
-./bin/pkcs11/pkcs11-tokens.c C 2014,2015,2016
-./bin/pkcs11/pkcs11-tokens.docbook SGML 2014,2015,2016
+./bin/pkcs11/pkcs11-tokens.c C 2014,2015,2016,2018
+./bin/pkcs11/pkcs11-tokens.docbook SGML 2014,2015,2016,2018
./bin/pkcs11/pkcs11-tokens.html HTML DOCBOOK
-./bin/pkcs11/win32/pk11destroy.dsp.in X 2009,2013,2014
-./bin/pkcs11/win32/pk11destroy.dsw X 2009
-./bin/pkcs11/win32/pk11destroy.mak.in X 2009,2013,2014
-./bin/pkcs11/win32/pk11destroy.vcxproj.filters.in X 2013,2014,2015
-./bin/pkcs11/win32/pk11destroy.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/pkcs11/win32/pk11destroy.vcxproj.user X 2013
-./bin/pkcs11/win32/pk11keygen.dsp.in X 2009,2013,2014
-./bin/pkcs11/win32/pk11keygen.dsw X 2009
-./bin/pkcs11/win32/pk11keygen.mak.in X 2009,2013,2014
-./bin/pkcs11/win32/pk11keygen.vcxproj.filters.in X 2013,2014,2015
-./bin/pkcs11/win32/pk11keygen.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/pkcs11/win32/pk11keygen.vcxproj.user X 2013
-./bin/pkcs11/win32/pk11list.dsp.in X 2009,2013,2014
-./bin/pkcs11/win32/pk11list.dsw X 2009
-./bin/pkcs11/win32/pk11list.mak.in X 2009,2013,2014
-./bin/pkcs11/win32/pk11list.vcxproj.filters.in X 2013,2014,2015
-./bin/pkcs11/win32/pk11list.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/pkcs11/win32/pk11list.vcxproj.user X 2013
-./bin/pkcs11/win32/pk11tokens.dsp.in X 2014
-./bin/pkcs11/win32/pk11tokens.dsw X 2014
-./bin/pkcs11/win32/pk11tokens.mak.in X 2014
-./bin/pkcs11/win32/pk11tokens.vcxproj.filters.in X 2014,2015
-./bin/pkcs11/win32/pk11tokens.vcxproj.in X 2014,2015,2016,2017
-./bin/pkcs11/win32/pk11tokens.vcxproj.user X 2014
-./bin/python/.gitignore X 2012,2013,2016
-./bin/python/Makefile.in MAKE 2012,2013,2014,2016,2017
+./bin/pkcs11/win32/pk11destroy.dsp.in X 2009,2013,2014,2018
+./bin/pkcs11/win32/pk11destroy.dsw X 2009,2018
+./bin/pkcs11/win32/pk11destroy.mak.in X 2009,2013,2014,2018
+./bin/pkcs11/win32/pk11destroy.vcxproj.filters.in X 2013,2014,2015,2018
+./bin/pkcs11/win32/pk11destroy.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/pkcs11/win32/pk11destroy.vcxproj.user X 2013,2018
+./bin/pkcs11/win32/pk11keygen.dsp.in X 2009,2013,2014,2018
+./bin/pkcs11/win32/pk11keygen.dsw X 2009,2018
+./bin/pkcs11/win32/pk11keygen.mak.in X 2009,2013,2014,2018
+./bin/pkcs11/win32/pk11keygen.vcxproj.filters.in X 2013,2014,2015,2018
+./bin/pkcs11/win32/pk11keygen.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/pkcs11/win32/pk11keygen.vcxproj.user X 2013,2018
+./bin/pkcs11/win32/pk11list.dsp.in X 2009,2013,2014,2018
+./bin/pkcs11/win32/pk11list.dsw X 2009,2018
+./bin/pkcs11/win32/pk11list.mak.in X 2009,2013,2014,2018
+./bin/pkcs11/win32/pk11list.vcxproj.filters.in X 2013,2014,2015,2018
+./bin/pkcs11/win32/pk11list.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/pkcs11/win32/pk11list.vcxproj.user X 2013,2018
+./bin/pkcs11/win32/pk11tokens.dsp.in X 2014,2018
+./bin/pkcs11/win32/pk11tokens.dsw X 2014,2018
+./bin/pkcs11/win32/pk11tokens.mak.in X 2014,2018
+./bin/pkcs11/win32/pk11tokens.vcxproj.filters.in X 2014,2015,2018
+./bin/pkcs11/win32/pk11tokens.vcxproj.in X 2014,2015,2016,2017,2018
+./bin/pkcs11/win32/pk11tokens.vcxproj.user X 2014,2018
+./bin/python/.gitignore X 2012,2013,2016,2018
+./bin/python/Makefile.in MAKE 2012,2013,2014,2016,2017,2018
./bin/python/dnssec-checkds.8 MAN DOCBOOK
-./bin/python/dnssec-checkds.docbook SGML 2012,2013,2014,2015,2016,2017
+./bin/python/dnssec-checkds.docbook SGML 2012,2013,2014,2015,2016,2017,2018
./bin/python/dnssec-checkds.html HTML DOCBOOK
-./bin/python/dnssec-checkds.py.in PYTHON-BIN 2012,2013,2014,2015,2016,2017
+./bin/python/dnssec-checkds.py.in PYTHON-BIN 2012,2013,2014,2015,2016,2017,2018
./bin/python/dnssec-coverage.8 MAN DOCBOOK
-./bin/python/dnssec-coverage.docbook SGML 2013,2014,2015,2016
+./bin/python/dnssec-coverage.docbook SGML 2013,2014,2015,2016,2018
./bin/python/dnssec-coverage.html HTML DOCBOOK
-./bin/python/dnssec-coverage.py.in PYTHON-BIN 2013,2014,2015,2016,2017
+./bin/python/dnssec-coverage.py.in PYTHON-BIN 2013,2014,2015,2016,2017,2018
./bin/python/dnssec-keymgr.8 MAN DOCBOOK
-./bin/python/dnssec-keymgr.docbook SGML 2016,2017
+./bin/python/dnssec-keymgr.docbook SGML 2016,2017,2018
./bin/python/dnssec-keymgr.html HTML DOCBOOK
-./bin/python/dnssec-keymgr.py.in PYTHON-BIN 2016,2017
-./bin/python/isc/.gitignore X 2016
-./bin/python/isc/Makefile.in MAKE 2016
-./bin/python/isc/__init__.py.in PYTHON 2016
-./bin/python/isc/checkds.py.in PYTHON 2012,2013,2014,2015,2016
-./bin/python/isc/coverage.py.in PYTHON 2013,2014,2015,2016,2017
-./bin/python/isc/dnskey.py.in PYTHON 2013,2014,2015,2016,2017
-./bin/python/isc/eventlist.py.in PYTHON 2015,2016
-./bin/python/isc/keydict.py.in PYTHON 2016
-./bin/python/isc/keyevent.py.in PYTHON 2013,2014,2015,2016
-./bin/python/isc/keymgr.py.in PYTHON 2016
-./bin/python/isc/keyseries.py.in PYTHON 2016
-./bin/python/isc/keyzone.py.in PYTHON 2013,2014,2015,2016
-./bin/python/isc/policy.py.in PYTHON 2016,2017
-./bin/python/isc/rndc.py.in PYTHON 2016
-./bin/python/isc/tests/.gitignore X 2016
-./bin/python/isc/tests/Makefile.in MAKE 2016
-./bin/python/isc/tests/dnskey_test.py.in PYTHON 2016
-./bin/python/isc/tests/policy_test.py.in PYTHON 2016,2017
-./bin/python/isc/tests/test-policies/01-keysize.pol CONF-C 2016
-./bin/python/isc/tests/test-policies/02-prepublish.pol CONF-C 2016
-./bin/python/isc/tests/test-policies/03-postpublish.pol CONF-C 2016
-./bin/python/isc/tests/test-policies/04-combined-pre-post.pol CONF-C 2016
-./bin/python/isc/tests/test-policies/05-numeric-zone.pol CONF-C 2017
-./bin/python/isc/tests/testdata/Kexample.com.+007+35529.key X 2016
-./bin/python/isc/tests/testdata/Kexample.com.+007+35529.private X 2016
-./bin/python/isc/utils.py.in PYTHON 2016
+./bin/python/dnssec-keymgr.py.in PYTHON-BIN 2016,2017,2018
+./bin/python/isc/.gitignore X 2016,2018
+./bin/python/isc/Makefile.in MAKE 2016,2018
+./bin/python/isc/__init__.py.in PYTHON 2016,2018
+./bin/python/isc/checkds.py.in PYTHON 2012,2013,2014,2015,2016,2018
+./bin/python/isc/coverage.py.in PYTHON 2013,2014,2015,2016,2017,2018
+./bin/python/isc/dnskey.py.in PYTHON 2013,2014,2015,2016,2017,2018
+./bin/python/isc/eventlist.py.in PYTHON 2015,2016,2018
+./bin/python/isc/keydict.py.in PYTHON 2016,2018
+./bin/python/isc/keyevent.py.in PYTHON 2013,2014,2015,2016,2018
+./bin/python/isc/keymgr.py.in PYTHON 2016,2018
+./bin/python/isc/keyseries.py.in PYTHON 2016,2018
+./bin/python/isc/keyzone.py.in PYTHON 2013,2014,2015,2016,2018
+./bin/python/isc/policy.py.in PYTHON 2016,2017,2018
+./bin/python/isc/rndc.py.in PYTHON 2016,2018
+./bin/python/isc/tests/.gitignore X 2016,2018
+./bin/python/isc/tests/Makefile.in MAKE 2016,2018
+./bin/python/isc/tests/dnskey_test.py.in PYTHON 2016,2018
+./bin/python/isc/tests/policy_test.py.in PYTHON 2016,2017,2018
+./bin/python/isc/tests/test-policies/01-keysize.pol CONF-C 2016,2018
+./bin/python/isc/tests/test-policies/02-prepublish.pol CONF-C 2016,2018
+./bin/python/isc/tests/test-policies/03-postpublish.pol CONF-C 2016,2018
+./bin/python/isc/tests/test-policies/04-combined-pre-post.pol CONF-C 2016,2018
+./bin/python/isc/tests/test-policies/05-numeric-zone.pol CONF-C 2017,2018
+./bin/python/isc/tests/testdata/Kexample.com.+007+35529.key X 2016,2018
+./bin/python/isc/tests/testdata/Kexample.com.+007+35529.private X 2016,2018
+./bin/python/isc/utils.py.in PYTHON 2016,2018
./bin/python/setup.py PYTHON 2016,2018
-./bin/rndc/.gitignore X 2012,2014
-./bin/rndc/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2015,2016
-./bin/rndc/include/rndc/os.h C 2001,2004,2005,2007,2009,2016
+./bin/rndc/.gitignore X 2012,2014,2018
+./bin/rndc/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2015,2016,2018
+./bin/rndc/include/rndc/os.h C 2001,2004,2005,2007,2009,2016,2018
./bin/rndc/rndc.8 MAN DOCBOOK
./bin/rndc/rndc.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/rndc/rndc.conf CONF-C 2000,2001,2004,2007,2013,2014,2016
+./bin/rndc/rndc.conf CONF-C 2000,2001,2004,2007,2013,2014,2016,2018
./bin/rndc/rndc.conf.5 MAN DOCBOOK
-./bin/rndc/rndc.conf.docbook SGML 2000,2001,2004,2005,2007,2013,2014,2015,2016
+./bin/rndc/rndc.conf.docbook SGML 2000,2001,2004,2005,2007,2013,2014,2015,2016,2018
./bin/rndc/rndc.conf.html HTML DOCBOOK
./bin/rndc/rndc.docbook SGML 2000,2001,2004,2005,2007,2013,2014,2015,2016,2017,2018
./bin/rndc/rndc.html HTML DOCBOOK
-./bin/rndc/util.c C 2000,2001,2004,2005,2007,2015,2016
-./bin/rndc/util.h C 2000,2001,2004,2005,2007,2009,2016
-./bin/rndc/win32/rndc.dsp.in X 2001,2004,2005,2006,2009,2013
-./bin/rndc/win32/rndc.dsw X 2001
-./bin/rndc/win32/rndc.mak.in X 2001,2002,2004,2005,2006,2009,2013
-./bin/rndc/win32/rndc.vcxproj.filters.in X 2013,2015
-./bin/rndc/win32/rndc.vcxproj.in X 2013,2015,2016,2017
-./bin/rndc/win32/rndc.vcxproj.user X 2013
-./bin/rndc/win32/rndcutil.dsp.in X 2006,2013
-./bin/rndc/win32/rndcutil.dsw X 2006
-./bin/rndc/win32/rndcutil.vcxproj.filters.in X 2013,2015
-./bin/rndc/win32/rndcutil.vcxproj.in X 2013,2015,2016,2017
-./bin/rndc/win32/rndcutil.vcxproj.user X 2013
+./bin/rndc/util.c C 2000,2001,2004,2005,2007,2015,2016,2018
+./bin/rndc/util.h C 2000,2001,2004,2005,2007,2009,2016,2018
+./bin/rndc/win32/rndc.dsp.in X 2001,2004,2005,2006,2009,2013,2018
+./bin/rndc/win32/rndc.dsw X 2001,2018
+./bin/rndc/win32/rndc.mak.in X 2001,2002,2004,2005,2006,2009,2013,2018
+./bin/rndc/win32/rndc.vcxproj.filters.in X 2013,2015,2018
+./bin/rndc/win32/rndc.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/rndc/win32/rndc.vcxproj.user X 2013,2018
+./bin/rndc/win32/rndcutil.dsp.in X 2006,2013,2018
+./bin/rndc/win32/rndcutil.dsw X 2006,2018
+./bin/rndc/win32/rndcutil.vcxproj.filters.in X 2013,2015,2018
+./bin/rndc/win32/rndcutil.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/rndc/win32/rndcutil.vcxproj.user X 2013,2018
./bin/tests/.gitignore X 2012,2013,2018
./bin/tests/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/bigtest/README TXT.BRIEF 2013,2016
-./bin/tests/bigtest/buildzones.sh SH 2013,2016
-./bin/tests/bigtest/rndc.key X 2013
-./bin/tests/bigtest/tests.sh SH 2013,2016
-./bin/tests/bigtest/zones X 2013
+./bin/tests/bigtest/README TXT.BRIEF 2013,2016,2018
+./bin/tests/bigtest/buildzones.sh SH 2013,2016,2018
+./bin/tests/bigtest/rndc.key X 2013,2018
+./bin/tests/bigtest/tests.sh SH 2013,2016,2018
+./bin/tests/bigtest/zones X 2013,2018
./bin/tests/cfg_test.c C 2018
-./bin/tests/fromhex.pl PERL 2015,2016
+./bin/tests/fromhex.pl PERL 2015,2016,2018
+./bin/tests/headerdep_test.sh.in SH 2018
./bin/tests/makejournal.c C 2013,2015,2016,2017,2018
./bin/tests/named.conf CONF-C 1999,2000,2001,2004,2007,2011,2015,2016,2018
./bin/tests/optional/Kchild.example.+003+04017.key X 2018
@@ -507,12 +508,12 @@
./bin/tests/pkcs11/benchmarks/verify.c C 2014,2015,2016,2018
./bin/tests/pkcs11/pkcs11-hmacmd5.c C 2014,2015,2016,2018
./bin/tests/pkcs11/pkcs11-md5sum.c C 2014,2015,2016,2018
-./bin/tests/startperf/README X 2011
-./bin/tests/startperf/clean.sh SH 2011,2012,2016
-./bin/tests/startperf/makenames.pl PERL 2011,2012,2016
-./bin/tests/startperf/mkzonefile.pl PERL 2011,2012,2016
-./bin/tests/startperf/setup.sh SH 2011,2012,2016
-./bin/tests/startperf/smallzone.db ZONE 2011,2016
+./bin/tests/startperf/README X 2011,2018
+./bin/tests/startperf/clean.sh SH 2011,2012,2016,2018
+./bin/tests/startperf/makenames.pl PERL 2011,2012,2016,2018
+./bin/tests/startperf/mkzonefile.pl PERL 2011,2012,2016,2018
+./bin/tests/startperf/setup.sh SH 2011,2012,2016,2018
+./bin/tests/startperf/smallzone.db ZONE 2011,2016,2018
./bin/tests/system/.gitignore X 2012,2016,2018
./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015,2016,2018
@@ -524,43 +525,43 @@
./bin/tests/system/acl/ns2/named5.conf.in CONF-C 2018
./bin/tests/system/acl/ns2/named6.conf.in CONF-C 2018
./bin/tests/system/acl/ns2/named7.conf.in CONF-C 2018
-./bin/tests/system/acl/ns3/example.db ZONE 2017
+./bin/tests/system/acl/ns3/example.db ZONE 2017,2018
./bin/tests/system/acl/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/acl/ns4/example.db ZONE 2017
-./bin/tests/system/acl/ns4/existing.db ZONE 2017
+./bin/tests/system/acl/ns4/example.db ZONE 2017,2018
+./bin/tests/system/acl/ns4/existing.db ZONE 2017,2018
./bin/tests/system/acl/ns4/named.conf.in CONF-C 2018
./bin/tests/system/acl/setup.sh SH 2008,2012,2014,2016,2018
./bin/tests/system/acl/tests.sh SH 2008,2012,2013,2014,2016,2017,2018
./bin/tests/system/additional/clean.sh SH 2013,2014,2016,2017,2018
-./bin/tests/system/additional/ns1/mx.db ZONE 2016
-./bin/tests/system/additional/ns1/named.args X 2013,2014
+./bin/tests/system/additional/ns1/mx.db ZONE 2016,2018
+./bin/tests/system/additional/ns1/named.args X 2013,2014,2018
./bin/tests/system/additional/ns1/named1.conf.in CONF-C 2018
./bin/tests/system/additional/ns1/named2.conf.in CONF-C 2018
./bin/tests/system/additional/ns1/named3.conf.in CONF-C 2018
./bin/tests/system/additional/ns1/named4.conf.in CONF-C 2018
-./bin/tests/system/additional/ns1/naptr.db ZONE 2013,2016
-./bin/tests/system/additional/ns1/naptr2.db ZONE 2013,2016
-./bin/tests/system/additional/ns1/nid.db ZONE 2013,2016
-./bin/tests/system/additional/ns1/rt.db ZONE 2013,2016
-./bin/tests/system/additional/ns1/rt2.db ZONE 2013,2016
-./bin/tests/system/additional/ns1/srv.db ZONE 2016
+./bin/tests/system/additional/ns1/naptr.db ZONE 2013,2016,2018
+./bin/tests/system/additional/ns1/naptr2.db ZONE 2013,2016,2018
+./bin/tests/system/additional/ns1/nid.db ZONE 2013,2016,2018
+./bin/tests/system/additional/ns1/rt.db ZONE 2013,2016,2018
+./bin/tests/system/additional/ns1/rt2.db ZONE 2013,2016,2018
+./bin/tests/system/additional/ns1/srv.db ZONE 2016,2018
./bin/tests/system/additional/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/additional/ns3/root.hint ZONE 2017
+./bin/tests/system/additional/ns3/root.hint ZONE 2017,2018
./bin/tests/system/additional/setup.sh SH 2013,2016,2018
./bin/tests/system/additional/tests.sh SH 2013,2016,2017,2018
./bin/tests/system/addzone/clean.sh SH 2010,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/addzone/ns1/inlineslave.db ZONE 2013,2016
+./bin/tests/system/addzone/ns1/inlineslave.db ZONE 2013,2016,2018
./bin/tests/system/addzone/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/addzone/ns2/added.db ZONE 2010,2013,2016
-./bin/tests/system/addzone/ns2/default.nzf.in X 2010
-./bin/tests/system/addzone/ns2/hints.db ZONE 2016
-./bin/tests/system/addzone/ns2/inline.db ZONE 2013,2016
+./bin/tests/system/addzone/ns2/added.db ZONE 2010,2013,2016,2018
+./bin/tests/system/addzone/ns2/default.nzf.in X 2010,2018
+./bin/tests/system/addzone/ns2/hints.db ZONE 2016,2018
+./bin/tests/system/addzone/ns2/inline.db ZONE 2013,2016,2018
./bin/tests/system/addzone/ns2/named1.conf.in CONF-C 2018
./bin/tests/system/addzone/ns2/named2.conf.in CONF-C 2018
-./bin/tests/system/addzone/ns2/normal.db ZONE 2010,2016
-./bin/tests/system/addzone/ns2/previous.db ZONE 2010,2016
-./bin/tests/system/addzone/ns2/redirect.db ZONE 2016
-./bin/tests/system/addzone/ns3/e.db ZONE 2017
+./bin/tests/system/addzone/ns2/normal.db ZONE 2010,2016,2018
+./bin/tests/system/addzone/ns2/previous.db ZONE 2010,2016,2018
+./bin/tests/system/addzone/ns2/redirect.db ZONE 2016,2018
+./bin/tests/system/addzone/ns3/e.db ZONE 2017,2018
./bin/tests/system/addzone/ns3/named1.conf.in CONF-C 2018
./bin/tests/system/addzone/ns3/named2.conf.in CONF-C 2018
./bin/tests/system/addzone/setup.sh SH 2010,2012,2013,2014,2016,2017,2018
@@ -604,58 +605,58 @@
./bin/tests/system/allow-query/tests.sh SH 2018
./bin/tests/system/ans.pl PERL 2011,2012,2014,2016,2017,2018
./bin/tests/system/autosign/clean.sh SH 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/autosign/ns1/keygen.sh SH 2009,2010,2011,2012,2014,2016
+./bin/tests/system/autosign/ns1/keygen.sh SH 2009,2010,2011,2012,2014,2016,2018
./bin/tests/system/autosign/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/autosign/ns1/root.db.in ZONE 2009,2010,2016
-./bin/tests/system/autosign/ns2/Xbar.+005+30676.key X 2010
-./bin/tests/system/autosign/ns2/Xbar.+005+30676.private X 2010
-./bin/tests/system/autosign/ns2/Xbar.+005+30804.key X 2010
-./bin/tests/system/autosign/ns2/Xbar.+005+30804.private X 2010
-./bin/tests/system/autosign/ns2/bar.db.in ZONE 2010,2016
-./bin/tests/system/autosign/ns2/child.nsec3.example.db ZONE 2009,2016
-./bin/tests/system/autosign/ns2/child.optout.example.db ZONE 2009,2016
-./bin/tests/system/autosign/ns2/dst.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns2/example.db.in ZONE 2009,2010,2016
-./bin/tests/system/autosign/ns2/insecure.secure.example.db ZONE 2009,2016
-./bin/tests/system/autosign/ns2/keygen.sh SH 2009,2010,2011,2012,2014,2015,2016
+./bin/tests/system/autosign/ns1/root.db.in ZONE 2009,2010,2016,2018
+./bin/tests/system/autosign/ns2/Xbar.+005+30676.key X 2010,2018
+./bin/tests/system/autosign/ns2/Xbar.+005+30676.private X 2010,2018
+./bin/tests/system/autosign/ns2/Xbar.+005+30804.key X 2010,2018
+./bin/tests/system/autosign/ns2/Xbar.+005+30804.private X 2010,2018
+./bin/tests/system/autosign/ns2/bar.db.in ZONE 2010,2016,2018
+./bin/tests/system/autosign/ns2/child.nsec3.example.db ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns2/child.optout.example.db ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns2/dst.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns2/example.db.in ZONE 2009,2010,2016,2018
+./bin/tests/system/autosign/ns2/insecure.secure.example.db ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns2/keygen.sh SH 2009,2010,2011,2012,2014,2015,2016,2018
./bin/tests/system/autosign/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/autosign/ns2/private.secure.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/.gitignore X 2012
-./bin/tests/system/autosign/ns3/autonsec3.example.db.in ZONE 2011,2016
-./bin/tests/system/autosign/ns3/delay.example.db ZONE 2011,2016
-./bin/tests/system/autosign/ns3/inacksk2.example.db.in ZONE 2017
-./bin/tests/system/autosign/ns3/inacksk3.example.db.in ZONE 2017
-./bin/tests/system/autosign/ns3/inaczsk.example.db.in ZONE 2011,2016
-./bin/tests/system/autosign/ns3/inaczsk2.example.db.in ZONE 2017
-./bin/tests/system/autosign/ns3/inaczsk3.example.db.in ZONE 2017
-./bin/tests/system/autosign/ns3/insecure.example.db ZONE 2009,2016
+./bin/tests/system/autosign/ns2/private.secure.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/.gitignore X 2012,2018
+./bin/tests/system/autosign/ns3/autonsec3.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/delay.example.db ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/inacksk2.example.db.in ZONE 2017,2018
+./bin/tests/system/autosign/ns3/inacksk3.example.db.in ZONE 2017,2018
+./bin/tests/system/autosign/ns3/inaczsk.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/inaczsk2.example.db.in ZONE 2017,2018
+./bin/tests/system/autosign/ns3/inaczsk3.example.db.in ZONE 2017,2018
+./bin/tests/system/autosign/ns3/insecure.example.db ZONE 2009,2016,2018
./bin/tests/system/autosign/ns3/keygen.sh SH 2009,2010,2011,2012,2014,2015,2016,2017,2018
./bin/tests/system/autosign/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/autosign/ns3/nozsk.example.db.in ZONE 2011,2016
-./bin/tests/system/autosign/ns3/nsec.example.db.in ZONE 2010,2016
-./bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in ZONE 2010,2016
-./bin/tests/system/autosign/ns3/nsec3.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/nsec3.optout.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/oldsigs.example.db.in ZONE 2010,2016
-./bin/tests/system/autosign/ns3/optout.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/optout.nsec3.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/optout.optout.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/rsasha256.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/rsasha512.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in ZONE 2010,2016
-./bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in ZONE 2010,2016
-./bin/tests/system/autosign/ns3/secure.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/secure.nsec3.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/secure.optout.example.db.in ZONE 2009,2016
-./bin/tests/system/autosign/ns3/sync.example.db.in ZONE 2015,2016
-./bin/tests/system/autosign/ns3/ttl1.example.db.in ZONE 2011,2016
-./bin/tests/system/autosign/ns3/ttl2.example.db.in ZONE 2011,2016
-./bin/tests/system/autosign/ns3/ttl3.example.db.in ZONE 2011,2016
-./bin/tests/system/autosign/ns3/ttl4.example.db.in ZONE 2011,2016
+./bin/tests/system/autosign/ns3/nozsk.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/nsec.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/autosign/ns3/nsec3-to-nsec.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/autosign/ns3/nsec3.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/nsec3.nsec3.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/nsec3.optout.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/oldsigs.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/autosign/ns3/optout.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/optout.nsec3.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/optout.optout.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/rsasha256.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/rsasha512.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/secure-to-insecure.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/autosign/ns3/secure-to-insecure2.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/autosign/ns3/secure.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/secure.nsec3.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/secure.optout.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/autosign/ns3/sync.example.db.in ZONE 2015,2016,2018
+./bin/tests/system/autosign/ns3/ttl1.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/ttl2.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/ttl3.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/autosign/ns3/ttl4.example.db.in ZONE 2011,2016,2018
./bin/tests/system/autosign/ns4/named.conf.in CONF-C 2018
./bin/tests/system/autosign/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/autosign/prereq.sh SH 2009,2010,2012,2014,2016
+./bin/tests/system/autosign/prereq.sh SH 2009,2010,2012,2014,2016,2018
./bin/tests/system/autosign/setup.sh SH 2009,2010,2012,2014,2016,2018
./bin/tests/system/autosign/tests.sh SH 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/tests/system/builtin/clean.sh SH 2014,2016,2018
@@ -665,93 +666,93 @@
./bin/tests/system/builtin/setup.sh SH 2018
./bin/tests/system/builtin/tests.sh SH 2011,2012,2014,2015,2016,2018
./bin/tests/system/cacheclean/clean.sh SH 2001,2004,2007,2011,2012,2014,2015,2016,2018
-./bin/tests/system/cacheclean/dig.batch X 2001
-./bin/tests/system/cacheclean/knowngood.dig.out X 2001
-./bin/tests/system/cacheclean/ns1/example.db ZONE 2001,2004,2007,2012,2016
-./bin/tests/system/cacheclean/ns1/expire-test.db ZONE 2014,2016
-./bin/tests/system/cacheclean/ns1/flushtest.db ZONE 2011,2016
+./bin/tests/system/cacheclean/dig.batch X 2001,2018
+./bin/tests/system/cacheclean/knowngood.dig.out X 2001,2018
+./bin/tests/system/cacheclean/ns1/example.db ZONE 2001,2004,2007,2012,2016,2018
+./bin/tests/system/cacheclean/ns1/expire-test.db ZONE 2014,2016,2018
+./bin/tests/system/cacheclean/ns1/flushtest.db ZONE 2011,2016,2018
./bin/tests/system/cacheclean/ns1/named.conf.in CONF-C 2018
./bin/tests/system/cacheclean/ns2/named.conf.in CONF-C 2018
./bin/tests/system/cacheclean/setup.sh SH 2018
./bin/tests/system/cacheclean/tests.sh SH 2001,2004,2007,2011,2012,2013,2014,2016,2018
./bin/tests/system/case/clean.sh SH 2013,2014,2015,2016,2018
-./bin/tests/system/case/dynamic.good X 2015
-./bin/tests/system/case/ns1/dynamic.db.in ZONE 2015,2016
-./bin/tests/system/case/ns1/example.db ZONE 2013,2016
+./bin/tests/system/case/dynamic.good X 2015,2018
+./bin/tests/system/case/ns1/dynamic.db.in ZONE 2015,2016,2018
+./bin/tests/system/case/ns1/example.db ZONE 2013,2016,2018
./bin/tests/system/case/ns1/named.conf.in CONF-C 2018
./bin/tests/system/case/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/case/postns1.good X 2015
-./bin/tests/system/case/postupdate.good X 2015
+./bin/tests/system/case/postns1.good X 2015,2018
+./bin/tests/system/case/postupdate.good X 2015,2018
./bin/tests/system/case/setup.sh SH 2015,2016,2018
./bin/tests/system/case/tests.sh SH 2013,2014,2015,2016,2018
./bin/tests/system/catz/.gitignore X 2018
./bin/tests/system/catz/clean.sh SH 2016,2018
-./bin/tests/system/catz/ns1/catalog.example.db.in ZONE 2016
+./bin/tests/system/catz/ns1/catalog.example.db.in ZONE 2016,2018
./bin/tests/system/catz/ns1/named.conf.in CONF-C 2016,2017,2018
./bin/tests/system/catz/ns2/named.conf.in CONF-C 2016,2017,2018
-./bin/tests/system/catz/ns3/dom5.example.db ZONE 2016
-./bin/tests/system/catz/ns3/dom6.example.db ZONE 2016
+./bin/tests/system/catz/ns3/dom5.example.db ZONE 2016,2018
+./bin/tests/system/catz/ns3/dom6.example.db ZONE 2016,2018
./bin/tests/system/catz/ns3/named.conf.in CONF-C 2016,2018
./bin/tests/system/catz/setup.sh SH 2016,2018
./bin/tests/system/catz/tests.sh SH 2016,2017,2018
-./bin/tests/system/chain/README TXT.BRIEF 2017
+./bin/tests/system/chain/README TXT.BRIEF 2017,2018
./bin/tests/system/chain/ans3/ans.pl PERL 2017,2018
-./bin/tests/system/chain/ans4/.gitignore X 2017
+./bin/tests/system/chain/ans4/.gitignore X 2017,2018
./bin/tests/system/chain/ans4/README.anspy TXT.BRIEF 2017,2018
./bin/tests/system/chain/ans4/ans.py PYTHON 2017,2018
./bin/tests/system/chain/clean.sh SH 2011,2012,2014,2015,2016,2017,2018
./bin/tests/system/chain/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/chain/ns1/root.db ZONE 2011,2016,2017
-./bin/tests/system/chain/ns2/example.db ZONE 2011,2016,2017
-./bin/tests/system/chain/ns2/generic.db ZONE 2017
+./bin/tests/system/chain/ns1/root.db ZONE 2011,2016,2017,2018
+./bin/tests/system/chain/ns2/example.db ZONE 2011,2016,2017,2018
+./bin/tests/system/chain/ns2/generic.db ZONE 2017,2018
./bin/tests/system/chain/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/chain/ns2/sign.sh SH 2017
-./bin/tests/system/chain/ns2/sub.db ZONE 2017
+./bin/tests/system/chain/ns2/sign.sh SH 2017,2018
+./bin/tests/system/chain/ns2/sub.db ZONE 2017,2018
./bin/tests/system/chain/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/chain/ns5/sub.db ZONE 2017
+./bin/tests/system/chain/ns5/sub.db ZONE 2017,2018
./bin/tests/system/chain/ns7/named.conf.in CONF-C 2018
-./bin/tests/system/chain/ns7/root.hint ZONE 2017
+./bin/tests/system/chain/ns7/root.hint ZONE 2017,2018
./bin/tests/system/chain/prereq.sh SH 2017,2018
./bin/tests/system/chain/setup.sh SH 2017,2018
./bin/tests/system/chain/tests.sh SH 2011,2012,2016,2017,2018
-./bin/tests/system/checkconf/altdb.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/altdlz.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-also-notify.conf CONF-C 2012,2013,2016
-./bin/tests/system/checkconf/bad-catz-zone.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-dnssec.conf CONF-C 2012,2013,2016
-./bin/tests/system/checkconf/bad-hint.conf CONF-C 2014,2016
+./bin/tests/system/checkconf/altdb.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/altdlz.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-also-notify.conf CONF-C 2012,2013,2016,2018
+./bin/tests/system/checkconf/bad-catz-zone.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-dnssec.conf CONF-C 2012,2013,2016,2018
+./bin/tests/system/checkconf/bad-hint.conf CONF-C 2014,2016,2018
./bin/tests/system/checkconf/bad-in-view-dup.conf CONF-C 2018
-./bin/tests/system/checkconf/bad-inline-slave.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/bad-keep-response-order.conf CONF-C 2015,2016
-./bin/tests/system/checkconf/bad-lifetime.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf CONF-C 2017
-./bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf CONF-C 2017
-./bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf CONF-C 2017
-./bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf CONF-C 2017
-./bin/tests/system/checkconf/bad-many.conf CONF-C 2005,2012,2015,2016
-./bin/tests/system/checkconf/bad-master-request-ixfr.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-maxttlmap.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-noddns.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-options-also-notify.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-acl.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-slip.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rate-limit-window.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-rpz-zone.conf CONF-C 2016
-./bin/tests/system/checkconf/bad-sharedwritable1.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-sharedwritable2.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/bad-sharedzone1.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/bad-sharedzone2.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/bad-tsig.conf CONF-C 2012,2013,2016
+./bin/tests/system/checkconf/bad-inline-slave.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/bad-keep-response-order.conf CONF-C 2015,2016,2018
+./bin/tests/system/checkconf/bad-lifetime.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-lmdb-mapsize-bogus.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/bad-lmdb-mapsize-toolarge.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/bad-lmdb-mapsize-toosmall.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/bad-lmdb-mapsize-unlimited.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/bad-many.conf CONF-C 2005,2012,2015,2016,2018
+./bin/tests/system/checkconf/bad-master-request-ixfr.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-maxttlmap.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-noddns.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-options-also-notify.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-acl.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-all-per-second.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-errors-per-second.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-ipv4-prefix-length.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-ipv6-prefix-length.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-max-table-size.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-nodata-per-second.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-nxdomains-per-second.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-qps-scale.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-referrals-per-second.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-responses-per-second.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-slip.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rate-limit-window.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-rpz-zone.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/bad-sharedwritable1.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-sharedwritable2.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/bad-sharedzone1.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/bad-sharedzone2.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/bad-tsig.conf CONF-C 2012,2013,2016,2018
./bin/tests/system/checkconf/bad-update-policy1.conf CONF-C 2018
./bin/tests/system/checkconf/bad-update-policy2.conf CONF-C 2018
./bin/tests/system/checkconf/bad-update-policy3.conf CONF-C 2018
@@ -761,34 +762,34 @@
./bin/tests/system/checkconf/bad-update-policy7.conf CONF-C 2018
./bin/tests/system/checkconf/bad-update-policy8.conf CONF-C 2018
./bin/tests/system/checkconf/bad-update-policy9.conf CONF-C 2018
-./bin/tests/system/checkconf/bad-view-also-notify.conf CONF-C 2016
+./bin/tests/system/checkconf/bad-view-also-notify.conf CONF-C 2016,2018
./bin/tests/system/checkconf/check-dlv-ksk-key.conf CONF-C 2018
-./bin/tests/system/checkconf/check-dup-records-fail.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/check-dup-records.db ZONE 2014,2016
-./bin/tests/system/checkconf/check-mx-cname-fail.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/check-mx-cname.db ZONE 2014,2016
-./bin/tests/system/checkconf/check-mx-fail.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/check-mx.db ZONE 2014,2016
-./bin/tests/system/checkconf/check-names-fail.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/check-names.db ZONE 2014,2016
+./bin/tests/system/checkconf/check-dup-records-fail.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/check-dup-records.db ZONE 2014,2016,2018
+./bin/tests/system/checkconf/check-mx-cname-fail.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/check-mx-cname.db ZONE 2014,2016,2018
+./bin/tests/system/checkconf/check-mx-fail.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/check-mx.db ZONE 2014,2016,2018
+./bin/tests/system/checkconf/check-names-fail.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/check-names.db ZONE 2014,2016,2018
./bin/tests/system/checkconf/check-root-ksk-2010.conf CONF-C 2018
./bin/tests/system/checkconf/check-root-ksk-2017.conf CONF-C 2018
./bin/tests/system/checkconf/check-root-ksk-both.conf CONF-C 2018
-./bin/tests/system/checkconf/check-srv-cname-fail.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/check-srv-cname.db ZONE 2014,2016
-./bin/tests/system/checkconf/clean.sh SH 2011,2012,2013,2014,2016
-./bin/tests/system/checkconf/dlz-bad.conf CONF-C 2012,2013,2016
-./bin/tests/system/checkconf/dnssec.1 CONF-C 2011,2016
-./bin/tests/system/checkconf/dnssec.2 CONF-C 2011,2016
-./bin/tests/system/checkconf/dnssec.3 CONF-C 2011,2016,2017
-./bin/tests/system/checkconf/good-acl.conf CONF-C 2016
-./bin/tests/system/checkconf/good-class.conf CONF-C 2015,2016
-./bin/tests/system/checkconf/good-dlv-dlv.example.com.conf CONF-C 2017
-./bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf CONF-C 2017
-./bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf CONF-C 2017
-./bin/tests/system/checkconf/good-nested.conf CONF-C 2015,2016
-./bin/tests/system/checkconf/good-options-also-notify.conf CONF-C 2016
-./bin/tests/system/checkconf/good-response-dot.conf CONF-C 2017
+./bin/tests/system/checkconf/check-srv-cname-fail.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/check-srv-cname.db ZONE 2014,2016,2018
+./bin/tests/system/checkconf/clean.sh SH 2011,2012,2013,2014,2016,2018
+./bin/tests/system/checkconf/dlz-bad.conf CONF-C 2012,2013,2016,2018
+./bin/tests/system/checkconf/dnssec.1 CONF-C 2011,2016,2018
+./bin/tests/system/checkconf/dnssec.2 CONF-C 2011,2016,2018
+./bin/tests/system/checkconf/dnssec.3 CONF-C 2011,2016,2017,2018
+./bin/tests/system/checkconf/good-acl.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/good-class.conf CONF-C 2015,2016,2018
+./bin/tests/system/checkconf/good-dlv-dlv.example.com.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/good-nested.conf CONF-C 2015,2016,2018
+./bin/tests/system/checkconf/good-options-also-notify.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/good-response-dot.conf CONF-C 2017,2018
./bin/tests/system/checkconf/good-update-policy1.conf CONF-C 2018
./bin/tests/system/checkconf/good-update-policy10.conf CONF-C 2018
./bin/tests/system/checkconf/good-update-policy11.conf CONF-C 2018
@@ -801,189 +802,190 @@
./bin/tests/system/checkconf/good-update-policy7.conf CONF-C 2018
./bin/tests/system/checkconf/good-update-policy8.conf CONF-C 2018
./bin/tests/system/checkconf/good-update-policy9.conf CONF-C 2018
-./bin/tests/system/checkconf/good-view-also-notify.conf CONF-C 2016
-./bin/tests/system/checkconf/good.conf CONF-C 2005,2007,2010,2011,2012,2013,2014,2015,2016,2017
-./bin/tests/system/checkconf/hint-nofile.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/in-view-good.conf CONF-C 2015,2016
-./bin/tests/system/checkconf/inline-bad.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/inline-good.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/inline-no.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/max-cache-size-good.conf CONF-C 2015,2016
-./bin/tests/system/checkconf/max-ttl.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/maxttl-bad.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/maxttl-bad.db ZONE 2014,2016
-./bin/tests/system/checkconf/maxttl.db ZONE 2014,2016
-./bin/tests/system/checkconf/notify.conf CONF-C 2014,2016
-./bin/tests/system/checkconf/portrange-good.conf CONF-C 2015,2016
-./bin/tests/system/checkconf/range.conf CONF-C 2013,2016
-./bin/tests/system/checkconf/shared.example.db ZONE 2015,2016
+./bin/tests/system/checkconf/good-view-also-notify.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/good.conf CONF-C 2005,2007,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/tests/system/checkconf/hint-nofile.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/in-view-good.conf CONF-C 2015,2016,2018
+./bin/tests/system/checkconf/inline-bad.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/inline-good.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/inline-no.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/max-cache-size-good.conf CONF-C 2015,2016,2018
+./bin/tests/system/checkconf/max-ttl.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/maxttl-bad.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/maxttl-bad.db ZONE 2014,2016,2018
+./bin/tests/system/checkconf/maxttl.db ZONE 2014,2016,2018
+./bin/tests/system/checkconf/notify.conf CONF-C 2014,2016,2018
+./bin/tests/system/checkconf/portrange-good.conf CONF-C 2015,2016,2018
+./bin/tests/system/checkconf/range.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkconf/shared.example.db ZONE 2015,2016,2018
./bin/tests/system/checkconf/tests.sh SH 2005,2007,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/checkconf/view-class-any1.conf CONF-C 2016
-./bin/tests/system/checkconf/view-class-any2.conf CONF-C 2016
-./bin/tests/system/checkconf/view-class-in1.conf CONF-C 2016
-./bin/tests/system/checkconf/view-class-in2.conf CONF-C 2016
-./bin/tests/system/checkconf/warn-dlv-auto.conf CONF-C 2017
-./bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf CONF-C 2017
-./bin/tests/system/checkconf/warn-keydir.conf CONF-C 2013,2016
-./bin/tests/system/checkds/clean.sh SH 2012,2013,2014,2016
-./bin/tests/system/checkds/dig.bat BAT 2016
-./bin/tests/system/checkds/dig.pl PERL 2014,2016
-./bin/tests/system/checkds/dig.sh SH 2012,2013,2016
-./bin/tests/system/checkds/missing.example.dlv.example.dlv.db X 2012
-./bin/tests/system/checkds/missing.example.dnskey.db X 2012
-./bin/tests/system/checkds/missing.example.ds.db X 2012
-./bin/tests/system/checkds/none.example.dlv.example.dlv.db X 2012
-./bin/tests/system/checkds/none.example.dnskey.db X 2012
-./bin/tests/system/checkds/none.example.ds.db X 2012
-./bin/tests/system/checkds/ok.example.dlv.example.dlv.db X 2012
-./bin/tests/system/checkds/ok.example.dnskey.db X 2012
-./bin/tests/system/checkds/ok.example.ds.db X 2012
-./bin/tests/system/checkds/setup.sh SH 2012,2013,2014,2016
+./bin/tests/system/checkconf/view-class-any1.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/view-class-any2.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/view-class-in1.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/view-class-in2.conf CONF-C 2016,2018
+./bin/tests/system/checkconf/warn-dlv-auto.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/warn-dlv-dlv.isc.org.conf CONF-C 2017,2018
+./bin/tests/system/checkconf/warn-keydir.conf CONF-C 2013,2016,2018
+./bin/tests/system/checkds/clean.sh SH 2012,2013,2014,2016,2018
+./bin/tests/system/checkds/dig.bat BAT 2016,2018
+./bin/tests/system/checkds/dig.pl PERL 2014,2016,2018
+./bin/tests/system/checkds/dig.sh SH 2012,2013,2016,2018
+./bin/tests/system/checkds/missing.example.dlv.example.dlv.db X 2012,2018
+./bin/tests/system/checkds/missing.example.dnskey.db X 2012,2018
+./bin/tests/system/checkds/missing.example.ds.db X 2012,2018
+./bin/tests/system/checkds/none.example.dlv.example.dlv.db X 2012,2018
+./bin/tests/system/checkds/none.example.dnskey.db X 2012,2018
+./bin/tests/system/checkds/none.example.ds.db X 2012,2018
+./bin/tests/system/checkds/ok.example.dlv.example.dlv.db X 2012,2018
+./bin/tests/system/checkds/ok.example.dnskey.db X 2012,2018
+./bin/tests/system/checkds/ok.example.ds.db X 2012,2018
+./bin/tests/system/checkds/setup.sh SH 2012,2013,2014,2016,2018
./bin/tests/system/checkds/tests.sh SH 2012,2013,2014,2016,2018
-./bin/tests/system/checkds/wrong.example.dlv.example.dlv.db X 2012
-./bin/tests/system/checkds/wrong.example.dnskey.db X 2012
-./bin/tests/system/checkds/wrong.example.ds.db X 2012
+./bin/tests/system/checkds/wrong.example.dlv.example.dlv.db X 2012,2018
+./bin/tests/system/checkds/wrong.example.dnskey.db X 2012,2018
+./bin/tests/system/checkds/wrong.example.ds.db X 2012,2018
./bin/tests/system/checknames/clean.sh SH 2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/checknames/ns1/fail.example.db.in ZONE 2004,2007,2016
-./bin/tests/system/checknames/ns1/fail.update.db.in ZONE 2004,2007,2016
-./bin/tests/system/checknames/ns1/ignore.example.db.in ZONE 2004,2007,2016
-./bin/tests/system/checknames/ns1/ignore.update.db.in ZONE 2004,2007,2016
+./bin/tests/system/checknames/ns1/fail.example.db.in ZONE 2004,2007,2016,2018
+./bin/tests/system/checknames/ns1/fail.update.db.in ZONE 2004,2007,2016,2018
+./bin/tests/system/checknames/ns1/ignore.example.db.in ZONE 2004,2007,2016,2018
+./bin/tests/system/checknames/ns1/ignore.update.db.in ZONE 2004,2007,2016,2018
./bin/tests/system/checknames/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/checknames/ns1/root.db ZONE 2004,2007,2016
-./bin/tests/system/checknames/ns1/warn.example.db.in ZONE 2004,2007,2016
-./bin/tests/system/checknames/ns1/warn.update.db.in ZONE 2004,2007,2016
+./bin/tests/system/checknames/ns1/root.db ZONE 2004,2007,2016,2018
+./bin/tests/system/checknames/ns1/warn.example.db.in ZONE 2004,2007,2016,2018
+./bin/tests/system/checknames/ns1/warn.update.db.in ZONE 2004,2007,2016,2018
./bin/tests/system/checknames/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/checknames/ns2/root.hints ZONE 2004,2007,2016
+./bin/tests/system/checknames/ns2/root.hints ZONE 2004,2007,2016,2018
./bin/tests/system/checknames/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/checknames/ns3/root.hints ZONE 2004,2007,2016
-./bin/tests/system/checknames/ns4/master-ignore.update.db.in ZONE 2014,2016
+./bin/tests/system/checknames/ns3/root.hints ZONE 2004,2007,2016,2018
+./bin/tests/system/checknames/ns4/master-ignore.update.db.in ZONE 2014,2016,2018
./bin/tests/system/checknames/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/checknames/ns4/root.hints ZONE 2014,2016
+./bin/tests/system/checknames/ns4/root.hints ZONE 2014,2016,2018
./bin/tests/system/checknames/setup.sh SH 2004,2007,2012,2014,2016,2018
./bin/tests/system/checknames/tests.sh SH 2004,2007,2012,2013,2014,2015,2016,2018
-./bin/tests/system/checkzone/clean.sh SH 2011,2012,2013,2014,2016
-./bin/tests/system/checkzone/setup.sh SH 2014,2016
+./bin/tests/system/checkzone/clean.sh SH 2011,2012,2013,2014,2016,2018
+./bin/tests/system/checkzone/setup.sh SH 2014,2016,2018
./bin/tests/system/checkzone/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/checkzone/zones/.gitattributes X 2015
-./bin/tests/system/checkzone/zones/bad-badclass.raw X 2015
-./bin/tests/system/checkzone/zones/bad-caa-rr.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db ZONE 2015,2016
+./bin/tests/system/checkzone/zones/.gitattributes X 2015,2018
+./bin/tests/system/checkzone/zones/bad-badclass.raw X 2015,2018
+./bin/tests/system/checkzone/zones/bad-caa-rr.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/bad-dns-sd-reverse.db ZONE 2015,2016,2018
./bin/tests/system/checkzone/zones/bad-generate-tkey.db ZONE 2018
-./bin/tests/system/checkzone/zones/bad-nsap-empty.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/bad-nsec3-padded.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db ZONE 2014,2016
+./bin/tests/system/checkzone/zones/bad-nsap-empty.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/bad-nsap-odd-nibble.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/bad-nsec3-padded.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/bad-nsec3owner-padded.db ZONE 2014,2016,2018
./bin/tests/system/checkzone/zones/bad-tkey.db ZONE 2018
./bin/tests/system/checkzone/zones/bad-tsig.db ZONE 2018
-./bin/tests/system/checkzone/zones/bad-unspec.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/bad1.db ZONE 2013,2016
-./bin/tests/system/checkzone/zones/bad2.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/bad3.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/bad4.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/badttl.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/crashzone.db ZONE 2016
-./bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db ZONE 2017
-./bin/tests/system/checkzone/zones/good-dns-sd-reverse.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/good-gc-msdcs.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/good-nsap.db ZONE 2015,2016
-./bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db ZONE 2017
-./bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db ZONE 2017
-./bin/tests/system/checkzone/zones/good1.db ZONE 2011,2016
-./bin/tests/system/checkzone/zones/inherit.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/nowarn.inherited.owner.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/ns-address-below-dname.db ZONE 2017
-./bin/tests/system/checkzone/zones/spf.db ZONE 2013,2016
-./bin/tests/system/checkzone/zones/test1.db ZONE 2013,2016
-./bin/tests/system/checkzone/zones/test2.db ZONE 2013,2016
-./bin/tests/system/checkzone/zones/warn.inherit.origin.db ZONE 2014,2016
-./bin/tests/system/checkzone/zones/warn.inherited.owner.db ZONE 2014,2016
+./bin/tests/system/checkzone/zones/bad-unspec.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/bad1.db ZONE 2013,2016,2018
+./bin/tests/system/checkzone/zones/bad2.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/bad3.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/bad4.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/badttl.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/crashzone.db ZONE 2016,2018
+./bin/tests/system/checkzone/zones/delegating-ns-address-below-dname.db ZONE 2017,2018
+./bin/tests/system/checkzone/zones/good-dns-sd-reverse.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/good-gc-msdcs.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/good-nsap.db ZONE 2015,2016,2018
+./bin/tests/system/checkzone/zones/good-nsec3-nopadhash.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/good-occulted-ns-by-dname.db ZONE 2017,2018
+./bin/tests/system/checkzone/zones/good-occulted-ns-by-ns.db ZONE 2017,2018
+./bin/tests/system/checkzone/zones/good1.db ZONE 2011,2016,2018
+./bin/tests/system/checkzone/zones/inherit.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/nowarn.inherited.owner.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/ns-address-below-dname.db ZONE 2017,2018
+./bin/tests/system/checkzone/zones/spf.db ZONE 2013,2016,2018
+./bin/tests/system/checkzone/zones/test1.db ZONE 2013,2016,2018
+./bin/tests/system/checkzone/zones/test2.db ZONE 2013,2016,2018
+./bin/tests/system/checkzone/zones/warn.inherit.origin.db ZONE 2014,2016,2018
+./bin/tests/system/checkzone/zones/warn.inherited.owner.db ZONE 2014,2016,2018
./bin/tests/system/clean.sh SH 2015,2016,2018
./bin/tests/system/cleanall.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/cleanpkcs11.sh SH 2010,2012,2014,2016
-./bin/tests/system/common/controls.conf.in CONF-C 2000,2001,2004,2007,2013,2016,2018
-./bin/tests/system/common/rndc.conf CONF-C 2000,2001,2004,2007,2013,2016
-./bin/tests/system/common/rndc.key CONF-C 2011,2013,2016
-./bin/tests/system/common/root.hint ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/cleanpkcs11.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/common/controls.conf CONF-C 2000,2001,2004,2007,2013,2016,2018
+./bin/tests/system/common/controls.conf.in CONF-C 2018
+./bin/tests/system/common/rndc.conf CONF-C 2000,2001,2004,2007,2013,2016,2018
+./bin/tests/system/common/rndc.key CONF-C 2011,2013,2016,2018
+./bin/tests/system/common/root.hint ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/conf.sh.in SH 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/tests/system/conf.sh.win32 SH 2016,2017,2018
-./bin/tests/system/cookie/.gitignore X 2014,2015
-./bin/tests/system/cookie/bad-cookie-badhex.conf CONF-C 2014,2015,2016
-./bin/tests/system/cookie/bad-cookie-badsha1.conf CONF-C 2017
-./bin/tests/system/cookie/bad-cookie-badsha256.conf CONF-C 2017
-./bin/tests/system/cookie/bad-cookie-toolong.conf CONF-C 2014,2015,2016
+./bin/tests/system/cookie/.gitignore X 2014,2015,2018
+./bin/tests/system/cookie/bad-cookie-badhex.conf CONF-C 2014,2015,2016,2018
+./bin/tests/system/cookie/bad-cookie-badsha1.conf CONF-C 2017,2018
+./bin/tests/system/cookie/bad-cookie-badsha256.conf CONF-C 2017,2018
+./bin/tests/system/cookie/bad-cookie-toolong.conf CONF-C 2014,2015,2016,2018
./bin/tests/system/cookie/clean.sh SH 2014,2015,2016,2018
-./bin/tests/system/cookie/good-cookie-sha1.conf CONF-C 2017
-./bin/tests/system/cookie/good-cookie-sha256.conf CONF-C 2017
-./bin/tests/system/cookie/ns1/example.db ZONE 2014,2015,2016
+./bin/tests/system/cookie/good-cookie-sha1.conf CONF-C 2017,2018
+./bin/tests/system/cookie/good-cookie-sha256.conf CONF-C 2017,2018
+./bin/tests/system/cookie/ns1/example.db ZONE 2014,2015,2016,2018
./bin/tests/system/cookie/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/cookie/ns1/root.hint ZONE 2014,2015,2016
+./bin/tests/system/cookie/ns1/root.hint ZONE 2014,2015,2016,2018
./bin/tests/system/cookie/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/cookie/ns2/root.db ZONE 2014,2015,2016
+./bin/tests/system/cookie/ns2/root.db ZONE 2014,2015,2016,2018
./bin/tests/system/cookie/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/cookie/ns3/root.hint ZONE 2015,2016
+./bin/tests/system/cookie/ns3/root.hint ZONE 2015,2016,2018
./bin/tests/system/cookie/setup.sh SH 2018
./bin/tests/system/cookie/tests.sh SH 2014,2015,2016,2017,2018
-./bin/tests/system/coverage/01-ksk-inactive/README X 2013
-./bin/tests/system/coverage/01-ksk-inactive/expect X 2013
-./bin/tests/system/coverage/02-zsk-inactive/README X 2013
-./bin/tests/system/coverage/02-zsk-inactive/expect X 2013
-./bin/tests/system/coverage/03-ksk-unpublished/README X 2013
-./bin/tests/system/coverage/03-ksk-unpublished/expect X 2013,2016
-./bin/tests/system/coverage/04-zsk-unpublished/README X 2013
-./bin/tests/system/coverage/04-zsk-unpublished/expect X 2013,2016
-./bin/tests/system/coverage/05-ksk-unpub-active/README X 2013
-./bin/tests/system/coverage/05-ksk-unpub-active/expect X 2013,2016
-./bin/tests/system/coverage/06-zsk-unpub-active/README X 2013
-./bin/tests/system/coverage/06-zsk-unpub-active/expect X 2013,2016
-./bin/tests/system/coverage/07-ksk-ttl/README X 2013
-./bin/tests/system/coverage/07-ksk-ttl/expect X 2013,2016
-./bin/tests/system/coverage/08-zsk-ttl/README X 2013
-./bin/tests/system/coverage/08-zsk-ttl/expect X 2013,2016
-./bin/tests/system/coverage/09-check-zsk/README X 2014
-./bin/tests/system/coverage/09-check-zsk/expect X 2014
-./bin/tests/system/coverage/10-check-ksk/README X 2014
-./bin/tests/system/coverage/10-check-ksk/expect X 2014
-./bin/tests/system/coverage/11-cutoff/README X 2014
-./bin/tests/system/coverage/11-cutoff/expect X 2014
-./bin/tests/system/coverage/clean.sh SH 2013,2014,2016
+./bin/tests/system/coverage/01-ksk-inactive/README X 2013,2018
+./bin/tests/system/coverage/01-ksk-inactive/expect X 2013,2018
+./bin/tests/system/coverage/02-zsk-inactive/README X 2013,2018
+./bin/tests/system/coverage/02-zsk-inactive/expect X 2013,2018
+./bin/tests/system/coverage/03-ksk-unpublished/README X 2013,2018
+./bin/tests/system/coverage/03-ksk-unpublished/expect X 2013,2016,2018
+./bin/tests/system/coverage/04-zsk-unpublished/README X 2013,2018
+./bin/tests/system/coverage/04-zsk-unpublished/expect X 2013,2016,2018
+./bin/tests/system/coverage/05-ksk-unpub-active/README X 2013,2018
+./bin/tests/system/coverage/05-ksk-unpub-active/expect X 2013,2016,2018
+./bin/tests/system/coverage/06-zsk-unpub-active/README X 2013,2018
+./bin/tests/system/coverage/06-zsk-unpub-active/expect X 2013,2016,2018
+./bin/tests/system/coverage/07-ksk-ttl/README X 2013,2018
+./bin/tests/system/coverage/07-ksk-ttl/expect X 2013,2016,2018
+./bin/tests/system/coverage/08-zsk-ttl/README X 2013,2018
+./bin/tests/system/coverage/08-zsk-ttl/expect X 2013,2016,2018
+./bin/tests/system/coverage/09-check-zsk/README X 2014,2018
+./bin/tests/system/coverage/09-check-zsk/expect X 2014,2018
+./bin/tests/system/coverage/10-check-ksk/README X 2014,2018
+./bin/tests/system/coverage/10-check-ksk/expect X 2014,2018
+./bin/tests/system/coverage/11-cutoff/README X 2014,2018
+./bin/tests/system/coverage/11-cutoff/expect X 2014,2018
+./bin/tests/system/coverage/clean.sh SH 2013,2014,2016,2018
./bin/tests/system/coverage/prereq.sh SH 2014,2016,2018
-./bin/tests/system/coverage/setup.sh SH 2013,2014,2016
+./bin/tests/system/coverage/setup.sh SH 2013,2014,2016,2018
./bin/tests/system/coverage/tests.sh SH 2013,2014,2016,2018
./bin/tests/system/database/clean.sh SH 2011,2012,2014,2016,2018
./bin/tests/system/database/ns1/named1.conf.in CONF-C 2011,2013,2018
./bin/tests/system/database/ns1/named2.conf.in CONF-C 2011,2013,2018
./bin/tests/system/database/setup.sh SH 2011,2012,2016,2018
./bin/tests/system/database/tests.sh SH 2011,2012,2016,2018
-./bin/tests/system/delzone/clean.sh SH 2016
-./bin/tests/system/delzone/ns1/inlineslave.db ZONE 2016
-./bin/tests/system/delzone/ns1/named.conf CONF-C 2016
-./bin/tests/system/delzone/ns2/added.db ZONE 2016
-./bin/tests/system/delzone/ns2/named.args X 2016
-./bin/tests/system/delzone/ns2/named.conf CONF-C 2016
-./bin/tests/system/delzone/ns2/normal.db ZONE 2016
-./bin/tests/system/delzone/setup.sh SH 2016
-./bin/tests/system/delzone/tests.sh SH 2016
-./bin/tests/system/dialup/ns1/example.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/ns1/named.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/ns2/hint.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/ns2/named.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/ns3/hint.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/ns3/named.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/dialup/setup.sh SH 2000,2001,2004,2007,2012,2016
+./bin/tests/system/delzone/clean.sh SH 2016,2018
+./bin/tests/system/delzone/ns1/inlineslave.db ZONE 2016,2018
+./bin/tests/system/delzone/ns1/named.conf CONF-C 2016,2018
+./bin/tests/system/delzone/ns2/added.db ZONE 2016,2018
+./bin/tests/system/delzone/ns2/named.args X 2016,2018
+./bin/tests/system/delzone/ns2/named.conf CONF-C 2016,2018
+./bin/tests/system/delzone/ns2/normal.db ZONE 2016,2018
+./bin/tests/system/delzone/setup.sh SH 2016,2018
+./bin/tests/system/delzone/tests.sh SH 2016,2018
+./bin/tests/system/dialup/ns1/example.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/ns1/named.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/ns2/hint.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/ns2/named.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/ns3/hint.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/ns3/named.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dialup/setup.sh SH 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/dialup/tests.sh SH 2000,2001,2004,2007,2012,2016,2018
-./bin/tests/system/digcomp.pl PERL 2000,2001,2004,2007,2012,2013,2016
-./bin/tests/system/digdelv/ans4/startme X 2017
+./bin/tests/system/digcomp.pl PERL 2000,2001,2004,2007,2012,2013,2016,2018
+./bin/tests/system/digdelv/ans4/startme X 2017,2018
./bin/tests/system/digdelv/clean.sh SH 2015,2016,2018
./bin/tests/system/digdelv/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/digdelv/ns1/root.db ZONE 2015,2016
-./bin/tests/system/digdelv/ns2/example.db ZONE 2015,2016
+./bin/tests/system/digdelv/ns1/root.db ZONE 2015,2016,2018
+./bin/tests/system/digdelv/ns2/example.db ZONE 2015,2016,2018
./bin/tests/system/digdelv/ns2/named.conf.in CONF-C 2018
./bin/tests/system/digdelv/ns3/named.conf.in CONF-C 2018
./bin/tests/system/digdelv/setup.sh SH 2018
./bin/tests/system/digdelv/tests.sh SH 2015,2016,2017,2018
-./bin/tests/system/ditch.pl PERL 2015,2016
+./bin/tests/system/ditch.pl PERL 2015,2016,2018
./bin/tests/system/dlv/clean.sh SH 2004,2007,2010,2011,2012,2014,2016,2018
./bin/tests/system/dlv/ns1/named.conf.in CONF-C 2018
./bin/tests/system/dlv/ns1/root.db.in ZONE 2011,2016,2018
@@ -1012,148 +1014,148 @@
./bin/tests/system/dlv/prereq.sh SH 2014,2016,2018
./bin/tests/system/dlv/setup.sh SH 2004,2007,2009,2011,2012,2014,2016,2018
./bin/tests/system/dlv/tests.sh SH 2004,2007,2010,2011,2012,2016,2018
-./bin/tests/system/dlz/.gitignore X 2012
+./bin/tests/system/dlz/.gitignore X 2012,2018
./bin/tests/system/dlz/clean.sh SH 2010,2012,2014,2016,2018
-./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.= TXT.BRIEF 2015,2016
-./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.= TXT.BRIEF 2015,2016
-./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None= TXT.BRIEF 2015,2016
-./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.= TXT.BRIEF 2010,2016
-./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.= TXT.BRIEF 2010,2016
-./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10= TXT.BRIEF 2010,2016
-./bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1 TXT.BRIEF 2010,2016
+./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/DNAME=10=example.net.= TXT.BRIEF 2015,2016,2018
+./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/NS=10=example.com.= TXT.BRIEF 2015,2016,2018
+./bin/tests/system/dlz/ns1/dns-root/com/broken/dns.d/@/SOA=10=ns.example.com.=root.example.com.=None=None=None=None=None= TXT.BRIEF 2015,2016,2018
+./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/DNAME=10=example.net.= TXT.BRIEF 2010,2016,2018
+./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/NS=10=example.com.= TXT.BRIEF 2010,2016,2018
+./bin/tests/system/dlz/ns1/dns-root/com/example/dns.d/@/SOA=10=ns.example.com.=root.example.com.=2010062900=0=0=0=10= TXT.BRIEF 2010,2016,2018
+./bin/tests/system/dlz/ns1/dns-root/com/example/xfr.d/10.53.0.1 TXT.BRIEF 2010,2016,2018
./bin/tests/system/dlz/ns1/named.conf.in CONF-C 2018
./bin/tests/system/dlz/prereq.sh.in SH 2011,2012,2016,2018
./bin/tests/system/dlz/setup.sh SH 2018
./bin/tests/system/dlz/tests.sh SH 2010,2011,2012,2013,2015,2016,2018
-./bin/tests/system/dlzexternal/Makefile.in MAKE 2011,2012,2014,2015,2016,2017
+./bin/tests/system/dlzexternal/Makefile.in MAKE 2011,2012,2014,2015,2016,2017,2018
./bin/tests/system/dlzexternal/clean.sh SH 2010,2012,2014,2015,2016,2018
-./bin/tests/system/dlzexternal/driver.c C 2011,2012,2013,2014,2015,2016,2017
-./bin/tests/system/dlzexternal/driver.h C 2011,2016
+./bin/tests/system/dlzexternal/driver.c C 2011,2012,2013,2014,2015,2016,2017,2018
+./bin/tests/system/dlzexternal/driver.h C 2011,2016,2018
./bin/tests/system/dlzexternal/ns1/.gitignore X 2012,2018
./bin/tests/system/dlzexternal/ns1/dlzs.conf.in CONF-C 2018
./bin/tests/system/dlzexternal/ns1/named.conf.in CONF-C 2011,2012,2013,2014,2016,2018
-./bin/tests/system/dlzexternal/ns1/root.db ZONE 2014,2016
+./bin/tests/system/dlzexternal/ns1/root.db ZONE 2014,2016,2018
./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014,2016,2018
./bin/tests/system/dlzexternal/setup.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/dlzexternal/tests.sh SH 2010,2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/dns64/clean.sh SH 2010,2012,2014,2015,2016,2018
-./bin/tests/system/dns64/conf/bad1.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/bad2.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/bad3.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/bad4.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/bad5.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/bad6.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/bad7.conf CONF-C 2012,2016
-./bin/tests/system/dns64/conf/bad8.conf CONF-C 2012,2016
-./bin/tests/system/dns64/conf/bad9.conf CONF-C 2012,2016
-./bin/tests/system/dns64/conf/good1.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/good2.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/good3.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/good4.conf CONF-C 2010,2016
-./bin/tests/system/dns64/conf/good5.conf CONF-C 2010,2016
-./bin/tests/system/dns64/ns1/example.db ZONE 2010,2011,2013,2016
+./bin/tests/system/dns64/conf/bad1.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/bad2.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/bad3.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/bad4.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/bad5.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/bad6.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/bad7.conf CONF-C 2012,2016,2018
+./bin/tests/system/dns64/conf/bad8.conf CONF-C 2012,2016,2018
+./bin/tests/system/dns64/conf/bad9.conf CONF-C 2012,2016,2018
+./bin/tests/system/dns64/conf/good1.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/good2.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/good3.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/good4.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/conf/good5.conf CONF-C 2010,2016,2018
+./bin/tests/system/dns64/ns1/example.db ZONE 2010,2011,2013,2016,2018
./bin/tests/system/dns64/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/dns64/ns1/root.db ZONE 2010,2016
-./bin/tests/system/dns64/ns1/sign.sh SH 2010,2012,2014,2016
+./bin/tests/system/dns64/ns1/root.db ZONE 2010,2016,2018
+./bin/tests/system/dns64/ns1/sign.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/dns64/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/dns64/ns2/rpz.db ZONE 2013,2016
-./bin/tests/system/dns64/prereq.sh SH 2014,2016
+./bin/tests/system/dns64/ns2/rpz.db ZONE 2013,2016,2018
+./bin/tests/system/dns64/prereq.sh SH 2014,2016,2018
./bin/tests/system/dns64/setup.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/dns64/tests.sh SH 2010,2011,2012,2013,2014,2016,2018
-./bin/tests/system/dnssec/README TXT.BRIEF 2000,2001,2002,2004,2011,2016
+./bin/tests/system/dnssec/README TXT.BRIEF 2000,2001,2002,2004,2011,2016,2018
./bin/tests/system/dnssec/clean.sh SH 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./bin/tests/system/dnssec/dnssec_update_test.pl PERL 2002,2004,2007,2010,2012,2016,2018
./bin/tests/system/dnssec/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns1/root.db.in ZONE 2000,2001,2004,2007,2010,2013,2014,2016
-./bin/tests/system/dnssec/ns1/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016
-./bin/tests/system/dnssec/ns2/algroll.db.in ZONE 2010,2016
-./bin/tests/system/dnssec/ns2/badparam.db.in ZONE 2010,2016
-./bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in ZONE 2015,2016
-./bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in ZONE 2015,2016
-./bin/tests/system/dnssec/ns2/cdnskey.secure.db.in ZONE 2015,2016
-./bin/tests/system/dnssec/ns2/cds-auto.secure.db.in ZONE 2015,2016
-./bin/tests/system/dnssec/ns2/cds-update.secure.db.in ZONE 2015,2016
-./bin/tests/system/dnssec/ns2/cds.secure.db.in ZONE 2015,2016
-./bin/tests/system/dnssec/ns2/child.nsec3.example.db ZONE 2006,2008,2016
-./bin/tests/system/dnssec/ns2/child.optout.example.db ZONE 2006,2008,2016
-./bin/tests/system/dnssec/ns2/dlv.db.in ZONE 2004,2007,2016
-./bin/tests/system/dnssec/ns2/dst.example.db.in ZONE 2004,2007,2016
-./bin/tests/system/dnssec/ns2/example.db.in ZONE 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2016
-./bin/tests/system/dnssec/ns2/in-addr.arpa.db.in ZONE 2014,2016
-./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000,2001,2004,2007,2013,2016
+./bin/tests/system/dnssec/ns1/root.db.in ZONE 2000,2001,2004,2007,2010,2013,2014,2016,2018
+./bin/tests/system/dnssec/ns1/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2018
+./bin/tests/system/dnssec/ns2/algroll.db.in ZONE 2010,2016,2018
+./bin/tests/system/dnssec/ns2/badparam.db.in ZONE 2010,2016,2018
+./bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in ZONE 2015,2016,2018
+./bin/tests/system/dnssec/ns2/cdnskey-update.secure.db.in ZONE 2015,2016,2018
+./bin/tests/system/dnssec/ns2/cdnskey.secure.db.in ZONE 2015,2016,2018
+./bin/tests/system/dnssec/ns2/cds-auto.secure.db.in ZONE 2015,2016,2018
+./bin/tests/system/dnssec/ns2/cds-update.secure.db.in ZONE 2015,2016,2018
+./bin/tests/system/dnssec/ns2/cds.secure.db.in ZONE 2015,2016,2018
+./bin/tests/system/dnssec/ns2/child.nsec3.example.db ZONE 2006,2008,2016,2018
+./bin/tests/system/dnssec/ns2/child.optout.example.db ZONE 2006,2008,2016,2018
+./bin/tests/system/dnssec/ns2/dlv.db.in ZONE 2004,2007,2016,2018
+./bin/tests/system/dnssec/ns2/dst.example.db.in ZONE 2004,2007,2016,2018
+./bin/tests/system/dnssec/ns2/example.db.in ZONE 2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2016,2018
+./bin/tests/system/dnssec/ns2/in-addr.arpa.db.in ZONE 2014,2016,2018
+./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000,2001,2004,2007,2013,2016,2018
./bin/tests/system/dnssec/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/dnssec/ns2/rfc2335.example.db X 2004
-./bin/tests/system/dnssec/ns2/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016
-./bin/tests/system/dnssec/ns2/single-nsec3.db.in ZONE 2010,2016
-./bin/tests/system/dnssec/ns3/auto-nsec.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/bogus.example.db.in ZONE 2000,2001,2004,2007,2014,2016
-./bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in ZONE 2014,2016
-./bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in ZONE 2014,2016
-./bin/tests/system/dnssec/ns3/dynamic.example.db.in ZONE 2002,2004,2007,2016
-./bin/tests/system/dnssec/ns3/expired.example.db.in ZONE 2011,2012,2016
-./bin/tests/system/dnssec/ns3/expiring.example.db.in ZONE 2011,2012,2016
-./bin/tests/system/dnssec/ns3/future.example.db.in ZONE 2014,2016
-./bin/tests/system/dnssec/ns3/generic.example.db.in ZONE 2001,2002,2004,2007,2016
-./bin/tests/system/dnssec/ns3/inline.example.db ZONE 2012,2016
-./bin/tests/system/dnssec/ns3/insecure.below-cname.example.db ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/insecure.example.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/dnssec/ns3/insecure.nsec3.example.db ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/insecure.optout.example.db ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/kskonly.example.db.in ZONE 2010,2016
-./bin/tests/system/dnssec/ns3/lower.example.db.in ZONE 2012,2016
-./bin/tests/system/dnssec/ns3/managed-future.example.db.in ZONE 2016
-./bin/tests/system/dnssec/ns3/multiple.example.db.in ZONE 2006,2008,2016
+./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dnssec/ns2/rfc2335.example.db X 2004,2018
+./bin/tests/system/dnssec/ns2/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2018
+./bin/tests/system/dnssec/ns2/single-nsec3.db.in ZONE 2010,2016,2018
+./bin/tests/system/dnssec/ns3/auto-nsec.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/bogus.example.db.in ZONE 2000,2001,2004,2007,2014,2016,2018
+./bin/tests/system/dnssec/ns3/dnskey-nsec3-unknown.example.db.in ZONE 2014,2016,2018
+./bin/tests/system/dnssec/ns3/dnskey-unknown.example.db.in ZONE 2014,2016,2018
+./bin/tests/system/dnssec/ns3/dynamic.example.db.in ZONE 2002,2004,2007,2016,2018
+./bin/tests/system/dnssec/ns3/expired.example.db.in ZONE 2011,2012,2016,2018
+./bin/tests/system/dnssec/ns3/expiring.example.db.in ZONE 2011,2012,2016,2018
+./bin/tests/system/dnssec/ns3/future.example.db.in ZONE 2014,2016,2018
+./bin/tests/system/dnssec/ns3/generic.example.db.in ZONE 2001,2002,2004,2007,2016,2018
+./bin/tests/system/dnssec/ns3/inline.example.db ZONE 2012,2016,2018
+./bin/tests/system/dnssec/ns3/insecure.below-cname.example.db ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/insecure.example.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dnssec/ns3/insecure.nsec3.example.db ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/insecure.optout.example.db ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/kskonly.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/dnssec/ns3/lower.example.db.in ZONE 2012,2016,2018
+./bin/tests/system/dnssec/ns3/managed-future.example.db.in ZONE 2016,2018
+./bin/tests/system/dnssec/ns3/multiple.example.db.in ZONE 2006,2008,2016,2018
./bin/tests/system/dnssec/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns3/nosign.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in ZONE 2006,2008,2016
-./bin/tests/system/dnssec/ns3/nsec3.example.db.in ZONE 2006,2008,2016
-./bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/optout-unknown.example.db.in ZONE 2006,2008,2016
-./bin/tests/system/dnssec/ns3/optout.example.db.in ZONE 2006,2008,2016
-./bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/optout.optout.example.db.in ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/publish-inactive.example.db.in ZONE 2013,2016
-./bin/tests/system/dnssec/ns3/rsasha256.example.db.in ZONE 2009,2016
-./bin/tests/system/dnssec/ns3/rsasha512.example.db.in ZONE 2009,2016
-./bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/secure.example.db.in ZONE 2000,2001,2004,2007,2008,2010,2012,2013,2014,2016
-./bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/secure.optout.example.db.in ZONE 2008,2016
-./bin/tests/system/dnssec/ns3/siginterval.example.db.in ZONE 2013,2016
-./bin/tests/system/dnssec/ns3/siginterval1.conf CONF-C 2013,2016
-./bin/tests/system/dnssec/ns3/siginterval2.conf CONF-C 2013,2016
-./bin/tests/system/dnssec/ns3/sign.sh SH 2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
-./bin/tests/system/dnssec/ns3/split-dnssec.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/split-smart.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/ttlpatch.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/update-nsec3.example.db.in ZONE 2011,2016
-./bin/tests/system/dnssec/ns3/upper.example.db.in ZONE 2012,2016
+./bin/tests/system/dnssec/ns3/nosign.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in ZONE 2006,2008,2016,2018
+./bin/tests/system/dnssec/ns3/nsec3.example.db.in ZONE 2006,2008,2016,2018
+./bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/optout-unknown.example.db.in ZONE 2006,2008,2016,2018
+./bin/tests/system/dnssec/ns3/optout.example.db.in ZONE 2006,2008,2016,2018
+./bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/optout.optout.example.db.in ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/publish-inactive.example.db.in ZONE 2013,2016,2018
+./bin/tests/system/dnssec/ns3/rsasha256.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/dnssec/ns3/rsasha512.example.db.in ZONE 2009,2016,2018
+./bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/secure.example.db.in ZONE 2000,2001,2004,2007,2008,2010,2012,2013,2014,2016,2018
+./bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/secure.optout.example.db.in ZONE 2008,2016,2018
+./bin/tests/system/dnssec/ns3/siginterval.example.db.in ZONE 2013,2016,2018
+./bin/tests/system/dnssec/ns3/siginterval1.conf CONF-C 2013,2016,2018
+./bin/tests/system/dnssec/ns3/siginterval2.conf CONF-C 2013,2016,2018
+./bin/tests/system/dnssec/ns3/sign.sh SH 2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./bin/tests/system/dnssec/ns3/split-dnssec.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/split-smart.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/ttlpatch.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/update-nsec3.example.db.in ZONE 2011,2016,2018
+./bin/tests/system/dnssec/ns3/upper.example.db.in ZONE 2012,2016,2018
./bin/tests/system/dnssec/ns4/named1.conf.in CONF-C 2018
./bin/tests/system/dnssec/ns4/named2.conf.in CONF-C 2018
./bin/tests/system/dnssec/ns4/named3.conf.in CONF-C 2018
./bin/tests/system/dnssec/ns4/named4.conf.in CONF-C 2018
./bin/tests/system/dnssec/ns4/named5.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns5/.gitignore X 2015
+./bin/tests/system/dnssec/ns5/.gitignore X 2015,2018
./bin/tests/system/dnssec/ns5/named1.conf.in CONF-C 2018
./bin/tests/system/dnssec/ns5/named2.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns5/sign.sh SH 2015,2016
-./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/dnssec/ns6/named.args X 2013,2014,2016
+./bin/tests/system/dnssec/ns5/sign.sh SH 2015,2016,2018
+./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/dnssec/ns6/named.args X 2013,2014,2016,2018
./bin/tests/system/dnssec/ns6/named.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013,2016
-./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014,2016
+./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013,2016,2018
+./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014,2016,2018
./bin/tests/system/dnssec/ns7/named.conf.in CONF-C 2018
-./bin/tests/system/dnssec/ns7/named.nosoa TXT.BRIEF 2010,2016
-./bin/tests/system/dnssec/ns7/nosoa.secure.example.db ZONE 2010,2016
-./bin/tests/system/dnssec/ns7/sign.sh SH 2014,2016
-./bin/tests/system/dnssec/ns7/split-rrsig.db.in ZONE 2014,2016
-./bin/tests/system/dnssec/ntadiff.pl PERL 2015,2016
+./bin/tests/system/dnssec/ns7/named.nosoa TXT.BRIEF 2010,2016,2018
+./bin/tests/system/dnssec/ns7/nosoa.secure.example.db ZONE 2010,2016,2018
+./bin/tests/system/dnssec/ns7/sign.sh SH 2014,2016,2018
+./bin/tests/system/dnssec/ns7/split-rrsig.db.in ZONE 2014,2016,2018
+./bin/tests/system/dnssec/ntadiff.pl PERL 2015,2016,2018
./bin/tests/system/dnssec/prereq.sh SH 2000,2001,2002,2004,2006,2007,2009,2012,2014,2015,2016,2018
./bin/tests/system/dnssec/setup.sh SH 2000,2001,2004,2007,2009,2011,2012,2013,2014,2015,2016,2018
-./bin/tests/system/dnssec/signer/example.db.in ZONE 2010,2016
+./bin/tests/system/dnssec/signer/example.db.in ZONE 2010,2016,2018
./bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.key X 2018
./bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.private X 2018
./bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.key X 2018
@@ -1168,33 +1170,33 @@
./bin/tests/system/dnssec/signer/general/test6.zone ZONE 2018
./bin/tests/system/dnssec/signer/general/test7.zone ZONE 2018
./bin/tests/system/dnssec/signer/general/test8.zone ZONE 2018
-./bin/tests/system/dnssec/signer/remove.db.in ZONE 2016
-./bin/tests/system/dnssec/signer/remove2.db.in ZONE 2016
+./bin/tests/system/dnssec/signer/remove.db.in ZONE 2016,2018
+./bin/tests/system/dnssec/signer/remove2.db.in ZONE 2016,2018
./bin/tests/system/dnssec/tests.sh SH 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf CONF-C 2016
-./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf CONF-C 2016
+./bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-min.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-max.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-min.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-input-queue-size-po2.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-output-notify-threshold.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-max.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf CONF-C 2016,2018
./bin/tests/system/dnstap/clean.sh SH 2015,2016,2017,2018
-./bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf CONF-C 2016
-./bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf CONF-C 2016
+./bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-output-notify-threshold.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-output-queue-model-mpsc.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf CONF-C 2016,2018
+./bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf CONF-C 2016,2018
./bin/tests/system/dnstap/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/dnstap/ns1/root.db ZONE 2015,2016
-./bin/tests/system/dnstap/ns2/example.db ZONE 2015,2016
+./bin/tests/system/dnstap/ns1/root.db ZONE 2015,2016,2018
+./bin/tests/system/dnstap/ns2/example.db ZONE 2015,2016,2018
./bin/tests/system/dnstap/ns2/named.conf.in CONF-C 2018
./bin/tests/system/dnstap/ns3/named.conf.in CONF-C 2018
./bin/tests/system/dnstap/ns4/named.conf.in CONF-C 2018
@@ -1202,206 +1204,206 @@
./bin/tests/system/dnstap/tests.sh SH 2015,2016,2017,2018
./bin/tests/system/dnstap/ydump.py PYTHON 2016,2017,2018
./bin/tests/system/dscp/clean.sh SH 2013,2014,2015,2016,2018
-./bin/tests/system/dscp/ns1/named.args X 2013,2014
+./bin/tests/system/dscp/ns1/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/dscp/ns1/root.db ZONE 2013,2016
-./bin/tests/system/dscp/ns2/named.args X 2013,2014
+./bin/tests/system/dscp/ns1/root.db ZONE 2013,2016,2018
+./bin/tests/system/dscp/ns2/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/dscp/ns3/hint.db ZONE 2013,2016
-./bin/tests/system/dscp/ns3/named.args X 2013,2014
+./bin/tests/system/dscp/ns3/hint.db ZONE 2013,2016,2018
+./bin/tests/system/dscp/ns3/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/dscp/ns4/named.args X 2013,2014
+./bin/tests/system/dscp/ns4/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/dscp/ns4/root.db ZONE 2013,2016
-./bin/tests/system/dscp/ns5/named.args X 2013,2014
+./bin/tests/system/dscp/ns4/root.db ZONE 2013,2016,2018
+./bin/tests/system/dscp/ns5/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/dscp/ns6/hint.db ZONE 2013,2016
-./bin/tests/system/dscp/ns6/named.args X 2013,2014
+./bin/tests/system/dscp/ns6/hint.db ZONE 2013,2016,2018
+./bin/tests/system/dscp/ns6/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns6/named.conf.in CONF-C 2018
-./bin/tests/system/dscp/ns7/named.args X 2013,2014
+./bin/tests/system/dscp/ns7/named.args X 2013,2014,2018
./bin/tests/system/dscp/ns7/named.conf.in CONF-C 2018
./bin/tests/system/dscp/setup.sh SH 2018
./bin/tests/system/dscp/tests.sh SH 2013,2016,2018
./bin/tests/system/dsdigest/clean.sh SH 2012,2014,2016,2018
./bin/tests/system/dsdigest/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/dsdigest/ns1/root.db.in ZONE 2012,2016
-./bin/tests/system/dsdigest/ns1/sign.sh SH 2012,2014,2016
-./bin/tests/system/dsdigest/ns2/bad.db.in ZONE 2012,2016
-./bin/tests/system/dsdigest/ns2/good.db.in ZONE 2012,2016
+./bin/tests/system/dsdigest/ns1/root.db.in ZONE 2012,2016,2018
+./bin/tests/system/dsdigest/ns1/sign.sh SH 2012,2014,2016,2018
+./bin/tests/system/dsdigest/ns2/bad.db.in ZONE 2012,2016,2018
+./bin/tests/system/dsdigest/ns2/good.db.in ZONE 2012,2016,2018
./bin/tests/system/dsdigest/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/dsdigest/ns2/sign.sh SH 2012,2014,2016
+./bin/tests/system/dsdigest/ns2/sign.sh SH 2012,2014,2016,2018
./bin/tests/system/dsdigest/ns3/named.conf.in CONF-C 2018
./bin/tests/system/dsdigest/ns4/named.conf.in CONF-C 2018
./bin/tests/system/dsdigest/prereq.sh SH 2012,2014,2016,2018
./bin/tests/system/dsdigest/setup.sh SH 2012,2014,2016,2018
./bin/tests/system/dsdigest/tests.sh SH 2012,2016,2018
-./bin/tests/system/dyndb/Makefile.in MAKE 2015,2016
+./bin/tests/system/dyndb/Makefile.in MAKE 2015,2016,2018
./bin/tests/system/dyndb/clean.sh SH 2015,2016,2018
-./bin/tests/system/dyndb/driver/.gitignore X 2015
-./bin/tests/system/dyndb/driver/AUTHORS X 2015
-./bin/tests/system/dyndb/driver/COPYING X 2015,2016
-./bin/tests/system/dyndb/driver/Makefile.in MAKE 2015,2016
-./bin/tests/system/dyndb/driver/README X 2015
-./bin/tests/system/dyndb/driver/db.c X 2015,2016,2017
-./bin/tests/system/dyndb/driver/db.h X 2015
-./bin/tests/system/dyndb/driver/driver.c X 2015,2016
-./bin/tests/system/dyndb/driver/instance.c X 2015,2016
-./bin/tests/system/dyndb/driver/instance.h X 2015,2016
-./bin/tests/system/dyndb/driver/lock.c X 2015
-./bin/tests/system/dyndb/driver/lock.h X 2015
-./bin/tests/system/dyndb/driver/log.c X 2015
-./bin/tests/system/dyndb/driver/log.h X 2015
-./bin/tests/system/dyndb/driver/syncptr.c X 2015,2017
-./bin/tests/system/dyndb/driver/syncptr.h X 2015
-./bin/tests/system/dyndb/driver/util.h X 2015
-./bin/tests/system/dyndb/driver/zone.c X 2015
-./bin/tests/system/dyndb/driver/zone.h X 2015
+./bin/tests/system/dyndb/driver/.gitignore X 2015,2018
+./bin/tests/system/dyndb/driver/AUTHORS X 2015,2018
+./bin/tests/system/dyndb/driver/COPYING X 2015,2016,2018
+./bin/tests/system/dyndb/driver/Makefile.in MAKE 2015,2016,2018
+./bin/tests/system/dyndb/driver/README X 2015,2018
+./bin/tests/system/dyndb/driver/db.c X 2015,2016,2017,2018
+./bin/tests/system/dyndb/driver/db.h X 2015,2018
+./bin/tests/system/dyndb/driver/driver.c X 2015,2016,2018
+./bin/tests/system/dyndb/driver/instance.c X 2015,2016,2018
+./bin/tests/system/dyndb/driver/instance.h X 2015,2016,2018
+./bin/tests/system/dyndb/driver/lock.c X 2015,2018
+./bin/tests/system/dyndb/driver/lock.h X 2015,2018
+./bin/tests/system/dyndb/driver/log.c X 2015,2018
+./bin/tests/system/dyndb/driver/log.h X 2015,2018
+./bin/tests/system/dyndb/driver/syncptr.c X 2015,2017,2018
+./bin/tests/system/dyndb/driver/syncptr.h X 2015,2018
+./bin/tests/system/dyndb/driver/util.h X 2015,2018
+./bin/tests/system/dyndb/driver/zone.c X 2015,2018
+./bin/tests/system/dyndb/driver/zone.h X 2015,2018
./bin/tests/system/dyndb/ns1/named.conf.in CONF-C 2018
./bin/tests/system/dyndb/prereq.sh SH 2015,2016,2018
./bin/tests/system/dyndb/setup.sh SH 2018
./bin/tests/system/dyndb/tests.sh SH 2015,2016,2018
-./bin/tests/system/ecdsa/clean.sh SH 2012,2014,2016
-./bin/tests/system/ecdsa/ns1/named.conf CONF-C 2012,2016
-./bin/tests/system/ecdsa/ns1/root.db.in ZONE 2012,2016
-./bin/tests/system/ecdsa/ns1/sign.sh SH 2012,2014,2016
-./bin/tests/system/ecdsa/ns2/named.conf CONF-C 2012,2016
-./bin/tests/system/ecdsa/prereq.sh SH 2012,2014,2016
-./bin/tests/system/ecdsa/setup.sh SH 2012,2014,2016
-./bin/tests/system/ecdsa/tests.sh SH 2012,2013,2015,2016
-./bin/tests/system/eddsa/clean.sh SH 2017
-./bin/tests/system/eddsa/ns1/named.conf CONF-C 2017
-./bin/tests/system/eddsa/ns1/root.db.in ZONE 2017
-./bin/tests/system/eddsa/ns1/sign.sh SH 2017
-./bin/tests/system/eddsa/ns2/Xexample.com.+015+03613.key X 2017
-./bin/tests/system/eddsa/ns2/Xexample.com.+015+03613.private X 2017
-./bin/tests/system/eddsa/ns2/Xexample.com.+015+35217.key X 2017
-./bin/tests/system/eddsa/ns2/Xexample.com.+015+35217.private X 2017
-./bin/tests/system/eddsa/ns2/example.com.db ZONE 2017
-./bin/tests/system/eddsa/ns2/named.conf CONF-C 2017
-./bin/tests/system/eddsa/ns2/sign.sh SH 2017
-./bin/tests/system/eddsa/prereq.sh SH 2017
-./bin/tests/system/eddsa/setup.sh SH 2017
-./bin/tests/system/eddsa/tests.sh SH 2017
+./bin/tests/system/ecdsa/clean.sh SH 2012,2014,2016,2018
+./bin/tests/system/ecdsa/ns1/named.conf CONF-C 2012,2016,2018
+./bin/tests/system/ecdsa/ns1/root.db.in ZONE 2012,2016,2018
+./bin/tests/system/ecdsa/ns1/sign.sh SH 2012,2014,2016,2018
+./bin/tests/system/ecdsa/ns2/named.conf CONF-C 2012,2016,2018
+./bin/tests/system/ecdsa/prereq.sh SH 2012,2014,2016,2018
+./bin/tests/system/ecdsa/setup.sh SH 2012,2014,2016,2018
+./bin/tests/system/ecdsa/tests.sh SH 2012,2013,2015,2016,2018
+./bin/tests/system/eddsa/clean.sh SH 2017,2018
+./bin/tests/system/eddsa/ns1/named.conf CONF-C 2017,2018
+./bin/tests/system/eddsa/ns1/root.db.in ZONE 2017,2018
+./bin/tests/system/eddsa/ns1/sign.sh SH 2017,2018
+./bin/tests/system/eddsa/ns2/Xexample.com.+015+03613.key X 2017,2018
+./bin/tests/system/eddsa/ns2/Xexample.com.+015+03613.private X 2017,2018
+./bin/tests/system/eddsa/ns2/Xexample.com.+015+35217.key X 2017,2018
+./bin/tests/system/eddsa/ns2/Xexample.com.+015+35217.private X 2017,2018
+./bin/tests/system/eddsa/ns2/example.com.db ZONE 2017,2018
+./bin/tests/system/eddsa/ns2/named.conf CONF-C 2017,2018
+./bin/tests/system/eddsa/ns2/sign.sh SH 2017,2018
+./bin/tests/system/eddsa/prereq.sh SH 2017,2018
+./bin/tests/system/eddsa/setup.sh SH 2017,2018
+./bin/tests/system/eddsa/tests.sh SH 2017,2018
./bin/tests/system/ednscompliance/clean.sh SH 2014,2015,2016,2018
./bin/tests/system/ednscompliance/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/ednscompliance/ns1/root.db ZONE 2014,2016
+./bin/tests/system/ednscompliance/ns1/root.db ZONE 2014,2016,2018
./bin/tests/system/ednscompliance/setup.sh SH 2018
./bin/tests/system/ednscompliance/tests.sh SH 2014,2015,2016,2018
-./bin/tests/system/emptyzones/clean.sh SH 2014,2015,2016
-./bin/tests/system/emptyzones/ns1/empty.db ZONE 2014,2016
+./bin/tests/system/emptyzones/clean.sh SH 2014,2015,2016,2018
+./bin/tests/system/emptyzones/ns1/empty.db ZONE 2014,2016,2018
./bin/tests/system/emptyzones/ns1/named1.conf.in CONF-C 2018
./bin/tests/system/emptyzones/ns1/named2.conf.in CONF-C 2018
-./bin/tests/system/emptyzones/ns1/rfc1918.zones CONF-C 2014,2016
-./bin/tests/system/emptyzones/ns1/root.hint ZONE 2014,2016
+./bin/tests/system/emptyzones/ns1/rfc1918.zones CONF-C 2014,2016,2018
+./bin/tests/system/emptyzones/ns1/root.hint ZONE 2014,2016,2018
./bin/tests/system/emptyzones/setup.sh SH 2014,2016,2018
./bin/tests/system/emptyzones/tests.sh SH 2014,2015,2016,2018
-./bin/tests/system/feature-test.c C 2016,2017
+./bin/tests/system/feature-test.c C 2016,2017,2018
./bin/tests/system/fetchlimit/ans4/ans.pl PERL 2015,2016,2018
./bin/tests/system/fetchlimit/clean.sh SH 2015,2016,2018
./bin/tests/system/fetchlimit/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/fetchlimit/ns1/root.db ZONE 2015,2016
-./bin/tests/system/fetchlimit/ns2/example.db ZONE 2015,2016
+./bin/tests/system/fetchlimit/ns1/root.db ZONE 2015,2016,2018
+./bin/tests/system/fetchlimit/ns2/example.db ZONE 2015,2016,2018
./bin/tests/system/fetchlimit/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/fetchlimit/ns3/named.args X 2015
+./bin/tests/system/fetchlimit/ns3/named.args X 2015,2018
./bin/tests/system/fetchlimit/ns3/named1.conf.in CONF-C 2018
./bin/tests/system/fetchlimit/ns3/named2.conf.in CONF-C 2018
./bin/tests/system/fetchlimit/ns3/named3.conf.in CONF-C 2018
-./bin/tests/system/fetchlimit/ns3/root.hint ZONE 2015,2016
+./bin/tests/system/fetchlimit/ns3/root.hint ZONE 2015,2016,2018
./bin/tests/system/fetchlimit/setup.sh SH 2015,2016,2018
./bin/tests/system/fetchlimit/tests.sh SH 2015,2016,2018
-./bin/tests/system/filter-aaaa/.gitignore X 2012,2014,2016
+./bin/tests/system/filter-aaaa/.gitignore X 2012,2014,2016,2018
./bin/tests/system/filter-aaaa/clean.sh SH 2010,2012,2014,2016,2018
-./bin/tests/system/filter-aaaa/conf/bad1.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/bad2.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/bad3.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/bad4.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/bad5.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/bad6.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good1.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good2.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good3.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good4.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good5.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good6.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good7.conf CONF-C 2010,2016
-./bin/tests/system/filter-aaaa/conf/good8.conf CONF-C 2010,2016
+./bin/tests/system/filter-aaaa/conf/bad1.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/bad2.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/bad3.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/bad4.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/bad5.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/bad6.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good1.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good2.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good3.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good4.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good5.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good6.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good7.conf CONF-C 2010,2016,2018
+./bin/tests/system/filter-aaaa/conf/good8.conf CONF-C 2010,2016,2018
./bin/tests/system/filter-aaaa/ns1/named1.conf.in CONF-C 2018
./bin/tests/system/filter-aaaa/ns1/named2.conf.in CONF-C 2018
-./bin/tests/system/filter-aaaa/ns1/root.db ZONE 2010,2012,2016,2017
+./bin/tests/system/filter-aaaa/ns1/root.db ZONE 2010,2012,2016,2017,2018
./bin/tests/system/filter-aaaa/ns1/sign.sh SH 2010,2012,2014,2016,2018
-./bin/tests/system/filter-aaaa/ns1/signed.db.in ZONE 2010,2012,2016,2017
-./bin/tests/system/filter-aaaa/ns1/signed.db.presigned X 2014,2017
-./bin/tests/system/filter-aaaa/ns1/unsigned.db ZONE 2010,2012,2016,2017
-./bin/tests/system/filter-aaaa/ns2/hints ZONE 2010,2016
+./bin/tests/system/filter-aaaa/ns1/signed.db.in ZONE 2010,2012,2016,2017,2018
+./bin/tests/system/filter-aaaa/ns1/signed.db.presigned X 2014,2017,2018
+./bin/tests/system/filter-aaaa/ns1/unsigned.db ZONE 2010,2012,2016,2017,2018
+./bin/tests/system/filter-aaaa/ns2/hints ZONE 2010,2016,2018
./bin/tests/system/filter-aaaa/ns2/named1.conf.in CONF-C 2018
./bin/tests/system/filter-aaaa/ns2/named2.conf.in CONF-C 2018
-./bin/tests/system/filter-aaaa/ns3/hints ZONE 2010,2016
+./bin/tests/system/filter-aaaa/ns3/hints ZONE 2010,2016,2018
./bin/tests/system/filter-aaaa/ns3/named1.conf.in CONF-C 2018
./bin/tests/system/filter-aaaa/ns3/named2.conf.in CONF-C 2018
./bin/tests/system/filter-aaaa/ns4/named1.conf.in CONF-C 2018
./bin/tests/system/filter-aaaa/ns4/named2.conf.in CONF-C 2018
-./bin/tests/system/filter-aaaa/ns4/root.db ZONE 2010,2012,2016,2017
+./bin/tests/system/filter-aaaa/ns4/root.db ZONE 2010,2012,2016,2017,2018
./bin/tests/system/filter-aaaa/ns4/sign.sh SH 2010,2012,2014,2016,2018
-./bin/tests/system/filter-aaaa/ns4/signed.db.in ZONE 2010,2012,2016,2017
-./bin/tests/system/filter-aaaa/ns4/signed.db.presigned X 2014
-./bin/tests/system/filter-aaaa/ns4/unsigned.db ZONE 2010,2012,2016,2017
-./bin/tests/system/filter-aaaa/prereq.sh SH 2010,2012,2014,2016
+./bin/tests/system/filter-aaaa/ns4/signed.db.in ZONE 2010,2012,2016,2017,2018
+./bin/tests/system/filter-aaaa/ns4/signed.db.presigned X 2014,2018
+./bin/tests/system/filter-aaaa/ns4/unsigned.db ZONE 2010,2012,2016,2017,2018
+./bin/tests/system/filter-aaaa/prereq.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/filter-aaaa/setup.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012,2015,2016,2017,2018
./bin/tests/system/formerr/clean.sh SH 2013,2014,2015,2016,2018
-./bin/tests/system/formerr/formerr.pl PERL 2013,2014,2016
-./bin/tests/system/formerr/nametoolong X 2013
-./bin/tests/system/formerr/noquestions X 2013
+./bin/tests/system/formerr/formerr.pl PERL 2013,2014,2016,2018
+./bin/tests/system/formerr/nametoolong X 2013,2018
+./bin/tests/system/formerr/noquestions X 2013,2018
./bin/tests/system/formerr/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/formerr/ns1/root.db ZONE 2013,2016
+./bin/tests/system/formerr/ns1/root.db ZONE 2013,2016,2018
./bin/tests/system/formerr/setup.sh SH 2018
./bin/tests/system/formerr/tests.sh SH 2013,2015,2016,2018
-./bin/tests/system/formerr/twoquestions X 2013
+./bin/tests/system/formerr/twoquestions X 2013,2018
./bin/tests/system/forward/clean.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/forward/ns1/example.db X 2000,2001
+./bin/tests/system/forward/ns1/example.db X 2000,2001,2018
./bin/tests/system/forward/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/forward/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/forward/ns2/example.db X 2000,2001
+./bin/tests/system/forward/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/forward/ns2/example.db X 2000,2001,2018
./bin/tests/system/forward/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/forward/ns2/root.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/forward/ns2/root.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/forward/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/forward/ns3/root.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/forward/ns3/root.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/forward/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/forward/ns4/root.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/forward/ns4/root.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/forward/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/forward/ns5/root.db ZONE 2011,2016
-./bin/tests/system/forward/rfc1918-inherited.conf CONF-C 2016
-./bin/tests/system/forward/rfc1918-notinherited.conf CONF-C 2016
+./bin/tests/system/forward/ns5/root.db ZONE 2011,2016,2018
+./bin/tests/system/forward/rfc1918-inherited.conf CONF-C 2016,2018
+./bin/tests/system/forward/rfc1918-notinherited.conf CONF-C 2016,2018
./bin/tests/system/forward/setup.sh SH 2018
./bin/tests/system/forward/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016,2018
-./bin/tests/system/forward/ula-inherited.conf CONF-C 2016
-./bin/tests/system/forward/ula-notinherited.conf CONF-C 2016
-./bin/tests/system/genzone.sh SH 2001,2002,2003,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./bin/tests/system/geoip/clean.sh SH 2013,2014,2016
-./bin/tests/system/geoip/data/GeoIP.csv X 2013,2014
-./bin/tests/system/geoip/data/GeoIP.dat X 2013,2014
-./bin/tests/system/geoip/data/GeoIPASNum.csv X 2013
-./bin/tests/system/geoip/data/GeoIPASNum.dat X 2013
-./bin/tests/system/geoip/data/GeoIPASNumv6.csv X 2013
-./bin/tests/system/geoip/data/GeoIPASNumv6.dat X 2013
-./bin/tests/system/geoip/data/GeoIPCity.csv X 2013
-./bin/tests/system/geoip/data/GeoIPCity.dat X 2013
-./bin/tests/system/geoip/data/GeoIPCityv6.csv X 2013
-./bin/tests/system/geoip/data/GeoIPCityv6.dat X 2013
-./bin/tests/system/geoip/data/GeoIPDomain.csv X 2013
-./bin/tests/system/geoip/data/GeoIPDomain.dat X 2013
-./bin/tests/system/geoip/data/GeoIPISP.csv X 2013
-./bin/tests/system/geoip/data/GeoIPISP.dat X 2013
-./bin/tests/system/geoip/data/GeoIPNetSpeed.csv X 2013
-./bin/tests/system/geoip/data/GeoIPNetSpeed.dat X 2013
-./bin/tests/system/geoip/data/GeoIPOrg.csv X 2013
-./bin/tests/system/geoip/data/GeoIPOrg.dat X 2013
-./bin/tests/system/geoip/data/GeoIPRegion.csv X 2013
-./bin/tests/system/geoip/data/GeoIPRegion.dat X 2013
-./bin/tests/system/geoip/data/GeoIPv6.csv X 2013
-./bin/tests/system/geoip/data/GeoIPv6.dat X 2013
-./bin/tests/system/geoip/data/README TXT.BRIEF 2013,2014,2016
-./bin/tests/system/geoip/ns2/example.db.in ZONE 2013,2016
+./bin/tests/system/forward/ula-inherited.conf CONF-C 2016,2018
+./bin/tests/system/forward/ula-notinherited.conf CONF-C 2016,2018
+./bin/tests/system/genzone.sh SH 2001,2002,2003,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/tests/system/geoip/clean.sh SH 2013,2014,2016,2018
+./bin/tests/system/geoip/data/GeoIP.csv X 2013,2014,2018
+./bin/tests/system/geoip/data/GeoIP.dat X 2013,2014,2018
+./bin/tests/system/geoip/data/GeoIPASNum.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPASNum.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPASNumv6.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPASNumv6.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPCity.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPCity.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPCityv6.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPCityv6.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPDomain.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPDomain.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPISP.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPISP.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPNetSpeed.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPNetSpeed.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPOrg.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPOrg.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPRegion.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPRegion.dat X 2013,2018
+./bin/tests/system/geoip/data/GeoIPv6.csv X 2013,2018
+./bin/tests/system/geoip/data/GeoIPv6.dat X 2013,2018
+./bin/tests/system/geoip/data/README TXT.BRIEF 2013,2014,2016,2018
+./bin/tests/system/geoip/ns2/example.db.in ZONE 2013,2016,2018
./bin/tests/system/geoip/ns2/named1.conf.in CONF-C 2018
./bin/tests/system/geoip/ns2/named10.conf.in CONF-C 2018
./bin/tests/system/geoip/ns2/named11.conf.in CONF-C 2018
@@ -1417,165 +1419,165 @@
./bin/tests/system/geoip/ns2/named7.conf.in CONF-C 2018
./bin/tests/system/geoip/ns2/named8.conf.in CONF-C 2018
./bin/tests/system/geoip/ns2/named9.conf.in CONF-C 2018
-./bin/tests/system/geoip/options.conf CONF-C 2015,2016
+./bin/tests/system/geoip/options.conf CONF-C 2015,2016,2018
./bin/tests/system/geoip/prereq.sh SH 2013,2014,2016,2018
./bin/tests/system/geoip/setup.sh SH 2013,2014,2016,2018
./bin/tests/system/geoip/tests.sh SH 2013,2014,2015,2016,2018
./bin/tests/system/glue/clean.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/glue/fi.good X 2000,2001
-./bin/tests/system/glue/noglue.good X 2000,2001
-./bin/tests/system/glue/ns1/cache.in ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/glue/ns1/mil.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/glue/fi.good X 2000,2001,2018
+./bin/tests/system/glue/noglue.good X 2000,2001,2018
+./bin/tests/system/glue/ns1/cache.in ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/glue/ns1/mil.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/glue/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/glue/ns1/net.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/glue/ns1/root-servers.nil.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/glue/ns1/root.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/glue/ns1/net.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/glue/ns1/root-servers.nil.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/glue/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/glue/setup.sh SH 2001,2004,2007,2012,2016,2018
./bin/tests/system/glue/tests.sh SH 2000,2001,2003,2004,2007,2012,2013,2016,2018
-./bin/tests/system/glue/xx.good X 2000,2001
-./bin/tests/system/glue/yy.good X 2000,2001,2003
-./bin/tests/system/gost/clean.sh SH 2010,2012,2014,2016
-./bin/tests/system/gost/ns1/named.conf CONF-C 2010,2016
-./bin/tests/system/gost/ns1/root.db.in ZONE 2010,2016
-./bin/tests/system/gost/ns1/sign.sh SH 2010,2012,2014,2016
-./bin/tests/system/gost/ns2/named.conf CONF-C 2010,2016
-./bin/tests/system/gost/prereq.sh SH 2010,2012,2014,2016
-./bin/tests/system/gost/setup.sh SH 2010,2012,2014,2016
-./bin/tests/system/gost/tests.sh SH 2010,2012,2013,2016
-./bin/tests/system/ifconfig.bat BAT 2016
-./bin/tests/system/ifconfig.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2016
-./bin/tests/system/inline/.gitignore X 2014
-./bin/tests/system/inline/checkdsa.sh.in SH 2013,2014,2016
+./bin/tests/system/glue/xx.good X 2000,2001,2018
+./bin/tests/system/glue/yy.good X 2000,2001,2003,2018
+./bin/tests/system/gost/clean.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/gost/ns1/named.conf CONF-C 2010,2016,2018
+./bin/tests/system/gost/ns1/root.db.in ZONE 2010,2016,2018
+./bin/tests/system/gost/ns1/sign.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/gost/ns2/named.conf CONF-C 2010,2016,2018
+./bin/tests/system/gost/prereq.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/gost/setup.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/gost/tests.sh SH 2010,2012,2013,2016,2018
+./bin/tests/system/ifconfig.bat BAT 2016,2018
+./bin/tests/system/ifconfig.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2016,2018
+./bin/tests/system/inline/.gitignore X 2014,2018
+./bin/tests/system/inline/checkdsa.sh.in SH 2013,2014,2016,2018
./bin/tests/system/inline/clean.sh SH 2011,2012,2013,2014,2015,2016,2017,2018
./bin/tests/system/inline/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/inline/ns1/root.db.in ZONE 2011,2012,2013,2016,2017
-./bin/tests/system/inline/ns1/sign.sh SH 2011,2012,2014,2016
-./bin/tests/system/inline/ns2/bits.db.in ZONE 2011,2016
+./bin/tests/system/inline/ns1/root.db.in ZONE 2011,2012,2013,2016,2017,2018
+./bin/tests/system/inline/ns1/sign.sh SH 2011,2012,2014,2016,2018
+./bin/tests/system/inline/ns2/bits.db.in ZONE 2011,2016,2018
./bin/tests/system/inline/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/inline/ns2/nsec3-loop.db ZONE 2017
-./bin/tests/system/inline/ns3/master.db.in ZONE 2011,2012,2016
-./bin/tests/system/inline/ns3/master2.db.in ZONE 2011,2012,2016
-./bin/tests/system/inline/ns3/master3.db.in ZONE 2012,2016
-./bin/tests/system/inline/ns3/master4.db.in ZONE 2012,2016
+./bin/tests/system/inline/ns2/nsec3-loop.db ZONE 2017,2018
+./bin/tests/system/inline/ns3/master.db.in ZONE 2011,2012,2016,2018
+./bin/tests/system/inline/ns3/master2.db.in ZONE 2011,2012,2016,2018
+./bin/tests/system/inline/ns3/master3.db.in ZONE 2012,2016,2018
+./bin/tests/system/inline/ns3/master4.db.in ZONE 2012,2016,2018
./bin/tests/system/inline/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/inline/ns3/sign.sh SH 2011,2012,2013,2014,2016,2017
+./bin/tests/system/inline/ns3/sign.sh SH 2011,2012,2013,2014,2016,2017,2018
./bin/tests/system/inline/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/inline/ns4/noixfr.db.in ZONE 2011,2016
+./bin/tests/system/inline/ns4/noixfr.db.in ZONE 2011,2016,2018
./bin/tests/system/inline/ns5/named.conf.post CONF-C 2011,2014,2016,2018
./bin/tests/system/inline/ns5/named.conf.pre CONF-C 2011,2016,2018
./bin/tests/system/inline/ns6/named.conf.in CONF-C 2018
./bin/tests/system/inline/ns7/named.conf.in CONF-C 2018
-./bin/tests/system/inline/ns7/sign.sh SH 2017
-./bin/tests/system/inline/prereq.sh SH 2014,2016
+./bin/tests/system/inline/ns7/sign.sh SH 2017,2018
+./bin/tests/system/inline/prereq.sh SH 2014,2016,2018
./bin/tests/system/inline/setup.sh SH 2011,2012,2013,2014,2016,2017,2018
./bin/tests/system/inline/tests.sh SH 2011,2012,2013,2014,2016,2017,2018
./bin/tests/system/integrity/clean.sh SH 2017,2018
-./bin/tests/system/integrity/ns1/mx-cname.db ZONE 2017
+./bin/tests/system/integrity/ns1/mx-cname.db ZONE 2017,2018
./bin/tests/system/integrity/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/integrity/ns1/srv-cname.db ZONE 2017
+./bin/tests/system/integrity/ns1/srv-cname.db ZONE 2017,2018
./bin/tests/system/integrity/setup.sh SH 2018
./bin/tests/system/integrity/tests.sh SH 2017,2018
-./bin/tests/system/ixfr/ans2/startme X 2011
+./bin/tests/system/ixfr/ans2/startme X 2011,2018
./bin/tests/system/ixfr/clean.sh SH 2001,2004,2007,2011,2012,2014,2015,2016,2018
-./bin/tests/system/ixfr/ns1/.gitignore X 2012
-./bin/tests/system/ixfr/ns1/startme X 2012,2013
-./bin/tests/system/ixfr/ns3/mytest0.db ZONE 2011,2016
-./bin/tests/system/ixfr/ns3/mytest1.db ZONE 2011,2016
-./bin/tests/system/ixfr/ns3/mytest2.db ZONE 2011,2016
+./bin/tests/system/ixfr/ns1/.gitignore X 2012,2018
+./bin/tests/system/ixfr/ns1/startme X 2012,2013,2018
+./bin/tests/system/ixfr/ns3/mytest0.db ZONE 2011,2016,2018
+./bin/tests/system/ixfr/ns3/mytest1.db ZONE 2011,2016,2018
+./bin/tests/system/ixfr/ns3/mytest2.db ZONE 2011,2016,2018
./bin/tests/system/ixfr/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/ixfr/ns3/subtest0.db ZONE 2011,2016
-./bin/tests/system/ixfr/ns3/subtest1.db ZONE 2011,2016
+./bin/tests/system/ixfr/ns3/subtest0.db ZONE 2011,2016,2018
+./bin/tests/system/ixfr/ns3/subtest1.db ZONE 2011,2016,2018
./bin/tests/system/ixfr/ns4/named.conf.in CONF-C 2018
./bin/tests/system/ixfr/prereq.sh SH 2001,2004,2007,2012,2014,2016,2018
./bin/tests/system/ixfr/setup.sh SH 2001,2004,2007,2011,2012,2013,2014,2016,2018
./bin/tests/system/ixfr/tests.sh SH 2001,2004,2007,2011,2012,2014,2016,2018
-./bin/tests/system/keymgr/01-ksk-inactive/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/01-ksk-inactive/expect X 2016
-./bin/tests/system/keymgr/02-zsk-inactive/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/02-zsk-inactive/expect X 2016
-./bin/tests/system/keymgr/03-ksk-unpublished/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/03-ksk-unpublished/expect X 2016
-./bin/tests/system/keymgr/04-zsk-unpublished/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/04-zsk-unpublished/expect X 2016
-./bin/tests/system/keymgr/05-ksk-unpub-active/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/05-ksk-unpub-active/expect X 2016
-./bin/tests/system/keymgr/06-zsk-unpub-active/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/06-zsk-unpub-active/expect X 2016
-./bin/tests/system/keymgr/07-ksk-ttl/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/07-ksk-ttl/expect X 2016
-./bin/tests/system/keymgr/08-zsk-ttl/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/08-zsk-ttl/expect X 2016
-./bin/tests/system/keymgr/09-no-keys/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/09-no-keys/expect X 2016
-./bin/tests/system/keymgr/10-change-roll/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/10-change-roll/expect X 2016
-./bin/tests/system/keymgr/11-many-simul/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/11-many-simul/expect X 2016
-./bin/tests/system/keymgr/12-many-active/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/12-many-active/expect X 2016
-./bin/tests/system/keymgr/13-noroll/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/13-noroll/expect X 2016
-./bin/tests/system/keymgr/14-wrongalg/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/14-wrongalg/expect X 2016
-./bin/tests/system/keymgr/15-unspec/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/15-unspec/expect X 2016
-./bin/tests/system/keymgr/16-wrongalg-unspec/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/16-wrongalg-unspec/expect X 2016
-./bin/tests/system/keymgr/17-noforce/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/17-noforce/expect X 2016
-./bin/tests/system/keymgr/18-nonstd-prepub/README TXT.BRIEF 2016
-./bin/tests/system/keymgr/18-nonstd-prepub/expect X 2016
-./bin/tests/system/keymgr/18-nonstd-prepub/policy.conf CONF-C 2016
-./bin/tests/system/keymgr/clean.sh SH 2016
-./bin/tests/system/keymgr/policy.conf CONF-C 2016
-./bin/tests/system/keymgr/policy.good X 2016
-./bin/tests/system/keymgr/policy.sample CONF-C 2016,2017
+./bin/tests/system/keymgr/01-ksk-inactive/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/01-ksk-inactive/expect X 2016,2018
+./bin/tests/system/keymgr/02-zsk-inactive/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/02-zsk-inactive/expect X 2016,2018
+./bin/tests/system/keymgr/03-ksk-unpublished/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/03-ksk-unpublished/expect X 2016,2018
+./bin/tests/system/keymgr/04-zsk-unpublished/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/04-zsk-unpublished/expect X 2016,2018
+./bin/tests/system/keymgr/05-ksk-unpub-active/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/05-ksk-unpub-active/expect X 2016,2018
+./bin/tests/system/keymgr/06-zsk-unpub-active/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/06-zsk-unpub-active/expect X 2016,2018
+./bin/tests/system/keymgr/07-ksk-ttl/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/07-ksk-ttl/expect X 2016,2018
+./bin/tests/system/keymgr/08-zsk-ttl/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/08-zsk-ttl/expect X 2016,2018
+./bin/tests/system/keymgr/09-no-keys/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/09-no-keys/expect X 2016,2018
+./bin/tests/system/keymgr/10-change-roll/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/10-change-roll/expect X 2016,2018
+./bin/tests/system/keymgr/11-many-simul/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/11-many-simul/expect X 2016,2018
+./bin/tests/system/keymgr/12-many-active/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/12-many-active/expect X 2016,2018
+./bin/tests/system/keymgr/13-noroll/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/13-noroll/expect X 2016,2018
+./bin/tests/system/keymgr/14-wrongalg/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/14-wrongalg/expect X 2016,2018
+./bin/tests/system/keymgr/15-unspec/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/15-unspec/expect X 2016,2018
+./bin/tests/system/keymgr/16-wrongalg-unspec/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/16-wrongalg-unspec/expect X 2016,2018
+./bin/tests/system/keymgr/17-noforce/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/17-noforce/expect X 2016,2018
+./bin/tests/system/keymgr/18-nonstd-prepub/README TXT.BRIEF 2016,2018
+./bin/tests/system/keymgr/18-nonstd-prepub/expect X 2016,2018
+./bin/tests/system/keymgr/18-nonstd-prepub/policy.conf CONF-C 2016,2018
+./bin/tests/system/keymgr/clean.sh SH 2016,2018
+./bin/tests/system/keymgr/policy.conf CONF-C 2016,2018
+./bin/tests/system/keymgr/policy.good X 2016,2018
+./bin/tests/system/keymgr/policy.sample CONF-C 2016,2017,2018
./bin/tests/system/keymgr/prereq.sh SH 2016,2018
./bin/tests/system/keymgr/setup.sh SH 2016,2018
-./bin/tests/system/keymgr/testpolicy.py PYTHON 2016
+./bin/tests/system/keymgr/testpolicy.py PYTHON 2016,2018
./bin/tests/system/keymgr/tests.sh SH 2016,2018
-./bin/tests/system/legacy/build.sh SH 2014,2016
+./bin/tests/system/legacy/build.sh SH 2014,2016,2018
./bin/tests/system/legacy/clean.sh SH 2014,2016,2018
./bin/tests/system/legacy/ns1/named1.conf.in CONF-C 2018
./bin/tests/system/legacy/ns1/named2.conf.in CONF-C 2018
-./bin/tests/system/legacy/ns1/root.db ZONE 2014,2016
-./bin/tests/system/legacy/ns1/trusted.conf X 2014
-./bin/tests/system/legacy/ns2/dropedns.db ZONE 2014,2016
+./bin/tests/system/legacy/ns1/root.db ZONE 2014,2016,2018
+./bin/tests/system/legacy/ns1/trusted.conf X 2014,2018
+./bin/tests/system/legacy/ns2/dropedns.db ZONE 2014,2016,2018
./bin/tests/system/legacy/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/legacy/ns2/named.dropedns X 2014
-./bin/tests/system/legacy/ns3/dropedns-notcp.db ZONE 2014,2016
+./bin/tests/system/legacy/ns2/named.dropedns X 2014,2018
+./bin/tests/system/legacy/ns3/dropedns-notcp.db ZONE 2014,2016,2018
./bin/tests/system/legacy/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/legacy/ns3/named.dropedns X 2014
-./bin/tests/system/legacy/ns3/named.notcp X 2014
-./bin/tests/system/legacy/ns4/named.args X 2014
+./bin/tests/system/legacy/ns3/named.dropedns X 2014,2018
+./bin/tests/system/legacy/ns3/named.notcp X 2014,2018
+./bin/tests/system/legacy/ns4/named.args X 2014,2018
./bin/tests/system/legacy/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/legacy/ns4/plain.db ZONE 2014,2016
-./bin/tests/system/legacy/ns5/named.args X 2014
+./bin/tests/system/legacy/ns4/plain.db ZONE 2014,2016,2018
+./bin/tests/system/legacy/ns5/named.args X 2014,2018
./bin/tests/system/legacy/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/legacy/ns5/named.notcp X 2014
-./bin/tests/system/legacy/ns5/plain-notcp.db ZONE 2014,2016
-./bin/tests/system/legacy/ns6/edns512.db.in ZONE 2014,2016
-./bin/tests/system/legacy/ns6/edns512.db.signed X 2014
-./bin/tests/system/legacy/ns6/named.args X 2014
+./bin/tests/system/legacy/ns5/named.notcp X 2014,2018
+./bin/tests/system/legacy/ns5/plain-notcp.db ZONE 2014,2016,2018
+./bin/tests/system/legacy/ns6/edns512.db.in ZONE 2014,2016,2018
+./bin/tests/system/legacy/ns6/edns512.db.signed X 2014,2018
+./bin/tests/system/legacy/ns6/named.args X 2014,2018
./bin/tests/system/legacy/ns6/named.conf.in CONF-C 2018
./bin/tests/system/legacy/ns6/sign.sh SH 2014,2016,2018
-./bin/tests/system/legacy/ns7/edns512-notcp.db.in ZONE 2014,2016
-./bin/tests/system/legacy/ns7/edns512-notcp.db.signed X 2014
-./bin/tests/system/legacy/ns7/named.args X 2014
+./bin/tests/system/legacy/ns7/edns512-notcp.db.in ZONE 2014,2016,2018
+./bin/tests/system/legacy/ns7/edns512-notcp.db.signed X 2014,2018
+./bin/tests/system/legacy/ns7/named.args X 2014,2018
./bin/tests/system/legacy/ns7/named.conf.in CONF-C 2018
-./bin/tests/system/legacy/ns7/named.notcp X 2014
+./bin/tests/system/legacy/ns7/named.notcp X 2014,2018
./bin/tests/system/legacy/ns7/sign.sh SH 2014,2016,2018
./bin/tests/system/legacy/setup.sh SH 2014,2016,2018
./bin/tests/system/legacy/tests.sh SH 2014,2015,2016,2018
./bin/tests/system/limits/clean.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/limits/knowngood.dig.out.1000 X 2000,2001
-./bin/tests/system/limits/knowngood.dig.out.2000 X 2000,2001
-./bin/tests/system/limits/knowngood.dig.out.3000 X 2000,2001
-./bin/tests/system/limits/knowngood.dig.out.4000 X 2000,2001
-./bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset X 2000,2001
-./bin/tests/system/limits/ns1/example.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/limits/knowngood.dig.out.1000 X 2000,2001,2018
+./bin/tests/system/limits/knowngood.dig.out.2000 X 2000,2001,2018
+./bin/tests/system/limits/knowngood.dig.out.3000 X 2000,2001,2018
+./bin/tests/system/limits/knowngood.dig.out.4000 X 2000,2001,2018
+./bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset X 2000,2001,2018
+./bin/tests/system/limits/ns1/example.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/limits/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/limits/ns1/root.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/limits/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/limits/setup.sh SH 2018
./bin/tests/system/limits/tests.sh SH 2000,2001,2004,2007,2011,2012,2016,2018
./bin/tests/system/logfileconfig/clean.sh SH 2011,2012,2014,2015,2016,2018
@@ -1588,122 +1590,122 @@
./bin/tests/system/logfileconfig/ns1/named.unlimited CONF-C 2016,2018
./bin/tests/system/logfileconfig/ns1/named.versconf CONF-C 2016,2018
./bin/tests/system/logfileconfig/ns1/rndc.conf.in CONF-C 2011,2013,2016,2017,2018
-./bin/tests/system/logfileconfig/ns1/root.db ZONE 2011,2016
+./bin/tests/system/logfileconfig/ns1/root.db ZONE 2011,2016,2018
./bin/tests/system/logfileconfig/setup.sh SH 2011,2012,2014,2016,2018
./bin/tests/system/logfileconfig/tests.sh SH 2011,2012,2013,2014,2016,2017,2018
-./bin/tests/system/lwresd/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2015,2016
-./bin/tests/system/lwresd/clean.sh SH 2008,2012,2013,2014,2015,2016
-./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/lwresd/lwresd1/nosearch.conf CONF-C 2016
-./bin/tests/system/lwresd/lwresd1/resolv.conf CONF-SH 2000,2001,2004,2007,2012,2016
-./bin/tests/system/lwresd/lwtest.c C 2000,2001,2002,2004,2007,2008,2012,2013,2015,2016
-./bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/lwresd/ns1/e.example1.db X 2008
-./bin/tests/system/lwresd/ns1/example1.db ZONE 2000,2001,2002,2003,2004,2007,2008,2016
-./bin/tests/system/lwresd/ns1/example2.db ZONE 2000,2001,2002,2004,2007,2016
-./bin/tests/system/lwresd/ns1/ip6.arpa.db ZONE 2000,2001,2002,2004,2007,2016
-./bin/tests/system/lwresd/ns1/ip6.int.db ZONE 2000,2001,2002,2004,2007,2016
-./bin/tests/system/lwresd/ns1/named.conf CONF-C 2000,2001,2004,2006,2007,2008,2016
-./bin/tests/system/lwresd/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/lwresd/resolv.conf CONF-SH 2000,2001,2004,2007,2012,2016
-./bin/tests/system/lwresd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016
+./bin/tests/system/lwresd/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2015,2016,2018
+./bin/tests/system/lwresd/clean.sh SH 2008,2012,2013,2014,2015,2016,2018
+./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/lwresd/lwresd1/nosearch.conf CONF-C 2016,2018
+./bin/tests/system/lwresd/lwresd1/resolv.conf CONF-SH 2000,2001,2004,2007,2012,2016,2018
+./bin/tests/system/lwresd/lwtest.c C 2000,2001,2002,2004,2007,2008,2012,2013,2015,2016,2018
+./bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/lwresd/ns1/e.example1.db X 2008,2018
+./bin/tests/system/lwresd/ns1/example1.db ZONE 2000,2001,2002,2003,2004,2007,2008,2016,2018
+./bin/tests/system/lwresd/ns1/example2.db ZONE 2000,2001,2002,2004,2007,2016,2018
+./bin/tests/system/lwresd/ns1/ip6.arpa.db ZONE 2000,2001,2002,2004,2007,2016,2018
+./bin/tests/system/lwresd/ns1/ip6.int.db ZONE 2000,2001,2002,2004,2007,2016,2018
+./bin/tests/system/lwresd/ns1/named.conf CONF-C 2000,2001,2004,2006,2007,2008,2016,2018
+./bin/tests/system/lwresd/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/lwresd/resolv.conf CONF-SH 2000,2001,2004,2007,2012,2016,2018
+./bin/tests/system/lwresd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016,2018
./bin/tests/system/masterfile/clean.sh SH 2001,2004,2007,2010,2012,2014,2015,2016,2018
-./bin/tests/system/masterfile/knowngood.dig.out X 2001,2004,2012
-./bin/tests/system/masterfile/ns1/include.db ZONE 2001,2004,2007,2012,2016
+./bin/tests/system/masterfile/knowngood.dig.out X 2001,2004,2012,2018
+./bin/tests/system/masterfile/ns1/include.db ZONE 2001,2004,2007,2012,2016,2018
./bin/tests/system/masterfile/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/masterfile/ns1/sub.db ZONE 2001,2004,2007,2016
-./bin/tests/system/masterfile/ns1/ttl1.db ZONE 2001,2004,2007,2016
-./bin/tests/system/masterfile/ns1/ttl2.db ZONE 2001,2004,2007,2016
-./bin/tests/system/masterfile/ns2/example.db ZONE 2010,2016
+./bin/tests/system/masterfile/ns1/sub.db ZONE 2001,2004,2007,2016,2018
+./bin/tests/system/masterfile/ns1/ttl1.db ZONE 2001,2004,2007,2016,2018
+./bin/tests/system/masterfile/ns1/ttl2.db ZONE 2001,2004,2007,2016,2018
+./bin/tests/system/masterfile/ns2/example.db ZONE 2010,2016,2018
./bin/tests/system/masterfile/ns2/named.conf.in CONF-C 2018
./bin/tests/system/masterfile/setup.sh SH 2018
./bin/tests/system/masterfile/tests.sh SH 2001,2004,2007,2010,2012,2015,2016,2018
-./bin/tests/system/masterfile/zone/inheritownerafterinclude.db ZONE 2015,2016
-./bin/tests/system/masterfile/zone/inheritownerafterinclude.good X 2015
-./bin/tests/system/masterfile/zone/nameservers.db ZONE 2015,2016
+./bin/tests/system/masterfile/zone/inheritownerafterinclude.db ZONE 2015,2016,2018
+./bin/tests/system/masterfile/zone/inheritownerafterinclude.good X 2015,2018
+./bin/tests/system/masterfile/zone/nameservers.db ZONE 2015,2016,2018
./bin/tests/system/masterformat/clean.sh SH 2005,2007,2011,2012,2013,2014,2015,2016,2018
-./bin/tests/system/masterformat/ns1/compile.sh SH 2005,2006,2007,2011,2012,2013,2014,2016
-./bin/tests/system/masterformat/ns1/example.db ZONE 2005,2007,2014,2016
-./bin/tests/system/masterformat/ns1/large.db.in ZONE 2012,2016
+./bin/tests/system/masterformat/ns1/compile.sh SH 2005,2006,2007,2011,2012,2013,2014,2016,2018
+./bin/tests/system/masterformat/ns1/example.db ZONE 2005,2007,2014,2016,2018
+./bin/tests/system/masterformat/ns1/large.db.in ZONE 2012,2016,2018
./bin/tests/system/masterformat/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/masterformat/ns1/signed.db ZONE 2013,2016
-./bin/tests/system/masterformat/ns2/formerly-text.db.in ZONE 2011,2016
+./bin/tests/system/masterformat/ns1/signed.db ZONE 2013,2016,2018
+./bin/tests/system/masterformat/ns2/formerly-text.db.in ZONE 2011,2016,2018
./bin/tests/system/masterformat/ns2/named.conf.in CONF-C 2018
./bin/tests/system/masterformat/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/masterformat/prereq.sh SH 2014,2016
+./bin/tests/system/masterformat/prereq.sh SH 2014,2016,2018
./bin/tests/system/masterformat/setup.sh SH 2005,2006,2007,2011,2012,2013,2014,2016,2018
./bin/tests/system/masterformat/tests.sh SH 2005,2007,2011,2012,2013,2014,2016,2017,2018
-./bin/tests/system/metadata/child.db ZONE 2009,2016
-./bin/tests/system/metadata/clean.sh SH 2009,2011,2012,2014,2016,2017
-./bin/tests/system/metadata/parent.db ZONE 2009,2016
-./bin/tests/system/metadata/prereq.sh SH 2009,2012,2014,2016
+./bin/tests/system/metadata/child.db ZONE 2009,2016,2018
+./bin/tests/system/metadata/clean.sh SH 2009,2011,2012,2014,2016,2017,2018
+./bin/tests/system/metadata/parent.db ZONE 2009,2016,2018
+./bin/tests/system/metadata/prereq.sh SH 2009,2012,2014,2016,2018
./bin/tests/system/metadata/setup.sh SH 2009,2011,2012,2014,2016,2018
./bin/tests/system/metadata/tests.sh SH 2009,2011,2012,2013,2014,2016,2017,2018
-./bin/tests/system/mkeys/README TXT.BRIEF 2015,2016,2017
+./bin/tests/system/mkeys/README TXT.BRIEF 2015,2016,2017,2018
./bin/tests/system/mkeys/clean.sh SH 2015,2016,2017,2018
./bin/tests/system/mkeys/ns1/named1.conf.in CONF-C 2018
./bin/tests/system/mkeys/ns1/named2.conf.in CONF-C 2018
./bin/tests/system/mkeys/ns1/named3.conf.in CONF-C 2018
-./bin/tests/system/mkeys/ns1/root.db ZONE 2015,2016,2017
-./bin/tests/system/mkeys/ns1/sign.sh SH 2015,2016,2017
-./bin/tests/system/mkeys/ns2/named.args X 2015,2016,2017
+./bin/tests/system/mkeys/ns1/root.db ZONE 2015,2016,2017,2018
+./bin/tests/system/mkeys/ns1/sign.sh SH 2015,2016,2017,2018
+./bin/tests/system/mkeys/ns2/named.args X 2015,2016,2017,2018
./bin/tests/system/mkeys/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/mkeys/ns3/named.args X 2015,2016,2017
+./bin/tests/system/mkeys/ns3/named.args X 2015,2016,2017,2018
./bin/tests/system/mkeys/ns3/named.conf.in CONF-C 2018
./bin/tests/system/mkeys/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/mkeys/ns5/named1.args X 2017
-./bin/tests/system/mkeys/ns5/named2.args X 2017
-./bin/tests/system/mkeys/prereq.sh SH 2015,2016
+./bin/tests/system/mkeys/ns5/named1.args X 2017,2018
+./bin/tests/system/mkeys/ns5/named2.args X 2017,2018
+./bin/tests/system/mkeys/prereq.sh SH 2015,2016,2018
./bin/tests/system/mkeys/setup.sh SH 2015,2016,2017,2018
./bin/tests/system/mkeys/tests.sh SH 2015,2016,2017,2018
./bin/tests/system/names/clean.sh SH 2015,2016,2018
-./bin/tests/system/names/ns1/example.db ZONE 2015,2016
+./bin/tests/system/names/ns1/example.db ZONE 2015,2016,2018
./bin/tests/system/names/ns1/named.conf.in CONF-C 2018
./bin/tests/system/names/setup.sh SH 2015,2016,2018
./bin/tests/system/names/tests.sh SH 2015,2016,2018
./bin/tests/system/notify/clean.sh SH 2000,2001,2004,2007,2011,2012,2014,2015,2016,2018
./bin/tests/system/notify/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/notify/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/notify/ns2/example1.db ZONE 2000,2001,2002,2004,2007,2009,2016
-./bin/tests/system/notify/ns2/example2.db ZONE 2000,2001,2002,2004,2007,2009,2016
-./bin/tests/system/notify/ns2/example3.db ZONE 2000,2001,2002,2004,2007,2009,2016
-./bin/tests/system/notify/ns2/example4.db ZONE 2000,2001,2002,2004,2007,2009,2016
-./bin/tests/system/notify/ns2/generic.db ZONE 2014,2016
+./bin/tests/system/notify/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/notify/ns2/example1.db ZONE 2000,2001,2002,2004,2007,2009,2016,2018
+./bin/tests/system/notify/ns2/example2.db ZONE 2000,2001,2002,2004,2007,2009,2016,2018
+./bin/tests/system/notify/ns2/example3.db ZONE 2000,2001,2002,2004,2007,2009,2016,2018
+./bin/tests/system/notify/ns2/example4.db ZONE 2000,2001,2002,2004,2007,2009,2016,2018
+./bin/tests/system/notify/ns2/generic.db ZONE 2014,2016,2018
./bin/tests/system/notify/ns2/named.conf.in CONF-C 2018
./bin/tests/system/notify/ns3/named.conf.in CONF-C 2018
./bin/tests/system/notify/ns4/named.conf.in CONF-C 2018
./bin/tests/system/notify/ns4/named.port.in X 2018
./bin/tests/system/notify/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/notify/ns5/x21.db ZONE 2015,2016
+./bin/tests/system/notify/ns5/x21.db ZONE 2015,2016,2018
./bin/tests/system/notify/setup.sh SH 2000,2001,2004,2007,2012,2014,2016,2018
./bin/tests/system/notify/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/nslookup/clean.sh SH 2014,2015,2016,2018
-./bin/tests/system/nslookup/ns1/example.net.db ZONE 2016
+./bin/tests/system/nslookup/ns1/example.net.db ZONE 2016,2018
./bin/tests/system/nslookup/ns1/named.conf.in CONF-C 2018
./bin/tests/system/nslookup/setup.sh SH 2014,2016,2018
./bin/tests/system/nslookup/tests.sh SH 2014,2016,2018
./bin/tests/system/nsupdate/ans4/ans.pl PERL 2017,2018
./bin/tests/system/nsupdate/clean.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2014,2015,2016,2017,2018
-./bin/tests/system/nsupdate/commandlist X 2012
-./bin/tests/system/nsupdate/knowngood.ns1.after X 2000,2001,2003,2004,2009
-./bin/tests/system/nsupdate/knowngood.ns1.afterstop X 2001,2004
-./bin/tests/system/nsupdate/knowngood.ns1.before X 2000,2001,2003,2004,2009
-./bin/tests/system/nsupdate/ns1/example1.db ZONE 2000,2001,2002,2004,2007,2009,2016
-./bin/tests/system/nsupdate/ns1/many.test.db.in ZONE 2014,2016
-./bin/tests/system/nsupdate/ns1/max-ttl.db ZONE 2014,2016
+./bin/tests/system/nsupdate/commandlist X 2012,2018
+./bin/tests/system/nsupdate/knowngood.ns1.after X 2000,2001,2003,2004,2009,2018
+./bin/tests/system/nsupdate/knowngood.ns1.afterstop X 2001,2004,2018
+./bin/tests/system/nsupdate/knowngood.ns1.before X 2000,2001,2003,2004,2009,2018
+./bin/tests/system/nsupdate/ns1/example1.db ZONE 2000,2001,2002,2004,2007,2009,2016,2018
+./bin/tests/system/nsupdate/ns1/many.test.db.in ZONE 2014,2016,2018
+./bin/tests/system/nsupdate/ns1/max-ttl.db ZONE 2014,2016,2018
./bin/tests/system/nsupdate/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/nsupdate/ns1/sample.db.in ZONE 2016
+./bin/tests/system/nsupdate/ns1/sample.db.in ZONE 2016,2018
./bin/tests/system/nsupdate/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/nsupdate/ns2/sample.db.in ZONE 2016
-./bin/tests/system/nsupdate/ns3/delegation.test.db.in ZONE 2016
-./bin/tests/system/nsupdate/ns3/dnskey.test.db.in ZONE 2011,2016
-./bin/tests/system/nsupdate/ns3/example.db.in ZONE 2010,2016
+./bin/tests/system/nsupdate/ns2/sample.db.in ZONE 2016,2018
+./bin/tests/system/nsupdate/ns3/delegation.test.db.in ZONE 2016,2018
+./bin/tests/system/nsupdate/ns3/dnskey.test.db.in ZONE 2011,2016,2018
+./bin/tests/system/nsupdate/ns3/example.db.in ZONE 2010,2016,2018
./bin/tests/system/nsupdate/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/nsupdate/ns3/nsec3param.test.db.in ZONE 2010,2016
-./bin/tests/system/nsupdate/ns3/sign.sh SH 2010,2011,2012,2014,2016
-./bin/tests/system/nsupdate/ns3/too-big.test.db.in ZONE 2016
-./bin/tests/system/nsupdate/ns5/local.db.in ZONE 2017
-./bin/tests/system/nsupdate/ns5/named.args X 2017
+./bin/tests/system/nsupdate/ns3/nsec3param.test.db.in ZONE 2010,2016,2018
+./bin/tests/system/nsupdate/ns3/sign.sh SH 2010,2011,2012,2014,2016,2018
+./bin/tests/system/nsupdate/ns3/too-big.test.db.in ZONE 2016,2018
+./bin/tests/system/nsupdate/ns5/local.db.in ZONE 2017,2018
+./bin/tests/system/nsupdate/ns5/named.args X 2017,2018
./bin/tests/system/nsupdate/ns5/named.conf.in CONF-C 2018
./bin/tests/system/nsupdate/prereq.sh SH 2014,2015,2016,2018
./bin/tests/system/nsupdate/setup.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2014,2016,2017,2018
@@ -1711,68 +1713,70 @@
./bin/tests/system/nsupdate/update_test.pl PERL 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/nsupdate/verylarge.in X 2013,2018
./bin/tests/system/nzd2nzf/clean.sh SH 2016,2018
-./bin/tests/system/nzd2nzf/ns1/added.db ZONE 2016
+./bin/tests/system/nzd2nzf/ns1/added.db ZONE 2016,2018
./bin/tests/system/nzd2nzf/ns1/named.conf.in CONF-C 2018
./bin/tests/system/nzd2nzf/prereq.sh SH 2016,2018
./bin/tests/system/nzd2nzf/setup.sh SH 2016,2018
./bin/tests/system/nzd2nzf/tests.sh SH 2016,2018
-./bin/tests/system/org.isc.bind.system SH 2010,2012,2013,2016
-./bin/tests/system/org.isc.bind.system.plist X 2010
-./bin/tests/system/packet.pl PERL 2011,2012,2016
+./bin/tests/system/org.isc.bind.system SH 2010,2012,2013,2016,2018
+./bin/tests/system/org.isc.bind.system.plist X 2010,2018
+./bin/tests/system/packet.pl PERL 2011,2012,2016,2018
./bin/tests/system/pending/clean.sh SH 2009,2012,2014,2016,2018
./bin/tests/system/pending/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/pending/ns1/root.db.in ZONE 2009,2010,2016
-./bin/tests/system/pending/ns1/sign.sh SH 2009,2010,2012,2014,2016
-./bin/tests/system/pending/ns2/example.com.db.in ZONE 2009,2010,2016
-./bin/tests/system/pending/ns2/example.db.in ZONE 2009,2010,2016
-./bin/tests/system/pending/ns2/forgery.db ZONE 2010,2016
+./bin/tests/system/pending/ns1/root.db.in ZONE 2009,2010,2016,2018
+./bin/tests/system/pending/ns1/sign.sh SH 2009,2010,2012,2014,2016,2018
+./bin/tests/system/pending/ns2/example.com.db.in ZONE 2009,2010,2016,2018
+./bin/tests/system/pending/ns2/example.db.in ZONE 2009,2010,2016,2018
+./bin/tests/system/pending/ns2/forgery.db ZONE 2010,2016,2018
./bin/tests/system/pending/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/pending/ns2/sign.sh SH 2009,2010,2012,2014,2016
-./bin/tests/system/pending/ns3/hostile.db ZONE 2009,2016
-./bin/tests/system/pending/ns3/mail.example.db ZONE 2009,2016
+./bin/tests/system/pending/ns2/sign.sh SH 2009,2010,2012,2014,2016,2018
+./bin/tests/system/pending/ns3/hostile.db ZONE 2009,2016,2018
+./bin/tests/system/pending/ns3/mail.example.db ZONE 2009,2016,2018
./bin/tests/system/pending/ns3/named.conf.in CONF-C 2018
./bin/tests/system/pending/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/pending/prereq.sh SH 2009,2012,2014,2016
+./bin/tests/system/pending/prereq.sh SH 2009,2012,2014,2016,2018
./bin/tests/system/pending/setup.sh SH 2009,2012,2014,2016,2018
./bin/tests/system/pending/tests.sh SH 2009,2010,2012,2015,2016,2018
-./bin/tests/system/pipelined/.gitignore X 2015
-./bin/tests/system/pipelined/Makefile.in MAKE 2014,2015,2016
+./bin/tests/system/pipelined/.gitignore X 2015,2018
+./bin/tests/system/pipelined/Makefile.in MAKE 2014,2015,2016,2018
./bin/tests/system/pipelined/clean.sh SH 2014,2015,2016,2018
-./bin/tests/system/pipelined/input X 2014,2015
-./bin/tests/system/pipelined/inputb X 2014,2015
+./bin/tests/system/pipelined/input X 2014,2015,2018
+./bin/tests/system/pipelined/inputb X 2014,2015,2018
./bin/tests/system/pipelined/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/pipelined/ns1/root.db ZONE 2014,2015,2016
-./bin/tests/system/pipelined/ns2/examplea.db ZONE 2014,2015,2016
+./bin/tests/system/pipelined/ns1/root.db ZONE 2014,2015,2016,2018
+./bin/tests/system/pipelined/ns2/examplea.db ZONE 2014,2015,2016,2018
./bin/tests/system/pipelined/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/pipelined/ns3/exampleb.db ZONE 2014,2015,2016
-./bin/tests/system/pipelined/ns3/named.args X 2014,2015
+./bin/tests/system/pipelined/ns3/exampleb.db ZONE 2014,2015,2016,2018
+./bin/tests/system/pipelined/ns3/named.args X 2014,2015,2018
./bin/tests/system/pipelined/ns3/named.conf.in CONF-C 2018
./bin/tests/system/pipelined/ns4/named.conf.in CONF-C 2018
./bin/tests/system/pipelined/pipequeries.c C 2014,2015,2015,2016,2018
-./bin/tests/system/pipelined/ref X 2014,2015
-./bin/tests/system/pipelined/refb X 2014,2015
+./bin/tests/system/pipelined/ref X 2014,2015,2018
+./bin/tests/system/pipelined/refb X 2014,2015,2018
./bin/tests/system/pipelined/setup.sh SH 2014,2015,2016,2018
./bin/tests/system/pipelined/tests.sh SH 2014,2015,2016,2017,2018
-./bin/tests/system/pkcs11/clean.sh SH 2010,2012,2014,2016,2017
-./bin/tests/system/pkcs11/ns1/example.db.in ZONE 2010,2016
-./bin/tests/system/pkcs11/prereq.sh SH 2010,2012,2014,2016,2017
-./bin/tests/system/pkcs11/setup.sh SH 2010,2012,2013,2014,2016,2017
-./bin/tests/system/pkcs11/tests.sh SH 2010,2012,2014,2016,2017
-./bin/tests/system/pkcs11/usepkcs11 X 2010
-./bin/tests/system/pkcs11ssl/clean.sh SH 2014,2016
-./bin/tests/system/pkcs11ssl/ns1/example.db.in ZONE 2014,2016
-./bin/tests/system/pkcs11ssl/prereq.sh SH 2014,2016
-./bin/tests/system/pkcs11ssl/setup.sh SH 2014,2016
-./bin/tests/system/pkcs11ssl/tests.sh SH 2014,2016
-./bin/tests/system/pkcs11ssl/usepkcs11 X 2014
-./bin/tests/system/reclimit/README TXT.BRIEF 2014,2016,2017
+./bin/tests/system/pkcs11/clean.sh SH 2010,2012,2014,2016,2017,2018
+./bin/tests/system/pkcs11/ns1/example.db.in ZONE 2010,2016,2018
+./bin/tests/system/pkcs11/ns1/named.conf CONF-C 2018
+./bin/tests/system/pkcs11/prereq.sh SH 2010,2012,2014,2016,2017,2018
+./bin/tests/system/pkcs11/setup.sh SH 2010,2012,2013,2014,2016,2017,2018
+./bin/tests/system/pkcs11/tests.sh SH 2010,2012,2014,2016,2017,2018
+./bin/tests/system/pkcs11/usepkcs11 X 2010,2018
+./bin/tests/system/pkcs11ssl/clean.sh SH 2014,2016,2018
+./bin/tests/system/pkcs11ssl/ns1/example.db.in ZONE 2014,2016,2018
+./bin/tests/system/pkcs11ssl/ns1/named.conf CONF-C 2018
+./bin/tests/system/pkcs11ssl/prereq.sh SH 2014,2016,2018
+./bin/tests/system/pkcs11ssl/setup.sh SH 2014,2016,2018
+./bin/tests/system/pkcs11ssl/tests.sh SH 2014,2016,2018
+./bin/tests/system/pkcs11ssl/usepkcs11 X 2014,2018
+./bin/tests/system/reclimit/README TXT.BRIEF 2014,2016,2017,2018
./bin/tests/system/reclimit/ans2/ans.pl PERL 2014,2015,2016,2017,2018
./bin/tests/system/reclimit/ans7/ans.pl PERL 2014,2016,2018
./bin/tests/system/reclimit/clean.sh SH 2014,2016,2018
./bin/tests/system/reclimit/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/reclimit/ns1/root.db ZONE 2014,2016,2017
-./bin/tests/system/reclimit/ns3/.gitignore X 2014
-./bin/tests/system/reclimit/ns3/hints.db ZONE 2014,2016
+./bin/tests/system/reclimit/ns1/root.db ZONE 2014,2016,2017,2018
+./bin/tests/system/reclimit/ns3/.gitignore X 2014,2018
+./bin/tests/system/reclimit/ns3/hints.db ZONE 2014,2016,2018
./bin/tests/system/reclimit/ns3/named1.conf.in CONF-C 2018
./bin/tests/system/reclimit/ns3/named2.conf.in CONF-C 2018
./bin/tests/system/reclimit/ns3/named3.conf.in CONF-C 2018
@@ -1781,30 +1785,30 @@
./bin/tests/system/reclimit/setup.sh SH 2014,2016,2018
./bin/tests/system/reclimit/tests.sh SH 2014,2015,2016,2017,2018
./bin/tests/system/redirect/clean.sh SH 2011,2012,2013,2014,2015,2016,2018
-./bin/tests/system/redirect/conf/bad1.conf CONF-C 2011,2016
-./bin/tests/system/redirect/conf/bad2.conf CONF-C 2011,2016
-./bin/tests/system/redirect/conf/bad3.conf CONF-C 2011,2016
-./bin/tests/system/redirect/conf/good1.conf CONF-C 2011,2016
-./bin/tests/system/redirect/conf/good2.conf CONF-C 2011,2016
-./bin/tests/system/redirect/conf/good3.conf CONF-C 2011,2016
-./bin/tests/system/redirect/conf/good4.conf CONF-C 2011,2016
-./bin/tests/system/redirect/ns1/example.db ZONE 2011,2016
+./bin/tests/system/redirect/conf/bad1.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/conf/bad2.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/conf/bad3.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/conf/good1.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/conf/good2.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/conf/good3.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/conf/good4.conf CONF-C 2011,2016,2018
+./bin/tests/system/redirect/ns1/example.db ZONE 2011,2016,2018
./bin/tests/system/redirect/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/redirect/ns1/redirect.db ZONE 2011,2016
-./bin/tests/system/redirect/ns1/root.db ZONE 2011,2016
-./bin/tests/system/redirect/ns1/sign.sh SH 2011,2012,2014,2016
-./bin/tests/system/redirect/ns2/example.db.in ZONE 2013,2016
+./bin/tests/system/redirect/ns1/redirect.db ZONE 2011,2016,2018
+./bin/tests/system/redirect/ns1/root.db ZONE 2011,2016,2018
+./bin/tests/system/redirect/ns1/sign.sh SH 2011,2012,2014,2016,2018
+./bin/tests/system/redirect/ns2/example.db.in ZONE 2013,2016,2018
./bin/tests/system/redirect/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/redirect/ns2/redirect.db.in ZONE 2011.2013,2013,2016
-./bin/tests/system/redirect/ns3/example.db ZONE 2015,2016
+./bin/tests/system/redirect/ns2/redirect.db.in ZONE 2011.2013,2013,2016,2018
+./bin/tests/system/redirect/ns3/example.db ZONE 2015,2016,2018
./bin/tests/system/redirect/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/redirect/ns3/redirect.db ZONE 2015,2016
-./bin/tests/system/redirect/ns3/root.db ZONE 2015,2016
-./bin/tests/system/redirect/ns3/sign.sh SH 2015,2016
-./bin/tests/system/redirect/ns4/example.db.in ZONE 2015,2016
+./bin/tests/system/redirect/ns3/redirect.db ZONE 2015,2016,2018
+./bin/tests/system/redirect/ns3/root.db ZONE 2015,2016,2018
+./bin/tests/system/redirect/ns3/sign.sh SH 2015,2016,2018
+./bin/tests/system/redirect/ns4/example.db.in ZONE 2015,2016,2018
./bin/tests/system/redirect/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/redirect/ns4/root.hint ZONE 2015,2016
-./bin/tests/system/redirect/prereq.sh SH 2014,2016
+./bin/tests/system/redirect/ns4/root.hint ZONE 2015,2016,2018
+./bin/tests/system/redirect/prereq.sh SH 2014,2016,2018
./bin/tests/system/redirect/setup.sh SH 2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/redirect/tests.sh SH 2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/resolver/ans2/ans.pl PERL 2000,2001,2004,2007,2009,2010,2012,2016,2018
@@ -1812,83 +1816,83 @@
./bin/tests/system/resolver/ans8/ans.pl PERL 2017,2018
./bin/tests/system/resolver/clean.sh SH 2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/resolver/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/resolver/ns1/root.hint ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/resolver/ns4/broken.db ZONE 2012,2016
-./bin/tests/system/resolver/ns4/child.server.db ZONE 2011,2016
-./bin/tests/system/resolver/ns4/moves.db ZONE 2011,2016
+./bin/tests/system/resolver/ns1/root.hint ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/resolver/ns4/broken.db ZONE 2012,2016,2018
+./bin/tests/system/resolver/ns4/child.server.db ZONE 2011,2016,2018
+./bin/tests/system/resolver/ns4/moves.db ZONE 2011,2016,2018
./bin/tests/system/resolver/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/resolver/ns4/named.noaa TXT.BRIEF 2010,2016
-./bin/tests/system/resolver/ns4/root.db ZONE 2010,2014,2015,2016,2017
-./bin/tests/system/resolver/ns4/tld1.db ZONE 2012,2014,2016
-./bin/tests/system/resolver/ns4/tld2.db ZONE 2012,2014,2016
-./bin/tests/system/resolver/ns5/child.server.db ZONE 2011,2016
-./bin/tests/system/resolver/ns5/moves.db ZONE 2011,2016
+./bin/tests/system/resolver/ns4/named.noaa TXT.BRIEF 2010,2016,2018
+./bin/tests/system/resolver/ns4/root.db ZONE 2010,2014,2015,2016,2017,2018
+./bin/tests/system/resolver/ns4/tld1.db ZONE 2012,2014,2016,2018
+./bin/tests/system/resolver/ns4/tld2.db ZONE 2012,2014,2016,2018
+./bin/tests/system/resolver/ns5/child.server.db ZONE 2011,2016,2018
+./bin/tests/system/resolver/ns5/moves.db ZONE 2011,2016,2018
./bin/tests/system/resolver/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/resolver/ns5/root.hint ZONE 2010,2016
-./bin/tests/system/resolver/ns6/broken.db ZONE 2012,2016
-./bin/tests/system/resolver/ns6/delegation-only.db ZONE 2015,2016
-./bin/tests/system/resolver/ns6/ds.example.net.db.in ZONE 2016
-./bin/tests/system/resolver/ns6/example.net.db.in ZONE 2010,2014,2016
-./bin/tests/system/resolver/ns6/keygen.sh SH 2010,2012,2014,2016,2017
-./bin/tests/system/resolver/ns6/moves.db ZONE 2011,2016
+./bin/tests/system/resolver/ns5/root.hint ZONE 2010,2016,2018
+./bin/tests/system/resolver/ns6/broken.db ZONE 2012,2016,2018
+./bin/tests/system/resolver/ns6/delegation-only.db ZONE 2015,2016,2018
+./bin/tests/system/resolver/ns6/ds.example.net.db.in ZONE 2016,2018
+./bin/tests/system/resolver/ns6/example.net.db.in ZONE 2010,2014,2016,2018
+./bin/tests/system/resolver/ns6/keygen.sh SH 2010,2012,2014,2016,2017,2018
+./bin/tests/system/resolver/ns6/moves.db ZONE 2011,2016,2018
./bin/tests/system/resolver/ns6/named.conf.in CONF-C 2018
-./bin/tests/system/resolver/ns6/no-edns-version.tld.db ZONE 2014,2016
-./bin/tests/system/resolver/ns6/root.db ZONE 2010,2011,2014,2016
-./bin/tests/system/resolver/ns6/to-be-removed.tld.db.in ZONE 2012,2016
-./bin/tests/system/resolver/ns7/all-cnames.db ZONE 2014,2016
-./bin/tests/system/resolver/ns7/edns-version.tld.db ZONE 2014,2016
-./bin/tests/system/resolver/ns7/named.args X 2011,2012,2014
+./bin/tests/system/resolver/ns6/no-edns-version.tld.db ZONE 2014,2016,2018
+./bin/tests/system/resolver/ns6/root.db ZONE 2010,2011,2014,2016,2018
+./bin/tests/system/resolver/ns6/to-be-removed.tld.db.in ZONE 2012,2016,2018
+./bin/tests/system/resolver/ns7/all-cnames.db ZONE 2014,2016,2018
+./bin/tests/system/resolver/ns7/edns-version.tld.db ZONE 2014,2016,2018
+./bin/tests/system/resolver/ns7/named.args X 2011,2012,2014,2018
./bin/tests/system/resolver/ns7/named1.conf.in CONF-C 2018
./bin/tests/system/resolver/ns7/named2.conf.in CONF-C 2018
-./bin/tests/system/resolver/ns7/root.hint ZONE 2010,2016
-./bin/tests/system/resolver/ns7/server.db.in ZONE 2011,2016
+./bin/tests/system/resolver/ns7/root.hint ZONE 2010,2016,2018
+./bin/tests/system/resolver/ns7/server.db.in ZONE 2011,2016,2018
./bin/tests/system/resolver/prereq.sh SH 2000,2001,2004,2007,2012,2014,2016,2018
./bin/tests/system/resolver/setup.sh SH 2010,2011,2012,2013,2014,2016,2018
./bin/tests/system/resolver/tests.sh SH 2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/rndc/.gitignore X 2014
-./bin/tests/system/rndc/Makefile.in MAKE 2014,2015,2016
+./bin/tests/system/rndc/.gitignore X 2014,2018
+./bin/tests/system/rndc/Makefile.in MAKE 2014,2015,2016,2018
./bin/tests/system/rndc/clean.sh SH 2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/rndc/gencheck.c C 2014,2015,2016
-./bin/tests/system/rndc/ns2/incl.db ZONE 2013,2016
+./bin/tests/system/rndc/gencheck.c C 2014,2015,2016,2018
+./bin/tests/system/rndc/ns2/incl.db ZONE 2013,2016,2018
./bin/tests/system/rndc/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/rndc/ns2/secondkey.conf CONF-C 2012,2013,2016
+./bin/tests/system/rndc/ns2/secondkey.conf CONF-C 2012,2013,2016,2018
./bin/tests/system/rndc/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/rndc/ns4/.gitignore X 2016
+./bin/tests/system/rndc/ns4/.gitignore X 2016,2018
./bin/tests/system/rndc/ns4/named.conf.in CONF-C 2013,2014,2015,2016,2018
./bin/tests/system/rndc/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/rndc/ns6/named.args X 2016
+./bin/tests/system/rndc/ns6/named.args X 2016,2018
./bin/tests/system/rndc/ns6/named.conf.in CONF-C 2016,2018
./bin/tests/system/rndc/setup.sh SH 2011,2012,2013,2014,2016,2018
./bin/tests/system/rndc/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018
./bin/tests/system/rpz/clean.sh SH 2011,2012,2013,2014,2016,2018
./bin/tests/system/rpz/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012,2013,2016
-./bin/tests/system/rpz/ns2/base-tld2s.db ZONE 2012,2013,2016
-./bin/tests/system/rpz/ns2/bl.tld2.db.in ZONE 2013,2016
-./bin/tests/system/rpz/ns2/blv2.tld2.db.in ZONE 2013,2016
-./bin/tests/system/rpz/ns2/blv3.tld2.db.in ZONE 2013,2016
-./bin/tests/system/rpz/ns2/hints ZONE 2011,2013,2016
+./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012,2013,2016,2018
+./bin/tests/system/rpz/ns2/base-tld2s.db ZONE 2012,2013,2016,2018
+./bin/tests/system/rpz/ns2/bl.tld2.db.in ZONE 2013,2016,2018
+./bin/tests/system/rpz/ns2/blv2.tld2.db.in ZONE 2013,2016,2018
+./bin/tests/system/rpz/ns2/blv3.tld2.db.in ZONE 2013,2016,2018
+./bin/tests/system/rpz/ns2/hints ZONE 2011,2013,2016,2018
./bin/tests/system/rpz/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/ns2/tld2.db ZONE 2011,2012,2013,2016
-./bin/tests/system/rpz/ns3/base.db ZONE 2011,2012,2013,2016
-./bin/tests/system/rpz/ns3/crash1 X 2011,2013
-./bin/tests/system/rpz/ns3/crash2 X 2011,2012,2013
-./bin/tests/system/rpz/ns3/hints ZONE 2011,2013,2016
+./bin/tests/system/rpz/ns2/tld2.db ZONE 2011,2012,2013,2016,2018
+./bin/tests/system/rpz/ns3/base.db ZONE 2011,2012,2013,2016,2018
+./bin/tests/system/rpz/ns3/crash1 X 2011,2013,2018
+./bin/tests/system/rpz/ns3/crash2 X 2011,2012,2013,2018
+./bin/tests/system/rpz/ns3/hints ZONE 2011,2013,2016,2018
./bin/tests/system/rpz/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/ns4/hints ZONE 2011,2013,2016
+./bin/tests/system/rpz/ns4/hints ZONE 2011,2013,2016,2018
./bin/tests/system/rpz/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012,2013,2016
-./bin/tests/system/rpz/ns5/empty.db.in ZONE 2014,2016
-./bin/tests/system/rpz/ns5/hints ZONE 2011,2012,2013,2016
-./bin/tests/system/rpz/ns5/named.args X 2013,2014
+./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012,2013,2016,2018
+./bin/tests/system/rpz/ns5/empty.db.in ZONE 2014,2016,2018
+./bin/tests/system/rpz/ns5/hints ZONE 2011,2012,2013,2016,2018
+./bin/tests/system/rpz/ns5/named.args X 2013,2014,2018
./bin/tests/system/rpz/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/ns5/tld5.db ZONE 2013,2016
-./bin/tests/system/rpz/ns6/hints ZONE 2014,2016
+./bin/tests/system/rpz/ns5/tld5.db ZONE 2013,2016,2018
+./bin/tests/system/rpz/ns6/hints ZONE 2014,2016,2018
./bin/tests/system/rpz/ns6/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/ns7/hints ZONE 2014,2016
+./bin/tests/system/rpz/ns7/hints ZONE 2014,2016,2018
./bin/tests/system/rpz/ns7/named.conf.in CONF-C 2018
-./bin/tests/system/rpz/prereq.sh SH 2014,2016
-./bin/tests/system/rpz/qperf.sh SH 2012,2013,2016
+./bin/tests/system/rpz/prereq.sh SH 2014,2016,2018
+./bin/tests/system/rpz/qperf.sh SH 2012,2013,2016,2018
./bin/tests/system/rpz/setup.sh SH 2011,2012,2013,2014,2016,2018
./bin/tests/system/rpz/test1 ZONE 2011,2012,2013,2016,2018
./bin/tests/system/rpz/test2 ZONE 2011,2012,2013,2016,2018
@@ -1899,123 +1903,123 @@
./bin/tests/system/rpz/test6 ZONE 2013,2016,2018
./bin/tests/system/rpz/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018
./bin/tests/system/rpzrecurse/.gitignore X 2015,2018
-./bin/tests/system/rpzrecurse/README TXT.BRIEF 2015,2016
+./bin/tests/system/rpzrecurse/README TXT.BRIEF 2015,2016,2018
./bin/tests/system/rpzrecurse/ans5/ans.pl PERL 2016,2018
./bin/tests/system/rpzrecurse/clean.sh SH 2015,2016,2018
-./bin/tests/system/rpzrecurse/ns1/db.l0 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns1/db.l1.l0 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns1/example.db ZONE 2015,2016
+./bin/tests/system/rpzrecurse/ns1/db.l0 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns1/db.l1.l0 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns1/example.db ZONE 2015,2016,2018
./bin/tests/system/rpzrecurse/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/rpzrecurse/ns1/root.db ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns1/test1.example.net.db ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns1/test2.example.net.db ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/.gitignore X 2015
-./bin/tests/system/rpzrecurse/ns2/db.clientip1 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.clientip2 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.clientip21 ZONE 2016
-./bin/tests/system/rpzrecurse/ns2/db.log1 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.log2 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.log3 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.wildcard1 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.wildcard2a ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.wildcard2b ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/db.wildcard3 ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns2/named.clientip.conf CONF-C 2015,2016
-./bin/tests/system/rpzrecurse/ns2/named.clientip2.conf CONF-C 2016
+./bin/tests/system/rpzrecurse/ns1/root.db ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns1/test1.example.net.db ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns1/test2.example.net.db ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/.gitignore X 2015,2018
+./bin/tests/system/rpzrecurse/ns2/db.clientip1 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.clientip2 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.clientip21 ZONE 2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.log1 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.log2 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.log3 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.wildcard1 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.wildcard2a ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.wildcard2b ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/db.wildcard3 ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/named.clientip.conf CONF-C 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/named.clientip2.conf CONF-C 2016,2018
./bin/tests/system/rpzrecurse/ns2/named.conf.header.in CONF-C 2015,2016,2018
-./bin/tests/system/rpzrecurse/ns2/named.default.conf CONF-C 2015,2016
-./bin/tests/system/rpzrecurse/ns2/named.log.conf CONF-C 2015,2016
-./bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf CONF-C 2015,2016
-./bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf CONF-C 2015,2016
-./bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf CONF-C 2015,2016
-./bin/tests/system/rpzrecurse/ns2/root.hint ZONE 2015,2016
-./bin/tests/system/rpzrecurse/ns3/example.db ZONE 2016
+./bin/tests/system/rpzrecurse/ns2/named.default.conf CONF-C 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/named.log.conf CONF-C 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf CONF-C 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf CONF-C 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf CONF-C 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns2/root.hint ZONE 2015,2016,2018
+./bin/tests/system/rpzrecurse/ns3/example.db ZONE 2016,2018
./bin/tests/system/rpzrecurse/ns3/named1.conf.in CONF-C 2016,2018
./bin/tests/system/rpzrecurse/ns3/named2.conf.in CONF-C 2016,2018
-./bin/tests/system/rpzrecurse/ns3/policy.db ZONE 2016
-./bin/tests/system/rpzrecurse/ns3/root.db ZONE 2016
-./bin/tests/system/rpzrecurse/ns4/child.example.db ZONE 2016
+./bin/tests/system/rpzrecurse/ns3/policy.db ZONE 2016,2018
+./bin/tests/system/rpzrecurse/ns3/root.db ZONE 2016,2018
+./bin/tests/system/rpzrecurse/ns4/child.example.db ZONE 2016,2018
./bin/tests/system/rpzrecurse/ns4/named.conf.in CONF-C 2016,2018
-./bin/tests/system/rpzrecurse/prereq.sh SH 2015,2016
+./bin/tests/system/rpzrecurse/prereq.sh SH 2015,2016,2018
./bin/tests/system/rpzrecurse/setup.sh SH 2015,2016,2018
-./bin/tests/system/rpzrecurse/testgen.pl PERL 2015,2016
+./bin/tests/system/rpzrecurse/testgen.pl PERL 2015,2016,2018
./bin/tests/system/rpzrecurse/tests.sh SH 2015,2016,2018
-./bin/tests/system/rrchecker/classlist.good X 2013
-./bin/tests/system/rrchecker/clean.sh SH 2013,2014,2016,2017
-./bin/tests/system/rrchecker/privatelist.good X 2013
+./bin/tests/system/rrchecker/classlist.good X 2013,2018
+./bin/tests/system/rrchecker/clean.sh SH 2013,2014,2016,2017,2018
+./bin/tests/system/rrchecker/privatelist.good X 2013,2018
./bin/tests/system/rrchecker/tests.sh SH 2013,2014,2015,2016,2017,2018
-./bin/tests/system/rrchecker/typelist.good X 2013,2014,2015,2016,2017
-./bin/tests/system/rrl/.gitignore X 2013,2014
-./bin/tests/system/rrl/broken.conf CONF-C 2016
+./bin/tests/system/rrchecker/typelist.good X 2013,2014,2015,2016,2017,2018
+./bin/tests/system/rrl/.gitignore X 2013,2014,2018
+./bin/tests/system/rrl/broken.conf CONF-C 2016,2018
./bin/tests/system/rrl/clean.sh SH 2012,2013,2014,2016,2018
./bin/tests/system/rrl/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/rrl/ns1/root.db ZONE 2012,2013,2016
-./bin/tests/system/rrl/ns2/hints ZONE 2012,2013,2016
+./bin/tests/system/rrl/ns1/root.db ZONE 2012,2013,2016,2018
+./bin/tests/system/rrl/ns2/hints ZONE 2012,2013,2016,2018
./bin/tests/system/rrl/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/rrl/ns2/tld2.db ZONE 2012,2013,2016
-./bin/tests/system/rrl/ns3/hints ZONE 2012,2013,2016
+./bin/tests/system/rrl/ns2/tld2.db ZONE 2012,2013,2016,2018
+./bin/tests/system/rrl/ns3/hints ZONE 2012,2013,2016,2018
./bin/tests/system/rrl/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/rrl/ns3/tld3.db ZONE 2012,2013,2016
-./bin/tests/system/rrl/ns4/hints ZONE 2016
+./bin/tests/system/rrl/ns3/tld3.db ZONE 2012,2013,2016,2018
+./bin/tests/system/rrl/ns4/hints ZONE 2016,2018
./bin/tests/system/rrl/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/rrl/ns4/tld4.db ZONE 2016
+./bin/tests/system/rrl/ns4/tld4.db ZONE 2016,2018
./bin/tests/system/rrl/setup.sh SH 2012,2013,2016,2018
./bin/tests/system/rrl/tests.sh SH 2012,2013,2015,2016,2018
./bin/tests/system/rrsetorder/clean.sh SH 2006,2007,2008,2011,2012,2014,2016,2018
-./bin/tests/system/rrsetorder/dig.out.fixed.good X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good1 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good10 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good11 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good12 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good13 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good14 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good15 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good16 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good17 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good18 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good19 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good2 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good20 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good21 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good22 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good23 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good24 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good3 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good4 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good5 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good6 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good7 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good8 X 2006
-./bin/tests/system/rrsetorder/dig.out.random.good9 X 2006
+./bin/tests/system/rrsetorder/dig.out.fixed.good X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good1 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good10 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good11 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good12 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good13 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good14 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good15 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good16 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good17 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good18 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good19 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good2 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good20 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good21 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good22 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good23 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good24 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good3 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good4 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good5 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good6 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good7 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good8 X 2006,2018
+./bin/tests/system/rrsetorder/dig.out.random.good9 X 2006,2018
./bin/tests/system/rrsetorder/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/rrsetorder/ns1/root.db ZONE 2006,2007,2012,2016
+./bin/tests/system/rrsetorder/ns1/root.db ZONE 2006,2007,2012,2016,2018
./bin/tests/system/rrsetorder/ns2/named.conf.in CONF-C 2018
./bin/tests/system/rrsetorder/ns3/named.conf.in CONF-C 2018
./bin/tests/system/rrsetorder/ns4/named.conf.in CONF-C 2018
./bin/tests/system/rrsetorder/setup.sh SH 2018
./bin/tests/system/rrsetorder/tests.sh SH 2006,2007,2008,2011,2012,2014,2015,2016,2018
-./bin/tests/system/rsabigexponent/.gitignore X 2013
-./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014,2015,2016
-./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015,2016
+./bin/tests/system/rsabigexponent/.gitignore X 2013,2018
+./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014,2015,2016,2018
+./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015,2016,2018
./bin/tests/system/rsabigexponent/clean.sh SH 2012,2014,2016,2018
-./bin/tests/system/rsabigexponent/conf/bad01.conf CONF-C 2012,2016
-./bin/tests/system/rsabigexponent/conf/bad02.conf CONF-C 2012,2016
-./bin/tests/system/rsabigexponent/conf/bad03.conf CONF-C 2012,2016
-./bin/tests/system/rsabigexponent/conf/good01.conf CONF-C 2012,2016
-./bin/tests/system/rsabigexponent/conf/good02.conf CONF-C 2012,2016
-./bin/tests/system/rsabigexponent/conf/good03.conf CONF-C 2012,2016
+./bin/tests/system/rsabigexponent/conf/bad01.conf CONF-C 2012,2016,2018
+./bin/tests/system/rsabigexponent/conf/bad02.conf CONF-C 2012,2016,2018
+./bin/tests/system/rsabigexponent/conf/bad03.conf CONF-C 2012,2016,2018
+./bin/tests/system/rsabigexponent/conf/good01.conf CONF-C 2012,2016,2018
+./bin/tests/system/rsabigexponent/conf/good02.conf CONF-C 2012,2016,2018
+./bin/tests/system/rsabigexponent/conf/good03.conf CONF-C 2012,2016,2018
./bin/tests/system/rsabigexponent/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/rsabigexponent/ns1/root.db.in ZONE 2012,2016
-./bin/tests/system/rsabigexponent/ns1/sign.sh SH 2012,2014,2016
-./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key X 2012
-./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.private X 2012
-./bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.key X 2012
-./bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.private X 2012
-./bin/tests/system/rsabigexponent/ns2/dsset-example.in X 2012
-./bin/tests/system/rsabigexponent/ns2/example.db.bad ZONE 2012,2016
-./bin/tests/system/rsabigexponent/ns2/example.db.in ZONE 2012,2016
+./bin/tests/system/rsabigexponent/ns1/root.db.in ZONE 2012,2016,2018
+./bin/tests/system/rsabigexponent/ns1/sign.sh SH 2012,2014,2016,2018
+./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key X 2012,2018
+./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.private X 2012,2018
+./bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.key X 2012,2018
+./bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.private X 2012,2018
+./bin/tests/system/rsabigexponent/ns2/dsset-example.in X 2012,2018
+./bin/tests/system/rsabigexponent/ns2/example.db.bad ZONE 2012,2016,2018
+./bin/tests/system/rsabigexponent/ns2/example.db.in ZONE 2012,2016,2018
./bin/tests/system/rsabigexponent/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/rsabigexponent/ns2/sign.sh SH 2012,2014,2016
+./bin/tests/system/rsabigexponent/ns2/sign.sh SH 2012,2014,2016,2018
./bin/tests/system/rsabigexponent/ns3/named.conf.in CONF-C 2018
./bin/tests/system/rsabigexponent/prereq.sh SH 2012,2014,2016,2018
./bin/tests/system/rsabigexponent/setup.sh SH 2012,2014,2016,2018
@@ -2023,7 +2027,7 @@
./bin/tests/system/run.sh SH 2000,2001,2004,2007,2010,2012,2014,2015,2016,2017,2018
./bin/tests/system/runall.sh SH 2000,2001,2004,2007,2010,2011,2012,2014,2015,2016,2018
./bin/tests/system/runsequential.sh SH 2018
-./bin/tests/system/runtime/README TXT.BRIEF 2014,2016
+./bin/tests/system/runtime/README TXT.BRIEF 2014,2016,2018
./bin/tests/system/runtime/clean.sh SH 2014,2015,2016,2017,2018
./bin/tests/system/runtime/ns2/named-alt1.conf.in CONF-C 2014,2016,2017,2018
./bin/tests/system/runtime/ns2/named-alt2.conf.in CONF-C 2014,2016,2017,2018
@@ -2034,944 +2038,946 @@
./bin/tests/system/runtime/ns2/named1.conf.in CONF-C 2014,2016,2017,2018
./bin/tests/system/runtime/setup.sh SH 2015,2016,2017,2018
./bin/tests/system/runtime/tests.sh SH 2014,2015,2016,2017,2018
-./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012,2016
-./bin/tests/system/setup.sh SH 2000,2001,2004,2007,2012,2014,2016
-./bin/tests/system/sfcache/README TXT.BRIEF 2014,2016
+./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012,2016,2018
+./bin/tests/system/setup.sh SH 2000,2001,2004,2007,2012,2014,2016,2018
+./bin/tests/system/sfcache/README TXT.BRIEF 2014,2016,2018
./bin/tests/system/sfcache/clean.sh SH 2014,2015,2016,2018
./bin/tests/system/sfcache/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/sfcache/ns1/root.db.in ZONE 2014,2016
-./bin/tests/system/sfcache/ns1/sign.sh SH 2014,2016
-./bin/tests/system/sfcache/ns2/example.db.in ZONE 2014,2016
+./bin/tests/system/sfcache/ns1/root.db.in ZONE 2014,2016,2018
+./bin/tests/system/sfcache/ns1/sign.sh SH 2014,2016,2018
+./bin/tests/system/sfcache/ns2/example.db.in ZONE 2014,2016,2018
./bin/tests/system/sfcache/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/sfcache/ns2/sign.sh SH 2014,2016
+./bin/tests/system/sfcache/ns2/sign.sh SH 2014,2016,2018
./bin/tests/system/sfcache/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/sfcache/ns5/trusted.conf.bad CONF-C 2014,2016
-./bin/tests/system/sfcache/prereq.sh SH 2014,2016
+./bin/tests/system/sfcache/ns5/trusted.conf.bad CONF-C 2014,2016,2018
+./bin/tests/system/sfcache/prereq.sh SH 2014,2016,2018
./bin/tests/system/sfcache/setup.sh SH 2014,2016,2018
./bin/tests/system/sfcache/tests.sh SH 2014,2016,2018
-./bin/tests/system/smartsign/child.db ZONE 2010,2016
-./bin/tests/system/smartsign/clean.sh SH 2010,2012,2014,2016
-./bin/tests/system/smartsign/parent.db ZONE 2010,2016
-./bin/tests/system/smartsign/prereq.sh SH 2010,2012,2014,2016
-./bin/tests/system/smartsign/setup.sh SH 2010,2012,2014,2016
+./bin/tests/system/smartsign/child.db ZONE 2010,2016,2018
+./bin/tests/system/smartsign/clean.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/smartsign/parent.db ZONE 2010,2016,2018
+./bin/tests/system/smartsign/prereq.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/smartsign/setup.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/smartsign/tests.sh SH 2010,2011,2012,2014,2016,2017,2018
./bin/tests/system/sortlist/clean.sh SH 2000,2001,2004,2007,2009,2012,2014,2015,2016,2018
-./bin/tests/system/sortlist/ns1/example.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/sortlist/ns1/example.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/sortlist/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/sortlist/ns1/root.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/sortlist/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/sortlist/setup.sh SH 2018
./bin/tests/system/sortlist/tests.sh SH 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/spf/clean.sh SH 2013,2014,2016,2018
./bin/tests/system/spf/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/spf/ns1/spf.db ZONE 2013,2016
+./bin/tests/system/spf/ns1/spf.db ZONE 2013,2016,2018
./bin/tests/system/spf/setup.sh SH 2018
./bin/tests/system/spf/tests.sh SH 2013,2014,2016,2018
./bin/tests/system/start.pl SH 2001,2004,2005,2006,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./bin/tests/system/start.sh SH 2000,2001,2004,2007,2012,2016
+./bin/tests/system/start.sh SH 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/staticstub/clean.sh SH 2010,2012,2014,2015,2016,2018
-./bin/tests/system/staticstub/conf/bad01.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad02.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad03.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad04.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad05.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad06.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad07.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad08.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad09.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad10.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/bad11.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/good01.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/good02.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/good03.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/good04.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/conf/good05.conf CONF-C 2010,2016
-./bin/tests/system/staticstub/knowngood.dig.out.rec X 2010,2013
+./bin/tests/system/staticstub/conf/bad01.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad02.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad03.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad04.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad05.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad06.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad07.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad08.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad09.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad10.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/bad11.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/good01.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/good02.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/good03.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/good04.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/conf/good05.conf CONF-C 2010,2016,2018
+./bin/tests/system/staticstub/knowngood.dig.out.rec X 2010,2013,2018
./bin/tests/system/staticstub/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/staticstub/ns1/root.db ZONE 2010,2016
+./bin/tests/system/staticstub/ns1/root.db ZONE 2010,2016,2018
./bin/tests/system/staticstub/ns2/named.conf.in CONF-C 2010,2015,2016,2018
-./bin/tests/system/staticstub/ns3/example.db.in ZONE 2010,2016
-./bin/tests/system/staticstub/ns3/example.org.db ZONE 2010,2016
+./bin/tests/system/staticstub/ns3/example.db.in ZONE 2010,2016,2018
+./bin/tests/system/staticstub/ns3/example.org.db ZONE 2010,2016,2018
./bin/tests/system/staticstub/ns3/named.conf.in CONF-C 2010,2013,2015,2016,2018
-./bin/tests/system/staticstub/ns3/sign.sh SH 2010,2012,2014,2015,2016
-./bin/tests/system/staticstub/ns3/undelegated.db.in ZONE 2015,2016
-./bin/tests/system/staticstub/ns4/example.com.db ZONE 2010,2016
-./bin/tests/system/staticstub/ns4/example.info.db ZONE 2010,2016
-./bin/tests/system/staticstub/ns4/example.org.db ZONE 2010,2016
+./bin/tests/system/staticstub/ns3/sign.sh SH 2010,2012,2014,2015,2016,2018
+./bin/tests/system/staticstub/ns3/undelegated.db.in ZONE 2015,2016,2018
+./bin/tests/system/staticstub/ns4/example.com.db ZONE 2010,2016,2018
+./bin/tests/system/staticstub/ns4/example.info.db ZONE 2010,2016,2018
+./bin/tests/system/staticstub/ns4/example.org.db ZONE 2010,2016,2018
./bin/tests/system/staticstub/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/staticstub/ns4/sign.sh SH 2010,2012,2014,2016
-./bin/tests/system/staticstub/ns4/sub.example.db.in ZONE 2010,2016
-./bin/tests/system/staticstub/prereq.sh SH 2014,2016
+./bin/tests/system/staticstub/ns4/sign.sh SH 2010,2012,2014,2016,2018
+./bin/tests/system/staticstub/ns4/sub.example.db.in ZONE 2010,2016,2018
+./bin/tests/system/staticstub/prereq.sh SH 2014,2016,2018
./bin/tests/system/staticstub/setup.sh SH 2010,2012,2014,2016,2018
./bin/tests/system/staticstub/tests.sh SH 2010,2011,2012,2013,2015,2016,2018
./bin/tests/system/statistics/ans4/ans.pl PERL 2012,2016,2018
./bin/tests/system/statistics/clean.sh SH 2012,2014,2015,2016,2018
./bin/tests/system/statistics/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/statistics/ns1/root.db ZONE 2012,2016
-./bin/tests/system/statistics/ns1/zone.db ZONE 2015,2016
-./bin/tests/system/statistics/ns2/example.db ZONE 2012,2016
-./bin/tests/system/statistics/ns2/internal.db ZONE 2012,2016
+./bin/tests/system/statistics/ns1/root.db ZONE 2012,2016,2018
+./bin/tests/system/statistics/ns1/zone.db ZONE 2015,2016,2018
+./bin/tests/system/statistics/ns2/example.db ZONE 2012,2016,2018
+./bin/tests/system/statistics/ns2/internal.db ZONE 2012,2016,2018
./bin/tests/system/statistics/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/statistics/ns3/internal.db ZONE 2012,2016
+./bin/tests/system/statistics/ns3/internal.db ZONE 2012,2016,2018
./bin/tests/system/statistics/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/statistics/ns3/root.hint ZONE 2012,2016
+./bin/tests/system/statistics/ns3/root.hint ZONE 2012,2016,2018
./bin/tests/system/statistics/prereq.sh SH 2012,2014,2016,2018
./bin/tests/system/statistics/setup.sh SH 2018
./bin/tests/system/statistics/tests.sh SH 2012,2015,2016,2018
./bin/tests/system/statschannel/clean.sh SH 2015,2016,2018
-./bin/tests/system/statschannel/fetch.pl PERL 2015,2016
-./bin/tests/system/statschannel/ns2/example.db ZONE 2015,2016
+./bin/tests/system/statschannel/fetch.pl PERL 2015,2016,2018
+./bin/tests/system/statschannel/ns2/example.db ZONE 2015,2016,2018
./bin/tests/system/statschannel/ns2/named.conf.in CONF-C 2018
./bin/tests/system/statschannel/prereq.sh SH 2015,2016,2018
-./bin/tests/system/statschannel/server-json.pl PERL 2015,2016,2017
-./bin/tests/system/statschannel/server-xml.pl PERL 2015,2016,2017
+./bin/tests/system/statschannel/server-json.pl PERL 2015,2016,2017,2018
+./bin/tests/system/statschannel/server-xml.pl PERL 2015,2016,2017,2018
./bin/tests/system/statschannel/setup.sh SH 2018
./bin/tests/system/statschannel/tests.sh SH 2015,2016,2018
-./bin/tests/system/statschannel/traffic-json.pl PERL 2015,2016,2017
-./bin/tests/system/statschannel/traffic-xml.pl PERL 2015,2016,2017
-./bin/tests/system/statschannel/traffic.expect.1 X 2015
-./bin/tests/system/statschannel/traffic.expect.2 X 2015
-./bin/tests/system/statschannel/traffic.expect.4 X 2015
-./bin/tests/system/statschannel/traffic.expect.5 X 2015,2016
-./bin/tests/system/statschannel/traffic.expect.6 X 2015,2016
+./bin/tests/system/statschannel/traffic-json.pl PERL 2015,2016,2017,2018
+./bin/tests/system/statschannel/traffic-xml.pl PERL 2015,2016,2017,2018
+./bin/tests/system/statschannel/traffic.expect.1 X 2015,2018
+./bin/tests/system/statschannel/traffic.expect.2 X 2015,2018
+./bin/tests/system/statschannel/traffic.expect.4 X 2015,2018
+./bin/tests/system/statschannel/traffic.expect.5 X 2015,2016,2018
+./bin/tests/system/statschannel/traffic.expect.6 X 2015,2016,2018
./bin/tests/system/stop.pl SH 2001,2004,2005,2006,2007,2012,2016,2018
-./bin/tests/system/stop.sh SH 2000,2001,2004,2007,2012,2016
+./bin/tests/system/stop.sh SH 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/stopall.sh SH 2018
-./bin/tests/system/stress/clean.sh SH 2000,2001,2004,2007,2012,2014,2016
-./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/stress/ns2/named.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/stress/ns3/named.conf CONF-C 2000,2001,2004,2007,2013,2016
-./bin/tests/system/stress/ns4/named.conf CONF-C 2000,2001,2004,2007,2016
-./bin/tests/system/stress/prereq.sh SH 2015,2016
-./bin/tests/system/stress/setup.pl PERL 2000,2001,2004,2007,2012,2016
-./bin/tests/system/stress/setup.sh SH 2000,2001,2004,2007,2012,2016
-./bin/tests/system/stress/tests.sh SH 2000,2001,2004,2007,2012,2014,2015,2016
-./bin/tests/system/stress/update.pl PERL 2000,2001,2004,2007,2012,2016
+./bin/tests/system/stress/clean.sh SH 2000,2001,2004,2007,2012,2014,2016,2018
+./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/stress/ns2/named.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/stress/ns3/named.conf CONF-C 2000,2001,2004,2007,2013,2016,2018
+./bin/tests/system/stress/ns4/named.conf CONF-C 2000,2001,2004,2007,2016,2018
+./bin/tests/system/stress/prereq.sh SH 2015,2016,2018
+./bin/tests/system/stress/setup.pl PERL 2000,2001,2004,2007,2012,2016,2018
+./bin/tests/system/stress/setup.sh SH 2000,2001,2004,2007,2012,2016,2018
+./bin/tests/system/stress/tests.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
+./bin/tests/system/stress/update.pl PERL 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/stub/clean.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/stub/knowngood.dig.out.norec X 2000,2001
-./bin/tests/system/stub/knowngood.dig.out.rec X 2000,2001,2013
+./bin/tests/system/stub/knowngood.dig.out.norec X 2000,2001,2018
+./bin/tests/system/stub/knowngood.dig.out.rec X 2000,2001,2013,2018
./bin/tests/system/stub/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/stub/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/stub/ns2/child.example.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/stub/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/stub/ns2/child.example.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/stub/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/stub/ns3/example.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/stub/ns3/example.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/stub/ns3/named.conf.in CONF-C 2018
./bin/tests/system/stub/setup.sh SH 2018
./bin/tests/system/stub/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016,2018
./bin/tests/system/tcp/clean.sh SH 2014,2016,2018
./bin/tests/system/tcp/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/tcp/ns1/root.db ZONE 2014,2016
-./bin/tests/system/tcp/ns2/example.db ZONE 2014,2016
+./bin/tests/system/tcp/ns1/root.db ZONE 2014,2016,2018
+./bin/tests/system/tcp/ns2/example.db ZONE 2014,2016,2018
./bin/tests/system/tcp/ns2/named.conf.in CONF-C 2018
./bin/tests/system/tcp/ns3/named.conf.in CONF-C 2018
./bin/tests/system/tcp/ns4/named.conf.in CONF-C 2018
./bin/tests/system/tcp/setup.sh SH 2018
./bin/tests/system/tcp/tests.sh SH 2014,2016,2018
-./bin/tests/system/testcrypto.sh SH 2014,2016,2017
-./bin/tests/system/testsock.pl PERL 2000,2001,2004,2007,2010,2011,2012,2013,2016
-./bin/tests/system/testsock6.pl PERL 2010,2012,2014,2016
+./bin/tests/system/testcrypto.sh SH 2014,2016,2017,2018
+./bin/tests/system/testsock.pl PERL 2000,2001,2004,2007,2010,2011,2012,2013,2016,2018
+./bin/tests/system/testsock6.pl PERL 2010,2012,2014,2016,2018
./bin/tests/system/testsummary.sh SH 2018
-./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014,2015,2016
-./bin/tests/system/tkey/clean.sh SH 2001,2004,2007,2011,2012,2013,2014,2015,2016
-./bin/tests/system/tkey/keycreate.c C 2001,2004,2005,2007,2009,2011,2012,2014,2015,2016
-./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014,2015,2016
-./bin/tests/system/tkey/ns1/example.db ZONE 2013,2016
-./bin/tests/system/tkey/ns1/named.conf.in CONF-C 2001,2004,2007,2009,2011,2013,2014,2016
-./bin/tests/system/tkey/ns1/setup.sh SH 2001,2004,2007,2009,2012,2014,2016
-./bin/tests/system/tkey/prereq.sh SH 2001,2004,2006,2007,2009,2012,2014,2016
-./bin/tests/system/tkey/setup.sh SH 2001,2004,2007,2009,2012,2013,2014,2016
-./bin/tests/system/tkey/tests.sh SH 2001,2004,2007,2009,2011,2012,2013,2014,2016
+./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014,2015,2016,2018
+./bin/tests/system/tkey/clean.sh SH 2001,2004,2007,2011,2012,2013,2014,2015,2016,2018
+./bin/tests/system/tkey/keycreate.c C 2001,2004,2005,2007,2009,2011,2012,2014,2015,2016,2018
+./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014,2015,2016,2018
+./bin/tests/system/tkey/ns1/example.db ZONE 2013,2016,2018
+./bin/tests/system/tkey/ns1/named.conf.in CONF-C 2001,2004,2007,2009,2011,2013,2014,2016,2018
+./bin/tests/system/tkey/ns1/setup.sh SH 2001,2004,2007,2009,2012,2014,2016,2018
+./bin/tests/system/tkey/prereq.sh SH 2001,2004,2006,2007,2009,2012,2014,2016,2018
+./bin/tests/system/tkey/setup.sh SH 2001,2004,2007,2009,2012,2013,2014,2016,2018
+./bin/tests/system/tkey/tests.sh SH 2001,2004,2007,2009,2011,2012,2013,2014,2016,2018
./bin/tests/system/tsig/clean.sh SH 2005,2006,2007,2012,2014,2016,2018
-./bin/tests/system/tsig/ns1/example.db ZONE 2005,2006,2007,2009,2012,2016
+./bin/tests/system/tsig/ns1/example.db ZONE 2005,2006,2007,2009,2012,2016,2018
./bin/tests/system/tsig/ns1/named.conf.in CONF-C 2018
./bin/tests/system/tsig/setup.sh SH 2016,2018
./bin/tests/system/tsig/tests.sh SH 2005,2006,2007,2011,2012,2016,2018
./bin/tests/system/tsiggss/authsock.pl PERL 2011,2012,2016,2018
./bin/tests/system/tsiggss/clean.sh SH 2010,2011,2014,2015,2016,2018
-./bin/tests/system/tsiggss/ns1/administrator.ccache X 2010
-./bin/tests/system/tsiggss/ns1/dns.keytab X 2010
-./bin/tests/system/tsiggss/ns1/example.nil.db.in X 2011
+./bin/tests/system/tsiggss/ns1/administrator.ccache X 2010,2018
+./bin/tests/system/tsiggss/ns1/dns.keytab X 2010,2018
+./bin/tests/system/tsiggss/ns1/example.nil.db.in X 2011,2018
./bin/tests/system/tsiggss/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/tsiggss/ns1/testdenied.ccache X 2010
+./bin/tests/system/tsiggss/ns1/testdenied.ccache X 2010,2018
./bin/tests/system/tsiggss/prereq.sh SH 2010,2011,2012,2014,2016,2018
./bin/tests/system/tsiggss/setup.sh SH 2010,2011,2012,2014,2016,2018
./bin/tests/system/tsiggss/tests.sh SH 2010,2011,2014,2016,2017,2018
./bin/tests/system/unknown/clean.sh SH 2000,2001,2004,2007,2012,2013,2014,2015,2016,2018
-./bin/tests/system/unknown/large.out X 2012
-./bin/tests/system/unknown/ns1/broken1.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/broken2.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/broken3.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/broken4.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/broken5.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/class10.hints ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/example-class10.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/unknown/ns1/example-in.db ZONE 2000,2001,2004,2007,2011,2012,2016
-./bin/tests/system/unknown/ns1/large.db ZONE 2012,2016
+./bin/tests/system/unknown/large.out X 2012,2018
+./bin/tests/system/unknown/ns1/broken1.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/broken2.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/broken3.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/broken4.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/broken5.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/class10.hints ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/example-class10.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/unknown/ns1/example-in.db ZONE 2000,2001,2004,2007,2011,2012,2016,2018
+./bin/tests/system/unknown/ns1/large.db ZONE 2012,2016,2018
./bin/tests/system/unknown/ns1/named.conf.in CONF-C 2018
./bin/tests/system/unknown/ns2/named.conf.in CONF-C 2018
./bin/tests/system/unknown/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/unknown/ns3/sign.sh SH 2012,2014,2016
-./bin/tests/system/unknown/prereq.sh SH 2014,2016
+./bin/tests/system/unknown/ns3/sign.sh SH 2012,2014,2016,2018
+./bin/tests/system/unknown/prereq.sh SH 2014,2016,2018
./bin/tests/system/unknown/setup.sh SH 2012,2014,2016,2018
./bin/tests/system/unknown/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2016,2018
-./bin/tests/system/unknown/zones/nan.bad ZONE 2013,2016
+./bin/tests/system/unknown/zones/nan.bad ZONE 2013,2016,2018
./bin/tests/system/upforwd/ans4/ans.pl PERL 2011,2012,2016,2018
./bin/tests/system/upforwd/clean.sh SH 2000,2001,2004,2007,2011,2012,2014,2015,2016,2018
-./bin/tests/system/upforwd/knowngood.after1 X 2000,2001
-./bin/tests/system/upforwd/knowngood.after2 X 2000,2001
-./bin/tests/system/upforwd/knowngood.before X 2000,2001
-./bin/tests/system/upforwd/knowngood.ns2.before X 2000,2001
-./bin/tests/system/upforwd/ns1/example1.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/upforwd/knowngood.after1 X 2000,2001,2018
+./bin/tests/system/upforwd/knowngood.after2 X 2000,2001,2018
+./bin/tests/system/upforwd/knowngood.before X 2000,2001,2018
+./bin/tests/system/upforwd/knowngood.ns2.before X 2000,2001,2018
+./bin/tests/system/upforwd/ns1/example1.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/upforwd/ns1/named.conf.in CONF-C 2018
./bin/tests/system/upforwd/ns2/named.conf.in CONF-C 2018
./bin/tests/system/upforwd/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/upforwd/ns3/nomaster.db ZONE 2011,2016
+./bin/tests/system/upforwd/ns3/nomaster.db ZONE 2011,2016,2018
./bin/tests/system/upforwd/prereq.sh SH 2012,2014,2016,2018
./bin/tests/system/upforwd/setup.sh SH 2000,2001,2004,2007,2011,2012,2014,2016,2018
./bin/tests/system/upforwd/tests.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2016,2018
-./bin/tests/system/verify/.gitignore X 2012,2016
-./bin/tests/system/verify/clean.sh SH 2012,2014,2016
-./bin/tests/system/verify/prereq.sh SH 2014,2016
-./bin/tests/system/verify/setup.sh SH 2012,2014,2016
+./bin/tests/system/verify/.gitignore X 2012,2016,2018
+./bin/tests/system/verify/clean.sh SH 2012,2014,2016,2018
+./bin/tests/system/verify/prereq.sh SH 2014,2016,2018
+./bin/tests/system/verify/setup.sh SH 2012,2014,2016,2018
./bin/tests/system/verify/tests.sh SH 2012,2013,2016,2017,2018
./bin/tests/system/verify/zones/genzones.sh SH 2012,2013,2014,2016,2018
-./bin/tests/system/verify/zones/unsigned.db ZONE 2012,2016
+./bin/tests/system/verify/zones/unsigned.db ZONE 2012,2016,2018
./bin/tests/system/views/clean.sh SH 2000,2001,2004,2005,2007,2012,2013,2014,2015,2016,2018
./bin/tests/system/views/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/views/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/views/ns2/.gitignore X 2012
-./bin/tests/system/views/ns2/1.10.in-addr.arpa.db ZONE 2015,2016
-./bin/tests/system/views/ns2/clone.db ZONE 2013,2016
-./bin/tests/system/views/ns2/example1.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/views/ns2/example2.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/views/ns2/external/inline.db ZONE 2014,2016
-./bin/tests/system/views/ns2/internal.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/views/ns2/internal/inline.db ZONE 2014,2016
+./bin/tests/system/views/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/views/ns2/.gitignore X 2012,2018
+./bin/tests/system/views/ns2/1.10.in-addr.arpa.db ZONE 2015,2016,2018
+./bin/tests/system/views/ns2/clone.db ZONE 2013,2016,2018
+./bin/tests/system/views/ns2/example1.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/views/ns2/example2.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/views/ns2/external/inline.db ZONE 2014,2016,2018
+./bin/tests/system/views/ns2/internal.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/views/ns2/internal/inline.db ZONE 2014,2016,2018
./bin/tests/system/views/ns2/named1.conf.in CONF-C 2018
./bin/tests/system/views/ns2/named2.conf.in CONF-C 2018
-./bin/tests/system/views/ns3/.gitignore X 2012
-./bin/tests/system/views/ns3/child.clone.db ZONE 2013,2016
-./bin/tests/system/views/ns3/internal.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/views/ns3/.gitignore X 2012,2018
+./bin/tests/system/views/ns3/child.clone.db ZONE 2013,2016,2018
+./bin/tests/system/views/ns3/internal.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/views/ns3/named1.conf.in CONF-C 2018
./bin/tests/system/views/ns3/named2.conf.in CONF-C 2018
-./bin/tests/system/views/ns5/child.clone.db ZONE 2013,2016
+./bin/tests/system/views/ns5/child.clone.db ZONE 2013,2016,2018
./bin/tests/system/views/ns5/named.conf.in CONF-C 2018
./bin/tests/system/views/setup.sh SH 2000,2001,2004,2007,2012,2014,2016,2018
./bin/tests/system/views/tests.sh SH 2000,2001,2004,2007,2012,2013,2014,2016,2018
./bin/tests/system/wildcard/clean.sh SH 2012,2013,2014,2016,2018
-./bin/tests/system/wildcard/ns1/dlv.db.in ZONE 2013,2016
+./bin/tests/system/wildcard/ns1/dlv.db.in ZONE 2013,2016,2018
./bin/tests/system/wildcard/ns1/named.conf.in CONF-C 2012,2013,2016,2018
-./bin/tests/system/wildcard/ns1/nsec.db.in ZONE 2012,2013,2016
-./bin/tests/system/wildcard/ns1/nsec3.db.in ZONE 2012,2013,2016
-./bin/tests/system/wildcard/ns1/private.nsec.db.in ZONE 2012,2013,2016
-./bin/tests/system/wildcard/ns1/private.nsec3.db.in ZONE 2012,2013,2016
-./bin/tests/system/wildcard/ns1/root.db.in ZONE 2012,2013,2016
+./bin/tests/system/wildcard/ns1/nsec.db.in ZONE 2012,2013,2016,2018
+./bin/tests/system/wildcard/ns1/nsec3.db.in ZONE 2012,2013,2016,2018
+./bin/tests/system/wildcard/ns1/private.nsec.db.in ZONE 2012,2013,2016,2018
+./bin/tests/system/wildcard/ns1/private.nsec3.db.in ZONE 2012,2013,2016,2018
+./bin/tests/system/wildcard/ns1/root.db.in ZONE 2012,2013,2016,2018
./bin/tests/system/wildcard/ns1/sign.sh SH 2012,2013,2014,2016,2018
-./bin/tests/system/wildcard/ns2/hints ZONE 2012,2016
+./bin/tests/system/wildcard/ns2/hints ZONE 2012,2016,2018
./bin/tests/system/wildcard/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/wildcard/ns3/hints ZONE 2012,2016
+./bin/tests/system/wildcard/ns3/hints ZONE 2012,2016,2018
./bin/tests/system/wildcard/ns3/named.conf.in CONF-C 2018
./bin/tests/system/wildcard/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/wildcard/ns5/hints ZONE 2013,2016
+./bin/tests/system/wildcard/ns5/hints ZONE 2013,2016,2018
./bin/tests/system/wildcard/ns5/named.conf.in CONF-C 2018
-./bin/tests/system/wildcard/prereq.sh SH 2014,2016
+./bin/tests/system/wildcard/prereq.sh SH 2014,2016,2018
./bin/tests/system/wildcard/setup.sh SH 2012,2014,2016,2018
./bin/tests/system/wildcard/tests.sh SH 2012,2013,2016,2018
-./bin/tests/system/win32/bigkey.dsp.in X 2016
-./bin/tests/system/win32/bigkey.dsw X 2016
-./bin/tests/system/win32/bigkey.mak.in X 2016
-./bin/tests/system/win32/bigkey.vcxproj.filters.in X 2016
-./bin/tests/system/win32/bigkey.vcxproj.in X 2016,2017
-./bin/tests/system/win32/bigkey.vcxproj.user X 2016
-./bin/tests/system/win32/feature-test.dsp.in X 2016
-./bin/tests/system/win32/feature-test.dsw X 2016
-./bin/tests/system/win32/feature-test.mak.in X 2016
-./bin/tests/system/win32/feature-test.vcxproj.filters.in X 2016
-./bin/tests/system/win32/feature-test.vcxproj.in X 2016,2017
-./bin/tests/system/win32/feature-test.vcxproj.user X 2016
-./bin/tests/system/win32/gencheck.dsp.in X 2016
-./bin/tests/system/win32/gencheck.dsw X 2016
-./bin/tests/system/win32/gencheck.mak.in X 2016
-./bin/tests/system/win32/gencheck.vcxproj.filters.in X 2016
-./bin/tests/system/win32/gencheck.vcxproj.in X 2016,2017
-./bin/tests/system/win32/gencheck.vcxproj.user X 2016
-./bin/tests/system/win32/keycreate.dsp.in X 2016
-./bin/tests/system/win32/keycreate.dsw X 2016
-./bin/tests/system/win32/keycreate.mak.in X 2016
-./bin/tests/system/win32/keycreate.vcxproj.filters.in X 2016
-./bin/tests/system/win32/keycreate.vcxproj.in X 2016,2017
-./bin/tests/system/win32/keycreate.vcxproj.user X 2016
-./bin/tests/system/win32/keydelete.dsp.in X 2016
-./bin/tests/system/win32/keydelete.dsw X 2016
-./bin/tests/system/win32/keydelete.mak.in X 2016
-./bin/tests/system/win32/keydelete.vcxproj.filters.in X 2016
-./bin/tests/system/win32/keydelete.vcxproj.in X 2016,2017
-./bin/tests/system/win32/keydelete.vcxproj.user X 2016
-./bin/tests/system/win32/lwtest.dsp.in X 2016
-./bin/tests/system/win32/lwtest.dsw X 2016
-./bin/tests/system/win32/lwtest.mak.in X 2016
-./bin/tests/system/win32/lwtest.vcxproj.filters.in X 2016
-./bin/tests/system/win32/lwtest.vcxproj.in X 2016,2017
-./bin/tests/system/win32/lwtest.vcxproj.user X 2016
-./bin/tests/system/win32/pipequeries.dsp.in X 2016
-./bin/tests/system/win32/pipequeries.dsw X 2016
-./bin/tests/system/win32/pipequeries.mak.in X 2016
-./bin/tests/system/win32/pipequeries.vcxproj.filters.in X 2016
-./bin/tests/system/win32/pipequeries.vcxproj.in X 2016,2017
-./bin/tests/system/win32/pipequeries.vcxproj.user X 2016
-./bin/tests/system/xfer/ans5/badkeydata X 2011
-./bin/tests/system/xfer/ans5/goodaxfr X 2011
-./bin/tests/system/xfer/ans5/partial X 2011
-./bin/tests/system/xfer/ans5/unknownkey X 2011
-./bin/tests/system/xfer/ans5/unsigned X 2011
-./bin/tests/system/xfer/ans5/wrongkey X 2011
+./bin/tests/system/win32/bigkey.dsp.in X 2016,2018
+./bin/tests/system/win32/bigkey.dsw X 2016,2018
+./bin/tests/system/win32/bigkey.mak.in X 2016,2018
+./bin/tests/system/win32/bigkey.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/bigkey.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/bigkey.vcxproj.user X 2016,2018
+./bin/tests/system/win32/feature-test.dsp.in X 2016,2018
+./bin/tests/system/win32/feature-test.dsw X 2016,2018
+./bin/tests/system/win32/feature-test.mak.in X 2016,2018
+./bin/tests/system/win32/feature-test.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/feature-test.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/feature-test.vcxproj.user X 2016,2018
+./bin/tests/system/win32/gencheck.dsp.in X 2016,2018
+./bin/tests/system/win32/gencheck.dsw X 2016,2018
+./bin/tests/system/win32/gencheck.mak.in X 2016,2018
+./bin/tests/system/win32/gencheck.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/gencheck.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/gencheck.vcxproj.user X 2016,2018
+./bin/tests/system/win32/keycreate.dsp.in X 2016,2018
+./bin/tests/system/win32/keycreate.dsw X 2016,2018
+./bin/tests/system/win32/keycreate.mak.in X 2016,2018
+./bin/tests/system/win32/keycreate.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/keycreate.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/keycreate.vcxproj.user X 2016,2018
+./bin/tests/system/win32/keydelete.dsp.in X 2016,2018
+./bin/tests/system/win32/keydelete.dsw X 2016,2018
+./bin/tests/system/win32/keydelete.mak.in X 2016,2018
+./bin/tests/system/win32/keydelete.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/keydelete.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/keydelete.vcxproj.user X 2016,2018
+./bin/tests/system/win32/lwtest.dsp.in X 2016,2018
+./bin/tests/system/win32/lwtest.dsw X 2016,2018
+./bin/tests/system/win32/lwtest.mak.in X 2016,2018
+./bin/tests/system/win32/lwtest.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/lwtest.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/lwtest.vcxproj.user X 2016,2018
+./bin/tests/system/win32/pipequeries.dsp.in X 2016,2018
+./bin/tests/system/win32/pipequeries.dsw X 2016,2018
+./bin/tests/system/win32/pipequeries.mak.in X 2016,2018
+./bin/tests/system/win32/pipequeries.vcxproj.filters.in X 2016,2018
+./bin/tests/system/win32/pipequeries.vcxproj.in X 2016,2017,2018
+./bin/tests/system/win32/pipequeries.vcxproj.user X 2016,2018
+./bin/tests/system/xfer/ans5/badkeydata X 2011,2018
+./bin/tests/system/xfer/ans5/goodaxfr X 2011,2018
+./bin/tests/system/xfer/ans5/partial X 2011,2018
+./bin/tests/system/xfer/ans5/unknownkey X 2011,2018
+./bin/tests/system/xfer/ans5/unsigned X 2011,2018
+./bin/tests/system/xfer/ans5/wrongkey X 2011,2018
./bin/tests/system/xfer/clean.sh SH 2000,2001,2004,2007,2011,2012,2013,2014,2015,2016,2018
-./bin/tests/system/xfer/dig1.good X 2000,2001,2003,2004,2009,2011,2012,2013,2014,2015,2016,2017
-./bin/tests/system/xfer/dig2.good X 2000,2001,2003,2004,2009,2011,2012,2013,2014,2015,2016,2017
-./bin/tests/system/xfer/knowngood.mapped X 2016
-./bin/tests/system/xfer/ns1/axfr-too-big.db ZONE 2016
-./bin/tests/system/xfer/ns1/ixfr-too-big.db.in ZONE 2016
+./bin/tests/system/xfer/dig1.good X 2000,2001,2003,2004,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/tests/system/xfer/dig2.good X 2000,2001,2003,2004,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./bin/tests/system/xfer/knowngood.mapped X 2016,2018
+./bin/tests/system/xfer/ns1/axfr-too-big.db ZONE 2016,2018
+./bin/tests/system/xfer/ns1/ixfr-too-big.db.in ZONE 2016,2018
./bin/tests/system/xfer/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/xfer/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/xfer/ns2/mapped.db.in ZONE 2016
+./bin/tests/system/xfer/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/xfer/ns2/mapped.db.in ZONE 2016,2018
./bin/tests/system/xfer/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/xfer/ns2/slave.db.in ZONE 2013,2016
+./bin/tests/system/xfer/ns2/slave.db.in ZONE 2013,2016,2018
./bin/tests/system/xfer/ns3/named.conf.in CONF-C 2018
./bin/tests/system/xfer/ns4/named.conf.base CONF-C 2011,2013,2016,2018
-./bin/tests/system/xfer/ns4/root.db.in ZONE 2011,2016
+./bin/tests/system/xfer/ns4/root.db.in ZONE 2011,2016,2018
./bin/tests/system/xfer/ns6/named.conf.in CONF-C 2018
./bin/tests/system/xfer/ns7/named.conf.in CONF-C 2018
-./bin/tests/system/xfer/ns8/.gitignore X 2015
-./bin/tests/system/xfer/ns8/example.db ZONE 2015,2016
+./bin/tests/system/xfer/ns8/.gitignore X 2015,2018
+./bin/tests/system/xfer/ns8/example.db ZONE 2015,2016,2018
./bin/tests/system/xfer/ns8/named.conf.in CONF-C 2018
./bin/tests/system/xfer/prereq.sh SH 2011,2012,2014,2016,2018
./bin/tests/system/xfer/setup.sh SH 2001,2002,2004,2007,2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/xfer/tests.sh SH 2000,2001,2004,2005,2007,2011,2012,2013,2014,2015,2016,2018
./bin/tests/system/xferquota/clean.sh SH 2000,2001,2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000,2001,2004,2007,2016
+./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000,2001,2004,2007,2016,2018
./bin/tests/system/xferquota/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/xferquota/ns1/root.db ZONE 2000,2001,2004,2007,2016
-./bin/tests/system/xferquota/ns2/example.db ZONE 2000,2001,2002,2003,2004,2007,2009,2016
+./bin/tests/system/xferquota/ns1/root.db ZONE 2000,2001,2004,2007,2016,2018
+./bin/tests/system/xferquota/ns2/example.db ZONE 2000,2001,2002,2003,2004,2007,2009,2016,2018
./bin/tests/system/xferquota/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/xferquota/setup.pl PERL 2000,2001,2004,2007,2011,2012,2016
+./bin/tests/system/xferquota/setup.pl PERL 2000,2001,2004,2007,2011,2012,2016,2018
./bin/tests/system/xferquota/setup.sh SH 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/xferquota/tests.sh SH 2000,2001,2004,2007,2012,2016,2018
./bin/tests/system/zero/ans5/ans.pl PERL 2016,2018
./bin/tests/system/zero/clean.sh SH 2013,2014,2015,2016,2018
./bin/tests/system/zero/ns1/named.conf.in CONF-C 2018
-./bin/tests/system/zero/ns1/root.db ZONE 2013,2016
+./bin/tests/system/zero/ns1/root.db ZONE 2013,2016,2018
./bin/tests/system/zero/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/zero/ns2/tld.db ZONE 2016
+./bin/tests/system/zero/ns2/tld.db ZONE 2016,2018
./bin/tests/system/zero/ns3/named.conf.in CONF-C 2018
-./bin/tests/system/zero/ns3/root.hint ZONE 2013,2016
+./bin/tests/system/zero/ns3/root.hint ZONE 2013,2016,2018
./bin/tests/system/zero/ns4/named.conf.in CONF-C 2018
-./bin/tests/system/zero/ns4/one.tld.db ZONE 2016
+./bin/tests/system/zero/ns4/one.tld.db ZONE 2016,2018
./bin/tests/system/zero/setup.sh SH 2013,2014,2016,2018
./bin/tests/system/zero/tests.sh SH 2013,2016,2017,2018
-./bin/tests/system/zonechecks/a.db ZONE 2004,2007,2016
-./bin/tests/system/zonechecks/aaaa.db ZONE 2004,2007,2016
-./bin/tests/system/zonechecks/bigserial.db ZONE 2015,2016
+./bin/tests/system/zonechecks/a.db ZONE 2004,2007,2016,2018
+./bin/tests/system/zonechecks/aaaa.db ZONE 2004,2007,2016,2018
+./bin/tests/system/zonechecks/bigserial.db ZONE 2015,2016,2018
./bin/tests/system/zonechecks/clean.sh SH 2004,2007,2012,2014,2015,2016,2018
-./bin/tests/system/zonechecks/cname.db ZONE 2004,2007,2016
-./bin/tests/system/zonechecks/dname.db ZONE 2004,2007,2016
-./bin/tests/system/zonechecks/noaddress.db ZONE 2004,2007,2016
+./bin/tests/system/zonechecks/cname.db ZONE 2004,2007,2016,2018
+./bin/tests/system/zonechecks/dname.db ZONE 2004,2007,2016,2018
+./bin/tests/system/zonechecks/noaddress.db ZONE 2004,2007,2016,2018
./bin/tests/system/zonechecks/ns1/named.conf.in CONF-C 2018
./bin/tests/system/zonechecks/ns2/named.conf.in CONF-C 2018
-./bin/tests/system/zonechecks/nxdomain.db ZONE 2004,2007,2016
-./bin/tests/system/zonechecks/prereq.sh SH 2014,2016
+./bin/tests/system/zonechecks/nxdomain.db ZONE 2004,2007,2016,2018
+./bin/tests/system/zonechecks/prereq.sh SH 2014,2016,2018
./bin/tests/system/zonechecks/setup.sh SH 2012,2013,2014,2015,2016,2018
./bin/tests/system/zonechecks/tests.sh SH 2004,2007,2009,2012,2013,2014,2015,2016,2018
./bin/tests/testdata/wire/wire_test.data X 1999,2000,2001,2018
./bin/tests/testdata/wire/wire_test.data2 X 1999,2000,2001,2018
./bin/tests/testdata/wire/wire_test.data3 X 1999,2000,2001,2018
./bin/tests/testdata/wire/wire_test.data4 X 1999,2000,2001,2018
-./bin/tests/virtual-time/Makefile.in MAKE 2010,2012,2016
-./bin/tests/virtual-time/README TXT.BRIEF 2010,2016
-./bin/tests/virtual-time/autosign-ksk/clean.sh SH 2010,2012,2015,2016
-./bin/tests/virtual-time/autosign-ksk/ns1/example.db.in ZONE 2010,2016
-./bin/tests/virtual-time/autosign-ksk/ns1/named.conf CONF-C 2010,2016
-./bin/tests/virtual-time/autosign-ksk/ns1/root.db ZONE 2010,2016
-./bin/tests/virtual-time/autosign-ksk/ns1/sign.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-ksk/ns1/wrap.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-ksk/setup.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-ksk/tests.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-zsk/clean.sh SH 2010,2012,2015,2016
-./bin/tests/virtual-time/autosign-zsk/ns1/example.db.in ZONE 2010,2016
-./bin/tests/virtual-time/autosign-zsk/ns1/named.conf CONF-C 2010,2016
-./bin/tests/virtual-time/autosign-zsk/ns1/root.db ZONE 2010,2016
-./bin/tests/virtual-time/autosign-zsk/ns1/sign.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-zsk/ns1/wrap.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-zsk/setup.sh SH 2010,2012,2016
-./bin/tests/virtual-time/autosign-zsk/tests.sh SH 2010,2012,2016
-./bin/tests/virtual-time/cleanall.sh SH 2010,2012,2016
-./bin/tests/virtual-time/common/controls.conf CONF-C 2010,2016
-./bin/tests/virtual-time/common/rndc.conf CONF-C 2010,2016
-./bin/tests/virtual-time/common/root.hint ZONE 2010,2016
-./bin/tests/virtual-time/conf.sh.in SH 2010,2012,2016
-./bin/tests/virtual-time/run.sh SH 2010,2012,2016
-./bin/tests/virtual-time/runall.sh SH 2010,2012,2016
-./bin/tests/virtual-time/setup.sh SH 2010,2012,2016
-./bin/tests/virtual-time/slave/clean.sh SH 2010,2012,2015,2016
-./bin/tests/virtual-time/slave/ns1/example.db.in ZONE 2010,2016
-./bin/tests/virtual-time/slave/ns1/named.conf CONF-C 2010,2016
-./bin/tests/virtual-time/slave/ns1/root.db ZONE 2010,2016
-./bin/tests/virtual-time/slave/ns1/wrap.sh SH 2010,2012,2016
-./bin/tests/virtual-time/slave/setup.sh SH 2010,2012,2016
-./bin/tests/virtual-time/slave/tests.sh SH 2010,2012,2016
-./bin/tests/virtual-time/start.pl PERL 2010,2012,2015,2016
-./bin/tests/virtual-time/start.sh SH 2010,2012,2016
-./bin/tests/virtual-time/stop.pl PERL 2010,2012,2016
-./bin/tests/virtual-time/stop.sh SH 2010,2012,2016
-./bin/tests/virtual-time/testsock.pl PERL 2010,2012,2016
-./bin/tests/virtual-time/vtwrapper.c C 2010,2016
-./bin/tests/win32/backtrace_test.dsp.in X 2013
-./bin/tests/win32/backtrace_test.dsw X 2013
-./bin/tests/win32/backtrace_test.mak.in X 2013
-./bin/tests/win32/backtrace_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/backtrace_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/backtrace_test.vcxproj.user X 2013
-./bin/tests/win32/inter_test.dsp.in X 2013
-./bin/tests/win32/inter_test.dsw X 2013
-./bin/tests/win32/inter_test.mak.in X 2013
-./bin/tests/win32/inter_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/inter_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/inter_test.vcxproj.user X 2013
-./bin/tests/win32/makejournal.dsp.in X 2016
-./bin/tests/win32/makejournal.dsw X 2016
-./bin/tests/win32/makejournal.mak.in X 2016
-./bin/tests/win32/makejournal.vcxproj.filters.in X 2016
-./bin/tests/win32/makejournal.vcxproj.in X 2016,2017
-./bin/tests/win32/makejournal.vcxproj.user X 2016
-./bin/tests/win32/rwlock_test.dsp.in X 2013
-./bin/tests/win32/rwlock_test.dsw X 2013
-./bin/tests/win32/rwlock_test.mak.in X 2013
-./bin/tests/win32/rwlock_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/rwlock_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/rwlock_test.vcxproj.user X 2013
-./bin/tests/win32/shutdown_test.dsp.in X 2013
-./bin/tests/win32/shutdown_test.dsw X 2013
-./bin/tests/win32/shutdown_test.mak.in X 2013
-./bin/tests/win32/shutdown_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/shutdown_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/shutdown_test.vcxproj.user X 2013
-./bin/tests/win32/sock_test.dsp.in X 2013
-./bin/tests/win32/sock_test.dsw X 2013
-./bin/tests/win32/sock_test.mak.in X 2013
-./bin/tests/win32/sock_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/sock_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/sock_test.vcxproj.user X 2013
-./bin/tests/win32/task_test.dsp.in X 2013
-./bin/tests/win32/task_test.dsw X 2013
-./bin/tests/win32/task_test.mak.in X 2013
-./bin/tests/win32/task_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/task_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/task_test.vcxproj.user X 2013
-./bin/tests/win32/timer_test.dsp.in X 2013
-./bin/tests/win32/timer_test.dsw X 2013
-./bin/tests/win32/timer_test.mak.in X 2013
-./bin/tests/win32/timer_test.vcxproj.filters.in X 2013,2015
-./bin/tests/win32/timer_test.vcxproj.in X 2013,2015,2016,2017
-./bin/tests/win32/timer_test.vcxproj.user X 2013
-./bin/tests/wire_test.c C 1999,2000,2001,2004,2005,2007,2015,2016
-./bin/tools/.gitignore X 2012,2014,2015,2016
-./bin/tools/Makefile.in MAKE 2009,2010,2012,2013,2014,2015,2016,2017
+./bin/tests/virtual-time/Makefile.in MAKE 2010,2012,2016,2018
+./bin/tests/virtual-time/README TXT.BRIEF 2010,2016,2018
+./bin/tests/virtual-time/autosign-ksk/clean.sh SH 2010,2012,2015,2016,2018
+./bin/tests/virtual-time/autosign-ksk/ns1/example.db.in ZONE 2010,2016,2018
+./bin/tests/virtual-time/autosign-ksk/ns1/named.conf CONF-C 2010,2016,2018
+./bin/tests/virtual-time/autosign-ksk/ns1/root.db ZONE 2010,2016,2018
+./bin/tests/virtual-time/autosign-ksk/ns1/sign.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-ksk/ns1/wrap.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-ksk/setup.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-ksk/tests.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-zsk/clean.sh SH 2010,2012,2015,2016,2018
+./bin/tests/virtual-time/autosign-zsk/ns1/example.db.in ZONE 2010,2016,2018
+./bin/tests/virtual-time/autosign-zsk/ns1/named.conf CONF-C 2010,2016,2018
+./bin/tests/virtual-time/autosign-zsk/ns1/root.db ZONE 2010,2016,2018
+./bin/tests/virtual-time/autosign-zsk/ns1/sign.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-zsk/ns1/wrap.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-zsk/setup.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/autosign-zsk/tests.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/cleanall.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/common/controls.conf CONF-C 2010,2016,2018
+./bin/tests/virtual-time/common/rndc.conf CONF-C 2010,2016,2018
+./bin/tests/virtual-time/common/root.hint ZONE 2010,2016,2018
+./bin/tests/virtual-time/conf.sh.in SH 2010,2012,2016,2018
+./bin/tests/virtual-time/run.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/runall.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/setup.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/slave/clean.sh SH 2010,2012,2015,2016,2018
+./bin/tests/virtual-time/slave/ns1/example.db.in ZONE 2010,2016,2018
+./bin/tests/virtual-time/slave/ns1/named.conf CONF-C 2010,2016,2018
+./bin/tests/virtual-time/slave/ns1/root.db ZONE 2010,2016,2018
+./bin/tests/virtual-time/slave/ns1/wrap.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/slave/setup.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/slave/tests.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/start.pl PERL 2010,2012,2015,2016,2018
+./bin/tests/virtual-time/start.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/stop.pl PERL 2010,2012,2016,2018
+./bin/tests/virtual-time/stop.sh SH 2010,2012,2016,2018
+./bin/tests/virtual-time/testsock.pl PERL 2010,2012,2016,2018
+./bin/tests/virtual-time/vtwrapper.c C 2010,2016,2018
+./bin/tests/win32/backtrace_test.dsp.in X 2013,2018
+./bin/tests/win32/backtrace_test.dsw X 2013,2018
+./bin/tests/win32/backtrace_test.mak.in X 2013,2018
+./bin/tests/win32/backtrace_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/backtrace_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/backtrace_test.vcxproj.user X 2013,2018
+./bin/tests/win32/inter_test.dsp.in X 2013,2018
+./bin/tests/win32/inter_test.dsw X 2013,2018
+./bin/tests/win32/inter_test.mak.in X 2013,2018
+./bin/tests/win32/inter_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/inter_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/inter_test.vcxproj.user X 2013,2018
+./bin/tests/win32/makejournal.dsp.in X 2016,2018
+./bin/tests/win32/makejournal.dsw X 2016,2018
+./bin/tests/win32/makejournal.mak.in X 2016,2018
+./bin/tests/win32/makejournal.vcxproj.filters.in X 2016,2018
+./bin/tests/win32/makejournal.vcxproj.in X 2016,2017,2018
+./bin/tests/win32/makejournal.vcxproj.user X 2016,2018
+./bin/tests/win32/rwlock_test.dsp.in X 2013,2018
+./bin/tests/win32/rwlock_test.dsw X 2013,2018
+./bin/tests/win32/rwlock_test.mak.in X 2013,2018
+./bin/tests/win32/rwlock_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/rwlock_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/rwlock_test.vcxproj.user X 2013,2018
+./bin/tests/win32/shutdown_test.dsp.in X 2013,2018
+./bin/tests/win32/shutdown_test.dsw X 2013,2018
+./bin/tests/win32/shutdown_test.mak.in X 2013,2018
+./bin/tests/win32/shutdown_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/shutdown_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/shutdown_test.vcxproj.user X 2013,2018
+./bin/tests/win32/sock_test.dsp.in X 2013,2018
+./bin/tests/win32/sock_test.dsw X 2013,2018
+./bin/tests/win32/sock_test.mak.in X 2013,2018
+./bin/tests/win32/sock_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/sock_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/sock_test.vcxproj.user X 2013,2018
+./bin/tests/win32/task_test.dsp.in X 2013,2018
+./bin/tests/win32/task_test.dsw X 2013,2018
+./bin/tests/win32/task_test.mak.in X 2013,2018
+./bin/tests/win32/task_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/task_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/task_test.vcxproj.user X 2013,2018
+./bin/tests/win32/timer_test.dsp.in X 2013,2018
+./bin/tests/win32/timer_test.dsw X 2013,2018
+./bin/tests/win32/timer_test.mak.in X 2013,2018
+./bin/tests/win32/timer_test.vcxproj.filters.in X 2013,2015,2018
+./bin/tests/win32/timer_test.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tests/win32/timer_test.vcxproj.user X 2013,2018
+./bin/tests/wire_test.c C 1999,2000,2001,2004,2005,2007,2015,2016,2018
+./bin/tools/.gitignore X 2012,2014,2015,2016,2018
+./bin/tools/Makefile.in MAKE 2009,2010,2012,2013,2014,2015,2016,2017,2018
./bin/tools/arpaname.1 MAN DOCBOOK
-./bin/tools/arpaname.c C 2009,2015,2016
-./bin/tools/arpaname.docbook SGML 2009,2014,2015,2016
+./bin/tools/arpaname.c C 2009,2015,2016,2018
+./bin/tools/arpaname.docbook SGML 2009,2014,2015,2016,2018
./bin/tools/arpaname.html HTML DOCBOOK
./bin/tools/dnstap-read.1 MAN DOCBOOK
./bin/tools/dnstap-read.c C 2015,2016,2018
-./bin/tools/dnstap-read.docbook SGML 2015,2016
+./bin/tools/dnstap-read.docbook SGML 2015,2016,2018
./bin/tools/dnstap-read.html HTML DOCBOOK
./bin/tools/genrandom.8 MAN DOCBOOK
-./bin/tools/genrandom.c C 2000,2001,2002,2003,2004,2005,2007,2009,2010,2012,2014,2016
-./bin/tools/genrandom.docbook SGML 2009,2010,2011,2014,2015,2016
+./bin/tools/genrandom.c C 2000,2001,2002,2003,2004,2005,2007,2009,2010,2012,2014,2016,2018
+./bin/tools/genrandom.docbook SGML 2009,2010,2011,2014,2015,2016,2018
./bin/tools/genrandom.html HTML DOCBOOK
./bin/tools/isc-hmac-fixup.8 MAN DOCBOOK
-./bin/tools/isc-hmac-fixup.c C 2010,2014,2015,2016
-./bin/tools/isc-hmac-fixup.docbook SGML 2010,2013,2014,2015,2016,2017
+./bin/tools/isc-hmac-fixup.c C 2010,2014,2015,2016,2018
+./bin/tools/isc-hmac-fixup.docbook SGML 2010,2013,2014,2015,2016,2017,2018
./bin/tools/isc-hmac-fixup.html HTML DOCBOOK
./bin/tools/mdig.1 MAN DOCBOOK
./bin/tools/mdig.c C 2015,2016,2017,2018
-./bin/tools/mdig.docbook SGML 2015,2016,2017
+./bin/tools/mdig.docbook SGML 2015,2016,2017,2018
./bin/tools/mdig.html HTML DOCBOOK
./bin/tools/named-journalprint.8 MAN DOCBOOK
-./bin/tools/named-journalprint.c C 2000,2001,2004,2005,2006,2007,2008,2009,2015,2016
-./bin/tools/named-journalprint.docbook SGML 2009,2014,2015,2016,2017
+./bin/tools/named-journalprint.c C 2000,2001,2004,2005,2006,2007,2008,2009,2015,2016,2018
+./bin/tools/named-journalprint.docbook SGML 2009,2014,2015,2016,2017,2018
./bin/tools/named-journalprint.html HTML DOCBOOK
./bin/tools/named-nzd2nzf.8 MAN DOCBOOK
-./bin/tools/named-nzd2nzf.c C 2016,2017
-./bin/tools/named-nzd2nzf.docbook SGML 2016
+./bin/tools/named-nzd2nzf.c C 2016,2017,2018
+./bin/tools/named-nzd2nzf.docbook SGML 2016,2018
./bin/tools/named-nzd2nzf.html HTML DOCBOOK
./bin/tools/named-rrchecker.1 MAN DOCBOOK
-./bin/tools/named-rrchecker.c C 2013,2015,2016,2017
-./bin/tools/named-rrchecker.docbook SGML 2013,2014,2015,2016
+./bin/tools/named-rrchecker.c C 2013,2015,2016,2017,2018
+./bin/tools/named-rrchecker.docbook SGML 2013,2014,2015,2016,2018
./bin/tools/named-rrchecker.html HTML DOCBOOK
./bin/tools/nsec3hash.8 MAN DOCBOOK
-./bin/tools/nsec3hash.c C 2006,2008,2009,2011,2014,2016
-./bin/tools/nsec3hash.docbook SGML 2009,2014,2015,2016
+./bin/tools/nsec3hash.c C 2006,2008,2009,2011,2014,2016,2018
+./bin/tools/nsec3hash.docbook SGML 2009,2014,2015,2016,2018
./bin/tools/nsec3hash.html HTML DOCBOOK
-./bin/tools/win32/arpaname.dsp.in X 2009,2013
-./bin/tools/win32/arpaname.dsw X 2009
-./bin/tools/win32/arpaname.mak.in X 2009,2013
-./bin/tools/win32/arpaname.vcxproj.filters.in X 2013,2015
-./bin/tools/win32/arpaname.vcxproj.in X 2013,2015,2016,2017
-./bin/tools/win32/arpaname.vcxproj.user X 2013
-./bin/tools/win32/genrandom.dsp.in X 2009,2013
-./bin/tools/win32/genrandom.dsw X 2009
-./bin/tools/win32/genrandom.mak.in X 2009,2013
-./bin/tools/win32/genrandom.vcxproj.filters.in X 2013,2015
-./bin/tools/win32/genrandom.vcxproj.in X 2013,2015,2016,2017
-./bin/tools/win32/genrandom.vcxproj.user X 2013
-./bin/tools/win32/ischmacfixup.dsp.in X 2010,2013,2014,2016
-./bin/tools/win32/ischmacfixup.dsw X 2010
-./bin/tools/win32/ischmacfixup.mak.in X 2010,2013,2014,2016
-./bin/tools/win32/ischmacfixup.vcxproj.filters.in X 2013,2015
-./bin/tools/win32/ischmacfixup.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/tools/win32/ischmacfixup.vcxproj.user X 2013
-./bin/tools/win32/journalprint.dsp.in X 2009,2013
-./bin/tools/win32/journalprint.dsw X 2009
-./bin/tools/win32/journalprint.mak.in X 2009,2010,2013
-./bin/tools/win32/journalprint.vcxproj.filters.in X 2013,2015
-./bin/tools/win32/journalprint.vcxproj.in X 2013,2015,2016,2017
-./bin/tools/win32/journalprint.vcxproj.user X 2013
-./bin/tools/win32/mdig.dsp.in X 2015,2016
-./bin/tools/win32/mdig.dsw X 2015
-./bin/tools/win32/mdig.mak.in X 2015,2016
-./bin/tools/win32/mdig.vcxproj.filters.in X 2015
-./bin/tools/win32/mdig.vcxproj.in X 2015,2016,2017
-./bin/tools/win32/mdig.vcxproj.user X 2015
-./bin/tools/win32/nsec3hash.dsp.in X 2009,2013,2014,2016
-./bin/tools/win32/nsec3hash.dsw X 2009
-./bin/tools/win32/nsec3hash.mak.in X 2009,2013,2014,2016
-./bin/tools/win32/nsec3hash.vcxproj.filters.in X 2013,2015
-./bin/tools/win32/nsec3hash.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/tools/win32/nsec3hash.vcxproj.user X 2013
-./bin/tools/win32/rrchecker.dsp.in X 2013
-./bin/tools/win32/rrchecker.dsw X 2013
-./bin/tools/win32/rrchecker.mak.in X 2013
-./bin/tools/win32/rrchecker.vcxproj.filters.in X 2013,2015
-./bin/tools/win32/rrchecker.vcxproj.in X 2013,2014,2015,2016,2017
-./bin/tools/win32/rrchecker.vcxproj.user X 2013
-./bin/win32/BINDInstall/AccountInfo.cpp C.PORTION 2001,2002,2004,2007,2009,2013,2016,2017
-./bin/win32/BINDInstall/AccountInfo.h C 2001,2004,2007,2016
-./bin/win32/BINDInstall/BINDInstall.cpp C.PORTION 2001,2004,2007,2009,2016
-./bin/win32/BINDInstall/BINDInstall.dsp.in X 2001,2007,2009,2013,2014
-./bin/win32/BINDInstall/BINDInstall.dsw X 2001
-./bin/win32/BINDInstall/BINDInstall.h C.PORTION 2001,2004,2007,2016
-./bin/win32/BINDInstall/BINDInstall.mak.in X 2001,2006,2007,2009,2013,2014
-./bin/win32/BINDInstall/BINDInstall.rc X 2001,2005,2009,2014
-./bin/win32/BINDInstall/BINDInstall.vcxproj.filters.in X 2013,2015
-./bin/win32/BINDInstall/BINDInstall.vcxproj.in X 2013,2014,2015,2016
-./bin/win32/BINDInstall/BINDInstall.vcxproj.user X 2013
-./bin/win32/BINDInstall/BINDInstallDlg.cpp C.PORTION 2001,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2017
-./bin/win32/BINDInstall/BINDInstallDlg.h C.PORTION 2001,2004,2007,2009,2015,2016,2017
-./bin/win32/BINDInstall/DirBrowse.cpp C.PORTION 2001,2004,2007,2016
-./bin/win32/BINDInstall/DirBrowse.h C.PORTION 2001,2004,2007,2016
-./bin/win32/BINDInstall/StdAfx.cpp X 2001
-./bin/win32/BINDInstall/StdAfx.h X 2001,2006,2011,2013
+./bin/tools/win32/arpaname.dsp.in X 2009,2013,2018
+./bin/tools/win32/arpaname.dsw X 2009,2018
+./bin/tools/win32/arpaname.mak.in X 2009,2013,2018
+./bin/tools/win32/arpaname.vcxproj.filters.in X 2013,2015,2018
+./bin/tools/win32/arpaname.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tools/win32/arpaname.vcxproj.user X 2013,2018
+./bin/tools/win32/genrandom.dsp.in X 2009,2013,2018
+./bin/tools/win32/genrandom.dsw X 2009,2018
+./bin/tools/win32/genrandom.mak.in X 2009,2013,2018
+./bin/tools/win32/genrandom.vcxproj.filters.in X 2013,2015,2018
+./bin/tools/win32/genrandom.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tools/win32/genrandom.vcxproj.user X 2013,2018
+./bin/tools/win32/ischmacfixup.dsp.in X 2010,2013,2014,2016,2018
+./bin/tools/win32/ischmacfixup.dsw X 2010,2018
+./bin/tools/win32/ischmacfixup.mak.in X 2010,2013,2014,2016,2018
+./bin/tools/win32/ischmacfixup.vcxproj.filters.in X 2013,2015,2018
+./bin/tools/win32/ischmacfixup.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/tools/win32/ischmacfixup.vcxproj.user X 2013,2018
+./bin/tools/win32/journalprint.dsp.in X 2009,2013,2018
+./bin/tools/win32/journalprint.dsw X 2009,2018
+./bin/tools/win32/journalprint.mak.in X 2009,2010,2013,2018
+./bin/tools/win32/journalprint.vcxproj.filters.in X 2013,2015,2018
+./bin/tools/win32/journalprint.vcxproj.in X 2013,2015,2016,2017,2018
+./bin/tools/win32/journalprint.vcxproj.user X 2013,2018
+./bin/tools/win32/mdig.dsp.in X 2015,2016,2018
+./bin/tools/win32/mdig.dsw X 2015,2018
+./bin/tools/win32/mdig.mak.in X 2015,2016,2018
+./bin/tools/win32/mdig.vcxproj.filters.in X 2015,2018
+./bin/tools/win32/mdig.vcxproj.in X 2015,2016,2017,2018
+./bin/tools/win32/mdig.vcxproj.user X 2015,2018
+./bin/tools/win32/nsec3hash.dsp.in X 2009,2013,2014,2016,2018
+./bin/tools/win32/nsec3hash.dsw X 2009,2018
+./bin/tools/win32/nsec3hash.mak.in X 2009,2013,2014,2016,2018
+./bin/tools/win32/nsec3hash.vcxproj.filters.in X 2013,2015,2018
+./bin/tools/win32/nsec3hash.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/tools/win32/nsec3hash.vcxproj.user X 2013,2018
+./bin/tools/win32/rrchecker.dsp.in X 2013,2018
+./bin/tools/win32/rrchecker.dsw X 2013,2018
+./bin/tools/win32/rrchecker.mak.in X 2013,2018
+./bin/tools/win32/rrchecker.vcxproj.filters.in X 2013,2015,2018
+./bin/tools/win32/rrchecker.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./bin/tools/win32/rrchecker.vcxproj.user X 2013,2018
+./bin/win32/BINDInstall/AccountInfo.cpp C.PORTION 2001,2002,2004,2007,2009,2013,2016,2017,2018
+./bin/win32/BINDInstall/AccountInfo.h C 2001,2004,2007,2016,2018
+./bin/win32/BINDInstall/BINDInstall.cpp C.PORTION 2001,2004,2007,2009,2016,2018
+./bin/win32/BINDInstall/BINDInstall.dsp.in X 2001,2007,2009,2013,2014,2018
+./bin/win32/BINDInstall/BINDInstall.dsw X 2001,2018
+./bin/win32/BINDInstall/BINDInstall.h C.PORTION 2001,2004,2007,2016,2018
+./bin/win32/BINDInstall/BINDInstall.mak.in X 2001,2006,2007,2009,2013,2014,2018
+./bin/win32/BINDInstall/BINDInstall.rc X 2001,2005,2009,2014,2018
+./bin/win32/BINDInstall/BINDInstall.vcxproj.filters.in X 2013,2015,2018
+./bin/win32/BINDInstall/BINDInstall.vcxproj.in X 2013,2014,2015,2016,2018
+./bin/win32/BINDInstall/BINDInstall.vcxproj.user X 2013,2018
+./bin/win32/BINDInstall/BINDInstallDlg.cpp C.PORTION 2001,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2017,2018
+./bin/win32/BINDInstall/BINDInstallDlg.h C.PORTION 2001,2004,2007,2009,2015,2016,2017,2018
+./bin/win32/BINDInstall/DirBrowse.cpp C.PORTION 2001,2004,2007,2016,2018
+./bin/win32/BINDInstall/DirBrowse.h C.PORTION 2001,2004,2007,2016,2018
+./bin/win32/BINDInstall/StdAfx.cpp X 2001,2018
+./bin/win32/BINDInstall/StdAfx.h X 2001,2006,2011,2013,2018
./bin/win32/BINDInstall/VersionInfo.cpp X 2001,2008,2015,2017,2018
-./bin/win32/BINDInstall/VersionInfo.h X 2001
-./bin/win32/BINDInstall/res/BINDInstall.ico X 2001
-./bin/win32/BINDInstall/res/BINDInstall.rc2 X 2001
-./bin/win32/BINDInstall/resource.h X 2001,2005,2009
-./bind.keys X 2009,2010,2011,2017
-./bind.keys.h X 2009,2010,2011,2012,2014,2017
-./config.guess X 1998,1999,2000,2001,2004,2009,2013
+./bin/win32/BINDInstall/VersionInfo.h X 2001,2018
+./bin/win32/BINDInstall/res/BINDInstall.ico X 2001,2018
+./bin/win32/BINDInstall/res/BINDInstall.rc2 X 2001,2018
+./bin/win32/BINDInstall/resource.h X 2001,2005,2009,2018
+./bind.keys X 2009,2010,2011,2017,2018
+./bind.keys.h X 2009,2010,2011,2012,2014,2017,2018
+./config.guess X 1998,1999,2000,2001,2004,2009,2013,2018
./config.h.in X 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./config.h.win32 C 1999,2000,2001,2004,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
-./config.sub X 1998,1999,2000,2001,2004,2013
-./config.threads.in X 2005,2006,2010,2011,2012,2013
+./config.sub X 1998,1999,2000,2001,2004,2013,2018
+./config.threads.in X 2005,2006,2010,2011,2012,2013,2018
./configure X 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./configure.in SH 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./conftools/perllib/dnsconf/DNSConf-macros.h C 2000,2001,2004,2007,2016
-./conftools/perllib/dnsconf/DNSConf.i C 2000,2001,2004,2007,2016
-./conftools/perllib/dnsconf/Makefile.PL PERL 2000,2001,2004,2007,2012,2016
-./conftools/perllib/dnsconf/named1.conf CONF-C 2000,2001,2004,2007,2016
-./conftools/perllib/dnsconf/test.pl PERL 2000,2001,2004,2007,2012,2016
-./contrib/README X 2014,2015,2016,2017
-./contrib/dane/mkdane.sh X 2012
-./contrib/dane/tlsa6698.pem X 2012
-./contrib/dlz/.gitignore X 2014
-./contrib/dlz/bin/.gitignore X 2014
-./contrib/dlz/bin/dlzbdb/Makefile.in X 2005,2007,2009,2011,2012,2015,2016
-./contrib/dlz/bin/dlzbdb/dlzbdb.c X 2005,2016
+./conftools/perllib/dnsconf/DNSConf-macros.h C 2000,2001,2004,2007,2016,2018
+./conftools/perllib/dnsconf/DNSConf.i C 2000,2001,2004,2007,2016,2018
+./conftools/perllib/dnsconf/Makefile.PL PERL 2000,2001,2004,2007,2012,2016,2018
+./conftools/perllib/dnsconf/named1.conf CONF-C 2000,2001,2004,2007,2016,2018
+./conftools/perllib/dnsconf/test.pl PERL 2000,2001,2004,2007,2012,2016,2018
+./contrib/README X 2014,2015,2016,2017,2018
+./contrib/dane/mkdane.sh X 2012,2018
+./contrib/dane/tlsa6698.pem X 2012,2018
+./contrib/dlz/.gitignore X 2014,2018
+./contrib/dlz/bin/.gitignore X 2014,2018
+./contrib/dlz/bin/dlzbdb/Makefile.in X 2005,2007,2009,2011,2012,2015,2016,2018
+./contrib/dlz/bin/dlzbdb/dlzbdb.c X 2005,2016,2018
./contrib/dlz/config.dlz.in X 2005,2006,2008,2010,2011,2014,2016,2017,2018
-./contrib/dlz/drivers/.gitignore X 2012
-./contrib/dlz/drivers/dlz_bdb_driver.c X 2005,2008,2010,2011,2012,2016
-./contrib/dlz/drivers/dlz_bdbhpt_driver.c X 2005,2010,2011,2012,2016
-./contrib/dlz/drivers/dlz_dlopen_driver.c X 2010,2011
-./contrib/dlz/drivers/dlz_drivers.c X 2005,2010,2011
-./contrib/dlz/drivers/dlz_filesystem_driver.c X 2005,2010,2011,2012,2016
-./contrib/dlz/drivers/dlz_ldap_driver.c X 2005,2010,2011,2012,2016
-./contrib/dlz/drivers/dlz_mysql_driver.c X 2005,2007,2009,2010,2011,2012,2016
-./contrib/dlz/drivers/dlz_odbc_driver.c X 2005,2010,2011,2012,2014,2016
-./contrib/dlz/drivers/dlz_postgres_driver.c X 2005,2007,2010,2011,2012,2014,2016
-./contrib/dlz/drivers/dlz_stub_driver.c X 2005,2010,2011,2012,2016
-./contrib/dlz/drivers/include/dlz/dlz_bdb_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_bdbhpt_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_dlopen_driver.h X 2010,2011
-./contrib/dlz/drivers/include/dlz/dlz_drivers.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_filesystem_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_ldap_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_mysql_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_odbc_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_postgres_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/dlz_stub_driver.h X 2005
-./contrib/dlz/drivers/include/dlz/sdlz_helper.h X 2005
-./contrib/dlz/drivers/rules.in X 2005,2010
-./contrib/dlz/drivers/sdlz_helper.c X 2005,2010,2011,2012,2016
-./contrib/dlz/example/Makefile X 2010,2013
-./contrib/dlz/example/README X 2011,2012,2013,2014
-./contrib/dlz/example/dlz_example.c X 2010,2011,2012,2013,2014
-./contrib/dlz/example/named.conf X 2011,2014
-./contrib/dlz/example/win32/DLLMain.c X 2011,2016
-./contrib/dlz/example/win32/dxdriver.def X 2011
-./contrib/dlz/example/win32/dxdriver.dsw X 2011
-./contrib/dlz/modules/bdbhpt/Makefile X 2013
-./contrib/dlz/modules/bdbhpt/README.md X 2013,2015
-./contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c X 2013,2015
-./contrib/dlz/modules/bdbhpt/testing/README X 2015
-./contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl X 2013
-./contrib/dlz/modules/bdbhpt/testing/dns-data.txt X 2013,2015
-./contrib/dlz/modules/bdbhpt/testing/named.conf X 2015
-./contrib/dlz/modules/common/dlz_dbi.c X 2013,2014,2016
-./contrib/dlz/modules/filesystem/Makefile X 2013
-./contrib/dlz/modules/filesystem/dir.c X 2013
-./contrib/dlz/modules/filesystem/dir.h X 2013
-./contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c X 2013,2015,2016
-./contrib/dlz/modules/include/dlz_dbi.h X 2013
-./contrib/dlz/modules/include/dlz_list.h X 2013,2016
-./contrib/dlz/modules/include/dlz_minimal.h X 2013,2014
-./contrib/dlz/modules/include/dlz_pthread.h X 2013,2014,2015
-./contrib/dlz/modules/ldap/Makefile X 2013
-./contrib/dlz/modules/ldap/dlz_ldap_dynamic.c X 2013,2016
-./contrib/dlz/modules/ldap/testing/README X 2013
-./contrib/dlz/modules/ldap/testing/dlz.schema X 2013
-./contrib/dlz/modules/ldap/testing/example.ldif X 2013
-./contrib/dlz/modules/ldap/testing/named.conf X 2013
-./contrib/dlz/modules/ldap/testing/slapd.conf X 2013
-./contrib/dlz/modules/mysql/.gitignore X 2017
-./contrib/dlz/modules/mysql/Makefile.in X 2013,2017
-./contrib/dlz/modules/mysql/dlz_mysql_dynamic.c X 2013,2016
-./contrib/dlz/modules/mysql/testing/README X 2013
-./contrib/dlz/modules/mysql/testing/dlz.data X 2013,2017
-./contrib/dlz/modules/mysql/testing/dlz.schema X 2013
-./contrib/dlz/modules/mysql/testing/named.conf X 2013
-./contrib/dlz/modules/mysqldyn/.gitignore X 2017
-./contrib/dlz/modules/mysqldyn/Makefile.in X 2014,2015,2017
-./contrib/dlz/modules/mysqldyn/README X 2014
-./contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c X 2014,2015
-./contrib/dlz/modules/mysqldyn/testing/README X 2014
-./contrib/dlz/modules/mysqldyn/testing/dlz.data X 2014
-./contrib/dlz/modules/mysqldyn/testing/dlz.schema X 2014
-./contrib/dlz/modules/mysqldyn/testing/named.conf X 2014
-./contrib/dlz/modules/perl/Makefile X 2013
-./contrib/dlz/modules/perl/README X 2013
-./contrib/dlz/modules/perl/dlz_perl_callback.xs X 2013
-./contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs X 2013
-./contrib/dlz/modules/perl/dlz_perl_driver.c X 2013,2015,2016
-./contrib/dlz/modules/perl/dlz_perl_driver.h X 2013
-./contrib/dlz/modules/perl/testing/dlz_perl_example.pm X 2013
-./contrib/dlz/modules/perl/testing/named.conf X 2013
-./contrib/dlz/modules/sqlite3/Makefile X 2014
-./contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c X 2014,2016
-./contrib/dlz/modules/sqlite3/testing/README X 2014
-./contrib/dlz/modules/sqlite3/testing/dlz.data X 2014
-./contrib/dlz/modules/sqlite3/testing/dlz.schema X 2014
-./contrib/dlz/modules/sqlite3/testing/named.conf X 2014
-./contrib/dlz/modules/wildcard/Makefile X 2013
-./contrib/dlz/modules/wildcard/README X 2013
-./contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c X 2013,2015,2016
-./contrib/dlz/modules/wildcard/testing/named.conf X 2013
-./contrib/dnsperf-2.1.0.0-1/Makefile.in X 2016
-./contrib/dnsperf-2.1.0.0-1/README X 2016
-./contrib/dnsperf-2.1.0.0-1/RELEASE_NOTES X 2016
-./contrib/dnsperf-2.1.0.0-1/aclocal.m4 X 2016
-./contrib/dnsperf-2.1.0.0-1/acx_pthread.m4 X 2016
-./contrib/dnsperf-2.1.0.0-1/config.guess X 2016
-./contrib/dnsperf-2.1.0.0-1/config.sub X 2016
-./contrib/dnsperf-2.1.0.0-1/configure X 2016,2017
-./contrib/dnsperf-2.1.0.0-1/configure.in X 2016,2017
-./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/INSTALL X 2016
-./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/USAGE X 2016
-./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/queryparse X 2016
-./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/queryparse.1 X 2016
-./contrib/dnsperf-2.1.0.0-1/datafile.c X 2016
-./contrib/dnsperf-2.1.0.0-1/datafile.h X 2016
-./contrib/dnsperf-2.1.0.0-1/dns.c X 2016
-./contrib/dnsperf-2.1.0.0-1/dns.h X 2016
-./contrib/dnsperf-2.1.0.0-1/dnsperf.1 X 2016
-./contrib/dnsperf-2.1.0.0-1/dnsperf.c X 2016
-./contrib/dnsperf-2.1.0.0-1/doc/caching-dns-performance.pdf X 2016
-./contrib/dnsperf-2.1.0.0-1/doc/dnsperf.pdf X 2016
-./contrib/dnsperf-2.1.0.0-1/doc/resperf.pdf X 2016
-./contrib/dnsperf-2.1.0.0-1/install-sh X 2016
-./contrib/dnsperf-2.1.0.0-1/log.c X 2016
-./contrib/dnsperf-2.1.0.0-1/log.h X 2016
-./contrib/dnsperf-2.1.0.0-1/net.c X 2016
-./contrib/dnsperf-2.1.0.0-1/net.h X 2016
-./contrib/dnsperf-2.1.0.0-1/opt.c X 2016
-./contrib/dnsperf-2.1.0.0-1/opt.h X 2016
-./contrib/dnsperf-2.1.0.0-1/os.c X 2016
-./contrib/dnsperf-2.1.0.0-1/os.h X 2016
-./contrib/dnsperf-2.1.0.0-1/resperf-report X 2016
-./contrib/dnsperf-2.1.0.0-1/resperf.1 X 2016
-./contrib/dnsperf-2.1.0.0-1/resperf.c X 2016
-./contrib/dnsperf-2.1.0.0-1/util.h X 2016
-./contrib/dnsperf-2.1.0.0-1/version.h X 2016
-./contrib/dnspriv/README.md MKD 2017
-./contrib/dnspriv/named.conf CONF-C 2017
-./contrib/dnspriv/nginx.conf SH 2017
-./contrib/idn/README.idnkit X 2005,2009
-./contrib/idn/idnkit-1.0-src/.gitignore X 2014
-./contrib/idn/idnkit-1.0-src/ChangeLog X 2003
-./contrib/idn/idnkit-1.0-src/DISTFILES X 2003
-./contrib/idn/idnkit-1.0-src/INSTALL X 2003
-./contrib/idn/idnkit-1.0-src/INSTALL.ja X 2003
-./contrib/idn/idnkit-1.0-src/LICENSE.txt X 2003
-./contrib/idn/idnkit-1.0-src/Makefile.in X 2003,2004
-./contrib/idn/idnkit-1.0-src/NEWS X 2003
-./contrib/idn/idnkit-1.0-src/README X 2003
-./contrib/idn/idnkit-1.0-src/README.ja X 2003
-./contrib/idn/idnkit-1.0-src/acconfig.h X 2003
-./contrib/idn/idnkit-1.0-src/aclocal.m4 X 2003
-./contrib/idn/idnkit-1.0-src/config.guess X 2003
-./contrib/idn/idnkit-1.0-src/config.sub X 2003
-./contrib/idn/idnkit-1.0-src/configure X 2003
-./contrib/idn/idnkit-1.0-src/configure.in X 2003
-./contrib/idn/idnkit-1.0-src/include/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/include/config.h.in X 2003
-./contrib/idn/idnkit-1.0-src/include/config.h.win X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/aliaslist.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/api.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/assert.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/checker.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/converter.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/debug.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/delimitermap.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/export.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/filechecker.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/filemapper.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/localencoding.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/log.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/logmacro.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/mapper.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/mapselector.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/nameprep.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/normalizer.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/punycode.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/race.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/res.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/resconf.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/result.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/strhash.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/ucs4.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/ucsmap.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/ucsset.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/unicode.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/unormalize.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/utf8.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/util.h X 2003
-./contrib/idn/idnkit-1.0-src/include/idn/version.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/api.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/localencoding.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/log.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/res.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/resconf.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/result.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/utf8.h X 2003
-./contrib/idn/idnkit-1.0-src/include/mdn/version.h X 2003
-./contrib/idn/idnkit-1.0-src/install-sh X 2003
-./contrib/idn/idnkit-1.0-src/lib/Makefile.in X 2003,2004
-./contrib/idn/idnkit-1.0-src/lib/aliaslist.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/aliaslist.sh X 2003
-./contrib/idn/idnkit-1.0-src/lib/api.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/checker.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/converter.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/debug.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/delimitermap.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/filechecker.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/filemapper.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/idn.conf.sample.in X 2003
-./contrib/idn/idnkit-1.0-src/lib/localencoding.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/log.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/lib/mapper.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/mapselector.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/nameprep.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/nameprep_template.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/nameprepdata.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/normalizer.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/punycode.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/race.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/res.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/resconf.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/result.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/strhash.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/Makefile.in X 2003,2004
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init1.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init2.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init3.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init4-1.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init4-2.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init4-3.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init5-1.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init5-2.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api-init5-3.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/api.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/checker.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/codeset.h X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/converter.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/delimitermap.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/iconvchk.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/mapper.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/mapselector.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/nameprep.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/normalizer.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/res.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/resconf.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/setenv.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/setenv.h X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/testsuite.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/testsuite.h X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/testutil.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/testutil.h X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/testygen X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/ucs4.tsy X 2003
-./contrib/idn/idnkit-1.0-src/lib/tests/utffilter X 2003
-./contrib/idn/idnkit-1.0-src/lib/ucs4.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/ucsmap.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/ucsset.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/unicode.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/unicode_template.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/unicodedata_320.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/unormalize.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/utf8.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/util.c X 2003
-./contrib/idn/idnkit-1.0-src/lib/version.c X 2003
-./contrib/idn/idnkit-1.0-src/ltconfig X 2003
-./contrib/idn/idnkit-1.0-src/ltmain.sh X 2003
-./contrib/idn/idnkit-1.0-src/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/man/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/man/idn.conf.5.in X 2003
-./contrib/idn/idnkit-1.0-src/man/libidnkit.3.in X 2003
-./contrib/idn/idnkit-1.0-src/map/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/map/jp.map X 2003
-./contrib/idn/idnkit-1.0-src/mkinstalldirs X 2003
-./contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.2.1-patch X 2003
-./contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.2.2-patch X 2003
-./contrib/idn/idnkit-1.0-src/tools/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/idnconv.1 X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/idnconv.c X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/idnslookup.in X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/selectiveencode.c X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/selectiveencode.h X 2003,2009
-./contrib/idn/idnkit-1.0-src/tools/idnconv/util.c X 2003
-./contrib/idn/idnkit-1.0-src/tools/idnconv/util.h X 2003
-./contrib/idn/idnkit-1.0-src/tools/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/tools/rpm/idnkit.spec X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/Makefile.in X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/resolver.c X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/resolver.h X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/runidn.1 X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/runidn.in X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/stub.c X 2003
-./contrib/idn/idnkit-1.0-src/tools/runidn/stub.h X 2003
-./contrib/idn/idnkit-1.0-src/util/.gitignore X 2014
-./contrib/idn/idnkit-1.0-src/util/Makefile X 2003
-./contrib/idn/idnkit-1.0-src/util/SparseMap.pm X 2003
-./contrib/idn/idnkit-1.0-src/util/UCD.pm X 2003
-./contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl X 2003
-./contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl X 2003
-./contrib/idn/idnkit-1.0-src/win/README.WIN X 2003
-./contrib/idn/idnkit-1.0-src/wsock/README.txt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/README_j.txt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/checkdll.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/convert.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/dump.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/encoding.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/hook.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/printf.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/common/wrapcommon.h X 2003
-./contrib/idn/idnkit-1.0-src/wsock/config/idnconf.tcl X 2003
-./contrib/idn/idnkit-1.0-src/wsock/config/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/dlldef.h X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllfunc.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllload.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllmain.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllstub.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock11/wsock32.def X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/dlldef.h X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllfunc.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllload.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllmain.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllstub.c X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/make.wnt X 2003
-./contrib/idn/idnkit-1.0-src/wsock/wsock20/ws2_32.def X 2003
-./contrib/kasp/README X 2016
-./contrib/kasp/kasp.xml X 2016
-./contrib/kasp/kasp2policy.py X 2016
-./contrib/kasp/policy.good X 2016
-./contrib/perftcpdns/.gitignore X 2014
-./contrib/perftcpdns/Makefile.in MAKE 2014,2016
-./contrib/perftcpdns/configure X 2014
-./contrib/perftcpdns/configure.in SH 2014,2016
-./contrib/perftcpdns/perftcpdns.c C 2013,2014,2016
-./contrib/queryperf/.gitignore X 2014
-./contrib/queryperf/Makefile.in X 2001,2004
-./contrib/queryperf/README X 2001
-./contrib/queryperf/config.h.in X 2007
-./contrib/queryperf/configure X 2001,2002,2004,2007,2012
-./contrib/queryperf/configure.in X 2001,2004,2007,2012
-./contrib/queryperf/input/sample.0 X 2001
-./contrib/queryperf/input/sample.1 X 2001
-./contrib/queryperf/missing/addrinfo.h X 2004
-./contrib/queryperf/missing/getaddrinfo.c X 2004
-./contrib/queryperf/missing/getnameinfo.c X 2004
-./contrib/queryperf/queryperf.c X 2001,2002,2003,2004,2005,2007,2012,2013,2014
-./contrib/queryperf/utils/gen-data-queryperf.py X 2003,2008,2016
-./contrib/scripts/.gitignore X 2012,2014
-./contrib/scripts/check-secure-delegation.pl.in PERL 2010,2012,2014,2016
-./contrib/scripts/check5011.pl X 2013,2014,2017
-./contrib/scripts/dnssec-keyset.sh X 2015
-./contrib/scripts/named-bootconf.sh SH.PORTION 1999,2000,2001,2004,2006,2007,2012,2014,2016
-./contrib/scripts/nanny.pl PERL 2000,2001,2004,2007,2012,2014,2016
-./contrib/scripts/zone-edit.sh.in SH 2010,2012,2014,2016
-./contrib/sdb/bdb/README X 2002
-./contrib/sdb/bdb/bdb.c X 2002,2011,2014
-./contrib/sdb/bdb/bdb.h X 2002
-./contrib/sdb/bdb/zone2bdb.c X 2002,2008,2009
-./contrib/sdb/dir/dirdb.c C 2000,2001,2004,2007,2011,2014,2016
-./contrib/sdb/dir/dirdb.h C 2000,2001,2004,2007,2016
-./contrib/sdb/ldap/INSTALL.ldap X 2001,2002,2004
-./contrib/sdb/ldap/README.ldap X 2001,2002,2004
-./contrib/sdb/ldap/README.zone2ldap X 2001,2015
-./contrib/sdb/ldap/ldapdb.c X 2001,2002,2003,2004,2011,2014
-./contrib/sdb/ldap/ldapdb.h X 2001
-./contrib/sdb/ldap/zone2ldap.1 X 2001
-./contrib/sdb/ldap/zone2ldap.c X 2001,2005,2008,2009,2011,2015,2016
-./contrib/sdb/pgsql/pgsqldb.c C 2000,2001,2004,2007,2011,2014,2016
-./contrib/sdb/pgsql/pgsqldb.h C 2000,2001,2004,2007,2016
-./contrib/sdb/pgsql/zonetodb.c C 2000,2001,2002,2004,2005,2007,2008,2009,2014,2016
-./contrib/sdb/sqlite/README.sdb_sqlite X 2007
-./contrib/sdb/sqlite/sqlitedb.c X 2007,2011,2014,2016
-./contrib/sdb/sqlite/sqlitedb.h X 2007,2016
-./contrib/sdb/sqlite/zone2sqlite.c X 2007,2008,2009,2010,2013,2014,2016
-./contrib/sdb/tcl/lookup.tcl TCL 2000,2001,2004,2007,2012,2016
-./contrib/sdb/tcl/tcldb.c C 2000,2001,2004,2007,2011,2014,2016
-./contrib/sdb/tcl/tcldb.h C 2000,2001,2004,2007,2016
-./contrib/sdb/time/timedb.c C 2000,2001,2004,2007,2011,2014,2016
-./contrib/sdb/time/timedb.h C 2000,2001,2004,2007,2016
-./doc/Makefile.in MAKE 2000,2001,2004,2005,2006,2007,2012,2015,2016
-./doc/arm/.gitignore X 2015
+./contrib/dlz/drivers/.gitignore X 2012,2018
+./contrib/dlz/drivers/dlz_bdb_driver.c X 2005,2008,2010,2011,2012,2016,2018
+./contrib/dlz/drivers/dlz_bdbhpt_driver.c X 2005,2010,2011,2012,2016,2018
+./contrib/dlz/drivers/dlz_dlopen_driver.c X 2010,2011,2018
+./contrib/dlz/drivers/dlz_drivers.c X 2005,2010,2011,2018
+./contrib/dlz/drivers/dlz_filesystem_driver.c X 2005,2010,2011,2012,2016,2018
+./contrib/dlz/drivers/dlz_ldap_driver.c X 2005,2010,2011,2012,2016,2018
+./contrib/dlz/drivers/dlz_mysql_driver.c X 2005,2007,2009,2010,2011,2012,2016,2018
+./contrib/dlz/drivers/dlz_odbc_driver.c X 2005,2010,2011,2012,2014,2016,2018
+./contrib/dlz/drivers/dlz_postgres_driver.c X 2005,2007,2010,2011,2012,2014,2016,2018
+./contrib/dlz/drivers/dlz_stub_driver.c X 2005,2010,2011,2012,2016,2018
+./contrib/dlz/drivers/include/dlz/dlz_bdb_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_bdbhpt_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_dlopen_driver.h X 2010,2011,2018
+./contrib/dlz/drivers/include/dlz/dlz_drivers.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_filesystem_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_ldap_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_mysql_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_odbc_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_postgres_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/dlz_stub_driver.h X 2005,2018
+./contrib/dlz/drivers/include/dlz/sdlz_helper.h X 2005,2018
+./contrib/dlz/drivers/rules.in X 2005,2010,2018
+./contrib/dlz/drivers/sdlz_helper.c X 2005,2010,2011,2012,2016,2018
+./contrib/dlz/example/Makefile X 2010,2013,2018
+./contrib/dlz/example/README X 2011,2012,2013,2014,2018
+./contrib/dlz/example/dlz_example.c X 2010,2011,2012,2013,2014,2018
+./contrib/dlz/example/named.conf X 2011,2014,2018
+./contrib/dlz/example/win32/DLLMain.c X 2011,2016,2018
+./contrib/dlz/example/win32/dxdriver.def X 2011,2018
+./contrib/dlz/example/win32/dxdriver.dsp X 2018
+./contrib/dlz/example/win32/dxdriver.dsw X 2011,2018
+./contrib/dlz/example/win32/dxdriver.mak X 2018
+./contrib/dlz/modules/bdbhpt/Makefile X 2013,2018
+./contrib/dlz/modules/bdbhpt/README.md X 2013,2015,2018
+./contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c X 2013,2015,2018
+./contrib/dlz/modules/bdbhpt/testing/README X 2015,2018
+./contrib/dlz/modules/bdbhpt/testing/bdbhpt-populate.pl X 2013,2018
+./contrib/dlz/modules/bdbhpt/testing/dns-data.txt X 2013,2015,2018
+./contrib/dlz/modules/bdbhpt/testing/named.conf X 2015,2018
+./contrib/dlz/modules/common/dlz_dbi.c X 2013,2014,2016,2018
+./contrib/dlz/modules/filesystem/Makefile X 2013,2018
+./contrib/dlz/modules/filesystem/dir.c X 2013,2018
+./contrib/dlz/modules/filesystem/dir.h X 2013,2018
+./contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c X 2013,2015,2016,2018
+./contrib/dlz/modules/include/dlz_dbi.h X 2013,2018
+./contrib/dlz/modules/include/dlz_list.h X 2013,2016,2018
+./contrib/dlz/modules/include/dlz_minimal.h X 2013,2014,2018
+./contrib/dlz/modules/include/dlz_pthread.h X 2013,2014,2015,2018
+./contrib/dlz/modules/ldap/Makefile X 2013,2018
+./contrib/dlz/modules/ldap/dlz_ldap_dynamic.c X 2013,2016,2018
+./contrib/dlz/modules/ldap/testing/README X 2013,2018
+./contrib/dlz/modules/ldap/testing/dlz.schema X 2013,2018
+./contrib/dlz/modules/ldap/testing/example.ldif X 2013,2018
+./contrib/dlz/modules/ldap/testing/named.conf X 2013,2018
+./contrib/dlz/modules/ldap/testing/slapd.conf X 2013,2018
+./contrib/dlz/modules/mysql/.gitignore X 2017,2018
+./contrib/dlz/modules/mysql/Makefile.in X 2013,2017,2018
+./contrib/dlz/modules/mysql/dlz_mysql_dynamic.c X 2013,2016,2018
+./contrib/dlz/modules/mysql/testing/README X 2013,2018
+./contrib/dlz/modules/mysql/testing/dlz.data X 2013,2017,2018
+./contrib/dlz/modules/mysql/testing/dlz.schema X 2013,2018
+./contrib/dlz/modules/mysql/testing/named.conf X 2013,2018
+./contrib/dlz/modules/mysqldyn/.gitignore X 2017,2018
+./contrib/dlz/modules/mysqldyn/Makefile.in X 2014,2015,2017,2018
+./contrib/dlz/modules/mysqldyn/README X 2014,2018
+./contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c X 2014,2015,2018
+./contrib/dlz/modules/mysqldyn/testing/README X 2014,2018
+./contrib/dlz/modules/mysqldyn/testing/dlz.data X 2014,2018
+./contrib/dlz/modules/mysqldyn/testing/dlz.schema X 2014,2018
+./contrib/dlz/modules/mysqldyn/testing/named.conf X 2014,2018
+./contrib/dlz/modules/perl/Makefile X 2013,2018
+./contrib/dlz/modules/perl/README X 2013,2018
+./contrib/dlz/modules/perl/dlz_perl_callback.xs X 2013,2018
+./contrib/dlz/modules/perl/dlz_perl_callback_clientinfo.xs X 2013,2018
+./contrib/dlz/modules/perl/dlz_perl_driver.c X 2013,2015,2016,2018
+./contrib/dlz/modules/perl/dlz_perl_driver.h X 2013,2018
+./contrib/dlz/modules/perl/testing/dlz_perl_example.pm X 2013,2018
+./contrib/dlz/modules/perl/testing/named.conf X 2013,2018
+./contrib/dlz/modules/sqlite3/Makefile X 2014,2018
+./contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c X 2014,2016,2018
+./contrib/dlz/modules/sqlite3/testing/README X 2014,2018
+./contrib/dlz/modules/sqlite3/testing/dlz.data X 2014,2018
+./contrib/dlz/modules/sqlite3/testing/dlz.schema X 2014,2018
+./contrib/dlz/modules/sqlite3/testing/named.conf X 2014,2018
+./contrib/dlz/modules/wildcard/Makefile X 2013,2018
+./contrib/dlz/modules/wildcard/README X 2013,2018
+./contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c X 2013,2015,2016,2018
+./contrib/dlz/modules/wildcard/testing/named.conf X 2013,2018
+./contrib/dnsperf-2.1.0.0-1/Makefile.in X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/README X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/RELEASE_NOTES X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/aclocal.m4 X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/acx_pthread.m4 X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/config.guess X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/config.sub X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/configure X 2016,2017,2018
+./contrib/dnsperf-2.1.0.0-1/configure.in X 2016,2017,2018
+./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/INSTALL X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/USAGE X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/queryparse X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/contrib/queryparse/queryparse.1 X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/datafile.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/datafile.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/dns.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/dns.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/dnsperf.1 X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/dnsperf.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/doc/caching-dns-performance.pdf X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/doc/dnsperf.pdf X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/doc/resperf.pdf X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/install-sh X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/log.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/log.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/net.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/net.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/opt.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/opt.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/os.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/os.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/resperf-report X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/resperf.1 X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/resperf.c X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/util.h X 2016,2018
+./contrib/dnsperf-2.1.0.0-1/version.h X 2016,2018
+./contrib/dnspriv/README.md MKD 2017,2018
+./contrib/dnspriv/named.conf CONF-C 2017,2018
+./contrib/dnspriv/nginx.conf SH 2017,2018
+./contrib/idn/README.idnkit X 2005,2009,2018
+./contrib/idn/idnkit-1.0-src/.gitignore X 2014,2018
+./contrib/idn/idnkit-1.0-src/ChangeLog X 2003,2018
+./contrib/idn/idnkit-1.0-src/DISTFILES X 2003,2018
+./contrib/idn/idnkit-1.0-src/INSTALL X 2003,2018
+./contrib/idn/idnkit-1.0-src/INSTALL.ja X 2003,2018
+./contrib/idn/idnkit-1.0-src/LICENSE.txt X 2003,2018
+./contrib/idn/idnkit-1.0-src/Makefile.in X 2003,2004,2018
+./contrib/idn/idnkit-1.0-src/NEWS X 2003,2018
+./contrib/idn/idnkit-1.0-src/README X 2003,2018
+./contrib/idn/idnkit-1.0-src/README.ja X 2003,2018
+./contrib/idn/idnkit-1.0-src/acconfig.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/aclocal.m4 X 2003,2018
+./contrib/idn/idnkit-1.0-src/config.guess X 2003,2018
+./contrib/idn/idnkit-1.0-src/config.sub X 2003,2018
+./contrib/idn/idnkit-1.0-src/configure X 2003,2018
+./contrib/idn/idnkit-1.0-src/configure.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/config.h.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/config.h.win X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/aliaslist.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/api.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/assert.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/checker.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/converter.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/debug.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/delimitermap.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/export.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/filechecker.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/filemapper.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/localencoding.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/log.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/logmacro.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/mapper.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/mapselector.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/nameprep.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/normalizer.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/punycode.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/race.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/res.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/resconf.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/result.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/strhash.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/ucs4.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/ucsmap.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/ucsset.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/unicode.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/unormalize.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/utf8.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/util.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/idn/version.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/api.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/localencoding.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/log.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/res.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/resconf.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/result.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/utf8.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/include/mdn/version.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/install-sh X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/Makefile.in X 2003,2004,2018
+./contrib/idn/idnkit-1.0-src/lib/aliaslist.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/aliaslist.sh X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/api.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/checker.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/converter.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/debug.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/delimitermap.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/filechecker.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/filemapper.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/idn.conf.sample.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/localencoding.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/log.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/mapper.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/mapselector.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/nameprep.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/nameprep_template.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/nameprepdata.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/normalizer.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/punycode.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/race.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/res.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/resconf.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/result.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/strhash.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/Makefile.in X 2003,2004,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init1.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init2.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init3.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init4-1.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init4-2.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init4-3.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init5-1.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init5-2.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api-init5-3.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/api.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/checker.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/codeset.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/converter.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/delimitermap.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/iconvchk.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/mapper.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/mapselector.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/nameprep.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/normalizer.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/res.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/resconf.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/setenv.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/setenv.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/testsuite.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/testsuite.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/testutil.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/testutil.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/testygen X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/ucs4.tsy X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/tests/utffilter X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/ucs4.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/ucsmap.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/ucsset.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/unicode.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/unicode_template.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/unicodedata_320.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/unormalize.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/utf8.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/util.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/lib/version.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/ltconfig X 2003,2018
+./contrib/idn/idnkit-1.0-src/ltmain.sh X 2003,2018
+./contrib/idn/idnkit-1.0-src/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/man/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/man/idn.conf.5.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/man/libidnkit.3.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/map/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/map/jp.map X 2003,2018
+./contrib/idn/idnkit-1.0-src/mkinstalldirs X 2003,2018
+./contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.2.1-patch X 2003,2018
+./contrib/idn/idnkit-1.0-src/patch/bind9/bind-9.2.2-patch X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/idnconv.1 X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/idnconv.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/idnslookup.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/selectiveencode.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/selectiveencode.h X 2003,2009,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/util.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/idnconv/util.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/rpm/idnkit.spec X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/Makefile.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/resolver.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/resolver.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/runidn.1 X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/runidn.in X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/stub.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/tools/runidn/stub.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/util/.gitignore X 2014,2018
+./contrib/idn/idnkit-1.0-src/util/Makefile X 2003,2018
+./contrib/idn/idnkit-1.0-src/util/SparseMap.pm X 2003,2018
+./contrib/idn/idnkit-1.0-src/util/UCD.pm X 2003,2018
+./contrib/idn/idnkit-1.0-src/util/generate_nameprep_data.pl X 2003,2018
+./contrib/idn/idnkit-1.0-src/util/generate_normalize_data.pl X 2003,2018
+./contrib/idn/idnkit-1.0-src/win/README.WIN X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/README.txt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/README_j.txt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/checkdll.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/convert.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/dump.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/encoding.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/hook.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/printf.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/common/wrapcommon.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/config/idnconf.tcl X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/config/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/dlldef.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllfunc.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllload.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllmain.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/dllstub.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock11/wsock32.def X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/dlldef.h X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllfunc.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllload.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllmain.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/dllstub.c X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/make.wnt X 2003,2018
+./contrib/idn/idnkit-1.0-src/wsock/wsock20/ws2_32.def X 2003,2018
+./contrib/kasp/README X 2016,2018
+./contrib/kasp/kasp.xml X 2016,2018
+./contrib/kasp/kasp2policy.py X 2016,2018
+./contrib/kasp/policy.good X 2016,2018
+./contrib/perftcpdns/.gitignore X 2014,2018
+./contrib/perftcpdns/Makefile.in MAKE 2014,2016,2018
+./contrib/perftcpdns/configure X 2014,2018
+./contrib/perftcpdns/configure.in SH 2014,2016,2018
+./contrib/perftcpdns/perftcpdns.c C 2013,2014,2016,2018
+./contrib/queryperf/.gitignore X 2014,2018
+./contrib/queryperf/Makefile.in X 2001,2004,2018
+./contrib/queryperf/README X 2001,2018
+./contrib/queryperf/config.h.in X 2007,2018
+./contrib/queryperf/configure X 2001,2002,2004,2007,2012,2018
+./contrib/queryperf/configure.in X 2001,2004,2007,2012,2018
+./contrib/queryperf/input/sample.0 X 2001,2018
+./contrib/queryperf/input/sample.1 X 2001,2018
+./contrib/queryperf/missing/addrinfo.h X 2004,2018
+./contrib/queryperf/missing/getaddrinfo.c X 2004,2018
+./contrib/queryperf/missing/getnameinfo.c X 2004,2018
+./contrib/queryperf/queryperf.c X 2001,2002,2003,2004,2005,2007,2012,2013,2014,2018
+./contrib/queryperf/utils/gen-data-queryperf.py X 2003,2008,2016,2018
+./contrib/scripts/.gitignore X 2012,2014,2018
+./contrib/scripts/check-secure-delegation.pl.in PERL 2010,2012,2014,2016,2018
+./contrib/scripts/check5011.pl X 2013,2014,2017,2018
+./contrib/scripts/dnssec-keyset.sh X 2015,2018
+./contrib/scripts/named-bootconf.sh SH.PORTION 1999,2000,2001,2004,2006,2007,2012,2014,2016,2018
+./contrib/scripts/nanny.pl PERL 2000,2001,2004,2007,2012,2014,2016,2018
+./contrib/scripts/zone-edit.sh.in SH 2010,2012,2014,2016,2018
+./contrib/sdb/bdb/README X 2002,2018
+./contrib/sdb/bdb/bdb.c X 2002,2011,2014,2018
+./contrib/sdb/bdb/bdb.h X 2002,2018
+./contrib/sdb/bdb/zone2bdb.c X 2002,2008,2009,2018
+./contrib/sdb/dir/dirdb.c C 2000,2001,2004,2007,2011,2014,2016,2018
+./contrib/sdb/dir/dirdb.h C 2000,2001,2004,2007,2016,2018
+./contrib/sdb/ldap/INSTALL.ldap X 2001,2002,2004,2018
+./contrib/sdb/ldap/README.ldap X 2001,2002,2004,2018
+./contrib/sdb/ldap/README.zone2ldap X 2001,2015,2018
+./contrib/sdb/ldap/ldapdb.c X 2001,2002,2003,2004,2011,2014,2018
+./contrib/sdb/ldap/ldapdb.h X 2001,2018
+./contrib/sdb/ldap/zone2ldap.1 X 2001,2018
+./contrib/sdb/ldap/zone2ldap.c X 2001,2005,2008,2009,2011,2015,2016,2018
+./contrib/sdb/pgsql/pgsqldb.c C 2000,2001,2004,2007,2011,2014,2016,2018
+./contrib/sdb/pgsql/pgsqldb.h C 2000,2001,2004,2007,2016,2018
+./contrib/sdb/pgsql/zonetodb.c C 2000,2001,2002,2004,2005,2007,2008,2009,2014,2016,2018
+./contrib/sdb/sqlite/README.sdb_sqlite X 2007,2018
+./contrib/sdb/sqlite/sqlitedb.c X 2007,2011,2014,2016,2018
+./contrib/sdb/sqlite/sqlitedb.h X 2007,2016,2018
+./contrib/sdb/sqlite/zone2sqlite.c X 2007,2008,2009,2010,2013,2014,2016,2018
+./contrib/sdb/tcl/lookup.tcl TCL 2000,2001,2004,2007,2012,2016,2018
+./contrib/sdb/tcl/tcldb.c C 2000,2001,2004,2007,2011,2014,2016,2018
+./contrib/sdb/tcl/tcldb.h C 2000,2001,2004,2007,2016,2018
+./contrib/sdb/time/timedb.c C 2000,2001,2004,2007,2011,2014,2016,2018
+./contrib/sdb/time/timedb.h C 2000,2001,2004,2007,2016,2018
+./doc/Makefile.in MAKE 2000,2001,2004,2005,2006,2007,2012,2015,2016,2018
+./doc/arm/.gitignore X 2015,2018
./doc/arm/Bv9ARM-book.xml SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/arm/Bv9ARM.ch01.html X 2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/arm/Bv9ARM.ch02.html X 2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
@@ -2986,26 +2992,26 @@
./doc/arm/Bv9ARM.ch11.html X 2015,2016,2017,2018
./doc/arm/Bv9ARM.ch12.html X 2015,2016,2017,2018
./doc/arm/Bv9ARM.ch13.html X 2015,2016,2017,2018
-./doc/arm/Bv9ARM.conf X 2015
+./doc/arm/Bv9ARM.conf X 2015,2018
./doc/arm/Bv9ARM.html X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/arm/Bv9ARM.pdf X 2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./doc/arm/Makefile.in MAKE 2001,2002,2004,2005,2006,2007,2009,2012,2014,2015,2016
-./doc/arm/README-SGML TXT.BRIEF 2000,2001,2004,2015,2016
+./doc/arm/Makefile.in MAKE 2001,2002,2004,2005,2006,2007,2009,2012,2014,2015,2016,2018
+./doc/arm/README-SGML TXT.BRIEF 2000,2001,2004,2015,2016,2018
./doc/arm/acl.grammar.xml SGML 2018
-./doc/arm/catz.xml SGML 2016,2017
+./doc/arm/catz.xml SGML 2016,2017,2018
./doc/arm/controls.grammar.xml SGML 2018
./doc/arm/delegation-only.zoneopt.xml SGML 2018
-./doc/arm/dlz.xml SGML 2012,2013,2014,2015,2016
-./doc/arm/dnssec.xml SGML 2010,2011,2015,2016,2017
-./doc/arm/dyndb.xml SGML 2015,2016
+./doc/arm/dlz.xml SGML 2012,2013,2014,2015,2016,2018
+./doc/arm/dnssec.xml SGML 2010,2011,2015,2016,2017,2018
+./doc/arm/dyndb.xml SGML 2015,2016,2018
./doc/arm/forward.zoneopt.xml SGML 2018
./doc/arm/hint.zoneopt.xml SGML 2018
./doc/arm/in-view.zoneopt.xml SGML 2018
-./doc/arm/isc-logo.eps X 2005,2010
-./doc/arm/isc-logo.pdf X 2005,2010
+./doc/arm/isc-logo.eps X 2005,2010,2018
+./doc/arm/isc-logo.pdf X 2005,2010,2018
./doc/arm/key.grammar.xml SGML 2018
-./doc/arm/libdns.xml SGML 2010,2014,2015,2016,2017
-./doc/arm/logging-categories.xml SGML 2015,2016,2017
+./doc/arm/libdns.xml SGML 2010,2014,2015,2016,2017,2018
+./doc/arm/logging-categories.xml SGML 2015,2016,2017,2018
./doc/arm/logging.grammar.xml SGML 2018
./doc/arm/man.arpaname.html X 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/arm/man.ddns-confgen.html X 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
@@ -3046,564 +3052,564 @@
./doc/arm/man.rndc.conf.html X 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/arm/man.rndc.html X 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/arm/managed-keys.grammar.xml SGML 2018
-./doc/arm/managed-keys.xml SGML 2010,2014,2015,2016,2017
+./doc/arm/managed-keys.xml SGML 2010,2014,2015,2016,2017,2018
./doc/arm/master.zoneopt.xml SGML 2018
./doc/arm/masters.grammar.xml SGML 2018
-./doc/arm/notes-wrapper.xml SGML 2014,2015,2016
-./doc/arm/notes.conf X 2015
+./doc/arm/notes-wrapper.xml SGML 2014,2015,2016,2018
+./doc/arm/notes.conf X 2015,2018
./doc/arm/notes.html X 2014,2015,2016,2017,2018
./doc/arm/notes.pdf X 2014,2015,2016,2017,2018
./doc/arm/notes.xml SGML 2014,2015,2016,2017,2018
-./doc/arm/noteversion.xml.in SGML 2015,2016
+./doc/arm/noteversion.xml.in SGML 2015,2016,2018
./doc/arm/options.grammar.xml SGML 2018
-./doc/arm/pkcs11.xml SGML 2010,2012,2013,2014,2015,2016
-./doc/arm/pkgversion.xml.in SGML 2015,2016
+./doc/arm/pkcs11.xml SGML 2010,2012,2013,2014,2015,2016,2018
+./doc/arm/pkgversion.xml.in SGML 2015,2016,2018
./doc/arm/redirect.zoneopt.xml SGML 2018
-./doc/arm/releaseinfo.xml.in SGML 2015,2016
+./doc/arm/releaseinfo.xml.in SGML 2015,2016,2018
./doc/arm/server.grammar.xml SGML 2018
./doc/arm/slave.zoneopt.xml SGML 2018
./doc/arm/static-stub.zoneopt.xml SGML 2018
./doc/arm/statistics-channels.grammar.xml SGML 2018
./doc/arm/stub.zoneopt.xml SGML 2018
./doc/arm/trusted-keys.grammar.xml SGML 2018
-./doc/design/addressdb TXT.BRIEF 2000,2001,2004,2016
-./doc/design/cds-child TXT.BRIEF 2015,2016
-./doc/design/compression TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/database TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/db_rules TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/decompression TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/dispatch TXT.BRIEF 2000,2001,2004,2016
-./doc/design/dscp TXT.BRIEF 2013,2016
-./doc/design/keydone TXT.BRIEF 2011,2016
-./doc/design/logging TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/lwres TXT.BRIEF 2000,2001,2004,2016
-./doc/design/ncache TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/rdataset TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/red-black TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/resolver TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/search TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/tasks TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/verify TXT.BRIEF 2012,2016
-./doc/design/windows-nt TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/design/zone TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/dev/DBC TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/dev/HOW-ADB-WORKS.txt TXT.BRIEF 2003,2004,2016
-./doc/dev/autoconf TXT.BRIEF 2001,2002,2004,2016
-./doc/dev/coding.html HTML 1999,2000,2001,2002,2004,2007,2016
-./doc/dev/cvs-usage TXT.BRIEF 2000,2001,2004,2016
-./doc/dev/dev.md MKD 2017
-./doc/dev/magic_numbers TXT.BRIEF 1999,2000,2001,2002,2004,2016
-./doc/dev/rdata.md MKD 1999,2000,2001,2004,2007,2016,2017
-./doc/dev/release TXT.BRIEF 2000,2001,2002,2003,2004,2005,2006,2007,2009,2014,2016
-./doc/dev/results TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/dev/style.md MKD 2017
-./doc/dev/tests TXT.BRIEF 2000,2001,2004,2016
-./doc/dev/unexpected TXT.BRIEF 1999,2000,2001,2004,2016
-./doc/doxygen/.gitignore X 2012
-./doc/doxygen/Doxyfile.in X 2006,2017
-./doc/doxygen/Makefile.in MAKE 2006,2007,2012,2015,2016
-./doc/doxygen/doxygen-input-filter.in PERL 2006,2007,2012,2016
-./doc/doxygen/isc-footer.html HTML 2006,2007,2016
-./doc/doxygen/isc-header.html HTML 2006,2007,2016
-./doc/doxygen/mainpage X 2006
+./doc/design/addressdb TXT.BRIEF 2000,2001,2004,2016,2018
+./doc/design/cds-child TXT.BRIEF 2015,2016,2018
+./doc/design/compression TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/database TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/db_rules TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/decompression TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/dispatch TXT.BRIEF 2000,2001,2004,2016,2018
+./doc/design/dscp TXT.BRIEF 2013,2016,2018
+./doc/design/keydone TXT.BRIEF 2011,2016,2018
+./doc/design/logging TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/lwres TXT.BRIEF 2000,2001,2004,2016,2018
+./doc/design/ncache TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/rdataset TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/red-black TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/resolver TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/search TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/tasks TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/verify TXT.BRIEF 2012,2016,2018
+./doc/design/windows-nt TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/design/zone TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/dev/DBC TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/dev/HOW-ADB-WORKS.txt TXT.BRIEF 2003,2004,2016,2018
+./doc/dev/autoconf TXT.BRIEF 2001,2002,2004,2016,2018
+./doc/dev/coding.html HTML 1999,2000,2001,2002,2004,2007,2016,2018
+./doc/dev/cvs-usage TXT.BRIEF 2000,2001,2004,2016,2018
+./doc/dev/dev.md MKD 2017,2018
+./doc/dev/magic_numbers TXT.BRIEF 1999,2000,2001,2002,2004,2016,2018
+./doc/dev/rdata.md MKD 1999,2000,2001,2004,2007,2016,2017,2018
+./doc/dev/release TXT.BRIEF 2000,2001,2002,2003,2004,2005,2006,2007,2009,2014,2016,2018
+./doc/dev/results TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/dev/style.md MKD 2017,2018
+./doc/dev/tests TXT.BRIEF 2000,2001,2004,2016,2018
+./doc/dev/unexpected TXT.BRIEF 1999,2000,2001,2004,2016,2018
+./doc/doxygen/.gitignore X 2012,2018
+./doc/doxygen/Doxyfile.in X 2006,2017,2018
+./doc/doxygen/Makefile.in MAKE 2006,2007,2012,2015,2016,2018
+./doc/doxygen/doxygen-input-filter.in PERL 2006,2007,2012,2016,2018
+./doc/doxygen/isc-footer.html HTML 2006,2007,2016,2018
+./doc/doxygen/isc-header.html HTML 2006,2007,2016,2018
+./doc/doxygen/mainpage X 2006,2018
./doc/misc/Makefile.in MAKE 2001,2004,2007,2009,2012,2016,2017,2018
./doc/misc/delegation-only.zoneopt X 2018
-./doc/misc/dnssec TXT.BRIEF 2000,2001,2002,2004,2016
+./doc/misc/dnssec TXT.BRIEF 2000,2001,2002,2004,2016,2018
./doc/misc/docbook-grammars.pl PERL 2018
./doc/misc/docbook-options.pl PERL 2017,2018
./doc/misc/docbook-zoneopt.pl PERL 2018
-./doc/misc/format-options.pl PERL 2001,2004,2007,2012,2016
+./doc/misc/format-options.pl PERL 2001,2004,2007,2012,2016,2018
./doc/misc/forward.zoneopt X 2018
./doc/misc/hint.zoneopt X 2018
./doc/misc/in-view.zoneopt X 2018
-./doc/misc/ipv6 TXT.BRIEF 2000,2001,2004,2016
+./doc/misc/ipv6 TXT.BRIEF 2000,2001,2004,2016,2018
./doc/misc/master.zoneopt X 2018
-./doc/misc/migration TXT.BRIEF 2000,2001,2003,2004,2007,2008,2016
-./doc/misc/migration-4to9 TXT.BRIEF 2001,2004,2016
-./doc/misc/options X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./doc/misc/migration TXT.BRIEF 2000,2001,2003,2004,2007,2008,2016,2018
+./doc/misc/migration-4to9 TXT.BRIEF 2001,2004,2016,2018
+./doc/misc/options X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./doc/misc/redirect.zoneopt X 2018
-./doc/misc/rfc-compliance TXT.BRIEF 2001,2004,2015,2016
-./doc/misc/roadmap TXT.BRIEF 2000,2001,2004,2016
-./doc/misc/sdb TXT.BRIEF 2000,2001,2004,2016
+./doc/misc/rfc-compliance TXT.BRIEF 2001,2004,2015,2016,2018
+./doc/misc/roadmap TXT.BRIEF 2000,2001,2004,2016,2018
+./doc/misc/sdb TXT.BRIEF 2000,2001,2004,2016,2018
./doc/misc/slave.zoneopt X 2018
-./doc/misc/sort-options.pl PERL 2007,2012,2016
+./doc/misc/sort-options.pl PERL 2007,2012,2016,2018
./doc/misc/static-stub.zoneopt X 2018
./doc/misc/stub.zoneopt X 2018
-./doc/misc/tcp-fast-open TXT.BRIEF 2016,2017
-./doc/tex/.gitignore X 2015
-./doc/tex/Makefile.in MAKE 2015,2016
-./doc/tex/armstyle.sty.in X 2015
-./doc/tex/notestyle.sty X 2015
-./doc/xsl/.gitignore X 2012,2014,2015
-./doc/xsl/Makefile.in MAKE 2005,2007,2012,2014,2015,2016
+./doc/misc/tcp-fast-open TXT.BRIEF 2016,2017,2018
+./doc/tex/.gitignore X 2015,2018
+./doc/tex/Makefile.in MAKE 2015,2016,2018
+./doc/tex/armstyle.sty.in X 2015,2018
+./doc/tex/notestyle.sty X 2015,2018
+./doc/xsl/.gitignore X 2012,2014,2015,2018
+./doc/xsl/Makefile.in MAKE 2005,2007,2012,2014,2015,2016,2018
./doc/xsl/arm-param.xsl SGML 2015,2016,2018
-./doc/xsl/copyright.xsl SGML 2005,2007,2009,2015,2016
-./doc/xsl/graphics/caution.eps X 2015
-./doc/xsl/graphics/caution.pdf X 2015
-./doc/xsl/graphics/important.eps X 2015
-./doc/xsl/graphics/important.pdf X 2015
-./doc/xsl/graphics/note.eps X 2015
-./doc/xsl/graphics/note.pdf X 2015
-./doc/xsl/graphics/tip.eps X 2015
-./doc/xsl/graphics/tip.pdf X 2015
-./doc/xsl/graphics/warning.eps X 2015
-./doc/xsl/graphics/warning.pdf X 2015
-./doc/xsl/isc-docbook-chunk.xsl.in SGML 2005,2007,2014,2015,2016
-./doc/xsl/isc-docbook-html.xsl.in SGML 2005,2007,2014,2015,2016
-./doc/xsl/isc-docbook-text.xsl SGML 2005,2007,2015,2016
-./doc/xsl/isc-manpage.xsl.in SGML 2005,2007,2015,2016
-./doc/xsl/isc-notes-html.xsl.in SGML 2015,2016
-./doc/xsl/notes-param.xsl SGML 2015,2016
-./doc/xsl/pre-latex.xsl SGML 2005,2007,2015,2016
-./docutil/HTML_COPYRIGHT X 2001,2004,2016
-./docutil/MAN_COPYRIGHT X 2001,2004,2016
-./docutil/patch-db2latex-duplicate-template-bug X 2007
-./docutil/patch-db2latex-nested-param-bug X 2007
-./docutil/patch-db2latex-xsltproc-title-bug X 2007
-./install-sh X 1998,1999,2000,2001
+./doc/xsl/copyright.xsl SGML 2005,2007,2009,2015,2016,2018
+./doc/xsl/graphics/caution.eps X 2015,2018
+./doc/xsl/graphics/caution.pdf X 2015,2018
+./doc/xsl/graphics/important.eps X 2015,2018
+./doc/xsl/graphics/important.pdf X 2015,2018
+./doc/xsl/graphics/note.eps X 2015,2018
+./doc/xsl/graphics/note.pdf X 2015,2018
+./doc/xsl/graphics/tip.eps X 2015,2018
+./doc/xsl/graphics/tip.pdf X 2015,2018
+./doc/xsl/graphics/warning.eps X 2015,2018
+./doc/xsl/graphics/warning.pdf X 2015,2018
+./doc/xsl/isc-docbook-chunk.xsl.in SGML 2005,2007,2014,2015,2016,2018
+./doc/xsl/isc-docbook-html.xsl.in SGML 2005,2007,2014,2015,2016,2018
+./doc/xsl/isc-docbook-text.xsl SGML 2005,2007,2015,2016,2018
+./doc/xsl/isc-manpage.xsl.in SGML 2005,2007,2015,2016,2018
+./doc/xsl/isc-notes-html.xsl.in SGML 2015,2016,2018
+./doc/xsl/notes-param.xsl SGML 2015,2016,2018
+./doc/xsl/pre-latex.xsl SGML 2005,2007,2015,2016,2018
+./docutil/HTML_COPYRIGHT X 2001,2004,2016,2018
+./docutil/MAN_COPYRIGHT X 2001,2004,2016,2018
+./docutil/patch-db2latex-duplicate-template-bug X 2007,2018
+./docutil/patch-db2latex-nested-param-bug X 2007,2018
+./docutil/patch-db2latex-xsltproc-title-bug X 2007,2018
+./install-sh X 1998,1999,2000,2001,2018
./isc-config.sh.1 MAN DOCBOOK
-./isc-config.sh.docbook SGML 2009,2014,2015,2016
+./isc-config.sh.docbook SGML 2009,2014,2015,2016,2018
./isc-config.sh.html HTML DOCBOOK
-./isc-config.sh.in SH 2000,2001,2003,2004,2007,2012,2013,2015,2016,2017
-./lib/.gitignore X 2012
-./lib/Atffile X 2011,2014,2016
-./lib/Kyuafile X 2017
+./isc-config.sh.in SH 2000,2001,2003,2004,2007,2012,2013,2015,2016,2017,2018
+./lib/.gitignore X 2012,2018
+./lib/Atffile X 2011,2014,2016,2018
+./lib/Kyuafile X 2017,2018
./lib/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2012,2013,2014,2016,2018
-./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012,2014,2015,2016,2017
+./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012,2014,2015,2016,2017,2018
./lib/bind9/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/bind9/check.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/bind9/getaddresses.c C 2001,2002,2004,2005,2007,2014,2015,2016,2017
-./lib/bind9/include/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/bind9/include/bind9/Makefile.in MAKE 2001,2004,2007,2012,2015,2016
-./lib/bind9/include/bind9/check.h C 2001,2004,2005,2006,2007,2016
-./lib/bind9/include/bind9/getaddresses.h C 2001,2004,2005,2006,2007,2009,2016,2017
-./lib/bind9/include/bind9/version.h C 2001,2004,2005,2006,2007,2016
-./lib/bind9/version.c C 2001,2004,2005,2007,2016
-./lib/bind9/win32/DLLMain.c C 2001,2004,2007,2016
-./lib/bind9/win32/libbind9.def X 2001
-./lib/bind9/win32/libbind9.dsp.in X 2001,2004,2005,2009,2011,2013,2014,2015,2016
-./lib/bind9/win32/libbind9.dsw X 2001
-./lib/bind9/win32/libbind9.mak.in X 2001,2002,2004,2005,2006,2009,2011,2013,2014,2015
-./lib/bind9/win32/libbind9.vcxproj.filters.in X 2013,2015,2016
-./lib/bind9/win32/libbind9.vcxproj.in X 2013,2014,2015,2016,2017
-./lib/bind9/win32/libbind9.vcxproj.user X 2013
-./lib/bind9/win32/version.c C 1998,1999,2000,2001,2004,2007,2016
-./lib/dns/.gitignore X 2012,2013,2016
-./lib/dns/Atffile X 2011
-./lib/dns/Kyuafile X 2017
-./lib/dns/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/acache.c C 2004,2005,2006,2007,2008,2012,2013,2015,2016,2017
-./lib/dns/acl.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2013,2014,2016
+./lib/bind9/getaddresses.c C 2001,2002,2004,2005,2007,2014,2015,2016,2017,2018
+./lib/bind9/include/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/bind9/include/bind9/Makefile.in MAKE 2001,2004,2007,2012,2015,2016,2018
+./lib/bind9/include/bind9/check.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/bind9/include/bind9/getaddresses.h C 2001,2004,2005,2006,2007,2009,2016,2017,2018
+./lib/bind9/include/bind9/version.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/bind9/version.c C 2001,2004,2005,2007,2016,2018
+./lib/bind9/win32/DLLMain.c C 2001,2004,2007,2016,2018
+./lib/bind9/win32/libbind9.def X 2001,2018
+./lib/bind9/win32/libbind9.dsp.in X 2001,2004,2005,2009,2011,2013,2014,2015,2016,2018
+./lib/bind9/win32/libbind9.dsw X 2001,2018
+./lib/bind9/win32/libbind9.mak.in X 2001,2002,2004,2005,2006,2009,2011,2013,2014,2015,2018
+./lib/bind9/win32/libbind9.vcxproj.filters.in X 2013,2015,2016,2018
+./lib/bind9/win32/libbind9.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./lib/bind9/win32/libbind9.vcxproj.user X 2013,2018
+./lib/bind9/win32/version.c C 1998,1999,2000,2001,2004,2007,2016,2018
+./lib/dns/.gitignore X 2012,2013,2016,2018
+./lib/dns/Atffile X 2011,2018
+./lib/dns/Kyuafile X 2017,2018
+./lib/dns/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/acache.c C 2004,2005,2006,2007,2008,2012,2013,2015,2016,2017,2018
+./lib/dns/acl.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2013,2014,2016,2018
./lib/dns/adb.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/api X 1999,2000,2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/badcache.c C 2014,2015,2016
+./lib/dns/badcache.c C 2014,2015,2016,2018
./lib/dns/byaddr.c C 2000,2001,2002,2003,2004,2005,2007,2009,2013,2016,2017,2018
-./lib/dns/cache.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/callbacks.c C 1999,2000,2001,2004,2005,2007,2011,2012,2015,2016
+./lib/dns/cache.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/callbacks.c C 1999,2000,2001,2004,2005,2007,2011,2012,2015,2016,2018
./lib/dns/catz.c C 2016,2017,2018
-./lib/dns/client.c C 2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/clientinfo.c C 2011,2014,2016
-./lib/dns/compress.c C 1999,2000,2001,2004,2005,2006,2007,2015,2016
-./lib/dns/db.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2015,2016
-./lib/dns/dbiterator.c C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/dbtable.c C 1999,2000,2001,2004,2005,2007,2013,2016
+./lib/dns/client.c C 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/clientinfo.c C 2011,2014,2016,2018
+./lib/dns/compress.c C 1999,2000,2001,2004,2005,2006,2007,2015,2016,2018
+./lib/dns/db.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2015,2016,2018
+./lib/dns/dbiterator.c C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/dbtable.c C 1999,2000,2001,2004,2005,2007,2013,2016,2018
./lib/dns/diff.c C 2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2013,2014,2015,2016,2017,2018
-./lib/dns/dispatch.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/dlz.c C.PORTION 1999,2000,2001,2005,2007,2009,2010,2011,2012,2013,2015,2016
-./lib/dns/dns64.c C 2010,2011,2014,2016,2017
-./lib/dns/dnssec.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/dispatch.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/dlz.c C.PORTION 1999,2000,2001,2005,2007,2009,2010,2011,2012,2013,2015,2016,2018
+./lib/dns/dns64.c C 2010,2011,2014,2016,2017,2018
+./lib/dns/dnssec.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/dnstap.c C 2015,2016,2017,2018
-./lib/dns/dnstap.proto X 2015
-./lib/dns/ds.c C 2002,2003,2004,2005,2006,2007,2010,2012,2014,2016
+./lib/dns/dnstap.proto X 2015,2018
+./lib/dns/ds.c C 2002,2003,2004,2005,2006,2007,2010,2012,2014,2016,2018
./lib/dns/dst_api.c C.NAI 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/dst_gost.h C 2014,2016
-./lib/dns/dst_internal.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2017
-./lib/dns/dst_lib.c C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/dst_openssl.h C 2002,2004,2005,2007,2008,2009,2011,2012,2015,2016
+./lib/dns/dst_gost.h C 2014,2016,2018
+./lib/dns/dst_internal.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2017,2018
+./lib/dns/dst_lib.c C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/dst_openssl.h C 2002,2004,2005,2007,2008,2009,2011,2012,2015,2016,2018
./lib/dns/dst_parse.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/dst_parse.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2014,2016,2017
-./lib/dns/dst_pkcs11.h C 2014,2016
-./lib/dns/dst_result.c C 1999,2000,2001,2004,2005,2007,2008,2012,2013,2014,2015,2016
-./lib/dns/dyndb.c C 2015,2016,2017
-./lib/dns/ecdb.c C 2009,2010,2011,2012,2013,2014,2015,2016
-./lib/dns/forward.c C 2000,2001,2004,2005,2007,2009,2013,2016
-./lib/dns/gen-unix.h C 1999,2000,2001,2004,2005,2007,2009,2016
-./lib/dns/gen-win32.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014,2016
-./lib/dns/gen.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017
+./lib/dns/dst_parse.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2014,2016,2017,2018
+./lib/dns/dst_pkcs11.h C 2014,2016,2018
+./lib/dns/dst_result.c C 1999,2000,2001,2004,2005,2007,2008,2012,2013,2014,2015,2016,2018
+./lib/dns/dyndb.c C 2015,2016,2017,2018
+./lib/dns/ecdb.c C 2009,2010,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/forward.c C 2000,2001,2004,2005,2007,2009,2013,2016,2018
+./lib/dns/gen-unix.h C 1999,2000,2001,2004,2005,2007,2009,2016,2018
+./lib/dns/gen-win32.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014,2016,2018
+./lib/dns/gen.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018
./lib/dns/geoip.c C 2013,2014,2015,2016,2018
-./lib/dns/gssapi_link.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016
-./lib/dns/gssapictx.c C 2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/gssapi_link.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/gssapictx.c C 2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/hmac_link.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016
-./lib/dns/include/dns/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2007,2008,2009,2011,2012,2013,2014,2015,2016
-./lib/dns/include/dns/acache.h C 2004,2006,2007,2013,2016
-./lib/dns/include/dns/acl.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2011,2013,2014,2016
-./lib/dns/include/dns/adb.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2013,2014,2015,2016
-./lib/dns/include/dns/badcache.h C 2014,2016
-./lib/dns/include/dns/bit.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/byaddr.h C 2000,2001,2002,2003,2004,2005,2006,2007,2016
-./lib/dns/include/dns/cache.h C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2013,2016
-./lib/dns/include/dns/callbacks.h C 1999,2000,2001,2002,2004,2005,2006,2007,2011,2012,2013,2016
-./lib/dns/include/dns/catz.h C 2016
-./lib/dns/include/dns/cert.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/client.h C 2009,2013,2014,2016,2017
-./lib/dns/include/dns/clientinfo.h C 2011,2014,2016
-./lib/dns/include/dns/compress.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2015,2016,2017
-./lib/dns/include/dns/db.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/dbiterator.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/dbtable.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/diff.h C 2000,2001,2004,2005,2006,2007,2008,2009,2010,2013,2016
-./lib/dns/include/dns/dispatch.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/dlz.h C.PORTION 1999,2000,2001,2005,2006,2007,2009,2010,2011,2012,2013,2016
-./lib/dns/include/dns/dlz_dlopen.h C 2011,2012,2013,2016,2017
-./lib/dns/include/dns/dns64.h C 2010,2014,2016
-./lib/dns/include/dns/dnssec.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016
-./lib/dns/include/dns/dnstap.h C 2015,2016,2017
-./lib/dns/include/dns/ds.h C 2002,2004,2005,2006,2007,2010,2012,2014,2016
-./lib/dns/include/dns/dsdigest.h C 2012,2016
-./lib/dns/include/dns/dyndb.h C 2015,2016
-./lib/dns/include/dns/ecdb.h C 2009,2012,2016
-./lib/dns/include/dns/edns.h C 2014,2015,2016
-./lib/dns/include/dns/events.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2014,2016,2017
-./lib/dns/include/dns/fixedname.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/forward.h C 2000,2001,2004,2005,2006,2007,2009,2013,2016
-./lib/dns/include/dns/geoip.h C 2013,2014,2016
-./lib/dns/include/dns/ipkeylist.h C 2016
-./lib/dns/include/dns/iptable.h C 2007,2012,2014,2016
-./lib/dns/include/dns/journal.h C 1999,2000,2001,2004,2005,2006,2007,2008,2009,2011,2013,2016
-./lib/dns/include/dns/keydata.h C 2009,2016
-./lib/dns/include/dns/keyflags.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/keytable.h C 2000,2001,2004,2005,2007,2009,2010,2014,2015,2016
-./lib/dns/include/dns/keyvalues.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2012,2016,2017
-./lib/dns/include/dns/lib.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016
-./lib/dns/include/dns/log.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/lookup.h C 2000,2001,2004,2005,2006,2007,2009,2016
-./lib/dns/include/dns/master.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016
-./lib/dns/include/dns/masterdump.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2011,2013,2014,2015,2016,2017
-./lib/dns/include/dns/message.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/name.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2015,2016,2017
-./lib/dns/include/dns/ncache.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2016
-./lib/dns/include/dns/nsec.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2011,2012,2016
-./lib/dns/include/dns/nsec3.h C 2008,2009,2010,2011,2012,2013,2016,2017
+./lib/dns/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016,2018
+./lib/dns/include/dns/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2007,2008,2009,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/include/dns/acache.h C 2004,2006,2007,2013,2016,2018
+./lib/dns/include/dns/acl.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2011,2013,2014,2016,2018
+./lib/dns/include/dns/adb.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2013,2014,2015,2016,2018
+./lib/dns/include/dns/badcache.h C 2014,2016,2018
+./lib/dns/include/dns/bit.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/byaddr.h C 2000,2001,2002,2003,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/cache.h C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2013,2016,2018
+./lib/dns/include/dns/callbacks.h C 1999,2000,2001,2002,2004,2005,2006,2007,2011,2012,2013,2016,2018
+./lib/dns/include/dns/catz.h C 2016,2018
+./lib/dns/include/dns/cert.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/client.h C 2009,2013,2014,2016,2017,2018
+./lib/dns/include/dns/clientinfo.h C 2011,2014,2016,2018
+./lib/dns/include/dns/compress.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2015,2016,2017,2018
+./lib/dns/include/dns/db.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/dbiterator.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/dbtable.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/diff.h C 2000,2001,2004,2005,2006,2007,2008,2009,2010,2013,2016,2018
+./lib/dns/include/dns/dispatch.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/dlz.h C.PORTION 1999,2000,2001,2005,2006,2007,2009,2010,2011,2012,2013,2016,2018
+./lib/dns/include/dns/dlz_dlopen.h C 2011,2012,2013,2016,2017,2018
+./lib/dns/include/dns/dns64.h C 2010,2014,2016,2018
+./lib/dns/include/dns/dnssec.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/include/dns/dnstap.h C 2015,2016,2017,2018
+./lib/dns/include/dns/ds.h C 2002,2004,2005,2006,2007,2010,2012,2014,2016,2018
+./lib/dns/include/dns/dsdigest.h C 2012,2016,2018
+./lib/dns/include/dns/dyndb.h C 2015,2016,2018
+./lib/dns/include/dns/ecdb.h C 2009,2012,2016,2018
+./lib/dns/include/dns/edns.h C 2014,2015,2016,2018
+./lib/dns/include/dns/events.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2014,2016,2017,2018
+./lib/dns/include/dns/fixedname.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/forward.h C 2000,2001,2004,2005,2006,2007,2009,2013,2016,2018
+./lib/dns/include/dns/geoip.h C 2013,2014,2016,2018
+./lib/dns/include/dns/ipkeylist.h C 2016,2018
+./lib/dns/include/dns/iptable.h C 2007,2012,2014,2016,2018
+./lib/dns/include/dns/journal.h C 1999,2000,2001,2004,2005,2006,2007,2008,2009,2011,2013,2016,2018
+./lib/dns/include/dns/keydata.h C 2009,2016,2018
+./lib/dns/include/dns/keyflags.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/keytable.h C 2000,2001,2004,2005,2007,2009,2010,2014,2015,2016,2018
+./lib/dns/include/dns/keyvalues.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2012,2016,2017,2018
+./lib/dns/include/dns/lib.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2018
+./lib/dns/include/dns/log.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/lookup.h C 2000,2001,2004,2005,2006,2007,2009,2016,2018
+./lib/dns/include/dns/master.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016,2018
+./lib/dns/include/dns/masterdump.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2011,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/message.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/name.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2015,2016,2017,2018
+./lib/dns/include/dns/ncache.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2016,2018
+./lib/dns/include/dns/nsec.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2011,2012,2016,2018
+./lib/dns/include/dns/nsec3.h C 2008,2009,2010,2011,2012,2013,2016,2017,2018
./lib/dns/include/dns/nta.h C 2014,2015,2016,2018
-./lib/dns/include/dns/opcode.h C 2002,2004,2005,2006,2007,2016
-./lib/dns/include/dns/order.h C 2002,2004,2005,2006,2007,2016,2017
-./lib/dns/include/dns/peer.h C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2013,2014,2015,2016
-./lib/dns/include/dns/portlist.h C 2003,2004,2005,2006,2007,2016
-./lib/dns/include/dns/private.h C 2009,2011,2012,2016
-./lib/dns/include/dns/rbt.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/rcode.h C 1999,2000,2001,2004,2005,2006,2007,2008,2016
-./lib/dns/include/dns/rdata.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2016,2017
-./lib/dns/include/dns/rdataclass.h C 1998,1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/rdatalist.h C 1999,2000,2001,2004,2005,2006,2007,2008,2015,2016
-./lib/dns/include/dns/rdataset.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016
-./lib/dns/include/dns/rdatasetiter.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/rdataslab.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2016
-./lib/dns/include/dns/rdatatype.h C 1998,1999,2000,2001,2004,2005,2006,2007,2008,2016
-./lib/dns/include/dns/request.h C 2000,2001,2002,2004,2005,2006,2007,2009,2010,2013,2014,2015,2016
-./lib/dns/include/dns/resolver.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/result.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
-./lib/dns/include/dns/rootns.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/rpz.h C 2011,2012,2013,2015,2016,2017
-./lib/dns/include/dns/rriterator.h C 2009,2011,2016
-./lib/dns/include/dns/rrl.h C 2013,2015,2016,2017
-./lib/dns/include/dns/sdb.h C 2000,2001,2004,2005,2006,2007,2009,2011,2012,2016
-./lib/dns/include/dns/sdlz.h C.PORTION 1999,2000,2001,2005,2006,2007,2009,2010,2011,2012,2016
-./lib/dns/include/dns/secalg.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016
-./lib/dns/include/dns/secproto.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/soa.h C 2000,2001,2004,2005,2006,2007,2009,2016
+./lib/dns/include/dns/opcode.h C 2002,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/order.h C 2002,2004,2005,2006,2007,2016,2017,2018
+./lib/dns/include/dns/peer.h C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2013,2014,2015,2016,2018
+./lib/dns/include/dns/portlist.h C 2003,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/private.h C 2009,2011,2012,2016,2018
+./lib/dns/include/dns/rbt.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/rcode.h C 1999,2000,2001,2004,2005,2006,2007,2008,2016,2018
+./lib/dns/include/dns/rdata.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2016,2017,2018
+./lib/dns/include/dns/rdataclass.h C 1998,1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/rdatalist.h C 1999,2000,2001,2004,2005,2006,2007,2008,2015,2016,2018
+./lib/dns/include/dns/rdataset.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2018
+./lib/dns/include/dns/rdatasetiter.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/rdataslab.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2016,2018
+./lib/dns/include/dns/rdatatype.h C 1998,1999,2000,2001,2004,2005,2006,2007,2008,2016,2018
+./lib/dns/include/dns/request.h C 2000,2001,2002,2004,2005,2006,2007,2009,2010,2013,2014,2015,2016,2018
+./lib/dns/include/dns/resolver.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/result.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/include/dns/rootns.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/rpz.h C 2011,2012,2013,2015,2016,2017,2018
+./lib/dns/include/dns/rriterator.h C 2009,2011,2016,2018
+./lib/dns/include/dns/rrl.h C 2013,2015,2016,2017,2018
+./lib/dns/include/dns/sdb.h C 2000,2001,2004,2005,2006,2007,2009,2011,2012,2016,2018
+./lib/dns/include/dns/sdlz.h C.PORTION 1999,2000,2001,2005,2006,2007,2009,2010,2011,2012,2016,2018
+./lib/dns/include/dns/secalg.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2018
+./lib/dns/include/dns/secproto.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/soa.h C 2000,2001,2004,2005,2006,2007,2009,2016,2018
./lib/dns/include/dns/ssu.h C 2000,2001,2003,2004,2005,2006,2007,2008,2010,2011,2016,2017,2018
-./lib/dns/include/dns/stats.h C 2000,2001,2004,2005,2006,2007,2008,2009,2012,2014,2015,2016
-./lib/dns/include/dns/tcpmsg.h C 1999,2000,2001,2004,2005,2006,2007,2015,2016
-./lib/dns/include/dns/time.h C 1999,2000,2001,2004,2005,2006,2007,2012,2016
-./lib/dns/include/dns/timer.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/tkey.h C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2011,2016
-./lib/dns/include/dns/tsec.h C 2009,2010,2012,2016
-./lib/dns/include/dns/tsig.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2016
-./lib/dns/include/dns/ttl.h C 1999,2000,2001,2004,2005,2006,2007,2014,2016
-./lib/dns/include/dns/types.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/update.h C 2011,2015,2016
-./lib/dns/include/dns/validator.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2016
-./lib/dns/include/dns/version.h C 2001,2004,2005,2006,2007,2012,2013,2016
-./lib/dns/include/dns/view.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dns/xfrin.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2013,2016
+./lib/dns/include/dns/stats.h C 2000,2001,2004,2005,2006,2007,2008,2009,2012,2014,2015,2016,2018
+./lib/dns/include/dns/tcpmsg.h C 1999,2000,2001,2004,2005,2006,2007,2015,2016,2018
+./lib/dns/include/dns/time.h C 1999,2000,2001,2004,2005,2006,2007,2012,2016,2018
+./lib/dns/include/dns/timer.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/tkey.h C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2011,2016,2018
+./lib/dns/include/dns/tsec.h C 2009,2010,2012,2016,2018
+./lib/dns/include/dns/tsig.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2016,2018
+./lib/dns/include/dns/ttl.h C 1999,2000,2001,2004,2005,2006,2007,2014,2016,2018
+./lib/dns/include/dns/types.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/update.h C 2011,2015,2016,2018
+./lib/dns/include/dns/validator.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2016,2018
+./lib/dns/include/dns/version.h C 2001,2004,2005,2006,2007,2012,2013,2016,2018
+./lib/dns/include/dns/view.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dns/xfrin.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2013,2016,2018
./lib/dns/include/dns/zone.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/include/dns/zonekey.h C 2001,2004,2005,2006,2007,2016
-./lib/dns/include/dns/zt.h C 1999,2000,2001,2002,2004,2005,2006,2007,2011,2016,2017
-./lib/dns/include/dst/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2015,2016
-./lib/dns/include/dst/dst.h C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/include/dst/gssapi.h C 2000,2001,2004,2005,2006,2007,2009,2010,2011,2013,2016
-./lib/dns/include/dst/lib.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/dns/include/dst/result.h C 1999,2000,2001,2004,2005,2006,2007,2008,2012,2014,2016
+./lib/dns/include/dns/zonekey.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dns/zt.h C 1999,2000,2001,2002,2004,2005,2006,2007,2011,2016,2017,2018
+./lib/dns/include/dst/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2015,2016,2018
+./lib/dns/include/dst/dst.h C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/include/dst/gssapi.h C 2000,2001,2004,2005,2006,2007,2009,2010,2011,2013,2016,2018
+./lib/dns/include/dst/lib.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/dns/include/dst/result.h C 1999,2000,2001,2004,2005,2006,2007,2008,2012,2014,2016,2018
./lib/dns/ipkeylist.c C 2016,2018
-./lib/dns/iptable.c C 2007,2008,2009,2013,2014,2016,2017
-./lib/dns/journal.c C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017
-./lib/dns/key.c C 2001,2004,2005,2006,2007,2011,2016
-./lib/dns/keydata.c C 2009,2014,2016
+./lib/dns/iptable.c C 2007,2008,2009,2013,2014,2016,2017,2018
+./lib/dns/journal.c C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
+./lib/dns/key.c C 2001,2004,2005,2006,2007,2011,2016,2018
+./lib/dns/keydata.c C 2009,2014,2016,2018
./lib/dns/keytable.c C 2000,2001,2004,2005,2007,2009,2010,2013,2014,2015,2016,2018
-./lib/dns/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016
-./lib/dns/log.c C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/lookup.c C 2000,2001,2003,2004,2005,2007,2013,2016
-./lib/dns/mapapi X 2013
+./lib/dns/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016,2018
+./lib/dns/log.c C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/lookup.c C 2000,2001,2003,2004,2005,2007,2013,2016,2018
+./lib/dns/mapapi X 2013,2018
./lib/dns/master.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/masterdump.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/masterdump.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/message.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/name.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/ncache.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2010,2011,2012,2013,2014,2015,2016
-./lib/dns/nsec.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016
-./lib/dns/nsec3.c C 2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/name.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/ncache.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2010,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/nsec.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/nsec3.c C 2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/nta.c C 2014,2015,2016,2017,2018
-./lib/dns/openssl_link.c C.NAI 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
-./lib/dns/openssldh_link.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/openssldsa_link.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/opensslecdsa_link.c C 2012,2013,2014,2015,2016,2017
-./lib/dns/openssleddsa_link.c C 2017
-./lib/dns/opensslgost_link.c C 2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/opensslrsa_link.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/order.c C 2002,2004,2005,2007,2015,2016
-./lib/dns/peer.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016
-./lib/dns/pkcs11.c C 2014,2016
-./lib/dns/pkcs11dh_link.c C 2014,2015,2016,2017
-./lib/dns/pkcs11dsa_link.c C 2014,2015,2016,2017
-./lib/dns/pkcs11ecdsa_link.c C 2014,2015,2016,2017
-./lib/dns/pkcs11eddsa_link.c C 2017
-./lib/dns/pkcs11gost_link.c C 2014,2015,2016,2017
-./lib/dns/pkcs11rsa_link.c C 2014,2015,2016,2017
-./lib/dns/portlist.c C 2003,2004,2005,2006,2007,2014,2016
-./lib/dns/private.c C 2009,2011,2012,2015,2016,2017
+./lib/dns/openssl_link.c C.NAI 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
+./lib/dns/openssldh_link.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/openssldsa_link.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/opensslecdsa_link.c C 2012,2013,2014,2015,2016,2017,2018
+./lib/dns/openssleddsa_link.c C 2017,2018
+./lib/dns/opensslgost_link.c C 2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/opensslrsa_link.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/order.c C 2002,2004,2005,2007,2015,2016,2018
+./lib/dns/peer.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2018
+./lib/dns/pkcs11.c C 2014,2016,2018
+./lib/dns/pkcs11dh_link.c C 2014,2015,2016,2017,2018
+./lib/dns/pkcs11dsa_link.c C 2014,2015,2016,2017,2018
+./lib/dns/pkcs11ecdsa_link.c C 2014,2015,2016,2017,2018
+./lib/dns/pkcs11eddsa_link.c C 2017,2018
+./lib/dns/pkcs11gost_link.c C 2014,2015,2016,2017,2018
+./lib/dns/pkcs11rsa_link.c C 2014,2015,2016,2017,2018
+./lib/dns/portlist.c C 2003,2004,2005,2006,2007,2014,2016,2018
+./lib/dns/private.c C 2009,2011,2012,2015,2016,2017,2018
./lib/dns/rbt.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/rbtdb.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/rbtdb.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016
-./lib/dns/rbtdb64.c C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rbtdb64.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rcode.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/rbtdb.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/dns/rbtdb64.c C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rbtdb64.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rcode.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/rdata.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/rdata/any_255/tsig_250.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017
-./lib/dns/rdata/any_255/tsig_250.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/ch_3/a_1.c C 2005,2007,2009,2014,2015,2016,2017
-./lib/dns/rdata/ch_3/a_1.h C 2005,2007,2016
-./lib/dns/rdata/generic/afsdb_18.c C 1999,2000,2001,2003,2004,2005,2007,2009,2014,2015,2016,2017
-./lib/dns/rdata/generic/afsdb_18.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/avc_258.c C 2016
-./lib/dns/rdata/generic/avc_258.h C 2016
-./lib/dns/rdata/generic/caa_257.c C 2014,2015,2016,2017
+./lib/dns/rdata/any_255/tsig_250.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017,2018
+./lib/dns/rdata/any_255/tsig_250.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/ch_3/a_1.c C 2005,2007,2009,2014,2015,2016,2017,2018
+./lib/dns/rdata/ch_3/a_1.h C 2005,2007,2016,2018
+./lib/dns/rdata/generic/afsdb_18.c C 1999,2000,2001,2003,2004,2005,2007,2009,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/afsdb_18.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/avc_258.c C 2016,2018
+./lib/dns/rdata/generic/avc_258.h C 2016,2018
+./lib/dns/rdata/generic/caa_257.c C 2014,2015,2016,2017,2018
./lib/dns/rdata/generic/caa_257.h C 2014,2016,2018
-./lib/dns/rdata/generic/cdnskey_60.c C 2014,2015,2016
-./lib/dns/rdata/generic/cdnskey_60.h C 2014,2015,2016
-./lib/dns/rdata/generic/cds_59.c C 2014,2015,2016
-./lib/dns/rdata/generic/cds_59.h C 2014,2015,2016
-./lib/dns/rdata/generic/cert_37.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017
-./lib/dns/rdata/generic/cert_37.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/cname_5.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/cname_5.h C 1998,1999,2000,2001,2004,2007,2016
-./lib/dns/rdata/generic/csync_62.c C 2015,2016,2017
-./lib/dns/rdata/generic/csync_62.h C 2015,2016
-./lib/dns/rdata/generic/dlv_32769.c C 2004,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016
-./lib/dns/rdata/generic/dlv_32769.h C 2004,2006,2007,2015,2016
-./lib/dns/rdata/generic/dname_39.c C 1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/dname_39.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/dnskey_48.c C 2003,2004,2005,2007,2009,2011,2012,2013,2015,2016
-./lib/dns/rdata/generic/dnskey_48.h C 2003,2004,2005,2007,2015,2016
-./lib/dns/rdata/generic/doa_259.c C 2017
-./lib/dns/rdata/generic/doa_259.h C 2017
-./lib/dns/rdata/generic/ds_43.c C 2002,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/ds_43.h C 2002,2004,2005,2007,2016
-./lib/dns/rdata/generic/eui48_108.c C 2013,2014,2015,2016
-./lib/dns/rdata/generic/eui48_108.h C 2013,2016
-./lib/dns/rdata/generic/eui64_109.c C 2013,2014,2015,2016
-./lib/dns/rdata/generic/eui64_109.h C 2013,2016
-./lib/dns/rdata/generic/gpos_27.c C 1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016
-./lib/dns/rdata/generic/gpos_27.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/hinfo_13.c C 1998,1999,2000,2001,2002,2004,2007,2009,2014,2015,2016
-./lib/dns/rdata/generic/hinfo_13.h C 1998,1999,2000,2001,2004,2007,2016
-./lib/dns/rdata/generic/hip_55.c C 2009,2011,2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/hip_55.h C 2009,2016
-./lib/dns/rdata/generic/ipseckey_45.c C 2005,2007,2009,2011,2012,2014,2015,2016,2017
-./lib/dns/rdata/generic/ipseckey_45.h C 2005,2007,2016
-./lib/dns/rdata/generic/isdn_20.c C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2014,2015,2016
-./lib/dns/rdata/generic/isdn_20.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/key_25.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2013,2015,2016,2017
-./lib/dns/rdata/generic/key_25.h C 1999,2000,2001,2004,2005,2007,2015,2016
-./lib/dns/rdata/generic/keydata_65533.c C 2009,2011,2012,2013,2015,2016,2017
-./lib/dns/rdata/generic/keydata_65533.h C 2009,2016
-./lib/dns/rdata/generic/l32_105.c C 2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/l32_105.h C 2013,2016
-./lib/dns/rdata/generic/l64_106.c C 2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/l64_106.h C 2013,2016
+./lib/dns/rdata/generic/cdnskey_60.c C 2014,2015,2016,2018
+./lib/dns/rdata/generic/cdnskey_60.h C 2014,2015,2016,2018
+./lib/dns/rdata/generic/cds_59.c C 2014,2015,2016,2018
+./lib/dns/rdata/generic/cds_59.h C 2014,2015,2016,2018
+./lib/dns/rdata/generic/cert_37.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017,2018
+./lib/dns/rdata/generic/cert_37.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/cname_5.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/cname_5.h C 1998,1999,2000,2001,2004,2007,2016,2018
+./lib/dns/rdata/generic/csync_62.c C 2015,2016,2017,2018
+./lib/dns/rdata/generic/csync_62.h C 2015,2016,2018
+./lib/dns/rdata/generic/dlv_32769.c C 2004,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/rdata/generic/dlv_32769.h C 2004,2006,2007,2015,2016,2018
+./lib/dns/rdata/generic/dname_39.c C 1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/dname_39.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/dnskey_48.c C 2003,2004,2005,2007,2009,2011,2012,2013,2015,2016,2018
+./lib/dns/rdata/generic/dnskey_48.h C 2003,2004,2005,2007,2015,2016,2018
+./lib/dns/rdata/generic/doa_259.c C 2017,2018
+./lib/dns/rdata/generic/doa_259.h C 2017,2018
+./lib/dns/rdata/generic/ds_43.c C 2002,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/ds_43.h C 2002,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/eui48_108.c C 2013,2014,2015,2016,2018
+./lib/dns/rdata/generic/eui48_108.h C 2013,2016,2018
+./lib/dns/rdata/generic/eui64_109.c C 2013,2014,2015,2016,2018
+./lib/dns/rdata/generic/eui64_109.h C 2013,2016,2018
+./lib/dns/rdata/generic/gpos_27.c C 1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/generic/gpos_27.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/hinfo_13.c C 1998,1999,2000,2001,2002,2004,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/generic/hinfo_13.h C 1998,1999,2000,2001,2004,2007,2016,2018
+./lib/dns/rdata/generic/hip_55.c C 2009,2011,2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/hip_55.h C 2009,2016,2018
+./lib/dns/rdata/generic/ipseckey_45.c C 2005,2007,2009,2011,2012,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/ipseckey_45.h C 2005,2007,2016,2018
+./lib/dns/rdata/generic/isdn_20.c C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2014,2015,2016,2018
+./lib/dns/rdata/generic/isdn_20.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/key_25.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2013,2015,2016,2017,2018
+./lib/dns/rdata/generic/key_25.h C 1999,2000,2001,2004,2005,2007,2015,2016,2018
+./lib/dns/rdata/generic/keydata_65533.c C 2009,2011,2012,2013,2015,2016,2017,2018
+./lib/dns/rdata/generic/keydata_65533.h C 2009,2016,2018
+./lib/dns/rdata/generic/l32_105.c C 2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/l32_105.h C 2013,2016,2018
+./lib/dns/rdata/generic/l64_106.c C 2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/l64_106.h C 2013,2016,2018
./lib/dns/rdata/generic/loc_29.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2015,2016,2017,2018
-./lib/dns/rdata/generic/loc_29.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/lp_107.c C 2013,2015,2016,2017
-./lib/dns/rdata/generic/lp_107.h C 2013,2016
-./lib/dns/rdata/generic/mb_7.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/mb_7.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/md_3.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/md_3.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/mf_4.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/mf_4.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/mg_8.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/mg_8.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/minfo_14.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/minfo_14.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/mr_9.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/mr_9.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/mx_15.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2012,2015,2016,2017
-./lib/dns/rdata/generic/mx_15.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/naptr_35.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/naptr_35.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016
-./lib/dns/rdata/generic/nid_104.c C 2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/nid_104.h C 2013,2016
-./lib/dns/rdata/generic/ninfo_56.c C 2015,2016
-./lib/dns/rdata/generic/ninfo_56.h C 2015,2016
-./lib/dns/rdata/generic/ns_2.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/ns_2.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/nsec3_50.c C 2008,2009,2011,2012,2014,2015,2016,2017
-./lib/dns/rdata/generic/nsec3_50.h C 2008,2011,2012,2016
-./lib/dns/rdata/generic/nsec3param_51.c C 2008,2009,2015,2016,2017
-./lib/dns/rdata/generic/nsec3param_51.h C 2008,2016
-./lib/dns/rdata/generic/nsec_47.c C 2003,2004,2007,2008,2009,2011,2015,2016
-./lib/dns/rdata/generic/nsec_47.h C 2003,2004,2005,2007,2008,2016
-./lib/dns/rdata/generic/null_10.c C 1998,1999,2000,2001,2002,2004,2007,2009,2011,2012,2015,2016
-./lib/dns/rdata/generic/null_10.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/nxt_30.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2015,2016,2017
-./lib/dns/rdata/generic/nxt_30.h C 1999,2000,2001,2002,2004,2005,2007,2016
-./lib/dns/rdata/generic/openpgpkey_61.c C 2014,2015,2016
-./lib/dns/rdata/generic/openpgpkey_61.h C 2014,2016
-./lib/dns/rdata/generic/opt_41.c C 1998,1999,2000,2001,2002,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/opt_41.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/proforma.c C 1998,1999,2000,2001,2002,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/proforma.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/ptr_12.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2017
-./lib/dns/rdata/generic/ptr_12.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/rkey_57.c C 2015,2016
-./lib/dns/rdata/generic/rkey_57.h C 2015,2016
-./lib/dns/rdata/generic/rp_17.c C 1999,2000,2001,2004,2005,2007,2009,2015,2016
-./lib/dns/rdata/generic/rp_17.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/rrsig_46.c C 2003,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rdata/generic/rrsig_46.h C 2003,2004,2005,2007,2016
-./lib/dns/rdata/generic/rt_21.c C 1999,2000,2001,2003,2004,2005,2007,2009,2014,2015,2016,2017
-./lib/dns/rdata/generic/rt_21.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/sig_24.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017
-./lib/dns/rdata/generic/sig_24.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/sink_40.c C 2015,2016,2017
-./lib/dns/rdata/generic/sink_40.h C 2015,2016
-./lib/dns/rdata/generic/smimea_53.c C 2015,2016
-./lib/dns/rdata/generic/smimea_53.h C 2015,2016
-./lib/dns/rdata/generic/soa_6.c C 1998,1999,2000,2001,2002,2004,2007,2009,2011,2012,2014,2015,2016,2017
-./lib/dns/rdata/generic/soa_6.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/spf_99.c C 1998,1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016
-./lib/dns/rdata/generic/spf_99.h C 1998,1999,2000,2001,2004,2005,2007,2014,2016
-./lib/dns/rdata/generic/sshfp_44.c C 2003,2004,2006,2007,2009,2011,2012,2013,2015,2016,2017
-./lib/dns/rdata/generic/sshfp_44.h C 2003,2004,2005,2006,2007,2016
-./lib/dns/rdata/generic/ta_32768.c C 2015,2016
-./lib/dns/rdata/generic/ta_32768.h C 2015,2016
-./lib/dns/rdata/generic/talink_58.c C 2015,2016
-./lib/dns/rdata/generic/talink_58.h C 2015,2016
-./lib/dns/rdata/generic/tkey_249.c C 1999,2000,2001,2002,2003,2004,2007,2009,2011,2012,2014,2015,2016,2017
-./lib/dns/rdata/generic/tkey_249.h C 1999,2000,2001,2003,2004,2005,2007,2016
-./lib/dns/rdata/generic/tlsa_52.c C 2012,2014,2015,2016,2017
-./lib/dns/rdata/generic/tlsa_52.h C 2012,2014,2016
-./lib/dns/rdata/generic/txt_16.c C 1998,1999,2000,2001,2002,2004,2007,2008,2009,2012,2014,2015,2016
-./lib/dns/rdata/generic/txt_16.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/unspec_103.c C 1999,2000,2001,2002,2004,2007,2009,2015,2016
-./lib/dns/rdata/generic/unspec_103.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/generic/uri_256.c C 2011,2012,2014,2015,2016,2017
-./lib/dns/rdata/generic/uri_256.h C 2011,2012,2016
-./lib/dns/rdata/generic/x25_19.c C 1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016
-./lib/dns/rdata/generic/x25_19.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/hs_4/a_1.c C 1999,2000,2001,2002,2004,2007,2009,2014,2015,2016
-./lib/dns/rdata/hs_4/a_1.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/a6_38.c C 1999,2000,2001,2002,2003,2004,2007,2009,2014,2015,2016,2017
-./lib/dns/rdata/in_1/a6_38.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/a_1.c C 1998,1999,2000,2001,2002,2004,2007,2009,2014,2015,2016
-./lib/dns/rdata/in_1/a_1.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/aaaa_28.c C 1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016
-./lib/dns/rdata/in_1/aaaa_28.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/apl_42.c C 2002,2004,2005,2007,2008,2009,2014,2015,2016
-./lib/dns/rdata/in_1/apl_42.h C 2002,2004,2005,2007,2016
+./lib/dns/rdata/generic/loc_29.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/lp_107.c C 2013,2015,2016,2017,2018
+./lib/dns/rdata/generic/lp_107.h C 2013,2016,2018
+./lib/dns/rdata/generic/mb_7.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/mb_7.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/md_3.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/md_3.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/mf_4.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/mf_4.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/mg_8.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/mg_8.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/minfo_14.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/minfo_14.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/mr_9.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/mr_9.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/mx_15.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2012,2015,2016,2017,2018
+./lib/dns/rdata/generic/mx_15.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/naptr_35.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/naptr_35.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/dns/rdata/generic/nid_104.c C 2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/nid_104.h C 2013,2016,2018
+./lib/dns/rdata/generic/ninfo_56.c C 2015,2016,2018
+./lib/dns/rdata/generic/ninfo_56.h C 2015,2016,2018
+./lib/dns/rdata/generic/ns_2.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/ns_2.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/nsec3_50.c C 2008,2009,2011,2012,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/nsec3_50.h C 2008,2011,2012,2016,2018
+./lib/dns/rdata/generic/nsec3param_51.c C 2008,2009,2015,2016,2017,2018
+./lib/dns/rdata/generic/nsec3param_51.h C 2008,2016,2018
+./lib/dns/rdata/generic/nsec_47.c C 2003,2004,2007,2008,2009,2011,2015,2016,2018
+./lib/dns/rdata/generic/nsec_47.h C 2003,2004,2005,2007,2008,2016,2018
+./lib/dns/rdata/generic/null_10.c C 1998,1999,2000,2001,2002,2004,2007,2009,2011,2012,2015,2016,2018
+./lib/dns/rdata/generic/null_10.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/nxt_30.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2015,2016,2017,2018
+./lib/dns/rdata/generic/nxt_30.h C 1999,2000,2001,2002,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/openpgpkey_61.c C 2014,2015,2016,2018
+./lib/dns/rdata/generic/openpgpkey_61.h C 2014,2016,2018
+./lib/dns/rdata/generic/opt_41.c C 1998,1999,2000,2001,2002,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/opt_41.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/proforma.c C 1998,1999,2000,2001,2002,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/proforma.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/ptr_12.c C 1998,1999,2000,2001,2004,2007,2009,2015,2016,2017,2018
+./lib/dns/rdata/generic/ptr_12.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/rkey_57.c C 2015,2016,2018
+./lib/dns/rdata/generic/rkey_57.h C 2015,2016,2018
+./lib/dns/rdata/generic/rp_17.c C 1999,2000,2001,2004,2005,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/rp_17.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/rrsig_46.c C 2003,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/rrsig_46.h C 2003,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/rt_21.c C 1999,2000,2001,2003,2004,2005,2007,2009,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/rt_21.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/sig_24.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017,2018
+./lib/dns/rdata/generic/sig_24.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/sink_40.c C 2015,2016,2017,2018
+./lib/dns/rdata/generic/sink_40.h C 2015,2016,2018
+./lib/dns/rdata/generic/smimea_53.c C 2015,2016,2018
+./lib/dns/rdata/generic/smimea_53.h C 2015,2016,2018
+./lib/dns/rdata/generic/soa_6.c C 1998,1999,2000,2001,2002,2004,2007,2009,2011,2012,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/soa_6.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/spf_99.c C 1998,1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/generic/spf_99.h C 1998,1999,2000,2001,2004,2005,2007,2014,2016,2018
+./lib/dns/rdata/generic/sshfp_44.c C 2003,2004,2006,2007,2009,2011,2012,2013,2015,2016,2017,2018
+./lib/dns/rdata/generic/sshfp_44.h C 2003,2004,2005,2006,2007,2016,2018
+./lib/dns/rdata/generic/ta_32768.c C 2015,2016,2018
+./lib/dns/rdata/generic/ta_32768.h C 2015,2016,2018
+./lib/dns/rdata/generic/talink_58.c C 2015,2016,2018
+./lib/dns/rdata/generic/talink_58.h C 2015,2016,2018
+./lib/dns/rdata/generic/tkey_249.c C 1999,2000,2001,2002,2003,2004,2007,2009,2011,2012,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/tkey_249.h C 1999,2000,2001,2003,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/tlsa_52.c C 2012,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/tlsa_52.h C 2012,2014,2016,2018
+./lib/dns/rdata/generic/txt_16.c C 1998,1999,2000,2001,2002,2004,2007,2008,2009,2012,2014,2015,2016,2018
+./lib/dns/rdata/generic/txt_16.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/unspec_103.c C 1999,2000,2001,2002,2004,2007,2009,2015,2016,2018
+./lib/dns/rdata/generic/unspec_103.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/generic/uri_256.c C 2011,2012,2014,2015,2016,2017,2018
+./lib/dns/rdata/generic/uri_256.h C 2011,2012,2016,2018
+./lib/dns/rdata/generic/x25_19.c C 1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/generic/x25_19.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/hs_4/a_1.c C 1999,2000,2001,2002,2004,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/hs_4/a_1.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/a6_38.c C 1999,2000,2001,2002,2003,2004,2007,2009,2014,2015,2016,2017,2018
+./lib/dns/rdata/in_1/a6_38.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/a_1.c C 1998,1999,2000,2001,2002,2004,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/in_1/a_1.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/aaaa_28.c C 1999,2000,2001,2002,2004,2005,2007,2009,2014,2015,2016,2018
+./lib/dns/rdata/in_1/aaaa_28.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/apl_42.c C 2002,2004,2005,2007,2008,2009,2014,2015,2016,2018
+./lib/dns/rdata/in_1/apl_42.h C 2002,2004,2005,2007,2016,2018
./lib/dns/rdata/in_1/dhcid_49.c C 2006,2007,2009,2011,2012,2015,2016,2017,2018
-./lib/dns/rdata/in_1/dhcid_49.h C 2006,2007,2016
-./lib/dns/rdata/in_1/kx_36.c C 1999,2000,2001,2003,2004,2005,2007,2009,2015,2016,2017
-./lib/dns/rdata/in_1/kx_36.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/nsap-ptr_23.c C 1999,2000,2001,2004,2005,2007,2009,2015,2016
-./lib/dns/rdata/in_1/nsap-ptr_23.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/nsap_22.c C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2015,2016,2017
-./lib/dns/rdata/in_1/nsap_22.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/px_26.c C 1999,2000,2001,2003,2004,2005,2007,2009,2015,2016,2017
-./lib/dns/rdata/in_1/px_26.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/dns/rdata/in_1/srv_33.c C 1999,2000,2001,2003,2004,2005,2007,2009,2015,2016
-./lib/dns/rdata/in_1/srv_33.h C 1999,2000,2001,2004,2005,2007,2016
+./lib/dns/rdata/in_1/dhcid_49.h C 2006,2007,2016,2018
+./lib/dns/rdata/in_1/kx_36.c C 1999,2000,2001,2003,2004,2005,2007,2009,2015,2016,2017,2018
+./lib/dns/rdata/in_1/kx_36.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/nsap-ptr_23.c C 1999,2000,2001,2004,2005,2007,2009,2015,2016,2018
+./lib/dns/rdata/in_1/nsap-ptr_23.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/nsap_22.c C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2015,2016,2017,2018
+./lib/dns/rdata/in_1/nsap_22.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/px_26.c C 1999,2000,2001,2003,2004,2005,2007,2009,2015,2016,2017,2018
+./lib/dns/rdata/in_1/px_26.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/dns/rdata/in_1/srv_33.c C 1999,2000,2001,2003,2004,2005,2007,2009,2015,2016,2018
+./lib/dns/rdata/in_1/srv_33.h C 1999,2000,2001,2004,2005,2007,2016,2018
./lib/dns/rdata/in_1/wks_11.c C 1999,2000,2001,2002,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/rdata/in_1/wks_11.h C 1999,2000,2001,2004,2007,2016
-./lib/dns/rdata/rdatastructpre.h C 1999,2000,2001,2004,2007,2016
-./lib/dns/rdata/rdatastructsuf.h C 1999,2000,2001,2004,2007,2016
-./lib/dns/rdatalist.c C 1999,2000,2001,2003,2004,2005,2007,2008,2010,2011,2012,2014,2015,2016
-./lib/dns/rdatalist_p.h C 2000,2001,2004,2005,2007,2008,2015,2016
-./lib/dns/rdataset.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
-./lib/dns/rdatasetiter.c C 1999,2000,2001,2004,2005,2007,2016
+./lib/dns/rdata/in_1/wks_11.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/dns/rdata/rdatastructpre.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/dns/rdata/rdatastructsuf.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/dns/rdatalist.c C 1999,2000,2001,2003,2004,2005,2007,2008,2010,2011,2012,2014,2015,2016,2018
+./lib/dns/rdatalist_p.h C 2000,2001,2004,2005,2007,2008,2015,2016,2018
+./lib/dns/rdataset.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,2018
+./lib/dns/rdatasetiter.c C 1999,2000,2001,2004,2005,2007,2016,2018
./lib/dns/rdataslab.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
-./lib/dns/request.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
+./lib/dns/request.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
./lib/dns/resolver.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/result.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rootns.c C 1999,2000,2001,2002,2004,2005,2007,2008,2010,2012,2013,2014,2015,2016,2017
+./lib/dns/result.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/rootns.c C 1999,2000,2001,2002,2004,2005,2007,2008,2010,2012,2013,2014,2015,2016,2017,2018
./lib/dns/rpz.c C 2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/rriterator.c C 2009,2011,2012,2015,2016
+./lib/dns/rriterator.c C 2009,2011,2012,2015,2016,2018
./lib/dns/rrl.c C 2012,2013,2014,2015,2016,2017,2018
./lib/dns/sdb.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
./lib/dns/sdlz.c C.PORTION 1999,2000,2001,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/soa.c C 2000,2001,2004,2005,2007,2009,2016
-./lib/dns/spnego.asn1 X 2006
+./lib/dns/soa.c C 2000,2001,2004,2005,2007,2009,2016,2018
+./lib/dns/spnego.asn1 X 2006,2018
./lib/dns/spnego.c C 2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/spnego.h C 2006,2007,2016
+./lib/dns/spnego.h C 2006,2007,2016,2018
./lib/dns/spnego_asn1.c C 2006,2007,2012,2013,2015,2016,2018
-./lib/dns/spnego_asn1.pl PERL 2006,2007,2012,2016
+./lib/dns/spnego_asn1.pl PERL 2006,2007,2012,2016,2018
./lib/dns/ssu.c C 2000,2001,2003,2004,2005,2006,2007,2008,2010,2011,2013,2014,2016,2017,2018
-./lib/dns/ssu_external.c C 2011,2012,2013,2016,2017
-./lib/dns/stats.c C 2000,2001,2004,2005,2007,2008,2009,2012,2016
+./lib/dns/ssu_external.c C 2011,2012,2013,2016,2017,2018
+./lib/dns/stats.c C 2000,2001,2004,2005,2007,2008,2009,2012,2016,2018
./lib/dns/tcpmsg.c C 1999,2000,2001,2004,2005,2006,2007,2015,2016,2018
./lib/dns/tests/Atffile X 2011,2017,2018
-./lib/dns/tests/Kdh.+002+18602.key X 2014
-./lib/dns/tests/Krsa.+005+29235.key X 2016
+./lib/dns/tests/Kdh.+002+18602.key X 2014,2018
+./lib/dns/tests/Krsa.+005+29235.key X 2016,2018
./lib/dns/tests/Kyuafile X 2017,2018
./lib/dns/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/tests/acl_test.c C 2016
+./lib/dns/tests/acl_test.c C 2016,2018
./lib/dns/tests/db_test.c C 2013,2015,2016,2018
-./lib/dns/tests/dbdiff_test.c C 2011,2012,2016,2017
-./lib/dns/tests/dbiterator_test.c C 2011,2012,2016
-./lib/dns/tests/dbversion_test.c C 2011,2012,2014,2015,2016
-./lib/dns/tests/dh_test.c C 2014,2016
+./lib/dns/tests/dbdiff_test.c C 2011,2012,2016,2017,2018
+./lib/dns/tests/dbiterator_test.c C 2011,2012,2016,2018
+./lib/dns/tests/dbversion_test.c C 2011,2012,2014,2015,2016,2018
+./lib/dns/tests/dh_test.c C 2014,2016,2018
./lib/dns/tests/dispatch_test.c C 2012,2014,2016,2018
-./lib/dns/tests/dnstap_test.c C 2015,2016,2017
+./lib/dns/tests/dnstap_test.c C 2015,2016,2017,2018
./lib/dns/tests/dnstest.c C 2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/tests/dnstest.h C 2011,2012,2014,2015,2016,2017,2018
./lib/dns/tests/dst_test.c C 2018
-./lib/dns/tests/geoip_test.c C 2013,2014,2015,2016,2017
-./lib/dns/tests/gost_test.c C 2014,2015,2016,2017
-./lib/dns/tests/keytable_test.c C 2014,2015,2016,2017
-./lib/dns/tests/master_test.c C 2011,2012,2013,2015,2016,2017
-./lib/dns/tests/mkraw.pl PERL 2011,2012,2016
+./lib/dns/tests/geoip_test.c C 2013,2014,2015,2016,2017,2018
+./lib/dns/tests/gost_test.c C 2014,2015,2016,2017,2018
+./lib/dns/tests/keytable_test.c C 2014,2015,2016,2017,2018
+./lib/dns/tests/master_test.c C 2011,2012,2013,2015,2016,2017,2018
+./lib/dns/tests/mkraw.pl PERL 2011,2012,2016,2018
./lib/dns/tests/name_test.c C 2014,2015,2016,2017,2018
-./lib/dns/tests/nsec3_test.c C 2012,2014,2015,2016,2017
-./lib/dns/tests/peer_test.c C 2014,2016
-./lib/dns/tests/private_test.c C 2011,2012,2016
-./lib/dns/tests/rbt_serialize_test.c C 2014,2015,2016
+./lib/dns/tests/nsec3_test.c C 2012,2014,2015,2016,2017,2018
+./lib/dns/tests/peer_test.c C 2014,2016,2018
+./lib/dns/tests/private_test.c C 2011,2012,2016,2018
+./lib/dns/tests/rbt_serialize_test.c C 2014,2015,2016,2018
./lib/dns/tests/rbt_test.c C 2012,2013,2014,2015,2016,2017,2018
-./lib/dns/tests/rdata_test.c C 2012,2013,2015,2016,2017
-./lib/dns/tests/rdataset_test.c C 2012,2016
+./lib/dns/tests/rdata_test.c C 2012,2013,2015,2016,2017,2018
+./lib/dns/tests/rdataset_test.c C 2012,2016,2018
./lib/dns/tests/rdatasetstats_test.c C 2012,2015,2016,2018
./lib/dns/tests/resolver_test.c C 2018
-./lib/dns/tests/rsa_test.c C 2016
+./lib/dns/tests/rsa_test.c C 2016,2018
./lib/dns/tests/testdata/db/data.db ZONE 2018
-./lib/dns/tests/testdata/dbiterator/zone1.data ZONE 2011,2012,2016
-./lib/dns/tests/testdata/dbiterator/zone2.data X 2011
-./lib/dns/tests/testdata/diff/zone1.data ZONE 2011,2012,2016
-./lib/dns/tests/testdata/diff/zone2.data ZONE 2011,2012,2016
-./lib/dns/tests/testdata/diff/zone3.data ZONE 2011,2012,2016
-./lib/dns/tests/testdata/dnstap/dnstap.saved X 2015,2017
-./lib/dns/tests/testdata/dnstap/dnstap.text X 2015,2017
-./lib/dns/tests/testdata/dnstap/query.auth X 2015
-./lib/dns/tests/testdata/dnstap/query.recursive X 2015
-./lib/dns/tests/testdata/dnstap/response.auth X 2015
-./lib/dns/tests/testdata/dnstap/response.recursive X 2015
+./lib/dns/tests/testdata/dbiterator/zone1.data ZONE 2011,2012,2016,2018
+./lib/dns/tests/testdata/dbiterator/zone2.data X 2011,2018
+./lib/dns/tests/testdata/diff/zone1.data ZONE 2011,2012,2016,2018
+./lib/dns/tests/testdata/diff/zone2.data ZONE 2011,2012,2016,2018
+./lib/dns/tests/testdata/diff/zone3.data ZONE 2011,2012,2016,2018
+./lib/dns/tests/testdata/dnstap/dnstap.saved X 2015,2017,2018
+./lib/dns/tests/testdata/dnstap/dnstap.text X 2015,2017,2018
+./lib/dns/tests/testdata/dnstap/query.auth X 2015,2018
+./lib/dns/tests/testdata/dnstap/query.recursive X 2015,2018
+./lib/dns/tests/testdata/dnstap/response.auth X 2015,2018
+./lib/dns/tests/testdata/dnstap/response.recursive X 2015,2018
./lib/dns/tests/testdata/dst/Ktest.+001+00002.key X 2018
./lib/dns/tests/testdata/dst/Ktest.+001+54622.key X 2018
./lib/dns/tests/testdata/dst/Ktest.+001+54622.private X 2018
@@ -3614,769 +3620,769 @@
./lib/dns/tests/testdata/dst/test1.dsasig X 2018
./lib/dns/tests/testdata/dst/test1.rsasig X 2018
./lib/dns/tests/testdata/dst/test2.data X 2018
-./lib/dns/tests/testdata/master/.gitignore X 2012
-./lib/dns/tests/testdata/master/master1.data X 2011
-./lib/dns/tests/testdata/master/master10.data X 2011
-./lib/dns/tests/testdata/master/master11.data X 2011
-./lib/dns/tests/testdata/master/master12.data.in X 2011
-./lib/dns/tests/testdata/master/master13.data.in X 2011
-./lib/dns/tests/testdata/master/master14.data.in X 2011
-./lib/dns/tests/testdata/master/master15.data X 2012
-./lib/dns/tests/testdata/master/master16.data X 2012
-./lib/dns/tests/testdata/master/master17.data X 2012
-./lib/dns/tests/testdata/master/master2.data X 2011
-./lib/dns/tests/testdata/master/master3.data X 2011
-./lib/dns/tests/testdata/master/master4.data X 2011
-./lib/dns/tests/testdata/master/master5.data X 2011
-./lib/dns/tests/testdata/master/master6.data X 2011
-./lib/dns/tests/testdata/master/master7.data X 2011
-./lib/dns/tests/testdata/master/master8.data X 2011
-./lib/dns/tests/testdata/master/master9.data X 2011
-./lib/dns/tests/testdata/nsec3/1024.db ZONE 2012,2016
-./lib/dns/tests/testdata/nsec3/2048.db ZONE 2012,2016
-./lib/dns/tests/testdata/nsec3/4096.db ZONE 2012,2016
-./lib/dns/tests/testdata/nsec3/min-1024.db ZONE 2012,2016
-./lib/dns/tests/testdata/nsec3/min-2048.db ZONE 2012,2016
-./lib/dns/tests/testdata/zt/zone1.db ZONE 2011,2012,2016
-./lib/dns/tests/time_test.c C 2011,2012,2016
-./lib/dns/tests/tsig_test.c C 2017
-./lib/dns/tests/update_test.c C 2011,2012,2014,2016,2017
-./lib/dns/tests/zonemgr_test.c C 2011,2012,2013,2015,2016
-./lib/dns/tests/zt_test.c C 2011,2012,2016
-./lib/dns/time.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2009,2010,2011,2012,2014,2016,2017
-./lib/dns/timer.c C 2000,2001,2004,2005,2007,2016
-./lib/dns/tkey.c C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
-./lib/dns/tsec.c C 2009,2010,2016,2017
-./lib/dns/tsig.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/ttl.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013,2014,2016,2017
+./lib/dns/tests/testdata/master/.gitignore X 2012,2018
+./lib/dns/tests/testdata/master/master1.data X 2011,2018
+./lib/dns/tests/testdata/master/master10.data X 2011,2018
+./lib/dns/tests/testdata/master/master11.data X 2011,2018
+./lib/dns/tests/testdata/master/master12.data.in X 2011,2018
+./lib/dns/tests/testdata/master/master13.data.in X 2011,2018
+./lib/dns/tests/testdata/master/master14.data.in X 2011,2018
+./lib/dns/tests/testdata/master/master15.data X 2012,2018
+./lib/dns/tests/testdata/master/master16.data X 2012,2018
+./lib/dns/tests/testdata/master/master17.data X 2012,2018
+./lib/dns/tests/testdata/master/master2.data X 2011,2018
+./lib/dns/tests/testdata/master/master3.data X 2011,2018
+./lib/dns/tests/testdata/master/master4.data X 2011,2018
+./lib/dns/tests/testdata/master/master5.data X 2011,2018
+./lib/dns/tests/testdata/master/master6.data X 2011,2018
+./lib/dns/tests/testdata/master/master7.data X 2011,2018
+./lib/dns/tests/testdata/master/master8.data X 2011,2018
+./lib/dns/tests/testdata/master/master9.data X 2011,2018
+./lib/dns/tests/testdata/nsec3/1024.db ZONE 2012,2016,2018
+./lib/dns/tests/testdata/nsec3/2048.db ZONE 2012,2016,2018
+./lib/dns/tests/testdata/nsec3/4096.db ZONE 2012,2016,2018
+./lib/dns/tests/testdata/nsec3/min-1024.db ZONE 2012,2016,2018
+./lib/dns/tests/testdata/nsec3/min-2048.db ZONE 2012,2016,2018
+./lib/dns/tests/testdata/zt/zone1.db ZONE 2011,2012,2016,2018
+./lib/dns/tests/time_test.c C 2011,2012,2016,2018
+./lib/dns/tests/tsig_test.c C 2017,2018
+./lib/dns/tests/update_test.c C 2011,2012,2014,2016,2017,2018
+./lib/dns/tests/zonemgr_test.c C 2011,2012,2013,2015,2016,2018
+./lib/dns/tests/zt_test.c C 2011,2012,2016,2018
+./lib/dns/time.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2009,2010,2011,2012,2014,2016,2017,2018
+./lib/dns/timer.c C 2000,2001,2004,2005,2007,2016,2018
+./lib/dns/tkey.c C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2018
+./lib/dns/tsec.c C 2009,2010,2016,2017,2018
+./lib/dns/tsig.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/ttl.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013,2014,2016,2017,2018
./lib/dns/update.c C 2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/validator.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/version.c C 1998,1999,2000,2001,2004,2005,2007,2012,2013,2016
-./lib/dns/view.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/win32/DLLMain.c C 2001,2004,2007,2016
-./lib/dns/win32/gen.dsp.in X 2001,2013
-./lib/dns/win32/gen.dsw X 2001
-./lib/dns/win32/gen.mak.in X 2001,2006,2013
-./lib/dns/win32/gen.vcxproj.filters.in X 2013,2015
-./lib/dns/win32/gen.vcxproj.in X 2013,2015,2016,2017
-./lib/dns/win32/gen.vcxproj.user X 2013
+./lib/dns/version.c C 1998,1999,2000,2001,2004,2005,2007,2012,2013,2016,2018
+./lib/dns/view.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/dns/win32/DLLMain.c C 2001,2004,2007,2016,2018
+./lib/dns/win32/gen.dsp.in X 2001,2013,2018
+./lib/dns/win32/gen.dsw X 2001,2018
+./lib/dns/win32/gen.mak.in X 2001,2006,2013,2018
+./lib/dns/win32/gen.vcxproj.filters.in X 2013,2015,2018
+./lib/dns/win32/gen.vcxproj.in X 2013,2015,2016,2017,2018
+./lib/dns/win32/gen.vcxproj.user X 2013,2018
./lib/dns/win32/libdns.def.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/win32/libdns.dsp.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017
-./lib/dns/win32/libdns.dsw X 2001
-./lib/dns/win32/libdns.mak.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017
-./lib/dns/win32/libdns.vcxproj.filters.in X 2013,2014,2015,2016,2017
-./lib/dns/win32/libdns.vcxproj.in X 2013,2014,2015,2016,2017
-./lib/dns/win32/libdns.vcxproj.user X 2013
-./lib/dns/win32/version.c C 1998,1999,2000,2001,2004,2007,2013,2016
-./lib/dns/xfrin.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/win32/libdns.dsp.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
+./lib/dns/win32/libdns.dsw X 2001,2018
+./lib/dns/win32/libdns.mak.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
+./lib/dns/win32/libdns.vcxproj.filters.in X 2013,2014,2015,2016,2017,2018
+./lib/dns/win32/libdns.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./lib/dns/win32/libdns.vcxproj.user X 2013,2018
+./lib/dns/win32/version.c C 1998,1999,2000,2001,2004,2007,2013,2016,2018
+./lib/dns/xfrin.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/zone.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/dns/zonekey.c C 2001,2003,2004,2005,2007,2016
-./lib/dns/zt.c C 1999,2000,2001,2002,2004,2005,2006,2007,2011,2012,2013,2014,2015,2016,2017
-./lib/irs/Atffile X 2016
-./lib/irs/Kyuafile X 2017
-./lib/irs/Makefile.in MAKE 2009,2012,2014,2015,2016,2017
+./lib/dns/zonekey.c C 2001,2003,2004,2005,2007,2016,2018
+./lib/dns/zt.c C 1999,2000,2001,2002,2004,2005,2006,2007,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/irs/Atffile X 2016,2018
+./lib/irs/Kyuafile X 2017,2018
+./lib/irs/Makefile.in MAKE 2009,2012,2014,2015,2016,2017,2018
./lib/irs/api X 2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/irs/context.c C 2009,2014,2016
-./lib/irs/dnsconf.c C 2009,2012,2016
-./lib/irs/gai_strerror.c C 2009,2014,2016
-./lib/irs/getaddrinfo.c C 2009,2012,2013,2014,2015,2016,2017
-./lib/irs/getnameinfo.c C 2009,2011,2012,2013,2014,2016,2017
-./lib/irs/include/Makefile.in MAKE 2009,2012,2016
-./lib/irs/include/irs/Makefile.in MAKE 2009,2012,2014,2016
-./lib/irs/include/irs/context.h C 2009,2016
-./lib/irs/include/irs/dnsconf.h C 2009,2016
-./lib/irs/include/irs/netdb.h.in C 2009,2016
-./lib/irs/include/irs/platform.h.in C 2009,2016
-./lib/irs/include/irs/resconf.h C 2009,2014,2016
-./lib/irs/include/irs/types.h C 2009,2016
-./lib/irs/include/irs/version.h C 2009,2016
+./lib/irs/context.c C 2009,2014,2016,2018
+./lib/irs/dnsconf.c C 2009,2012,2016,2018
+./lib/irs/gai_strerror.c C 2009,2014,2016,2018
+./lib/irs/getaddrinfo.c C 2009,2012,2013,2014,2015,2016,2017,2018
+./lib/irs/getnameinfo.c C 2009,2011,2012,2013,2014,2016,2017,2018
+./lib/irs/include/Makefile.in MAKE 2009,2012,2016,2018
+./lib/irs/include/irs/Makefile.in MAKE 2009,2012,2014,2016,2018
+./lib/irs/include/irs/context.h C 2009,2016,2018
+./lib/irs/include/irs/dnsconf.h C 2009,2016,2018
+./lib/irs/include/irs/netdb.h.in C 2009,2016,2018
+./lib/irs/include/irs/platform.h.in C 2009,2016,2018
+./lib/irs/include/irs/resconf.h C 2009,2014,2016,2018
+./lib/irs/include/irs/types.h C 2009,2016,2018
+./lib/irs/include/irs/version.h C 2009,2016,2018
./lib/irs/resconf.c C 2009,2011,2012,2014,2015,2016,2018
-./lib/irs/tests/Atffile X 2016,2017
-./lib/irs/tests/Kyuafile X 2017
+./lib/irs/tests/Atffile X 2016,2017,2018
+./lib/irs/tests/Kyuafile X 2017,2018
./lib/irs/tests/Makefile.in MAKE 2016,2017,2018
./lib/irs/tests/resconf_test.c C 2016,2018
-./lib/irs/tests/testdata/domain.conf CONF-SH 2016
-./lib/irs/tests/testdata/nameserver-v4.conf CONF-SH 2016
-./lib/irs/tests/testdata/nameserver-v6.conf CONF-SH 2016
+./lib/irs/tests/testdata/domain.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/nameserver-v4.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/nameserver-v6.conf CONF-SH 2016,2018
./lib/irs/tests/testdata/options-bad-ndots.conf CONF-SH 2018
-./lib/irs/tests/testdata/options-debug.conf CONF-SH 2016
+./lib/irs/tests/testdata/options-debug.conf CONF-SH 2016,2018
./lib/irs/tests/testdata/options-empty.conf CONF-SH 2018
-./lib/irs/tests/testdata/options-ndots.conf CONF-SH 2016
-./lib/irs/tests/testdata/options-timeout.conf CONF-SH 2016
-./lib/irs/tests/testdata/options-unknown.conf CONF-SH 2016
-./lib/irs/tests/testdata/options.conf CONF-SH 2016
-./lib/irs/tests/testdata/port.conf CONF-SH 2016
-./lib/irs/tests/testdata/resolv.conf CONF-SH 2016
-./lib/irs/tests/testdata/search.conf CONF-SH 2016
-./lib/irs/tests/testdata/sortlist-v4.conf CONF-SH 2016
-./lib/irs/tests/testdata/timeout.conf CONF-SH 2016
-./lib/irs/tests/testdata/unknown.conf CONF-SH 2016
-./lib/irs/version.c C 2009,2016
-./lib/irs/win32/DLLMain.c C 2014,2016
-./lib/irs/win32/Makefile.in MAKE 2014,2016
-./lib/irs/win32/include/Makefile.in MAKE 2014,2016
-./lib/irs/win32/include/irs/.gitignore X 2014
-./lib/irs/win32/include/irs/Makefile.in MAKE 2014,2016
-./lib/irs/win32/include/irs/netdb.h C 2014,2016
-./lib/irs/win32/include/irs/platform.h C 2014,2016
-./lib/irs/win32/libirs.def X 2014
-./lib/irs/win32/libirs.dsp.in X 2014
-./lib/irs/win32/libirs.dsw X 2001,2014
-./lib/irs/win32/libirs.mak.in X 2014
-./lib/irs/win32/libirs.vcxproj.filters.in X 2014,2015,2016
-./lib/irs/win32/libirs.vcxproj.in X 2014,2015,2016,2017
-./lib/irs/win32/libirs.vcxproj.user X 2014
-./lib/irs/win32/version.c C 2014,2016
-./lib/isc/.gitignore X 2014
-./lib/isc/Atffile X 2011
-./lib/isc/Kyuafile X 2017
-./lib/isc/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/aes.c C 2014,2016,2017
-./lib/isc/alpha/Makefile.in MAKE 2007,2012,2016
-./lib/isc/alpha/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/alpha/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/alpha/include/isc/atomic.h C 2005,2007,2009,2016
+./lib/irs/tests/testdata/options-ndots.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/options-timeout.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/options-unknown.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/options.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/port.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/resolv.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/search.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/sortlist-v4.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/timeout.conf CONF-SH 2016,2018
+./lib/irs/tests/testdata/unknown.conf CONF-SH 2016,2018
+./lib/irs/version.c C 2009,2016,2018
+./lib/irs/win32/DLLMain.c C 2014,2016,2018
+./lib/irs/win32/Makefile.in MAKE 2014,2016,2018
+./lib/irs/win32/include/Makefile.in MAKE 2014,2016,2018
+./lib/irs/win32/include/irs/.gitignore X 2014,2018
+./lib/irs/win32/include/irs/Makefile.in MAKE 2014,2016,2018
+./lib/irs/win32/include/irs/netdb.h C 2014,2016,2018
+./lib/irs/win32/include/irs/platform.h C 2014,2016,2018
+./lib/irs/win32/libirs.def X 2014,2018
+./lib/irs/win32/libirs.dsp.in X 2014,2018
+./lib/irs/win32/libirs.dsw X 2001,2014,2018
+./lib/irs/win32/libirs.mak.in X 2014,2018
+./lib/irs/win32/libirs.vcxproj.filters.in X 2014,2015,2016,2018
+./lib/irs/win32/libirs.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/irs/win32/libirs.vcxproj.user X 2014,2018
+./lib/irs/win32/version.c C 2014,2016,2018
+./lib/isc/.gitignore X 2014,2018
+./lib/isc/Atffile X 2011,2018
+./lib/isc/Kyuafile X 2017,2018
+./lib/isc/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/aes.c C 2014,2016,2017,2018
+./lib/isc/alpha/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/alpha/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/alpha/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/alpha/include/isc/atomic.h C 2005,2007,2009,2016,2018
./lib/isc/api X 1999,2000,2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/app_api.c C 2009,2013,2014,2015,2016
-./lib/isc/assertions.c C 1997,1998,1999,2000,2001,2004,2005,2007,2008,2009,2015,2016
-./lib/isc/backtrace-emptytbl.c C 2009,2016
-./lib/isc/backtrace.c C 2009,2013,2014,2015,2016
-./lib/isc/base32.c C 2008,2009,2013,2014,2015,2016
-./lib/isc/base64.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2013,2014,2015,2016
-./lib/isc/bind9.c C 2013,2016
-./lib/isc/buffer.c C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2012,2014,2015,2016,2017
-./lib/isc/bufferlist.c C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/chacha_private.h X 2014
-./lib/isc/commandline.c C.PORTION 1999,2000,2001,2004,2005,2007,2008,2014,2015,2016
-./lib/isc/counter.c C 2014,2016
-./lib/isc/crc64.c C 2013,2016
-./lib/isc/entropy.c C 2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2014,2015,2016,2017
-./lib/isc/error.c C 1998,1999,2000,2001,2004,2005,2007,2015,2016
-./lib/isc/event.c C 1998,1999,2000,2001,2004,2005,2007,2014,2016,2017
-./lib/isc/fsaccess.c C 2000,2001,2004,2005,2007,2016,2017
-./lib/isc/hash.c C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017
-./lib/isc/heap.c C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/hex.c C 2000,2001,2002,2003,2004,2005,2007,2008,2013,2014,2015,2016
+./lib/isc/app_api.c C 2009,2013,2014,2015,2016,2018
+./lib/isc/assertions.c C 1997,1998,1999,2000,2001,2004,2005,2007,2008,2009,2015,2016,2018
+./lib/isc/backtrace-emptytbl.c C 2009,2016,2018
+./lib/isc/backtrace.c C 2009,2013,2014,2015,2016,2018
+./lib/isc/base32.c C 2008,2009,2013,2014,2015,2016,2018
+./lib/isc/base64.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2013,2014,2015,2016,2018
+./lib/isc/bind9.c C 2013,2016,2018
+./lib/isc/buffer.c C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2012,2014,2015,2016,2017,2018
+./lib/isc/bufferlist.c C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/chacha_private.h X 2014,2018
+./lib/isc/commandline.c C.PORTION 1999,2000,2001,2004,2005,2007,2008,2014,2015,2016,2018
+./lib/isc/counter.c C 2014,2016,2018
+./lib/isc/crc64.c C 2013,2016,2018
+./lib/isc/entropy.c C 2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2014,2015,2016,2017,2018
+./lib/isc/error.c C 1998,1999,2000,2001,2004,2005,2007,2015,2016,2018
+./lib/isc/event.c C 1998,1999,2000,2001,2004,2005,2007,2014,2016,2017,2018
+./lib/isc/fsaccess.c C 2000,2001,2004,2005,2007,2016,2017,2018
+./lib/isc/hash.c C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017,2018
+./lib/isc/heap.c C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/hex.c C 2000,2001,2002,2003,2004,2005,2007,2008,2013,2014,2015,2016,2018
./lib/isc/hmacmd5.c C 2000,2001,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017,2018
./lib/isc/hmacsha.c C 2005,2006,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
./lib/isc/ht.c C 2016,2018
-./lib/isc/httpd.c C 2006,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/ia64/Makefile.in MAKE 2007,2012,2016
-./lib/isc/ia64/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/ia64/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/ia64/include/isc/atomic.h C 2006,2007,2009,2012,2016
-./lib/isc/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2014,2016
-./lib/isc/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017
-./lib/isc/include/isc/aes.h C 2014,2016
-./lib/isc/include/isc/app.h C 1999,2000,2001,2004,2005,2006,2007,2009,2013,2014,2015,2016
-./lib/isc/include/isc/assertions.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2016,2017
-./lib/isc/include/isc/backtrace.h C 2009,2016
-./lib/isc/include/isc/base32.h C 2008,2014,2016
-./lib/isc/include/isc/base64.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/bind9.h C 2009,2013,2016
-./lib/isc/include/isc/boolean.h C 1998,1999,2000,2001,2004,2005,2006,2007,2016
+./lib/isc/httpd.c C 2006,2007,2008,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/ia64/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/ia64/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/ia64/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/ia64/include/isc/atomic.h C 2006,2007,2009,2012,2016,2018
+./lib/isc/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2014,2016,2018
+./lib/isc/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/include/isc/aes.h C 2014,2016,2018
+./lib/isc/include/isc/app.h C 1999,2000,2001,2004,2005,2006,2007,2009,2013,2014,2015,2016,2018
+./lib/isc/include/isc/assertions.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2016,2017,2018
+./lib/isc/include/isc/backtrace.h C 2009,2016,2018
+./lib/isc/include/isc/base32.h C 2008,2014,2016,2018
+./lib/isc/include/isc/base64.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/bind9.h C 2009,2013,2016,2018
+./lib/isc/include/isc/boolean.h C 1998,1999,2000,2001,2004,2005,2006,2007,2016,2018
./lib/isc/include/isc/buffer.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2010,2012,2014,2016,2017,2018
-./lib/isc/include/isc/bufferlist.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/commandline.h C 1999,2000,2001,2004,2005,2006,2007,2015,2016
-./lib/isc/include/isc/counter.h C 2014,2016
-./lib/isc/include/isc/crc64.h C 2013,2016
+./lib/isc/include/isc/bufferlist.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/commandline.h C 1999,2000,2001,2004,2005,2006,2007,2015,2016,2018
+./lib/isc/include/isc/counter.h C 2014,2016,2018
+./lib/isc/include/isc/crc64.h C 2013,2016,2018
./lib/isc/include/isc/deprecated.h C 2017,2018
-./lib/isc/include/isc/entropy.h C 2000,2001,2004,2005,2006,2007,2009,2016
-./lib/isc/include/isc/errno.h C 2016
-./lib/isc/include/isc/error.h C 1998,1999,2000,2001,2004,2005,2006,2007,2009,2016,2017
-./lib/isc/include/isc/event.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2014,2016,2017
-./lib/isc/include/isc/eventclass.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/isc/include/isc/file.h C 2000,2001,2004,2005,2006,2007,2009,2011,2012,2014,2015,2016,2017
-./lib/isc/include/isc/formatcheck.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/fsaccess.h C 2000,2001,2004,2005,2006,2007,2009,2016
-./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017
-./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012,2016
-./lib/isc/include/isc/hex.h C 2000,2001,2004,2005,2006,2007,2008,2016
+./lib/isc/include/isc/entropy.h C 2000,2001,2004,2005,2006,2007,2009,2016,2018
+./lib/isc/include/isc/errno.h C 2016,2018
+./lib/isc/include/isc/error.h C 1998,1999,2000,2001,2004,2005,2006,2007,2009,2016,2017,2018
+./lib/isc/include/isc/event.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2014,2016,2017,2018
+./lib/isc/include/isc/eventclass.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/include/isc/file.h C 2000,2001,2004,2005,2006,2007,2009,2011,2012,2014,2015,2016,2017,2018
+./lib/isc/include/isc/formatcheck.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/fsaccess.h C 2000,2001,2004,2005,2006,2007,2009,2016,2018
+./lib/isc/include/isc/hash.h C 2003,2004,2005,2006,2007,2009,2013,2014,2015,2016,2017,2018
+./lib/isc/include/isc/heap.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2012,2016,2018
+./lib/isc/include/isc/hex.h C 2000,2001,2004,2005,2006,2007,2008,2016,2018
./lib/isc/include/isc/hmacmd5.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016,2017,2018
./lib/isc/include/isc/hmacsha.h C 2005,2006,2007,2009,2014,2016,2017,2018
-./lib/isc/include/isc/ht.h C 2016
-./lib/isc/include/isc/httpd.h C 2006,2007,2008,2014,2016
-./lib/isc/include/isc/interfaceiter.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/ipv6.h C 1999,2000,2001,2002,2004,2005,2007,2016
-./lib/isc/include/isc/iterated_hash.h C 2008,2014,2016
-./lib/isc/include/isc/json.h C 2013,2015,2016
-./lib/isc/include/isc/lang.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/lex.h C 1998,1999,2000,2001,2002,2004,2005,2007,2008,2015,2016,2017
-./lib/isc/include/isc/lfsr.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/lib.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016
-./lib/isc/include/isc/likely.h C 2017
-./lib/isc/include/isc/list.h C 1997,1998,1999,2000,2001,2002,2004,2006,2007,2011,2012,2013,2016
-./lib/isc/include/isc/log.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016
-./lib/isc/include/isc/magic.h C 1999,2000,2001,2004,2005,2006,2007,2016,2017
+./lib/isc/include/isc/ht.h C 2016,2018
+./lib/isc/include/isc/httpd.h C 2006,2007,2008,2014,2016,2018
+./lib/isc/include/isc/interfaceiter.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/ipv6.h C 1999,2000,2001,2002,2004,2005,2007,2016,2018
+./lib/isc/include/isc/iterated_hash.h C 2008,2014,2016,2018
+./lib/isc/include/isc/json.h C 2013,2015,2016,2018
+./lib/isc/include/isc/lang.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/lex.h C 1998,1999,2000,2001,2002,2004,2005,2007,2008,2015,2016,2017,2018
+./lib/isc/include/isc/lfsr.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/lib.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2018
+./lib/isc/include/isc/likely.h C 2017,2018
+./lib/isc/include/isc/list.h C 1997,1998,1999,2000,2001,2002,2004,2006,2007,2011,2012,2013,2016,2018
+./lib/isc/include/isc/log.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016,2018
+./lib/isc/include/isc/magic.h C 1999,2000,2001,2004,2005,2006,2007,2016,2017,2018
./lib/isc/include/isc/md5.h C 2000,2001,2004,2005,2006,2007,2009,2010,2014,2016,2017,2018
-./lib/isc/include/isc/mem.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016
-./lib/isc/include/isc/meminfo.h C 2015,2016
-./lib/isc/include/isc/msgcat.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/include/isc/msgs.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2016,2017
-./lib/isc/include/isc/mutexblock.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/netaddr.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2009,2015,2016,2017
-./lib/isc/include/isc/netscope.h C 2002,2004,2005,2006,2007,2009,2016
-./lib/isc/include/isc/ondestroy.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/os.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/parseint.h C 2001,2002,2004,2005,2006,2007,2016
-./lib/isc/include/isc/platform.h.in C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2017
-./lib/isc/include/isc/pool.h C 2013,2016
-./lib/isc/include/isc/portset.h C 2008,2009,2016
-./lib/isc/include/isc/print.h C 1999,2000,2001,2003,2004,2005,2006,2007,2014,2015,2016
-./lib/isc/include/isc/queue.h C 2011,2012,2013,2016
-./lib/isc/include/isc/quota.h C 2000,2001,2004,2005,2007,2016
-./lib/isc/include/isc/radix.h C 2007,2008,2013,2014,2016
-./lib/isc/include/isc/random.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014,2016
-./lib/isc/include/isc/ratelimiter.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016
-./lib/isc/include/isc/refcount.h C 2001,2003,2004,2005,2006,2007,2009,2016,2017
-./lib/isc/include/isc/regex.h C 2013,2016
-./lib/isc/include/isc/region.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2013,2016
-./lib/isc/include/isc/resource.h C 2000,2001,2004,2005,2006,2007,2008,2016
-./lib/isc/include/isc/result.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2014,2015,2016
-./lib/isc/include/isc/resultclass.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014,2016
-./lib/isc/include/isc/rwlock.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2016,2017
-./lib/isc/include/isc/safe.h C 2013,2015,2016,2017
-./lib/isc/include/isc/serial.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016
+./lib/isc/include/isc/mem.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2015,2016,2018
+./lib/isc/include/isc/meminfo.h C 2015,2016,2018
+./lib/isc/include/isc/msgcat.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/include/isc/msgs.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2016,2017,2018
+./lib/isc/include/isc/mutexblock.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/netaddr.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2009,2015,2016,2017,2018
+./lib/isc/include/isc/netscope.h C 2002,2004,2005,2006,2007,2009,2016,2018
+./lib/isc/include/isc/ondestroy.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/os.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/parseint.h C 2001,2002,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/platform.h.in C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2017,2018
+./lib/isc/include/isc/pool.h C 2013,2016,2018
+./lib/isc/include/isc/portset.h C 2008,2009,2016,2018
+./lib/isc/include/isc/print.h C 1999,2000,2001,2003,2004,2005,2006,2007,2014,2015,2016,2018
+./lib/isc/include/isc/queue.h C 2011,2012,2013,2016,2018
+./lib/isc/include/isc/quota.h C 2000,2001,2004,2005,2007,2016,2018
+./lib/isc/include/isc/radix.h C 2007,2008,2013,2014,2016,2018
+./lib/isc/include/isc/random.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014,2016,2018
+./lib/isc/include/isc/ratelimiter.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2014,2016,2018
+./lib/isc/include/isc/refcount.h C 2001,2003,2004,2005,2006,2007,2009,2016,2017,2018
+./lib/isc/include/isc/regex.h C 2013,2016,2018
+./lib/isc/include/isc/region.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2013,2016,2018
+./lib/isc/include/isc/resource.h C 2000,2001,2004,2005,2006,2007,2008,2016,2018
+./lib/isc/include/isc/result.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2014,2015,2016,2018
+./lib/isc/include/isc/resultclass.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014,2016,2018
+./lib/isc/include/isc/rwlock.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2016,2017,2018
+./lib/isc/include/isc/safe.h C 2013,2015,2016,2017,2018
+./lib/isc/include/isc/serial.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2018
./lib/isc/include/isc/sha1.h C 2000,2001,2004,2005,2006,2007,2009,2014,2016,2017,2018
-./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016,2017
-./lib/isc/include/isc/sockaddr.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2015,2016
-./lib/isc/include/isc/socket.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016
-./lib/isc/include/isc/stats.h C 2009,2012,2016
-./lib/isc/include/isc/stdio.h C 2000,2001,2004,2005,2006,2007,2013,2016
-./lib/isc/include/isc/stdlib.h C 2003,2004,2005,2006,2007,2016
-./lib/isc/include/isc/string.h C 2000,2001,2003,2004,2005,2006,2007,2014,2016
-./lib/isc/include/isc/symtab.h C 1996,1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2013,2016
-./lib/isc/include/isc/task.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/include/isc/taskpool.h C 1999,2000,2001,2004,2005,2006,2007,2011,2012,2016
-./lib/isc/include/isc/timer.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2012,2013,2014,2016
-./lib/isc/include/isc/tm.h C 2014,2016
-./lib/isc/include/isc/types.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2016
-./lib/isc/include/isc/util.h C 1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2015,2016,2017
-./lib/isc/include/isc/version.h C 2001,2004,2005,2006,2007,2016
-./lib/isc/include/isc/xml.h C 2006,2007,2016
-./lib/isc/include/pk11/Makefile.in MAKE 2014,2015,2016
-./lib/isc/include/pk11/README.site TXT.BRIEF 2016,2017
-./lib/isc/include/pk11/constants.h C 2014,2016,2017
-./lib/isc/include/pk11/internal.h C 2014,2016
-./lib/isc/include/pk11/pk11.h C 2014,2016
-./lib/isc/include/pk11/result.h C 2014,2016
-./lib/isc/include/pk11/site.h C 2016,2017
-./lib/isc/include/pkcs11/Makefile.in MAKE 2014,2015,2016,2017
-./lib/isc/include/pkcs11/eddsa.h C 2017
-./lib/isc/include/pkcs11/pkcs11.h X 2014,2016
-./lib/isc/include/pkcs11/pkcs11f.h X 2014,2016
-./lib/isc/include/pkcs11/pkcs11t.h X 2014,2016
-./lib/isc/inet_aton.c C.PORTION 1996,1997,1998,1999,2000,2001,2004,2005,2007,2008,2012,2013,2014,2016,2017
-./lib/isc/inet_ntop.c C 1996,1997,1998,1999,2000,2001,2004,2005,2007,2009,2016,2017
-./lib/isc/inet_pton.c C 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2007,2013,2014,2016,2017
-./lib/isc/iterated_hash.c C 2006,2008,2009,2016
-./lib/isc/lex.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2013,2014,2015,2016,2017
-./lib/isc/lfsr.c C 1999,2000,2001,2002,2004,2005,2007,2016
-./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016
+./lib/isc/include/isc/sha2.h C 2005,2006,2007,2009,2014,2016,2017,2018
+./lib/isc/include/isc/sockaddr.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2015,2016,2018
+./lib/isc/include/isc/socket.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2016,2018
+./lib/isc/include/isc/stats.h C 2009,2012,2016,2018
+./lib/isc/include/isc/stdio.h C 2000,2001,2004,2005,2006,2007,2013,2016,2018
+./lib/isc/include/isc/stdlib.h C 2003,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/string.h C 2000,2001,2003,2004,2005,2006,2007,2014,2016,2018
+./lib/isc/include/isc/symtab.h C 1996,1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2013,2016,2018
+./lib/isc/include/isc/task.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/include/isc/taskpool.h C 1999,2000,2001,2004,2005,2006,2007,2011,2012,2016,2018
+./lib/isc/include/isc/timer.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2012,2013,2014,2016,2018
+./lib/isc/include/isc/tm.h C 2014,2016,2018
+./lib/isc/include/isc/types.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2016,2018
+./lib/isc/include/isc/util.h C 1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2015,2016,2017,2018
+./lib/isc/include/isc/version.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/isc/include/isc/xml.h C 2006,2007,2016,2018
+./lib/isc/include/pk11/Makefile.in MAKE 2014,2015,2016,2018
+./lib/isc/include/pk11/README.site TXT.BRIEF 2016,2017,2018
+./lib/isc/include/pk11/constants.h C 2014,2016,2017,2018
+./lib/isc/include/pk11/internal.h C 2014,2016,2018
+./lib/isc/include/pk11/pk11.h C 2014,2016,2018
+./lib/isc/include/pk11/result.h C 2014,2016,2018
+./lib/isc/include/pk11/site.h C 2016,2017,2018
+./lib/isc/include/pkcs11/Makefile.in MAKE 2014,2015,2016,2017,2018
+./lib/isc/include/pkcs11/eddsa.h C 2017,2018
+./lib/isc/include/pkcs11/pkcs11.h X 2014,2016,2018
+./lib/isc/include/pkcs11/pkcs11f.h X 2014,2016,2018
+./lib/isc/include/pkcs11/pkcs11t.h X 2014,2016,2018
+./lib/isc/inet_aton.c C.PORTION 1996,1997,1998,1999,2000,2001,2004,2005,2007,2008,2012,2013,2014,2016,2017,2018
+./lib/isc/inet_ntop.c C 1996,1997,1998,1999,2000,2001,2004,2005,2007,2009,2016,2017,2018
+./lib/isc/inet_pton.c C 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2007,2013,2014,2016,2017,2018
+./lib/isc/iterated_hash.c C 2006,2008,2009,2016,2018
+./lib/isc/lex.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2013,2014,2015,2016,2017,2018
+./lib/isc/lfsr.c C 1999,2000,2001,2002,2004,2005,2007,2016,2018
+./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016,2018
./lib/isc/log.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014,2016,2017,2018
./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014,2015,2016,2017,2018
./lib/isc/mem.c C 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/mips/Makefile.in MAKE 2007,2012,2016
-./lib/isc/mips/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/mips/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/mips/include/isc/atomic.h C 2005,2007,2016
-./lib/isc/mutexblock.c C 1999,2000,2001,2004,2005,2007,2011,2012,2016
-./lib/isc/netaddr.c C 1999,2000,2001,2002,2004,2005,2007,2010,2011,2012,2014,2015,2016,2017
+./lib/isc/mips/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/mips/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/mips/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/mips/include/isc/atomic.h C 2005,2007,2016,2018
+./lib/isc/mutexblock.c C 1999,2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/isc/netaddr.c C 1999,2000,2001,2002,2004,2005,2007,2010,2011,2012,2014,2015,2016,2017,2018
./lib/isc/netscope.c C 2002,2004,2005,2006,2007,2016,2018
-./lib/isc/nls/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2012,2016
-./lib/isc/nls/msgcat.c C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/noatomic/Makefile.in MAKE 2007,2012,2016
-./lib/isc/noatomic/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/noatomic/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/noatomic/include/isc/atomic.h C 2005,2007,2016
-./lib/isc/nothreads/Makefile.in MAKE 2000,2001,2004,2007,2009,2010,2012,2013,2016
-./lib/isc/nothreads/condition.c C 2000,2001,2004,2006,2007,2016
-./lib/isc/nothreads/include/Makefile.in MAKE 2000,2001,2004,2007,2012,2016
-./lib/isc/nothreads/include/isc/Makefile.in MAKE 2000,2001,2004,2007,2012,2015,2016
-./lib/isc/nothreads/include/isc/condition.h C 2000,2001,2004,2007,2016
-./lib/isc/nothreads/include/isc/mutex.h C 2000,2001,2004,2007,2015,2016
-./lib/isc/nothreads/include/isc/once.h C 2000,2001,2004,2007,2016
-./lib/isc/nothreads/include/isc/thread.h C 2000,2001,2004,2007,2013,2016,2017
-./lib/isc/nothreads/mutex.c C 2000,2001,2004,2006,2007,2016
-./lib/isc/nothreads/thread.c C 2000,2001,2004,2007,2016,2017
-./lib/isc/ondestroy.c C 2000,2001,2004,2005,2007,2016
-./lib/isc/parseint.c C 2001,2002,2003,2004,2005,2007,2012,2016
-./lib/isc/pk11.c C 2014,2015,2016,2017
-./lib/isc/pk11_result.c C 2014,2015,2016
-./lib/isc/pool.c C 2013,2015,2016
-./lib/isc/portset.c C 2008,2016,2017
-./lib/isc/powerpc/Makefile.in MAKE 2007,2012,2016
-./lib/isc/powerpc/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/powerpc/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/powerpc/include/isc/atomic.h C 2005,2007,2009,2011,2012,2016,2017
-./lib/isc/print.c C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2010,2014,2015,2016,2017
-./lib/isc/pthreads/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2016
-./lib/isc/pthreads/condition.c C 1998,1999,2000,2001,2004,2005,2007,2012,2016
-./lib/isc/pthreads/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016
-./lib/isc/pthreads/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2015,2016
-./lib/isc/pthreads/include/isc/condition.h C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/isc/pthreads/include/isc/mutex.h C 1998,1999,2000,2001,2002,2004,2005,2007,2016
-./lib/isc/pthreads/include/isc/once.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/pthreads/include/isc/thread.h C 1998,1999,2000,2001,2004,2005,2007,2013,2016,2017
-./lib/isc/pthreads/mutex.c C 2000,2001,2002,2004,2005,2007,2008,2011,2012,2014,2015,2016
+./lib/isc/nls/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2012,2016,2018
+./lib/isc/nls/msgcat.c C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/noatomic/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/noatomic/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/noatomic/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/noatomic/include/isc/atomic.h C 2005,2007,2016,2018
+./lib/isc/nothreads/Makefile.in MAKE 2000,2001,2004,2007,2009,2010,2012,2013,2016,2018
+./lib/isc/nothreads/condition.c C 2000,2001,2004,2006,2007,2016,2018
+./lib/isc/nothreads/include/Makefile.in MAKE 2000,2001,2004,2007,2012,2016,2018
+./lib/isc/nothreads/include/isc/Makefile.in MAKE 2000,2001,2004,2007,2012,2015,2016,2018
+./lib/isc/nothreads/include/isc/condition.h C 2000,2001,2004,2007,2016,2018
+./lib/isc/nothreads/include/isc/mutex.h C 2000,2001,2004,2007,2015,2016,2018
+./lib/isc/nothreads/include/isc/once.h C 2000,2001,2004,2007,2016,2018
+./lib/isc/nothreads/include/isc/thread.h C 2000,2001,2004,2007,2013,2016,2017,2018
+./lib/isc/nothreads/mutex.c C 2000,2001,2004,2006,2007,2016,2018
+./lib/isc/nothreads/thread.c C 2000,2001,2004,2007,2016,2017,2018
+./lib/isc/ondestroy.c C 2000,2001,2004,2005,2007,2016,2018
+./lib/isc/parseint.c C 2001,2002,2003,2004,2005,2007,2012,2016,2018
+./lib/isc/pk11.c C 2014,2015,2016,2017,2018
+./lib/isc/pk11_result.c C 2014,2015,2016,2018
+./lib/isc/pool.c C 2013,2015,2016,2018
+./lib/isc/portset.c C 2008,2016,2017,2018
+./lib/isc/powerpc/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/powerpc/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/powerpc/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/powerpc/include/isc/atomic.h C 2005,2007,2009,2011,2012,2016,2017,2018
+./lib/isc/print.c C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2010,2014,2015,2016,2017,2018
+./lib/isc/pthreads/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2016,2018
+./lib/isc/pthreads/condition.c C 1998,1999,2000,2001,2004,2005,2007,2012,2016,2018
+./lib/isc/pthreads/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016,2018
+./lib/isc/pthreads/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2015,2016,2018
+./lib/isc/pthreads/include/isc/condition.h C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/pthreads/include/isc/mutex.h C 1998,1999,2000,2001,2002,2004,2005,2007,2016,2018
+./lib/isc/pthreads/include/isc/once.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/pthreads/include/isc/thread.h C 1998,1999,2000,2001,2004,2005,2007,2013,2016,2017,2018
+./lib/isc/pthreads/mutex.c C 2000,2001,2002,2004,2005,2007,2008,2011,2012,2014,2015,2016,2018
./lib/isc/pthreads/thread.c C 2000,2001,2003,2004,2005,2007,2013,2016,2017,2018
-./lib/isc/quota.c C 2000,2001,2004,2005,2007,2016
-./lib/isc/radix.c C 2007,2008,2009,2011,2012,2013,2014,2015,2016
-./lib/isc/random.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2013,2014,2016,2017
-./lib/isc/ratelimiter.c C 1999,2000,2001,2002,2004,2005,2007,2012,2014,2015,2016,2017
-./lib/isc/refcount.c C 2005,2007,2016,2017
-./lib/isc/regex.c C 2013,2014.2015,2015,2016
-./lib/isc/region.c C 2002,2004,2005,2007,2016
-./lib/isc/result.c C 1998,1999,2000,2001,2003,2004,2005,2007,2008,2012,2014,2015,2016
-./lib/isc/rwlock.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017
-./lib/isc/safe.c C 2013,2015,2016,2017
-./lib/isc/serial.c C 1999,2000,2001,2004,2005,2007,2016
+./lib/isc/quota.c C 2000,2001,2004,2005,2007,2016,2018
+./lib/isc/radix.c C 2007,2008,2009,2011,2012,2013,2014,2015,2016,2018
+./lib/isc/random.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2013,2014,2016,2017,2018
+./lib/isc/ratelimiter.c C 1999,2000,2001,2002,2004,2005,2007,2012,2014,2015,2016,2017,2018
+./lib/isc/refcount.c C 2005,2007,2016,2017,2018
+./lib/isc/regex.c C 2013,2014.2015,2015,2016,2018
+./lib/isc/region.c C 2002,2004,2005,2007,2016,2018
+./lib/isc/result.c C 1998,1999,2000,2001,2003,2004,2005,2007,2008,2012,2014,2015,2016,2018
+./lib/isc/rwlock.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017,2018
+./lib/isc/safe.c C 2013,2015,2016,2017,2018
+./lib/isc/serial.c C 1999,2000,2001,2004,2005,2007,2016,2018
./lib/isc/sha1.c C 2000,2001,2003,2004,2005,2007,2009,2011,2012,2014,2016,2017,2018
./lib/isc/sha2.c C 2005,2006,2007,2009,2011,2012,2014,2016,2017,2018
-./lib/isc/sockaddr.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2010,2011,2012,2014,2015,2016,2017
-./lib/isc/socket_api.c C 2009,2011,2012,2013,2014,2015,2016
-./lib/isc/sparc64/Makefile.in MAKE 2007,2012,2016
-./lib/isc/sparc64/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/sparc64/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/sparc64/include/isc/atomic.h C 2005,2007,2013,2016
-./lib/isc/stats.c C 2009,2012,2013,2014,2015,2016,2017
-./lib/isc/string.c C 1999,2000,2001,2003,2004,2005,2006,2007,2011,2012,2014,2015,2016
-./lib/isc/strtoul.c C 2003,2004,2005,2007,2014,2016
-./lib/isc/symtab.c C 1996,1997,1998,1999,2000,2001,2004,2005,2007,2011,2012,2013,2016
+./lib/isc/sockaddr.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2010,2011,2012,2014,2015,2016,2017,2018
+./lib/isc/socket_api.c C 2009,2011,2012,2013,2014,2015,2016,2018
+./lib/isc/sparc64/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/sparc64/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/sparc64/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/sparc64/include/isc/atomic.h C 2005,2007,2013,2016,2018
+./lib/isc/stats.c C 2009,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/string.c C 1999,2000,2001,2003,2004,2005,2006,2007,2011,2012,2014,2015,2016,2018
+./lib/isc/strtoul.c C 2003,2004,2005,2007,2014,2016,2018
+./lib/isc/symtab.c C 1996,1997,1998,1999,2000,2001,2004,2005,2007,2011,2012,2013,2016,2018
./lib/isc/task.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,1018,2018
-./lib/isc/task_p.h C 2000,2001,2004,2005,2007,2009,2011,2012,2013,2016
-./lib/isc/taskpool.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013,2016
+./lib/isc/task_p.h C 2000,2001,2004,2005,2007,2009,2011,2012,2013,2016,2018
+./lib/isc/taskpool.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013,2016,2018
./lib/isc/tests/Atffile X 2011,2017,2018
./lib/isc/tests/Kyuafile X 2017,2018
./lib/isc/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/tests/aes_test.c C 2014,2016
+./lib/isc/tests/aes_test.c C 2014,2016,2018
./lib/isc/tests/atomic_test.c C 2018
./lib/isc/tests/buffer_test.c C 2014,2015,2016,2018
./lib/isc/tests/counter_test.c C 2014,2016,2018
-./lib/isc/tests/errno_test.c C 2016
-./lib/isc/tests/file_test.c C 2014,2016
+./lib/isc/tests/errno_test.c C 2016,2018
+./lib/isc/tests/file_test.c C 2014,2016,2018
./lib/isc/tests/hash_test.c C 2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/tests/heap_test.c C 2017
+./lib/isc/tests/heap_test.c C 2017,2018
./lib/isc/tests/ht_test.c C 2016,2017,2018
-./lib/isc/tests/inet_ntop_test.c C 2017
+./lib/isc/tests/inet_ntop_test.c C 2017,2018
./lib/isc/tests/isctest.c C 2011,2012,2013,2014,2016,2017,2018
./lib/isc/tests/isctest.h C 2011,2012,2016,2018
-./lib/isc/tests/lex_test.c C 2013,2016
+./lib/isc/tests/lex_test.c C 2013,2016,2018
./lib/isc/tests/mem_test.c C 2015,2016,2018
./lib/isc/tests/netaddr_test.c C 2016,2018
./lib/isc/tests/parse_test.c C 2012,2013,2016,2018
./lib/isc/tests/pool_test.c C 2013,2016,2018
-./lib/isc/tests/print_test.c C 2014,2015,2016
+./lib/isc/tests/print_test.c C 2014,2015,2016,2018
./lib/isc/tests/queue_test.c C 2011,2012,2016,2018
./lib/isc/tests/radix_test.c C 2014,2016,2018
./lib/isc/tests/random_test.c C 2014,2015,2016,2017,2018
-./lib/isc/tests/regex_test.c C 2013,2015,2016
-./lib/isc/tests/result_test.c C 2015,2016
-./lib/isc/tests/safe_test.c C 2013,2015,2016,2017
+./lib/isc/tests/regex_test.c C 2013,2015,2016,2018
+./lib/isc/tests/result_test.c C 2015,2016,2018
+./lib/isc/tests/safe_test.c C 2013,2015,2016,2017,2018
./lib/isc/tests/sockaddr_test.c C 2012,2015,2016,2017,2018
./lib/isc/tests/socket_test.c C 2011,2012,2013,2014,2015,2016,2017,2018
./lib/isc/tests/symtab_test.c C 2011,2012,2013,2016,2018
./lib/isc/tests/task_test.c C 2011,2012,2016,2018
./lib/isc/tests/taskpool_test.c C 2011,2012,2016,2018
-./lib/isc/tests/testdata/file/keep X 2014
-./lib/isc/tests/time_test.c C 2014,2015,2016
+./lib/isc/tests/testdata/file/keep X 2014,2018
+./lib/isc/tests/time_test.c C 2014,2015,2016,2018
./lib/isc/tests/timer_test.c C 2018
-./lib/isc/timer.c C 1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/timer_p.h C 2000,2001,2004,2005,2007,2009,2016
-./lib/isc/tm.c C 2014,2016
-./lib/isc/unix/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2014,2015,2016,2017
-./lib/isc/unix/app.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2013,2014,2015,2016,2017
-./lib/isc/unix/dir.c C 1999,2000,2001,2004,2005,2007,2008,2009,2011,2012,2016,2017
+./lib/isc/timer.c C 1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/timer_p.h C 2000,2001,2004,2005,2007,2009,2016,2018
+./lib/isc/tm.c C 2014,2016,2018
+./lib/isc/unix/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2014,2015,2016,2017,2018
+./lib/isc/unix/app.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2013,2014,2015,2016,2017,2018
+./lib/isc/unix/dir.c C 1999,2000,2001,2004,2005,2007,2008,2009,2011,2012,2016,2017,2018
./lib/isc/unix/entropy.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2012,2016,2017,2018
-./lib/isc/unix/errno.c C 2016
-./lib/isc/unix/errno2result.c C 2000,2001,2002,2004,2005,2007,2011,2012,2013,2016
-./lib/isc/unix/errno2result.h C 2000,2001,2004,2005,2007,2011,2012,2016
-./lib/isc/unix/file.c C 2000,2001,2002,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/unix/fsaccess.c C 2000,2001,2004,2005,2006,2007,2016
-./lib/isc/unix/ifiter_getifaddrs.c C 2003,2004,2005,2007,2008,2009,2014,2016
+./lib/isc/unix/errno.c C 2016,2018
+./lib/isc/unix/errno2result.c C 2000,2001,2002,2004,2005,2007,2011,2012,2013,2016,2018
+./lib/isc/unix/errno2result.h C 2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/isc/unix/file.c C 2000,2001,2002,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/unix/fsaccess.c C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/unix/ifiter_getifaddrs.c C 2003,2004,2005,2007,2008,2009,2014,2016,2018
./lib/isc/unix/ifiter_ioctl.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2014,2015,2016,2017,2018
-./lib/isc/unix/ifiter_sysctl.c C 1999,2000,2001,2002,2003,2004,2005,2007,2014,2015,2016
-./lib/isc/unix/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2014,2016
-./lib/isc/unix/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2013,2014,2015,2016
-./lib/isc/unix/include/isc/dir.h C 1999,2000,2001,2004,2005,2007,2016
+./lib/isc/unix/ifiter_sysctl.c C 1999,2000,2001,2002,2003,2004,2005,2007,2014,2015,2016,2018
+./lib/isc/unix/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2014,2016,2018
+./lib/isc/unix/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2013,2014,2015,2016,2018
+./lib/isc/unix/include/isc/dir.h C 1999,2000,2001,2004,2005,2007,2016,2018
./lib/isc/unix/include/isc/int.h C 1999,2000,2001,2004,2005,2007,2016,2018
-./lib/isc/unix/include/isc/keyboard.h C 2000,2001,2004,2005,2007,2016
-./lib/isc/unix/include/isc/net.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2013,2014,2016,2017
-./lib/isc/unix/include/isc/netdb.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/unix/include/isc/offset.h C 2000,2001,2004,2005,2007,2008,2016
-./lib/isc/unix/include/isc/stat.h C 2004,2007,2014,2016
-./lib/isc/unix/include/isc/stdtime.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016
-./lib/isc/unix/include/isc/strerror.h C 2001,2004,2005,2007,2008,2016
-./lib/isc/unix/include/isc/syslog.h C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/unix/include/isc/time.h C 1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2012,2014,2015,2016
-./lib/isc/unix/include/pkcs11/Makefile.in MAKE 2014,2016
-./lib/isc/unix/include/pkcs11/cryptoki.h X 2014
-./lib/isc/unix/interfaceiter.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2014,2016,2017
-./lib/isc/unix/ipv6.c C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/isc/unix/keyboard.c C 2000,2001,2004,2007,2016
-./lib/isc/unix/meminfo.c C 2015,2016
-./lib/isc/unix/net.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2013,2014,2015,2016,2017
-./lib/isc/unix/os.c C 2000,2001,2004,2005,2007,2016
-./lib/isc/unix/pk11_api.c C 2014,2016
-./lib/isc/unix/resource.c C 2000,2001,2004,2007,2008,2009,2016
+./lib/isc/unix/include/isc/keyboard.h C 2000,2001,2004,2005,2007,2016,2018
+./lib/isc/unix/include/isc/net.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2013,2014,2016,2017,2018
+./lib/isc/unix/include/isc/netdb.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/unix/include/isc/offset.h C 2000,2001,2004,2005,2007,2008,2016,2018
+./lib/isc/unix/include/isc/stat.h C 2004,2007,2014,2016,2018
+./lib/isc/unix/include/isc/stdtime.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/isc/unix/include/isc/strerror.h C 2001,2004,2005,2007,2008,2016,2018
+./lib/isc/unix/include/isc/syslog.h C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/unix/include/isc/time.h C 1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2012,2014,2015,2016,2018
+./lib/isc/unix/include/pkcs11/Makefile.in MAKE 2014,2016,2018
+./lib/isc/unix/include/pkcs11/cryptoki.h X 2014,2018
+./lib/isc/unix/interfaceiter.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2014,2016,2017,2018
+./lib/isc/unix/ipv6.c C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/isc/unix/keyboard.c C 2000,2001,2004,2007,2016,2018
+./lib/isc/unix/meminfo.c C 2015,2016,2018
+./lib/isc/unix/net.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/unix/os.c C 2000,2001,2004,2005,2007,2016,2018
+./lib/isc/unix/pk11_api.c C 2014,2016,2018
+./lib/isc/unix/resource.c C 2000,2001,2004,2007,2008,2009,2016,2018
./lib/isc/unix/socket.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/unix/socket_p.h C 2000,2001,2004,2005,2007,2008,2009,2016
-./lib/isc/unix/stdio.c C 2000,2001,2004,2007,2011,2012,2013,2014,2016
-./lib/isc/unix/stdtime.c C 1999,2000,2001,2004,2005,2007,2016
-./lib/isc/unix/strerror.c C 2001,2004,2005,2007,2009,2016
-./lib/isc/unix/syslog.c C 2001,2004,2005,2007,2016
+./lib/isc/unix/socket_p.h C 2000,2001,2004,2005,2007,2008,2009,2016,2018
+./lib/isc/unix/stdio.c C 2000,2001,2004,2007,2011,2012,2013,2014,2016,2018
+./lib/isc/unix/stdtime.c C 1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/unix/strerror.c C 2001,2004,2005,2007,2009,2016,2018
+./lib/isc/unix/syslog.c C 2001,2004,2005,2007,2016,2018
./lib/isc/unix/time.c C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2011,2012,2014,2015,2016,2017,2018
-./lib/isc/version.c C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/isc/win32/DLLMain.c C 2001,2004,2007,2016
-./lib/isc/win32/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2012,2014,2015,2016
-./lib/isc/win32/app.c C 1999,2000,2001,2004,2007,2009,2013,2014,2016
-./lib/isc/win32/condition.c C 1998,1999,2000,2001,2004,2006,2007,2016
-./lib/isc/win32/dir.c C 1999,2000,2001,2004,2007,2008,2009,2011,2012,2013,2016,2017
-./lib/isc/win32/entropy.c C 2000,2001,2002,2004,2007,2009,2013,2016
-./lib/isc/win32/errno.c C 2016
-./lib/isc/win32/errno2result.c C 2000,2001,2002,2004,2005,2007,2008,2013,2016
-./lib/isc/win32/errno2result.h C 2000,2001,2004,2005,2007,2016
-./lib/isc/win32/file.c C 2000,2001,2002,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/isc/win32/fsaccess.c C 2000,2001,2002,2004,2007,2013,2016,2017
-./lib/isc/win32/include/Makefile.in MAKE 1999,2000,2001,2004,2007,2012,2014,2016
-./lib/isc/win32/include/isc/Makefile.in MAKE 1999,2000,2001,2004,2007,2012,2013,2014,2015,2016
-./lib/isc/win32/include/isc/atomic.h C 2013,2015,2016
-./lib/isc/win32/include/isc/bind_registry.h C 2001,2004,2007,2016
-./lib/isc/win32/include/isc/bindevt.h C 2001,2004,2007,2016
-./lib/isc/win32/include/isc/condition.h C 1998,1999,2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/dir.h C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/int.h C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/ipv6.h C 1999,2000,2001,2002,2004,2005,2007,2011,2012,2016
-./lib/isc/win32/include/isc/keyboard.h C 2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/mutex.h C 1998,1999,2000,2001,2004,2007,2008,2009,2016
-./lib/isc/win32/include/isc/net.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2013,2016,2017
-./lib/isc/win32/include/isc/netdb.h C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/ntgroups.h C 2001,2004,2007,2016
-./lib/isc/win32/include/isc/ntpaths.h C 2000,2001,2004,2007,2009,2015,2016
-./lib/isc/win32/include/isc/offset.h C 2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/once.h C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/platform.h.in C 2001,2004,2005,2007,2008,2009,2013,2014,2015,2016
-./lib/isc/win32/include/isc/stat.h C 2000,2001,2003,2004,2007,2009,2012,2016
-./lib/isc/win32/include/isc/stdtime.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016
-./lib/isc/win32/include/isc/strerror.h C 2001,2004,2007,2016
-./lib/isc/win32/include/isc/syslog.h C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/include/isc/thread.h C 1998,1999,2000,2001,2004,2005,2007,2009,2013,2016,2017
-./lib/isc/win32/include/isc/time.h C 1998,1999,2000,2001,2004,2006,2007,2008,2009,2012,2014,2015,2016
-./lib/isc/win32/include/isc/win32os.h C 2002,2004,2007,2009,2015,2016
-./lib/isc/win32/include/pkcs11/Makefile.in MAKE 2014,2016
-./lib/isc/win32/include/pkcs11/cryptoki.h X 2014
+./lib/isc/version.c C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isc/win32/DLLMain.c C 2001,2004,2007,2016,2018
+./lib/isc/win32/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2012,2014,2015,2016,2018
+./lib/isc/win32/app.c C 1999,2000,2001,2004,2007,2009,2013,2014,2016,2018
+./lib/isc/win32/condition.c C 1998,1999,2000,2001,2004,2006,2007,2016,2018
+./lib/isc/win32/dir.c C 1999,2000,2001,2004,2007,2008,2009,2011,2012,2013,2016,2017,2018
+./lib/isc/win32/entropy.c C 2000,2001,2002,2004,2007,2009,2013,2016,2018
+./lib/isc/win32/errno.c C 2016,2018
+./lib/isc/win32/errno2result.c C 2000,2001,2002,2004,2005,2007,2008,2013,2016,2018
+./lib/isc/win32/errno2result.h C 2000,2001,2004,2005,2007,2016,2018
+./lib/isc/win32/file.c C 2000,2001,2002,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isc/win32/fsaccess.c C 2000,2001,2002,2004,2007,2013,2016,2017,2018
+./lib/isc/win32/include/Makefile.in MAKE 1999,2000,2001,2004,2007,2012,2014,2016,2018
+./lib/isc/win32/include/isc/Makefile.in MAKE 1999,2000,2001,2004,2007,2012,2013,2014,2015,2016,2018
+./lib/isc/win32/include/isc/atomic.h C 2013,2015,2016,2018
+./lib/isc/win32/include/isc/bind_registry.h C 2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/bindevt.h C 2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/condition.h C 1998,1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/dir.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/int.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/ipv6.h C 1999,2000,2001,2002,2004,2005,2007,2011,2012,2016,2018
+./lib/isc/win32/include/isc/keyboard.h C 2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/mutex.h C 1998,1999,2000,2001,2004,2007,2008,2009,2016,2018
+./lib/isc/win32/include/isc/net.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2013,2016,2017,2018
+./lib/isc/win32/include/isc/netdb.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/ntgroups.h C 2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/ntpaths.h C 2000,2001,2004,2007,2009,2015,2016,2018
+./lib/isc/win32/include/isc/offset.h C 2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/once.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/platform.h.in C 2001,2004,2005,2007,2008,2009,2013,2014,2015,2016,2018
+./lib/isc/win32/include/isc/stat.h C 2000,2001,2003,2004,2007,2009,2012,2016,2018
+./lib/isc/win32/include/isc/stdtime.h C 1999,2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/isc/win32/include/isc/strerror.h C 2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/syslog.h C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/include/isc/thread.h C 1998,1999,2000,2001,2004,2005,2007,2009,2013,2016,2017,2018
+./lib/isc/win32/include/isc/time.h C 1998,1999,2000,2001,2004,2006,2007,2008,2009,2012,2014,2015,2016,2018
+./lib/isc/win32/include/isc/win32os.h C 2002,2004,2007,2009,2015,2016,2018
+./lib/isc/win32/include/pkcs11/Makefile.in MAKE 2014,2016,2018
+./lib/isc/win32/include/pkcs11/cryptoki.h X 2014,2018
./lib/isc/win32/interfaceiter.c C 1999,2000,2001,2004,2007,2008,2009,2013,2014,2015,2016,2018
-./lib/isc/win32/ipv6.c C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/keyboard.c C 2000,2001,2004,2007,2016
-./lib/isc/win32/libgen.h C 2009,2016
-./lib/isc/win32/libisc.def.exclude X 2015,2017
+./lib/isc/win32/ipv6.c C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/keyboard.c C 2000,2001,2004,2007,2016,2018
+./lib/isc/win32/libgen.h C 2009,2016,2018
+./lib/isc/win32/libisc.def.exclude X 2015,2017,2018
./lib/isc/win32/libisc.def.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/win32/libisc.dsp.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2013,2014,2015,2016
-./lib/isc/win32/libisc.dsw X 2001
-./lib/isc/win32/libisc.mak.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2013,2014,2015,2016
-./lib/isc/win32/libisc.vcxproj.filters.in X 2013,2014,2015,2016
-./lib/isc/win32/libisc.vcxproj.in X 2013,2014,2015,2016,2017
-./lib/isc/win32/libisc.vcxproj.user X 2013
-./lib/isc/win32/meminfo.c C 2015,2016
-./lib/isc/win32/net.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016
-./lib/isc/win32/netdb.h C 2000,2001,2004,2006,2007,2009,2013,2016
-./lib/isc/win32/ntgroups.c C 2001,2004,2006,2007,2009,2013,2016
-./lib/isc/win32/ntpaths.c C 2001,2004,2007,2009,2014,2015,2016,2017
-./lib/isc/win32/once.c C 1999,2000,2001,2004,2007,2016
-./lib/isc/win32/os.c C 2000,2001,2002,2004,2007,2013,2016
-./lib/isc/win32/pk11_api.c C 2014,2016
-./lib/isc/win32/resource.c C 2000,2001,2004,2007,2008,2016
+./lib/isc/win32/libisc.dsp.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2013,2014,2015,2016,2018
+./lib/isc/win32/libisc.dsw X 2001,2018
+./lib/isc/win32/libisc.mak.in X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2013,2014,2015,2016,2018
+./lib/isc/win32/libisc.vcxproj.filters.in X 2013,2014,2015,2016,2018
+./lib/isc/win32/libisc.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./lib/isc/win32/libisc.vcxproj.user X 2013,2018
+./lib/isc/win32/meminfo.c C 2015,2016,2018
+./lib/isc/win32/net.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015,2016,2018
+./lib/isc/win32/netdb.h C 2000,2001,2004,2006,2007,2009,2013,2016,2018
+./lib/isc/win32/ntgroups.c C 2001,2004,2006,2007,2009,2013,2016,2018
+./lib/isc/win32/ntpaths.c C 2001,2004,2007,2009,2014,2015,2016,2017,2018
+./lib/isc/win32/once.c C 1999,2000,2001,2004,2007,2016,2018
+./lib/isc/win32/os.c C 2000,2001,2002,2004,2007,2013,2016,2018
+./lib/isc/win32/pk11_api.c C 2014,2016,2018
+./lib/isc/win32/resource.c C 2000,2001,2004,2007,2008,2016,2018
./lib/isc/win32/socket.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/win32/stdio.c C 2000,2001,2004,2007,2013,2016
-./lib/isc/win32/stdtime.c C 1999,2000,2001,2004,2007,2013,2016
-./lib/isc/win32/strerror.c C 2001,2002,2004,2007,2016
-./lib/isc/win32/syslog.c C 2001,2002,2003,2004,2007,2014,2016
-./lib/isc/win32/syslog.h C 2001,2002,2004,2007,2016
-./lib/isc/win32/thread.c C 1998,1999,2000,2001,2004,2005,2007,2016,2017
+./lib/isc/win32/stdio.c C 2000,2001,2004,2007,2013,2016,2018
+./lib/isc/win32/stdtime.c C 1999,2000,2001,2004,2007,2013,2016,2018
+./lib/isc/win32/strerror.c C 2001,2002,2004,2007,2016,2018
+./lib/isc/win32/syslog.c C 2001,2002,2003,2004,2007,2014,2016,2018
+./lib/isc/win32/syslog.h C 2001,2002,2004,2007,2016,2018
+./lib/isc/win32/thread.c C 1998,1999,2000,2001,2004,2005,2007,2016,2017,2018
./lib/isc/win32/time.c C 1998,1999,2000,2001,2003,2004,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018
-./lib/isc/win32/unistd.h C 2000,2001,2004,2007,2008,2009,2016
-./lib/isc/win32/version.c C 1998,1999,2000,2001,2004,2007,2016
+./lib/isc/win32/unistd.h C 2000,2001,2004,2007,2008,2009,2016,2018
+./lib/isc/win32/version.c C 1998,1999,2000,2001,2004,2007,2016,2018
./lib/isc/win32/win32os.c C 2002,2004,2007,2013,2014,2015,2016,2018
-./lib/isc/x86_32/Makefile.in MAKE 2007,2012,2016
-./lib/isc/x86_32/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/x86_32/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/x86_32/include/isc/atomic.h C 2005,2007,2008,2015,2016,2017
-./lib/isc/x86_64/Makefile.in MAKE 2007,2012,2016
-./lib/isc/x86_64/include/Makefile.in MAKE 2007,2012,2016
-./lib/isc/x86_64/include/isc/Makefile.in MAKE 2007,2012,2015,2016
-./lib/isc/x86_64/include/isc/atomic.h C 2005,2007,2008,2015,2016,2017
-./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012,2014,2015,2016
-./lib/isccc/alist.c C.NOM 2001,2004,2005,2007,2015,2016
+./lib/isc/x86_32/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/x86_32/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/x86_32/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/x86_32/include/isc/atomic.h C 2005,2007,2008,2015,2016,2017,2018
+./lib/isc/x86_64/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/x86_64/include/Makefile.in MAKE 2007,2012,2016,2018
+./lib/isc/x86_64/include/isc/Makefile.in MAKE 2007,2012,2015,2016,2018
+./lib/isc/x86_64/include/isc/atomic.h C 2005,2007,2008,2015,2016,2017,2018
+./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012,2014,2015,2016,2018
+./lib/isccc/alist.c C.NOM 2001,2004,2005,2007,2015,2016,2018
./lib/isccc/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isccc/base64.c C.NOM 2001,2004,2005,2007,2013,2016
-./lib/isccc/cc.c C.NOM 2001,2002,2003,2004,2005,2006,2007,2012,2013,2014,2015,2016
-./lib/isccc/ccmsg.c C.NOM 2001,2004,2005,2007,2016
-./lib/isccc/include/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/isccc/include/isccc/Makefile.in MAKE 2001,2004,2007,2012,2015,2016
-./lib/isccc/include/isccc/alist.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/base64.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/cc.h C.NOM 2001,2004,2005,2006,2007,2013,2014,2016
-./lib/isccc/include/isccc/ccmsg.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/events.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/lib.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/result.h C.NOM 2001,2003,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/sexpr.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/symtab.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/symtype.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/types.h C.NOM 2001,2004,2005,2006,2007,2016
-./lib/isccc/include/isccc/util.h C.NOM 2001,2004,2005,2006,2007,2014,2016
-./lib/isccc/include/isccc/version.h C 2001,2004,2005,2006,2007,2016
-./lib/isccc/lib.c C.NOM 2001,2004,2005,2007,2016
-./lib/isccc/result.c C.NOM 2001,2003,2004,2005,2007,2015,2016
-./lib/isccc/sexpr.c C.NOM 2001,2004,2005,2007,2014,2015,2016
-./lib/isccc/symtab.c C.NOM 2001,2004,2005,2007,2016
-./lib/isccc/version.c C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/isccc/win32/DLLMain.c C 2001,2004,2007,2016
-./lib/isccc/win32/libisccc.def X 2001,2016
-./lib/isccc/win32/libisccc.dsp.in X 2001,2004,2005,2009,2011,2013,2014,2016
-./lib/isccc/win32/libisccc.dsw X 2001
-./lib/isccc/win32/libisccc.mak.in X 2001,2002,2004,2005,2006,2009,2011,2013,2014
-./lib/isccc/win32/libisccc.vcxproj.filters.in X 2013,2015,2016
-./lib/isccc/win32/libisccc.vcxproj.in X 2013,2014,2015,2016,2017
-./lib/isccc/win32/libisccc.vcxproj.user X 2013
-./lib/isccc/win32/version.c C 2001,2004,2007,2016
-./lib/isccfg/Atffile X 2016
-./lib/isccfg/Kyuafile X 2017
-./lib/isccfg/Makefile.in MAKE 2001,2002,2003,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017
-./lib/isccfg/aclconf.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/isccc/base64.c C.NOM 2001,2004,2005,2007,2013,2016,2018
+./lib/isccc/cc.c C.NOM 2001,2002,2003,2004,2005,2006,2007,2012,2013,2014,2015,2016,2018
+./lib/isccc/ccmsg.c C.NOM 2001,2004,2005,2007,2016,2018
+./lib/isccc/include/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/isccc/include/isccc/Makefile.in MAKE 2001,2004,2007,2012,2015,2016,2018
+./lib/isccc/include/isccc/alist.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/base64.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/cc.h C.NOM 2001,2004,2005,2006,2007,2013,2014,2016,2018
+./lib/isccc/include/isccc/ccmsg.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/events.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/lib.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/result.h C.NOM 2001,2003,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/sexpr.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/symtab.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/symtype.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/types.h C.NOM 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/include/isccc/util.h C.NOM 2001,2004,2005,2006,2007,2014,2016,2018
+./lib/isccc/include/isccc/version.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/isccc/lib.c C.NOM 2001,2004,2005,2007,2016,2018
+./lib/isccc/result.c C.NOM 2001,2003,2004,2005,2007,2015,2016,2018
+./lib/isccc/sexpr.c C.NOM 2001,2004,2005,2007,2014,2015,2016,2018
+./lib/isccc/symtab.c C.NOM 2001,2004,2005,2007,2016,2018
+./lib/isccc/version.c C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isccc/win32/DLLMain.c C 2001,2004,2007,2016,2018
+./lib/isccc/win32/libisccc.def X 2001,2016,2018
+./lib/isccc/win32/libisccc.dsp.in X 2001,2004,2005,2009,2011,2013,2014,2016,2018
+./lib/isccc/win32/libisccc.dsw X 2001,2018
+./lib/isccc/win32/libisccc.mak.in X 2001,2002,2004,2005,2006,2009,2011,2013,2014,2018
+./lib/isccc/win32/libisccc.vcxproj.filters.in X 2013,2015,2016,2018
+./lib/isccc/win32/libisccc.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./lib/isccc/win32/libisccc.vcxproj.user X 2013,2018
+./lib/isccc/win32/version.c C 2001,2004,2007,2016,2018
+./lib/isccfg/Atffile X 2016,2018
+./lib/isccfg/Kyuafile X 2017,2018
+./lib/isccfg/Makefile.in MAKE 2001,2002,2003,2004,2005,2007,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./lib/isccfg/aclconf.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/isccfg/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isccfg/dnsconf.c C 2009,2016
-./lib/isccfg/include/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/isccfg/include/isccfg/Makefile.in MAKE 2001,2002,2004,2005,2007,2012,2014,2015,2016
-./lib/isccfg/include/isccfg/aclconf.h C 1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2013,2014,2016
+./lib/isccfg/dnsconf.c C 2009,2016,2018
+./lib/isccfg/include/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/isccfg/include/isccfg/Makefile.in MAKE 2001,2002,2004,2005,2007,2012,2014,2015,2016,2018
+./lib/isccfg/include/isccfg/aclconf.h C 1999,2000,2001,2004,2005,2006,2007,2010,2011,2012,2013,2014,2016,2018
./lib/isccfg/include/isccfg/cfg.h C 2000,2001,2002,2004,2005,2006,2007,2010,2013,2014,2015,2016,2018
-./lib/isccfg/include/isccfg/dnsconf.h C 2009,2016
+./lib/isccfg/include/isccfg/dnsconf.h C 2009,2016,2018
./lib/isccfg/include/isccfg/grammar.h C 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016,2017,2018
-./lib/isccfg/include/isccfg/log.h C 2001,2004,2005,2006,2007,2009,2016
+./lib/isccfg/include/isccfg/log.h C 2001,2004,2005,2006,2007,2009,2016,2018
./lib/isccfg/include/isccfg/namedconf.h C 2002,2004,2005,2006,2007,2009,2010,2014,2016,2018
-./lib/isccfg/include/isccfg/version.h C 2001,2004,2005,2006,2007,2016
-./lib/isccfg/log.c C 2001,2004,2005,2006,2007,2016
+./lib/isccfg/include/isccfg/version.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/isccfg/log.c C 2001,2004,2005,2006,2007,2016,2018
./lib/isccfg/namedconf.c C 2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/isccfg/parser.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./lib/isccfg/tests/Atffile X 2016,2017
-./lib/isccfg/tests/Kyuafile X 2017
+./lib/isccfg/tests/Atffile X 2016,2017,2018
+./lib/isccfg/tests/Kyuafile X 2017,2018
./lib/isccfg/tests/Makefile.in MAKE 2016,2018
./lib/isccfg/tests/parser_test.c C 2016,2018
-./lib/isccfg/version.c C 1998,1999,2000,2001,2004,2005,2007,2016
-./lib/isccfg/win32/DLLMain.c C 2001,2004,2007,2016
+./lib/isccfg/version.c C 1998,1999,2000,2001,2004,2005,2007,2016,2018
+./lib/isccfg/win32/DLLMain.c C 2001,2004,2007,2016,2018
./lib/isccfg/win32/libisccfg.def X 2001,2002,2005,2009,2010,2011,2013,2014,2015,2016,2018
-./lib/isccfg/win32/libisccfg.dsp.in X 2001,2002,2004,2005,2009,2011,2013,2014,2016
-./lib/isccfg/win32/libisccfg.dsw X 2001
-./lib/isccfg/win32/libisccfg.mak.in X 2001,2002,2004,2005,2006,2009,2011,2013,2014
-./lib/isccfg/win32/libisccfg.vcxproj.filters.in X 2013,2014,2015,2016
-./lib/isccfg/win32/libisccfg.vcxproj.in X 2013,2014,2015,2016,2017
-./lib/isccfg/win32/libisccfg.vcxproj.user X 2013
-./lib/isccfg/win32/version.c C 1998,1999,2000,2001,2004,2007,2016
-./lib/lwres/Atffile X 2014
-./lib/lwres/Kyuafile X 2017
-./lib/lwres/Makefile.in MAKE 2000,2001,2004,2005,2007,2012,2014,2015,2016,2017
+./lib/isccfg/win32/libisccfg.dsp.in X 2001,2002,2004,2005,2009,2011,2013,2014,2016,2018
+./lib/isccfg/win32/libisccfg.dsw X 2001,2018
+./lib/isccfg/win32/libisccfg.mak.in X 2001,2002,2004,2005,2006,2009,2011,2013,2014,2018
+./lib/isccfg/win32/libisccfg.vcxproj.filters.in X 2013,2014,2015,2016,2018
+./lib/isccfg/win32/libisccfg.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./lib/isccfg/win32/libisccfg.vcxproj.user X 2013,2018
+./lib/isccfg/win32/version.c C 1998,1999,2000,2001,2004,2007,2016,2018
+./lib/lwres/Atffile X 2014,2018
+./lib/lwres/Kyuafile X 2017,2018
+./lib/lwres/Makefile.in MAKE 2000,2001,2004,2005,2007,2012,2014,2015,2016,2017,2018
./lib/lwres/api X 2000,2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2017,2018
-./lib/lwres/assert_p.h C 2000,2001,2004,2005,2007,2011,2012,2016
-./lib/lwres/compat.c C 2003,2004,2005,2007,2014,2016
-./lib/lwres/context.c C 2000,2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2016
-./lib/lwres/context_p.h C 2000,2001,2004,2005,2007,2008,2016
-./lib/lwres/gai_strerror.c C 2000,2001,2004,2005,2006,2007,2014,2016
-./lib/lwres/getaddrinfo.c C.BSDI 1999,2000,2001,2004,2005,2006,2007,2008,2012,2014,2016
-./lib/lwres/gethost.c C 2000,2001,2004,2005,2007,2013,2014,2015,2016
-./lib/lwres/getipnode.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2012,2014,2016
-./lib/lwres/getnameinfo.c C.PORTION 1999,2000,2001,2003,2004,2005,2007,2011,2012,2013,2016
-./lib/lwres/getrrset.c C 2000,2001,2002,2003,2004,2005,2007,2012,2014,2016
-./lib/lwres/herror.c C.PORTION 2000,2001,2003,2004,2005,2007,2011,2012,2014,2015,2016
-./lib/lwres/include/Makefile.in MAKE 2000,2001,2004,2007,2012,2016
-./lib/lwres/include/lwres/Makefile.in MAKE 2000,2001,2004,2007,2012,2014,2016
-./lib/lwres/include/lwres/context.h C 2000,2001,2004,2005,2006,2007,2008,2016
-./lib/lwres/include/lwres/int.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/ipv6.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/lang.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/list.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/lwbuffer.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/lwpacket.h C 1999,2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/lwres.h C 2000,2001,2004,2005,2006,2007,2014,2016
-./lib/lwres/include/lwres/netdb.h.in C 2000,2001,2004,2005,2007,2009,2014,2016
-./lib/lwres/include/lwres/platform.h.in C 2000,2001,2004,2005,2007,2014,2016
-./lib/lwres/include/lwres/result.h C 2000,2001,2004,2005,2006,2007,2016
-./lib/lwres/include/lwres/stdlib.h C 2003,2004,2005,2006,2007,2014,2016
-./lib/lwres/include/lwres/string.h C 2014,2016
-./lib/lwres/include/lwres/version.h C 2001,2004,2005,2006,2007,2016
-./lib/lwres/lwbuffer.c C 2000,2001,2004,2005,2007,2014,2016
-./lib/lwres/lwconfig.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2014,2016
-./lib/lwres/lwinetaton.c C.PORTION 1996,1997,1998,1999,2000,2001,2003,2004,2005,2007,2012,2013,2014,2016
-./lib/lwres/lwinetntop.c C 1996,1997,1998,1999,2000,2001,2003,2004,2005,2007,2016
-./lib/lwres/lwinetpton.c C 1996,1997,1998,1999,2000,2001,2004,2005,2007,2011,2012,2013,2014,2016,2017
-./lib/lwres/lwpacket.c C 2000,2001,2004,2005,2007,2016
-./lib/lwres/lwres_gabn.c C 2000,2001,2004,2005,2007,2013,2015,2016
-./lib/lwres/lwres_gnba.c C 2000,2001,2002,2004,2005,2007,2013,2016
-./lib/lwres/lwres_grbn.c C 2000,2001,2004,2005,2007,2013,2015,2016
-./lib/lwres/lwres_noop.c C 2000,2001,2004,2005,2007,2013,2016
-./lib/lwres/lwresutil.c C 2000,2001,2004,2005,2007,2014,2016
-./lib/lwres/man/Makefile.in MAKE 2001,2004,2007,2012,2015,2016
+./lib/lwres/assert_p.h C 2000,2001,2004,2005,2007,2011,2012,2016,2018
+./lib/lwres/compat.c C 2003,2004,2005,2007,2014,2016,2018
+./lib/lwres/context.c C 2000,2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2016,2018
+./lib/lwres/context_p.h C 2000,2001,2004,2005,2007,2008,2016,2018
+./lib/lwres/gai_strerror.c C 2000,2001,2004,2005,2006,2007,2014,2016,2018
+./lib/lwres/getaddrinfo.c C.BSDI 1999,2000,2001,2004,2005,2006,2007,2008,2012,2014,2016,2018
+./lib/lwres/gethost.c C 2000,2001,2004,2005,2007,2013,2014,2015,2016,2018
+./lib/lwres/getipnode.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2012,2014,2016,2018
+./lib/lwres/getnameinfo.c C.PORTION 1999,2000,2001,2003,2004,2005,2007,2011,2012,2013,2016,2018
+./lib/lwres/getrrset.c C 2000,2001,2002,2003,2004,2005,2007,2012,2014,2016,2018
+./lib/lwres/herror.c C.PORTION 2000,2001,2003,2004,2005,2007,2011,2012,2014,2015,2016,2018
+./lib/lwres/include/Makefile.in MAKE 2000,2001,2004,2007,2012,2016,2018
+./lib/lwres/include/lwres/Makefile.in MAKE 2000,2001,2004,2007,2012,2014,2016,2018
+./lib/lwres/include/lwres/context.h C 2000,2001,2004,2005,2006,2007,2008,2016,2018
+./lib/lwres/include/lwres/int.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/ipv6.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/lang.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/list.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/lwbuffer.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/lwpacket.h C 1999,2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/lwres.h C 2000,2001,2004,2005,2006,2007,2014,2016,2018
+./lib/lwres/include/lwres/netdb.h.in C 2000,2001,2004,2005,2007,2009,2014,2016,2018
+./lib/lwres/include/lwres/platform.h.in C 2000,2001,2004,2005,2007,2014,2016,2018
+./lib/lwres/include/lwres/result.h C 2000,2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/include/lwres/stdlib.h C 2003,2004,2005,2006,2007,2014,2016,2018
+./lib/lwres/include/lwres/string.h C 2014,2016,2018
+./lib/lwres/include/lwres/version.h C 2001,2004,2005,2006,2007,2016,2018
+./lib/lwres/lwbuffer.c C 2000,2001,2004,2005,2007,2014,2016,2018
+./lib/lwres/lwconfig.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2014,2016,2018
+./lib/lwres/lwinetaton.c C.PORTION 1996,1997,1998,1999,2000,2001,2003,2004,2005,2007,2012,2013,2014,2016,2018
+./lib/lwres/lwinetntop.c C 1996,1997,1998,1999,2000,2001,2003,2004,2005,2007,2016,2018
+./lib/lwres/lwinetpton.c C 1996,1997,1998,1999,2000,2001,2004,2005,2007,2011,2012,2013,2014,2016,2017,2018
+./lib/lwres/lwpacket.c C 2000,2001,2004,2005,2007,2016,2018
+./lib/lwres/lwres_gabn.c C 2000,2001,2004,2005,2007,2013,2015,2016,2018
+./lib/lwres/lwres_gnba.c C 2000,2001,2002,2004,2005,2007,2013,2016,2018
+./lib/lwres/lwres_grbn.c C 2000,2001,2004,2005,2007,2013,2015,2016,2018
+./lib/lwres/lwres_noop.c C 2000,2001,2004,2005,2007,2013,2016,2018
+./lib/lwres/lwresutil.c C 2000,2001,2004,2005,2007,2014,2016,2018
+./lib/lwres/man/Makefile.in MAKE 2001,2004,2007,2012,2015,2016,2018
./lib/lwres/man/lwres.3 MAN DOCBOOK
-./lib/lwres/man/lwres.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres.html HTML DOCBOOK
./lib/lwres/man/lwres_buffer.3 MAN DOCBOOK
-./lib/lwres/man/lwres_buffer.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_buffer.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_buffer.html HTML DOCBOOK
./lib/lwres/man/lwres_config.3 MAN DOCBOOK
-./lib/lwres/man/lwres_config.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_config.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_config.html HTML DOCBOOK
./lib/lwres/man/lwres_context.3 MAN DOCBOOK
-./lib/lwres/man/lwres_context.docbook SGML 2000,2001,2003,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_context.docbook SGML 2000,2001,2003,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_context.html HTML DOCBOOK
./lib/lwres/man/lwres_gabn.3 MAN DOCBOOK
-./lib/lwres/man/lwres_gabn.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_gabn.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_gabn.html HTML DOCBOOK
./lib/lwres/man/lwres_gai_strerror.3 MAN DOCBOOK
-./lib/lwres/man/lwres_gai_strerror.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_gai_strerror.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_gai_strerror.html HTML DOCBOOK
./lib/lwres/man/lwres_getaddrinfo.3 MAN DOCBOOK
-./lib/lwres/man/lwres_getaddrinfo.docbook SGML 2000,2001,2003,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_getaddrinfo.docbook SGML 2000,2001,2003,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_getaddrinfo.html HTML DOCBOOK
./lib/lwres/man/lwres_gethostent.3 MAN DOCBOOK
-./lib/lwres/man/lwres_gethostent.docbook SGML 2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_gethostent.docbook SGML 2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_gethostent.html HTML DOCBOOK
./lib/lwres/man/lwres_getipnode.3 MAN DOCBOOK
-./lib/lwres/man/lwres_getipnode.docbook SGML 2000,2001,2003,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_getipnode.docbook SGML 2000,2001,2003,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_getipnode.html HTML DOCBOOK
./lib/lwres/man/lwres_getnameinfo.3 MAN DOCBOOK
-./lib/lwres/man/lwres_getnameinfo.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_getnameinfo.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_getnameinfo.html HTML DOCBOOK
./lib/lwres/man/lwres_getrrsetbyname.3 MAN DOCBOOK
-./lib/lwres/man/lwres_getrrsetbyname.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_getrrsetbyname.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_getrrsetbyname.html HTML DOCBOOK
./lib/lwres/man/lwres_gnba.3 MAN DOCBOOK
-./lib/lwres/man/lwres_gnba.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_gnba.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_gnba.html HTML DOCBOOK
./lib/lwres/man/lwres_hstrerror.3 MAN DOCBOOK
-./lib/lwres/man/lwres_hstrerror.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_hstrerror.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_hstrerror.html HTML DOCBOOK
./lib/lwres/man/lwres_inetntop.3 MAN DOCBOOK
-./lib/lwres/man/lwres_inetntop.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_inetntop.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_inetntop.html HTML DOCBOOK
./lib/lwres/man/lwres_noop.3 MAN DOCBOOK
-./lib/lwres/man/lwres_noop.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_noop.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_noop.html HTML DOCBOOK
./lib/lwres/man/lwres_packet.3 MAN DOCBOOK
-./lib/lwres/man/lwres_packet.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_packet.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_packet.html HTML DOCBOOK
./lib/lwres/man/lwres_resutil.3 MAN DOCBOOK
-./lib/lwres/man/lwres_resutil.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016
+./lib/lwres/man/lwres_resutil.docbook SGML 2000,2001,2004,2005,2007,2014,2015,2016,2018
./lib/lwres/man/lwres_resutil.html HTML DOCBOOK
-./lib/lwres/man/resolver.5 MAN 2000,2001,2004,2007,2016
-./lib/lwres/print.c C 1999,2000,2001,2003,2004,2005,2007,2011,2012,2014,2015,2016,2017
-./lib/lwres/print_p.h C 1999,2000,2001,2003,2004,2007,2010,2016
-./lib/lwres/tests/Atffile X 2014,2017
-./lib/lwres/tests/Kyuafile X 2017
-./lib/lwres/tests/Makefile.in MAKE 2014,2015,2016
-./lib/lwres/tests/config_test.c C 2014,2016
-./lib/lwres/tests/testdata/link-local.conf X 2014
-./lib/lwres/unix/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/lwres/unix/include/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/lwres/unix/include/lwres/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/lwres/unix/include/lwres/net.h C 2000,2001,2002,2004,2005,2007,2016
-./lib/lwres/version.c C 2000,2001,2004,2005,2007,2016
-./lib/lwres/win32/DLLMain.c C 2001,2004,2007,2016
-./lib/lwres/win32/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/lwres/win32/include/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/lwres/win32/include/lwres/.gitignore X 2014
-./lib/lwres/win32/include/lwres/Makefile.in MAKE 2001,2004,2007,2012,2016
-./lib/lwres/win32/include/lwres/int.h C 2000,2001,2004,2007,2016
-./lib/lwres/win32/include/lwres/net.h C 2000,2001,2004,2007,2013,2016
-./lib/lwres/win32/include/lwres/netdb.h C 2000,2001,2004,2006,2007,2013,2016
-./lib/lwres/win32/include/lwres/platform.h C 2000,2001,2004,2007,2014,2016
-./lib/lwres/win32/liblwres.def X 2001,2014,2016
-./lib/lwres/win32/liblwres.dsp.in X 2001,2002,2004,2005,2007,2011,2013,2014,2016
-./lib/lwres/win32/liblwres.dsw X 2001
-./lib/lwres/win32/liblwres.mak.in X 2001,2002,2004,2005,2006,2007,2011,2013,2014,2016
-./lib/lwres/win32/liblwres.vcxproj.filters.in X 2013,2014,2015,2016
-./lib/lwres/win32/liblwres.vcxproj.in X 2013,2014,2015,2016,2017
-./lib/lwres/win32/liblwres.vcxproj.user X 2013
-./lib/lwres/win32/lwconfig.c C 2002,2004,2006,2007,2013,2016
-./lib/lwres/win32/socket.c C 2007,2015,2016
-./lib/lwres/win32/version.c C 1998,1999,2000,2001,2004,2007,2016
-./lib/samples/.gitignore X 2013,2014
-./lib/samples/Makefile-postinstall.in MAKE 2009,2012,2013,2014,2016
-./lib/samples/Makefile.in MAKE 2009,2012,2013,2014,2015,2016,2017
+./lib/lwres/man/resolver.5 MAN 2000,2001,2004,2007,2016,2018
+./lib/lwres/print.c C 1999,2000,2001,2003,2004,2005,2007,2011,2012,2014,2015,2016,2017,2018
+./lib/lwres/print_p.h C 1999,2000,2001,2003,2004,2007,2010,2016,2018
+./lib/lwres/tests/Atffile X 2014,2017,2018
+./lib/lwres/tests/Kyuafile X 2017,2018
+./lib/lwres/tests/Makefile.in MAKE 2014,2015,2016,2018
+./lib/lwres/tests/config_test.c C 2014,2016,2018
+./lib/lwres/tests/testdata/link-local.conf X 2014,2018
+./lib/lwres/unix/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/lwres/unix/include/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/lwres/unix/include/lwres/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/lwres/unix/include/lwres/net.h C 2000,2001,2002,2004,2005,2007,2016,2018
+./lib/lwres/version.c C 2000,2001,2004,2005,2007,2016,2018
+./lib/lwres/win32/DLLMain.c C 2001,2004,2007,2016,2018
+./lib/lwres/win32/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/lwres/win32/include/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/lwres/win32/include/lwres/.gitignore X 2014,2018
+./lib/lwres/win32/include/lwres/Makefile.in MAKE 2001,2004,2007,2012,2016,2018
+./lib/lwres/win32/include/lwres/int.h C 2000,2001,2004,2007,2016,2018
+./lib/lwres/win32/include/lwres/net.h C 2000,2001,2004,2007,2013,2016,2018
+./lib/lwres/win32/include/lwres/netdb.h C 2000,2001,2004,2006,2007,2013,2016,2018
+./lib/lwres/win32/include/lwres/platform.h C 2000,2001,2004,2007,2014,2016,2018
+./lib/lwres/win32/liblwres.def X 2001,2014,2016,2018
+./lib/lwres/win32/liblwres.dsp.in X 2001,2002,2004,2005,2007,2011,2013,2014,2016,2018
+./lib/lwres/win32/liblwres.dsw X 2001,2018
+./lib/lwres/win32/liblwres.mak.in X 2001,2002,2004,2005,2006,2007,2011,2013,2014,2016,2018
+./lib/lwres/win32/liblwres.vcxproj.filters.in X 2013,2014,2015,2016,2018
+./lib/lwres/win32/liblwres.vcxproj.in X 2013,2014,2015,2016,2017,2018
+./lib/lwres/win32/liblwres.vcxproj.user X 2013,2018
+./lib/lwres/win32/lwconfig.c C 2002,2004,2006,2007,2013,2016,2018
+./lib/lwres/win32/socket.c C 2007,2015,2016,2018
+./lib/lwres/win32/version.c C 1998,1999,2000,2001,2004,2007,2016,2018
+./lib/samples/.gitignore X 2013,2014,2018
+./lib/samples/Makefile-postinstall.in MAKE 2009,2012,2013,2014,2016,2018
+./lib/samples/Makefile.in MAKE 2009,2012,2013,2014,2015,2016,2017,2018
./lib/samples/nsprobe.c C 2009,2010,2011,2012,2013,2014,2015,2016,2018
./lib/samples/resolve.c C 2009,2012,2013,2014,2015,2016,2017,2018
-./lib/samples/rootkey.sh SH 2013,2016
+./lib/samples/rootkey.sh SH 2013,2016,2018
./lib/samples/sample-async.c C 2009,2013,2014,2015,2016,2018
-./lib/samples/sample-gai.c C 2009,2012,2013,2014,2015,2016
+./lib/samples/sample-gai.c C 2009,2012,2013,2014,2015,2016,2018
./lib/samples/sample-request.c C 2009,2012,2013,2014,2015,2016,2018
./lib/samples/sample-update.c C 2009,2010,2012,2013,2014,2015,2016,2017,2018
-./lib/samples/win32/async.dsp.in X 2014,2016
-./lib/samples/win32/async.dsw X 2014
-./lib/samples/win32/async.mak.in X 2014,2016
-./lib/samples/win32/async.vcxproj.filters.in X 2014,2015
-./lib/samples/win32/async.vcxproj.in X 2014,2015,2016,2017
-./lib/samples/win32/async.vcxproj.user X 2014
-./lib/samples/win32/gai.dsp.in X 2014
-./lib/samples/win32/gai.dsw X 2014
-./lib/samples/win32/gai.mak.in X 2014
-./lib/samples/win32/gai.vcxproj.filters.in X 2014,2015
-./lib/samples/win32/gai.vcxproj.in X 2014,2015,2016,2017
-./lib/samples/win32/gai.vcxproj.user X 2014
-./lib/samples/win32/nsprobe.dsp.in X 2014,2016
-./lib/samples/win32/nsprobe.dsw X 2014
-./lib/samples/win32/nsprobe.mak.in X 2014,2016
-./lib/samples/win32/nsprobe.vcxproj.filters.in X 2014,2015
-./lib/samples/win32/nsprobe.vcxproj.in X 2014,2015,2016,2017
-./lib/samples/win32/nsprobe.vcxproj.user X 2014
-./lib/samples/win32/request.dsp.in X 2014,2016
-./lib/samples/win32/request.dsw X 2014
-./lib/samples/win32/request.mak.in X 2014,2016
-./lib/samples/win32/request.vcxproj.filters.in X 2014,2015
-./lib/samples/win32/request.vcxproj.in X 2014,2015,2016,2017
-./lib/samples/win32/request.vcxproj.user X 2014
-./lib/samples/win32/resolve.dsp.in X 2014,2016
-./lib/samples/win32/resolve.dsw X 2014
-./lib/samples/win32/resolve.mak.in X 2014,2016
-./lib/samples/win32/resolve.vcxproj.filters.in X 2014,2015
-./lib/samples/win32/resolve.vcxproj.in X 2014,2015,2016,2017
-./lib/samples/win32/resolve.vcxproj.user X 2014
-./lib/samples/win32/update.dsp.in X 2014,2016
-./lib/samples/win32/update.dsw X 2014
-./lib/samples/win32/update.mak.in X 2014,2016
-./lib/samples/win32/update.vcxproj.filters.in X 2014,2015
-./lib/samples/win32/update.vcxproj.in X 2014,2015,2016,2017
-./lib/samples/win32/update.vcxproj.user X 2014
-./lib/win32/bindevt/bindevt.c C 2000,2001,2004,2007,2016
-./lib/win32/bindevt/bindevt.dsp.in X 2001,2013
-./lib/win32/bindevt/bindevt.dsw X 2001
-./lib/win32/bindevt/bindevt.mak.in X 2001,2006,2013
-./lib/win32/bindevt/bindevt.mc MC 2001,2004,2007,2016
-./lib/win32/bindevt/bindevt.vcxproj.filters.in X 2013,2015
-./lib/win32/bindevt/bindevt.vcxproj.in X 2013,2014,2015,2016
-./lib/win32/bindevt/bindevt.vcxproj.user X 2013
-./libtool.m4/libtool.m4 X 2012
-./libtool.m4/ltoptions.m4 X 2012
-./libtool.m4/ltsugar.m4 X 2012
-./libtool.m4/ltversion.m4 X 2012
-./libtool.m4/lt~obsolete.m4 X 2012
-./ltmain.sh X 1999,2000,2001,2003,2004,2006,2009,2012
-./make/.gitignore X 2012
-./make/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016
-./make/includes.in MAKE 1999,2000,2001,2004,2005,2007,2012,2014,2016
-./make/mkdep.in X 1999,2000,2001,2006,2011,2014
-./make/rules.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
-./mkinstalldirs X 1996
-./unit/.gitignore X 2012,2014
-./unit/Makefile.in MAKE 2011,2012,2017
-./unit/README X 2011,2013
+./lib/samples/win32/async.dsp.in X 2014,2016,2018
+./lib/samples/win32/async.dsw X 2014,2018
+./lib/samples/win32/async.mak.in X 2014,2016,2018
+./lib/samples/win32/async.vcxproj.filters.in X 2014,2015,2018
+./lib/samples/win32/async.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/samples/win32/async.vcxproj.user X 2014,2018
+./lib/samples/win32/gai.dsp.in X 2014,2018
+./lib/samples/win32/gai.dsw X 2014,2018
+./lib/samples/win32/gai.mak.in X 2014,2018
+./lib/samples/win32/gai.vcxproj.filters.in X 2014,2015,2018
+./lib/samples/win32/gai.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/samples/win32/gai.vcxproj.user X 2014,2018
+./lib/samples/win32/nsprobe.dsp.in X 2014,2016,2018
+./lib/samples/win32/nsprobe.dsw X 2014,2018
+./lib/samples/win32/nsprobe.mak.in X 2014,2016,2018
+./lib/samples/win32/nsprobe.vcxproj.filters.in X 2014,2015,2018
+./lib/samples/win32/nsprobe.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/samples/win32/nsprobe.vcxproj.user X 2014,2018
+./lib/samples/win32/request.dsp.in X 2014,2016,2018
+./lib/samples/win32/request.dsw X 2014,2018
+./lib/samples/win32/request.mak.in X 2014,2016,2018
+./lib/samples/win32/request.vcxproj.filters.in X 2014,2015,2018
+./lib/samples/win32/request.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/samples/win32/request.vcxproj.user X 2014,2018
+./lib/samples/win32/resolve.dsp.in X 2014,2016,2018
+./lib/samples/win32/resolve.dsw X 2014,2018
+./lib/samples/win32/resolve.mak.in X 2014,2016,2018
+./lib/samples/win32/resolve.vcxproj.filters.in X 2014,2015,2018
+./lib/samples/win32/resolve.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/samples/win32/resolve.vcxproj.user X 2014,2018
+./lib/samples/win32/update.dsp.in X 2014,2016,2018
+./lib/samples/win32/update.dsw X 2014,2018
+./lib/samples/win32/update.mak.in X 2014,2016,2018
+./lib/samples/win32/update.vcxproj.filters.in X 2014,2015,2018
+./lib/samples/win32/update.vcxproj.in X 2014,2015,2016,2017,2018
+./lib/samples/win32/update.vcxproj.user X 2014,2018
+./lib/win32/bindevt/bindevt.c C 2000,2001,2004,2007,2016,2018
+./lib/win32/bindevt/bindevt.dsp.in X 2001,2013,2018
+./lib/win32/bindevt/bindevt.dsw X 2001,2018
+./lib/win32/bindevt/bindevt.mak.in X 2001,2006,2013,2018
+./lib/win32/bindevt/bindevt.mc MC 2001,2004,2007,2016,2018
+./lib/win32/bindevt/bindevt.vcxproj.filters.in X 2013,2015,2018
+./lib/win32/bindevt/bindevt.vcxproj.in X 2013,2014,2015,2016,2018
+./lib/win32/bindevt/bindevt.vcxproj.user X 2013,2018
+./libtool.m4/libtool.m4 X 2012,2018
+./libtool.m4/ltoptions.m4 X 2012,2018
+./libtool.m4/ltsugar.m4 X 2012,2018
+./libtool.m4/ltversion.m4 X 2012,2018
+./libtool.m4/lt~obsolete.m4 X 2012,2018
+./ltmain.sh X 1999,2000,2001,2003,2004,2006,2009,2012,2018
+./make/.gitignore X 2012,2018
+./make/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016,2018
+./make/includes.in MAKE 1999,2000,2001,2004,2005,2007,2012,2014,2016,2018
+./make/mkdep.in X 1999,2000,2001,2006,2011,2014,2018
+./make/rules.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018
+./mkinstalldirs X 1996,2018
+./unit/.gitignore X 2012,2014,2018
+./unit/Makefile.in MAKE 2011,2012,2017,2018
+./unit/README X 2011,2013,2018
./unit/atf-src/.travis.yml X 2018
-./unit/atf-src/AUTHORS X 2011,2013
+./unit/atf-src/AUTHORS X 2011,2013,2018
./unit/atf-src/Atffile X 2011,2013,2018
-./unit/atf-src/COPYING X 2011,2013
-./unit/atf-src/INSTALL X 2011,2013
+./unit/atf-src/COPYING X 2011,2013,2018
+./unit/atf-src/INSTALL X 2011,2013,2018
./unit/atf-src/Kyuafile X 2013,2018
./unit/atf-src/Makefile.am X 2011,2013,2018
./unit/atf-src/Makefile.in X 2011,2013,2018
./unit/atf-src/NEWS X 2011,2013,2018
-./unit/atf-src/README X 2011
+./unit/atf-src/README X 2011,2018
./unit/atf-src/README.md X 2018
./unit/atf-src/aclocal.m4 X 2011,2013,2018
./unit/atf-src/admin/Makefile.am.inc X 2011,2013,2018
@@ -4402,7 +4408,7 @@
./unit/atf-src/atf-c++/Makefile.am.inc X 2011,2013,2018
./unit/atf-src/atf-c++/atf-c++.3 X 2018
./unit/atf-src/atf-c++/atf-c++.m4 X 2013,2018
-./unit/atf-src/atf-c++/atf-c++.pc.in X 2011
+./unit/atf-src/atf-c++/atf-c++.pc.in X 2011,2018
./unit/atf-src/atf-c++/atf_c++_test.cpp X 2011,2018
./unit/atf-src/atf-c++/build.cpp X 2011,2018
./unit/atf-src/atf-c++/build.hpp X 2011,2018
@@ -4454,7 +4460,7 @@
./unit/atf-src/atf-c/Makefile.am.inc X 2011,2013,2018
./unit/atf-src/atf-c/atf-c.3 X 2018
./unit/atf-src/atf-c/atf-c.m4 X 2013,2018
-./unit/atf-src/atf-c/atf-c.pc.in X 2011
+./unit/atf-src/atf-c/atf-c.pc.in X 2011,2018
./unit/atf-src/atf-c/atf-common.m4 X 2013,2018
./unit/atf-src/atf-c/atf_c_test.c X 2011,2013,2018
./unit/atf-src/atf-c/build.c X 2011,2018
@@ -4464,8 +4470,8 @@
./unit/atf-src/atf-c/check.h X 2011,2013,2018
./unit/atf-src/atf-c/check_test.c X 2011,2013,2018
./unit/atf-src/atf-c/defs.h.in X 2011,2013,2018
-./unit/atf-src/atf-c/detail/Atffile X 2011,2013
-./unit/atf-src/atf-c/detail/Kyuafile X 2013
+./unit/atf-src/atf-c/detail/Atffile X 2011,2013,2018
+./unit/atf-src/atf-c/detail/Kyuafile X 2013,2018
./unit/atf-src/atf-c/detail/Makefile.am.inc X 2011,2013,2018
./unit/atf-src/atf-c/detail/dynstr.c X 2011,2013,2018
./unit/atf-src/atf-c/detail/dynstr.h X 2011,2013,2018
@@ -4518,9 +4524,9 @@
./unit/atf-src/atf-c/utils.c X 2011,2013,2018
./unit/atf-src/atf-c/utils.h X 2011,2013,2018
./unit/atf-src/atf-c/utils_test.c X 2011,2013,2018
-./unit/atf-src/atf-sh/.gitignore X 2014
-./unit/atf-src/atf-sh/Atffile X 2011
-./unit/atf-src/atf-sh/Kyuafile X 2013
+./unit/atf-src/atf-sh/.gitignore X 2014,2018
+./unit/atf-src/atf-sh/Atffile X 2011,2018
+./unit/atf-src/atf-sh/Kyuafile X 2013,2018
./unit/atf-src/atf-sh/Makefile.am.inc X 2011,2013,2018
./unit/atf-src/atf-sh/atf-check.1 X 2011,2013,2018
./unit/atf-src/atf-sh/atf-check.cpp X 2011,2013,2018
@@ -4529,7 +4535,7 @@
./unit/atf-src/atf-sh/atf-sh.3 X 2018
./unit/atf-src/atf-sh/atf-sh.cpp X 2011,2013,2018
./unit/atf-src/atf-sh/atf-sh.m4 X 2013,2018
-./unit/atf-src/atf-sh/atf-sh.pc.in X 2013
+./unit/atf-src/atf-sh/atf-sh.pc.in X 2013,2018
./unit/atf-src/atf-sh/atf_check_test.sh X 2011,2013,2018
./unit/atf-src/atf-sh/config_test.sh X 2011,2013,2018
./unit/atf-src/atf-sh/integration_test.sh X 2011,2018
@@ -4548,17 +4554,17 @@
./unit/atf-src/bootstrap/h_tp_basic_sh.sh X 2011,2013,2018
./unit/atf-src/bootstrap/h_tp_fail.sh X 2011,2018
./unit/atf-src/bootstrap/h_tp_pass.sh X 2011,2018
-./unit/atf-src/bootstrap/package.m4 X 2011,2013
-./unit/atf-src/bootstrap/t_application_help.at X 2011,2013
-./unit/atf-src/bootstrap/t_application_opts_args.at X 2011,2013
-./unit/atf-src/bootstrap/t_atf_config.at X 2011,2013
-./unit/atf-src/bootstrap/t_atf_run.at X 2011,2013
+./unit/atf-src/bootstrap/package.m4 X 2011,2013,2018
+./unit/atf-src/bootstrap/t_application_help.at X 2011,2013,2018
+./unit/atf-src/bootstrap/t_application_opts_args.at X 2011,2013,2018
+./unit/atf-src/bootstrap/t_atf_config.at X 2011,2013,2018
+./unit/atf-src/bootstrap/t_atf_run.at X 2011,2013,2018
./unit/atf-src/bootstrap/t_subr_atf_check.at X 2011,2013,2018
./unit/atf-src/bootstrap/t_test_program_compare.at X 2011,2013,2018
./unit/atf-src/bootstrap/t_test_program_filter.at X 2011,2013,2018
./unit/atf-src/bootstrap/t_test_program_list.at X 2011,2013,2018
./unit/atf-src/bootstrap/t_test_program_run.at X 2011,2013,2018
-./unit/atf-src/bootstrap/testsuite X 2011,2013
+./unit/atf-src/bootstrap/testsuite X 2011,2013,2018
./unit/atf-src/bootstrap/testsuite.at X 2011,2013,2018
./unit/atf-src/config.h.in X 2018
./unit/atf-src/configure X 2011,2013,2018
@@ -4567,9 +4573,9 @@
./unit/atf-src/doc/atf-test-case.4 X 2011,2013,2018
./unit/atf-src/doc/atf-test-program.1 X 2011,2013,2018
./unit/atf-src/doc/atf.7.in X 2011,2013,2018
-./unit/atf-src/m4/compiler-flags.m4 X 2011,2013
+./unit/atf-src/m4/compiler-flags.m4 X 2011,2013,2018
./unit/atf-src/m4/cxx-std-funcs.m4 X 2011,2013,2018
-./unit/atf-src/m4/developer-mode.m4 X 2011,2013
+./unit/atf-src/m4/developer-mode.m4 X 2011,2013,2018
./unit/atf-src/m4/libtool.m4 X 2011,2018
./unit/atf-src/m4/ltoptions.m4 X 2011,2018
./unit/atf-src/m4/ltsugar.m4 X 2011,2018
@@ -4579,10 +4585,10 @@
./unit/atf-src/m4/module-defs.m4 X 2011,2013,2018
./unit/atf-src/m4/module-env.m4 X 2011,2013,2018
./unit/atf-src/m4/module-fs.m4 X 2011,2013,2018
-./unit/atf-src/m4/module-signals.m4 X 2011,2013
+./unit/atf-src/m4/module-signals.m4 X 2011,2013,2018
./unit/atf-src/m4/runtime-tool.m4 X 2011,2018
-./unit/atf-src/test-programs/Atffile X 2011,2013
-./unit/atf-src/test-programs/Kyuafile X 2013
+./unit/atf-src/test-programs/Atffile X 2011,2013,2018
+./unit/atf-src/test-programs/Kyuafile X 2013,2018
./unit/atf-src/test-programs/Makefile.am.inc X 2011,2013,2018
./unit/atf-src/test-programs/c_helpers.c X 2011,2013,2018
./unit/atf-src/test-programs/common.sh X 2011,2018
@@ -4685,53 +4691,51 @@
./unit/atf-src/tools/user_test.cpp X 2018
./unit/atf-src/tools/zero_tcs_helper.c X 2018
./unit/unittest.sh.in X 2011,2012,2015,2018
-./util/COPYRIGHT X 1996,1997,1998,1999,2000,2001,2004,2007,2016
-./util/COPYRIGHT.BRIEF X 1996,1997,1998,1999,2000,2001,2004,2016
-./util/COPYRIGHT.BSDI X 2000,2001,2004,2007,2016
-./util/COPYRIGHT.NAI X 1996,1997,1998,1999,2000,2001,2004,2007,2016
-./util/COPYRIGHT.NOM X 2001,2004,2007,2016
-./util/COPYRIGHT.PORTION X 1996,1997,1998,1999,2000,2001,2004,2007,2016
-./util/altbuild.sh SH 2000,2001,2002,2004,2007,2008,2012,2016
-./util/bindkeys.pl PERL 2009,2010,2011,2012,2014,2016,2017
-./util/branchsync.sh SH 2013,2016
-./util/check-categories.sh SH 2015,2016,2017
+./util/COPYRIGHT X 1996,1997,1998,1999,2000,2001,2004,2007,2016,2018
+./util/COPYRIGHT.BRIEF X 1996,1997,1998,1999,2000,2001,2004,2016,2018
+./util/COPYRIGHT.BSDI X 2000,2001,2004,2007,2016,2018
+./util/COPYRIGHT.NAI X 1996,1997,1998,1999,2000,2001,2004,2007,2016,2018
+./util/COPYRIGHT.NOM X 2001,2004,2007,2016,2018
+./util/COPYRIGHT.PORTION X 1996,1997,1998,1999,2000,2001,2004,2007,2016,2018
+./util/altbuild.sh SH 2000,2001,2002,2004,2007,2008,2012,2016,2018
+./util/bindkeys.pl PERL 2009,2010,2011,2012,2014,2016,2017,2018
+./util/branchsync.sh SH 2013,2016,2018
+./util/check-categories.sh SH 2015,2016,2017,2018
./util/check-changes PERL 2002,2004,2007,2012,2016,2018
-./util/check-includes.pl PERL 2000,2001,2004,2007,2012,2016
-./util/check-instincludes.sh SH 2000,2001,2004,2007,2012,2016
-./util/check-pullups.pl PERL 2001,2002,2003,2004,2007,2012,2016
-./util/check-sources.pl PERL 2000,2001,2004,2007,2012,2013,2016
-./util/checklibs.sh SH 2017
-./util/commit-arm.sh SH 2012,2016
+./util/check-includes.pl PERL 2000,2001,2004,2007,2012,2016,2018
+./util/check-instincludes.sh SH 2000,2001,2004,2007,2012,2016,2018
+./util/check-pullups.pl PERL 2001,2002,2003,2004,2007,2012,2016,2018
+./util/check-sources.pl PERL 2000,2001,2004,2007,2012,2013,2016,2018
+./util/checklibs.sh SH 2017,2018
+./util/commit-arm.sh SH 2012,2016,2018
./util/copyrights X 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./util/file_year.sh SH 2012,2016
./util/git-replay-merge.sh SH 2018
-./util/kit.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2014,2015,2016
-./util/mandoc2docbook.pl PERL 2001,2004,2007,2012,2016
-./util/mdnbuildtest.sh SH 2000,2001,2004,2007,2012,2016
-./util/memleak.pl PERL 1999,2000,2001,2004,2007,2012,2016
+./util/kit.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2014,2015,2016,2018
+./util/mandoc2docbook.pl PERL 2001,2004,2007,2012,2016,2018
+./util/mdnbuildtest.sh SH 2000,2001,2004,2007,2012,2016,2018
+./util/memleak.pl PERL 1999,2000,2001,2004,2007,2012,2016,2018
./util/merge_copyrights PERL 1998,1999,2000,2001,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
-./util/mksymtbl.pl PERL 2009,2012,2016
-./util/models.c C 2015,2016
-./util/nanny.pl PERL 2000,2001,2004,2007,2012,2016
-./util/new-func PERL 2005,2007,2012,2016
-./util/nt-kit SH 1999,2000,2001,2004,2007,2012,2016
-./util/recent_changes.sh SH 2012,2016,2017
-./util/spacewhack.pl PERL 2000,2001,2004,2007,2012,2016
-./util/tabify-changes SH 2004,2007,2012,2016
-./util/update-drafts.pl PERL 2000,2001,2004,2007,2012,2016
-./util/update_branches PERL 2005,2007,2012,2016
-./util/update_copyrights PERL 1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017
-./util/xc SH 2012,2013,2016
+./util/mksymtbl.pl PERL 2009,2012,2016,2018
+./util/models.c C 2015,2016,2018
+./util/nanny.pl PERL 2000,2001,2004,2007,2012,2016,2018
+./util/new-func PERL 2005,2007,2012,2016,2018
+./util/nt-kit SH 1999,2000,2001,2004,2007,2012,2016,2018
+./util/spacewhack.pl PERL 2000,2001,2004,2007,2012,2016,2018
+./util/tabify-changes SH 2004,2007,2012,2016,2018
+./util/update-drafts.pl PERL 2000,2001,2004,2007,2012,2016,2018
+./util/update_branches PERL 2005,2007,2012,2016,2018
+./util/update_copyrights PERL 1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017,2018
+./util/xc SH 2012,2013,2016,2018
./version X 1998,1999,2000,2001,2003,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2017,2018
./win32utils/Configure PERL 2013,2014,2015,2016,2017,2018
-./win32utils/GeoIP.diff X 2013
+./win32utils/GeoIP.diff X 2013,2018
./win32utils/bind9.sln.in X 2013,2014,2015,2016,2017,2018
./win32utils/build.txt TXT.BRIEF 2013,2014,2015,2016,2018
-./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015,2016
-./win32utils/legacy/BINDBuild.dsw.in X 2001,2005,2006,2008,2009,2010,2013,2014,2015,2016
-./win32utils/legacy/BuildAll.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016
-./win32utils/legacy/BuildPost.bat.in BAT 2005,2006,2013,2014,2016
-./win32utils/legacy/BuildSetup.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016
-./win32utils/legacy/makedefs.pl PERL 2001,2004,2007,2009,2012,2013,2014,2016
-./win32utils/legacy/win32-build.txt TXT.BRIEF 2001,2002,2004,2005,2008,2009,2012,2013,2014,2016
+./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015,2016,2018
+./win32utils/legacy/BINDBuild.dsw.in X 2001,2005,2006,2008,2009,2010,2013,2014,2015,2016,2018
+./win32utils/legacy/BuildAll.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016,2018
+./win32utils/legacy/BuildPost.bat.in BAT 2005,2006,2013,2014,2016,2018
+./win32utils/legacy/BuildSetup.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016,2018
+./win32utils/legacy/makedefs.pl PERL 2001,2004,2007,2009,2012,2013,2014,2016,2018
+./win32utils/legacy/win32-build.txt TXT.BRIEF 2001,2002,2004,2005,2008,2009,2012,2013,2014,2016,2018
./win32utils/readme1st.txt TXT.BRIEF 2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2018
diff --git a/util/git-replay-merge.sh b/util/git-replay-merge.sh
index 67a244ca2b..ec8180c850 100644
--- a/util/git-replay-merge.sh
+++ b/util/git-replay-merge.sh
@@ -1,10 +1,13 @@
#!/bin/bash
#
-# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
set -e
diff --git a/util/kit.sh b/util/kit.sh
index b0a5e2b896..70d178cfc7 100644
--- a/util/kit.sh
+++ b/util/kit.sh
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2000-2004, 2007-2010, 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/mandoc2docbook.pl b/util/mandoc2docbook.pl
index 1a33c9c456..4a3261c05f 100644
--- a/util/mandoc2docbook.pl
+++ b/util/mandoc2docbook.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/mdnbuildtest.sh b/util/mdnbuildtest.sh
index 55d07f79d4..fb2b99d6cd 100644
--- a/util/mdnbuildtest.sh
+++ b/util/mdnbuildtest.sh
@@ -1,10 +1,13 @@
#! /bin/sh -ex
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/memleak.pl b/util/memleak.pl
index 40568e12cc..1e12760be2 100644
--- a/util/memleak.pl
+++ b/util/memleak.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 1999-2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/merge_copyrights b/util/merge_copyrights
index 5dd8596a2a..47db96e5f9 100644
--- a/util/merge_copyrights
+++ b/util/merge_copyrights
@@ -1,10 +1,13 @@
#!/usr/local/bin/perl -w
#
-# Copyright (C) 1998-2001, 2003-2007, 2009-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
use strict;
diff --git a/util/mksymtbl.pl b/util/mksymtbl.pl
index 2578142e73..c5205bbea0 100755
--- a/util/mksymtbl.pl
+++ b/util/mksymtbl.pl
@@ -1,10 +1,13 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2009, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/models.c b/util/models.c
index bfd589c1e9..48e58f4f1c 100644
--- a/util/models.c
+++ b/util/models.c
@@ -1,9 +1,12 @@
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
*/
/*
diff --git a/util/nanny.pl b/util/nanny.pl
index fef9ec2ce8..2cd17711af 100644
--- a/util/nanny.pl
+++ b/util/nanny.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/new-func b/util/new-func
index e0df6f4aed..8ec849d724 100644
--- a/util/new-func
+++ b/util/new-func
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2005, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/nt-kit b/util/nt-kit
index 50849127b1..8bcb432896 100644
--- a/util/nt-kit
+++ b/util/nt-kit
@@ -1,10 +1,13 @@
#! /bin/sh -ex
#
-# Copyright (C) 1999-2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/spacewhack.pl b/util/spacewhack.pl
index 2fcd8668d0..13e21ac5dc 100644
--- a/util/spacewhack.pl
+++ b/util/spacewhack.pl
@@ -1,10 +1,13 @@
#!/usr/local/bin/perl -w
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/tabify-changes b/util/tabify-changes
index f705d8371e..05d8b20265 100644
--- a/util/tabify-changes
+++ b/util/tabify-changes
@@ -1,10 +1,13 @@
#!/bin/sh
#
-# Copyright (C) 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/update-drafts.pl b/util/update-drafts.pl
index 722903fe5f..308d57a05a 100644
--- a/util/update-drafts.pl
+++ b/util/update-drafts.pl
@@ -1,10 +1,13 @@
#!/usr/local/bin/perl -w
#
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/update_branches b/util/update_branches
index 038b4b6874..0033f14446 100644
--- a/util/update_branches
+++ b/util/update_branches
@@ -1,10 +1,13 @@
#!/usr/local/bin/perl -w
#
-# Copyright (C) 2005, 2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/util/update_copyrights b/util/update_copyrights
index e35b458248..866303df97 100644
--- a/util/update_copyrights
+++ b/util/update_copyrights
@@ -1,10 +1,13 @@
#!/usr/local/bin/perl -w
#
-# Copyright (C) 1998-2001, 2004-2010, 2012-2017 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
require 5.002;
diff --git a/util/xc b/util/xc
index 5151ff1de3..5675ee5d77 100755
--- a/util/xc
+++ b/util/xc
@@ -1,8 +1,11 @@
-# Copyright (C) 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/win32utils/Configure b/win32utils/Configure
index 58c50a96bd..20b1dec1d6 100644
--- a/win32utils/Configure
+++ b/win32utils/Configure
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# Configure
#
diff --git a/win32utils/build.txt b/win32utils/build.txt
index 2a4f8757a0..c9aeabbe5c 100644
--- a/win32utils/build.txt
+++ b/win32utils/build.txt
@@ -4,6 +4,9 @@ This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
BIND 9.10 for Win32 Source Build Instructions. 17-Apr-2015
Building BIND 9.10 on Windows has the following prerequisites:
diff --git a/win32utils/index.html b/win32utils/index.html
index ae83a59bd4..e7bac6d4f1 100644
--- a/win32utils/index.html
+++ b/win32utils/index.html
@@ -1,9 +1,12 @@
diff --git a/win32utils/legacy/makedefs.pl b/win32utils/legacy/makedefs.pl
index 7f3e884c8b..0d7f54f639 100644
--- a/win32utils/legacy/makedefs.pl
+++ b/win32utils/legacy/makedefs.pl
@@ -1,10 +1,13 @@
#!/usr/bin/perl
#
-# Copyright (C) 2001, 2004, 2007, 2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# See the COPYRIGHT file distributed with this work for additional
+# information regarding copyright ownership.
# $Id$
diff --git a/win32utils/legacy/win32-build.txt b/win32utils/legacy/win32-build.txt
index 2c27c242be..243e5dc3d5 100644
--- a/win32utils/legacy/win32-build.txt
+++ b/win32utils/legacy/win32-build.txt
@@ -1,9 +1,12 @@
-Copyright (C) 2001, 2002, 2004, 2005, 2008, 2009, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2001, 2002, 2004, 2005, 2008, 2009, 2012-2014, 2016, 2018 Internet Systems Consortium, Inc. ("ISC")
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
*LEGACY* BIND 9.10 for Win32 Source Build Instructions. 04-Feb-2014
Building BIND 9.10 on Windows using legacy compilers (up to Visual
diff --git a/win32utils/readme1st.txt b/win32utils/readme1st.txt
index 2b0650ab03..84e2d1ac63 100644
--- a/win32utils/readme1st.txt
+++ b/win32utils/readme1st.txt
@@ -4,6 +4,9 @@ This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
+See the COPYRIGHT file distributed with this work for additional
+information regarding copyright ownership.
+
NOTES ON BIND 9.10 FOR WINDOWS:
BIND 9.10 is known to run on Windows XP, Vista, Windows 7,