]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyrights
authorMark Andrews <marka@isc.org>
Fri, 10 Jan 2014 20:10:14 +0000 (07:10 +1100)
committerMark Andrews <marka@isc.org>
Fri, 10 Jan 2014 20:10:14 +0000 (07:10 +1100)
24 files changed:
CHANGES
Makefile.in
bin/check/named-checkconf.c
bin/check/named-checkconf.docbook
bin/named/bind9.ver3.xsl
bin/named/statschannel.c
bin/tests/system/checkconf/good.conf
bin/tests/system/checkconf/tests.sh
configure.in
lib/isc/httpd.c
lib/isc/include/isc/httpd.h
lib/isc/include/isc/platform.h.in
lib/isc/include/isc/string.h
lib/isc/include/isc/types.h
lib/isc/tests/Makefile.in
lib/isc/unix/include/isc/time.h
lib/isc/unix/time.c
lib/isc/win32/include/isc/platform.h.in
lib/isc/win32/include/isc/time.h
lib/isc/win32/time.c
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/include/isccfg/grammar.h
util/copyrights
win32utils/Configure

diff --git a/CHANGES b/CHANGES
index aef61b9e2344cd71c6f17c46ad09d38d67e22e3e..fc36de2b6fe63b4dddad240092e78ccb0a85ee05 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
        --- 9.9.5rc1 released ---
 
-3701.  [func]          named-checkconf can now obscure shared secrets 
+3701.  [func]          named-checkconf can now obscure shared secrets
                        when printing by specifying '-x'. [RT #34465]
 
 3699.  [bug]           Improvements to statistics channel XSL stylesheet:
@@ -8,8 +8,8 @@
                        section headers are omitted from the stats display
                        when there is no data in those sections to be
                        displayed; counters are now right-justified for
-                       easier readability. (Only available with 
-                        configure --enable-newstats.) [RT #35117]
+                       easier readability. (Only available with
+                       configure --enable-newstats.) [RT #35117]
 
 3698.  [cleanup]       Replaced all uses of memcpy() with memmove().
                        [RT #35120]
index e079c6be7851a45c9ce37f11f868eef9d954b03f..2c5985f81f47888fe7243b28eeb434bd08e2c164 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 9c4e6ee5a895ca743239798eb45743ddd8b25755..fd3795a57fd2c9b005b99de5c274eb3d384ee0fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 42fea7f42eef05758e2f922cf49e227351d67568..485dc42a93d19ea1ca0e863714671897b7a1fc20 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004, 2005, 2007, 2009, 2014  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2002  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -36,6 +36,7 @@
       <year>2005</year>
       <year>2007</year>
       <year>2009</year>
+      <year>2014</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index 9da8b6195a446af555e18222d3b4265f07a5fe7a..699bcb4830a5618d509e8faa471a80b88e7560e2 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- - Copyright (C) 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 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 ab1c4142a2db072335b6874abc6fa6d755106ac9..ddae53be218e245f835b4160ad4996f478de6ef4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2013  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
@@ -1156,7 +1156,7 @@ else fprintf(stderr, "WTF WHERE'S RESQUERYRSTATS\n");
        TRY0(xmlTextWriterWriteAttribute(writer, ISC_XMLCHAR "type",
                                         ISC_XMLCHAR "opcode"));
 
-       dns_opcodestats_dump(server->opcodestats, opcodestat_dump, &dumparg, 
+       dns_opcodestats_dump(server->opcodestats, opcodestat_dump, &dumparg,
                             ISC_STATSDUMP_VERBOSE);
        if (dumparg.result != ISC_R_SUCCESS)
                goto error;
index 1a0d9c2bbfad92dbee55f37519fcde9a4b266dc8..defbab4741afae2bf32551ce1b974be6422e9a75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007, 2010-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2007, 2010-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 dac25e4a2be63e0ee2f5c33fbf5d3ed0dcc6ef89..d47addee19db48466abda88b88b31aab9dd1fa2f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2007, 2010-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005, 2007, 2010-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 6b5435e18050bc78aa6a37d7768b44d5df8e1dfe..58782dda7cbfc7c23497d9fad4e09a29c8ae665a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 8b82a7b1a3ac3e0af8eabf9609df573de50d0e98..46dab296f6a1c576d19833c5ffca1bd4d9a3d192 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008, 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-2008, 2010-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 d3b58dde2e25be4f084732a92ced117543f5b45f..06ce90f323265b807c5d2715656953500a19c518 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006-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 5ca4ba823851e9cc8b5a4a25fbe915652a7fa17d..07553e36b8985090044b9da2c864ab7effce3b74 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index c2151fdfcf576ca6775fadf9521a842e57b319de..585ef928afa91f25debfeff888afff0a7d374b39 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 4e1de84483289af6730882a614feb903834ee72d..a1edadd10db7e6a6fceb32bc2cc0893e131596d9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index ff69412c483a18ff45ddf0664c6732078ae9cec2..a31216015d807077a6f5c7da12aa681d05b836c7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-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 179ab52866460b399d39c784ea30f19d7a64f259..2a83f099305fb72c12c9753ceebd596ccb5375a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 43b1b4b115885190fd8359a24cb8b1c7167e8bd1..b39d47b00a7d10d8ab07b12464e4c88285189c25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 23b05f329bff756bae19ec564490b754828937ed..1abbbc01973ca03dffe81bb5618db9d22cadcd71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index c8573a9250ae91393486fdc744c3f863c2af3977..52f65f6632d1edc7d860e3e1fe38ced03ffeecb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 925390e100aeb695dc4c9301b08fa434d9bba9ec..f2782001a25ed67785fc96e1de03455129cf3cfa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2006-2009, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2006-2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 3971bd75c64f6535da75f01f56fb71976944ca82..a99c7637bb85ecdc0d517640f73ba5557f07603c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2010, 2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2010, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 18d15bb95a1ebba7fce0a2613bafbcce730fcb7b..ee76ff29ce7df9b19a1c7e7877a584f3b5dcbe60 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2002, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index b685a4653130f6f882d0fc9ded9448f6911f9b73..6d5806f95b1131f56b6858b06908e6ec868f1f8b 100644 (file)
@@ -6,8 +6,8 @@
 ./FAQ                                          X       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013
 ./FAQ.xml                                      SGML    2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013
 ./HISTORY                                      X       2010,2013
-./Makefile.in                                  MAKE    1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013
-./README                                       X       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
+./Makefile.in                                  MAKE    1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014
+./README                                       X       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./acconfig.h                                   C       1999,2000,2001,2002,2003,2004,2005,2007,2008,2012
 ./aclocal.m4                                   X       1999,2000,2001,2012
 ./bin/Makefile.in                              MAKE    1998,1999,2000,2001,2004,2007,2009,2012,2013
@@ -16,8 +16,8 @@
 ./bin/check/check-tool.c                       C       2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012
 ./bin/check/check-tool.h                       C       2000,2001,2002,2004,2005,2007,2010,2011
 ./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
-./bin/check/named-checkconf.docbook            SGML    2000,2001,2002,2004,2005,2007,2009
+./bin/check/named-checkconf.c                  C       1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014
+./bin/check/named-checkconf.docbook            SGML    2000,2001,2002,2004,2005,2007,2009,2014
 ./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
 ./bin/named/.gitignore                         X       2012
 ./bin/named/Makefile.in                                MAKE    1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
 ./bin/named/bind.keys.h                                X       2009,2010,2011,2012
-./bin/named/bind9.ver3.xsl                     SGML    2012,2013
-./bin/named/bind9.ver3.xsl.h                   X       2012,2013
+./bin/named/bind9.ver3.xsl                     SGML    2012,2013,2014
+./bin/named/bind9.ver3.xsl.h                   X       2012,2013,2014
 ./bin/named/bind9.xsl                          SGML    2006,2007,2008,2009
 ./bin/named/bind9.xsl.h                                X       2007,2008,2009,2011,2012
 ./bin/named/bindkeys.pl                                PERL    2009,2010,2011,2012
 ./bin/named/query.c                            C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./bin/named/server.c                           C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./bin/named/sortlist.c                         C       2000,2001,2004,2005,2006,2007
-./bin/named/statschannel.c                     C       2008,2009,2010,2011,2012,2013
+./bin/named/statschannel.c                     C       2008,2009,2010,2011,2012,2013,2014
 ./bin/named/tkeyconf.c                         C       1999,2000,2001,2004,2005,2006,2007,2009,2010,2012
 ./bin/named/tsigconf.c                         C       1999,2000,2001,2004,2005,2006,2007,2009,2011,2012
 ./bin/named/unix/Makefile.in                   MAKE    1999,2000,2001,2004,2007,2009,2011,2012
 ./bin/tests/system/checkconf/dnssec.1          CONF-C  2011
 ./bin/tests/system/checkconf/dnssec.2          CONF-C  2011
 ./bin/tests/system/checkconf/dnssec.3          CONF-C  2011
-./bin/tests/system/checkconf/good.conf         CONF-C  2005,2007,2010,2011,2012,2013
+./bin/tests/system/checkconf/good.conf         CONF-C  2005,2007,2010,2011,2012,2013,2014
 ./bin/tests/system/checkconf/hint-nofile.conf  CONF-C  2013
 ./bin/tests/system/checkconf/inline-bad.conf   CONF-C  2013
 ./bin/tests/system/checkconf/inline-good.conf  CONF-C  2013
 ./bin/tests/system/checkconf/inline-no.conf    CONF-C  2013
-./bin/tests/system/checkconf/tests.sh          SH      2005,2007,2010,2011,2012,2013
+./bin/tests/system/checkconf/tests.sh          SH      2005,2007,2010,2011,2012,2013,2014
 ./bin/tests/system/checkconf/warn-keydir.conf  CONF-C  2013
 ./bin/tests/system/checkds/clean.sh            SH      2012,2013
 ./bin/tests/system/checkds/dig.sh              SH      2012,2013
 ./config.h.win32                               C       1999,2000,2001,2004,2006,2007,2008,2009,2011,2012,2013
 ./config.sub                                   X       1998,1999,2000,2001,2004,2013
 ./config.threads.in                            X       2005,2006,2010,2011,2012
-./configure                                    X       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
-./configure.in                                 SH      1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
+./configure                                    X       1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./configure.in                                 SH      1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./conftools/perllib/dnsconf/DNSConf-macros.h   C       2000,2001,2004,2007
 ./conftools/perllib/dnsconf/DNSConf.i          C       2000,2001,2004,2007
 ./conftools/perllib/dnsconf/Makefile.PL                PERL    2000,2001,2004,2007,2012
 ./doc/arm/Bv9ARM.ch09.html                     X       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
 ./doc/arm/Bv9ARM.ch10.html                     X       2005,2006,2007,2008,2009,2010,2011,2012,2013
 ./doc/arm/Bv9ARM.html                          X       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/Bv9ARM.pdf                           X       2007,2008,2009,2010,2011,2012,2013
+./doc/arm/Bv9ARM.pdf                           X       2007,2008,2009,2010,2011,2012,2013,2014
 ./doc/arm/Makefile.in                          MAKE    2001,2002,2004,2005,2006,2007,2009,2012
 ./doc/arm/README-SGML                          TXT.BRIEF       2000,2001,2004
 ./doc/arm/dnssec.xml                           SGML    2010,2011
 ./doc/arm/isc-logo.pdf                         X       2005,2010
 ./doc/arm/latex-fixup.pl                       PERL    2005,2007,2012
 ./doc/arm/libdns.xml                           SGML    2010
-./doc/arm/man.arpaname.html                    X       2009,2010,2011,2012,2013
-./doc/arm/man.ddns-confgen.html                        X       2009,2010,2011,2012,2013
+./doc/arm/man.arpaname.html                    X       2009,2010,2011,2012,2013,2014
+./doc/arm/man.ddns-confgen.html                        X       2009,2010,2011,2012,2013,2014
 ./doc/arm/man.dig.html                         X       2005,2006,2007,2008,2009,2010,2011,2012,2013
 ./doc/arm/man.dnssec-checkds.html              X       2013
 ./doc/arm/man.dnssec-coverage.html             X       2013
 ./doc/arm/man.dnssec-settime.html              X       2009,2010,2011,2012,2013
 ./doc/arm/man.dnssec-signzone.html             X       2005,2006,2007,2008,2009,2010,2011,2012,2013
 ./doc/arm/man.dnssec-verify.html               X       2012,2013
-./doc/arm/man.genrandom.html                   X       2009,2010,2011,2012,2013
+./doc/arm/man.genrandom.html                   X       2009,2010,2011,2012,2013,2014
 ./doc/arm/man.host.html                                X       2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/man.isc-hmac-fixup.html              X       2010,2011,2012,2013
-./doc/arm/man.named-checkconf.html             X       2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/man.named-checkzone.html             X       2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/man.named-journalprint.html          X       2009,2010,2011,2012,2013
-./doc/arm/man.named.html                       X       2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/man.nsec3hash.html                   X       2009,2010,2011,2012,2013
-./doc/arm/man.nsupdate.html                    X       2008,2009,2010,2011,2012,2013
-./doc/arm/man.rndc-confgen.html                        X       2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/man.rndc.conf.html                   X       2005,2006,2007,2008,2009,2010,2011,2012,2013
-./doc/arm/man.rndc.html                                X       2005,2006,2007,2008,2009,2010,2011,2012,2013
+./doc/arm/man.isc-hmac-fixup.html              X       2010,2011,2012,2013,2014
+./doc/arm/man.named-checkconf.html             X       2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./doc/arm/man.named-checkzone.html             X       2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./doc/arm/man.named-journalprint.html          X       2009,2010,2011,2012,2013,2014
+./doc/arm/man.named.html                       X       2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./doc/arm/man.nsec3hash.html                   X       2009,2010,2011,2012,2013,2014
+./doc/arm/man.nsupdate.html                    X       2008,2009,2010,2011,2012,2013,2014
+./doc/arm/man.rndc-confgen.html                        X       2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./doc/arm/man.rndc.conf.html                   X       2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./doc/arm/man.rndc.html                                X       2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./doc/arm/managed-keys.xml                     SGML    2010
 ./doc/arm/pkcs11.xml                           SGML    2010,2012,2013
 ./doc/design/addressdb                         TXT.BRIEF       2000,2001,2004
 ./lib/Atffile                                  X       2011
 ./lib/Makefile.in                              MAKE    1998,1999,2000,2001,2003,2004,2007,2012,2013
 ./lib/bind9/Makefile.in                                MAKE    2001,2004,2007,2009,2012
-./lib/bind9/api                                        X       2001,2006,2008,2009,2010,2011,2012,2013
+./lib/bind9/api                                        X       2001,2006,2008,2009,2010,2011,2012,2013,2014
 ./lib/bind9/check.c                            C       2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./lib/bind9/getaddresses.c                     C       2001,2002,2004,2005,2007
 ./lib/bind9/include/Makefile.in                        MAKE    2001,2004,2007,2012
 ./lib/dns/acache.c                             C       2004,2005,2006,2007,2008,2012,2013
 ./lib/dns/acl.c                                        C       1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2013,2014
 ./lib/dns/adb.c                                        C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
-./lib/dns/api                                  X       1999,2000,2001,2006,2008,2009,2010,2011,2012,2013
+./lib/dns/api                                  X       1999,2000,2001,2006,2008,2009,2010,2011,2012,2013,2014
 ./lib/dns/byaddr.c                             C       2000,2001,2002,2003,2004,2005,2007,2009,2013
 ./lib/dns/cache.c                              C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2013
 ./lib/dns/callbacks.c                          C       1999,2000,2001,2004,2005,2007,2011
 ./lib/export/samples/sample-update.c           C       2009,2010,2012,2013,2014
 ./lib/export/samples/sample.c                  C       2009,2012,2013,2014
 ./lib/irs/Makefile.in                          MAKE    2009,2012
-./lib/irs/api                                  X       2009,2010,2011,2012,2013
+./lib/irs/api                                  X       2009,2010,2011,2012,2013,2014
 ./lib/irs/context.c                            C       2009
 ./lib/irs/dnsconf.c                            C       2009,2012
 ./lib/irs/gai_strerror.c                       C       2009
 ./lib/isc/alpha/include/Makefile.in            MAKE    2007,2012
 ./lib/isc/alpha/include/isc/Makefile.in                MAKE    2007,2012
 ./lib/isc/alpha/include/isc/atomic.h           C       2005,2007,2009
-./lib/isc/api                                  X       1999,2000,2001,2006,2008,2009,2010,2011,2012,2013
+./lib/isc/api                                  X       1999,2000,2001,2006,2008,2009,2010,2011,2012,2013,2014
 ./lib/isc/app_api.c                            C       2009,2013
 ./lib/isc/assertions.c                         C       1997,1998,1999,2000,2001,2004,2005,2007,2008,2009
 ./lib/isc/backtrace-emptytbl.c                 C       2009
 ./lib/isc/hex.c                                        C       2000,2001,2002,2003,2004,2005,2007,2008,2013,2014
 ./lib/isc/hmacmd5.c                            C       2000,2001,2004,2005,2006,2007,2009,2013,2014
 ./lib/isc/hmacsha.c                            C       2005,2006,2007,2009,2011,2012,2013,2014
-./lib/isc/httpd.c                              C       2006,2007,2008,2010,2011,2012
+./lib/isc/httpd.c                              C       2006,2007,2008,2010,2011,2012,2014
 ./lib/isc/ia64/Makefile.in                     MAKE    2007,2012
 ./lib/isc/ia64/include/Makefile.in             MAKE    2007,2012
 ./lib/isc/ia64/include/isc/Makefile.in         MAKE    2007,2012
 ./lib/isc/include/isc/hex.h                    C       2000,2001,2004,2005,2006,2007,2008
 ./lib/isc/include/isc/hmacmd5.h                        C       2000,2001,2004,2005,2006,2007,2009
 ./lib/isc/include/isc/hmacsha.h                        C       2005,2006,2007,2009
-./lib/isc/include/isc/httpd.h                  C       2006,2007,2008
+./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/ondestroy.h              C       2000,2001,2004,2005,2006,2007
 ./lib/isc/include/isc/os.h                     C       2000,2001,2004,2005,2006,2007
 ./lib/isc/include/isc/parseint.h               C       2001,2002,2004,2005,2006,2007
-./lib/isc/include/isc/platform.h.in            C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013
+./lib/isc/include/isc/platform.h.in            C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014
 ./lib/isc/include/isc/pool.h                   C       2013
 ./lib/isc/include/isc/portset.h                        C       2008,2009
 ./lib/isc/include/isc/print.h                  C       1999,2000,2001,2003,2004,2005,2006,2007
 ./lib/isc/include/isc/stats.h                  C       2009,2012
 ./lib/isc/include/isc/stdio.h                  C       2000,2001,2004,2005,2006,2007,2013
 ./lib/isc/include/isc/stdlib.h                 C       2003,2004,2005,2006,2007
-./lib/isc/include/isc/string.h                 C       2000,2001,2003,2004,2005,2006,2007
+./lib/isc/include/isc/string.h                 C       2000,2001,2003,2004,2005,2006,2007,2014
 ./lib/isc/include/isc/symtab.h                 C       1996,1997,1998,1999,2000,2001,2004,2005,2006,2007,2009,2011,2012
 ./lib/isc/include/isc/task.h                   C       1998,1999,2000,2001,2003,2004,2005,2006,2007,2009,2010,2011,2012
 ./lib/isc/include/isc/taskpool.h               C       1999,2000,2001,2004,2005,2006,2007,2011,2012
 ./lib/isc/include/isc/timer.h                  C       1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2012
-./lib/isc/include/isc/types.h                  C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012
+./lib/isc/include/isc/types.h                  C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2014
 ./lib/isc/include/isc/util.h                   C       1998,1999,2000,2001,2004,2005,2006,2007,2010,2011,2012
 ./lib/isc/include/isc/version.h                        C       2001,2004,2005,2006,2007
 ./lib/isc/include/isc/xml.h                    C       2006,2007
 ./lib/isc/task_p.h                             C       2000,2001,2004,2005,2007,2009,2011,2012
 ./lib/isc/taskpool.c                           C       1999,2000,2001,2004,2005,2007,2011,2012,2013
 ./lib/isc/tests/Atffile                                X       2011
-./lib/isc/tests/Makefile.in                    MAKE    2011,2012,2013
+./lib/isc/tests/Makefile.in                    MAKE    2011,2012,2013,2014
 ./lib/isc/tests/hash_test.c                    C       2011,2012,2014
 ./lib/isc/tests/isctest.c                      C       2011,2012
 ./lib/isc/tests/isctest.h                      C       2011,2012
 ./lib/isc/unix/include/isc/stdtime.h           C       1999,2000,2001,2004,2005,2007,2011,2012
 ./lib/isc/unix/include/isc/strerror.h          C       2001,2004,2005,2007,2008
 ./lib/isc/unix/include/isc/syslog.h            C       1999,2000,2001,2004,2005,2007
-./lib/isc/unix/include/isc/time.h              C       1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2012
+./lib/isc/unix/include/isc/time.h              C       1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2012,2014
 ./lib/isc/unix/interfaceiter.c                 C       1999,2000,2001,2002,2003,2004,2005,2007,2008,2014
 ./lib/isc/unix/ipv6.c                          C       1999,2000,2001,2004,2005,2006,2007
 ./lib/isc/unix/keyboard.c                      C       2000,2001,2004,2007
 ./lib/isc/unix/stdtime.c                       C       1999,2000,2001,2004,2005,2007
 ./lib/isc/unix/strerror.c                      C       2001,2004,2005,2007,2009
 ./lib/isc/unix/syslog.c                                C       2001,2004,2005,2007
-./lib/isc/unix/time.c                          C       1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2011,2012
+./lib/isc/unix/time.c                          C       1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2011,2012,2014
 ./lib/isc/version.c                            C       1998,1999,2000,2001,2004,2005,2007
 ./lib/isc/win32/DLLMain.c                      C       2001,2004,2007
 ./lib/isc/win32/Makefile.in                    MAKE    1999,2000,2001,2004,2007,2009,2012
 ./lib/isc/win32/include/isc/ntpaths.h          C       2000,2001,2004,2007,2009
 ./lib/isc/win32/include/isc/offset.h           C       2000,2001,2004,2007
 ./lib/isc/win32/include/isc/once.h             C       1999,2000,2001,2004,2007
-./lib/isc/win32/include/isc/platform.h.in      C       2001,2004,2005,2007,2008,2009,2013
+./lib/isc/win32/include/isc/platform.h.in      C       2001,2004,2005,2007,2008,2009,2013,2014
 ./lib/isc/win32/include/isc/stat.h             C       2000,2001,2003,2004,2007,2009,2012
 ./lib/isc/win32/include/isc/stdtime.h          C       1999,2000,2001,2004,2005,2007,2011,2012
 ./lib/isc/win32/include/isc/strerror.h         C       2001,2004,2007
 ./lib/isc/win32/include/isc/syslog.h           C       1999,2000,2001,2004,2007
 ./lib/isc/win32/include/isc/thread.h           C       1998,1999,2000,2001,2004,2005,2007,2009,2013
-./lib/isc/win32/include/isc/time.h             C       1998,1999,2000,2001,2004,2006,2007,2008,2009,2012
+./lib/isc/win32/include/isc/time.h             C       1998,1999,2000,2001,2004,2006,2007,2008,2009,2012,2014
 ./lib/isc/win32/include/isc/win32os.h          C       2002,2004,2007,2009
 ./lib/isc/win32/interfaceiter.c                        C       1999,2000,2001,2004,2007,2008,2009,2013,2014
 ./lib/isc/win32/ipv6.c                         C       1999,2000,2001,2004,2007
 ./lib/isc/win32/keyboard.c                     C       2000,2001,2004,2007
 ./lib/isc/win32/libgen.h                       C       2009
-./lib/isc/win32/libisc.def.in                  X       2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013
+./lib/isc/win32/libisc.def.in                  X       2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./lib/isc/win32/libisc.dsp.in                  X       2001,2002,2003,2004,2005,2006,2007,2008,2009,2013
 ./lib/isc/win32/libisc.dsw                     X       2001
 ./lib/isc/win32/libisc.mak.in                  X       2001,2002,2003,2004,2005,2006,2007,2008,2009,2013
 ./lib/isc/win32/syslog.c                       C       2001,2002,2003,2004,2007
 ./lib/isc/win32/syslog.h                       C       2001,2002,2004,2007
 ./lib/isc/win32/thread.c                       C       1998,1999,2000,2001,2004,2005,2007
-./lib/isc/win32/time.c                         C       1998,1999,2000,2001,2003,2004,2006,2007,2008,2009,2012,2013
+./lib/isc/win32/time.c                         C       1998,1999,2000,2001,2003,2004,2006,2007,2008,2009,2012,2013,2014
 ./lib/isc/win32/unistd.h                       C       2000,2001,2004,2007,2008,2009
 ./lib/isc/win32/version.c                      C       1998,1999,2000,2001,2004,2007
 ./lib/isc/win32/win32os.c                      C       2002,2004,2007,2013
 ./lib/isc/x86_64/include/isc/atomic.h          C       2005,2007,2008
 ./lib/isccc/Makefile.in                                MAKE    2001,2003,2004,2007,2009,2011,2012
 ./lib/isccc/alist.c                            C.NOM   2001,2004,2005,2007
-./lib/isccc/api                                        X       2001,2006,2008,2009,2010,2011,2012,2013
+./lib/isccc/api                                        X       2001,2006,2008,2009,2010,2011,2012,2013,2014
 ./lib/isccc/base64.c                           C.NOM   2001,2004,2005,2007,2013
 ./lib/isccc/cc.c                               C.NOM   2001,2002,2003,2004,2005,2006,2007,2012,2013
 ./lib/isccc/ccmsg.c                            C.NOM   2001,2004,2005,2007
 ./lib/isccc/win32/version.c                    C       2001,2004,2007
 ./lib/isccfg/Makefile.in                       MAKE    2001,2002,2003,2004,2005,2007,2009,2011,2012
 ./lib/isccfg/aclconf.c                         C       1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012
-./lib/isccfg/api                               X       2001,2006,2008,2009,2010,2011,2012,2013
+./lib/isccfg/api                               X       2001,2006,2008,2009,2010,2011,2012,2013,2014
 ./lib/isccfg/dnsconf.c                         C       2009
 ./lib/isccfg/include/Makefile.in               MAKE    2001,2004,2007,2012
 ./lib/isccfg/include/isccfg/Makefile.in                MAKE    2001,2002,2004,2005,2007,2012
 ./lib/isccfg/include/isccfg/aclconf.h          C       1999,2000,2001,2004,2005,2006,2007,2010,2011,2012
-./lib/isccfg/include/isccfg/cfg.h              C       2000,2001,2002,2004,2005,2006,2007,2010,2013
+./lib/isccfg/include/isccfg/cfg.h              C       2000,2001,2002,2004,2005,2006,2007,2010,2013,2014
 ./lib/isccfg/include/isccfg/dnsconf.h          C       2009
-./lib/isccfg/include/isccfg/grammar.h          C       2002,2003,2004,2005,2006,2007,2008,2009,2010,2011
+./lib/isccfg/include/isccfg/grammar.h          C       2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2014
 ./lib/isccfg/include/isccfg/log.h              C       2001,2004,2005,2006,2007,2009
 ./lib/isccfg/include/isccfg/namedconf.h                C       2002,2004,2005,2006,2007,2009,2010
 ./lib/isccfg/include/isccfg/version.h          C       2001,2004,2005,2006,2007
 ./lib/isccfg/parser.c                          C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
 ./lib/isccfg/version.c                         C       1998,1999,2000,2001,2004,2005,2007
 ./lib/isccfg/win32/DLLMain.c                   C       2001,2004,2007
-./lib/isccfg/win32/libisccfg.def               X       2001,2002,2005,2009,2010,2011
+./lib/isccfg/win32/libisccfg.def               X       2001,2002,2005,2009,2010,2011,2014
 ./lib/isccfg/win32/libisccfg.dsp.in            X       2001,2002,2004,2005,2009,2011,2013
 ./lib/isccfg/win32/libisccfg.dsw               X       2001
 ./lib/isccfg/win32/libisccfg.mak.in            X       2001,2002,2004,2005,2006,2009,2011,2013
 ./lib/isccfg/win32/libisccfg.vcxproj.user      X       2013
 ./lib/isccfg/win32/version.c                   C       1998,1999,2000,2001,2004,2007
 ./lib/lwres/Makefile.in                                MAKE    2000,2001,2004,2005,2007,2012
-./lib/lwres/api                                        X       2000,2001,2006,2008,2009,2010,2011,2012,2013
+./lib/lwres/api                                        X       2000,2001,2006,2008,2009,2010,2011,2012,2013,2014
 ./lib/lwres/assert_p.h                         C       2000,2001,2004,2005,2007,2011,2012
 ./lib/lwres/context.c                          C       2000,2001,2003,2004,2005,2007,2008,2009,2012,2013,2014
 ./lib/lwres/context_p.h                                C       2000,2001,2004,2005,2007,2008
 ./util/update_branches                         PERL    2005,2007,2012
 ./util/update_copyrights                       PERL    1998,1999,2000,2001,2004,2005,2006,2007,2008,2009,2010,2012,2013
 ./util/xc                                      SH      2012,2013
-./version                                      X       1998,1999,2000,2001,2003,2005,2006,2007,2008,2009,2010,2011,2012,2013
-./win32utils/Configure                         PERL    2013
+./version                                      X       1998,1999,2000,2001,2003,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
+./win32utils/Configure                         PERL    2013,2014
 ./win32utils/GeoIP.diff                                X       2013
 ./win32utils/bind9.sln.in                      X       2013
 ./win32utils/build.txt                         TXT.BRIEF       2013,2014
index c932ae6854c7be05db3e287e8984f3839dd68ff3..c466c38e280d1f899f93ad4962e49f2e5b40432d 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# 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