diff --git a/bin/named/include/named/query.h b/bin/named/include/named/query.h index ad252e8b3c..4f4a871958 100644 --- a/bin/named/include/named/query.h +++ b/bin/named/include/named/query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2002, 2004, 2005, 2007, 2010, 2011, 2013-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2002, 2004, 2005, 2007, 2010, 2011, 2013-2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/named/query.c b/bin/named/query.c index 96262b2a2a..671469a2c2 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -8078,8 +8078,8 @@ query_coveringnsec(query_ctx_t *qctx) { * Look for SOA record to construct NXDOMAIN response. */ result = dns_db_findext(db, signer, qctx->version, - dns_rdatatype_soa, dboptions, - qctx->client->now, &node, + dns_rdatatype_soa, dboptions, + qctx->client->now, &node, fname, &cm, &ci, soardataset, sigsoardataset); if (result != ISC_R_SUCCESS) { diff --git a/bin/tests/system/synthfromdnssec/clean.sh b/bin/tests/system/synthfromdnssec/clean.sh index 95099b9bfd..f4ab8a42b8 100644 --- a/bin/tests/system/synthfromdnssec/clean.sh +++ b/bin/tests/system/synthfromdnssec/clean.sh @@ -1,3 +1,9 @@ +# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + rm -f dig.out.* rm -f ns1/K*+*+*.key rm -f ns1/K*+*+*.private diff --git a/bin/tests/system/synthfromdnssec/ns1/example.db.in b/bin/tests/system/synthfromdnssec/ns1/example.db.in index f5a89d84b1..d4c04d43c3 100644 --- a/bin/tests/system/synthfromdnssec/ns1/example.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/example.db.in @@ -1,3 +1,9 @@ +; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, You can obtain one at http://mozilla.org/MPL/2.0/. + $TTL 3600 @ SOA ns1 hostmaster 1 3600 1200 604800 3600 @ NS ns1 diff --git a/bin/tests/system/synthfromdnssec/ns1/named.conf b/bin/tests/system/synthfromdnssec/ns1/named.conf index 5d355c99ed..0a93a8793b 100644 --- a/bin/tests/system/synthfromdnssec/ns1/named.conf +++ b/bin/tests/system/synthfromdnssec/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/tests/system/synthfromdnssec/ns1/root.db.in b/bin/tests/system/synthfromdnssec/ns1/root.db.in index f7d75b0130..d04c525b3b 100644 --- a/bin/tests/system/synthfromdnssec/ns1/root.db.in +++ b/bin/tests/system/synthfromdnssec/ns1/root.db.in @@ -1,3 +1,9 @@ +; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, You can obtain one at http://mozilla.org/MPL/2.0/. + $TTL 3600 @ SOA ns1 hostmaster 1 3600 1200 604800 3600 @ NS ns1 diff --git a/bin/tests/system/synthfromdnssec/ns2/named.conf b/bin/tests/system/synthfromdnssec/ns2/named.conf index 0052a1beee..fc7808ebf0 100644 --- a/bin/tests/system/synthfromdnssec/ns2/named.conf +++ b/bin/tests/system/synthfromdnssec/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/tests/system/synthfromdnssec/ns2/root.hints b/bin/tests/system/synthfromdnssec/ns2/root.hints index b4dbd6842f..42f5ffda45 100644 --- a/bin/tests/system/synthfromdnssec/ns2/root.hints +++ b/bin/tests/system/synthfromdnssec/ns2/root.hints @@ -1,2 +1,8 @@ +; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, You can obtain one at http://mozilla.org/MPL/2.0/. + . NS ns1 ns1 A 10.53.0.1 diff --git a/bin/tests/system/synthfromdnssec/ns3/named.conf b/bin/tests/system/synthfromdnssec/ns3/named.conf index ab9f202d0c..95bd423669 100644 --- a/bin/tests/system/synthfromdnssec/ns3/named.conf +++ b/bin/tests/system/synthfromdnssec/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -30,8 +30,8 @@ zone "." { }; zone "." { - type redirect; - file "redirect.db"; + type redirect; + file "redirect.db"; }; include "../ns1/trusted.conf"; diff --git a/bin/tests/system/synthfromdnssec/ns3/redirect.db b/bin/tests/system/synthfromdnssec/ns3/redirect.db index e2fdc0c50c..130ddab1da 100644 --- a/bin/tests/system/synthfromdnssec/ns3/redirect.db +++ b/bin/tests/system/synthfromdnssec/ns3/redirect.db @@ -1,4 +1,4 @@ -; Copyright (C) 2011, 2016 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/tests/system/synthfromdnssec/ns3/root.hints b/bin/tests/system/synthfromdnssec/ns3/root.hints index b4dbd6842f..42f5ffda45 100644 --- a/bin/tests/system/synthfromdnssec/ns3/root.hints +++ b/bin/tests/system/synthfromdnssec/ns3/root.hints @@ -1,2 +1,8 @@ +; Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") +; +; This Source Code Form is subject to the terms of the Mozilla Public +; License, v. 2.0. If a copy of the MPL was not distributed with this +; file, You can obtain one at http://mozilla.org/MPL/2.0/. + . NS ns1 ns1 A 10.53.0.1 diff --git a/bin/tests/system/synthfromdnssec/setup.sh b/bin/tests/system/synthfromdnssec/setup.sh index b8cfaf0532..ff63c23deb 100644 --- a/bin/tests/system/synthfromdnssec/setup.sh +++ b/bin/tests/system/synthfromdnssec/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/tests/system/synthfromdnssec/tests.sh b/bin/tests/system/synthfromdnssec/tests.sh index 3aaba05d15..645f63939f 100644 --- a/bin/tests/system/synthfromdnssec/tests.sh +++ b/bin/tests/system/synthfromdnssec/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000-2002, 2004-2017 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/dns/adb.c b/lib/dns/adb.c index d4b1ff541c..4a38ddf245 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999-2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 1999-2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/dns/include/dns/nsec3.h b/lib/dns/include/dns/nsec3.h index 4ee169893a..63307ce057 100644 --- a/lib/dns/include/dns/nsec3.h +++ b/lib/dns/include/dns/nsec3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008-2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/lib/dns/include/dst/gssapi.h b/lib/dns/include/dst/gssapi.h index e1d413be59..8e201f8157 100644 --- a/lib/dns/include/dst/gssapi.h +++ b/lib/dns/include/dst/gssapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2004-2007, 2009-2011, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2000, 2001, 2004-2007, 2009-2011, 2013, 2016, 2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this