diff --git a/HISTORY.md b/HISTORY.md index 9cd11b5f38..844b0fb9f0 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 b2681edb75..d00c6b4b52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1998-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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/OPTIONS.md b/OPTIONS.md index 79d42f53d5..95709e0e64 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 9fd2b0af7a..0e4843d3b6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # BIND 9 diff --git a/acconfig.h b/acconfig.h index 3d22ded74b..266939e636 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-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. */ /* $Id: acconfig.h,v 1.53 2008/12/01 23:47:44 tbox Exp $ */ 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 f3cbed3f78..835f5f19d7 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1998-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: Makefile.in,v 1.29 2009/10/05 12:07:08 fdupont Exp $ diff --git a/bin/check/Makefile.in b/bin/check/Makefile.in index 8202964a44..e47a913538 100644 --- a/bin/check/Makefile.in +++ b/bin/check/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 2000-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/bin/check/check-tool.c b/bin/check/check-tool.c index 62377b5c43..3537c57d99 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 865c01cad0..f914e3b6d6 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2002, 2004-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: 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 7075bd772d..dea38896ce 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 a0a19f5139..d2a6b692b3 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. srcdir = @srcdir@ VPATH = @srcdir@ 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 7eb85979da..7391a3e290 100644 --- a/bin/confgen/keygen.c +++ b/bin/confgen/keygen.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: 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 4745037167..c7a73745e1 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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/rndc-confgen.docbook b/bin/confgen/rndc-confgen.docbook index 4ae039fed2..cf0e442d82 100644 --- a/bin/confgen/rndc-confgen.docbook +++ b/bin/confgen/rndc-confgen.docbook @@ -1,9 +1,12 @@ @@ -40,6 +43,7 @@ 2015 2016 2017 + 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 47a4a92734..26512dede3 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 ac55cb87d8..46a4cf60f7 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 620dde33eb..cfe05cd7b4 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 bdd24b2fe2..742d3cc7e1 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 98c9ce3dea..96ba8e44ff 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 4c54c0e40c..f27b839c7b 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 9aa0ad3d55..36fcf51de4 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 3f4c736b59..48fc8f14b5 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 a47d64dcc4..6379b933f2 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 @@ diff --git a/bin/dnssec/dnssec-dsfromkey.c b/bin/dnssec/dnssec-dsfromkey.c index 8597d05cfd..a5bb03a0f9 100644 --- a/bin/dnssec/dnssec-dsfromkey.c +++ b/bin/dnssec/dnssec-dsfromkey.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 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/bin/dnssec/dnssec-dsfromkey.docbook b/bin/dnssec/dnssec-dsfromkey.docbook index 69bd7d773c..fad4f56fbd 100644 --- a/bin/dnssec/dnssec-dsfromkey.docbook +++ b/bin/dnssec/dnssec-dsfromkey.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 cdb4c502de..75ee872a37 100644 --- a/bin/dnssec/dnssec-importkey.c +++ b/bin/dnssec/dnssec-importkey.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. */ /*! \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 89425ba857..69cece8bfa 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 9913f607b8..b3f88b9330 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 79ab89c068..70b2886093 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.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-keygen.docbook b/bin/dnssec/dnssec-keygen.docbook index e3fe19eedd..0c89828c2b 100644 --- a/bin/dnssec/dnssec-keygen.docbook +++ b/bin/dnssec/dnssec-keygen.docbook @@ -1,9 +1,12 @@ diff --git a/bin/dnssec/dnssec-revoke.c b/bin/dnssec/dnssec-revoke.c index 70998e8546..0b68e9940e 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 f5bf724e1f..b7bf171855 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 92025c1642..b8dd69ce79 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 ef0557c508..5ea46dd021 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 c5f394efe5..d27dcae6a4 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 f4b5e74a6c..d7c3ccabb0 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 8de518b2ba..6e2dc338a3 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 d2979d7bb8..db8e5464ef 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 1bcb30498b..4f3778ef59 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 f8969a9684..ac0cbfd4d0 100644 --- a/bin/named/builtin.c +++ b/bin/named/builtin.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2001-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: builtin.c,v 1.26 2012/01/21 19:44:18 each Exp $ */ diff --git a/bin/named/config.c b/bin/named/config.c index 8d7af71fb5..43269b4a3a 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 875fd74022..0456307889 100644 --- a/bin/named/control.c +++ b/bin/named/control.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2001-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. */ /* $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 040a62dd7d..fc0a914b17 100644 --- a/bin/named/controlconf.c +++ b/bin/named/controlconf.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2001-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. */ /*! \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 b5c81bdb6d..b935764c7b 100644 --- a/bin/named/fuzz.c +++ b/bin/named/fuzz.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/named/geoip.c b/bin/named/geoip.c index 3f3703229d..59683e744a 100644 --- a/bin/named/geoip.c +++ b/bin/named/geoip.c @@ -1,9 +1,12 @@ /* - * 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. */ /*! \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 762f471825..720eee634a 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_BUILTIN_H diff --git a/bin/named/include/named/config.h b/bin/named/include/named/config.h index ba384d5c4c..a3ab9aa9e2 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 c05ec531bd..6a31e6407c 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_CONTROL_H diff --git a/bin/named/include/named/fuzz.h b/bin/named/include/named/fuzz.h index 80af281932..132d8920c2 100644 --- a/bin/named/include/named/fuzz.h +++ b/bin/named/include/named/fuzz.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. */ #include diff --git a/bin/named/include/named/geoip.h b/bin/named/include/named/geoip.h index 1b3624c381..2dc0ce2019 100644 --- a/bin/named/include/named/geoip.h +++ b/bin/named/include/named/geoip.h @@ -1,9 +1,12 @@ /* - * Copyright (C) 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 _GEOIP_H diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h index 388dc9766d..8f59dfc7a1 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/log.h b/bin/named/include/named/log.h index 3492f824a7..8346ffde96 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. */ #ifndef NAMED_LOG_H diff --git a/bin/named/include/named/logconf.h b/bin/named/include/named/logconf.h index 63090a7243..53281b3191 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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/main.h b/bin/named/include/named/main.h index c20348db04..a126e935c8 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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/server.h b/bin/named/include/named/server.h index a73bf33edb..296ac8e417 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/smf_globals.h b/bin/named/include/named/smf_globals.h index c5285c9727..e06823654b 100644 --- a/bin/named/include/named/smf_globals.h +++ b/bin/named/include/named/smf_globals.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 NAMED_SMF_GLOBALS_H diff --git a/bin/named/include/named/statschannel.h b/bin/named/include/named/statschannel.h index 31788da07b..dff0088c36 100644 --- a/bin/named/include/named/statschannel.h +++ b/bin/named/include/named/statschannel.h @@ -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. */ #ifndef NAMED_STATSCHANNEL_H diff --git a/bin/named/include/named/tkeyconf.h b/bin/named/include/named/tkeyconf.h index 992a9c8fcc..4b58632938 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_TKEYCONF_H diff --git a/bin/named/include/named/tsigconf.h b/bin/named/include/named/tsigconf.h index efa3139140..9c49ba72b0 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_TSIGCONF_H diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h index 20701b3576..0701091f9f 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_TYPES_H diff --git a/bin/named/include/named/zoneconf.h b/bin/named/include/named/zoneconf.h index e9d1e873c7..2fc0755fa0 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_ZONECONF_H diff --git a/bin/named/log.c b/bin/named/log.c index a61b598fcf..0e3ac72c8e 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. */ /*! \file */ diff --git a/bin/named/logconf.c b/bin/named/logconf.c index e686cc2286..b18416df28 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. */ /*! \file */ diff --git a/bin/named/main.c b/bin/named/main.c index a3e1b84f0a..7b66126bcc 100644 --- a/bin/named/main.c +++ b/bin/named/main.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/named.conf.docbook b/bin/named/named.conf.docbook index f3fce00629..7f11110daf 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 0c0b3c015d..66e1878feb 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/server.c b/bin/named/server.c index 89cf2800b6..7582b2ea4d 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/statschannel.c b/bin/named/statschannel.c index cc8cde80aa..7055d269e7 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 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. */ /*! \file */ diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c index 31eb332fd0..1643450774 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 7f58a8112e..85a2bede60 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 872d7b1457..5a32ed5aa8 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 NAMED_OS_H diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index cfabc3a0c1..d3b2b2215e 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/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 1344ec0f99..3995a13818 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 NAMED_OS_H diff --git a/bin/named/win32/ntservice.c b/bin/named/win32/ntservice.c index b0dd641054..388eaab530 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 450b01f111..d755889458 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/zoneconf.c b/bin/named/zoneconf.c index 93d3c5c144..428266221f 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 2342d36b88..81cdb1c5fe 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 4b6be545e3..0243140b7d 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 a74d99a0a3..56bce9f144 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 f0fc37c843..d33fc2094a 100644 --- a/bin/pkcs11/Makefile.in +++ b/bin/pkcs11/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. srcdir = @srcdir@ VPATH = @srcdir@ 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 069d6e9952..4b827dc559 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 de2d12bfe4..727acae255 100644 --- a/bin/python/isc/checkds.py.in +++ b/bin/python/isc/checkds.py.in @@ -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. ############################################################################ 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 2c6fbd6a7b..fd6cdf85bc 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 e71afd9cd8..d7bdfb08fe 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 67c27dad8c..ba68e781f8 100644 --- a/bin/rndc/Makefile.in +++ b/bin/rndc/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 2000-2002, 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/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 e73f9c21ea..9590c6cf31 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 0c88cfea66..afda6f6e8e 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 28e54266b3..ffb5ef4a1f 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/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/bin/tests/adb_test.c b/bin/tests/adb_test.c index 9a56f6c342..4f0b3b34ed 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004, 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: adb_test.c,v 1.73 2011/08/30 23:46:51 tbox Exp $ */ diff --git a/bin/tests/atomic/Makefile.in b/bin/tests/atomic/Makefile.in index 031d8eaa99..932a77397d 100644 --- a/bin/tests/atomic/Makefile.in +++ b/bin/tests/atomic/Makefile.in @@ -1,8 +1,11 @@ -# 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/atomic/t_atomic.c b/bin/tests/atomic/t_atomic.c index 299ff0b259..2e46503924 100644 --- a/bin/tests/atomic/t_atomic.c +++ b/bin/tests/atomic/t_atomic.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. */ #include diff --git a/bin/tests/b8t.mk b/bin/tests/b8t.mk index 49d909aa76..9b1a88251b 100644 --- a/bin/tests/b8t.mk +++ b/bin/tests/b8t.mk @@ -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: b8t.mk,v 1.11 2007/06/19 23:46:59 tbox Exp $ diff --git a/bin/tests/b9t.mk b/bin/tests/b9t.mk index 45e1cbb573..3bd2ae85d4 100644 --- a/bin/tests/b9t.mk +++ b/bin/tests/b9t.mk @@ -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: b9t.mk,v 1.13 2007/06/19 23:46:59 tbox Exp $ diff --git a/bin/tests/backtrace_test.c b/bin/tests/backtrace_test.c index 0ff692079a..f18d9ed1a6 100644 --- a/bin/tests/backtrace_test.c +++ b/bin/tests/backtrace_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 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. */ /* $Id: backtrace_test.c,v 1.4 2009/09/02 23:48:01 tbox Exp $ */ 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/byaddr_test.c b/bin/tests/byaddr_test.c index ee57c9be12..ba3ab02a7c 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000-2002, 2004, 2005, 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: byaddr_test.c,v 1.28 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 91b56a0e86..c5458a77ab 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000, 2001, 2004, 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: byname_test.c,v 1.33 2009/09/02 23:48:01 tbox Exp $ */ diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index 07e466aa93..5cd7f65caf 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2001, 2002, 2004, 2005, 2007, 2009-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. */ /* $Id: cfg_test.c,v 1.25 2011/09/05 23:46:54 tbox Exp $ */ diff --git a/bin/tests/db/Makefile.in b/bin/tests/db/Makefile.in index 3fba772726..3ec4b3542b 100644 --- a/bin/tests/db/Makefile.in +++ b/bin/tests/db/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 2007, 2009, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/db/t_db.c b/bin/tests/db/t_db.c index e7030ab542..917fb902df 100644 --- a/bin/tests/db/t_db.c +++ b/bin/tests/db/t_db.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004, 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: t_db.c,v 1.41 2011/03/12 04:59:46 tbox Exp $ */ diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index c7ed5c5817..f22cde5d64 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004, 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: db_test.c,v 1.70 2011/08/29 23:46:44 tbox Exp $ */ diff --git a/bin/tests/dnssec-signzone/run-test.sh b/bin/tests/dnssec-signzone/run-test.sh index fefad28c6a..9a5d53e908 100644 --- a/bin/tests/dnssec-signzone/run-test.sh +++ b/bin/tests/dnssec-signzone/run-test.sh @@ -1,10 +1,13 @@ #!/bin/sh # -# 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: run-test.sh,v 1.3 2009/06/04 02:56:47 tbox Exp $ diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index 794ca6623e..c408d9a009 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 2006-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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index d499e986a5..867668b791 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 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. */ /* $Id: dst_test.c,v 1.46 2009/09/01 00:22:25 jinmei Exp $ */ diff --git a/bin/tests/dst/gsstest.c b/bin/tests/dst/gsstest.c index 6496b16b12..da6636b802 100644 --- a/bin/tests/dst/gsstest.c +++ b/bin/tests/dst/gsstest.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2006, 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: gsstest.c,v 1.19 2011/11/30 00:48:51 marka Exp $ */ diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 32595b1fdb..b702e4c082 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004, 2005, 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: t_dst.c,v 1.60 2011/03/17 23:47:29 tbox Exp $ */ diff --git a/bin/tests/entropy2_test.c b/bin/tests/entropy2_test.c index 1545506cd1..b1208e3e0d 100644 --- a/bin/tests/entropy2_test.c +++ b/bin/tests/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. */ /* $Id: entropy2_test.c,v 1.16 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/entropy_test.c b/bin/tests/entropy_test.c index d89a38c423..e2656403df 100644 --- a/bin/tests/entropy_test.c +++ b/bin/tests/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. */ /* $Id: entropy_test.c,v 1.23 2007/06/19 23:46:59 tbox Exp $ */ 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/fsaccess_test.c b/bin/tests/fsaccess_test.c index 460f2a58cf..d2bd440453 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/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. */ /* $Id: fsaccess_test.c,v 1.13 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/hash_test.c b/bin/tests/hash_test.c index bcf7fe5c16..20d2dd3922 100644 --- a/bin/tests/hash_test.c +++ b/bin/tests/hash_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000, 2001, 2004-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. */ /* $Id: hash_test.c,v 1.19 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/hashes/Makefile.in b/bin/tests/hashes/Makefile.in index ce941d894f..a1276ff789 100644 --- a/bin/tests/hashes/Makefile.in +++ b/bin/tests/hashes/Makefile.in @@ -1,8 +1,11 @@ -# 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/hashes/t_hashes.c b/bin/tests/hashes/t_hashes.c index bcedb6d1df..279ccff0ad 100644 --- a/bin/tests/hashes/t_hashes.c +++ b/bin/tests/hashes/t_hashes.c @@ -1,9 +1,12 @@ /* - * 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: t_hashes.c,v 1.5 2010/10/04 22:27:41 marka Exp $ */ 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/inter_test.c b/bin/tests/inter_test.c index 3caa2d2fe4..42a4ec5b90 100644 --- a/bin/tests/inter_test.c +++ b/bin/tests/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/keyboard_test.c b/bin/tests/keyboard_test.c index a4b924e663..ab4be5ffac 100644 --- a/bin/tests/keyboard_test.c +++ b/bin/tests/keyboard_test.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: keyboard_test.c,v 1.13 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/lex_test.c b/bin/tests/lex_test.c index 8891a836fb..4c9221b0a2 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.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: lex_test.c,v 1.23 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/lfsr_test.c b/bin/tests/lfsr_test.c index 93273e33e9..adf2858265 100644 --- a/bin/tests/lfsr_test.c +++ b/bin/tests/lfsr_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. */ /* $Id: lfsr_test.c,v 1.16 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/log_test.c b/bin/tests/log_test.c index 2839439e97..93fb6b78e4 100644 --- a/bin/tests/log_test.c +++ b/bin/tests/log_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-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: log_test.c,v 1.29 2011/08/28 23:46:51 marka Exp $ */ diff --git a/bin/tests/makejournal.c b/bin/tests/makejournal.c index 599db75b8a..a8af02bcae 100644 --- a/bin/tests/makejournal.c +++ b/bin/tests/makejournal.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/bin/tests/master/Makefile.in b/bin/tests/master/Makefile.in index 0a56d3998c..4764a113e6 100644 --- a/bin/tests/master/Makefile.in +++ b/bin/tests/master/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/master/t_master.c b/bin/tests/master/t_master.c index d912ac5faf..96f1b40313 100644 --- a/bin/tests/master/t_master.c +++ b/bin/tests/master/t_master.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1998-2001, 2003-2005, 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: t_master.c,v 1.41 2011/03/12 04:59:46 tbox Exp $ */ diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index a51b2b48b2..ae7c0a6518 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-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: master_test.c,v 1.32 2009/09/02 23:48:01 tbox Exp $ */ diff --git a/bin/tests/mem/Makefile.in b/bin/tests/mem/Makefile.in index 3925cb4fd9..cd83865005 100644 --- a/bin/tests/mem/Makefile.in +++ b/bin/tests/mem/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1998-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/mem/t_mem.c b/bin/tests/mem/t_mem.c index c55d7ea2f9..a6081aa287 100644 --- a/bin/tests/mem/t_mem.c +++ b/bin/tests/mem/t_mem.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: t_mem.c,v 1.15 2009/01/22 23:47:54 tbox Exp $ */ diff --git a/bin/tests/mempool_test.c b/bin/tests/mempool_test.c index 39a5fbea3b..7074450f95 100644 --- a/bin/tests/mempool_test.c +++ b/bin/tests/mempool_test.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: mempool_test.c,v 1.17 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 57081c19c1..c983741879 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/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/named.conf b/bin/tests/named.conf index e4d5b72677..d4d3202324 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004, 2007, 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: named.conf,v 1.60 2011/03/03 23:47:31 tbox Exp $ */ diff --git a/bin/tests/names/Makefile.in b/bin/tests/names/Makefile.in index 6e75102584..27fc124cdd 100644 --- a/bin/tests/names/Makefile.in +++ b/bin/tests/names/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index b22f5aea52..59e396b36f 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1998-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: t_names.c,v 1.52 2011/03/12 04:59:46 tbox Exp $ */ diff --git a/bin/tests/ndc.conf b/bin/tests/ndc.conf index b8c50ef712..aa06c3eda3 100644 --- a/bin/tests/ndc.conf +++ b/bin/tests/ndc.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: ndc.conf,v 1.11 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/ndc.conf-include b/bin/tests/ndc.conf-include index af65dddf36..8884d75ffa 100644 --- a/bin/tests/ndc.conf-include +++ b/bin/tests/ndc.conf-include @@ -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: ndc.conf-include,v 1.6 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/net/Makefile.in b/bin/tests/net/Makefile.in index d8a68a5538..d34e1e6254 100644 --- a/bin/tests/net/Makefile.in +++ b/bin/tests/net/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 2000-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/net/driver.c b/bin/tests/net/driver.c index 2d574bb035..69ad6dd9a2 100644 --- a/bin/tests/net/driver.c +++ b/bin/tests/net/driver.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000, 2001, 2004, 2007, 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: driver.c,v 1.11 2007/06/19 23:47:00 tbox Exp $ */ diff --git a/bin/tests/net/driver.h b/bin/tests/net/driver.h index 33a531cde3..23c256b748 100644 --- a/bin/tests/net/driver.h +++ b/bin/tests/net/driver.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: driver.h,v 1.8 2007/06/19 23:47:00 tbox Exp $ */ diff --git a/bin/tests/net/netaddr_multicast.c b/bin/tests/net/netaddr_multicast.c index 5303bb2e6a..9fb21ec5fc 100644 --- a/bin/tests/net/netaddr_multicast.c +++ b/bin/tests/net/netaddr_multicast.c @@ -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. */ /* $Id: netaddr_multicast.c,v 1.12 2007/06/19 23:47:00 tbox Exp $ */ diff --git a/bin/tests/net/sockaddr_multicast.c b/bin/tests/net/sockaddr_multicast.c index e6dff99deb..de216e390a 100644 --- a/bin/tests/net/sockaddr_multicast.c +++ b/bin/tests/net/sockaddr_multicast.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: sockaddr_multicast.c,v 1.8 2007/06/19 23:47:00 tbox Exp $ */ diff --git a/bin/tests/net/testsuite.h b/bin/tests/net/testsuite.h index 069276da22..cb06b19e4f 100644 --- a/bin/tests/net/testsuite.h +++ b/bin/tests/net/testsuite.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: testsuite.h,v 1.7 2007/06/19 23:47:00 tbox Exp $ */ diff --git a/bin/tests/nsecify.c b/bin/tests/nsecify.c index c74c93b64f..4b06d1e085 100644 --- a/bin/tests/nsecify.c +++ b/bin/tests/nsecify.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2003, 2004, 2007-2009, 2011, 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: nsecify.c,v 1.12 2011/08/29 23:46:44 tbox Exp $ */ diff --git a/bin/tests/pkcs11/Makefile.in b/bin/tests/pkcs11/Makefile.in index d3412ca6a2..73e0596705 100644 --- a/bin/tests/pkcs11/Makefile.in +++ b/bin/tests/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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/pkcs11/benchmarks/Makefile.in b/bin/tests/pkcs11/benchmarks/Makefile.in index 921be88f27..15f5460044 100644 --- a/bin/tests/pkcs11/benchmarks/Makefile.in +++ b/bin/tests/pkcs11/benchmarks/Makefile.in @@ -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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/pkcs11/benchmarks/create.c b/bin/tests/pkcs11/benchmarks/create.c index 9ed9e92000..d704fa3399 100644 --- a/bin/tests/pkcs11/benchmarks/create.c +++ b/bin/tests/pkcs11/benchmarks/create.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/bin/tests/pkcs11/benchmarks/find.c b/bin/tests/pkcs11/benchmarks/find.c index 8205f09179..c1a6fea2ae 100644 --- a/bin/tests/pkcs11/benchmarks/find.c +++ b/bin/tests/pkcs11/benchmarks/find.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/bin/tests/pkcs11/benchmarks/genrsa.c b/bin/tests/pkcs11/benchmarks/genrsa.c index 02024b6b88..8e1da3fa3c 100644 --- a/bin/tests/pkcs11/benchmarks/genrsa.c +++ b/bin/tests/pkcs11/benchmarks/genrsa.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/bin/tests/pkcs11/benchmarks/login.c b/bin/tests/pkcs11/benchmarks/login.c index 0a2260153c..e1170523ae 100644 --- a/bin/tests/pkcs11/benchmarks/login.c +++ b/bin/tests/pkcs11/benchmarks/login.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/bin/tests/pkcs11/benchmarks/privrsa.c b/bin/tests/pkcs11/benchmarks/privrsa.c index 5242714035..ce8e21d36f 100644 --- a/bin/tests/pkcs11/benchmarks/privrsa.c +++ b/bin/tests/pkcs11/benchmarks/privrsa.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/bin/tests/pkcs11/benchmarks/pubrsa.c b/bin/tests/pkcs11/benchmarks/pubrsa.c index 9de9b5f1ea..64d85c26b0 100644 --- a/bin/tests/pkcs11/benchmarks/pubrsa.c +++ b/bin/tests/pkcs11/benchmarks/pubrsa.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/bin/tests/pkcs11/benchmarks/random.c b/bin/tests/pkcs11/benchmarks/random.c index 87e3c3b505..0638968eb5 100644 --- a/bin/tests/pkcs11/benchmarks/random.c +++ b/bin/tests/pkcs11/benchmarks/random.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/bin/tests/pkcs11/benchmarks/session.c b/bin/tests/pkcs11/benchmarks/session.c index ea15854fd5..c8e1f484f0 100644 --- a/bin/tests/pkcs11/benchmarks/session.c +++ b/bin/tests/pkcs11/benchmarks/session.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/bin/tests/pkcs11/benchmarks/sha1.c b/bin/tests/pkcs11/benchmarks/sha1.c index 19040632f3..0c206743d9 100644 --- a/bin/tests/pkcs11/benchmarks/sha1.c +++ b/bin/tests/pkcs11/benchmarks/sha1.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/bin/tests/pkcs11/benchmarks/sign.c b/bin/tests/pkcs11/benchmarks/sign.c index 00779f83c6..ace18e34da 100644 --- a/bin/tests/pkcs11/benchmarks/sign.c +++ b/bin/tests/pkcs11/benchmarks/sign.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/bin/tests/pkcs11/benchmarks/verify.c b/bin/tests/pkcs11/benchmarks/verify.c index 40192caae5..38c7196572 100644 --- a/bin/tests/pkcs11/benchmarks/verify.c +++ b/bin/tests/pkcs11/benchmarks/verify.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/bin/tests/pkcs11/pkcs11-hmacmd5.c b/bin/tests/pkcs11/pkcs11-hmacmd5.c index 9cbac45254..3673fac0fb 100644 --- a/bin/tests/pkcs11/pkcs11-hmacmd5.c +++ b/bin/tests/pkcs11/pkcs11-hmacmd5.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/bin/tests/pkcs11/pkcs11-md5sum.c b/bin/tests/pkcs11/pkcs11-md5sum.c index 7fbdb2623e..425ded0dac 100644 --- a/bin/tests/pkcs11/pkcs11-md5sum.c +++ b/bin/tests/pkcs11/pkcs11-md5sum.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/bin/tests/ratelimiter_test.c b/bin/tests/ratelimiter_test.c index ebf59d0495..5fa5ed55dc 100644 --- a/bin/tests/ratelimiter_test.c +++ b/bin/tests/ratelimiter_test.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. */ /* $Id: ratelimiter_test.c,v 1.18 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/rbt/Makefile.in b/bin/tests/rbt/Makefile.in index c3defd9b7f..3322da3a17 100644 --- a/bin/tests/rbt/Makefile.in +++ b/bin/tests/rbt/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/rbt/t_rbt.c b/bin/tests/rbt/t_rbt.c index 5acae8173d..7398914b42 100644 --- a/bin/tests/rbt/t_rbt.c +++ b/bin/tests/rbt/t_rbt.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1998-2001, 2003-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. */ /* $Id: t_rbt.c,v 1.35 2011/03/12 04:59:46 tbox Exp $ */ diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index f536c9fe47..4bec961b18 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/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. */ /* $Id: rbt_test.c,v 1.52 2011/08/28 23:46:41 tbox Exp $ */ diff --git a/bin/tests/rbt_test.txt b/bin/tests/rbt_test.txt index 2792c9f4b1..2acee1ee6c 100644 --- a/bin/tests/rbt_test.txt +++ b/bin/tests/rbt_test.txt @@ -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: rbt_test.txt,v 1.17 2007/06/19 23:46:59 tbox Exp $ diff --git a/bin/tests/resolv.conf.sample b/bin/tests/resolv.conf.sample index 17f5819559..35b210a293 100644 --- a/bin/tests/resolv.conf.sample +++ b/bin/tests/resolv.conf.sample @@ -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.sample,v 1.11 2007/06/19 23:46:59 tbox Exp $ diff --git a/bin/tests/resolver/Makefile.in b/bin/tests/resolver/Makefile.in index 67d36a9c6d..e29b0df715 100644 --- a/bin/tests/resolver/Makefile.in +++ b/bin/tests/resolver/Makefile.in @@ -1,8 +1,11 @@ -# 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/resolver/t_resolver.c b/bin/tests/resolver/t_resolver.c index a1fab5dfd4..738b7203df 100644 --- a/bin/tests/resolver/t_resolver.c +++ b/bin/tests/resolver/t_resolver.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: t_resolver.c,v 1.3 2011/02/03 12:18:11 tbox Exp $ */ diff --git a/bin/tests/rwlock_test.c b/bin/tests/rwlock_test.c index 8cf7c708ea..a3178908a3 100644 --- a/bin/tests/rwlock_test.c +++ b/bin/tests/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. */ /* $Id: rwlock_test.c,v 1.26 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/serial_test.c b/bin/tests/serial_test.c index d29bbe9394..61b31c8b41 100644 --- a/bin/tests/serial_test.c +++ b/bin/tests/serial_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2003, 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: serial_test.c,v 1.15 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index 923aac0230..f4f041197f 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/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. */ /* $Id: shutdown_test.c,v 1.25 2011/08/28 23:46:41 tbox Exp $ */ diff --git a/bin/tests/sig0_test.c b/bin/tests/sig0_test.c index 886b6e9fa1..343f023a60 100644 --- a/bin/tests/sig0_test.c +++ b/bin/tests/sig0_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000, 2001, 2004, 2005, 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: sig0_test.c,v 1.19 2009/09/02 23:48:01 tbox Exp $ */ diff --git a/bin/tests/sock_test.c b/bin/tests/sock_test.c index 1846eb2139..22c4ee7bf0 100644 --- a/bin/tests/sock_test.c +++ b/bin/tests/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. */ /* $Id: sock_test.c,v 1.55 2008/07/23 23:27:54 marka Exp $ */ diff --git a/bin/tests/sockaddr/Makefile.in b/bin/tests/sockaddr/Makefile.in index be1688c51c..6a1dba16c1 100644 --- a/bin/tests/sockaddr/Makefile.in +++ b/bin/tests/sockaddr/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/sockaddr/t_sockaddr.c b/bin/tests/sockaddr/t_sockaddr.c index 95e8bfe6d2..cf1934cf55 100644 --- a/bin/tests/sockaddr/t_sockaddr.c +++ b/bin/tests/sockaddr/t_sockaddr.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: t_sockaddr.c,v 1.14 2007/06/19 23:47:00 tbox Exp $ */ 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/sym_test.c b/bin/tests/sym_test.c index be85151c73..6ff95d8bba 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.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: sym_test.c,v 1.28 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index f24568640b..1b7ff31dd7 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 ddd39509cb..4bf6719d44 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 6d8e201c55..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) 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. */ key rndc_key { diff --git a/bin/tests/system/acl/ns2/named2.conf.in b/bin/tests/system/acl/ns2/named2.conf.in index 51a10047f3..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) 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. */ key rndc_key { diff --git a/bin/tests/system/acl/ns2/named3.conf.in b/bin/tests/system/acl/ns2/named3.conf.in index ee63a59c28..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) 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. */ key rndc_key { diff --git a/bin/tests/system/acl/ns2/named4.conf.in b/bin/tests/system/acl/ns2/named4.conf.in index 42f585fc21..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) 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. */ key rndc_key { diff --git a/bin/tests/system/acl/ns2/named5.conf.in b/bin/tests/system/acl/ns2/named5.conf.in index 3a3a3ace9f..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) 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/acl/ns2/named6.conf.in b/bin/tests/system/acl/ns2/named6.conf.in index a61e1df001..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) 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. */ key rndc_key { diff --git a/bin/tests/system/acl/ns2/named7.conf.in b/bin/tests/system/acl/ns2/named7.conf.in index 4b9209651c..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) 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. */ 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 6b570d244d..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) 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. */ 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 35644519a8..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) 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. */ 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 7265f643e9..3ab05a3458 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) 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/additional/ns1/named2.conf.in b/bin/tests/system/additional/ns1/named2.conf.in index 18fc79c206..5b053d841a 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) 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/additional/ns1/named3.conf.in b/bin/tests/system/additional/ns1/named3.conf.in index 3c60213d69..7c2e05c42e 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) 2016-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 935ede55c6..7ba958aca5 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) 2016-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 ba620a96fc..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) 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. */ 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 6666af6acd..40f9609023 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 6af9862720..3939091de8 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) 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/addzone/ns1/redirect.db.1 b/bin/tests/system/addzone/ns1/redirect.db.1 index be6241ddc9..7b40db9c33 100644 --- a/bin/tests/system/addzone/ns1/redirect.db.1 +++ b/bin/tests/system/addzone/ns1/redirect.db.1 @@ -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. @ 0 SOA . . 0 0 0 0 0 @ 0 NS . diff --git a/bin/tests/system/addzone/ns1/redirect.db.2 b/bin/tests/system/addzone/ns1/redirect.db.2 index 9b25a534e1..a4f0d3806c 100644 --- a/bin/tests/system/addzone/ns1/redirect.db.2 +++ b/bin/tests/system/addzone/ns1/redirect.db.2 @@ -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. @ 0 SOA . . 1 0 0 0 0 @ 0 NS . 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 c22270c07d..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) 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. */ options { diff --git a/bin/tests/system/addzone/ns2/named2.conf.in b/bin/tests/system/addzone/ns2/named2.conf.in index 797e5d98d0..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) 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. */ include "../../common/rndc.key"; diff --git a/bin/tests/system/addzone/ns2/named3.conf.in b/bin/tests/system/addzone/ns2/named3.conf.in index 75a3a5a71b..4afb0a783f 100644 --- a/bin/tests/system/addzone/ns2/named3.conf.in +++ b/bin/tests/system/addzone/ns2/named3.conf.in @@ -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. */ 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.1 b/bin/tests/system/addzone/ns2/redirect.db.1 index 2016ae3c50..7b40db9c33 100644 --- a/bin/tests/system/addzone/ns2/redirect.db.1 +++ b/bin/tests/system/addzone/ns2/redirect.db.1 @@ -1,8 +1,11 @@ -; 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. @ 0 SOA . . 0 0 0 0 0 @ 0 NS . diff --git a/bin/tests/system/addzone/ns2/redirect.db.2 b/bin/tests/system/addzone/ns2/redirect.db.2 index f81bb6bb3d..a4f0d3806c 100644 --- a/bin/tests/system/addzone/ns2/redirect.db.2 +++ b/bin/tests/system/addzone/ns2/redirect.db.2 @@ -1,8 +1,11 @@ -; 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. @ 0 SOA . . 1 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 b78d305c61..d802506f21 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) 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. */ 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 acf7f0ae47..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) 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. */ include "../../common/rndc.key"; diff --git a/bin/tests/system/addzone/ns3/redirect.db.1 b/bin/tests/system/addzone/ns3/redirect.db.1 index 05301e7fd8..6444bad4d4 100644 --- a/bin/tests/system/addzone/ns3/redirect.db.1 +++ b/bin/tests/system/addzone/ns3/redirect.db.1 @@ -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. @ 0 SOA . . 0 0 0 0 0 @ 0 NS . diff --git a/bin/tests/system/addzone/ns3/redirect.db.2 b/bin/tests/system/addzone/ns3/redirect.db.2 index 1fd4debef6..aa98885563 100644 --- a/bin/tests/system/addzone/ns3/redirect.db.2 +++ b/bin/tests/system/addzone/ns3/redirect.db.2 @@ -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. @ 0 SOA . . 1 0 0 0 0 @ 0 NS . diff --git a/bin/tests/system/addzone/setup.sh b/bin/tests/system/addzone/setup.sh index 98632c2e65..89134db4cb 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 c1d63d13fe..d9b376e853 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 1675d52581..33f9894d77 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) 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 allow query tests. diff --git a/bin/tests/system/allow_query/ns2/aclallow.db b/bin/tests/system/allow_query/ns2/aclallow.db index c389f8bb28..21e9f07dfc 100644 --- a/bin/tests/system/allow_query/ns2/aclallow.db +++ b/bin/tests/system/allow_query/ns2/aclallow.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: aclallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/acldisallow.db b/bin/tests/system/allow_query/ns2/acldisallow.db index eeb956f220..b831346a41 100644 --- a/bin/tests/system/allow_query/ns2/acldisallow.db +++ b/bin/tests/system/allow_query/ns2/acldisallow.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: acldisallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/aclnotallow.db b/bin/tests/system/allow_query/ns2/aclnotallow.db index 4cc4eef76d..0d6792dac4 100644 --- a/bin/tests/system/allow_query/ns2/aclnotallow.db +++ b/bin/tests/system/allow_query/ns2/aclnotallow.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: aclnotallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/added.db b/bin/tests/system/allow_query/ns2/added.db index 24ba37fba4..29773c5f40 100644 --- a/bin/tests/system/allow_query/ns2/added.db +++ b/bin/tests/system/allow_query/ns2/added.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: added.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/addrallow.db b/bin/tests/system/allow_query/ns2/addrallow.db index a7e6785a46..5532b23c51 100644 --- a/bin/tests/system/allow_query/ns2/addrallow.db +++ b/bin/tests/system/allow_query/ns2/addrallow.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: addrallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/addrdisallow.db b/bin/tests/system/allow_query/ns2/addrdisallow.db index 490cf765fc..585acb7230 100644 --- a/bin/tests/system/allow_query/ns2/addrdisallow.db +++ b/bin/tests/system/allow_query/ns2/addrdisallow.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: addrdisallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/addrnotallow.db b/bin/tests/system/allow_query/ns2/addrnotallow.db index b9401a3a06..31a6acc709 100644 --- a/bin/tests/system/allow_query/ns2/addrnotallow.db +++ b/bin/tests/system/allow_query/ns2/addrnotallow.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: addrnotallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/any.db b/bin/tests/system/allow_query/ns2/any.db index 82063ba676..f9d5a554e9 100644 --- a/bin/tests/system/allow_query/ns2/any.db +++ b/bin/tests/system/allow_query/ns2/any.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: any.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/keyallow.db b/bin/tests/system/allow_query/ns2/keyallow.db index fd4f07503f..298d84feaf 100644 --- a/bin/tests/system/allow_query/ns2/keyallow.db +++ b/bin/tests/system/allow_query/ns2/keyallow.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: keyallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/keydisallow.db b/bin/tests/system/allow_query/ns2/keydisallow.db index b45eba7fc7..698d60bb7a 100644 --- a/bin/tests/system/allow_query/ns2/keydisallow.db +++ b/bin/tests/system/allow_query/ns2/keydisallow.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: keydisallow.db,v 1.2 2010/11/16 01:37:37 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/named01.conf.in b/bin/tests/system/allow_query/ns2/named01.conf.in index 0541271469..f39281cd4c 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named02.conf.in b/bin/tests/system/allow_query/ns2/named02.conf.in index a78e76d8dd..efdc494b9f 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named03.conf.in b/bin/tests/system/allow_query/ns2/named03.conf.in index 08ee3a297e..ff0fb71409 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named04.conf.in b/bin/tests/system/allow_query/ns2/named04.conf.in index 01dee4181f..5d77e66016 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named05.conf.in b/bin/tests/system/allow_query/ns2/named05.conf.in index 7d6cafae3c..c733194e4c 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named06.conf.in b/bin/tests/system/allow_query/ns2/named06.conf.in index ecf8fe8ab3..abac57e2f3 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named07.conf.in b/bin/tests/system/allow_query/ns2/named07.conf.in index 0632e1d0f6..f7771c90eb 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) 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. */ acl accept { 10.53.0.2; }; diff --git a/bin/tests/system/allow_query/ns2/named08.conf.in b/bin/tests/system/allow_query/ns2/named08.conf.in index 0ab477cdf9..386594ab03 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) 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. */ acl accept { 10.53.0.1; }; diff --git a/bin/tests/system/allow_query/ns2/named09.conf.in b/bin/tests/system/allow_query/ns2/named09.conf.in index 3abcf13be8..5f1568f5f1 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) 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. */ acl accept { 10.53.0.2; }; diff --git a/bin/tests/system/allow_query/ns2/named10.conf.in b/bin/tests/system/allow_query/ns2/named10.conf.in index eb4c22d775..c6ed24c259 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) 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. */ key one { diff --git a/bin/tests/system/allow_query/ns2/named11.conf.in b/bin/tests/system/allow_query/ns2/named11.conf.in index 4aaa567b95..1cd7738d79 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) 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. */ key one { diff --git a/bin/tests/system/allow_query/ns2/named12.conf.in b/bin/tests/system/allow_query/ns2/named12.conf.in index 163870ddca..83688013fc 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) 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. */ key one { diff --git a/bin/tests/system/allow_query/ns2/named21.conf.in b/bin/tests/system/allow_query/ns2/named21.conf.in index d688b6b5c4..7cee3e8c0a 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named22.conf.in b/bin/tests/system/allow_query/ns2/named22.conf.in index 526734cb75..0e9c7f8a84 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named23.conf.in b/bin/tests/system/allow_query/ns2/named23.conf.in index 23cf7736ad..86baa766c2 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named24.conf.in b/bin/tests/system/allow_query/ns2/named24.conf.in index 05c179210b..ed81fc25f6 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named25.conf.in b/bin/tests/system/allow_query/ns2/named25.conf.in index ed009e2313..a54088180f 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named26.conf.in b/bin/tests/system/allow_query/ns2/named26.conf.in index 76d1cff3ca..856924a823 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named27.conf.in b/bin/tests/system/allow_query/ns2/named27.conf.in index fc5d216f1a..00d3f51269 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) 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. */ acl accept { 10.53.0.2; }; diff --git a/bin/tests/system/allow_query/ns2/named28.conf.in b/bin/tests/system/allow_query/ns2/named28.conf.in index 037b02101a..7c2772ceb5 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) 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. */ acl accept { 10.53.0.1; }; diff --git a/bin/tests/system/allow_query/ns2/named29.conf.in b/bin/tests/system/allow_query/ns2/named29.conf.in index 657fe86aa7..f9ebc6c4cc 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) 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. */ acl accept { 10.53.0.2; }; diff --git a/bin/tests/system/allow_query/ns2/named30.conf.in b/bin/tests/system/allow_query/ns2/named30.conf.in index 90dc8033d9..58987cada0 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) 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. */ key one { diff --git a/bin/tests/system/allow_query/ns2/named31.conf.in b/bin/tests/system/allow_query/ns2/named31.conf.in index a4cdadcedf..954577aeac 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) 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. */ key one { diff --git a/bin/tests/system/allow_query/ns2/named32.conf.in b/bin/tests/system/allow_query/ns2/named32.conf.in index 1f3dc2f273..d9f9072efa 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) 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. */ key one { diff --git a/bin/tests/system/allow_query/ns2/named33.conf.in b/bin/tests/system/allow_query/ns2/named33.conf.in index 078dfb2999..9282b3199f 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named34.conf.in b/bin/tests/system/allow_query/ns2/named34.conf.in index 058bddfafc..a16f498da5 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named40.conf.in b/bin/tests/system/allow_query/ns2/named40.conf.in index 5dc53d1461..626818d387 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) 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. */ acl accept { 10.53.0.2; }; diff --git a/bin/tests/system/allow_query/ns2/named53.conf.in b/bin/tests/system/allow_query/ns2/named53.conf.in index 476bb09f5f..93c76252c0 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named54.conf.in b/bin/tests/system/allow_query/ns2/named54.conf.in index f57ed0b7cc..e823aece37 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named55.conf.in b/bin/tests/system/allow_query/ns2/named55.conf.in index 039ed2d46e..483b8530e4 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named56.conf.in b/bin/tests/system/allow_query/ns2/named56.conf.in index 5768b299a9..3da1036a93 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) 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. */ options { diff --git a/bin/tests/system/allow_query/ns2/named57.conf.in b/bin/tests/system/allow_query/ns2/named57.conf.in index 45353331cc..d5d205ae70 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) 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/allow_query/ns2/none.db b/bin/tests/system/allow_query/ns2/none.db index 4f6a90d7ac..ba4269f9bd 100644 --- a/bin/tests/system/allow_query/ns2/none.db +++ b/bin/tests/system/allow_query/ns2/none.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: none.db,v 1.2 2010/11/16 01:37:39 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/normal.db b/bin/tests/system/allow_query/ns2/normal.db index 8ef16ab6bd..33d91e6140 100644 --- a/bin/tests/system/allow_query/ns2/normal.db +++ b/bin/tests/system/allow_query/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/11/16 01:37:39 sar Exp $ diff --git a/bin/tests/system/allow_query/ns2/previous.db b/bin/tests/system/allow_query/ns2/previous.db index 09e5d27df8..fb2029aa8c 100644 --- a/bin/tests/system/allow_query/ns2/previous.db +++ b/bin/tests/system/allow_query/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/11/16 01:37:39 sar Exp $ diff --git a/bin/tests/system/allow_query/setup.sh b/bin/tests/system/allow_query/setup.sh index 77e5eea4a9..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) 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/allow_query/tests.sh b/bin/tests/system/allow_query/tests.sh index 5f3509ce71..79acb41aba 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) 2010, 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. # 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/auth/clean.sh b/bin/tests/system/auth/clean.sh index be74d1b385..f18041d5f4 100644 --- a/bin/tests/system/auth/clean.sh +++ b/bin/tests/system/auth/clean.sh @@ -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. rm -f */named.memstats rm -f */named.run diff --git a/bin/tests/system/auth/ns1/example.com.db b/bin/tests/system/auth/ns1/example.com.db index f8ae5c7278..a6c98de41c 100644 --- a/bin/tests/system/auth/ns1/example.com.db +++ b/bin/tests/system/auth/ns1/example.com.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 300 ; 5 minutes @ IN SOA ns root ( diff --git a/bin/tests/system/auth/ns1/example.net.db b/bin/tests/system/auth/ns1/example.net.db index 2a4a1c36e5..66aa33dc5f 100644 --- a/bin/tests/system/auth/ns1/example.net.db +++ b/bin/tests/system/auth/ns1/example.net.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 300 ; 5 minutes @ IN SOA ns root ( diff --git a/bin/tests/system/auth/ns1/named.conf.in b/bin/tests/system/auth/ns1/named.conf.in index 7d2ec72757..f239e15a73 100644 --- a/bin/tests/system/auth/ns1/named.conf.in +++ b/bin/tests/system/auth/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/auth/ns2/named.conf.in b/bin/tests/system/auth/ns2/named.conf.in index 7b1f91fe5e..33d5fd120b 100644 --- a/bin/tests/system/auth/ns2/named.conf.in +++ b/bin/tests/system/auth/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/auth/setup.sh b/bin/tests/system/auth/setup.sh index c72b22a813..85855f3228 100644 --- a/bin/tests/system/auth/setup.sh +++ b/bin/tests/system/auth/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/auth/tests.sh b/bin/tests/system/auth/tests.sh index 9e7d29f3fa..348fcf8975 100644 --- a/bin/tests/system/auth/tests.sh +++ b/bin/tests/system/auth/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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/autosign/clean.sh b/bin/tests/system/autosign/clean.sh index 18be2769f9..f5b2d60205 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 */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 2a45fa4c8f..5331298069 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 97bd12c181..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) 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. */ // 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 7e5955c428..e253512944 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 37a4f7fa02..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) 2009-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. */ // 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 192f3705ba..f96c1fcf60 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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.15 2012/02/06 23:46:46 tbox Exp $ diff --git a/bin/tests/system/autosign/ns3/kskonly.example.db.in b/bin/tests/system/autosign/ns3/kskonly.example.db.in index 40a4719bb3..c3dbada717 100644 --- a/bin/tests/system/autosign/ns3/kskonly.example.db.in +++ b/bin/tests/system/autosign/ns3/kskonly.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/named.conf.in b/bin/tests/system/autosign/ns3/named.conf.in index eed75ff7b4..06e575fcf8 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) 2009-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. */ // 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 30f32cda50..5c0d8b603f 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) 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. */ // NS4 diff --git a/bin/tests/system/autosign/ns5/named.conf.in b/bin/tests/system/autosign/ns5/named.conf.in index f024416e5d..5684cee7ef 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) 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. */ // 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 1b1cfe311b..b08e0e25ea 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 6cf7153d05..1eab694467 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 14c64b1adb..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) 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. */ 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 0303b0c6b8..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) 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 "../../common/rndc.key"; diff --git a/bin/tests/system/builtin/ns3/named.conf.in b/bin/tests/system/builtin/ns3/named.conf.in index 3b4ea6def3..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) 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 "../../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 085030f753..35c080115f 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) 2001, 2004, 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. */ options { diff --git a/bin/tests/system/cacheclean/ns2/named.conf.in b/bin/tests/system/cacheclean/ns2/named.conf.in index 657ea16632..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) 2001, 2004, 2005, 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. */ 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 da88070bcd..2e032e6997 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 65f69787ce..f2310562bf 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) 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. */ options { diff --git a/bin/tests/system/case/ns2/named.conf.in b/bin/tests/system/case/ns2/named.conf.in index 31355d2a1c..473444ac29 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) 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. */ 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 c2a3a9e728..5873ffc3a5 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/cds/checkmtime.pl b/bin/tests/system/cds/checkmtime.pl index fa7855693c..aba2105c03 100644 --- a/bin/tests/system/cds/checkmtime.pl +++ b/bin/tests/system/cds/checkmtime.pl @@ -1,10 +1,13 @@ #!/usr/bin/perl # -# 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. my $target = shift; my $file = shift; diff --git a/bin/tests/system/cds/checktime.pl b/bin/tests/system/cds/checktime.pl index f51857f5a3..d26dbf1269 100644 --- a/bin/tests/system/cds/checktime.pl +++ b/bin/tests/system/cds/checktime.pl @@ -1,10 +1,13 @@ #!/usr/bin/perl # -# 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. $target = shift; while (<>) { diff --git a/bin/tests/system/cds/clean.sh b/bin/tests/system/cds/clean.sh index b53f306bfa..ea839db44f 100644 --- a/bin/tests/system/cds/clean.sh +++ b/bin/tests/system/cds/clean.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. rm -f CDNSKEY* CDS* DS* rm -f K* diff --git a/bin/tests/system/cds/mangle.pl b/bin/tests/system/cds/mangle.pl index 7c42df603f..d73625811c 100644 --- a/bin/tests/system/cds/mangle.pl +++ b/bin/tests/system/cds/mangle.pl @@ -1,10 +1,13 @@ #!/usr/bin/perl # -# 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. my $re = $ARGV[0]; shift; diff --git a/bin/tests/system/cds/prereq.sh b/bin/tests/system/cds/prereq.sh index 0de9fa3a87..a0d4e9ce14 100644 --- a/bin/tests/system/cds/prereq.sh +++ b/bin/tests/system/cds/prereq.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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/cds/setup.sh b/bin/tests/system/cds/setup.sh index 147e3ed0bc..5c26dcac3d 100644 --- a/bin/tests/system/cds/setup.sh +++ b/bin/tests/system/cds/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. set -eu diff --git a/bin/tests/system/cds/tests.sh b/bin/tests/system/cds/tests.sh index b89d6db555..7ef22895d0 100644 --- a/bin/tests/system/cds/tests.sh +++ b/bin/tests/system/cds/tests.sh @@ -1,10 +1,13 @@ #!/bin/sh -e # -# 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/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 ab83a30944..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) 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. */ 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 f153d54163..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) 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. */ // 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 fd9bcf53f2..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) 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. */ // 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 dcf7b28ddb..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) 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. */ 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-acl.conf b/bin/tests/system/checkconf/bad-acl.conf index 803a199feb..02d1cc0d10 100644 --- a/bin/tests/system/checkconf/bad-acl.conf +++ b/bin/tests/system/checkconf/bad-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/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-glue-cache-bogus.conf b/bin/tests/system/checkconf/bad-glue-cache-bogus.conf index d57c9cabce..be45bbd81c 100644 --- a/bin/tests/system/checkconf/bad-glue-cache-bogus.conf +++ b/bin/tests/system/checkconf/bad-glue-cache-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-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-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-printtime.conf b/bin/tests/system/checkconf/bad-printtime.conf index 13807b1843..318e453324 100644 --- a/bin/tests/system/checkconf/bad-printtime.conf +++ b/bin/tests/system/checkconf/bad-printtime.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. */ logging { 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 a5212c905c..9ac839b09d 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-glue-cache.conf b/bin/tests/system/checkconf/good-glue-cache.conf index 8802bc66c3..f5e9f79ac3 100644 --- a/bin/tests/system/checkconf/good-glue-cache.conf +++ b/bin/tests/system/checkconf/good-glue-cache.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-printtime.conf b/bin/tests/system/checkconf/good-printtime.conf index 700e349452..deff1d878a 100644 --- a/bin/tests/system/checkconf/good-printtime.conf +++ b/bin/tests/system/checkconf/good-printtime.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. */ logging { 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 9e07b096f3..4c8eef2ca5 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 78c3a5e3d7..89b6fdaef3 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 9540f89882..e4ad79edd2 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 checkds.* rm -f ns*/named.lock diff --git a/bin/tests/system/checkds/dig.pl b/bin/tests/system/checkds/dig.pl index 45e470646b..35cf973e5d 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. my $arg; my $ext; diff --git a/bin/tests/system/checkds/dig.sh b/bin/tests/system/checkds/dig.sh index 289adf261f..41354fa627 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. while [ "$#" != 0 ]; do case $1 in 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 ba82ef3446..d8e0eefc8c 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 182e559ead..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) 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. */ 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 df38af2d98..ed625e53e5 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) 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. */ 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 052a9dcf47..5e6034f003 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) 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. */ 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 4272c8f348..f37d543899 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) 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/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 22fa2e3f51..eae657454b 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 06b7a5b6ea..7e800b9017 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 6ab7cdce89..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, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 0047b552cc..62323ffd4b 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 a41214be6f..c17dcae791 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 dbfb3b6739..a924e6bc4c 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) 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. */ 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 7f4e070abd..99fb6d2660 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) 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. */ 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 d6ba8cdfb9..93f0ae1209 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) 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. */ 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/ns4/named.conf.in b/bin/tests/system/cookie/ns4/named.conf.in index f2dfaa23c4..cd7c07f23c 100644 --- a/bin/tests/system/cookie/ns4/named.conf.in +++ b/bin/tests/system/cookie/ns4/named.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/cookie/ns4/root.hint b/bin/tests/system/cookie/ns4/root.hint index dfb0a86a4d..6671358152 100644 --- a/bin/tests/system/cookie/ns4/root.hint +++ b/bin/tests/system/cookie/ns4/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. ; $Id: root.hint,v 1.7 2007/06/19 23:47:05 tbox Exp $ diff --git a/bin/tests/system/cookie/ns5/named.conf.in b/bin/tests/system/cookie/ns5/named.conf.in index a8eec7854e..0d050a62ea 100644 --- a/bin/tests/system/cookie/ns5/named.conf.in +++ b/bin/tests/system/cookie/ns5/named.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/cookie/ns5/root.hint b/bin/tests/system/cookie/ns5/root.hint index dfb0a86a4d..6671358152 100644 --- a/bin/tests/system/cookie/ns5/root.hint +++ b/bin/tests/system/cookie/ns5/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. ; $Id: root.hint,v 1.7 2007/06/19 23:47:05 tbox Exp $ diff --git a/bin/tests/system/cookie/ns6/named.conf.in b/bin/tests/system/cookie/ns6/named.conf.in index 5fa38782d5..634a939bd9 100644 --- a/bin/tests/system/cookie/ns6/named.conf.in +++ b/bin/tests/system/cookie/ns6/named.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/cookie/ns6/root.hint b/bin/tests/system/cookie/ns6/root.hint index dfb0a86a4d..6671358152 100644 --- a/bin/tests/system/cookie/ns6/root.hint +++ b/bin/tests/system/cookie/ns6/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. ; $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 d1c5f54870..2e90ba22c3 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 68ab36fc94..bb96cbde01 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 826a6b8ce2..cee4dffdec 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 f16989ccdf..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, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 3851d40fae..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, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 9256a3cc8f..c82a537946 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 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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.6 2007/06/19 23:47:01 tbox Exp $ 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 ee94539f02..dfc6f7c198 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 */named.memstats rm -f */named.run diff --git a/bin/tests/system/digdelv/ns1/named.conf.in b/bin/tests/system/digdelv/ns1/named.conf.in index ca5cd2ed9b..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) 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. */ // 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 e8c109c418..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) 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. */ // NS2 diff --git a/bin/tests/system/digdelv/ns3/named.conf.in b/bin/tests/system/digdelv/ns3/named.conf.in index e4236309cd..b18b44413b 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) 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. */ 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 7af589b896..0a7bc3166e 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 6818caae03..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) 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. */ options { diff --git a/bin/tests/system/dlv/ns1/root.db.in b/bin/tests/system/dlv/ns1/root.db.in index 3ec0f45052..e2ce3f07bc 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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/05/26 23:47:28 tbox Exp $ diff --git a/bin/tests/system/dlv/ns1/rootservers.utld.db b/bin/tests/system/dlv/ns1/rootservers.utld.db index 9678c08621..820e610bf1 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. ; $Id: rootservers.utld.db,v 1.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns1/sign.sh b/bin/tests/system/dlv/ns1/sign.sh index 607a4ca9bc..75c0b37270 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 362af0dcfa..149ee85376 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. ; $Id: druz.db.in,v 1.4 2011/05/26 23:47:28 tbox Exp $ diff --git a/bin/tests/system/dlv/ns2/hints b/bin/tests/system/dlv/ns2/hints index 62ffdfba0f..5916e9f781 100644 --- a/bin/tests/system/dlv/ns2/hints +++ b/bin/tests/system/dlv/ns2/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: hints,v 1.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns2/named.conf.in b/bin/tests/system/dlv/ns2/named.conf.in index ccc7836195..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) 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. */ options { diff --git a/bin/tests/system/dlv/ns2/sign.sh b/bin/tests/system/dlv/ns2/sign.sh index 0aa5adfe14..f2f360ab61 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 ab47de1e57..c64a02902f 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. +; +; See the COPYRIGHT file distributed with this work for additional +; information regarding copyright ownership. ; $Id: utld.db,v 1.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns3/child.db.in b/bin/tests/system/dlv/ns3/child.db.in index 22deab5b9a..5128a0d8d9 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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.in,v 1.6 2010/05/27 23:51:08 tbox Exp $ diff --git a/bin/tests/system/dlv/ns3/dlv.db.in b/bin/tests/system/dlv/ns3/dlv.db.in index 1b6968c8c8..d25b9d8148 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns3/hints b/bin/tests/system/dlv/ns3/hints index 62ffdfba0f..5916e9f781 100644 --- a/bin/tests/system/dlv/ns3/hints +++ b/bin/tests/system/dlv/ns3/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: hints,v 1.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns3/named.conf.in b/bin/tests/system/dlv/ns3/named.conf.in index 70bed19879..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) 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. */ 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 42036892bd..2a94c7968a 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns4/hints b/bin/tests/system/dlv/ns4/hints index 62ffdfba0f..5916e9f781 100644 --- a/bin/tests/system/dlv/ns4/hints +++ b/bin/tests/system/dlv/ns4/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: hints,v 1.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns4/named.conf.in b/bin/tests/system/dlv/ns4/named.conf.in index 972160143a..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) 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. */ options { diff --git a/bin/tests/system/dlv/ns5/hints b/bin/tests/system/dlv/ns5/hints index 62ffdfba0f..5916e9f781 100644 --- a/bin/tests/system/dlv/ns5/hints +++ b/bin/tests/system/dlv/ns5/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: hints,v 1.4 2007/06/19 23:47:02 tbox Exp $ diff --git a/bin/tests/system/dlv/ns5/named.conf.in b/bin/tests/system/dlv/ns5/named.conf.in index 3742eb79f6..11c6041fb9 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) 2004, 2006, 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 "trusted.conf"; diff --git a/bin/tests/system/dlv/ns5/rndc.conf b/bin/tests/system/dlv/ns5/rndc.conf index efcc8fa6f1..070afc5ec9 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 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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:02 tbox Exp $ */ diff --git a/bin/tests/system/dlv/ns6/child.db.in b/bin/tests/system/dlv/ns6/child.db.in index d4c8520e85..6f884d5b87 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 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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.in,v 1.2 2010/05/26 06:28:00 marka Exp $ diff --git a/bin/tests/system/dlv/ns6/hints b/bin/tests/system/dlv/ns6/hints index 6c5ce79f3a..643113edee 100644 --- a/bin/tests/system/dlv/ns6/hints +++ b/bin/tests/system/dlv/ns6/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.3 2010/05/26 23:50:47 tbox Exp $ diff --git a/bin/tests/system/dlv/ns6/named.conf.in b/bin/tests/system/dlv/ns6/named.conf.in index e293cdf1ce..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) 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. */ options { diff --git a/bin/tests/system/dlv/ns6/sign.sh b/bin/tests/system/dlv/ns6/sign.sh index 0b96aea59a..1a07c01f77 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 0eacf1db84..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 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 be8f1292dc..a8a94e8b87 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 3d2b08b2e7..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) 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. */ 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 8a60cc6f1c..8b91d55b18 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 7eaf18a661..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) 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. */ // 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 d92828e858..766fec772c 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 0192925419..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) 2010, 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. */ // 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 89bd7e0f83..fbaecc308c 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 b7be4c8948..9b79004e19 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 89a5d04cb3..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) 2000, 2001, 2004, 2006, 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. */ // 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 3d90856c70..09837184de 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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-kskonly.secure.db.in b/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in index 6abda5d748..e42cb4a29e 100644 --- a/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cdnskey-kskonly.secure.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 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-kskonly.secure.db.in b/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in index 6abda5d748..e42cb4a29e 100644 --- a/bin/tests/system/dnssec/ns2/cds-kskonly.secure.db.in +++ b/bin/tests/system/dnssec/ns2/cds-kskonly.secure.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 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 393c8a832d..329424dccf 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) 2000-2002, 2004, 2006-2008, 2010, 2011, 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. */ // 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 2f26bd0970..be3aaf9173 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 42c8f569a9..683b2c6694 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) 2000-2002, 2004, 2006-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. */ // 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 7dd14bb563..4102466fde 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 40e6051186..9f851b09c9 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) 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. */ // NS4 diff --git a/bin/tests/system/dnssec/ns4/named2.conf.in b/bin/tests/system/dnssec/ns4/named2.conf.in index 2ad7f81596..50025ac8cf 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) 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. */ // NS4 diff --git a/bin/tests/system/dnssec/ns4/named3.conf.in b/bin/tests/system/dnssec/ns4/named3.conf.in index a4a6b4ddf4..b0ac3cce76 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) 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. */ // NS4 diff --git a/bin/tests/system/dnssec/ns4/named4.conf.in b/bin/tests/system/dnssec/ns4/named4.conf.in index d57f5cfbb9..d73c36f8c0 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) 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. */ // NS4 diff --git a/bin/tests/system/dnssec/ns5/named1.conf.in b/bin/tests/system/dnssec/ns5/named1.conf.in index 1850bb4c44..2883d50bad 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) 2000, 2001, 2004, 2006, 2007, 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. */ // NS5 diff --git a/bin/tests/system/dnssec/ns5/named2.conf.in b/bin/tests/system/dnssec/ns5/named2.conf.in index a33cd41123..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) 2000, 2001, 2004, 2006, 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. */ // NS5 diff --git a/bin/tests/system/dnssec/ns5/sign.sh b/bin/tests/system/dnssec/ns5/sign.sh index 874a1efa82..5c9493dceb 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 e808a9bd70..c3f2930ee2 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) 2004, 2006, 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. */ // 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 fa4d768833..d8175d4f5d 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 5764982e7c..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) 2006, 2008, 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. */ // 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 64675c255c..4b08fa164a 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 965b82714f..f0b5696f64 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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/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 e9a38b8e4c..099bf5bae2 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/bad-size-version.conf b/bin/tests/system/dnstap/bad-size-version.conf index 8706fdd609..41d32ef154 100644 --- a/bin/tests/system/dnstap/bad-size-version.conf +++ b/bin/tests/system/dnstap/bad-size-version.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/dnstap/clean.sh b/bin/tests/system/dnstap/clean.sh index edafbe87bd..fe93402430 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/good-size-unlimited.conf b/bin/tests/system/dnstap/good-size-unlimited.conf index f520716dc8..c37a0b8ffc 100644 --- a/bin/tests/system/dnstap/good-size-unlimited.conf +++ b/bin/tests/system/dnstap/good-size-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/dnstap/good-size-version.conf b/bin/tests/system/dnstap/good-size-version.conf index 46022b7316..b3e127bb0d 100644 --- a/bin/tests/system/dnstap/good-size-version.conf +++ b/bin/tests/system/dnstap/good-size-version.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/dnstap/ns1/named.conf.in b/bin/tests/system/dnstap/ns1/named.conf.in index f9d5b81845..0e54757c27 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) 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. */ 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 e7090945c5..d1043e25ee 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) 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. */ options { diff --git a/bin/tests/system/dnstap/ns3/named.conf.in b/bin/tests/system/dnstap/ns3/named.conf.in index 15d3a23aad..18b7c3e647 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) 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. */ options { diff --git a/bin/tests/system/dnstap/ns4/named.conf.in b/bin/tests/system/dnstap/ns4/named.conf.in index e9ed3b1326..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) 2016, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 ec59d4fa57..14f39b3c6a 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 90286f97ee..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) 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/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 14a24b9e66..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) 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/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 d21fa2c896..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) 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/dscp/ns4/named.conf.in b/bin/tests/system/dscp/ns4/named.conf.in index 6fb070bc24..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) 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/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 384d73a914..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) 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/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 5b5d6c6a18..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) 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/dscp/ns7/named.conf.in b/bin/tests/system/dscp/ns7/named.conf.in index 174bc83b7b..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) 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/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 aed8dc9386..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) 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. */ // 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 5b369ef796..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) 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. */ // 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 3949bc1822..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) 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. */ // NS3 diff --git a/bin/tests/system/dsdigest/ns4/named.conf.in b/bin/tests/system/dsdigest/ns4/named.conf.in index d68d4045d2..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) 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. */ // 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 47cfbf0279..4c11328ec5 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 c2b8fa9ff6..c23e664302 100644 --- a/bin/tests/system/dyndb/driver/Makefile.in +++ b/bin/tests/system/dyndb/driver/Makefile.in @@ -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. 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 937595c212..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) 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 { }; 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 ef288703ae..6eecb37c77 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 740b724543..c48b526bde 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 39c62dab1b..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) 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/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 701b0b2993..fc09cefac4 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) 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. */ key rndc_key { diff --git a/bin/tests/system/emptyzones/ns1/named2.conf.in b/bin/tests/system/emptyzones/ns1/named2.conf.in index 9c609191e5..ad4d681ff8 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) 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. */ 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 6ef94b2165..ed2a5b2fbe 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 85f2793b1d..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) 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. */ 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 0f3bd7d398..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) 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. */ options { diff --git a/bin/tests/system/fetchlimit/ns3/named1.conf.in b/bin/tests/system/fetchlimit/ns3/named1.conf.in index 92ea1b6478..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) 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/fetchlimit/ns3/named2.conf.in b/bin/tests/system/fetchlimit/ns3/named2.conf.in index 0528964f8a..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) 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. */ options { diff --git a/bin/tests/system/fetchlimit/ns3/named3.conf.in b/bin/tests/system/fetchlimit/ns3/named3.conf.in index ab2f20d4b8..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) 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. */ 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 16cd667b78..86afc47fc4 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 a96558aeda..bd898554a0 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) 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/filter-aaaa/ns1/named2.conf.in b/bin/tests/system/filter-aaaa/ns1/named2.conf.in index 6af4f2aab9..9f86d759b0 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) 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/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 ae65a651e2..9d8b59f50a 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 f6131402a4..e188e4f11d 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) 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/filter-aaaa/ns2/named2.conf.in b/bin/tests/system/filter-aaaa/ns2/named2.conf.in index 46a9de11d9..e3216f89b2 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) 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/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 4222adb631..bc8193d82e 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) 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/filter-aaaa/ns3/named2.conf.in b/bin/tests/system/filter-aaaa/ns3/named2.conf.in index 194ff3412e..051fdc04ab 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) 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/filter-aaaa/ns4/named1.conf.in b/bin/tests/system/filter-aaaa/ns4/named1.conf.in index 70dfc52e45..eb5054d82c 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) 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/filter-aaaa/ns4/named2.conf.in b/bin/tests/system/filter-aaaa/ns4/named2.conf.in index a95f4a77be..83baa449fb 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) 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/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 ae65a651e2..9d8b59f50a 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/setup.sh b/bin/tests/system/filter-aaaa/setup.sh index 5610a4b88b..c6c36ecdf5 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 15c706bb94..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, 2016, 2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 eac82c835d..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) 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/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 28c793bc74..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) 2000, 2001, 2004, 2007, 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/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 b60563c032..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) 2000, 2001, 2004, 2007, 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/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 92f1ef48c0..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) 2000, 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. */ 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 26cfce64f8..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) 2000, 2001, 2004, 2007, 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/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 4bf6fa1e45..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) 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. */ 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 96fbd67552..b58fd37be3 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 fe22e58a42..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named10.conf.in b/bin/tests/system/geoip/ns2/named10.conf.in index c0d7485224..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) 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/geoip/ns2/named11.conf.in b/bin/tests/system/geoip/ns2/named11.conf.in index b9bc23889f..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named12.conf.in b/bin/tests/system/geoip/ns2/named12.conf.in index 723ae217f9..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named13.conf.in b/bin/tests/system/geoip/ns2/named13.conf.in index 3dd92d3a0a..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) 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/geoip/ns2/named14.conf.in b/bin/tests/system/geoip/ns2/named14.conf.in index 0d7776b4f9..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) 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/geoip/ns2/named15.conf.in b/bin/tests/system/geoip/ns2/named15.conf.in index cd041e9c9d..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) 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/geoip/ns2/named2.conf.in b/bin/tests/system/geoip/ns2/named2.conf.in index e497e14d7d..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named3.conf.in b/bin/tests/system/geoip/ns2/named3.conf.in index 6e2da2a299..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named4.conf.in b/bin/tests/system/geoip/ns2/named4.conf.in index 64b30fbfb3..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named5.conf.in b/bin/tests/system/geoip/ns2/named5.conf.in index 6a670a6d42..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named6.conf.in b/bin/tests/system/geoip/ns2/named6.conf.in index 1696bde98c..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named7.conf.in b/bin/tests/system/geoip/ns2/named7.conf.in index f70ecc6273..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named8.conf.in b/bin/tests/system/geoip/ns2/named8.conf.in index c9fc07318f..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) 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. */ // NS2 diff --git a/bin/tests/system/geoip/ns2/named9.conf.in b/bin/tests/system/geoip/ns2/named9.conf.in index 9c76a51a6b..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) 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. */ // 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 d2850c100f..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) 2000, 2001, 2004, 2005, 2007, 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. */ 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 553401ae98..c531a50611 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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 9a511f1e22..570872922a 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 08d0dbf36f..c48b526bde 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 d097229ac2..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) 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. */ // 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 b4c0c41890..8e59d1f388 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 daf0152bb6..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) 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. */ // 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 ca79fd1c39..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) 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. */ // NS3 diff --git a/bin/tests/system/inline/ns3/sign.sh b/bin/tests/system/inline/ns3/sign.sh index 0981712ec2..c3a3544240 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 296ccd8c71..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) 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. */ // 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 e5c1684e92..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) 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. */ // NS6 diff --git a/bin/tests/system/inline/ns7/named.conf.in b/bin/tests/system/inline/ns7/named.conf.in index 61ab4f2070..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) 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/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 4ae7bf80e4..99e696a93d 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 18342d66a0..8d6fc546c4 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 426b3fd754..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) 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. */ 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 687d27dc4e..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) 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/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 57773e83b0..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) 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/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 c210a5c5ec..c3ebfdc31d 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/keepalive/clean.sh b/bin/tests/system/keepalive/clean.sh index c3fd7057cc..53b12b031b 100644 --- a/bin/tests/system/keepalive/clean.sh +++ b/bin/tests/system/keepalive/clean.sh @@ -1,8 +1,11 @@ -# 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.* rm -f output diff --git a/bin/tests/system/keepalive/ns1/named.conf.in b/bin/tests/system/keepalive/ns1/named.conf.in index d820202787..828bc40b7b 100644 --- a/bin/tests/system/keepalive/ns1/named.conf.in +++ b/bin/tests/system/keepalive/ns1/named.conf.in @@ -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. */ options { diff --git a/bin/tests/system/keepalive/ns1/root.db b/bin/tests/system/keepalive/ns1/root.db index 69faf3dd31..dab5cea7f7 100644 --- a/bin/tests/system/keepalive/ns1/root.db +++ b/bin/tests/system/keepalive/ns1/root.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 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/keepalive/ns2/example.db b/bin/tests/system/keepalive/ns2/example.db index 5d4ece2260..1edd62e6e1 100644 --- a/bin/tests/system/keepalive/ns2/example.db +++ b/bin/tests/system/keepalive/ns2/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. @ SOA ns2 hostmaster.isc.org. 1 600 600 1200 600 @ NS ns2 diff --git a/bin/tests/system/keepalive/ns2/named.conf.in b/bin/tests/system/keepalive/ns2/named.conf.in index eac21a15f0..4406a45e47 100644 --- a/bin/tests/system/keepalive/ns2/named.conf.in +++ b/bin/tests/system/keepalive/ns2/named.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/keepalive/ns3/named.conf.in b/bin/tests/system/keepalive/ns3/named.conf.in index 1ed1fd02a9..c018e11178 100644 --- a/bin/tests/system/keepalive/ns3/named.conf.in +++ b/bin/tests/system/keepalive/ns3/named.conf.in @@ -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. */ options { diff --git a/bin/tests/system/keepalive/setup.sh b/bin/tests/system/keepalive/setup.sh index 15d49fa5ab..dc74cd786f 100644 --- a/bin/tests/system/keepalive/setup.sh +++ b/bin/tests/system/keepalive/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/keepalive/tests.sh b/bin/tests/system/keepalive/tests.sh index 82299cef30..7983aa1a94 100644 --- a/bin/tests/system/keepalive/tests.sh +++ b/bin/tests/system/keepalive/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/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 45b17f55a6..9720016db5 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 c6f328f8b7..6c9d7df9bd 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 5c85935ab1..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) 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/legacy/ns1/named2.conf.in b/bin/tests/system/legacy/ns1/named2.conf.in index 266a479124..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) 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/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 47396f2080..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) 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/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 f05b9fa302..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) 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/legacy/ns4/named.conf.in b/bin/tests/system/legacy/ns4/named.conf.in index 521d99f863..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) 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/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 bf8ca15664..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) 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/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 37368125fb..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) 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/legacy/ns6/sign.sh b/bin/tests/system/legacy/ns6/sign.sh index 57625d45c9..a6d1fc2996 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 df2696ead4..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) 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/legacy/ns7/sign.sh b/bin/tests/system/legacy/ns7/sign.sh index bc283da426..27dd46c468 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 fda9c559cd..2395de25d3 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) 2000, 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. */ 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 7be75eaa3b..0247bf5e22 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 32d4abb479..cdeef433d0 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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.iso8601 b/bin/tests/system/logfileconfig/ns1/named.iso8601 index d089184696..0444b476c3 100644 --- a/bin/tests/system/logfileconfig/ns1/named.iso8601 +++ b/bin/tests/system/logfileconfig/ns1/named.iso8601 @@ -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.iso8601-utc b/bin/tests/system/logfileconfig/ns1/named.iso8601-utc index 37a6ecf904..44e91984bc 100644 --- a/bin/tests/system/logfileconfig/ns1/named.iso8601-utc +++ b/bin/tests/system/logfileconfig/ns1/named.iso8601-utc @@ -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.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.tsconf b/bin/tests/system/logfileconfig/ns1/named.tsconf index 09b943fcca..a1d95c4925 100644 --- a/bin/tests/system/logfileconfig/ns1/named.tsconf +++ b/bin/tests/system/logfileconfig/ns1/named.tsconf @@ -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. */ 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 33734965e2..6d3c9fe1f0 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/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 2e70433a68..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) 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. */ 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 7762780b57..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) 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. */ // 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 c1b0624850..60b81b0ce1 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 b2c88a59b5..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) 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. */ // 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 d108882bbc..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) 2005, 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. */ // NS2 diff --git a/bin/tests/system/masterformat/ns3/named.conf.in b/bin/tests/system/masterformat/ns3/named.conf.in index dc515e008d..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) 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. */ // 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 df4902b6ba..2824647ff4 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 a65b4a9a30..3e17a516da 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 922537f46b..796bc23567 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 1764436707..349a8dc7ed 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 40310a2d70..ef8b5db9df 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 a272384080..df237a7395 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 f708d21a0b..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) 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. */ // NS1 diff --git a/bin/tests/system/mkeys/ns1/named2.conf.in b/bin/tests/system/mkeys/ns1/named2.conf.in index a38b8f988a..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) 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. */ // NS1 diff --git a/bin/tests/system/mkeys/ns1/named3.conf.in b/bin/tests/system/mkeys/ns1/named3.conf.in index d7d86fcce8..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) 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. */ // 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 054422de55..7edcd4b1b7 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 c8b6c65795..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) 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. */ // NS2 diff --git a/bin/tests/system/mkeys/ns3/named.conf.in b/bin/tests/system/mkeys/ns3/named.conf.in index 42049fbb38..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) 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. */ // NS3 diff --git a/bin/tests/system/mkeys/ns4/named.conf.in b/bin/tests/system/mkeys/ns4/named.conf.in index 246e4be077..ab3844496a 100644 --- a/bin/tests/system/mkeys/ns4/named.conf.in +++ b/bin/tests/system/mkeys/ns4/named.conf.in @@ -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. */ // NS4 diff --git a/bin/tests/system/mkeys/ns5/named.conf.in b/bin/tests/system/mkeys/ns5/named.conf.in index a7b7675d21..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) 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. */ // 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 9af917a845..0ecfc394db 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 02ca7de9ad..2f7327ecd6 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 b34875a8c6..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) 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. */ 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 0e8be7ecd3..48e26bdef0 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 b098ff58af..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) 2000, 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. */ 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 4fe0fc7645..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) 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. */ options { diff --git a/bin/tests/system/notify/ns3/named.conf.in b/bin/tests/system/notify/ns3/named.conf.in index 75d37e0360..0c3250748b 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) 2000, 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. */ options { diff --git a/bin/tests/system/notify/ns4/named.conf.in b/bin/tests/system/notify/ns4/named.conf.in index a96a59839b..57e2a53d90 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) 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/notify/ns5/named.conf.in b/bin/tests/system/notify/ns5/named.conf.in index 28c7d8a331..2976bfc166 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) 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. */ 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 5287c594e4..f0fb8ce36c 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 05d49b4006..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) 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/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 b860e416f4..74af65d96a 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 d3df7ff973..2a0ef307ea 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You 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 ns1.example.nil. hostmaster.example.nil. ( 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/maxjournal.db.in b/bin/tests/system/nsupdate/ns1/maxjournal.db.in index 5f86c5db3b..12a67d3f02 100644 --- a/bin/tests/system/nsupdate/ns1/maxjournal.db.in +++ b/bin/tests/system/nsupdate/ns1/maxjournal.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 ns1.example.nil. hostmaster.example.nil. ( diff --git a/bin/tests/system/nsupdate/ns1/named.conf.in b/bin/tests/system/nsupdate/ns1/named.conf.in index 02b9233aca..fbd24a1ba3 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) 2000, 2001, 2004, 2005, 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. */ 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 91d0e48f8e..f0cfa91b0b 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) 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. */ 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 71ea7e8a67..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) 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. */ // 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 58bddef891..253e4e73d3 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 60dcd52c96..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) 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. */ 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 130e77fe79..e4b41a9b2c 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 e0033589c0..263f57e3ad 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 fcfbf5b195..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) 2016, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 07580bf318..139ffef20b 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/padding/clean.sh b/bin/tests/system/padding/clean.sh index f9ca7a1828..f08874606d 100644 --- a/bin/tests/system/padding/clean.sh +++ b/bin/tests/system/padding/clean.sh @@ -1,8 +1,11 @@ -# 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.* rm -f ns*/named.memstats diff --git a/bin/tests/system/padding/ns1/named.conf.in b/bin/tests/system/padding/ns1/named.conf.in index d820202787..828bc40b7b 100644 --- a/bin/tests/system/padding/ns1/named.conf.in +++ b/bin/tests/system/padding/ns1/named.conf.in @@ -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. */ options { diff --git a/bin/tests/system/padding/ns1/root.db b/bin/tests/system/padding/ns1/root.db index 69faf3dd31..dab5cea7f7 100644 --- a/bin/tests/system/padding/ns1/root.db +++ b/bin/tests/system/padding/ns1/root.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 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/padding/ns2/example.db b/bin/tests/system/padding/ns2/example.db index 3cbe6739a3..656a186285 100644 --- a/bin/tests/system/padding/ns2/example.db +++ b/bin/tests/system/padding/ns2/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. @ SOA ns2 hostmaster.isc.org. 1 600 600 1200 600 @ NS ns2 diff --git a/bin/tests/system/padding/ns2/named.conf.in b/bin/tests/system/padding/ns2/named.conf.in index 8ea1d10f5a..4263cafd84 100644 --- a/bin/tests/system/padding/ns2/named.conf.in +++ b/bin/tests/system/padding/ns2/named.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/padding/ns3/named.conf.in b/bin/tests/system/padding/ns3/named.conf.in index 2f78539606..9345966a25 100644 --- a/bin/tests/system/padding/ns3/named.conf.in +++ b/bin/tests/system/padding/ns3/named.conf.in @@ -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. */ options { diff --git a/bin/tests/system/padding/ns4/named.conf.in b/bin/tests/system/padding/ns4/named.conf.in index 4c7f094d6a..913622b37f 100644 --- a/bin/tests/system/padding/ns4/named.conf.in +++ b/bin/tests/system/padding/ns4/named.conf.in @@ -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. */ options { diff --git a/bin/tests/system/padding/setup.sh b/bin/tests/system/padding/setup.sh index 051ddd1a64..bbf45d2a23 100644 --- a/bin/tests/system/padding/setup.sh +++ b/bin/tests/system/padding/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/padding/tests.sh b/bin/tests/system/padding/tests.sh index 3df9e5ac9f..5ea90fb401 100644 --- a/bin/tests/system/padding/tests.sh +++ b/bin/tests/system/padding/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/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 87c661daf0..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) 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. */ 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 44722999ab..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) 2009, 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. */ // NS2 diff --git a/bin/tests/system/pending/ns2/sign.sh b/bin/tests/system/pending/ns2/sign.sh index 82c01e5bcd..608e7f8a39 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 3e1040b730..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) 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. */ // NS2 diff --git a/bin/tests/system/pending/ns4/named.conf.in b/bin/tests/system/pending/ns4/named.conf.in index 7f72c7a691..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) 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. */ 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 af225a04a9..209b9f5389 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 f3436deb43..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) 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/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 9911fe0469..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) 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/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 7bdcd8a888..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) 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/pipelined/ns4/named.conf.in b/bin/tests/system/pipelined/ns4/named.conf.in index e39c61017f..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) 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/pipelined/pipequeries.c b/bin/tests/system/pipelined/pipequeries.c index d5960d8747..a9a3362a92 100644 --- a/bin/tests/system/pipelined/pipequeries.c +++ b/bin/tests/system/pipelined/pipequeries.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2014, 2015, 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/system/pipelined/setup.sh b/bin/tests/system/pipelined/setup.sh index 5e63647678..bbf45d2a23 100644 --- a/bin/tests/system/pipelined/setup.sh +++ b/bin/tests/system/pipelined/setup.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/pipelined/tests.sh b/bin/tests/system/pipelined/tests.sh index 5f069db67f..1755c02647 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 3334bd1e7d..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) 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/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 4797eef0c0..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) 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/reclimit/ns3/named2.conf.in b/bin/tests/system/reclimit/ns3/named2.conf.in index 4e52dcfc42..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) 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/reclimit/ns3/named3.conf.in b/bin/tests/system/reclimit/ns3/named3.conf.in index 0266e352d8..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) 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/reclimit/ns3/named4.conf.in b/bin/tests/system/reclimit/ns3/named4.conf.in index 85c80ff21c..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) 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/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 39ad49a324..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) 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. */ // 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 aceceaa555..df44acbe84 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 e10a91d186..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) 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. */ // 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 0273d9af43..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) 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. */ 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 8d155f4b5d..df44acbe84 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 078a535b1b..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) 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. */ // 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 b6af860b8c..120a98f3d7 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 56b0e83d86..af83a70c02 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) 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. */ 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 cfba424ed0..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) 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. */ // 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 8201cd6925..4cc9913807 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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 1c894bc03b..aa817e0c57 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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 894e1d0b9b..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) 2010, 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. */ // 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/fetch.tld.db b/bin/tests/system/resolver/ns6/fetch.tld.db index 7e053f89cd..683157b0e0 100644 --- a/bin/tests/system/resolver/ns6/fetch.tld.db +++ b/bin/tests/system/resolver/ns6/fetch.tld.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: moves.db,v 1.3 2011/03/13 23:47:36 tbox Exp $ diff --git a/bin/tests/system/resolver/ns6/keygen.sh b/bin/tests/system/resolver/ns6/keygen.sh index 2903e88db7..5a564636c6 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 326ef789e2..1fcfa0cd52 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) 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. */ // 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 5bea052619..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) 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. */ // NS7 diff --git a/bin/tests/system/resolver/ns7/named2.conf.in b/bin/tests/system/resolver/ns7/named2.conf.in index 3e8c9be1c3..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) 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. */ // 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 6a516806d2..665606ccc1 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 c221c51f0f..999c1e6e9f 100644 --- a/bin/tests/system/rndc/Makefile.in +++ b/bin/tests/system/rndc/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/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 f8f3563d4d..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) 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/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 b9c72c1e21..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) 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. */ 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 3b6a11be39..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) 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. */ 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 b19de6edef..e74432f215 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 08ca6e6c71..3f9577ca4f 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/Makefile.in b/bin/tests/system/rpz/Makefile.in index 42b9ebf4b6..9ec63448cd 100644 --- a/bin/tests/system/rpz/Makefile.in +++ b/bin/tests/system/rpz/Makefile.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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/system/rpz/ckdnsrps.sh b/bin/tests/system/rpz/ckdnsrps.sh index fa239ee47b..5e60743a92 100644 --- a/bin/tests/system/rpz/ckdnsrps.sh +++ b/bin/tests/system/rpz/ckdnsrps.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. set -e diff --git a/bin/tests/system/rpz/clean.sh b/bin/tests/system/rpz/clean.sh index 0c5715a8a1..c4e1872aa0 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/dnsrps.c b/bin/tests/system/rpz/dnsrps.c index 373c19fe9b..40f8b8a48d 100644 --- a/bin/tests/system/rpz/dnsrps.c +++ b/bin/tests/system/rpz/dnsrps.c @@ -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/rpz/dnsrpzd.conf.in b/bin/tests/system/rpz/dnsrpzd.conf.in index 0a4a9fd261..7b0afbfc21 100644 --- a/bin/tests/system/rpz/dnsrpzd.conf.in +++ b/bin/tests/system/rpz/dnsrpzd.conf.in @@ -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. */ # dnsrpzd configuration. diff --git a/bin/tests/system/rpz/ns1/named.conf.in b/bin/tests/system/rpz/ns1/named.conf.in index 51252b4a68..405a73aeeb 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) 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/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 0ff701276d..f4f4550ddb 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) 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/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 02a93c4252..c71a080aee 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You 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 1283275264..091cceaa53 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) 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/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 04f1d16eb0..03d0ca0abd 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) 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/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 7c0034f709..025cff5ff9 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) 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. */ diff --git a/bin/tests/system/rpz/ns5/tld5.db b/bin/tests/system/rpz/ns5/tld5.db index 3671b1b82f..82c1a2ebe8 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You 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 f4f4936972..ccd177f1b2 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) 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/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 83acfe35b8..8c5c15d10e 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) 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/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 3aa4d12554..355a4aa83d 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. # touch dnsrps-off to not test with DNSRPS 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 5108a2c86c..225b74fc5f 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 922afa98ee..0c909fca41 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 35b717cbb1..c7d9de8d3a 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/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. # 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 a2e73be34d..85f1fe92c3 100644 --- a/bin/tests/system/rpzrecurse/clean.sh +++ b/bin/tests/system/rpzrecurse/clean.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. # 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 a71ab169ff..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) 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. */ 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 46b33fcdc2..8120a547af 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 dcea7a9e18..bfd0b692cb 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 afb102fe9d..58a0dc9a64 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-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 d8d935198d..731b97f6cf 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 8b0d2bcb04..91f0693258 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 db9d28170f..a4e2dd5222 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 9eeea4295a..e53aa4d88e 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 01001f4a72..55b75b3eb2 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 604c84e33e..c554ec15d6 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 ca1f303f5f..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 5cb7812985..a0d4e9ce14 100644 --- a/bin/tests/system/rpzrecurse/prereq.sh +++ b/bin/tests/system/rpzrecurse/prereq.sh @@ -1,10 +1,13 @@ #!/bin/sh # -# 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/rpzrecurse/setup.sh b/bin/tests/system/rpzrecurse/setup.sh index c37b07693d..27d560277b 100644 --- a/bin/tests/system/rpzrecurse/setup.sh +++ b/bin/tests/system/rpzrecurse/setup.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. # touch dnsrps-off to not test with DNSRPS diff --git a/bin/tests/system/rpzrecurse/testgen.pl b/bin/tests/system/rpzrecurse/testgen.pl index c39a20eebb..1422831fcd 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 7ee71f0bc5..b49f2fd93e 100644 --- a/bin/tests/system/rpzrecurse/tests.sh +++ b/bin/tests/system/rpzrecurse/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. # touch dnsrps-off to not test with DNSRPS # touch dnsrps-only to not test with classic RPZ 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 fbaf9fd390..0c0a121564 100644 --- a/bin/tests/system/rrl/broken.conf +++ b/bin/tests/system/rrl/broken.conf @@ -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. */ 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 38da14b8c0..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) 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/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 0632a6c293..6a506234f3 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) 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/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 1fc7adde03..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) 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/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 272f46b0d3..07383c3241 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) 2016-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 3392589257..2e19c523b7 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 dig.out.nomatch diff --git a/bin/tests/system/rrsetorder/ns1/named.conf.in b/bin/tests/system/rrsetorder/ns1/named.conf.in index 906062e272..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) 2006, 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. */ options { diff --git a/bin/tests/system/rrsetorder/ns1/root.db b/bin/tests/system/rrsetorder/ns1/root.db index c1a71e4567..86fae7147d 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, 2017 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can 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 cbcfecd738..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) 2006, 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. */ options { diff --git a/bin/tests/system/rrsetorder/ns3/named.conf.in b/bin/tests/system/rrsetorder/ns3/named.conf.in index 6bbe0bae47..14153dfb0e 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) 2006, 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. */ options { diff --git a/bin/tests/system/rrsetorder/ns4/named.conf.in b/bin/tests/system/rrsetorder/ns4/named.conf.in index b4fb7d78be..09de24d741 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) 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. */ 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 c2fb74fad3..c0d6b2054e 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 6fc12099c0..817522e6a7 100644 --- a/bin/tests/system/rsabigexponent/Makefile.in +++ b/bin/tests/system/rsabigexponent/Makefile.in @@ -1,8 +1,11 @@ -# 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/system/rsabigexponent/bigkey.c b/bin/tests/system/rsabigexponent/bigkey.c index ff40ff8b97..ba87fbeca2 100644 --- a/bin/tests/system/rsabigexponent/bigkey.c +++ b/bin/tests/system/rsabigexponent/bigkey.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/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 ba529b6ef3..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) 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. */ // 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 7e7ce51ec4..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) 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. */ // 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 5ce0908b08..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) 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. */ // NS3 diff --git a/bin/tests/system/rsabigexponent/prereq.sh b/bin/tests/system/rsabigexponent/prereq.sh index 78530afc87..695c074a44 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 850d030a5e..6d4684130f 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 c458dee1ef..60e6395da7 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 89fc2ce60a..5aa9412454 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 e57e561585..a2345248f9 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 39c393840f..aab555fc2d 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 b2f5a7ad77..a513383616 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 0cce827e53..a1cf6145c1 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) 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. */ // NS2 diff --git a/bin/tests/system/runtime/ns2/named-alt4.conf.in b/bin/tests/system/runtime/ns2/named-alt4.conf.in index de04a3ccbc..f36c1fd3df 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) 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. */ options { diff --git a/bin/tests/system/runtime/ns2/named-alt5.conf.in b/bin/tests/system/runtime/ns2/named-alt5.conf.in index a586aa2117..ede08ab7d3 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) 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. */ options { diff --git a/bin/tests/system/runtime/ns2/named-alt6.conf.in b/bin/tests/system/runtime/ns2/named-alt6.conf.in index 94510c44bb..543ca007ee 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) 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. */ options { diff --git a/bin/tests/system/runtime/ns2/named1.conf.in b/bin/tests/system/runtime/ns2/named1.conf.in index fe19ec8f7c..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) 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. */ // NS2 diff --git a/bin/tests/system/runtime/setup.sh b/bin/tests/system/runtime/setup.sh index be1d3191ac..522a6e69d2 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 9e73bbba7a..9dc43acd1d 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/serve-stale/ans2/ans.pl b/bin/tests/system/serve-stale/ans2/ans.pl index 2a037b2db8..36aeb3b478 100644 --- a/bin/tests/system/serve-stale/ans2/ans.pl +++ b/bin/tests/system/serve-stale/ans2/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/serve-stale/clean.sh b/bin/tests/system/serve-stale/clean.sh index 5a38df583c..1e3d07eb8d 100644 --- a/bin/tests/system/serve-stale/clean.sh +++ b/bin/tests/system/serve-stale/clean.sh @@ -1,8 +1,11 @@ -# 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 ns1/named.conf diff --git a/bin/tests/system/serve-stale/ns1/named1.conf.in b/bin/tests/system/serve-stale/ns1/named1.conf.in index 153a603864..5e3fc8f658 100644 --- a/bin/tests/system/serve-stale/ns1/named1.conf.in +++ b/bin/tests/system/serve-stale/ns1/named1.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/serve-stale/ns1/named2.conf.in b/bin/tests/system/serve-stale/ns1/named2.conf.in index 479178151f..3ab76d643a 100644 --- a/bin/tests/system/serve-stale/ns1/named2.conf.in +++ b/bin/tests/system/serve-stale/ns1/named2.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/serve-stale/ns1/root.db b/bin/tests/system/serve-stale/ns1/root.db index a865fe0c3a..2e8ca62f67 100644 --- a/bin/tests/system/serve-stale/ns1/root.db +++ b/bin/tests/system/serve-stale/ns1/root.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. . 300 SOA . . 0 0 0 0 0 . 300 NS ns.nil. diff --git a/bin/tests/system/serve-stale/ns3/named.conf.in b/bin/tests/system/serve-stale/ns3/named.conf.in index 34b5ad2d04..fb06af082e 100644 --- a/bin/tests/system/serve-stale/ns3/named.conf.in +++ b/bin/tests/system/serve-stale/ns3/named.conf.in @@ -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. */ key rndc_key { diff --git a/bin/tests/system/serve-stale/prereq.sh b/bin/tests/system/serve-stale/prereq.sh index 74666ae909..9c60004aa2 100644 --- a/bin/tests/system/serve-stale/prereq.sh +++ b/bin/tests/system/serve-stale/prereq.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. if $PERL -e 'use Net::DNS;' 2>/dev/null then diff --git a/bin/tests/system/serve-stale/setup.sh b/bin/tests/system/serve-stale/setup.sh index 92ee3ce1ac..9157bca2a5 100644 --- a/bin/tests/system/serve-stale/setup.sh +++ b/bin/tests/system/serve-stale/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/serve-stale/tests.sh b/bin/tests/system/serve-stale/tests.sh index 57b5a7c2d9..5d696aafb0 100755 --- a/bin/tests/system/serve-stale/tests.sh +++ b/bin/tests/system/serve-stale/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/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 a14406f880..e3e47ab857 100644 --- a/bin/tests/system/sfcache/clean.sh +++ b/bin/tests/system/sfcache/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 */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 314091631d..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) 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 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 43f39f40dc..270d2a8b1e 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 0e94f026a6..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) 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/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 370c0ea864..f5f0db76c8 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) 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/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 49232af8c2..9847200dfd 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 98babf0283..1a2453d46c 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 5d65341fd4..c4386c6e93 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 f2d4cc62a4..2fb9a31687 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 4333a1a42c..15b0efc983 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 5188c787a0..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) 2000, 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. */ 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 a66eed7131..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) 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/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 b04b7e3a8e..07b699c702 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 290cfea334..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) 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. */ 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 363a7d0928..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) 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. */ options { diff --git a/bin/tests/system/staticstub/ns4/sign.sh b/bin/tests/system/staticstub/ns4/sign.sh index 52b9e173fd..dea784fcd2 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 f03a76f50e..2c9b0c523c 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 2114a4bb9b..e1217f0207 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 6806d92a20..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) 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. */ 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 1be9209fd6..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) 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. */ 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 f3901194ce..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) 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. */ 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 2b063e259a..ff514ae2a6 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 c6d0c008b2..58eaaf8689 100644 --- a/bin/tests/system/statschannel/clean.sh +++ b/bin/tests/system/statschannel/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 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/mem-xml.pl b/bin/tests/system/statschannel/mem-xml.pl index 58953dd5bd..430d185d73 100644 --- a/bin/tests/system/statschannel/mem-xml.pl +++ b/bin/tests/system/statschannel/mem-xml.pl @@ -1,10 +1,13 @@ #!/usr/bin/perl # -# 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. # server-xml.pl: # Parses the XML version of the server stats into a normalized format. 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 b581db97ee..9030802f32 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) 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. */ 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 499c317dfd..a91b0c1448 100644 --- a/bin/tests/system/statschannel/tests.sh +++ b/bin/tests/system/statschannel/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/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 1be327092e..aa04f3af98 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/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 152a046bd3..796a594c6b 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 28d70f222d..e5f010bdfa 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 5b36372338..b4ad1523fa 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) 2000, 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. */ 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 9f58aa376b..37e38c5735 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) 2000, 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. */ 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 e97c9ecad2..4916fab336 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) 2000, 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. */ 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 e95408388e..fda4631ba1 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/synthfromdnssec/clean.sh b/bin/tests/system/synthfromdnssec/clean.sh index 7be2b7fd16..d56a531545 100644 --- a/bin/tests/system/synthfromdnssec/clean.sh +++ b/bin/tests/system/synthfromdnssec/clean.sh @@ -1,8 +1,11 @@ -# 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 */named.memstats rm -f */named.conf diff --git a/bin/tests/system/synthfromdnssec/ns1/example.db.in b/bin/tests/system/synthfromdnssec/ns1/example.db.in index d4c04d43c3..87069cb82a 100644 --- a/bin/tests/system/synthfromdnssec/ns1/example.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/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 3600 @ SOA ns1 hostmaster 1 3600 1200 604800 3600 diff --git a/bin/tests/system/synthfromdnssec/ns1/named.conf.in b/bin/tests/system/synthfromdnssec/ns1/named.conf.in index 6649f0fb09..6b7c575f1e 100644 --- a/bin/tests/system/synthfromdnssec/ns1/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns1/named.conf.in @@ -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. */ // NS1 diff --git a/bin/tests/system/synthfromdnssec/ns1/root.db.in b/bin/tests/system/synthfromdnssec/ns1/root.db.in index d04c525b3b..8c05adf6a8 100644 --- a/bin/tests/system/synthfromdnssec/ns1/root.db.in +++ b/bin/tests/system/synthfromdnssec/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. $TTL 3600 @ SOA ns1 hostmaster 1 3600 1200 604800 3600 diff --git a/bin/tests/system/synthfromdnssec/ns1/sign.sh b/bin/tests/system/synthfromdnssec/ns1/sign.sh index 4a4b8057e5..f400552a0b 100644 --- a/bin/tests/system/synthfromdnssec/ns1/sign.sh +++ b/bin/tests/system/synthfromdnssec/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/synthfromdnssec/ns2/named.conf.in b/bin/tests/system/synthfromdnssec/ns2/named.conf.in index 91ed5f50c8..601603e3fa 100644 --- a/bin/tests/system/synthfromdnssec/ns2/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns2/named.conf.in @@ -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. */ // NS2 diff --git a/bin/tests/system/synthfromdnssec/ns2/root.hints b/bin/tests/system/synthfromdnssec/ns2/root.hints index 42f5ffda45..63fc22d0e1 100644 --- a/bin/tests/system/synthfromdnssec/ns2/root.hints +++ b/bin/tests/system/synthfromdnssec/ns2/root.hints @@ -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/synthfromdnssec/ns3/named.conf.in b/bin/tests/system/synthfromdnssec/ns3/named.conf.in index 80d8f701bd..8d7650628a 100644 --- a/bin/tests/system/synthfromdnssec/ns3/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns3/named.conf.in @@ -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. */ // NS3 diff --git a/bin/tests/system/synthfromdnssec/ns3/redirect.db b/bin/tests/system/synthfromdnssec/ns3/redirect.db index 130ddab1da..4159dbe2e9 100644 --- a/bin/tests/system/synthfromdnssec/ns3/redirect.db +++ b/bin/tests/system/synthfromdnssec/ns3/redirect.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: redirect.db,v 1.3 2011/03/01 23:48:06 tbox Exp $ diff --git a/bin/tests/system/synthfromdnssec/ns3/root.hints b/bin/tests/system/synthfromdnssec/ns3/root.hints index 42f5ffda45..63fc22d0e1 100644 --- a/bin/tests/system/synthfromdnssec/ns3/root.hints +++ b/bin/tests/system/synthfromdnssec/ns3/root.hints @@ -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/synthfromdnssec/ns4/named.conf.in b/bin/tests/system/synthfromdnssec/ns4/named.conf.in index 38aef72976..9189e58493 100644 --- a/bin/tests/system/synthfromdnssec/ns4/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns4/named.conf.in @@ -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. */ // NS4 diff --git a/bin/tests/system/synthfromdnssec/ns4/root.hints b/bin/tests/system/synthfromdnssec/ns4/root.hints index 42f5ffda45..63fc22d0e1 100644 --- a/bin/tests/system/synthfromdnssec/ns4/root.hints +++ b/bin/tests/system/synthfromdnssec/ns4/root.hints @@ -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/synthfromdnssec/ns5/named.conf.in b/bin/tests/system/synthfromdnssec/ns5/named.conf.in index 691c1f549c..9cbf91c03f 100644 --- a/bin/tests/system/synthfromdnssec/ns5/named.conf.in +++ b/bin/tests/system/synthfromdnssec/ns5/named.conf.in @@ -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. */ // NS5 diff --git a/bin/tests/system/synthfromdnssec/ns5/root.hints b/bin/tests/system/synthfromdnssec/ns5/root.hints index 42f5ffda45..63fc22d0e1 100644 --- a/bin/tests/system/synthfromdnssec/ns5/root.hints +++ b/bin/tests/system/synthfromdnssec/ns5/root.hints @@ -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/synthfromdnssec/prereq.sh b/bin/tests/system/synthfromdnssec/prereq.sh index 0de9fa3a87..a0d4e9ce14 100644 --- a/bin/tests/system/synthfromdnssec/prereq.sh +++ b/bin/tests/system/synthfromdnssec/prereq.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. SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/synthfromdnssec/setup.sh b/bin/tests/system/synthfromdnssec/setup.sh index c93f3948ef..9dea6478fe 100644 --- a/bin/tests/system/synthfromdnssec/setup.sh +++ b/bin/tests/system/synthfromdnssec/setup.sh @@ -1,10 +1,13 @@ #!/bin/sh -e # -# 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/synthfromdnssec/tests.sh b/bin/tests/system/synthfromdnssec/tests.sh index 31084dc6f4..3ba4c43f5c 100644 --- a/bin/tests/system/synthfromdnssec/tests.sh +++ b/bin/tests/system/synthfromdnssec/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/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 ca654e8806..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) 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/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 b6b1c6348b..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) 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/tcp/ns3/named.conf.in b/bin/tests/system/tcp/ns3/named.conf.in index 764f759670..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) 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/tcp/ns4/named.conf.in b/bin/tests/system/tcp/ns4/named.conf.in index b810eca4f1..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) 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/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 5c5b7c640e..4716cdff40 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 3615ee3d40..705b2cfdb8 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 92edb1f612..8a5dc7e086 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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/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 fcd6c45d46..8149269c61 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 d4835099e3..376d31d027 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 133488b807..5155be4097 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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/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 20c541f3c8..96c9881b4d 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 2601d7d39c..53d3ef0022 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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/tools/clean.sh b/bin/tests/system/tools/clean.sh index 248b2a2b9f..002423511c 100644 --- a/bin/tests/system/tools/clean.sh +++ b/bin/tests/system/tools/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 NSEC3 rm -f nsec3hash diff --git a/bin/tests/system/tools/tests.sh b/bin/tests/system/tools/tests.sh index 303aef46a7..9de91de891 100644 --- a/bin/tests/system/tools/tests.sh +++ b/bin/tests/system/tools/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/tsig/clean.sh b/bin/tests/system/tsig/clean.sh index dfa712bf82..5fdbb7d848 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 8d61a31a09..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) 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. */ options { diff --git a/bin/tests/system/tsig/setup.sh b/bin/tests/system/tsig/setup.sh index bb36429ee0..f0665fba81 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 9583cd9cf1..2a27b50b08 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 c313a71178..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) 2010, 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/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 c6b0b6a0cf..fc3164f0c2 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 1729878ecf..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) 2000, 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. */ options { diff --git a/bin/tests/system/unknown/ns2/named.conf.in b/bin/tests/system/unknown/ns2/named.conf.in index 8c06975980..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) 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. */ options { diff --git a/bin/tests/system/unknown/ns3/named.conf.in b/bin/tests/system/unknown/ns3/named.conf.in index a0ee08ae93..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) 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. */ options { diff --git a/bin/tests/system/unknown/ns3/sign.sh b/bin/tests/system/unknown/ns3/sign.sh index f0c827ad10..8227d32e43 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 b9a4bf11a1..d8f85c17bd 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 e5fcd35133..ea42b4d473 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) 2000, 2001, 2004, 2007, 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. */ key "update.example." { diff --git a/bin/tests/system/upforwd/ns2/named.conf.in b/bin/tests/system/upforwd/ns2/named.conf.in index 5b76142b16..bce4809b59 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) 2000, 2001, 2004, 2007, 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/upforwd/ns3/named.conf.in b/bin/tests/system/upforwd/ns3/named.conf.in index 6ef38248ea..e440a1f0d2 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) 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. */ 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 c33ebceffa..93e394930f 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 e112f913e9..aec19ce92f 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 0b825ce775..af4b6026ad 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 5c8cd16ce2..b616a42ac7 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 b098ff58af..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) 2000, 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. */ 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 3c80e5513b..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) 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. */ options { diff --git a/bin/tests/system/views/ns2/named2.conf.in b/bin/tests/system/views/ns2/named2.conf.in index e79ee0a562..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) 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. */ 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 0e6d60aea3..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) 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. */ options { diff --git a/bin/tests/system/views/ns3/named2.conf.in b/bin/tests/system/views/ns3/named2.conf.in index 7904fc6f2f..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) 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. */ 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 006ec33a2e..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) 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/views/setup.sh b/bin/tests/system/views/setup.sh index 13fdc86a9e..38804205b6 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 4ab29cd5ca..6978fba5cb 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 819845df6a..2700aa64f3 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 3eb3b186f0..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) 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. */ 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 62d3f2a537..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) 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. */ options { diff --git a/bin/tests/system/wildcard/ns4/named.conf.in b/bin/tests/system/wildcard/ns4/named.conf.in index ae0d4834c4..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) 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. */ 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 e53d00cef0..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) 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/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 2d25a357d7..2feddbd74b 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 5f60be024e..ca30fa6dd4 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 2f59a44bbf..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) 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. */ 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 c0e1db40ae..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) 2000, 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. */ 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 e9677816f1..b4bfac519e 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) 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. */ 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 9b62caf0df..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) 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. */ 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 4549065dd1..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) 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. */ 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 0984e0a26f..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) 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 "../../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 257c4d4236..e96598716a 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 2562c552a3..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) 2000, 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. */ 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 c10e83b9c5..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) 2000, 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. */ 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 076410c87f..6ee1c66e0e 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 5d01ab306e..b24ceaa28d 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) 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/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 032592021f..b0f237ab25 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) 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/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 5f2184a9d7..4036dd9efc 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) 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/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 1abd8bc715..00be8eca83 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) 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/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 5e1eff0085..cd60ba32f2 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) 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. */ // NS1 diff --git a/bin/tests/system/zonechecks/ns2/named.conf.in b/bin/tests/system/zonechecks/ns2/named.conf.in index 50d8828977..be847feaff 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) 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. */ // 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 17c1d77a29..9a24704486 100644 --- a/bin/tests/system/zonechecks/setup.sh +++ b/bin/tests/system/zonechecks/setup.sh @@ -1,10 +1,13 @@ #!/bin/sh # -# 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. 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/t_api.pl b/bin/tests/t_api.pl index da386a3246..d34eaa7bd5 100644 --- a/bin/tests/t_api.pl +++ b/bin/tests/t_api.pl @@ -1,10 +1,13 @@ #!/usr/local/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: t_api.pl,v 1.10 2007/06/19 23:46:59 tbox Exp $ diff --git a/bin/tests/task_test.c b/bin/tests/task_test.c index dd60feb3b7..8ec77c0746 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/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. */ /* $Id: task_test.c,v 1.51 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/tasks/Makefile.in b/bin/tests/tasks/Makefile.in index b7923c2609..ba26d59faa 100644 --- a/bin/tests/tasks/Makefile.in +++ b/bin/tests/tasks/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1998-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/tasks/t_tasks.c b/bin/tests/tasks/t_tasks.c index adebd3a9d9..4b52e3ba4f 100644 --- a/bin/tests/tasks/t_tasks.c +++ b/bin/tests/tasks/t_tasks.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1998-2001, 2004, 2005, 2007, 2009, 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. */ /* $Id: t_tasks.c,v 1.49 2011/07/27 07:45:55 marka Exp $ */ diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index 5f6015bdcb..d2f10737ab 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/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. */ /* $Id: timer_test.c,v 1.40 2007/06/19 23:46:59 tbox Exp $ */ diff --git a/bin/tests/timers/Makefile.in b/bin/tests/timers/Makefile.in index fe0ea6d778..0f2acf1644 100644 --- a/bin/tests/timers/Makefile.in +++ b/bin/tests/timers/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2002, 2004, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/timers/t_timers.c b/bin/tests/timers/t_timers.c index ef7a3b9f14..9de8a2a662 100644 --- a/bin/tests/timers/t_timers.c +++ b/bin/tests/timers/t_timers.c @@ -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: t_timers.c,v 1.33 2011/03/14 14:13:10 fdupont Exp $ */ 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 c6abb503d9..e91bf8a2f8 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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 09f575d5c6..c548466e87 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can 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/tests/zone_test.c b/bin/tests/zone_test.c index fc1a810b63..f4658e8aac 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2002, 2004, 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: zone_test.c,v 1.35 2009/09/02 23:48:01 tbox Exp $ */ diff --git a/bin/tools/Makefile.in b/bin/tools/Makefile.in index b162311423..e8f5dfdf19 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 756b22b38b..cdc108b971 100644 --- a/bin/tools/dnstap-read.c +++ b/bin/tools/dnstap-read.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/bin/tools/dnstap-read.docbook b/bin/tools/dnstap-read.docbook index d0c8b1c7f4..6e1dd60f1b 100644 --- a/bin/tools/dnstap-read.docbook +++ b/bin/tools/dnstap-read.docbook @@ -1,9 +1,12 @@ @@ -32,6 +35,7 @@ 2015 2016 2017 + 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/mdig.c b/bin/tools/mdig.c index e685a884b5..7c8c3be29b 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 4fc4339b05..0b1632b449 100644 --- a/bin/tools/nsec3hash.c +++ b/bin/tools/nsec3hash.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2006, 2008, 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. */ #include diff --git a/bin/tools/nsec3hash.docbook b/bin/tools/nsec3hash.docbook index d28a13c834..68cad4484b 100644 --- a/bin/tools/nsec3hash.docbook +++ b/bin/tools/nsec3hash.docbook @@ -1,9 +1,12 @@ @@ -34,6 +37,7 @@ 2015 2016 2017 + 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 441b760d92..436e89bf0e 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 f48cad2357..5405d83010 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 e2e6c1ef1b..db8bbe9976 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 46b08155fe..8314f85a17 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 c81e87305d..216ac77fab 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 076e5dfa84..cc15150ab8 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 06d86f918c..f68ace8b98 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 69672ccb04..b8c58fed88 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -7,11 +7,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 85ed2f1636..09dbab854c 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 27239bb159..acec1e6c1d 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 80d9f5d083..32e494a317 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/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/contrib.md b/doc/dev/contrib.md index b2aefabb97..dbf15b6271 100644 --- a/doc/dev/contrib.md +++ b/doc/dev/contrib.md @@ -1,9 +1,12 @@ ## BIND Source Access and Contributor Guidelines *Apr 14, 2017* 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 a1e56133a8..2624128398 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 90aa87935e..e2680f4543 100644 --- a/doc/misc/roadmap +++ b/doc/misc/roadmap @@ -1,9 +1,12 @@ -Copyright (C) 2000, 2001, 2004, 2016, 2017 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. + Road Map to the BIND 9 Source Tree bin/named The name server. This relies heavily on the diff --git a/doc/misc/sdb b/doc/misc/sdb index e03a735bdc..ee4ab7d7e0 100644 --- a/doc/misc/sdb +++ b/doc/misc/sdb @@ -1,9 +1,12 @@ -Copyright (C) 2000, 2001, 2004, 2016, 2017 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 d30e4e3e9d..ed38bb7c8e 100644 --- a/isc-config.sh.docbook +++ b/isc-config.sh.docbook @@ -1,9 +1,12 @@ @@ -29,6 +32,7 @@ 2015 2016 2017 + 2018 Internet Systems Consortium, Inc. ("ISC") diff --git a/isc-config.sh.in b/isc-config.sh.in index 39ca2e82f3..240a6c50be 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 5d357827ae..ff7c0eb9f9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1998-2001, 2003, 2004, 2007, 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/lib/bind9/Makefile.in b/lib/bind9/Makefile.in index e48b52ce80..2a27b7e82e 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/bind9/check.c b/lib/bind9/check.c index ef40bca6b3..06709638fb 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 74c01839ef..b8e6e722c0 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/acl.c b/lib/dns/acl.c index 13142bd662..371f4bcc77 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 b30f695139..68cffe96e5 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 3bb001406e..d67ad955ab 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 22ba897d3f..c1fb585931 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 9d9fc1a500..ce40969889 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 5019ffa5bb..6c937031d7 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 9a8d9b3819..70659fbf8f 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 f1c110dab9..8352a42652 100644 --- a/lib/dns/compress.c +++ b/lib/dns/compress.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004-2007, 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/db.c b/lib/dns/db.c index 430592856f..6006db0591 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-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 2f19e2034b..2d50774876 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 73c63c99dc..08aedf8722 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 713a90fe01..fe7181b773 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 5707abd53e..33e6ace7bc 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 6571394765..384a49c8fb 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 54ddbd2ca9..3948049194 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/dnsrps.c b/lib/dns/dnsrps.c index ab49fe1a6c..77701da990 100644 --- a/lib/dns/dnsrps.c +++ b/lib/dns/dnsrps.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/dnssec.c b/lib/dns/dnssec.c index 874d1d32e3..d07057031e 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 6403303aab..54ae1e9cd9 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 2e1d695382..7632775492 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 653665b949..cec084fdfd 100644 --- a/lib/dns/ecdb.c +++ b/lib/dns/ecdb.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 "config.h" diff --git a/lib/dns/ecs.c b/lib/dns/ecs.c index 45c703db43..71f32073de 100644 --- a/lib/dns/ecs.c +++ b/lib/dns/ecs.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/forward.c b/lib/dns/forward.c index e6d71c356c..8b3f992a68 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 1a808cc7d1..45be76aaec 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 dec7a7b861..ab63d83277 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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/acl.h b/lib/dns/include/dns/acl.h index 22fb3ffa3b..b6a92e3f70 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_ACL_H diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h index b33e0d4c71..e04605415c 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 baf25b1c59..29f40475ad 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 3444cf703e..296093ce10 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 ea1b25eafe..290a4e801b 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 631daa4e19..a062847cd4 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 61e6bc094d..d9e6cc2015 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 a9d4d5adf4..dd497f0912 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 2ce5134a2f..6b7a252858 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.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. */ #ifndef DNS_DB_H diff --git a/lib/dns/include/dns/dbiterator.h b/lib/dns/include/dns/dbiterator.h index 7ad46a46bf..1dbebc1600 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 7ebb04d0e2..f0767c7456 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 22a6d868ab..3997db2004 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 29334b0340..d3caf9cfac 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 7e6cb5a172..b9a450c4d0 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 389740f25c..935d8926e8 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/dnsrps.h b/lib/dns/include/dns/dnsrps.h index c0eb2058e2..f79c24efb9 100644 --- a/lib/dns/include/dns/dnsrps.h +++ b/lib/dns/include/dns/dnsrps.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 DNS_DNSRPS_H diff --git a/lib/dns/include/dns/dnssec.h b/lib/dns/include/dns/dnssec.h index 1c907a6d07..b3c59c384e 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 416f6b71cb..54d3f9474e 100644 --- a/lib/dns/include/dns/dnstap.h +++ b/lib/dns/include/dns/dnstap.h @@ -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. */ #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/ecs.h b/lib/dns/include/dns/ecs.h index fcb82afa27..356531e341 100644 --- a/lib/dns/include/dns/ecs.h +++ b/lib/dns/include/dns/ecs.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 DNS_ECS_H 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 f41c3c8c7b..7b10817223 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 e8e95eee69..16e1009223 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 d55248462b..6dcbfabe72 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 c3e352c4bd..84d33978ba 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 fd089b6a54..4dccad10c5 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 2bcc250247..4535e4f018 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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/librpz.h b/lib/dns/include/dns/librpz.h index abf026afb9..9eb184db69 100644 --- a/lib/dns/include/dns/librpz.h +++ b/lib/dns/include/dns/librpz.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. */ /* diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index 6225bad37a..54e7b3da21 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 6e7e6fa622..c549ed96d2 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 09eee8d59b..6a3fe6ca21 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. */ /* $Id: masterdump.h,v 1.47 2011/12/08 23:46:49 tbox Exp $ */ diff --git a/lib/dns/include/dns/message.h b/lib/dns/include/dns/message.h index 899af96cc2..58839cfd29 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 425e5bb783..0e8df13a12 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 6cb86da6b0..3c31e604b0 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 54abd56a57..cc4fa01835 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 09644bd80f..63b99b0b2c 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 456afef926..f96578ac13 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 45112aeb8f..81eacd8e42 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 768f4d301e..47b753c4a7 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 376da655de..35125a2bf2 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. */ /* $Id: rdata.h,v 1.80 2011/03/20 02:31:53 marka Exp $ */ 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 de3ea37775..7085d424b0 100644 --- a/lib/dns/include/dns/rdataset.h +++ b/lib/dns/include/dns/rdataset.h @@ -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. */ #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 bc2b087d5a..da7c7a0bac 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 8544dbe810..d553021560 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 e59fa8abd7..7e98837d4d 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. */ diff --git a/lib/dns/include/dns/rriterator.h b/lib/dns/include/dns/rriterator.h index 1b9cbefe5b..4944e68104 100644 --- a/lib/dns/include/dns/rriterator.h +++ b/lib/dns/include/dns/rriterator.h @@ -1,9 +1,12 @@ /* - * Copyright (C) 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. */ #ifndef DNS_RRITERATOR_H diff --git a/lib/dns/include/dns/rrl.h b/lib/dns/include/dns/rrl.h index 37fb839c45..c2be485531 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 acb966328f..848251dc9e 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 7730928914..56d334c473 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 3d9126fb8f..281ca2f2e0 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 f4b061dc76..a46b71fe66 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_STATS_H 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 86ea33c645..98f6c6816b 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 dc37a1d1df..ea8a5e55f2 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 b97638f71d..5daef6498f 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 3bb4bfb088..46cd2a777d 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 7ebd8966cd..4edc9ffd48 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 fa0d30ee52..4c6346a917 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 a2d4ee68f4..53baf0bcdf 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 8e201f8157..291cff3bc0 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 e5b9b1f6ba..09323cb9ca 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 e1dc62ce6c..fd91f618aa 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. */ #include 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 c77c160fd7..356791db6a 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-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 b678fdfa76..c6d83e9489 100644 --- a/lib/dns/lib.c +++ b/lib/dns/lib.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004, 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/dns/log.c b/lib/dns/log.c index d2b5f0ab06..d777f515da 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 a80047a880..889c802eec 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 58435824df..634a2c0dff 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 70b0537bef..0c17907a3d 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.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. */ /*! \file */ diff --git a/lib/dns/message.c b/lib/dns/message.c index ef71fa16eb..e3f2858e33 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 d42543d57e..09c1a2991b 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 4fcaccb804..3e4e4bf223 100644 --- a/lib/dns/ncache.c +++ b/lib/dns/ncache.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2005, 2007, 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/dns/nsec.c b/lib/dns/nsec.c index bb6edd3b38..dc4ee21cdc 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 1a8dcbc2b9..f48c000fab 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 6eb1e7d9cd..7f2acfeaf4 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 e649141dad..44536330fe 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 5dddc2eda4..62a525d5df 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 d75588645d..50b55f45a8 100644 --- a/lib/dns/order.c +++ b/lib/dns/order.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2002, 2004, 2005, 2007, 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/peer.c b/lib/dns/peer.c index ed573d47b7..172a512253 100644 --- a/lib/dns/peer.c +++ b/lib/dns/peer.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000, 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. */ /*! \file */ diff --git a/lib/dns/pkcs11.c b/lib/dns/pkcs11.c index 09300618b9..1b6dccc4fd 100644 --- a/lib/dns/pkcs11.c +++ b/lib/dns/pkcs11.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. */ #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 861a6c0d30..d7494100f7 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. */ /* $Id$ */ 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 262d77dd16..ebb9218c72 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 97b89dfa5f..62ec8ca502 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 ad76b2c95e..5fe2f54049 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 d675a76bff..796fc664e8 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 aaec1afa1d..035edf0926 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 42d4e2dc05..38096bba06 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 d94395f9d7..3c603d9663 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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/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 ac064569a1..2e9752389d 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 f95f6d0efe..969fe96b65 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 fa0540d844..d2cb0f91f7 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 cfeaf2e2e6..6ce2122c55 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.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. */ /* $Id$ */ diff --git a/lib/dns/request.c b/lib/dns/request.c index 0c1df422e1..4d9b989135 100644 --- a/lib/dns/request.c +++ b/lib/dns/request.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000-2002, 2004-2016, 2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 7ba2310a7a..a6e6f9dafc 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 3ac83bfe12..97c0a1b7a8 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 0d4e3e8a00..a6616c5550 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 f415bad2b8..21648e672d 100644 --- a/lib/dns/sdb.c +++ b/lib/dns/sdb.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000, 2001, 2003-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 42cfbbda5b..e1cf07bcee 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 5f3c219967..6a11c69b85 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 0dcc2446c9..ed67187116 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 344c311007..6ecf13dcbd 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 8ac2f9a913..ade4912fa3 100644 --- a/lib/dns/tests/Makefile.in +++ b/lib/dns/tests/Makefile.in @@ -1,8 +1,11 @@ -# 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. 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 03ffc30823..551e09cc5f 100644 --- a/lib/dns/tests/db_test.c +++ b/lib/dns/tests/db_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/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 4b6079269f..861cebb02b 100644 --- a/lib/dns/tests/dnstest.c +++ b/lib/dns/tests/dnstest.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. */ /*! \file */ diff --git a/lib/dns/tests/dnstest.h b/lib/dns/tests/dnstest.h index f7368b88e4..3329ff5cb0 100644 --- a/lib/dns/tests/dnstest.h +++ b/lib/dns/tests/dnstest.h @@ -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. */ /*! \file */ diff --git a/lib/dns/tests/dstrandom_test.c b/lib/dns/tests/dstrandom_test.c index 3b517cfff1..58577153e6 100644 --- a/lib/dns/tests/dstrandom_test.c +++ b/lib/dns/tests/dstrandom_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/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 a34c5d653d..ae54f9e9a6 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 42c1c6d9f3..3abb6782fa 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 9d67691239..bab9d4a0d3 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. */ /* $Id$ */ 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 c7c5ac4dbf..32718f029c 100644 --- a/lib/dns/tests/rbt_test.c +++ b/lib/dns/tests/rbt_test.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. */ /* $Id: rbt_test.c,v 1.1.14.8 2012/02/10 16:24:37 ckb Exp $ */ 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/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/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 eaba3d2861..490eb0b73e 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 12d0e46f04..598bd6218e 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 d77c48cec2..bc69e968ea 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 9568ec736c..0310958e1c 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. */ /*! \file */ diff --git a/lib/dns/tsig_p.h b/lib/dns/tsig_p.h index 58a0084c2a..5db7b09598 100644 --- a/lib/dns/tsig_p.h +++ b/lib/dns/tsig_p.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 DNS_TSIG_P_H 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 08a6575d19..c7e7be0db8 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 1c5ce1ef1d..212524e9af 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 5195734b71..96ea911fb8 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 74f303aea6..162987100e 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 99feed21af..e1375b4dbe 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 23ccbf0fd3..556fe31427 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 ae6d8de2e5..2bfd4ae656 100644 --- a/lib/irs/resconf.c +++ b/lib/irs/resconf.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 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/irs/tests/Makefile.in b/lib/irs/tests/Makefile.in index 8a85312c7b..788c30d1fd 100644 --- a/lib/irs/tests/Makefile.in +++ b/lib/irs/tests/Makefile.in @@ -1,8 +1,11 @@ -# 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/irs/tests/resconf_test.c b/lib/irs/tests/resconf_test.c index 0f9350860d..7f527a83cb 100644 --- a/lib/irs/tests/resconf_test.c +++ b/lib/irs/tests/resconf_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/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-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-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 efc88477ad..3fe7d399e6 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 608702f4d1..0c62a99c70 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/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/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 8c635da785..3e24a27b27 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 173bd681d2..57d0a54538 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 8f8e7390b9..fb526b3b1f 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. */ /*! \file diff --git a/lib/isc/hmacsha.c b/lib/isc/hmacsha.c index 8486bcf783..b919d2c158 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. */ /* diff --git a/lib/isc/ht.c b/lib/isc/ht.c index b9aaa689cf..afb5fcbc68 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 b8971a4a57..a5626874cf 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 95b8eaffaf..11682cd06d 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-2018 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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 bf908b179e..8eb7791a09 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 0793c566ae..2d373630ae 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_ENTROPY_H 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 f200389027..0bc2c7c4c0 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. */ /* $Id: event.h,v 1.34 2007/06/19 23:47:18 tbox Exp $ */ diff --git a/lib/isc/include/isc/eventclass.h b/lib/isc/include/isc/eventclass.h index 0e3352b5c2..b37750e590 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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/fuzz.h b/lib/isc/include/isc/fuzz.h index 4ff33e3b88..48dabe947a 100644 --- a/lib/isc/include/isc/fuzz.h +++ b/lib/isc/include/isc/fuzz.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_FUZZ_H 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 0f9c2b79dc..45a2f55394 100644 --- a/lib/isc/include/isc/ht.h +++ b/lib/isc/include/isc/ht.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. */ /* ! \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 74f0979436..52b60f63f0 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_IPV6_H 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 04c595393d..8b3eee0b6c 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 3d396a4a14..d2f2fcf1c0 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-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 86cf6da2b4..b21845ab0b 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/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 ef9b255e62..41613ec33c 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 c60e56d203..324e848d72 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_RANDOM_H 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 42e58ce3ac..9eb53d913c 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 a980da5590..a5033c3ede 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 5aa3282f9b..73089d000b 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 5bcd517629..3793cb99c7 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-2018 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_TYPES_H 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 c92b19f9d0..224e6653ce 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 da1769c091..21b7a0f07a 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 483d240fbd..6d4dd40245 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 aa7fc07051..39d8609903 100644 --- a/lib/isc/netscope.c +++ b/lib/isc/netscope.c @@ -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. */ /*! \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/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 5744885500..a0e5a7030c 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 f0ff9cfbfb..c6415789e8 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 fb188842be..742af12d99 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. */ /* $Id: ratelimiter.c,v 1.25 2007/06/19 23:47:17 tbox Exp $ */ 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 702c5db7cc..23ff2099ea 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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 030f375743..b4b962c7f9 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 fbc5c70380..3314c4ee29 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. */ /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */ diff --git a/lib/isc/sha2.c b/lib/isc/sha2.c index e67fcf887f..50d87158ed 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. */ /* $FreeBSD: src/sys/crypto/sha2/sha2.c,v 1.2.2.2 2002/03/05 08:36:47 ume Exp $ */ 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 78158c7426..d6248c42f9 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 2fe636972f..63e9154d4e 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.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/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 7714d79747..bd8626e7ed 100644 --- a/lib/isc/tests/Makefile.in +++ b/lib/isc/tests/Makefile.in @@ -1,8 +1,11 @@ -# 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. 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/buffer_test.c b/lib/isc/tests/buffer_test.c index 054e7fddc0..0c17eb63af 100644 --- a/lib/isc/tests/buffer_test.c +++ b/lib/isc/tests/buffer_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. */ #include diff --git a/lib/isc/tests/counter_test.c b/lib/isc/tests/counter_test.c index 2daf6ec526..d24557241c 100644 --- a/lib/isc/tests/counter_test.c +++ b/lib/isc/tests/counter_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/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 3b5c54e49b..3dadb52c5a 100644 --- a/lib/isc/tests/file_test.c +++ b/lib/isc/tests/file_test.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. */ #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 618f29ea7e..c64b1edfed 100644 --- a/lib/isc/tests/ht_test.c +++ b/lib/isc/tests/ht_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. */ /* ! \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 03a31720b4..29c50d7e44 100644 --- a/lib/isc/tests/isctest.c +++ b/lib/isc/tests/isctest.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/lib/isc/tests/isctest.h b/lib/isc/tests/isctest.h index 96c49b93eb..caf1c3c749 100644 --- a/lib/isc/tests/isctest.h +++ b/lib/isc/tests/isctest.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. */ /* $Id$ */ 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 0184d68576..f551509818 100644 --- a/lib/isc/tests/mem_test.c +++ b/lib/isc/tests/mem_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. */ #include diff --git a/lib/isc/tests/netaddr_test.c b/lib/isc/tests/netaddr_test.c index 767bb32473..ecd80f3c86 100644 --- a/lib/isc/tests/netaddr_test.c +++ b/lib/isc/tests/netaddr_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. */ /* ! \file */ diff --git a/lib/isc/tests/parse_test.c b/lib/isc/tests/parse_test.c index 898039a5a3..7f7f4ad330 100644 --- a/lib/isc/tests/parse_test.c +++ b/lib/isc/tests/parse_test.c @@ -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/lib/isc/tests/pool_test.c b/lib/isc/tests/pool_test.c index 5d101c152e..45ad3dee20 100644 --- a/lib/isc/tests/pool_test.c +++ b/lib/isc/tests/pool_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. */ /* $Id$ */ 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 6f228b632b..388aa873b1 100644 --- a/lib/isc/tests/queue_test.c +++ b/lib/isc/tests/queue_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/isc/tests/radix_test.c b/lib/isc/tests/radix_test.c index 0c1331ae26..a89e6cc293 100644 --- a/lib/isc/tests/radix_test.c +++ b/lib/isc/tests/radix_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/random_test.c b/lib/isc/tests/random_test.c index b75f9ab2cf..5c8b051b0a 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. */ #include 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 d5d7388071..98cb68d8fb 100644 --- a/lib/isc/tests/sockaddr_test.c +++ b/lib/isc/tests/sockaddr_test.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 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/tests/socket_test.c b/lib/isc/tests/socket_test.c index df101c5699..750ad2d703 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 0032639b77..db412136ab 100644 --- a/lib/isc/tests/symtab_test.c +++ b/lib/isc/tests/symtab_test.c @@ -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/tests/task_test.c b/lib/isc/tests/task_test.c index 657e3a6cc9..029009e0e9 100644 --- a/lib/isc/tests/task_test.c +++ b/lib/isc/tests/task_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. */ /*! \file */ diff --git a/lib/isc/tests/taskpool_test.c b/lib/isc/tests/taskpool_test.c index d4230843eb..e019468d03 100644 --- a/lib/isc/tests/taskpool_test.c +++ b/lib/isc/tests/taskpool_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/isc/tests/time_test.c b/lib/isc/tests/time_test.c index 984a83d028..3dba8c3bf9 100644 --- a/lib/isc/tests/time_test.c +++ b/lib/isc/tests/time_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/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 6a6753860d..9a37675134 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, 2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You 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_TIMER_P_H 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 d1352fb4c5..118729e9ab 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 a810bdac5f..829ca7b2dc 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. */ /* $Id$ */ diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index 5942031577..847dacdf7c 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 2000-2008, 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: entropy.c,v 1.82 2008/12/01 23:47:45 tbox Exp $ */ 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 c7ea8c4d14..0f305b57a3 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 e088bd143c..e12bc08e41 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 51478e0b75..39cdd19d21 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 eccae669f4..648324099b 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 39abcabfc7..d532ce1125 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 db0b55afc2..38f25630fc 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. */ #ifndef ISC_NET_H 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 12b5a99614..a0aa01d36c 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 867718ef99..5ea3bfbe11 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 ae3dff0684..ba7ab559da 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-2017 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can 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 864ee158a7..15b93eae97 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 0fe6af2aa8..3e54988e94 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 fa00293984..5f5c56c265 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 161c304c1c..9d4400c1dc 100644 --- a/lib/isc/win32/win32os.c +++ b/lib/isc/win32/win32os.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 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. */ #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 51f697934d..c34a685cf7 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-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You 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/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 2932c68e08..4625fcd97b 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 0e718873a7..e598e4d5ba 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 3e22866bd9..c3cab304e9 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 f0f0a6fab3..fbe3eca3d6 100644 --- a/lib/isccfg/tests/Makefile.in +++ b/lib/isccfg/tests/Makefile.in @@ -1,8 +1,11 @@ -# 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. 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/ns/Makefile.in b/lib/ns/Makefile.in index 211675ee53..e81eeb3367 100644 --- a/lib/ns/Makefile.in +++ b/lib/ns/Makefile.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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/ns/client.c b/lib/ns/client.c index 3b7240b6bd..fda05b89aa 100644 --- a/lib/ns/client.c +++ b/lib/ns/client.c @@ -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. */ #include diff --git a/lib/ns/hooks.h b/lib/ns/hooks.h index a1d70d9da7..bde941405a 100644 --- a/lib/ns/hooks.h +++ b/lib/ns/hooks.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. */ #ifndef NS_HOOKS_H diff --git a/lib/ns/include/Makefile.in b/lib/ns/include/Makefile.in index f3fea48f48..f2ba1dafdb 100644 --- a/lib/ns/include/Makefile.in +++ b/lib/ns/include/Makefile.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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/ns/include/ns/Makefile.in b/lib/ns/include/ns/Makefile.in index f20e26b36c..9ccc6171db 100644 --- a/lib/ns/include/ns/Makefile.in +++ b/lib/ns/include/ns/Makefile.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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/ns/include/ns/client.h b/lib/ns/include/ns/client.h index b39318409a..21ed870a72 100644 --- a/lib/ns/include/ns/client.h +++ b/lib/ns/include/ns/client.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. */ #ifndef NS_CLIENT_H diff --git a/lib/ns/include/ns/interfacemgr.h b/lib/ns/include/ns/interfacemgr.h index 7ff50f9e6e..854ff26aed 100644 --- a/lib/ns/include/ns/interfacemgr.h +++ b/lib/ns/include/ns/interfacemgr.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 NS_INTERFACEMGR_H diff --git a/lib/ns/include/ns/lib.h b/lib/ns/include/ns/lib.h index 6a9719853c..7671117d23 100644 --- a/lib/ns/include/ns/lib.h +++ b/lib/ns/include/ns/lib.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 NS_LIB_H diff --git a/lib/ns/include/ns/listenlist.h b/lib/ns/include/ns/listenlist.h index d16a2fd1d2..03162221c5 100644 --- a/lib/ns/include/ns/listenlist.h +++ b/lib/ns/include/ns/listenlist.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 NS_LISTENLIST_H diff --git a/lib/ns/include/ns/log.h b/lib/ns/include/ns/log.h index d6997eb3e6..dd81f64a5b 100644 --- a/lib/ns/include/ns/log.h +++ b/lib/ns/include/ns/log.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 NS_LOG_H diff --git a/lib/ns/include/ns/notify.h b/lib/ns/include/ns/notify.h index 19b4460cac..a4b4971a97 100644 --- a/lib/ns/include/ns/notify.h +++ b/lib/ns/include/ns/notify.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 NS_NOTIFY_H diff --git a/lib/ns/include/ns/query.h b/lib/ns/include/ns/query.h index a81736497f..87c0a638ed 100644 --- a/lib/ns/include/ns/query.h +++ b/lib/ns/include/ns/query.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 NS_QUERY_H diff --git a/lib/ns/include/ns/server.h b/lib/ns/include/ns/server.h index b6548dfcc7..0b85570764 100644 --- a/lib/ns/include/ns/server.h +++ b/lib/ns/include/ns/server.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. */ #ifndef NS_SERVER_H diff --git a/lib/ns/include/ns/sortlist.h b/lib/ns/include/ns/sortlist.h index da30a3ee9a..3eb3eea66b 100644 --- a/lib/ns/include/ns/sortlist.h +++ b/lib/ns/include/ns/sortlist.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 NS_SORTLIST_H diff --git a/lib/ns/include/ns/stats.h b/lib/ns/include/ns/stats.h index 32d5672e9e..4765cae299 100644 --- a/lib/ns/include/ns/stats.h +++ b/lib/ns/include/ns/stats.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 NS_STATS_H diff --git a/lib/ns/include/ns/types.h b/lib/ns/include/ns/types.h index cc71d3d160..06066e2942 100644 --- a/lib/ns/include/ns/types.h +++ b/lib/ns/include/ns/types.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 NS_TYPES_H diff --git a/lib/ns/include/ns/update.h b/lib/ns/include/ns/update.h index 22a5d9898c..5d6b225a8f 100644 --- a/lib/ns/include/ns/update.h +++ b/lib/ns/include/ns/update.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 NS_UPDATE_H diff --git a/lib/ns/include/ns/version.h b/lib/ns/include/ns/version.h index 80750a9a7f..bcb93319e2 100644 --- a/lib/ns/include/ns/version.h +++ b/lib/ns/include/ns/version.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. */ /*! \file include/ns/version.h */ diff --git a/lib/ns/include/ns/xfrout.h b/lib/ns/include/ns/xfrout.h index 2a2d4eec74..1dd31d8549 100644 --- a/lib/ns/include/ns/xfrout.h +++ b/lib/ns/include/ns/xfrout.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 NS_XFROUT_H diff --git a/lib/ns/interfacemgr.c b/lib/ns/interfacemgr.c index 35d59c47d7..ca53ec6650 100644 --- a/lib/ns/interfacemgr.c +++ b/lib/ns/interfacemgr.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/ns/lib.c b/lib/ns/lib.c index 3409bbed9c..245966470d 100644 --- a/lib/ns/lib.c +++ b/lib/ns/lib.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/ns/listenlist.c b/lib/ns/listenlist.c index 95735eb1d7..dca5fb9bc2 100644 --- a/lib/ns/listenlist.c +++ b/lib/ns/listenlist.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/ns/log.c b/lib/ns/log.c index 1a7c989299..636e457bc3 100644 --- a/lib/ns/log.c +++ b/lib/ns/log.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/ns/notify.c b/lib/ns/notify.c index f5b3ec331f..fa95d2ef52 100644 --- a/lib/ns/notify.c +++ b/lib/ns/notify.c @@ -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. */ #include diff --git a/lib/ns/query.c b/lib/ns/query.c index e4d56917a9..3aee26861b 100644 --- a/lib/ns/query.c +++ b/lib/ns/query.c @@ -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. */ /*! \file */ diff --git a/lib/ns/server.c b/lib/ns/server.c index 559704fec6..c8220592bd 100644 --- a/lib/ns/server.c +++ b/lib/ns/server.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/ns/sortlist.c b/lib/ns/sortlist.c index 445062f1cf..c3cc2fc9ec 100644 --- a/lib/ns/sortlist.c +++ b/lib/ns/sortlist.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/ns/stats.c b/lib/ns/stats.c index 6dbe19959a..d1fa7fe53a 100644 --- a/lib/ns/stats.c +++ b/lib/ns/stats.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/ns/tests/Makefile.in b/lib/ns/tests/Makefile.in index 8d3de55d2f..afdc762119 100644 --- a/lib/ns/tests/Makefile.in +++ b/lib/ns/tests/Makefile.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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/ns/tests/listenlist_test.c b/lib/ns/tests/listenlist_test.c index 79a4574b4f..ac66018f36 100644 --- a/lib/ns/tests/listenlist_test.c +++ b/lib/ns/tests/listenlist_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/ns/tests/notify_test.c b/lib/ns/tests/notify_test.c index 2e68781b00..5511346ba0 100644 --- a/lib/ns/tests/notify_test.c +++ b/lib/ns/tests/notify_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/ns/tests/nstest.c b/lib/ns/tests/nstest.c index bc3ea5856f..79d5f27095 100644 --- a/lib/ns/tests/nstest.c +++ b/lib/ns/tests/nstest.c @@ -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. */ /*! \file */ diff --git a/lib/ns/tests/nstest.h b/lib/ns/tests/nstest.h index 5d74deaabb..ad92b288d5 100644 --- a/lib/ns/tests/nstest.h +++ b/lib/ns/tests/nstest.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. */ /*! \file */ diff --git a/lib/ns/tests/query_test.c b/lib/ns/tests/query_test.c index f94cac632f..9df07b3646 100644 --- a/lib/ns/tests/query_test.c +++ b/lib/ns/tests/query_test.c @@ -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. */ /*! \file */ diff --git a/lib/ns/tests/testdata/notify/zone1.db b/lib/ns/tests/testdata/notify/zone1.db index a3b4cab9c0..af887f6b31 100644 --- a/lib/ns/tests/testdata/notify/zone1.db +++ b/lib/ns/tests/testdata/notify/zone1.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 1000 @ in soa localhost. postmaster.localhost. ( diff --git a/lib/ns/tests/testdata/query/foo.db b/lib/ns/tests/testdata/query/foo.db index 20042a6e20..1cf3273317 100644 --- a/lib/ns/tests/testdata/query/foo.db +++ b/lib/ns/tests/testdata/query/foo.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 @ IN SOA localhost. postmaster.localhost. ( diff --git a/lib/ns/update.c b/lib/ns/update.c index 0ba4cdff33..05bf794cf1 100644 --- a/lib/ns/update.c +++ b/lib/ns/update.c @@ -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. */ #include diff --git a/lib/ns/version.c b/lib/ns/version.c index bf062335fd..7df021564c 100644 --- a/lib/ns/version.c +++ b/lib/ns/version.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/ns/win32/DLLMain.c b/lib/ns/win32/DLLMain.c index a350f1cba3..005df49d25 100644 --- a/lib/ns/win32/DLLMain.c +++ b/lib/ns/win32/DLLMain.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. */ /* $Id: DLLMain.c,v 1.6 2007/06/18 23:47:44 tbox Exp $ */ diff --git a/lib/ns/win32/version.c b/lib/ns/win32/version.c index 998116b845..f506fa1ddb 100644 --- a/lib/ns/win32/version.c +++ b/lib/ns/win32/version.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/ns/xfrout.c b/lib/ns/xfrout.c index ccade44851..9884721aa7 100644 --- a/lib/ns/xfrout.c +++ b/lib/ns/xfrout.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/samples/Makefile-postinstall.in b/lib/samples/Makefile-postinstall.in index 565a85e627..cf114da6a1 100644 --- a/lib/samples/Makefile-postinstall.in +++ b/lib/samples/Makefile-postinstall.in @@ -1,8 +1,11 @@ -# 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. srcdir = @srcdir@ #prefix = @prefix@ diff --git a/lib/samples/Makefile.in b/lib/samples/Makefile.in index e5377d8d3a..7c8827ca25 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/tests/Makefile.in b/lib/tests/Makefile.in index 8fb6585512..eddf6a527f 100644 --- a/lib/tests/Makefile.in +++ b/lib/tests/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1998-2001, 2003, 2004, 2007, 2009, 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. srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/Makefile.in b/lib/tests/include/Makefile.in index e779c47ef0..10d1c05cc1 100644 --- a/lib/tests/include/Makefile.in +++ b/lib/tests/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.11 2007/06/19 23:47:24 tbox Exp $ diff --git a/lib/tests/include/tests/Makefile.in b/lib/tests/include/tests/Makefile.in index fa7ae57067..bdae8c8d5a 100644 --- a/lib/tests/include/tests/Makefile.in +++ b/lib/tests/include/tests/Makefile.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-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:24 tbox Exp $ diff --git a/lib/tests/include/tests/t_api.h b/lib/tests/include/tests/t_api.h index d819065466..b33608a8dc 100644 --- a/lib/tests/include/tests/t_api.h +++ b/lib/tests/include/tests/t_api.h @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2001, 2004-2007, 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: t_api.h,v 1.24 2010/06/08 23:50:24 tbox Exp $ */ diff --git a/lib/tests/t_api.c b/lib/tests/t_api.c index 20b1fd38b0..70a219579e 100644 --- a/lib/tests/t_api.c +++ b/lib/tests/t_api.c @@ -1,9 +1,12 @@ /* - * Copyright (C) 1999-2005, 2007-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: t_api.c,v 1.68 2010/12/21 04:20:23 marka Exp $ */ diff --git a/lib/tests/win32/DLLMain.c b/lib/tests/win32/DLLMain.c index 710a1bc7f1..03246be49b 100644 --- a/lib/tests/win32/DLLMain.c +++ b/lib/tests/win32/DLLMain.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. */ /* $Id$ */ 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 d1ba4bc377..51a00f4d9e 100644 --- a/make/includes.in +++ b/make/includes.in @@ -1,8 +1,11 @@ -# Copyright (C) 1999-2001, 2004, 2005, 2007, 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. # Search for machine-generated header files in the build tree, # and for normal headers in the source tree (${top_srcdir}). 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 3972bdbfb7..889b6901f9 100644 --- a/util/altbuild.sh +++ b/util/altbuild.sh @@ -1,10 +1,13 @@ #!/bin/sh # -# Copyright (C) 2000-2002, 2004, 2007, 2008, 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/util/bindkeys.pl b/util/bindkeys.pl index 0cd16a23cd..b149da0165 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. # $Id: bindkeys.pl,v 1.7 2011/01/04 23:47:13 tbox Exp $ diff --git a/util/branchsync.sh b/util/branchsync.sh index 4c9f57a60e..bef142b64a 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 3a26847db4..705cf1c835 100644 --- a/util/check-changes +++ b/util/check-changes @@ -1,10 +1,13 @@ #!/usr/bin/perl # -# Copyright (C) 2002, 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-includes.pl b/util/check-includes.pl index 4667c4a0f4..82ac6de82d 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, 2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# See the COPYRIGHT file distributed with this work for additional +# information regarding copyright ownership. # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it 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 849cf10fd4..4ad85285f7 100644 --- a/util/copyrights +++ b/util/copyrights @@ -1,81 +1,81 @@ -./.gitattributes X 2015,2017 -./.gitignore X 2012,2013,2014,2015,2016,2017 +./.gitattributes X 2015,2017,2018 +./.gitignore X 2012,2013,2014,2015,2016,2017,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 ./COPYRIGHT X 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 -./HISTORY X 2010,2013,2016,2017 -./HISTORY.md MKD 2017 -./Kyuafile X 2017 -./LICENSE X 2016 -./Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017 -./OPTIONS X 2017 -./OPTIONS.md MKD 2017 +./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,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 -./aclocal.m4 X 1999,2000,2001,2012,2014 -./autogen.sh SH 2015,2016 -./bin/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2013,2014,2016 -./bin/check/.gitignore X 2012 -./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014,2015,2016,2017 -./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 +./acconfig.h C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2014,2016,2018 +./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,2018 +./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014,2015,2016,2017,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,2017 -./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,2017,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.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.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.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.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.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.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,2017 -./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,2017,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,2017 -./bin/confgen/rndc-confgen.docbook SGML 2001,2003,2004,2005,2007,2009,2013,2014,2015,2016,2017 +./bin/confgen/rndc-confgen.c C 2001,2003,2004,2005,2007,2008,2009,2011,2013,2014,2016,2017,2018 +./bin/confgen/rndc-confgen.docbook SGML 2001,2003,2004,2005,2007,2009,2013,2014,2015,2016,2017,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.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.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.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.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.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.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.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.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 @@ -83,537 +83,537 @@ ./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.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.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.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.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,2017 -./bin/dnssec/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2017 +./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.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.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.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,2017,2018 +./bin/dnssec/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018 ./bin/dnssec/dnssec-cds.8 MAN DOCBOOK ./bin/dnssec/dnssec-cds.c C 2017,2018 ./bin/dnssec/dnssec-cds.docbook SGML 2017,2018 ./bin/dnssec/dnssec-cds.html HTML DOCBOOK ./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,2017 -./bin/dnssec/dnssec-importkey.docbook SGML 2013,2014,2015,2016 +./bin/dnssec/dnssec-importkey.c C 2013,2014,2015,2016,2017,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,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.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.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.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.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.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.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.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.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.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,2017 -./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,2017 -./bin/named/bind9.xsl.h X 2007,2008,2009,2011,2012,2013,2014,2015,2016,2017 -./bin/named/builtin.c C 2001,2002,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./bin/named/config.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 +./bin/dnssec/dnssectool.h C 2000,2001,2003,2004,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017,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.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.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.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.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.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.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.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.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,2017,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,2017,2018 +./bin/named/bind9.xsl.h X 2007,2008,2009,2011,2012,2013,2014,2015,2016,2017,2018 +./bin/named/builtin.c C 2001,2002,2003,2004,2005,2007,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,2018 ./bin/named/control.c C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 -./bin/named/controlconf.c C 2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2013,2014,2015,2016,2017 -./bin/named/convertxsl.pl PERL 2006,2007,2008,2012,2014,2016 -./bin/named/fuzz.c C 2016,2017 -./bin/named/geoip.c C 2013,2014,2016,2017 -./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,2017 -./bin/named/include/named/config.h C 2001,2002,2004,2005,2006,2007,2009,2013,2016,2017 -./bin/named/include/named/control.h C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2014,2015,2016,2017 -./bin/named/include/named/fuzz.h C 2016,2017 -./bin/named/include/named/geoip.h C 2013,2016,2017 -./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/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,2017 -./bin/named/include/named/main.h C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2015,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/smf_globals.h C 2017 -./bin/named/include/named/statschannel.h C 2008,2016,2017 -./bin/named/include/named/tkeyconf.h C 1999,2000,2001,2004,2005,2006,2007,2016,2017 -./bin/named/include/named/tsigconf.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2017 -./bin/named/include/named/types.h C 1999,2000,2001,2004,2005,2006,2007,2008,2009,2015,2016,2017 -./bin/named/include/named/zoneconf.h C 1999,2000,2001,2002,2004,2005,2006,2007,2010,2011,2015,2016,2017 -./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/controlconf.c C 2001,2002,2003,2004,2005,2006,2007,2008,2011,2012,2013,2014,2015,2016,2017,2018 +./bin/named/convertxsl.pl PERL 2006,2007,2008,2012,2014,2016,2018 +./bin/named/fuzz.c C 2016,2017,2018 +./bin/named/geoip.c C 2013,2014,2016,2017,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,2017,2018 +./bin/named/include/named/config.h C 2001,2002,2004,2005,2006,2007,2009,2013,2016,2017,2018 +./bin/named/include/named/control.h C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2014,2015,2016,2017,2018 +./bin/named/include/named/fuzz.h C 2016,2017,2018 +./bin/named/include/named/geoip.h C 2013,2016,2017,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/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,2017,2018 +./bin/named/include/named/main.h C 1999,2000,2001,2002,2004,2005,2007,2009,2013,2015,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/smf_globals.h C 2017,2018 +./bin/named/include/named/statschannel.h C 2008,2016,2017,2018 +./bin/named/include/named/tkeyconf.h C 1999,2000,2001,2004,2005,2006,2007,2016,2017,2018 +./bin/named/include/named/tsigconf.h C 1999,2000,2001,2004,2005,2006,2007,2009,2016,2017,2018 +./bin/named/include/named/types.h C 1999,2000,2001,2004,2005,2006,2007,2008,2009,2015,2016,2017,2018 +./bin/named/include/named/zoneconf.h C 1999,2000,2001,2002,2004,2005,2006,2007,2010,2011,2015,2016,2017,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/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/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/statschannel.c C 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 -./bin/named/tkeyconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2012,2014,2016,2017 -./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/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,2017,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/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/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.vcxproj.filters.in X 2013,2015,2016,2017,2018 ./bin/named/win32/named.vcxproj.in X 2013,2014,2015,2016,2017,2018 -./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/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/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.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,2017 -./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.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,2017,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.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.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.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.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.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.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.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.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,2017 -./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,2017,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,2017 -./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,2017,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.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.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/tests/.gitignore X 2012,2013,2017 -./bin/tests/Kchild.example.+003+04017.key X 2000,2001 -./bin/tests/Kchild.example.+003+04017.private X 2000,2001 -./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 -./bin/tests/adb_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015,2016 -./bin/tests/atomic/Makefile.in MAKE 2011,2012,2014,2016,2017 -./bin/tests/atomic/t_atomic.c C 2011,2013,2015,2016,2017 -./bin/tests/atomic/win32/t_atomic.vcxproj.filters.in X 2013,2015 -./bin/tests/atomic/win32/t_atomic.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/atomic/win32/t_atomic.vcxproj.user X 2013 -./bin/tests/b8t.mk MAKE 1999,2000,2001,2004,2007,2012,2016 -./bin/tests/b9t.mk MAKE 1999,2000,2001,2004,2007,2012,2016 -./bin/tests/backtrace_test.c C 2009,2013,2015,2016 -./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/byaddr_test.c C 2000,2001,2002,2004,2005,2007,2012,2015,2016 -./bin/tests/byname_test.c C 2000,2001,2004,2005,2007,2009,2012,2015,2016,2017 +./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.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.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,2017,2018 +./bin/tests/Kchild.example.+003+04017.key X 2000,2001,2018 +./bin/tests/Kchild.example.+003+04017.private X 2000,2001,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/adb_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015,2016,2018 +./bin/tests/atomic/Makefile.in MAKE 2011,2012,2014,2016,2017,2018 +./bin/tests/atomic/t_atomic.c C 2011,2013,2015,2016,2017,2018 +./bin/tests/atomic/win32/t_atomic.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/atomic/win32/t_atomic.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/atomic/win32/t_atomic.vcxproj.user X 2013,2018 +./bin/tests/b8t.mk MAKE 1999,2000,2001,2004,2007,2012,2016,2018 +./bin/tests/b9t.mk MAKE 1999,2000,2001,2004,2007,2012,2016,2018 +./bin/tests/backtrace_test.c C 2009,2013,2015,2016,2018 +./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/byaddr_test.c C 2000,2001,2002,2004,2005,2007,2012,2015,2016,2018 +./bin/tests/byname_test.c C 2000,2001,2004,2005,2007,2009,2012,2015,2016,2017,2018 ./bin/tests/cfg_test.c C 2001,2002,2004,2005,2007,2009,2010,2011,2015,2016,2018 -./bin/tests/db/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2010,2012,2014,2016,2017 -./bin/tests/db/dns_db_class_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_class_data X 1999,2000,2001 -./bin/tests/db/dns_db_closeversion_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_closeversion_1_data X 1999,2000,2001 -./bin/tests/db/dns_db_closeversion_2.data X 1999,2000,2001 -./bin/tests/db/dns_db_closeversion_2_data X 1999,2000,2001 -./bin/tests/db/dns_db_currentversion.data X 1999,2000,2001 -./bin/tests/db/dns_db_currentversion_data X 1999,2000,2001 -./bin/tests/db/dns_db_expirenode.data X 1999,2000,2001 -./bin/tests/db/dns_db_expirenode_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_10.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_10_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_1_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_2.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_2_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_3.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_3_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_4.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_4_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_5.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_5_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_6.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_6_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_7.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_7_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_8.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_8_data X 1999,2000,2001 -./bin/tests/db/dns_db_find_9.data X 1999,2000,2001 -./bin/tests/db/dns_db_find_9_data X 1999,2000,2001 -./bin/tests/db/dns_db_findnode_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_findnode_1_data X 1999,2000,2001 -./bin/tests/db/dns_db_findnode_2.data X 1999,2000,2001 -./bin/tests/db/dns_db_findnode_2_data X 1999,2000,2001 -./bin/tests/db/dns_db_iscache_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_iscache_1_data X 1999,2000,2001 -./bin/tests/db/dns_db_iscache_2.data X 1999,2000,2001 -./bin/tests/db/dns_db_iscache_2_data X 1999,2000,2001 -./bin/tests/db/dns_db_iszone_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_iszone_1_data X 1999,2000,2001 -./bin/tests/db/dns_db_iszone_2.data X 1999,2000,2001 -./bin/tests/db/dns_db_iszone_2_data X 1999,2000,2001 -./bin/tests/db/dns_db_load_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_load_25.data X 2000,2001 -./bin/tests/db/dns_db_load_data X 1999,2000,2001 -./bin/tests/db/dns_db_load_soa_not_top X 2000,2001 -./bin/tests/db/dns_db_newversion.data X 1999,2000,2001 -./bin/tests/db/dns_db_newversion_data X 1999,2000,2001 -./bin/tests/db/dns_db_origin_1.data X 1999,2000,2001 -./bin/tests/db/dns_db_origin_data X 1999,2000,2001 -./bin/tests/db/t_db.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015,2016,2017 -./bin/tests/db/win32/t_db.vcxproj.filters.in X 2013,2015 -./bin/tests/db/win32/t_db.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/db/win32/t_db.vcxproj.user X 2013 -./bin/tests/db_test.c C 1999,2000,2001,2004,2005,2007,2008,2009,2011,2012,2013,2015,2016,2017 -./bin/tests/dnssec-signzone/Kexample.com.+005+07065.key X 2009 -./bin/tests/dnssec-signzone/Kexample.com.+005+07065.private X 2009 -./bin/tests/dnssec-signzone/Kexample.com.+005+23362.key X 2009 -./bin/tests/dnssec-signzone/Kexample.com.+005+23362.private X 2009 -./bin/tests/dnssec-signzone/bogus-ksk.key X 2009 -./bin/tests/dnssec-signzone/bogus-zsk.key X 2009 -./bin/tests/dnssec-signzone/run-test.sh SH 2009,2012,2016 -./bin/tests/dnssec-signzone/test1.zone X 2009 -./bin/tests/dnssec-signzone/test2.zone X 2009 -./bin/tests/dnssec-signzone/test3.zone X 2009 -./bin/tests/dnssec-signzone/test4.zone X 2009 -./bin/tests/dnssec-signzone/test5.zone X 2009 -./bin/tests/dnssec-signzone/test6.zone X 2009 -./bin/tests/dnssec-signzone/test7.zone X 2009 -./bin/tests/dnssec-signzone/test8.zone X 2009 -./bin/tests/dst/.gitignore X 2012,2013 -./bin/tests/dst/Kdh.+002+18602.key.in X 2001,2013 -./bin/tests/dst/Kdh.+002+18602.private.in X 2001,2013 -./bin/tests/dst/Kdh.+002+48957.key.in X 2001,2013 -./bin/tests/dst/Kdh.+002+48957.private.in X 2001,2013 -./bin/tests/dst/Ktest.+001+00002.key.in X 2001,2004,2013 -./bin/tests/dst/Ktest.+001+54622.key.in X 1999,2000,2001,2004,2013 -./bin/tests/dst/Ktest.+001+54622.private.in X 1999,2000,2001,2013 -./bin/tests/dst/Ktest.+003+23616.key.in X 2001,2004,2013 -./bin/tests/dst/Ktest.+003+23616.private.in X 2001,2013 -./bin/tests/dst/Ktest.+003+49667.key.in X 2001,2004,2013 -./bin/tests/dst/Makefile.in MAKE 1999,2000,2001,2002,2004,2006,2007,2008,2009,2010,2012,2013,2014,2016,2017 -./bin/tests/dst/dst_2_data.in X 1999,2000,2001,2013 +./bin/tests/db/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2010,2012,2014,2016,2017,2018 +./bin/tests/db/dns_db_class_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_class_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_closeversion_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_closeversion_1_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_closeversion_2.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_closeversion_2_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_currentversion.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_currentversion_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_expirenode.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_expirenode_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_10.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_10_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_1_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_2.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_2_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_3.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_3_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_4.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_4_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_5.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_5_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_6.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_6_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_7.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_7_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_8.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_8_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_9.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_find_9_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_findnode_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_findnode_1_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_findnode_2.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_findnode_2_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iscache_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iscache_1_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iscache_2.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iscache_2_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iszone_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iszone_1_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iszone_2.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_iszone_2_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_load_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_load_25.data X 2000,2001,2018 +./bin/tests/db/dns_db_load_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_load_soa_not_top X 2000,2001,2018 +./bin/tests/db/dns_db_newversion.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_newversion_data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_origin_1.data X 1999,2000,2001,2018 +./bin/tests/db/dns_db_origin_data X 1999,2000,2001,2018 +./bin/tests/db/t_db.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015,2016,2017,2018 +./bin/tests/db/win32/t_db.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/db/win32/t_db.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/db/win32/t_db.vcxproj.user X 2013,2018 +./bin/tests/db_test.c C 1999,2000,2001,2004,2005,2007,2008,2009,2011,2012,2013,2015,2016,2017,2018 +./bin/tests/dnssec-signzone/Kexample.com.+005+07065.key X 2009,2018 +./bin/tests/dnssec-signzone/Kexample.com.+005+07065.private X 2009,2018 +./bin/tests/dnssec-signzone/Kexample.com.+005+23362.key X 2009,2018 +./bin/tests/dnssec-signzone/Kexample.com.+005+23362.private X 2009,2018 +./bin/tests/dnssec-signzone/bogus-ksk.key X 2009,2018 +./bin/tests/dnssec-signzone/bogus-zsk.key X 2009,2018 +./bin/tests/dnssec-signzone/run-test.sh SH 2009,2012,2016,2018 +./bin/tests/dnssec-signzone/test1.zone X 2009,2018 +./bin/tests/dnssec-signzone/test2.zone X 2009,2018 +./bin/tests/dnssec-signzone/test3.zone X 2009,2018 +./bin/tests/dnssec-signzone/test4.zone X 2009,2018 +./bin/tests/dnssec-signzone/test5.zone X 2009,2018 +./bin/tests/dnssec-signzone/test6.zone X 2009,2018 +./bin/tests/dnssec-signzone/test7.zone X 2009,2018 +./bin/tests/dnssec-signzone/test8.zone X 2009,2018 +./bin/tests/dst/.gitignore X 2012,2013,2018 +./bin/tests/dst/Kdh.+002+18602.key.in X 2001,2013,2018 +./bin/tests/dst/Kdh.+002+18602.private.in X 2001,2013,2018 +./bin/tests/dst/Kdh.+002+48957.key.in X 2001,2013,2018 +./bin/tests/dst/Kdh.+002+48957.private.in X 2001,2013,2018 +./bin/tests/dst/Ktest.+001+00002.key.in X 2001,2004,2013,2018 +./bin/tests/dst/Ktest.+001+54622.key.in X 1999,2000,2001,2004,2013,2018 +./bin/tests/dst/Ktest.+001+54622.private.in X 1999,2000,2001,2013,2018 +./bin/tests/dst/Ktest.+003+23616.key.in X 2001,2004,2013,2018 +./bin/tests/dst/Ktest.+003+23616.private.in X 2001,2013,2018 +./bin/tests/dst/Ktest.+003+49667.key.in X 2001,2004,2013,2018 +./bin/tests/dst/Makefile.in MAKE 1999,2000,2001,2002,2004,2006,2007,2008,2009,2010,2012,2013,2014,2016,2017,2018 +./bin/tests/dst/dst_2_data.in X 1999,2000,2001,2013,2018 ./bin/tests/dst/dst_test.c C 1999,2000,2001,2004,2005,2007,2009,2012,2014,2015,2016,2018 -./bin/tests/dst/gsstest.c C 2006,2007,2009,2010,2011,2013,2014,2015,2016 -./bin/tests/dst/t2_data_1.in X 1999,2000,2001,2013 -./bin/tests/dst/t2_data_2.in X 1999,2000,2001,2013 -./bin/tests/dst/t2_dsasig.in X 1999,2000,2001,2013 -./bin/tests/dst/t2_rsasig.in X 1999,2000,2001,2013 -./bin/tests/dst/t_dst.c C 1999,2000,2001,2004,2005,2007,2008,2009,2011,2012,2013,2014,2016,2017 -./bin/tests/dst/win32/REQUIRE_EXTENDED_DIR X 2013 -./bin/tests/dst/win32/t_dst.vcxproj.filters.in X 2013,2015 -./bin/tests/dst/win32/t_dst.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/dst/win32/t_dst.vcxproj.user X 2013 +./bin/tests/dst/gsstest.c C 2006,2007,2009,2010,2011,2013,2014,2015,2016,2018 +./bin/tests/dst/t2_data_1.in X 1999,2000,2001,2013,2018 +./bin/tests/dst/t2_data_2.in X 1999,2000,2001,2013,2018 +./bin/tests/dst/t2_dsasig.in X 1999,2000,2001,2013,2018 +./bin/tests/dst/t2_rsasig.in X 1999,2000,2001,2013,2018 +./bin/tests/dst/t_dst.c C 1999,2000,2001,2004,2005,2007,2008,2009,2011,2012,2013,2014,2016,2017,2018 +./bin/tests/dst/win32/REQUIRE_EXTENDED_DIR X 2013,2018 +./bin/tests/dst/win32/t_dst.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/dst/win32/t_dst.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/dst/win32/t_dst.vcxproj.user X 2013,2018 ./bin/tests/entropy2_test.c C 2000,2001,2004,2005,2007,2015,2016,2018 ./bin/tests/entropy_test.c C 2000,2001,2004,2005,2007,2015,2016,2018 -./bin/tests/fromhex.pl PERL 2015,2016 +./bin/tests/fromhex.pl PERL 2015,2016,2018 ./bin/tests/fsaccess_test.c C 2000,2001,2004,2005,2007,2012,2015,2016,2018 -./bin/tests/hash_test.c C 2000,2001,2004,2005,2006,2007,2014,2015,2016,2017 -./bin/tests/hashes/Makefile.in MAKE 2010,2012,2014,2016,2017 -./bin/tests/hashes/t_hashes.c C 2010,2013,2016 -./bin/tests/hashes/win32/t_hashes.vcxproj.filters.in X 2013,2015 -./bin/tests/hashes/win32/t_hashes.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/hashes/win32/t_hashes.vcxproj.user X 2013 -./bin/tests/headerdep_test.sh.in SH 2000,2001,2004,2007,2012,2016 +./bin/tests/hash_test.c C 2000,2001,2004,2005,2006,2007,2014,2015,2016,2017,2018 +./bin/tests/hashes/Makefile.in MAKE 2010,2012,2014,2016,2017,2018 +./bin/tests/hashes/t_hashes.c C 2010,2013,2016,2018 +./bin/tests/hashes/win32/t_hashes.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/hashes/win32/t_hashes.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/hashes/win32/t_hashes.vcxproj.user X 2013,2018 +./bin/tests/headerdep_test.sh.in SH 2000,2001,2004,2007,2012,2016,2018 ./bin/tests/inter_test.c C 2000,2001,2003,2004,2005,2007,2008,2015,2016,2018 -./bin/tests/keyboard_test.c C 2000,2001,2004,2005,2007,2015,2016 -./bin/tests/lex_test.c C 1998,1999,2000,2001,2004,2005,2007,2015,2016 -./bin/tests/lfsr_test.c C 1999,2000,2001,2004,2005,2007,2015,2016 -./bin/tests/log_test.c C 1999,2000,2001,2004,2007,2011,2014,2015,2016 -./bin/tests/makejournal.c C 2013,2015,2016,2017 -./bin/tests/master/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 -./bin/tests/master/dns_master_load_10_data X 2000,2001 -./bin/tests/master/dns_master_load_11_data X 2000,2001 -./bin/tests/master/dns_master_load_1_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_2_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_3_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_4_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_5_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_6_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_7_data X 1999,2000,2001 -./bin/tests/master/dns_master_load_8_data X 2000,2001 -./bin/tests/master/dns_master_load_9_data X 2000,2001 -./bin/tests/master/master1.data X 1999,2000,2001 -./bin/tests/master/master10.data X 2000,2001 -./bin/tests/master/master11.data X 2000,2001 -./bin/tests/master/master2.data X 1999,2000,2001 -./bin/tests/master/master3.data X 1999,2000,2001 -./bin/tests/master/master4.data X 1999,2000,2001 -./bin/tests/master/master5.data X 1999,2000,2001 -./bin/tests/master/master6.data X 1999,2000,2001,2003 -./bin/tests/master/master7.data X 1999,2000,2001,2003 -./bin/tests/master/master8.data X 2000,2001 -./bin/tests/master/master9.data X 2000,2001 -./bin/tests/master/t_master.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2013,2016,2017 -./bin/tests/master/win32/t_master.vcxproj.filters.in X 2013,2015 -./bin/tests/master/win32/t_master.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/master/win32/t_master.vcxproj.user X 2013 -./bin/tests/master_test.c C 1999,2000,2001,2004,2007,2009,2015,2016,2017 -./bin/tests/mem/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2007,2009,2012,2014,2016,2017 +./bin/tests/keyboard_test.c C 2000,2001,2004,2005,2007,2015,2016,2018 +./bin/tests/lex_test.c C 1998,1999,2000,2001,2004,2005,2007,2015,2016,2018 +./bin/tests/lfsr_test.c C 1999,2000,2001,2004,2005,2007,2015,2016,2018 +./bin/tests/log_test.c C 1999,2000,2001,2004,2007,2011,2014,2015,2016,2018 +./bin/tests/makejournal.c C 2013,2015,2016,2017,2018 +./bin/tests/master/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 +./bin/tests/master/dns_master_load_10_data X 2000,2001,2018 +./bin/tests/master/dns_master_load_11_data X 2000,2001,2018 +./bin/tests/master/dns_master_load_1_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_2_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_3_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_4_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_5_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_6_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_7_data X 1999,2000,2001,2018 +./bin/tests/master/dns_master_load_8_data X 2000,2001,2018 +./bin/tests/master/dns_master_load_9_data X 2000,2001,2018 +./bin/tests/master/master1.data X 1999,2000,2001,2018 +./bin/tests/master/master10.data X 2000,2001,2018 +./bin/tests/master/master11.data X 2000,2001,2018 +./bin/tests/master/master2.data X 1999,2000,2001,2018 +./bin/tests/master/master3.data X 1999,2000,2001,2018 +./bin/tests/master/master4.data X 1999,2000,2001,2018 +./bin/tests/master/master5.data X 1999,2000,2001,2018 +./bin/tests/master/master6.data X 1999,2000,2001,2003,2018 +./bin/tests/master/master7.data X 1999,2000,2001,2003,2018 +./bin/tests/master/master8.data X 2000,2001,2018 +./bin/tests/master/master9.data X 2000,2001,2018 +./bin/tests/master/t_master.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2013,2016,2017,2018 +./bin/tests/master/win32/t_master.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/master/win32/t_master.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/master/win32/t_master.vcxproj.user X 2013,2018 +./bin/tests/master_test.c C 1999,2000,2001,2004,2007,2009,2015,2016,2017,2018 +./bin/tests/mem/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2005,2007,2009,2012,2014,2016,2017,2018 ./bin/tests/mem/t_mem.c C 1999,2000,2001,2004,2007,2009,2013,2016,2018 -./bin/tests/mem/win32/t_mem.vcxproj.filters.in X 2013,2015 -./bin/tests/mem/win32/t_mem.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/mem/win32/t_mem.vcxproj.user X 2013 -./bin/tests/mempool_test.c C 1999,2000,2001,2004,2007,2016 +./bin/tests/mem/win32/t_mem.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/mem/win32/t_mem.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/mem/win32/t_mem.vcxproj.user X 2013,2018 +./bin/tests/mempool_test.c C 1999,2000,2001,2004,2007,2016,2018 ./bin/tests/name_test.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2015,2016,2017,2018 -./bin/tests/named.conf CONF-C 1999,2000,2001,2004,2007,2011,2015,2016 -./bin/tests/names/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 -./bin/tests/names/dns_name_compare_data X 1999,2000,2001 -./bin/tests/names/dns_name_countlabels_data X 1999,2000,2001,2003 -./bin/tests/names/dns_name_fromregion_data X 1999,2000,2001,2003 -./bin/tests/names/dns_name_fromtext_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_1_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_2_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_3_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_4_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_5_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_6_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_7_data X 1999,2000,2001 -./bin/tests/names/dns_name_fromwire_8_data X 1999,2000,2001,2006 -./bin/tests/names/dns_name_fullcompare_data X 1999,2000,2001 -./bin/tests/names/dns_name_getlabel_data X 1999,2000,2001 -./bin/tests/names/dns_name_getlabelsequence_data X 1999,2000,2001 -./bin/tests/names/dns_name_hash_data X 1999,2000,2001,2003,2012 -./bin/tests/names/dns_name_isabsolute_data X 1999,2000,2001,2003 -./bin/tests/names/dns_name_issubdomain_data X 1999,2000,2001 -./bin/tests/names/dns_name_rdatacompare_data X 1999,2000,2001 -./bin/tests/names/dns_name_toregion_data X 1999,2000,2001,2003 -./bin/tests/names/dns_name_totext_data X 1999,2000,2001 -./bin/tests/names/dns_name_towire_1_data X 1999,2000,2001 -./bin/tests/names/dns_name_towire_2_data X 1999,2000,2001 -./bin/tests/names/t_names.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016 -./bin/tests/names/win32/t_names.vcxproj.filters.in X 2013,2015 -./bin/tests/names/win32/t_names.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/names/win32/t_names.vcxproj.user X 2013 -./bin/tests/names/wire_test1.data X 1999,2000,2001 -./bin/tests/names/wire_test2.data X 1999,2000,2001 -./bin/tests/names/wire_test3_1.data X 1999,2000,2001 -./bin/tests/names/wire_test3_2.data X 1999,2000,2001 -./bin/tests/names/wire_test4.data X 1999,2000,2001 -./bin/tests/names/wire_test5.data X 1999,2000,2001 -./bin/tests/names/wire_test6.data X 1999,2000,2001 -./bin/tests/names/wire_test7.data X 1999,2000,2001 -./bin/tests/names/wire_test8.data X 1999,2000,2001 -./bin/tests/ndc.conf CONF-C 2000,2001,2004,2007,2016 -./bin/tests/ndc.conf-include CONF-C 2001,2004,2007,2016 -./bin/tests/net/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 -./bin/tests/net/driver.c C 2000,2001,2004,2007,2015,2016,2017 -./bin/tests/net/driver.h C 2000,2001,2004,2007,2016 -./bin/tests/net/netaddr_multicast.c C 2000,2001,2004,2007,2015,2016 -./bin/tests/net/sockaddr_multicast.c C 2000,2001,2004,2007,2016 -./bin/tests/net/testsuite.h C 2000,2001,2004,2007,2016 -./bin/tests/nsecify.c C 1999,2000,2001,2003,2004,2007,2008,2009,2011,2015,2016,2017 -./bin/tests/pkcs11/.gitignore X 2014 -./bin/tests/pkcs11/Makefile.in MAKE 2014,2016 -./bin/tests/pkcs11/README X 2014,2016 -./bin/tests/pkcs11/benchmarks/Makefile.in MAKE 2014,2016,2017 -./bin/tests/pkcs11/benchmarks/create.c C 2014,2016 -./bin/tests/pkcs11/benchmarks/find.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/genrsa.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/login.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/privrsa.c C 2014,2016 -./bin/tests/pkcs11/benchmarks/pubrsa.c C 2014,2016 -./bin/tests/pkcs11/benchmarks/random.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/session.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/sha1.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/sign.c C 2014,2015,2016 -./bin/tests/pkcs11/benchmarks/verify.c C 2014,2015,2016 -./bin/tests/pkcs11/pkcs11-hmacmd5.c C 2014,2015,2016 -./bin/tests/pkcs11/pkcs11-md5sum.c C 2014,2015,2016 -./bin/tests/ratelimiter_test.c C 1999,2000,2001,2004,2007,2015,2016 -./bin/tests/rbt/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 -./bin/tests/rbt/dns_rbt.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbt_addname_1_data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbt_addname_2_data X 1999,2000,2001 -./bin/tests/rbt/dns_rbt_bitstring.data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbt_create_1_data X 1999,2000,2001 -./bin/tests/rbt/dns_rbt_deletename_1_data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbt_deletename_2_data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbt_findname_1_data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbt_findname_2_data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbt_findname_3_data X 1999,2000,2001,2003 -./bin/tests/rbt/dns_rbtnodechain_first_1.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_first_2.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_first_data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_init.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_init_data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_last_1.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_last_2.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_last_data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_next.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_next_data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_prev.data X 1999,2000,2001 -./bin/tests/rbt/dns_rbtnodechain_prev_data X 1999,2000,2001 +./bin/tests/named.conf CONF-C 1999,2000,2001,2004,2007,2011,2015,2016,2018 +./bin/tests/names/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 +./bin/tests/names/dns_name_compare_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_countlabels_data X 1999,2000,2001,2003,2018 +./bin/tests/names/dns_name_fromregion_data X 1999,2000,2001,2003,2018 +./bin/tests/names/dns_name_fromtext_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_1_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_2_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_3_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_4_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_5_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_6_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_7_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_fromwire_8_data X 1999,2000,2001,2006,2018 +./bin/tests/names/dns_name_fullcompare_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_getlabel_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_getlabelsequence_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_hash_data X 1999,2000,2001,2003,2012,2018 +./bin/tests/names/dns_name_isabsolute_data X 1999,2000,2001,2003,2018 +./bin/tests/names/dns_name_issubdomain_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_rdatacompare_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_toregion_data X 1999,2000,2001,2003,2018 +./bin/tests/names/dns_name_totext_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_towire_1_data X 1999,2000,2001,2018 +./bin/tests/names/dns_name_towire_2_data X 1999,2000,2001,2018 +./bin/tests/names/t_names.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2018 +./bin/tests/names/win32/t_names.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/names/win32/t_names.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/names/win32/t_names.vcxproj.user X 2013,2018 +./bin/tests/names/wire_test1.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test2.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test3_1.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test3_2.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test4.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test5.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test6.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test7.data X 1999,2000,2001,2018 +./bin/tests/names/wire_test8.data X 1999,2000,2001,2018 +./bin/tests/ndc.conf CONF-C 2000,2001,2004,2007,2016,2018 +./bin/tests/ndc.conf-include CONF-C 2001,2004,2007,2016,2018 +./bin/tests/net/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 +./bin/tests/net/driver.c C 2000,2001,2004,2007,2015,2016,2017,2018 +./bin/tests/net/driver.h C 2000,2001,2004,2007,2016,2018 +./bin/tests/net/netaddr_multicast.c C 2000,2001,2004,2007,2015,2016,2018 +./bin/tests/net/sockaddr_multicast.c C 2000,2001,2004,2007,2016,2018 +./bin/tests/net/testsuite.h C 2000,2001,2004,2007,2016,2018 +./bin/tests/nsecify.c C 1999,2000,2001,2003,2004,2007,2008,2009,2011,2015,2016,2017,2018 +./bin/tests/pkcs11/.gitignore X 2014,2018 +./bin/tests/pkcs11/Makefile.in MAKE 2014,2016,2018 +./bin/tests/pkcs11/README X 2014,2016,2018 +./bin/tests/pkcs11/benchmarks/Makefile.in MAKE 2014,2016,2017,2018 +./bin/tests/pkcs11/benchmarks/create.c C 2014,2016,2018 +./bin/tests/pkcs11/benchmarks/find.c C 2014,2015,2016,2018 +./bin/tests/pkcs11/benchmarks/genrsa.c C 2014,2015,2016,2018 +./bin/tests/pkcs11/benchmarks/login.c C 2014,2015,2016,2018 +./bin/tests/pkcs11/benchmarks/privrsa.c C 2014,2016,2018 +./bin/tests/pkcs11/benchmarks/pubrsa.c C 2014,2016,2018 +./bin/tests/pkcs11/benchmarks/random.c C 2014,2015,2016,2018 +./bin/tests/pkcs11/benchmarks/session.c C 2014,2015,2016,2018 +./bin/tests/pkcs11/benchmarks/sha1.c C 2014,2015,2016,2018 +./bin/tests/pkcs11/benchmarks/sign.c C 2014,2015,2016,2018 +./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/ratelimiter_test.c C 1999,2000,2001,2004,2007,2015,2016,2018 +./bin/tests/rbt/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 +./bin/tests/rbt/dns_rbt.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbt_addname_1_data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbt_addname_2_data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbt_bitstring.data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbt_create_1_data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbt_deletename_1_data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbt_deletename_2_data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbt_findname_1_data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbt_findname_2_data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbt_findname_3_data X 1999,2000,2001,2003,2018 +./bin/tests/rbt/dns_rbtnodechain_first_1.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_first_2.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_first_data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_init.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_init_data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_last_1.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_last_2.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_last_data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_next.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_next_data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_prev.data X 1999,2000,2001,2018 +./bin/tests/rbt/dns_rbtnodechain_prev_data X 1999,2000,2001,2018 ./bin/tests/rbt/t_rbt.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2013,2015,2016,2018 -./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X 2013,2015 -./bin/tests/rbt/win32/t_rbt.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/rbt/win32/t_rbt.vcxproj.user X 2013 +./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/rbt/win32/t_rbt.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/rbt/win32/t_rbt.vcxproj.user X 2013,2018 ./bin/tests/rbt_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2014,2015,2016,2018 -./bin/tests/rbt_test.out X 1999,2000,2001 -./bin/tests/rbt_test.txt SH 1999,2000,2001,2004,2007,2012,2016 -./bin/tests/resolv.conf.sample CONF-SH 2000,2001,2004,2007,2012,2016 -./bin/tests/resolver/Makefile.in MAKE 2011,2012,2014,2016,2017 -./bin/tests/resolver/t_resolver.c C 2011,2012,2013,2014,2016 -./bin/tests/resolver/win32/t_resolver.vcxproj.filters.in X 2013,2015 -./bin/tests/resolver/win32/t_resolver.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/resolver/win32/t_resolver.vcxproj.user X 2013 +./bin/tests/rbt_test.out X 1999,2000,2001,2018 +./bin/tests/rbt_test.txt SH 1999,2000,2001,2004,2007,2012,2016,2018 +./bin/tests/resolv.conf.sample CONF-SH 2000,2001,2004,2007,2012,2016,2018 +./bin/tests/resolver/Makefile.in MAKE 2011,2012,2014,2016,2017,2018 +./bin/tests/resolver/t_resolver.c C 2011,2012,2013,2014,2016,2018 +./bin/tests/resolver/win32/t_resolver.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/resolver/win32/t_resolver.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/resolver/win32/t_resolver.vcxproj.user X 2013,2018 ./bin/tests/rwlock_test.c C 1998,1999,2000,2001,2004,2005,2007,2013,2016,2017,2018 -./bin/tests/serial_test.c C 1999,2000,2001,2003,2004,2007,2015,2016 +./bin/tests/serial_test.c C 1999,2000,2001,2003,2004,2007,2015,2016,2018 ./bin/tests/shutdown_test.c C 1998,1999,2000,2001,2004,2007,2011,2013,2016,2017,2018 -./bin/tests/sig0_test.c C 2000,2001,2004,2005,2007,2008,2009,2012,2015,2016 +./bin/tests/sig0_test.c C 2000,2001,2004,2005,2007,2008,2009,2012,2015,2016,2018 ./bin/tests/sock_test.c C 1998,1999,2000,2001,2004,2007,2008,2012,2013,2014,2015,2016,2017,2018 -./bin/tests/sockaddr/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 -./bin/tests/sockaddr/t_sockaddr.c C 1999,2000,2001,2004,2007,2013,2016 -./bin/tests/sockaddr/win32/t_sockaddr.vcxproj.filters.in X 2013,2015 -./bin/tests/sockaddr/win32/t_sockaddr.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/sockaddr/win32/t_sockaddr.vcxproj.user X 2013 -./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/sym_test.c C 1998,1999,2000,2001,2004,2005,2007,2015,2016 +./bin/tests/sockaddr/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 +./bin/tests/sockaddr/t_sockaddr.c C 1999,2000,2001,2004,2007,2013,2016,2018 +./bin/tests/sockaddr/win32/t_sockaddr.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/sockaddr/win32/t_sockaddr.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/sockaddr/win32/t_sockaddr.vcxproj.user X 2013,2018 +./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/sym_test.c C 1998,1999,2000,2001,2004,2005,2007,2015,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,2017,2018 ./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015,2016,2017,2018 @@ -625,66 +625,66 @@ ./bin/tests/system/acl/ns2/named5.conf.in CONF-C 2013,2016,2018 ./bin/tests/system/acl/ns2/named6.conf.in CONF-C 2014,2016,2018 ./bin/tests/system/acl/ns2/named7.conf.in CONF-C 2014,2016,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 2017,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 2017,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 2013,2016,2017,2018 ./bin/tests/system/additional/ns1/named2.conf.in CONF-C 2013,2016,2017,2018 ./bin/tests/system/additional/ns1/named3.conf.in CONF-C 2016,2017,2018 ./bin/tests/system/additional/ns1/named4.conf.in CONF-C 2016,2017,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 2017,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 2013,2016,2017,2018 -./bin/tests/system/addzone/ns1/redirect.db.1 ZONE 2017 -./bin/tests/system/addzone/ns1/redirect.db.2 ZONE 2017 +./bin/tests/system/addzone/ns1/redirect.db.1 ZONE 2017,2018 +./bin/tests/system/addzone/ns1/redirect.db.2 ZONE 2017,2018 ./bin/tests/system/addzone/ns2/.gitignore X 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 2010,2016,2018 ./bin/tests/system/addzone/ns2/named2.conf.in CONF-C 2010,2011,2016,2018 ./bin/tests/system/addzone/ns2/named3.conf.in CONF-C 2017,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.1 ZONE 2016,2017 -./bin/tests/system/addzone/ns2/redirect.db.2 ZONE 2016,2017 -./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.1 ZONE 2016,2017,2018 +./bin/tests/system/addzone/ns2/redirect.db.2 ZONE 2016,2017,2018 +./bin/tests/system/addzone/ns3/e.db ZONE 2017,2018 ./bin/tests/system/addzone/ns3/named1.conf.in CONF-C 2017,2018 ./bin/tests/system/addzone/ns3/named2.conf.in CONF-C 2017,2018 -./bin/tests/system/addzone/ns3/redirect.db.1 ZONE 2017 -./bin/tests/system/addzone/ns3/redirect.db.2 ZONE 2017 +./bin/tests/system/addzone/ns3/redirect.db.1 ZONE 2017,2018 +./bin/tests/system/addzone/ns3/redirect.db.2 ZONE 2017,2018 ./bin/tests/system/addzone/setup.sh SH 2010,2012,2013,2014,2016,2017,2018 ./bin/tests/system/addzone/tests.sh SH 2010,2011,2012,2013,2014,2015,2016,2017,2018 ./bin/tests/system/allow_query/.gitignore X 2018 ./bin/tests/system/allow_query/clean.sh SH 2010,2012,2014,2015,2016,2018 -./bin/tests/system/allow_query/ns2/aclallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/acldisallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/aclnotallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/added.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/addrallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/addrdisallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/addrnotallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/any.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/keyallow.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/keydisallow.db ZONE 2010,2016 +./bin/tests/system/allow_query/ns2/aclallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/acldisallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/aclnotallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/added.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/addrallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/addrdisallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/addrnotallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/any.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/keyallow.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/keydisallow.db ZONE 2010,2016,2018 ./bin/tests/system/allow_query/ns2/named01.conf.in CONF-C 2010,2016,2018 ./bin/tests/system/allow_query/ns2/named02.conf.in CONF-C 2010,2016,2018 ./bin/tests/system/allow_query/ns2/named03.conf.in CONF-C 2010,2016,2018 @@ -717,9 +717,9 @@ ./bin/tests/system/allow_query/ns2/named55.conf.in CONF-C 2010,2016,2018 ./bin/tests/system/allow_query/ns2/named56.conf.in CONF-C 2010,2016,2018 ./bin/tests/system/allow_query/ns2/named57.conf.in CONF-C 2013,2016,2018 -./bin/tests/system/allow_query/ns2/none.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/normal.db ZONE 2010,2016 -./bin/tests/system/allow_query/ns2/previous.db ZONE 2010,2016 +./bin/tests/system/allow_query/ns2/none.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/normal.db ZONE 2010,2016,2018 +./bin/tests/system/allow_query/ns2/previous.db ZONE 2010,2016,2018 ./bin/tests/system/allow_query/setup.sh SH 2010,2012,2016,2018 ./bin/tests/system/allow_query/tests.sh SH 2010,2012,2013,2016,2018 ./bin/tests/system/ans.pl PERL 2011,2012,2014,2016,2017,2018 @@ -731,59 +731,59 @@ ./bin/tests/system/auth/setup.sh SH 2018 ./bin/tests/system/auth/tests.sh SH 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,2017 +./bin/tests/system/autosign/ns1/keygen.sh SH 2009,2010,2011,2012,2014,2016,2017,2018 ./bin/tests/system/autosign/ns1/named.conf.in CONF-C 2009,2013,2016,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,2017 +./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,2017,2018 ./bin/tests/system/autosign/ns2/named.conf.in CONF-C 2009,2010,2011,2013,2016,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/ns3/keygen.sh SH 2009,2010,2011,2012,2014,2015,2016,2017 -./bin/tests/system/autosign/ns3/kskonly.example.db.in ZONE 2017 +./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/kskonly.example.db.in ZONE 2017,2018 ./bin/tests/system/autosign/ns3/named.conf.in CONF-C 2009,2010,2011,2012,2013,2015,2016,2017,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 2009,2016,2017,2018 ./bin/tests/system/autosign/ns5/named.conf.in CONF-C 2009,2016,2017,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,2017,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 @@ -793,103 +793,103 @@ ./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 2001,2004,2005,2007,2011,2014,2016,2017,2018 ./bin/tests/system/cacheclean/ns2/named.conf.in CONF-C 2001,2004,2005,2007,2011,2013,2014,2015,2016,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 2013,2015,2016,2017,2018 ./bin/tests/system/case/ns2/named.conf.in CONF-C 2014,2015,2016,2017,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/cds/.gitignore X 2017 -./bin/tests/system/cds/checkmtime.pl PERL 2017 -./bin/tests/system/cds/checktime.pl PERL 2017 -./bin/tests/system/cds/clean.sh SH 2017 -./bin/tests/system/cds/mangle.pl PERL 2017 -./bin/tests/system/cds/prereq.sh SH 2017 -./bin/tests/system/cds/setup.sh SH 2017 +./bin/tests/system/cds/.gitignore X 2017,2018 +./bin/tests/system/cds/checkmtime.pl PERL 2017,2018 +./bin/tests/system/cds/checktime.pl PERL 2017,2018 +./bin/tests/system/cds/clean.sh SH 2017,2018 +./bin/tests/system/cds/mangle.pl PERL 2017,2018 +./bin/tests/system/cds/prereq.sh SH 2017,2018 +./bin/tests/system/cds/setup.sh SH 2017,2018 ./bin/tests/system/cds/tests.sh SH 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 2011,2016,2017,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 2011,2016,2017,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 2017,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 2017,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-acl.conf CONF-C 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-glue-cache-bogus.conf CONF-C 2017 -./bin/tests/system/checkconf/bad-hint.conf CONF-C 2014,2016 -./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-printtime.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/altdb.conf CONF-C 2014,2016,2018 +./bin/tests/system/checkconf/altdlz.conf CONF-C 2014,2016,2018 +./bin/tests/system/checkconf/bad-acl.conf CONF-C 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-glue-cache-bogus.conf CONF-C 2017,2018 +./bin/tests/system/checkconf/bad-hint.conf CONF-C 2014,2016,2018 +./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-printtime.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 @@ -899,36 +899,36 @@ ./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-glue-cache.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-printtime.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-glue-cache.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-printtime.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 @@ -941,400 +941,400 @@ ./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/good.zonelist X 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/good.zonelist X 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,2017 -./bin/tests/system/checkds/dig.bat BAT 2016 -./bin/tests/system/checkds/dig.pl PERL 2014,2016,2017 -./bin/tests/system/checkds/dig.sh SH 2012,2013,2016,2017 -./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/prep.example.db X 2017 -./bin/tests/system/checkds/prep.example.ds.db X 2017 -./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,2017,2018 +./bin/tests/system/checkds/dig.bat BAT 2016,2018 +./bin/tests/system/checkds/dig.pl PERL 2014,2016,2017,2018 +./bin/tests/system/checkds/dig.sh SH 2012,2013,2016,2017,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/prep.example.db X 2017,2018 +./bin/tests/system/checkds/prep.example.ds.db X 2017,2018 +./bin/tests/system/checkds/setup.sh SH 2012,2013,2014,2016,2018 ./bin/tests/system/checkds/tests.sh SH 2012,2013,2014,2016,2017,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 2004,2005,2007,2016,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 2004,2007,2016,2017,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 2004,2007,2016,2017,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 2014,2016,2017,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,2017,2018 -./bin/tests/system/cleanpkcs11.sh SH 2010,2012,2014,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 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/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 2014,2015,2016,2017,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 2014,2015,2016,2017,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 2015,2016,2017,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/ns4/named.conf.in CONF-C 2017,2018 -./bin/tests/system/cookie/ns4/root.hint ZONE 2017 +./bin/tests/system/cookie/ns4/root.hint ZONE 2017,2018 ./bin/tests/system/cookie/ns5/named.conf.in CONF-C 2017,2018 -./bin/tests/system/cookie/ns5/root.hint ZONE 2017 +./bin/tests/system/cookie/ns5/root.hint ZONE 2017,2018 ./bin/tests/system/cookie/ns6/named.conf.in CONF-C 2017,2018 -./bin/tests/system/cookie/ns6/root.hint ZONE 2017 +./bin/tests/system/cookie/ns6/root.hint ZONE 2017,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,2017 +./bin/tests/system/coverage/setup.sh SH 2013,2014,2016,2017,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,2016,2018 ./bin/tests/system/database/ns1/named2.conf.in CONF-C 2011,2013,2016,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/dialup/tests.sh SH 2000,2001,2004,2007,2012,2016 -./bin/tests/system/digcomp.pl PERL 2000,2001,2004,2007,2012,2013,2016 -./bin/tests/system/digdelv/ans4/startme X 2017 +./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,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 2015,2016,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 2015,2016,2018 ./bin/tests/system/digdelv/ns3/named.conf.in CONF-C 2015,2016,2017,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 2004,2007,2011,2016,2018 -./bin/tests/system/dlv/ns1/root.db.in ZONE 2011,2016 -./bin/tests/system/dlv/ns1/rootservers.utld.db ZONE 2004,2007,2016 +./bin/tests/system/dlv/ns1/root.db.in ZONE 2011,2016,2018 +./bin/tests/system/dlv/ns1/rootservers.utld.db ZONE 2004,2007,2016,2018 ./bin/tests/system/dlv/ns1/sign.sh SH 2011,2012,2014,2016,2018 -./bin/tests/system/dlv/ns2/druz.db.in ZONE 2011,2016 -./bin/tests/system/dlv/ns2/hints ZONE 2004,2007,2016 +./bin/tests/system/dlv/ns2/druz.db.in ZONE 2011,2016,2018 +./bin/tests/system/dlv/ns2/hints ZONE 2004,2007,2016,2018 ./bin/tests/system/dlv/ns2/named.conf.in CONF-C 2004,2007,2011,2016,2018 ./bin/tests/system/dlv/ns2/sign.sh SH 2011,2012,2014,2016,2018 -./bin/tests/system/dlv/ns2/utld.db ZONE 2004,2007,2016 -./bin/tests/system/dlv/ns3/child.db.in ZONE 2004,2007,2010,2016 -./bin/tests/system/dlv/ns3/dlv.db.in ZONE 2004,2007,2016 -./bin/tests/system/dlv/ns3/hints ZONE 2004,2007,2016 +./bin/tests/system/dlv/ns2/utld.db ZONE 2004,2007,2016,2018 +./bin/tests/system/dlv/ns3/child.db.in ZONE 2004,2007,2010,2016,2018 +./bin/tests/system/dlv/ns3/dlv.db.in ZONE 2004,2007,2016,2018 +./bin/tests/system/dlv/ns3/hints ZONE 2004,2007,2016,2018 ./bin/tests/system/dlv/ns3/named.conf.in CONF-C 2004,2007,2011,2016,2018 ./bin/tests/system/dlv/ns3/sign.sh SH 2004,2007,2009,2010,2011,2012,2014,2016,2018 -./bin/tests/system/dlv/ns4/child.db ZONE 2004,2007,2016 -./bin/tests/system/dlv/ns4/hints ZONE 2004,2007,2016 +./bin/tests/system/dlv/ns4/child.db ZONE 2004,2007,2016,2018 +./bin/tests/system/dlv/ns4/hints ZONE 2004,2007,2016,2018 ./bin/tests/system/dlv/ns4/named.conf.in CONF-C 2004,2007,2016,2018 -./bin/tests/system/dlv/ns5/hints ZONE 2004,2007,2016 +./bin/tests/system/dlv/ns5/hints ZONE 2004,2007,2016,2018 ./bin/tests/system/dlv/ns5/named.conf.in CONF-C 2004,2006,2007,2011,2013,2016,2017,2018 -./bin/tests/system/dlv/ns5/rndc.conf CONF-C 2004,2007,2013,2016 -./bin/tests/system/dlv/ns6/child.db.in ZONE 2010,2016 -./bin/tests/system/dlv/ns6/hints ZONE 2010,2016 +./bin/tests/system/dlv/ns5/rndc.conf CONF-C 2004,2007,2013,2016,2018 +./bin/tests/system/dlv/ns6/child.db.in ZONE 2010,2016,2018 +./bin/tests/system/dlv/ns6/hints ZONE 2010,2016,2018 ./bin/tests/system/dlv/ns6/named.conf.in CONF-C 2010,2011,2016,2018 ./bin/tests/system/dlv/ns6/sign.sh SH 2010,2011,2012,2014,2016,2018 -./bin/tests/system/dlv/prereq.sh SH 2014,2016 +./bin/tests/system/dlv/prereq.sh SH 2014,2016,2018 ./bin/tests/system/dlv/setup.sh SH 2004,2007,2009,2011,2012,2014,2016,2017,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 2010,2012,2016,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,2017,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 2010,2016,2018 -./bin/tests/system/dns64/ns1/root.db ZONE 2010,2016 -./bin/tests/system/dns64/ns1/sign.sh SH 2010,2012,2014,2016,2017 +./bin/tests/system/dns64/ns1/root.db ZONE 2010,2016,2018 +./bin/tests/system/dns64/ns1/sign.sh SH 2010,2012,2014,2016,2017,2018 ./bin/tests/system/dns64/ns2/named.conf.in CONF-C 2010,2011,2013,2016,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,2017,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 2000,2001,2004,2006,2007,2016,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,2017 -./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-kskonly.secure.db.in ZONE 2017 -./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-kskonly.secure.db.in ZONE 2017 -./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,2017,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-kskonly.secure.db.in ZONE 2017,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-kskonly.secure.db.in ZONE 2017,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 2000,2001,2002,2004,2006,2007,2008,2010,2011,2014,2015,2016,2017,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,2017 -./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,2017,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 2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2017,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,2017 -./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,2017,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 2011,2013,2014,2016,2017,2018 ./bin/tests/system/dnssec/ns4/named2.conf.in CONF-C 2011,2013,2016,2017,2018 ./bin/tests/system/dnssec/ns4/named3.conf.in CONF-C 2012,2013,2016,2017,2018 ./bin/tests/system/dnssec/ns4/named4.conf.in CONF-C 2013,2016,2017,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 2000,2001,2004,2006,2007,2015,2016,2017,2018 ./bin/tests/system/dnssec/ns5/named2.conf.in CONF-C 2000,2001,2004,2006,2007,2015,2016,2018 -./bin/tests/system/dnssec/ns5/sign.sh SH 2015,2016,2017 -./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,2017,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 2004,2006,2007,2013,2016,2017,2018 -./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013,2016 -./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014,2016,2017 +./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE 2013,2016,2018 +./bin/tests/system/dnssec/ns6/sign.sh SH 2013,2014,2016,2017,2018 ./bin/tests/system/dnssec/ns7/named.conf.in CONF-C 2006,2008,2010,2014,2016,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,2017 -./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,2017,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,2017,2018 -./bin/tests/system/dnssec/signer/example.db.in ZONE 2010,2016 -./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/example.db.in ZONE 2010,2016,2018 +./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-size-version.conf CONF-C 2017 +./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/bad-size-version.conf CONF-C 2017,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-size-unlimited.conf CONF-C 2017 -./bin/tests/system/dnstap/good-size-version.conf CONF-C 2017 +./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/good-size-unlimited.conf CONF-C 2017,2018 +./bin/tests/system/dnstap/good-size-version.conf CONF-C 2017,2018 ./bin/tests/system/dnstap/ns1/named.conf.in CONF-C 2015,2016,2017,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 2015,2016,2017,2018 ./bin/tests/system/dnstap/ns3/named.conf.in CONF-C 2015,2016,2017,2018 ./bin/tests/system/dnstap/ns4/named.conf.in CONF-C 2016,2018 @@ -1342,205 +1342,205 @@ ./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 2013,2016,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 2013,2016,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 2013,2016,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 2013,2016,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 2013,2016,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 2013,2016,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 2013,2016,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 2012,2016,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 2012,2016,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 2012,2016,2018 ./bin/tests/system/dsdigest/ns4/named.conf.in CONF-C 2012,2016,2018 ./bin/tests/system/dsdigest/prereq.sh SH 2012,2014,2016,2018 ./bin/tests/system/dsdigest/setup.sh SH 2012,2014,2016,2017,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,2017 -./bin/tests/system/dyndb/driver/README 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,2017,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,2016 -./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/db.h X 2015,2016,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 2015,2016,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,2017 -./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,2017,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 2014,2016,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 2014,2016,2017,2018 ./bin/tests/system/emptyzones/ns1/named2.conf.in CONF-C 2014,2015,2016,2017,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 2015,2016,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 2015,2016,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 2015,2016,2018 ./bin/tests/system/fetchlimit/ns3/named2.conf.in CONF-C 2015,2016,2018 ./bin/tests/system/fetchlimit/ns3/named3.conf.in CONF-C 2015,2016,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 2012,2013,2016,2017,2018 ./bin/tests/system/filter-aaaa/ns1/named2.conf.in CONF-C 2012,2013,2016,2017,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 2012,2013,2016,2017,2018 ./bin/tests/system/filter-aaaa/ns2/named2.conf.in CONF-C 2012,2013,2016,2017,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 2012,2013,2016,2017,2018 ./bin/tests/system/filter-aaaa/ns3/named2.conf.in CONF-C 2012,2013,2016,2017,2018 ./bin/tests/system/filter-aaaa/ns4/named1.conf.in CONF-C 2012,2013,2016,2017,2018 ./bin/tests/system/filter-aaaa/ns4/named2.conf.in CONF-C 2012,2013,2016,2017,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/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/setup.sh SH 2010,2012,2014,2016,2017,2018 ./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012,2015,2016,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 2013,2016,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 2000,2001,2004,2007,2014,2016,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 2000,2001,2004,2007,2013,2014,2016,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 2000,2001,2004,2007,2016,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 2000,2001,2004,2007,2013,2014,2016,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 2011,2016,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 2013,2014,2016,2018 ./bin/tests/system/geoip/ns2/named10.conf.in CONF-C 2014,2016,2018 ./bin/tests/system/geoip/ns2/named11.conf.in CONF-C 2013,2014,2016,2018 @@ -1556,174 +1556,174 @@ ./bin/tests/system/geoip/ns2/named7.conf.in CONF-C 2013,2016,2018 ./bin/tests/system/geoip/ns2/named8.conf.in CONF-C 2013,2016,2018 ./bin/tests/system/geoip/ns2/named9.conf.in CONF-C 2013,2016,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 2000,2001,2004,2005,2007,2009,2016,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,2017 +./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,2017,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,2017,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,2017 -./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,2017,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 2011,2016,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,2017 -./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,2017,2018 +./bin/tests/system/inline/ns2/bits.db.in ZONE 2011,2016,2018 ./bin/tests/system/inline/ns2/named.conf.in CONF-C 2011,2012,2013,2014,2016,2017,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 2011,2012,2013,2015,2016,2017,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 2011,2016,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 2011,2016,2018 ./bin/tests/system/inline/ns7/named.conf.in CONF-C 2017,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 2017,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 2011,2013,2014,2016,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 2011,2013,2016,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/keepalive/clean.sh SH 2017,2018 -./bin/tests/system/keepalive/expected X 2017 +./bin/tests/system/keepalive/expected X 2017,2018 ./bin/tests/system/keepalive/ns1/named.conf.in CONF-C 2017,2018 -./bin/tests/system/keepalive/ns1/root.db ZONE 2017 -./bin/tests/system/keepalive/ns2/example.db ZONE 2017 +./bin/tests/system/keepalive/ns1/root.db ZONE 2017,2018 +./bin/tests/system/keepalive/ns2/example.db ZONE 2017,2018 ./bin/tests/system/keepalive/ns2/named.conf.in CONF-C 2017,2018 ./bin/tests/system/keepalive/ns3/named.conf.in CONF-C 2017,2018 ./bin/tests/system/keepalive/setup.sh SH 2017,2018 ./bin/tests/system/keepalive/tests.sh SH 2017,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,2017,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,2017 +./bin/tests/system/legacy/build.sh SH 2014,2016,2017,2018 ./bin/tests/system/legacy/clean.sh SH 2014,2016,2018 ./bin/tests/system/legacy/ns1/named1.conf.in CONF-C 2014,2016,2018 ./bin/tests/system/legacy/ns1/named2.conf.in CONF-C 2014,2016,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 2014,2016,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 2014,2016,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 2014,2016,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 2014,2016,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 2014,2016,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 2014,2016,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 2000,2001,2004,2007,2016,2017,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,2017,2018 @@ -1739,108 +1739,108 @@ ./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/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 2001,2004,2007,2016,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 2010,2016,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,2017 -./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,2017,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 2005,2007,2011,2012,2013,2014,2016,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 2005,2007,2011,2012,2014,2016,2018 ./bin/tests/system/masterformat/ns3/named.conf.in CONF-C 2012,2013,2016,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,2017,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,2017,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 2015,2016,2017,2018 ./bin/tests/system/mkeys/ns1/named2.conf.in CONF-C 2015,2016,2017,2018 ./bin/tests/system/mkeys/ns1/named3.conf.in CONF-C 2017,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 2015,2016,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 2015,2016,2017,2018 ./bin/tests/system/mkeys/ns4/named.conf.in CONF-C 2017,2018 ./bin/tests/system/mkeys/ns5/named.conf.in CONF-C 2017,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 2015,2016,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 2000,2001,2004,2007,2016,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 2000,2001,2004,2007,2011,2014,2016,2018 ./bin/tests/system/notify/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2016,2017,2018 ./bin/tests/system/notify/ns4/named.conf.in CONF-C 2014,2016,2017,2018 ./bin/tests/system/notify/ns4/named.port.in X 2014,2018 ./bin/tests/system/notify/ns5/named.conf.in CONF-C 2015,2016,2017,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 2014,2016,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,2017 -./bin/tests/system/nsupdate/ns1/max-ttl.db ZONE 2014,2016 -./bin/tests/system/nsupdate/ns1/maxjournal.db.in ZONE 2017 +./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,2017,2018 +./bin/tests/system/nsupdate/ns1/max-ttl.db ZONE 2014,2016,2018 +./bin/tests/system/nsupdate/ns1/maxjournal.db.in ZONE 2017,2018 ./bin/tests/system/nsupdate/ns1/named.conf.in CONF-C 2000,2001,2004,2005,2007,2009,2011,2012,2013,2014,2016,2017,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 2000,2001,2004,2007,2011,2013,2016,2017,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 2010,2011,2013,2014,2016,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,2017 -./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,2017,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 2017,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 @@ -1848,18 +1848,18 @@ ./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 2016,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/padding/clean.sh SH 2017,2018 ./bin/tests/system/padding/ns1/named.conf.in CONF-C 2017,2018 -./bin/tests/system/padding/ns1/root.db ZONE 2017 -./bin/tests/system/padding/ns2/example.db ZONE 2017 +./bin/tests/system/padding/ns1/root.db ZONE 2017,2018 +./bin/tests/system/padding/ns2/example.db ZONE 2017,2018 ./bin/tests/system/padding/ns2/named.conf.in CONF-C 2017,2018 ./bin/tests/system/padding/ns3/named.conf.in CONF-C 2017,2018 ./bin/tests/system/padding/ns4/named.conf.in CONF-C 2017,2018 @@ -1867,60 +1867,60 @@ ./bin/tests/system/padding/tests.sh SH 2017,2018 ./bin/tests/system/pending/clean.sh SH 2009,2012,2014,2016,2018 ./bin/tests/system/pending/ns1/named.conf.in CONF-C 2009,2016,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 2009,2010,2016,2018 -./bin/tests/system/pending/ns2/sign.sh SH 2009,2010,2012,2014,2016,2017 -./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,2017,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 2009,2016,2018 ./bin/tests/system/pending/ns4/named.conf.in CONF-C 2009,2016,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,2017,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 2014,2015,2016,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 2014,2015,2016,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 2014,2015,2016,2018 ./bin/tests/system/pipelined/ns4/named.conf.in CONF-C 2014,2015,2016,2018 ./bin/tests/system/pipelined/pipequeries.c C 2014,2015,2015,2016,2017,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,2017,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/ns1/named.conf CONF-C 2010,2013,2014,2016,2017 -./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/ns1/named.conf CONF-C 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 2010,2013,2014,2016,2017,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 2014,2016,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 2014,2016,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 2014,2016,2018 ./bin/tests/system/reclimit/ns3/named2.conf.in CONF-C 2014,2016,2018 ./bin/tests/system/reclimit/ns3/named3.conf.in CONF-C 2014,2016,2018 @@ -1929,30 +1929,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 2011,2016,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,2017 -./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,2017,2018 +./bin/tests/system/redirect/ns2/example.db.in ZONE 2013,2016,2018 ./bin/tests/system/redirect/ns2/named.conf.in CONF-C 2011,2013,2016,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 2015,2016,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,2017 -./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,2017,2018 +./bin/tests/system/redirect/ns4/example.db.in ZONE 2015,2016,2018 ./bin/tests/system/redirect/ns4/named.conf.in CONF-C 2015,2016,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,2017,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 @@ -1960,90 +1960,90 @@ ./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 2000,2001,2004,2007,2009,2013,2014,2015,2016,2017,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 2010,2011,2012,2013,2015,2016,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,2017 -./bin/tests/system/resolver/ns4/tld2.db ZONE 2012,2014,2016,2017 -./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,2017,2018 +./bin/tests/system/resolver/ns4/tld2.db ZONE 2012,2014,2016,2017,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 2010,2011,2013,2014,2015,2016,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/fetch.tld.db ZONE 2017 -./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/fetch.tld.db ZONE 2017,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 2010,2012,2013,2014,2015,2016,2017,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 2010,2011,2013,2014,2016,2018 ./bin/tests/system/resolver/ns7/named2.conf.in CONF-C 2013,2014,2016,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,2017,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,2017 +./bin/tests/system/rndc/.gitignore X 2014,2018 +./bin/tests/system/rndc/Makefile.in MAKE 2014,2015,2016,2017,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 2011,2012,2013,2016,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 2012,2013,2015,2016,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 2015,2016,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,2017,2018 ./bin/tests/system/rndc/tests.sh SH 2011,2012,2013,2014,2015,2016,2017,2018 -./bin/tests/system/rpz/.gitignore X 2017 -./bin/tests/system/rpz/Makefile.in MAKE 2017 -./bin/tests/system/rpz/ckdnsrps.sh SH 2017 +./bin/tests/system/rpz/.gitignore X 2017,2018 +./bin/tests/system/rpz/Makefile.in MAKE 2017,2018 +./bin/tests/system/rpz/ckdnsrps.sh SH 2017,2018 ./bin/tests/system/rpz/clean.sh SH 2011,2012,2013,2014,2016,2017,2018 ./bin/tests/system/rpz/dnsrps.c C 2017,2018 -./bin/tests/system/rpz/dnsrpzd-license.conf X 2017 +./bin/tests/system/rpz/dnsrpzd-license.conf X 2017,2018 ./bin/tests/system/rpz/dnsrpzd.conf.in CONF-C 2017,2018 ./bin/tests/system/rpz/ns1/named.conf.in CONF-C 2011,2013,2016,2017,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 2011,2012,2013,2016,2017,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,2017 -./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,2017,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 2011,2012,2013,2016,2017,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 2011,2012,2013,2016,2017,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 2012,2013,2014,2016,2017,2018 -./bin/tests/system/rpz/ns5/tld5.db ZONE 2013,2016,2017 -./bin/tests/system/rpz/ns6/hints ZONE 2014,2016 +./bin/tests/system/rpz/ns5/tld5.db ZONE 2013,2016,2017,2018 +./bin/tests/system/rpz/ns6/hints ZONE 2014,2016,2018 ./bin/tests/system/rpz/ns6/named.conf.in CONF-C 2014,2016,2017,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 2014,2016,2017,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,2017,2018 ./bin/tests/system/rpz/test1 ZONE 2011,2012,2013,2016,2018 ./bin/tests/system/rpz/test2 ZONE 2011,2012,2013,2016,2018 @@ -2054,123 +2054,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,2017,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 2015,2016,2017,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,2017 -./bin/tests/system/rpzrecurse/ns2/named.clientip2.conf CONF-C 2016,2017 +./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,2017,2018 +./bin/tests/system/rpzrecurse/ns2/named.clientip2.conf CONF-C 2016,2017,2018 ./bin/tests/system/rpzrecurse/ns2/named.conf.header.in CONF-C 2015,2016,2017,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,2017 -./bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf CONF-C 2015,2016,2017 -./bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf CONF-C 2015,2016,2017 -./bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf CONF-C 2015,2016,2017 -./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,2017,2018 +./bin/tests/system/rpzrecurse/ns2/named.wildcard1.conf CONF-C 2015,2016,2017,2018 +./bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf CONF-C 2015,2016,2017,2018 +./bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf CONF-C 2015,2016,2017,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,2017,2018 ./bin/tests/system/rpzrecurse/ns3/named2.conf.in CONF-C 2016,2017,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,2017,2018 -./bin/tests/system/rpzrecurse/prereq.sh SH 2015,2016,2017 +./bin/tests/system/rpzrecurse/prereq.sh SH 2015,2016,2017,2018 ./bin/tests/system/rpzrecurse/setup.sh SH 2015,2016,2017,2018 -./bin/tests/system/rpzrecurse/testgen.pl PERL 2015,2016,2017 +./bin/tests/system/rpzrecurse/testgen.pl PERL 2015,2016,2017,2018 ./bin/tests/system/rpzrecurse/tests.sh SH 2015,2016,2017,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,2017 +./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,2017,2018 ./bin/tests/system/rrl/clean.sh SH 2012,2013,2014,2016,2018 ./bin/tests/system/rrl/ns1/named.conf.in CONF-C 2012,2013,2016,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 2012,2013,2016,2017,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 2012,2013,2016,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 2016,2017,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,2017,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 2006,2007,2013,2016,2018 -./bin/tests/system/rrsetorder/ns1/root.db ZONE 2006,2007,2012,2016,2017 +./bin/tests/system/rrsetorder/ns1/root.db ZONE 2006,2007,2012,2016,2017,2018 ./bin/tests/system/rrsetorder/ns2/named.conf.in CONF-C 2006,2007,2016,2018 ./bin/tests/system/rrsetorder/ns3/named.conf.in CONF-C 2006,2007,2016,2017,2018 ./bin/tests/system/rrsetorder/ns4/named.conf.in CONF-C 2015,2016,2017,2018 ./bin/tests/system/rrsetorder/setup.sh SH 2018 ./bin/tests/system/rrsetorder/tests.sh SH 2006,2007,2008,2011,2012,2014,2015,2016,2017,2018 -./bin/tests/system/rsabigexponent/.gitignore X 2013 -./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014,2015,2016,2017 -./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015,2016,2017 +./bin/tests/system/rsabigexponent/.gitignore X 2013,2018 +./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014,2015,2016,2017,2018 +./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015,2016,2017,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 2012,2016,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 2012,2016,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 2012,2016,2018 ./bin/tests/system/rsabigexponent/prereq.sh SH 2012,2014,2016,2017,2018 ./bin/tests/system/rsabigexponent/setup.sh SH 2012,2014,2016,2017,2018 @@ -2178,7 +2178,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,2018 ./bin/tests/system/runtime/ns2/named-alt2.conf.in CONF-C 2014,2016,2017,2018 @@ -2189,907 +2189,911 @@ ./bin/tests/system/runtime/ns2/named1.conf.in CONF-C 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/send.pl PERL 2001,2004,2007,2011,2012,2016,2018 ./bin/tests/system/serve-stale/.gitignore X 2018 ./bin/tests/system/serve-stale/ans2/ans.pl PERL 2017,2018 ./bin/tests/system/serve-stale/clean.sh SH 2017,2018 ./bin/tests/system/serve-stale/ns1/named1.conf.in CONF-C 2017,2018 ./bin/tests/system/serve-stale/ns1/named2.conf.in CONF-C 2017,2018 -./bin/tests/system/serve-stale/ns1/root.db ZONE 2017 +./bin/tests/system/serve-stale/ns1/root.db ZONE 2017,2018 ./bin/tests/system/serve-stale/ns3/named.conf.in CONF-C 2017,2018 -./bin/tests/system/serve-stale/prereq.sh SH 2017 +./bin/tests/system/serve-stale/prereq.sh SH 2017,2018 ./bin/tests/system/serve-stale/setup.sh SH 2017,2018 ./bin/tests/system/serve-stale/tests.sh SH 2017,2018 -./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/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,2017,2018 ./bin/tests/system/sfcache/ns1/named.conf.in CONF-C 2014,2016,2018 -./bin/tests/system/sfcache/ns1/root.db.in ZONE 2014,2016 -./bin/tests/system/sfcache/ns1/sign.sh SH 2014,2016,2017 -./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,2017,2018 +./bin/tests/system/sfcache/ns2/example.db.in ZONE 2014,2016,2018 ./bin/tests/system/sfcache/ns2/named.conf.in CONF-C 2014,2016,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 2014,2016,2017,2018 -./bin/tests/system/sfcache/ns5/trusted.conf.bad CONF-C 2014,2016 -./bin/tests/system/sfcache/prereq.sh SH 2014,2016,2017 +./bin/tests/system/sfcache/ns5/trusted.conf.bad CONF-C 2014,2016,2018 +./bin/tests/system/sfcache/prereq.sh SH 2014,2016,2017,2018 ./bin/tests/system/sfcache/setup.sh SH 2014,2016,2017,2018 ./bin/tests/system/sfcache/tests.sh SH 2014,2016,2017,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,2017 +./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,2017,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 2000,2001,2004,2007,2016,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 2013,2016,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 2010,2016,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 2010,2016,2018 -./bin/tests/system/staticstub/ns4/sign.sh SH 2010,2012,2014,2016,2017 -./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,2017,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,2017,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 2012,2015,2016,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 2012,2015,2016,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 2012,2013,2015,2016,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,2017,2018 ./bin/tests/system/statschannel/clean.sh SH 2015,2016,2017,2018 -./bin/tests/system/statschannel/fetch.pl PERL 2015,2016 -./bin/tests/system/statschannel/mem-xml.pl PERL 2017 -./bin/tests/system/statschannel/ns2/example.db ZONE 2015,2016 +./bin/tests/system/statschannel/fetch.pl PERL 2015,2016,2018 +./bin/tests/system/statschannel/mem-xml.pl PERL 2017,2018 +./bin/tests/system/statschannel/ns2/example.db ZONE 2015,2016,2018 ./bin/tests/system/statschannel/ns2/named.conf.in CONF-C 2015,2016,2017,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,2017,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,2017,2018 -./bin/tests/system/stop.sh SH 2000,2001,2004,2007,2012,2016 -./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/ns3/named.conf CONF-C 2000,2001,2004,2007,2013,2016,2017 -./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/stop.sh SH 2000,2001,2004,2007,2012,2016,2018 +./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 2018 +./bin/tests/system/stress/ns3/named.conf CONF-C 2000,2001,2004,2007,2013,2016,2017,2018 +./bin/tests/system/stress/ns4/named.conf CONF-C 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 2000,2001,2004,2007,2016,2017,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 2000,2001,2004,2007,2016,2017,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 2000,2001,2004,2007,2016,2017,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/synthfromdnssec/clean.sh SH 2017,2018 -./bin/tests/system/synthfromdnssec/ns1/example.db.in ZONE 2017 +./bin/tests/system/synthfromdnssec/ns1/example.db.in ZONE 2017,2018 ./bin/tests/system/synthfromdnssec/ns1/named.conf.in CONF-C 2017,2018 -./bin/tests/system/synthfromdnssec/ns1/root.db.in ZONE 2017 -./bin/tests/system/synthfromdnssec/ns1/sign.sh SH 2017 +./bin/tests/system/synthfromdnssec/ns1/root.db.in ZONE 2017,2018 +./bin/tests/system/synthfromdnssec/ns1/sign.sh SH 2017,2018 ./bin/tests/system/synthfromdnssec/ns2/named.conf.in CONF-C 2017,2018 -./bin/tests/system/synthfromdnssec/ns2/root.hints ZONE 2017 +./bin/tests/system/synthfromdnssec/ns2/root.hints ZONE 2017,2018 ./bin/tests/system/synthfromdnssec/ns3/named.conf.in CONF-C 2017,2018 -./bin/tests/system/synthfromdnssec/ns3/redirect.db ZONE 2017 -./bin/tests/system/synthfromdnssec/ns3/root.hints ZONE 2017 +./bin/tests/system/synthfromdnssec/ns3/redirect.db ZONE 2017,2018 +./bin/tests/system/synthfromdnssec/ns3/root.hints ZONE 2017,2018 ./bin/tests/system/synthfromdnssec/ns4/named.conf.in CONF-C 2017,2018 -./bin/tests/system/synthfromdnssec/ns4/root.hints ZONE 2017 +./bin/tests/system/synthfromdnssec/ns4/root.hints ZONE 2017,2018 ./bin/tests/system/synthfromdnssec/ns5/named.conf.in CONF-C 2017,2018 -./bin/tests/system/synthfromdnssec/ns5/root.hints ZONE 2017 -./bin/tests/system/synthfromdnssec/prereq.sh SH 2017 +./bin/tests/system/synthfromdnssec/ns5/root.hints ZONE 2017,2018 +./bin/tests/system/synthfromdnssec/prereq.sh SH 2017,2018 ./bin/tests/system/synthfromdnssec/setup.sh SH 2017,2018 ./bin/tests/system/synthfromdnssec/tests.sh SH 2017,2018 ./bin/tests/system/tcp/clean.sh SH 2014,2016,2018 ./bin/tests/system/tcp/ns1/named.conf.in CONF-C 2014,2016,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 2014,2016,2018 ./bin/tests/system/tcp/ns3/named.conf.in CONF-C 2014,2016,2018 ./bin/tests/system/tcp/ns4/named.conf.in CONF-C 2014,2016,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,2017 -./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,2017 -./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014,2015,2016,2017 -./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,2017 -./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,2017 -./bin/tests/system/tkey/tests.sh SH 2001,2004,2007,2009,2011,2012,2013,2014,2016,2017 -./bin/tests/system/tools/clean.sh SH 2017 +./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014,2015,2016,2017,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,2017,2018 +./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014,2015,2016,2017,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,2017,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,2017,2018 +./bin/tests/system/tkey/tests.sh SH 2001,2004,2007,2009,2011,2012,2013,2014,2016,2017,2018 +./bin/tests/system/tools/clean.sh SH 2017,2018 ./bin/tests/system/tools/tests.sh SH 2017,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 2005,2006,2007,2016,2018 ./bin/tests/system/tsig/setup.sh SH 2016,2017,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 2010,2011,2013,2016,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,2017,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 2000,2001,2004,2007,2016,2018 ./bin/tests/system/unknown/ns2/named.conf.in CONF-C 2012,2016,2018 ./bin/tests/system/unknown/ns3/named.conf.in CONF-C 2012,2016,2018 -./bin/tests/system/unknown/ns3/sign.sh SH 2012,2014,2016,2017 -./bin/tests/system/unknown/prereq.sh SH 2014,2016 +./bin/tests/system/unknown/ns3/sign.sh SH 2012,2014,2016,2017,2018 +./bin/tests/system/unknown/prereq.sh SH 2014,2016,2018 ./bin/tests/system/unknown/setup.sh SH 2012,2014,2016,2017,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 2000,2001,2004,2007,2014,2016,2017,2018 ./bin/tests/system/upforwd/ns2/named.conf.in CONF-C 2000,2001,2004,2007,2014,2016,2017,2018 ./bin/tests/system/upforwd/ns3/named.conf.in CONF-C 2000,2001,2004,2007,2011,2014,2016,2017,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,2017,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,2017 +./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,2017,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,2017,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 2000,2001,2004,2007,2016,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 2000,2001,2004,2007,2013,2016,2018 ./bin/tests/system/views/ns2/named2.conf.in CONF-C 2000,2001,2004,2007,2013,2014,2015,2016,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 2000,2001,2004,2007,2013,2016,2018 ./bin/tests/system/views/ns3/named2.conf.in CONF-C 2000,2001,2004,2007,2013,2016,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 2013,2016,2018 ./bin/tests/system/views/setup.sh SH 2000,2001,2004,2007,2012,2014,2016,2017,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 2012,2016,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 2012,2016,2018 ./bin/tests/system/wildcard/ns4/named.conf.in CONF-C 2012,2016,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 2013,2016,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,2017,2018 ./bin/tests/system/wildcard/tests.sh SH 2012,2013,2016,2018 -./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.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.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.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.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/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.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.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.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.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.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/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 2000,2001,2004,2007,2011,2014,2016,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 2000,2001,2004,2005,2007,2013,2016,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 2000,2001,2004,2007,2011,2013,2016,2017,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 2011,2014,2016,2018 ./bin/tests/system/xfer/ns7/named.conf.in CONF-C 2011,2014,2016,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 2015,2016,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 2000,2001,2004,2007,2016,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 2000,2001,2004,2007,2016,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 2013,2016,2017,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 2013,2016,2017,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 2013,2016,2017,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 2013,2016,2017,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 2012,2013,2014,2015,2016,2017,2018 ./bin/tests/system/zonechecks/ns2/named.conf.in CONF-C 2012,2013,2016,2017,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,2017,2018 ./bin/tests/system/zonechecks/tests.sh SH 2004,2007,2009,2012,2013,2014,2015,2016,2018 -./bin/tests/t_api.pl PERL 1999,2000,2001,2004,2007,2012,2016 +./bin/tests/t_api.pl PERL 1999,2000,2001,2004,2007,2012,2016,2018 ./bin/tests/task_test.c C 1998,1999,2000,2001,2004,2007,2013,2014,2015,2016,2018 -./bin/tests/tasks/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 +./bin/tests/tasks/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 ./bin/tests/tasks/t_tasks.c C 1998,1999,2000,2001,2004,2005,2007,2009,2011,2013,2014,2015,2016,2018 -./bin/tests/tasks/win32/t_tasks.vcxproj.filters.in X 2013,2015 -./bin/tests/tasks/win32/t_tasks.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/tasks/win32/t_tasks.vcxproj.user X 2013,2015 +./bin/tests/tasks/win32/t_tasks.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/tasks/win32/t_tasks.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/tasks/win32/t_tasks.vcxproj.user X 2013,2015,2018 ./bin/tests/timer_test.c C 1998,1999,2000,2001,2004,2007,2013,2014,2015,2016,2018 -./bin/tests/timers/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017 -./bin/tests/timers/t_timers.c C 1999,2000,2001,2004,2007,2008,2009,2011,2013,2016 -./bin/tests/timers/win32/t_timers.vcxproj.filters.in X 2013,2015 -./bin/tests/timers/win32/t_timers.vcxproj.in X 2013,2015,2016,2017 -./bin/tests/timers/win32/t_timers.vcxproj.user X 2013 -./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,2017 -./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,2017 -./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.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.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.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.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.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.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.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.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/tests/wire_test.data X 1999,2000,2001 -./bin/tests/wire_test.data2 X 1999,2000,2001 -./bin/tests/wire_test.data3 X 1999,2000,2001 -./bin/tests/wire_test.data4 X 1999,2000,2001 -./bin/tests/zone_test.c C 1999,2000,2001,2002,2004,2005,2007,2009,2012,2014,2015,2016 -./bin/tools/.gitignore X 2012,2014,2015,2016,2017 -./bin/tools/Makefile.in MAKE 2009,2010,2012,2013,2014,2015,2016,2017 +./bin/tests/timers/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016,2017,2018 +./bin/tests/timers/t_timers.c C 1999,2000,2001,2004,2007,2008,2009,2011,2013,2016,2018 +./bin/tests/timers/win32/t_timers.vcxproj.filters.in X 2013,2015,2018 +./bin/tests/timers/win32/t_timers.vcxproj.in X 2013,2015,2016,2017,2018 +./bin/tests/timers/win32/t_timers.vcxproj.user X 2013,2018 +./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,2017,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,2017,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.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.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.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.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.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.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.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.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/tests/wire_test.data X 1999,2000,2001,2018 +./bin/tests/wire_test.data2 X 1999,2000,2001,2018 +./bin/tests/wire_test.data3 X 1999,2000,2001,2018 +./bin/tests/wire_test.data4 X 1999,2000,2001,2018 +./bin/tests/zone_test.c C 1999,2000,2001,2002,2004,2005,2007,2009,2012,2014,2015,2016,2018 +./bin/tools/.gitignore X 2012,2014,2015,2016,2017,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,2017,2018 -./bin/tools/dnstap-read.docbook SGML 2015,2016,2017 +./bin/tools/dnstap-read.docbook SGML 2015,2016,2017,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/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,2017 -./bin/tools/nsec3hash.docbook SGML 2009,2014,2015,2016,2017 +./bin/tools/nsec3hash.c C 2006,2008,2009,2011,2014,2016,2017,2018 +./bin/tools/nsec3hash.docbook SGML 2009,2014,2015,2016,2017,2018 ./bin/tools/nsec3hash.html HTML DOCBOOK -./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.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/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.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.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.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.h C.PORTION 2001,2004,2007,2016 -./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/win32/BINDInstall/VersionInfo.cpp X 2001,2008,2015,2017 -./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/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.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/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.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.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.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.h C.PORTION 2001,2004,2007,2016,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,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,2017 -./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,2017,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,2017 -./contrib/dlz/drivers/dlz_bdbhpt_driver.c X 2005,2010,2011,2012,2016,2017 -./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,2017 -./contrib/dlz/drivers/dlz_ldap_driver.c X 2005,2010,2011,2012,2016,2017 -./contrib/dlz/drivers/dlz_mysql_driver.c X 2005,2007,2009,2010,2011,2012,2016,2017 -./contrib/dlz/drivers/dlz_odbc_driver.c X 2005,2010,2011,2012,2014,2016,2017 -./contrib/dlz/drivers/dlz_postgres_driver.c X 2005,2007,2010,2011,2012,2014,2016,2017 -./contrib/dlz/drivers/dlz_stub_driver.c X 2005,2010,2011,2012,2016,2017 -./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,2017 -./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/dnsperf-patches/0001-Add-support-for-sending-EDNS-CLIENT-SUBNET-option-in.patch 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,2017,2018 +./contrib/dlz/drivers/dlz_bdbhpt_driver.c X 2005,2010,2011,2012,2016,2017,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,2017,2018 +./contrib/dlz/drivers/dlz_ldap_driver.c X 2005,2010,2011,2012,2016,2017,2018 +./contrib/dlz/drivers/dlz_mysql_driver.c X 2005,2007,2009,2010,2011,2012,2016,2017,2018 +./contrib/dlz/drivers/dlz_odbc_driver.c X 2005,2010,2011,2012,2014,2016,2017,2018 +./contrib/dlz/drivers/dlz_postgres_driver.c X 2005,2007,2010,2011,2012,2014,2016,2017,2018 +./contrib/dlz/drivers/dlz_stub_driver.c X 2005,2010,2011,2012,2016,2017,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,2017,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/dnsperf-patches/0001-Add-support-for-sending-EDNS-CLIENT-SUBNET-option-in.patch 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 @@ -3103,26 +3107,26 @@ ./doc/arm/Bv9ARM.ch10.html X 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018 ./doc/arm/Bv9ARM.ch11.html X 2015,2016,2017,2018 ./doc/arm/Bv9ARM.ch12.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 @@ -3162,1218 +3166,1218 @@ ./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/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/contrib.md MKD 2017 -./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/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/contrib.md MKD 2017,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,2017 -./doc/misc/sdb TXT.BRIEF 2000,2001,2004,2016,2017 +./doc/misc/rfc-compliance TXT.BRIEF 2001,2004,2015,2016,2018 +./doc/misc/roadmap TXT.BRIEF 2000,2001,2004,2016,2017,2018 +./doc/misc/sdb TXT.BRIEF 2000,2001,2004,2016,2017,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,2017 +./isc-config.sh.docbook SGML 2009,2014,2015,2016,2017,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,2017 -./lib/Kyuafile X 2017 -./lib/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2012,2013,2014,2016,2017 -./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012,2014,2015,2016,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,2017,2018 +./lib/Kyuafile X 2017,2018 +./lib/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2012,2013,2014,2016,2017,2018 +./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.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/acl.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2013,2014,2016,2017 +./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.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/acl.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2013,2014,2016,2017,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,2017 +./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,2017,2018 ./lib/dns/db.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013,2015,2016,2017,2018 -./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/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/dnsrps.c C 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/dnsrps.c C 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,2017 -./lib/dns/ecs.c C 2017 -./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,2017,2018 +./lib/dns/ecs.c C 2017,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,2017 -./lib/dns/include/dns/acl.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2011,2013,2014,2016,2017 -./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,2017 -./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/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,2017,2018 +./lib/dns/include/dns/acl.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2011,2013,2014,2016,2017,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,2017,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 -./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/dnsrps.h C 2017 -./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/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/dnsrps.h C 2017,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 -./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/ecs.h C 2017 -./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,2017 -./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,2017 -./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,2017 -./lib/dns/include/dns/librpz.h C 2017 -./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/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/ecs.h C 2017,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,2017,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,2017,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,2017,2018 +./lib/dns/include/dns/librpz.h C 2017,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,2017 -./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,2017 -./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/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,2017,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,2017,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 -./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/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,2017 -./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,2017,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,2017 -./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,2017,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,2017,2018 -./lib/dns/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016,2017 -./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,2017 +./lib/dns/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015,2016,2017,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,2017,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,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,2017 -./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,2017,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,2017 -./lib/dns/peer.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017 -./lib/dns/pkcs11.c C 2014,2016,2017 -./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,2017,2018 +./lib/dns/peer.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014,2015,2016,2017,2018 +./lib/dns/pkcs11.c C 2014,2016,2017,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/wks_11.c C 1999,2000,2001,2002,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017 -./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,2017 -./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/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,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,2017,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,2017,2018 ./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,2017,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 -./lib/dns/tests/Kdh.+002+18602.key X 2014 -./lib/dns/tests/Krsa.+005+29235.key X 2016 -./lib/dns/tests/Kyuafile X 2017 -./lib/dns/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017 -./lib/dns/tests/acl_test.c C 2016 -./lib/dns/tests/db_test.c C 2013,2015,2016,2017 -./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/Atffile X 2011,2017,2018 +./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,2018 +./lib/dns/tests/db_test.c C 2013,2015,2016,2017,2018 +./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/dnstest.c C 2011,2012,2013,2014,2015,2016,2017 -./lib/dns/tests/dnstest.h C 2011,2012,2014,2015,2016,2017 -./lib/dns/tests/dstrandom_test.c C 2017 -./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/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/dstrandom_test.c C 2017,2018 +./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/rbt_test.c C 2012,2013,2014,2015,2016,2017 -./lib/dns/tests/rdata_test.c C 2012,2013,2015,2016,2017 -./lib/dns/tests/rdataset_test.c C 2012,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,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/rsa_test.c C 2016 -./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/dstrandom/random.data X 2017 -./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/tsig_p.h C 2017 -./lib/dns/ttl.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013,2014,2016,2017 +./lib/dns/tests/rsa_test.c C 2016,2018 +./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/dstrandom/random.data X 2017,2018 +./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/tsig_p.h C 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.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.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.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.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,2017 -./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/resconf.c C 2009,2011,2012,2014,2015,2016,2017 -./lib/irs/tests/Atffile X 2016,2017 -./lib/irs/tests/Kyuafile X 2017 -./lib/irs/tests/Makefile.in MAKE 2016,2017 -./lib/irs/tests/resconf_test.c C 2016 -./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/options-debug.conf CONF-SH 2016 -./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,2017 -./lib/irs/win32/include/irs/platform.h C 2014,2016 -./lib/irs/win32/libirs.def 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/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,2017,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,2017,2018 +./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,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-debug.conf CONF-SH 2016,2018 +./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,2017,2018 +./lib/irs/win32/include/irs/platform.h C 2014,2016,2018 +./lib/irs/win32/libirs.def 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 -./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/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,2017,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/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 -./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/include/isc/buffer.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2010,2012,2014,2016,2017 -./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/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,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,2017 -./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,2017 -./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/fuzz.h C 2017 -./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,2017,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,2017,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/fuzz.h C 2017,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,2017 -./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,2017 -./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,2017 -./lib/isc/include/isc/magic.h C 1999,2000,2001,2004,2005,2006,2007,2016,2017 +./lib/isc/include/isc/ht.h C 2016,2017,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,2017,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,2017,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,2017,2018 -./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/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,2017 -./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,2017 -./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/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/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,2017,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,2017,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/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,2017,2018 -./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/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/netscope.c C 2002,2004,2005,2006,2007,2016 -./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/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/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,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/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,2017 -./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,2017,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,2018 -./lib/isc/taskpool.c C 1999,2000,2001,2004,2005,2007,2011,2012,2013,2016 -./lib/isc/tests/Atffile X 2011,2017 -./lib/isc/tests/Kyuafile X 2017 -./lib/isc/tests/Makefile.in MAKE 2011,2012,2013,2014,2015,2016,2017 -./lib/isc/tests/aes_test.c C 2014,2016 -./lib/isc/tests/buffer_test.c C 2014,2015,2016,2017 -./lib/isc/tests/counter_test.c C 2014,2016 -./lib/isc/tests/errno_test.c C 2016 -./lib/isc/tests/file_test.c C 2014,2016,2017 +./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,2018 +./lib/isc/tests/buffer_test.c C 2014,2015,2016,2017,2018 +./lib/isc/tests/counter_test.c C 2014,2016,2018 +./lib/isc/tests/errno_test.c C 2016,2018 +./lib/isc/tests/file_test.c C 2014,2016,2017,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/ht_test.c C 2016,2017 -./lib/isc/tests/inet_ntop_test.c C 2017 -./lib/isc/tests/isctest.c C 2011,2012,2013,2014,2016,2017 -./lib/isc/tests/isctest.h C 2011,2012,2016 -./lib/isc/tests/lex_test.c C 2013,2016 -./lib/isc/tests/mem_test.c C 2015,2016,2017 -./lib/isc/tests/netaddr_test.c C 2016 -./lib/isc/tests/parse_test.c C 2012,2013,2016 -./lib/isc/tests/pool_test.c C 2013,2016 -./lib/isc/tests/print_test.c C 2014,2015,2016 -./lib/isc/tests/queue_test.c C 2011,2012,2016 -./lib/isc/tests/radix_test.c C 2014,2016 +./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,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,2018 +./lib/isc/tests/mem_test.c C 2015,2016,2017,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,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/sockaddr_test.c C 2012,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 -./lib/isc/tests/task_test.c C 2011,2012,2016,2017 -./lib/isc/tests/taskpool_test.c C 2011,2012,2016 -./lib/isc/tests/testdata/file/keep X 2014 +./lib/isc/tests/symtab_test.c C 2011,2012,2013,2016,2018 +./lib/isc/tests/task_test.c C 2011,2012,2016,2017,2018 +./lib/isc/tests/taskpool_test.c C 2011,2012,2016,2018 +./lib/isc/tests/testdata/file/keep X 2014,2018 ./lib/isc/tests/time_test.c C 2014,2015,2016,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,2017 -./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/unix/entropy.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2012,2016,2017 -./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/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,2017,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,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,2017 -./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,2017,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,2017 -./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,2017 -./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,2017 -./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,2017,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,2017,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,2017,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.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 -./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.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/win32os.c C 2002,2004,2007,2013,2014,2015,2016 -./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,2017 -./lib/isccc/alist.c C.NOM 2001,2004,2005,2007,2015,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,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,2017,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.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.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/Makefile.in MAKE 2016,2017 +./lib/isccfg/tests/Atffile X 2016,2017,2018 +./lib/isccfg/tests/Kyuafile X 2017,2018 +./lib/isccfg/tests/Makefile.in MAKE 2016,2017,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.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/ns/Atffile X 2017 -./lib/ns/Kyuafile X 2017 -./lib/ns/Makefile.in MAKE 2017 -./lib/ns/api X 2017 +./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/ns/Atffile X 2017,2018 +./lib/ns/Kyuafile X 2017,2018 +./lib/ns/Makefile.in MAKE 2017,2018 +./lib/ns/api X 2017,2018 ./lib/ns/client.c C 2017,2018 ./lib/ns/hooks.h C 2017,2018 -./lib/ns/include/Makefile.in MAKE 2017 -./lib/ns/include/ns/Makefile.in MAKE 2017 +./lib/ns/include/Makefile.in MAKE 2017,2018 +./lib/ns/include/ns/Makefile.in MAKE 2017,2018 ./lib/ns/include/ns/client.h C 2017,2018 -./lib/ns/include/ns/interfacemgr.h C 2017 -./lib/ns/include/ns/lib.h C 2017 -./lib/ns/include/ns/listenlist.h C 2017 -./lib/ns/include/ns/log.h C 2017 -./lib/ns/include/ns/notify.h C 2017 -./lib/ns/include/ns/query.h C 2017 +./lib/ns/include/ns/interfacemgr.h C 2017,2018 +./lib/ns/include/ns/lib.h C 2017,2018 +./lib/ns/include/ns/listenlist.h C 2017,2018 +./lib/ns/include/ns/log.h C 2017,2018 +./lib/ns/include/ns/notify.h C 2017,2018 +./lib/ns/include/ns/query.h C 2017,2018 ./lib/ns/include/ns/server.h C 2017,2018 -./lib/ns/include/ns/sortlist.h C 2017 -./lib/ns/include/ns/stats.h C 2017 -./lib/ns/include/ns/types.h C 2017 -./lib/ns/include/ns/update.h C 2017 -./lib/ns/include/ns/version.h C 2017 -./lib/ns/include/ns/xfrout.h C 2017 -./lib/ns/interfacemgr.c C 2017 -./lib/ns/lib.c C 2017 -./lib/ns/listenlist.c C 2017 -./lib/ns/log.c C 2017 +./lib/ns/include/ns/sortlist.h C 2017,2018 +./lib/ns/include/ns/stats.h C 2017,2018 +./lib/ns/include/ns/types.h C 2017,2018 +./lib/ns/include/ns/update.h C 2017,2018 +./lib/ns/include/ns/version.h C 2017,2018 +./lib/ns/include/ns/xfrout.h C 2017,2018 +./lib/ns/interfacemgr.c C 2017,2018 +./lib/ns/lib.c C 2017,2018 +./lib/ns/listenlist.c C 2017,2018 +./lib/ns/log.c C 2017,2018 ./lib/ns/notify.c C 2017,2018 ./lib/ns/query.c C 2017,2018 -./lib/ns/server.c C 2017 -./lib/ns/sortlist.c C 2017 -./lib/ns/stats.c C 2017 -./lib/ns/tests/Atffile X 2017 -./lib/ns/tests/Kyuafile X 2017 -./lib/ns/tests/Makefile.in MAKE 2017 -./lib/ns/tests/listenlist_test.c C 2017 -./lib/ns/tests/notify_test.c C 2017 +./lib/ns/server.c C 2017,2018 +./lib/ns/sortlist.c C 2017,2018 +./lib/ns/stats.c C 2017,2018 +./lib/ns/tests/Atffile X 2017,2018 +./lib/ns/tests/Kyuafile X 2017,2018 +./lib/ns/tests/Makefile.in MAKE 2017,2018 +./lib/ns/tests/listenlist_test.c C 2017,2018 +./lib/ns/tests/notify_test.c C 2017,2018 ./lib/ns/tests/nstest.c C 2017,2018 -./lib/ns/tests/nstest.h C 2017 +./lib/ns/tests/nstest.h C 2017,2018 ./lib/ns/tests/query_test.c C 2017,2018 -./lib/ns/tests/testdata/notify/notify1.msg X 2017 -./lib/ns/tests/testdata/notify/zone1.db ZONE 2017 -./lib/ns/tests/testdata/query/foo.db ZONE 2017 +./lib/ns/tests/testdata/notify/notify1.msg X 2017,2018 +./lib/ns/tests/testdata/notify/zone1.db ZONE 2017,2018 +./lib/ns/tests/testdata/query/foo.db ZONE 2017,2018 ./lib/ns/update.c C 2017,2018 -./lib/ns/version.c C 2017 -./lib/ns/win32/DLLMain.c C 2017 +./lib/ns/version.c C 2017,2018 +./lib/ns/win32/DLLMain.c C 2017,2018 ./lib/ns/win32/libns.def X 2017,2018 -./lib/ns/win32/libns.vcxproj.filters X 2017 -./lib/ns/win32/libns.vcxproj.in X 2017 -./lib/ns/win32/libns.vcxproj.user X 2017 -./lib/ns/win32/version.c C 2017 -./lib/ns/xfrout.c C 2017 -./lib/samples/.gitignore X 2013,2014 -./lib/samples/Makefile-postinstall.in MAKE 2009,2012,2013,2014,2016,2017 -./lib/samples/Makefile.in MAKE 2009,2012,2013,2014,2015,2016,2017 +./lib/ns/win32/libns.vcxproj.filters X 2017,2018 +./lib/ns/win32/libns.vcxproj.in X 2017,2018 +./lib/ns/win32/libns.vcxproj.user X 2017,2018 +./lib/ns/win32/version.c C 2017,2018 +./lib/ns/xfrout.c C 2017,2018 +./lib/samples/.gitignore X 2013,2014,2018 +./lib/samples/Makefile-postinstall.in MAKE 2009,2012,2013,2014,2016,2017,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.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.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.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.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.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.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/tests/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2009,2012,2016,2017 -./lib/tests/T_testlist.imp X 2004 -./lib/tests/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016 -./lib/tests/include/tests/Makefile.in MAKE 1999,2000,2001,2004,2007,2012,2015,2016 -./lib/tests/include/tests/t_api.h C 1999,2000,2001,2004,2005,2006,2007,2010,2013,2014,2016,2017 -./lib/tests/t_api.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2013,2014,2016,2017 -./lib/tests/win32/DLLMain.c C 2013,2016 -./lib/tests/win32/libtests.def X 2013 -./lib/tests/win32/libtests.vcxproj.filters.in X 2013,2015 -./lib/tests/win32/libtests.vcxproj.in X 2013,2015,2016,2017 -./lib/tests/win32/libtests.vcxproj.user X 2013 -./lib/win32/bindevt/bindevt.c C 2000,2001,2004,2007,2016 -./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,2017 -./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.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.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.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.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.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.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/tests/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2009,2012,2016,2017,2018 +./lib/tests/T_testlist.imp X 2004,2018 +./lib/tests/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2016,2018 +./lib/tests/include/tests/Makefile.in MAKE 1999,2000,2001,2004,2007,2012,2015,2016,2018 +./lib/tests/include/tests/t_api.h C 1999,2000,2001,2004,2005,2006,2007,2010,2013,2014,2016,2017,2018 +./lib/tests/t_api.c C 1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2013,2014,2016,2017,2018 +./lib/tests/win32/DLLMain.c C 2013,2016,2018 +./lib/tests/win32/libtests.def X 2013,2018 +./lib/tests/win32/libtests.vcxproj.filters.in X 2013,2015,2018 +./lib/tests/win32/libtests.vcxproj.in X 2013,2015,2016,2017,2018 +./lib/tests/win32/libtests.vcxproj.user X 2013,2018 +./lib/win32/bindevt/bindevt.c C 2000,2001,2004,2007,2016,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,2017,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 @@ -4399,7 +4403,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 @@ -4451,7 +4455,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 @@ -4461,8 +4465,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 @@ -4515,9 +4519,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 @@ -4526,7 +4530,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 @@ -4545,17 +4549,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 @@ -4564,9 +4568,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 @@ -4576,10 +4580,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 @@ -4682,46 +4686,44 @@ ./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,2017 -./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/check-changes PERL 2002,2004,2007,2012,2016 -./util/check-includes.pl PERL 2000,2001,2004,2007,2012,2016,2017 -./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/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,2017,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,2017,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/kit.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2014,2015,2016,2017 -./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,2017,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,2017 -./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 -./version X 1998,1999,2000,2001,2003,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2017 +./util/mksymtbl.pl PERL 2009,2012,2016,2018 +./util/models.c C 2015,2016,2017,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/bind9.sln.in X 2013,2014,2015,2016,2017 -./win32utils/build.txt TXT.BRIEF 2013,2014,2015,2016,2017 -./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015,2016 -./win32utils/readme1st.txt TXT.BRIEF 2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016 +./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,2017,2018 +./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015,2016,2018 +./win32utils/readme1st.txt TXT.BRIEF 2001,2003,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016,2018 diff --git a/util/kit.sh b/util/kit.sh index c55fdafdc6..1e71f202bf 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -1,10 +1,13 @@ #!/bin/sh # -# Copyright (C) 2000-2004, 2007-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$ 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 ce671987c7..2e2db2b1d8 100644 --- a/util/models.c +++ b/util/models.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/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 35c9593c1a..915cece5d1 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 221d374879..864b02ada4 100644 --- a/win32utils/build.txt +++ b/win32utils/build.txt @@ -1,9 +1,12 @@ -Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC") +Copyright (C) 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. + 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/readme1st.txt b/win32utils/readme1st.txt index 10bec61c3f..7bf55ee7da 100644 --- a/win32utils/readme1st.txt +++ b/win32utils/readme1st.txt @@ -1,9 +1,12 @@ -Copyright (C) 2001, 2003-2005, 2007-2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC") +Copyright (C) 2001, 2003-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. + NOTES ON BIND 9.10 FOR WINDOWS: BIND 9.10 is known to run on Windows XP, Vista, Windows 7,