mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 17:17:22 -04:00
[master] copyrights
This commit is contained in:
parent
99ab7127e1
commit
d0c3272eaa
12 changed files with 32 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2015-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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2015-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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2015-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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2014, 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2014, 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2015-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
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@
|
|||
*/
|
||||
|
||||
options {
|
||||
directory "./nope";
|
||||
port 5300;
|
||||
pid-file "../named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
directory "./nope";
|
||||
port 5300;
|
||||
pid-file "../named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
options {
|
||||
managed-keys-directory "./nope";
|
||||
port 5300;
|
||||
pid-file "../named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
port 5300;
|
||||
pid-file "../named.pid";
|
||||
listen-on { 127.0.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2010, 2014-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2010, 2014-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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2010, 2013-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2010, 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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2014-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
|
||||
|
|
|
|||
|
|
@ -9484,9 +9484,9 @@ keyfetch_done(isc_task_t *task, isc_event_t *event) {
|
|||
keytag, namebuf,
|
||||
initial
|
||||
? "initializing key "
|
||||
"verified"
|
||||
"verified"
|
||||
: "acceptance timer "
|
||||
"complete");
|
||||
"complete");
|
||||
}
|
||||
} else if (keydata.addhd > now) {
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1703,15 +1703,17 @@
|
|||
./bin/tests/system/metadata/setup.sh SH 2009,2011,2012,2014,2016,2017
|
||||
./bin/tests/system/metadata/tests.sh SH 2009,2011,2012,2013,2014,2016,2017
|
||||
./bin/tests/system/mkeys/README TXT.BRIEF 2015,2016,2017
|
||||
./bin/tests/system/mkeys/clean.sh SH 2015,2016
|
||||
./bin/tests/system/mkeys/ns1/named1.conf CONF-C 2015,2016
|
||||
./bin/tests/system/mkeys/ns1/named2.conf CONF-C 2015,2016
|
||||
./bin/tests/system/mkeys/clean.sh SH 2015,2016,2017
|
||||
./bin/tests/system/mkeys/ns1/named1.conf CONF-C 2015,2016,2017
|
||||
./bin/tests/system/mkeys/ns1/named2.conf CONF-C 2015,2016,2017
|
||||
./bin/tests/system/mkeys/ns1/root.db ZONE 2015,2016
|
||||
./bin/tests/system/mkeys/ns1/sign.sh SH 2015,2016,2017
|
||||
./bin/tests/system/mkeys/ns2/named.args X 2015,2016
|
||||
./bin/tests/system/mkeys/ns2/named.args X 2015,2016,2017
|
||||
./bin/tests/system/mkeys/ns2/named.conf CONF-C 2015,2016
|
||||
./bin/tests/system/mkeys/ns3/named.args X 2015,2016
|
||||
./bin/tests/system/mkeys/ns3/named.conf CONF-C 2015,2016
|
||||
./bin/tests/system/mkeys/ns4/named.conf CONF-C 2017
|
||||
./bin/tests/system/mkeys/ns5/named.conf CONF-C 2017
|
||||
./bin/tests/system/mkeys/prereq.sh SH 2015,2016
|
||||
./bin/tests/system/mkeys/setup.sh SH 2015,2016,2017
|
||||
./bin/tests/system/mkeys/tests.sh SH 2015,2016,2017
|
||||
|
|
@ -2103,8 +2105,8 @@
|
|||
./bin/tests/system/runtime/README TXT.BRIEF 2014,2016
|
||||
./bin/tests/system/runtime/clean.sh SH 2014,2015,2016,2017
|
||||
./bin/tests/system/runtime/ns2/named-alt1.conf CONF-C 2014,2016
|
||||
./bin/tests/system/runtime/ns2/named-alt2.conf CONF-C 2014,2016
|
||||
./bin/tests/system/runtime/ns2/named-alt3.conf CONF-C 2015,2016
|
||||
./bin/tests/system/runtime/ns2/named-alt2.conf CONF-C 2014,2016,2017
|
||||
./bin/tests/system/runtime/ns2/named-alt3.conf CONF-C 2015,2016,2017
|
||||
./bin/tests/system/runtime/ns2/named-alt4.conf CONF-C 2017
|
||||
./bin/tests/system/runtime/ns2/named-alt5.conf CONF-C 2017
|
||||
./bin/tests/system/runtime/ns2/named1.conf CONF-C 2017
|
||||
|
|
@ -3284,7 +3286,7 @@
|
|||
./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
|
||||
./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
|
||||
|
|
@ -3352,7 +3354,7 @@
|
|||
./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/keytable.c C 2000,2001,2004,2005,2007,2009,2010,2013,2014,2015,2016
|
||||
./lib/dns/keytable.c C 2000,2001,2004,2005,2007,2009,2010,2013,2014,2015,2016,2017
|
||||
./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
|
||||
|
|
@ -3589,7 +3591,7 @@
|
|||
./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
|
||||
./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/name_test.c C 2014,2015,2016,2017
|
||||
|
|
|
|||
Loading…
Reference in a new issue