]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyrights
authorMark Andrews <marka@isc.org>
Wed, 11 Jun 2014 00:28:49 +0000 (10:28 +1000)
committerMark Andrews <marka@isc.org>
Wed, 11 Jun 2014 00:28:49 +0000 (10:28 +1000)
bin/tests/dst/gsstest.c
bin/tests/system/checknames/clean.sh
bin/tests/system/checknames/ns4/master-ignore.update.db.in
bin/tests/system/checknames/ns4/named.conf
bin/tests/system/checknames/ns4/root.hints
bin/tests/system/checknames/setup.sh
bin/tests/system/checknames/tests.sh
bin/tests/system/spf/tests.sh
bin/tools/genrandom.c
lib/isc/include/isc/iterated_hash.h
util/copyrights

index 65a58370923acbfc17fade129f20552b25943cde..e57a8b58ff34e59d65909af57b1939f57b7ff184 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006, 2007, 2009-2011, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006, 2007, 2009-2011, 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
index 84fd45777f63c173dc7b8b8813ef19550733be2c..2ab3daf95e4e3f3a057620c9ecb8ec832d9a019f 100644 (file)
@@ -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
index 18826bd3d2d0782cc0d193d6f9bed0c996bce9f4..adb360a532ec8f2ca6bc4dd6c13aa7d8f3e21122 100644 (file)
@@ -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
index 3c5e9d7db2ac85d5785aa6906ceeeb1c2a72c519..9ada8739ea582153bce82cce4055600ba79e0a29 100644 (file)
@@ -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
 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 "." {
index 712002bf8a701927fe0a0437199892a25bee282d..3676283eeb50d41ceb8fe1dff94046f43160020d 100644 (file)
@@ -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
index 3634ebfbb33fd843461bc965cab89d7c9e33631a..3fea32aa3d25a48a64e84af020e38f78cb64c13a 100644 (file)
@@ -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
index 84f33794140153a393289848b6b1b23b6dda7e06..2b4f07c667f6819cfc1eae99212e6dbc863bf2a8 100644 (file)
@@ -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
index 3da6e2ec69392b4f71cf20358a1fb5e8c128ef21..ba8ddd4239182e97ac813fe301a00f3a0a926693 100644 (file)
@@ -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
index a48af83b8f24deeb02d9f3f09aa1d9e1640860f1..7a6c64153ee795b14984f2fbae7569ebaf95d5b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index ba9fa93b961ea78c8d15240b8acd01ae39cade87..5c0512c328c1a87a8da4976fa741c8088e235953 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2008, 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
index bcd6c0768de9303f5e97fb6cd43b5a3035b30c0f..39870da6c1417393c2aa3824689da21424e52816 100644 (file)
 ./bin/tests/dst/Makefile.in                    MAKE    1999,2000,2001,2002,2004,2006,2007,2008,2009,2010,2012,2013,2014
 ./bin/tests/dst/dst_2_data.in                  X       1999,2000,2001,2013
 ./bin/tests/dst/dst_test.c                     C       1999,2000,2001,2004,2005,2007,2009,2012,2014
-./bin/tests/dst/gsstest.c                      C       2006,2007,2009,2010,2011,2013
+./bin/tests/dst/gsstest.c                      C       2006,2007,2009,2010,2011,2013,2014
 ./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/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
 ./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
 ./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
 ./bin/tools/arpaname.docbook                   SGML    2009,2014
 ./bin/tools/arpaname.html                      HTML    DOCBOOK
 ./bin/tools/genrandom.8                                MAN     DOCBOOK
-./bin/tools/genrandom.c                                C       2000,2001,2002,2003,2004,2005,2007,2009,2010,2012
+./bin/tools/genrandom.c                                C       2000,2001,2002,2003,2004,2005,2007,2009,2010,2012,2014
 ./bin/tools/genrandom.docbook                  SGML    2009,2010,2011,2014
 ./bin/tools/genrandom.html                     HTML    DOCBOOK
 ./bin/tools/isc-hmac-fixup.8                   MAN     DOCBOOK
 ./lib/isc/include/isc/httpd.h                  C       2006,2007,2008,2014
 ./lib/isc/include/isc/interfaceiter.h          C       1999,2000,2001,2004,2005,2006,2007
 ./lib/isc/include/isc/ipv6.h                   C       1999,2000,2001,2002,2004,2005,2007
-./lib/isc/include/isc/iterated_hash.h          C       2008
+./lib/isc/include/isc/iterated_hash.h          C       2008,2014
 ./lib/isc/include/isc/json.h                   C       2013
 ./lib/isc/include/isc/lang.h                   C       1999,2000,2001,2004,2005,2006,2007
 ./lib/isc/include/isc/lex.h                    C       1998,1999,2000,2001,2002,2004,2005,2007,2008