mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
update copyrights
This commit is contained in:
parent
8d8f9f7f86
commit
9c2cf9e201
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,4 +1,4 @@
|
||||
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
;
|
||||
; Permission to use, copy, modify, and/or distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@ -19,17 +19,17 @@
|
||||
controls { /* empty */ };
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.4;
|
||||
notify-source 10.53.0.4;
|
||||
transfer-source 10.53.0.4;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.4; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
query-source address 10.53.0.4;
|
||||
notify-source 10.53.0.4;
|
||||
transfer-source 10.53.0.4;
|
||||
port 5300;
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.4; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
acache-enable yes;
|
||||
check-names master ignore;
|
||||
notify yes;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
@ -1,4 +1,4 @@
|
||||
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
;
|
||||
; Permission to use, copy, modify, and/or distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2004, 2007, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2004, 2007, 2012, 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2004, 2007, 2012-2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -911,7 +911,7 @@
|
||||
./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/checknames/clean.sh SH 2004,2007,2012
|
||||
./bin/tests/system/checknames/clean.sh SH 2004,2007,2012,2014
|
||||
./bin/tests/system/checknames/ns1/fail.example.db.in ZONE 2004,2007
|
||||
./bin/tests/system/checknames/ns1/fail.update.db.in ZONE 2004,2007
|
||||
./bin/tests/system/checknames/ns1/ignore.example.db.in ZONE 2004,2007
|
||||
@ -924,8 +924,11 @@
|
||||
./bin/tests/system/checknames/ns2/root.hints ZONE 2004,2007
|
||||
./bin/tests/system/checknames/ns3/named.conf CONF-C 2004,2007
|
||||
./bin/tests/system/checknames/ns3/root.hints ZONE 2004,2007
|
||||
./bin/tests/system/checknames/setup.sh SH 2004,2007,2012
|
||||
./bin/tests/system/checknames/tests.sh SH 2004,2007,2012,2013
|
||||
./bin/tests/system/checknames/ns4/master-ignore.update.db.in ZONE 2014
|
||||
./bin/tests/system/checknames/ns4/named.conf CONF-C 2014
|
||||
./bin/tests/system/checknames/ns4/root.hints ZONE 2014
|
||||
./bin/tests/system/checknames/setup.sh SH 2004,2007,2012,2014
|
||||
./bin/tests/system/checknames/tests.sh SH 2004,2007,2012,2013,2014
|
||||
./bin/tests/system/checkzone/clean.sh SH 2011,2012,2013,2014
|
||||
./bin/tests/system/checkzone/setup.sh SH 2014
|
||||
./bin/tests/system/checkzone/tests.sh SH 2011,2012,2013,2014
|
||||
@ -1710,7 +1713,7 @@
|
||||
./bin/tests/system/spf/clean.sh SH 2013
|
||||
./bin/tests/system/spf/ns1/named.conf CONF-C 2013
|
||||
./bin/tests/system/spf/ns1/spf.db ZONE 2013
|
||||
./bin/tests/system/spf/tests.sh SH 2013
|
||||
./bin/tests/system/spf/tests.sh SH 2013,2014
|
||||
./bin/tests/system/start.pl SH 2001,2004,2005,2006,2007,2008,2010,2011,2012,2013
|
||||
./bin/tests/system/start.sh SH 2000,2001,2004,2007,2012
|
||||
./bin/tests/system/staticstub/clean.sh SH 2010,2012,2014
|
||||
|
Loading…
x
Reference in New Issue
Block a user