From: Francis Dupont Date: Sat, 23 May 2015 12:21:51 +0000 (+0200) Subject: added print.h includes, updated copyrights X-Git-Tag: v9.11.0a1~783 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3759f10fc543747668b1ca4b4671f35b0dea8445;p=thirdparty%2Fbind9.git added print.h includes, updated copyrights --- diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index eee639ee9b8..a770081bcda 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 1f4be20b877..f6d81782041 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 598a20e497b..30dd0db1bdb 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/confgen/keygen.c b/bin/confgen/keygen.c index 274b63bc1c7..b30e954523c 100644 --- a/bin/confgen/keygen.c +++ b/bin/confgen/keygen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 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 @@ -29,6 +29,7 @@ #include #include #include +#include #include #include diff --git a/bin/confgen/util.c b/bin/confgen/util.c index 5f5f817a5d3..a3e21b5155a 100644 --- a/bin/confgen/util.c +++ b/bin/confgen/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 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 @@ -25,6 +25,7 @@ #include #include +#include #include "util.h" diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 7615493c207..ddf5ddebccc 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/named/logconf.c b/bin/named/logconf.c index 922c544c948..5daebfd237f 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2011, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/bin/named/win32/ntservice.c b/bin/named/win32/ntservice.c index 3e875851b46..0ea86318fd7 100644 --- a/bin/named/win32/ntservice.c +++ b/bin/named/win32/ntservice.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-destroy.c b/bin/pkcs11/pkcs11-destroy.c index d0b23ea57bc..0f31a78a583 100644 --- a/bin/pkcs11/pkcs11-destroy.c +++ b/bin/pkcs11/pkcs11-destroy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 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 @@ -57,6 +57,7 @@ #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-keygen.c b/bin/pkcs11/pkcs11-keygen.c index d8a4a3ce77f..75baa040522 100644 --- a/bin/pkcs11/pkcs11-keygen.c +++ b/bin/pkcs11/pkcs11-keygen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009,2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012, 2015 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 @@ -64,6 +64,7 @@ #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-list.c b/bin/pkcs11/pkcs11-list.c index 8374f01bb79..4ef6a7a62dc 100644 --- a/bin/pkcs11/pkcs11-list.c +++ b/bin/pkcs11/pkcs11-list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 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 @@ -54,6 +54,7 @@ #include #include +#include #include #include diff --git a/bin/pkcs11/pkcs11-tokens.c b/bin/pkcs11/pkcs11-tokens.c index 860c4e90bb5..f12d07c2c15 100644 --- a/bin/pkcs11/pkcs11-tokens.c +++ b/bin/pkcs11/pkcs11-tokens.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -31,6 +31,7 @@ #include #include +#include #include #include diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 5272f6632bf..eb679936b90 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/rndc/util.c b/bin/rndc/util.c index c654462bf04..8de75740b98 100644 --- a/bin/rndc/util.c +++ b/bin/rndc/util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include +#include #include "util.h" diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index 96b7a392979..580ee2e3bca 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011-2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/backtrace_test.c b/bin/tests/backtrace_test.c index c54c2ed90c5..6817bee7e36 100644 --- a/bin/tests/backtrace_test.c +++ b/bin/tests/backtrace_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2013, 2015 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 @@ -22,6 +22,7 @@ #include #include +#include #include const char *expected_symbols[] = { diff --git a/bin/tests/byaddr_test.c b/bin/tests/byaddr_test.c index 613d43a4d50..b0732347f7e 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index 79d4c71b15a..7cf0ff53e79 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/cfg_test.c b/bin/tests/cfg_test.c index ac2dd4d6247..089429d633d 100644 --- a/bin/tests/cfg_test.c +++ b/bin/tests/cfg_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009-2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009-2011, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -25,6 +25,7 @@ #include #include +#include #include #include diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 8284dc1c1f1..b24b8b9503a 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index 652778ec13c..d95dad47c7d 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index 3ad51288bd3..27debe448ee 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include #include +#include #include #include /* Required for HP/UX (and others?) */ diff --git a/bin/tests/entropy2_test.c b/bin/tests/entropy2_test.c index 3561a4cd7cf..90139884e83 100644 --- a/bin/tests/entropy2_test.c +++ b/bin/tests/entropy2_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/entropy_test.c b/bin/tests/entropy_test.c index 94b1804b5ef..7bdcf29d565 100644 --- a/bin/tests/entropy_test.c +++ b/bin/tests/entropy_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,8 +26,9 @@ #include #include -#include +#include #include +#include static void hex_dump(const char *msg, void *data, unsigned int length) { diff --git a/bin/tests/fsaccess_test.c b/bin/tests/fsaccess_test.c index 0b214bbe2c7..48f8aa09b9d 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/fsaccess_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include /* Non-portable. */ #include +#include #include #define PATH "/tmp/fsaccess" diff --git a/bin/tests/gxba_test.c b/bin/tests/gxba_test.c index 8c5558f41a5..ee662235fa1 100644 --- a/bin/tests/gxba_test.c +++ b/bin/tests/gxba_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include diff --git a/bin/tests/gxbn_test.c b/bin/tests/gxbn_test.c index 28ca1153a99..5b744f32fc9 100644 --- a/bin/tests/gxbn_test.c +++ b/bin/tests/gxbn_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include diff --git a/bin/tests/hash_test.c b/bin/tests/hash_test.c index 2b9165c6e2e..079e960defd 100644 --- a/bin/tests/hash_test.c +++ b/bin/tests/hash_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -28,6 +28,7 @@ #include #include #include +#include #include static void diff --git a/bin/tests/inter_test.c b/bin/tests/inter_test.c index 141467ca3fd..48a56bd7dcc 100644 --- a/bin/tests/inter_test.c +++ b/bin/tests/inter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2008, 2015 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 @@ -24,6 +24,7 @@ #include #include +#include #include int diff --git a/bin/tests/keyboard_test.c b/bin/tests/keyboard_test.c index f278a2dca2b..71ac65e59f7 100644 --- a/bin/tests/keyboard_test.c +++ b/bin/tests/keyboard_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include static void diff --git a/bin/tests/lex_test.c b/bin/tests/lex_test.c index 8eba5360297..909cfe33efe 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include #include +#include #include isc_mem_t *mctx; diff --git a/bin/tests/lfsr_test.c b/bin/tests/lfsr_test.c index 4150b2de01d..6ae630440bf 100644 --- a/bin/tests/lfsr_test.c +++ b/bin/tests/lfsr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include isc_uint32_t state[1024 * 64]; diff --git a/bin/tests/log_test.c b/bin/tests/log_test.c index 384fcb4ca52..1c3f90b5bbc 100644 --- a/bin/tests/log_test.c +++ b/bin/tests/log_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include +#include #include #include diff --git a/bin/tests/lwres_test.c b/bin/tests/lwres_test.c index 9620258296e..4d30df42bd2 100644 --- a/bin/tests/lwres_test.c +++ b/bin/tests/lwres_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -25,6 +25,7 @@ #include #include +#include #include #include diff --git a/bin/tests/lwresconf_test.c b/bin/tests/lwresconf_test.c index 48e839ffbda..d07d775c400 100644 --- a/bin/tests/lwresconf_test.c +++ b/bin/tests/lwresconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/bin/tests/makejournal.c b/bin/tests/makejournal.c index 5ffe5f16a22..d541284f052 100644 --- a/bin/tests/makejournal.c +++ b/bin/tests/makejournal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015 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 @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index afc6c8c10dd..b5d7befd63f 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 9c98685a5df..0934a4b7136 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/name_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2015 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 @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index 6b9c9762902..58300e04868 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include diff --git a/bin/tests/net/driver.c b/bin/tests/net/driver.c index a8b3bf7c9a0..f57dc7976a1 100644 --- a/bin/tests/net/driver.c +++ b/bin/tests/net/driver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/net/netaddr_multicast.c b/bin/tests/net/netaddr_multicast.c index 79f260bd36c..63f1925c4b2 100644 --- a/bin/tests/net/netaddr_multicast.c +++ b/bin/tests/net/netaddr_multicast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/pkcs11/benchmarks/find.c b/bin/tests/pkcs11/benchmarks/find.c index 493513a02d7..329622823f2 100644 --- a/bin/tests/pkcs11/benchmarks/find.c +++ b/bin/tests/pkcs11/benchmarks/find.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -51,6 +51,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/genrsa.c b/bin/tests/pkcs11/benchmarks/genrsa.c index 4d340bbd7eb..c4bd03bfaf6 100644 --- a/bin/tests/pkcs11/benchmarks/genrsa.c +++ b/bin/tests/pkcs11/benchmarks/genrsa.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/login.c b/bin/tests/pkcs11/benchmarks/login.c index 72a8224d327..6e726556131 100644 --- a/bin/tests/pkcs11/benchmarks/login.c +++ b/bin/tests/pkcs11/benchmarks/login.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/random.c b/bin/tests/pkcs11/benchmarks/random.c index fb0ee1eb545..9d11b0d3926 100644 --- a/bin/tests/pkcs11/benchmarks/random.c +++ b/bin/tests/pkcs11/benchmarks/random.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/session.c b/bin/tests/pkcs11/benchmarks/session.c index 501949743e1..a59106df279 100644 --- a/bin/tests/pkcs11/benchmarks/session.c +++ b/bin/tests/pkcs11/benchmarks/session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/sha1.c b/bin/tests/pkcs11/benchmarks/sha1.c index a330ee7bfa4..7ab962b3edd 100644 --- a/bin/tests/pkcs11/benchmarks/sha1.c +++ b/bin/tests/pkcs11/benchmarks/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/sign.c b/bin/tests/pkcs11/benchmarks/sign.c index fdb5eee3f33..8774af40a0a 100644 --- a/bin/tests/pkcs11/benchmarks/sign.c +++ b/bin/tests/pkcs11/benchmarks/sign.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/benchmarks/verify.c b/bin/tests/pkcs11/benchmarks/verify.c index 0607927f6dc..e8784fecd45 100644 --- a/bin/tests/pkcs11/benchmarks/verify.c +++ b/bin/tests/pkcs11/benchmarks/verify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -53,6 +53,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/pkcs11-hmacmd5.c b/bin/tests/pkcs11/pkcs11-hmacmd5.c index 2ab18ccbc47..997d464a5a5 100644 --- a/bin/tests/pkcs11/pkcs11-hmacmd5.c +++ b/bin/tests/pkcs11/pkcs11-hmacmd5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -68,6 +68,7 @@ #include #include +#include #include #include diff --git a/bin/tests/pkcs11/pkcs11-md5sum.c b/bin/tests/pkcs11/pkcs11-md5sum.c index abbf4e923d5..7478219d29e 100644 --- a/bin/tests/pkcs11/pkcs11-md5sum.c +++ b/bin/tests/pkcs11/pkcs11-md5sum.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -67,6 +67,7 @@ #include #include +#include #include #include diff --git a/bin/tests/printmsg.c b/bin/tests/printmsg.c index 85f6a328c55..9ec3544ff60 100644 --- a/bin/tests/printmsg.c +++ b/bin/tests/printmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -20,6 +20,7 @@ #include #include +#include #include #include diff --git a/bin/tests/ratelimiter_test.c b/bin/tests/ratelimiter_test.c index 9fd4a13b568..ee54c62be28 100644 --- a/bin/tests/ratelimiter_test.c +++ b/bin/tests/ratelimiter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -21,6 +21,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index 1da23c05194..a9d20d9635c 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/rbt_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index 9d319f54581..d1cb5098382 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/serial_test.c b/bin/tests/serial_test.c index 3cc8adefa41..9e82a048514 100644 --- a/bin/tests/serial_test.c +++ b/bin/tests/serial_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -21,6 +21,7 @@ #include +#include #include #include diff --git a/bin/tests/sig0_test.c b/bin/tests/sig0_test.c index deabf47c16a..d07aecb1bfa 100644 --- a/bin/tests/sig0_test.c +++ b/bin/tests/sig0_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/sym_test.c b/bin/tests/sym_test.c index 0daa498e5aa..be227c0557f 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/system/builtin/gethostname.c b/bin/tests/system/builtin/gethostname.c index 201fdc7ebcb..8908aeda325 100644 --- a/bin/tests/system/builtin/gethostname.c +++ b/bin/tests/system/builtin/gethostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -20,6 +20,7 @@ #include #include +#include #include #ifndef MAXHOSTNAMELEN diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c index ebfeab6dd88..ad9b551adda 100644 --- a/bin/tests/system/lwresd/lwtest.c +++ b/bin/tests/system/lwresd/lwtest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2008, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2008, 2012, 2013, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include diff --git a/bin/tests/system/pipelined/pipequeries.c b/bin/tests/system/pipelined/pipequeries.c index 0b40f8cf57c..71ec0ef55a2 100644 --- a/bin/tests/system/pipelined/pipequeries.c +++ b/bin/tests/system/pipelined/pipequeries.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/system/resolver/edns-version.c b/bin/tests/system/resolver/edns-version.c index f8f5c9057d9..50f86276d5e 100644 --- a/bin/tests/system/resolver/edns-version.c +++ b/bin/tests/system/resolver/edns-version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -17,6 +17,7 @@ #include #include +#include #include #include diff --git a/bin/tests/system/rndc/gencheck.c b/bin/tests/system/rndc/gencheck.c index df03aaa0f89..4545f2774eb 100644 --- a/bin/tests/system/rndc/gencheck.c +++ b/bin/tests/system/rndc/gencheck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -24,6 +24,8 @@ #include #include +#include + #define USAGE "usage: gencheck \n" static int diff --git a/bin/tests/system/rsabigexponent/bigkey.c b/bin/tests/system/rsabigexponent/bigkey.c index 9f3d573b33d..d29ff126e6c 100644 --- a/bin/tests/system/rsabigexponent/bigkey.c +++ b/bin/tests/system/rsabigexponent/bigkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2014, 2015 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 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/system/tkey/keycreate.c b/bin/tests/system/tkey/keycreate.c index aefe0de1e9f..bf718e84cca 100644 --- a/bin/tests/system/tkey/keycreate.c +++ b/bin/tests/system/tkey/keycreate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/system/tkey/keydelete.c b/bin/tests/system/tkey/keydelete.c index c956b18399d..27b7c678147 100644 --- a/bin/tests/system/tkey/keydelete.c +++ b/bin/tests/system/tkey/keydelete.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009-2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tests/task_test.c b/bin/tests/task_test.c index a5188323199..b70c981e270 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/task_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index 39896bdf262..5ec48d386a0 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index ee7de984ef1..a718e3a1450 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -24,6 +24,7 @@ #include #include #include +#include #include #include diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index 8ca9f641662..1c4a115212d 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tools/arpaname.c b/bin/tools/arpaname.c index 356a883a45d..14609b57965 100644 --- a/bin/tools/arpaname.c +++ b/bin/tools/arpaname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2015 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,6 +19,7 @@ #include "config.h" #include +#include #include diff --git a/bin/tools/isc-hmac-fixup.c b/bin/tools/isc-hmac-fixup.c index 00613b387c4..e443675ab34 100644 --- a/bin/tools/isc-hmac-fixup.c +++ b/bin/tools/isc-hmac-fixup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2010, 2014, 2015 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 @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/bin/tools/named-journalprint.c b/bin/tools/named-journalprint.c index 36d1acd3136..035cb6e28c9 100644 --- a/bin/tools/named-journalprint.c +++ b/bin/tools/named-journalprint.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/bin/tools/named-rrchecker.c b/bin/tools/named-rrchecker.c index 8844062a6b0..7994838e1ac 100644 --- a/bin/tools/named-rrchecker.c +++ b/bin/tools/named-rrchecker.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015 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 @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/adb.c b/lib/dns/adb.c index 4e8785d696b..cf7dab0380d 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -30,6 +30,7 @@ #include #include +#include #include #include #include /* Required for HP/UX (and others?) */ diff --git a/lib/dns/callbacks.c b/lib/dns/callbacks.c index 64e109fb111..f7e9536b4d8 100644 --- a/lib/dns/callbacks.c +++ b/lib/dns/callbacks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2011, 2012, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -21,6 +21,7 @@ #include +#include #include #include diff --git a/lib/dns/diff.c b/lib/dns/diff.c index 5174aa8c5d0..d1b86f1794d 100644 --- a/lib/dns/diff.c +++ b/lib/dns/diff.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c index dd1b9ab3508..b9c232696d8 100644 --- a/lib/dns/dst_parse.c +++ b/lib/dns/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -38,13 +38,14 @@ #include #include +#include #include #include #include +#include #include #include #include -#include #include #include diff --git a/lib/dns/gssapi_link.c b/lib/dns/gssapi_link.c index 997d3742fc1..5ad2f138301 100644 --- a/lib/dns/gssapi_link.c +++ b/lib/dns/gssapi_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/lib/dns/journal.c b/lib/dns/journal.c index 6b42d7864b4..fc0abe1ecd3 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -25,6 +25,7 @@ #include #include +#include #include #include #include diff --git a/lib/dns/private.c b/lib/dns/private.c index 1168c1e2357..76a26e82772 100644 --- a/lib/dns/private.c +++ b/lib/dns/private.c @@ -18,10 +18,11 @@ #include "config.h" +#include +#include #include #include #include -#include #include #include diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c index 49add56f37a..bffb0c50c14 100644 --- a/lib/dns/tcpmsg.c +++ b/lib/dns/tcpmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -22,6 +22,7 @@ #include #include +#include #include #include diff --git a/lib/dns/tests/geoip_test.c b/lib/dns/tests/geoip_test.c index 8ada41bbdb4..6b81ed05d64 100644 --- a/lib/dns/tests/geoip_test.c +++ b/lib/dns/tests/geoip_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013-2015 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 @@ -24,6 +24,7 @@ #include +#include #include #include diff --git a/lib/dns/tests/rbt_serialize_test.c b/lib/dns/tests/rbt_serialize_test.c index 87af0e1ba33..edc5d677af8 100644 --- a/lib/dns/tests/rbt_serialize_test.c +++ b/lib/dns/tests/rbt_serialize_test.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/dns/tests/rdatasetstats_test.c b/lib/dns/tests/rdatasetstats_test.c index 8b7dce52e22..dc356e719be 100644 --- a/lib/dns/tests/rdatasetstats_test.c +++ b/lib/dns/tests/rdatasetstats_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2015 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 @@ -24,6 +24,8 @@ #include +#include + #include #include "dnstest.h" diff --git a/lib/dns/tkey.c b/lib/dns/tkey.c index 25e488e601f..cad8d89a734 100644 --- a/lib/dns/tkey.c +++ b/lib/dns/tkey.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 31c4fe7c9f2..6b6f52db1ac 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -27,6 +27,7 @@ #include #include #include +#include #include /* diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 98546db48f3..416fba1927a 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2008, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -65,6 +65,7 @@ #include #include +#include #include #include diff --git a/lib/isc/entropy.c b/lib/isc/entropy.c index 525105e01d2..f2de95b127f 100644 --- a/lib/isc/entropy.c +++ b/lib/isc/entropy.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/error.c b/lib/isc/error.c index 095100a7c94..b15881589eb 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -26,6 +26,7 @@ #include #include +#include /*% Default unexpected callback. */ static void diff --git a/lib/isc/httpd.c b/lib/isc/httpd.c index e4eeab99373..40c3d20ef80 100644 --- a/lib/isc/httpd.c +++ b/lib/isc/httpd.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/lib.c b/lib/isc/lib.c index 7a18f8a20c8..30fa6b1fb02 100644 --- a/lib/isc/lib.c +++ b/lib/isc/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/pk11.c b/lib/isc/pk11.c index de4479b7b0e..7639501ff2f 100644 --- a/lib/isc/pk11.c +++ b/lib/isc/pk11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2014, 2015 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 @@ -117,6 +117,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c index 954a79dd6b6..b37f17b7ae0 100644 --- a/lib/isc/pthreads/mutex.c +++ b/lib/isc/pthreads/mutex.c @@ -28,6 +28,7 @@ #include #include +#include #include #include diff --git a/lib/isc/regex.c b/lib/isc/regex.c index 2ee13653bdd..a1e76c75918 100644 --- a/lib/isc/regex.c +++ b/lib/isc/regex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013-2015 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 @@ -17,6 +17,7 @@ #include #include +#include #include #include diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c index 9c84c258a28..461d6e295a7 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2015 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 @@ -27,6 +27,7 @@ #include #include #include +#include #include #include diff --git a/lib/isc/task.c b/lib/isc/task.c index e88870b631e..416f89c8f75 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/tests/hash_test.c b/lib/isc/tests/hash_test.c index 15c78f85fff..0471b826d4c 100644 --- a/lib/isc/tests/hash_test.c +++ b/lib/isc/tests/hash_test.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* diff --git a/lib/isc/tests/mem_test.c b/lib/isc/tests/mem_test.c index 94e46d782c8..9fbdd4f8f64 100644 --- a/lib/isc/tests/mem_test.c +++ b/lib/isc/tests/mem_test.c @@ -24,6 +24,7 @@ #include "isctest.h" #include +#include #include static void * diff --git a/lib/isc/tests/random_test.c b/lib/isc/tests/random_test.c index 1f4ddf8c59e..6a560e6ce40 100644 --- a/lib/isc/tests/random_test.c +++ b/lib/isc/tests/random_test.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include diff --git a/lib/isc/tests/regex_test.c b/lib/isc/tests/regex_test.c index e7976793895..edc96f2bcc6 100644 --- a/lib/isc/tests/regex_test.c +++ b/lib/isc/tests/regex_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013, 2015 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 @@ -27,6 +27,7 @@ #endif #include +#include #include ATF_TC(regex_validate); diff --git a/lib/isc/tests/socket_test.c b/lib/isc/tests/socket_test.c index 6853516d797..33b96426aad 100644 --- a/lib/isc/tests/socket_test.c +++ b/lib/isc/tests/socket_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2015 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 @@ -26,6 +26,7 @@ #include #include +#include #include "../task_p.h" #include "../unix/socket_p.h" diff --git a/lib/isc/timer.c b/lib/isc/timer.c index 729be1c58d7..7e6242794a0 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c index f0026c285b8..6b1ceda09e0 100644 --- a/lib/isc/unix/ifiter_ioctl.c +++ b/lib/isc/unix/ifiter_ioctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -17,6 +17,8 @@ /* $Id: ifiter_ioctl.c,v 1.62 2009/01/18 23:48:14 tbox Exp $ */ +#include + /*! \file * \brief * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. diff --git a/lib/isc/unix/ifiter_sysctl.c b/lib/isc/unix/ifiter_sysctl.c index 5aad3d2ab82..f6bc5e7eb13 100644 --- a/lib/isc/unix/ifiter_sysctl.c +++ b/lib/isc/unix/ifiter_sysctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -30,6 +30,8 @@ #include #include +#include + /* XXX what about Alpha? */ #ifdef sgi #define ROUNDUP(a) ((a) > 0 ? \ diff --git a/lib/isc/win32/interfaceiter.c b/lib/isc/win32/interfaceiter.c index 7d1dc1b975d..75dce35e597 100644 --- a/lib/isc/win32/interfaceiter.c +++ b/lib/isc/win32/interfaceiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007-2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007-2009, 2013-2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -33,6 +33,7 @@ #include #include +#include #include #include #include diff --git a/lib/isc/win32/win32os.c b/lib/isc/win32/win32os.c index bf18af981b0..fa3372abc1b 100644 --- a/lib/isc/win32/win32os.c +++ b/lib/isc/win32/win32os.c @@ -22,6 +22,7 @@ #else #include #endif +#include int isc_win32os_versioncheck(unsigned int major, unsigned int minor, diff --git a/lib/isccc/alist.c b/lib/isccc/alist.c index 4f1743ed497..37b9cdd5ba3 100644 --- a/lib/isccc/alist.c +++ b/lib/isccc/alist.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -40,6 +40,7 @@ #include #include +#include #include #include #include diff --git a/lib/isccc/sexpr.c b/lib/isccc/sexpr.c index df11a930317..9b7d5d7f374 100644 --- a/lib/isccc/sexpr.c +++ b/lib/isccc/sexpr.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -40,6 +40,7 @@ #include #include +#include #include #include diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 0fe6097d07c..6ded03463b3 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004, 2005, 2007, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -75,6 +75,8 @@ static const char rcsid[] = #include +#include + #include #include diff --git a/lib/lwres/win32/socket.c b/lib/lwres/win32/socket.c index 8f6c79ad2a9..31b43939d8f 100644 --- a/lib/lwres/win32/socket.c +++ b/lib/lwres/win32/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2007, 2015 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 @@ -17,6 +17,7 @@ /* $Id: socket.c,v 1.3 2007/06/18 23:47:51 tbox Exp $ */ #include +#include #include #include diff --git a/lib/samples/nsprobe.c b/lib/samples/nsprobe.c index 8daca45cdee..0d21661d5e0 100644 --- a/lib/samples/nsprobe.c +++ b/lib/samples/nsprobe.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/samples/resolve.c b/lib/samples/resolve.c index c186febb1cf..177579f28e6 100644 --- a/lib/samples/resolve.c +++ b/lib/samples/resolve.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 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 @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/samples/sample-async.c b/lib/samples/sample-async.c index 5f670f35f8b..a38a58c6a83 100644 --- a/lib/samples/sample-async.c +++ b/lib/samples/sample-async.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2013-2015 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 @@ -38,6 +38,7 @@ #include #include #include +#include #include #include #include diff --git a/lib/samples/sample-gai.c b/lib/samples/sample-gai.c index d20062ea950..9f3a8b63c8e 100644 --- a/lib/samples/sample-gai.c +++ b/lib/samples/sample-gai.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 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,6 +19,7 @@ #include #include +#include #include diff --git a/lib/samples/sample-request.c b/lib/samples/sample-request.c index b5ea343d125..1544a54e61a 100644 --- a/lib/samples/sample-request.c +++ b/lib/samples/sample-request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2012-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009, 2012-2015 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 @@ -39,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/lib/samples/sample-update.c b/lib/samples/sample-update.c index 343756dfab1..f879961fb28 100644 --- a/lib/samples/sample-update.c +++ b/lib/samples/sample-update.c @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/util/copyrights b/util/copyrights index be47ad1873d..78847de9333 100644 --- a/util/copyrights +++ b/util/copyrights @@ -12,14 +12,14 @@ ./bin/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2013,2014 ./bin/check/.gitignore X 2012 ./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014 -./bin/check/check-tool.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014 +./bin/check/check-tool.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./bin/check/check-tool.h C 2000,2001,2002,2004,2005,2007,2010,2011,2013,2014 ./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,2014 +./bin/check/named-checkconf.c C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015 ./bin/check/named-checkconf.docbook SGML 2000,2001,2002,2004,2005,2007,2009,2014,2015 ./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,2014 +./bin/check/named-checkzone.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./bin/check/named-checkzone.docbook SGML 2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015 ./bin/check/named-checkzone.html HTML DOCBOOK ./bin/check/win32/checkconf.dsp.in X 2001,2004,2005,2006,2009,2013,2014 @@ -46,7 +46,7 @@ ./bin/confgen/ddns-confgen.docbook SGML 2009,2014 ./bin/confgen/ddns-confgen.html HTML DOCBOOK ./bin/confgen/include/confgen/os.h C 2009 -./bin/confgen/keygen.c C 2009,2012,2013,2014 +./bin/confgen/keygen.c C 2009,2012,2013,2014,2015 ./bin/confgen/keygen.h C 2009 ./bin/confgen/rndc-confgen.8 MAN DOCBOOK ./bin/confgen/rndc-confgen.c C 2001,2003,2004,2005,2007,2008,2009,2011,2013,2014 @@ -54,7 +54,7 @@ ./bin/confgen/rndc-confgen.html HTML DOCBOOK ./bin/confgen/unix/Makefile.in MAKE 2009,2012 ./bin/confgen/unix/os.c C 2009 -./bin/confgen/util.c C 2009 +./bin/confgen/util.c C 2009,2015 ./bin/confgen/util.h C 2009 ./bin/confgen/win32/confgentool.dsp.in X 2009,2013 ./bin/confgen/win32/confgentool.dsw X 2009 @@ -258,7 +258,7 @@ ./bin/named/interfacemgr.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015 ./bin/named/listenlist.c C 2000,2001,2004,2005,2007,2013 ./bin/named/log.c C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2013,2014 -./bin/named/logconf.c C 1999,2000,2001,2004,2005,2006,2007,2011,2013,2014 +./bin/named/logconf.c C 1999,2000,2001,2004,2005,2006,2007,2011,2013,2014,2015 ./bin/named/lwaddr.c C 2000,2001,2004,2005,2007,2008,2014 ./bin/named/lwdclient.c C 2000,2001,2004,2005,2007 ./bin/named/lwderror.c C 2000,2001,2004,2005,2007 @@ -322,19 +322,19 @@ ./bin/pkcs11/openssl-1.0.0q-patch X 2015 ./bin/pkcs11/openssl-1.0.1l-patch X 2015 ./bin/pkcs11/pkcs11-destroy.8 MAN DOCBOOK -./bin/pkcs11/pkcs11-destroy.c X 2009,2010,2014 +./bin/pkcs11/pkcs11-destroy.c X 2009,2010,2014,2015 ./bin/pkcs11/pkcs11-destroy.docbook SGML 2009,2014 ./bin/pkcs11/pkcs11-destroy.html HTML DOCBOOK ./bin/pkcs11/pkcs11-keygen.8 MAN DOCBOOK -./bin/pkcs11/pkcs11-keygen.c X 2009,2014 +./bin/pkcs11/pkcs11-keygen.c X 2009,2014,2015 ./bin/pkcs11/pkcs11-keygen.docbook SGML 2009,2014 ./bin/pkcs11/pkcs11-keygen.html HTML DOCBOOK ./bin/pkcs11/pkcs11-list.8 MAN DOCBOOK -./bin/pkcs11/pkcs11-list.c X 2009,2014 +./bin/pkcs11/pkcs11-list.c X 2009,2014,2015 ./bin/pkcs11/pkcs11-list.docbook SGML 2009,2014 ./bin/pkcs11/pkcs11-list.html HTML DOCBOOK ./bin/pkcs11/pkcs11-tokens.8 MAN 2014 -./bin/pkcs11/pkcs11-tokens.c C 2014 +./bin/pkcs11/pkcs11-tokens.c C 2014,2015 ./bin/pkcs11/pkcs11-tokens.docbook SGML 2014 ./bin/pkcs11/pkcs11-tokens.html HTML 2014 ./bin/pkcs11/win32/pk11destroy.dsp.in X 2009,2013,2014 @@ -382,7 +382,7 @@ ./bin/rndc/rndc.conf.html HTML DOCBOOK ./bin/rndc/rndc.docbook SGML 2000,2001,2004,2005,2007,2013,2014,2015 ./bin/rndc/rndc.html HTML DOCBOOK -./bin/rndc/util.c C 2000,2001,2004,2005,2007 +./bin/rndc/util.c C 2000,2001,2004,2005,2007,2015 ./bin/rndc/util.h C 2000,2001,2004,2005,2007,2009 ./bin/rndc/win32/rndc.dsp.in X 2001,2004,2005,2006,2009,2013 ./bin/rndc/win32/rndc.dsw X 2001 @@ -399,7 +399,7 @@ ./bin/tests/Kchild.example.+003+04017.key X 2000,2001 ./bin/tests/Kchild.example.+003+04017.private X 2000,2001 ./bin/tests/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014 -./bin/tests/adb_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013 +./bin/tests/adb_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015 ./bin/tests/atomic/Makefile.in MAKE 2011,2012,2014 ./bin/tests/atomic/t_atomic.c C 2011,2013 ./bin/tests/atomic/win32/t_atomic.dsp.in X 2013 @@ -410,16 +410,16 @@ ./bin/tests/atomic/win32/t_atomic.vcxproj.user X 2013 ./bin/tests/b8t.mk MAKE 1999,2000,2001,2004,2007,2012 ./bin/tests/b9t.mk MAKE 1999,2000,2001,2004,2007,2012 -./bin/tests/backtrace_test.c C 2009,2013 +./bin/tests/backtrace_test.c C 2009,2013,2015 ./bin/tests/bigtest/README TXT.BRIEF 2013 ./bin/tests/bigtest/buildzones.sh SH 2013 ./bin/tests/bigtest/rndc.key X 2013 ./bin/tests/bigtest/tests.sh SH 2013 ./bin/tests/bigtest/zones X 2013 -./bin/tests/byaddr_test.c C 2000,2001,2002,2004,2005,2007,2012 -./bin/tests/byname_test.c C 2000,2001,2004,2005,2007,2009,2012 -./bin/tests/cfg_test.c C 2001,2002,2004,2005,2007,2009,2010,2011 -./bin/tests/compress_test.c C 1999,2000,2001,2004,2005,2006,2007 +./bin/tests/byaddr_test.c C 2000,2001,2002,2004,2005,2007,2012,2015 +./bin/tests/byname_test.c C 2000,2001,2004,2005,2007,2009,2012,2015 +./bin/tests/cfg_test.c C 2001,2002,2004,2005,2007,2009,2010,2011,2015 +./bin/tests/compress_test.c C 1999,2000,2001,2004,2005,2006,2007,2015 ./bin/tests/db/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2010,2012,2014 ./bin/tests/db/dns_db_class_1.data X 1999,2000,2001 ./bin/tests/db/dns_db_class_data X 1999,2000,2001 @@ -507,7 +507,7 @@ ./bin/tests/dst/Ktest.+003+49667.key.in X 2001,2004,2013 ./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/dst_test.c C 1999,2000,2001,2004,2005,2007,2009,2012,2014,2015 ./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 @@ -521,12 +521,12 @@ ./bin/tests/dst/win32/t_dst.vcxproj.filters.in X 2013 ./bin/tests/dst/win32/t_dst.vcxproj.in X 2013 ./bin/tests/dst/win32/t_dst.vcxproj.user X 2013 -./bin/tests/entropy2_test.c C 2000,2001,2004,2005,2007 -./bin/tests/entropy_test.c C 2000,2001,2004,2005,2007 -./bin/tests/fsaccess_test.c C 2000,2001,2004,2005,2007,2012 -./bin/tests/gxba_test.c C 2000,2001,2004,2005,2007 -./bin/tests/gxbn_test.c C 2000,2001,2004,2005,2007 -./bin/tests/hash_test.c C 2000,2001,2004,2005,2006,2007,2014 +./bin/tests/entropy2_test.c C 2000,2001,2004,2005,2007,2015 +./bin/tests/entropy_test.c C 2000,2001,2004,2005,2007,2015 +./bin/tests/fsaccess_test.c C 2000,2001,2004,2005,2007,2012,2015 +./bin/tests/gxba_test.c C 2000,2001,2004,2005,2007,2015 +./bin/tests/gxbn_test.c C 2000,2001,2004,2005,2007,2015 +./bin/tests/hash_test.c C 2000,2001,2004,2005,2006,2007,2014,2015 ./bin/tests/hashes/Makefile.in MAKE 2010,2012,2014 ./bin/tests/hashes/t_hashes.c C 2010,2013 ./bin/tests/hashes/win32/t_hashes.dsp.in X 2013 @@ -536,14 +536,14 @@ ./bin/tests/hashes/win32/t_hashes.vcxproj.in X 2013 ./bin/tests/hashes/win32/t_hashes.vcxproj.user X 2013 ./bin/tests/headerdep_test.sh.in SH 2000,2001,2004,2007,2012 -./bin/tests/inter_test.c C 2000,2001,2003,2004,2005,2007,2008 -./bin/tests/keyboard_test.c C 2000,2001,2004,2005,2007 -./bin/tests/lex_test.c C 1998,1999,2000,2001,2004,2005,2007 -./bin/tests/lfsr_test.c C 1999,2000,2001,2004,2005,2007 -./bin/tests/log_test.c C 1999,2000,2001,2004,2007,2011,2014 -./bin/tests/lwres_test.c C 2000,2001,2004,2005,2007 -./bin/tests/lwresconf_test.c C 2000,2001,2004,2007 -./bin/tests/makejournal.c C 2013 +./bin/tests/inter_test.c C 2000,2001,2003,2004,2005,2007,2008,2015 +./bin/tests/keyboard_test.c C 2000,2001,2004,2005,2007,2015 +./bin/tests/lex_test.c C 1998,1999,2000,2001,2004,2005,2007,2015 +./bin/tests/lfsr_test.c C 1999,2000,2001,2004,2005,2007,2015 +./bin/tests/log_test.c C 1999,2000,2001,2004,2007,2011,2014,2015 +./bin/tests/lwres_test.c C 2000,2001,2004,2005,2007,2015 +./bin/tests/lwresconf_test.c C 2000,2001,2004,2007,2015 +./bin/tests/makejournal.c C 2013,2015 ./bin/tests/master/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014 ./bin/tests/master/dns_master_load_10_data X 2000,2001 ./bin/tests/master/dns_master_load_11_data X 2000,2001 @@ -584,7 +584,7 @@ ./bin/tests/mem/win32/t_mem.vcxproj.in X 2013 ./bin/tests/mem/win32/t_mem.vcxproj.user X 2013 ./bin/tests/mempool_test.c C 1999,2000,2001,2004,2007 -./bin/tests/name_test.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009 +./bin/tests/name_test.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2015 ./bin/tests/named.conf CONF-C 1999,2000,2001,2004,2007,2011,2015 ./bin/tests/names/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014 ./bin/tests/names/dns_name_compare_data X 1999,2000,2001 @@ -610,7 +610,7 @@ ./bin/tests/names/dns_name_totext_data X 1999,2000,2001 ./bin/tests/names/dns_name_towire_1_data X 1999,2000,2001 ./bin/tests/names/dns_name_towire_2_data X 1999,2000,2001 -./bin/tests/names/t_names.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014 +./bin/tests/names/t_names.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015 ./bin/tests/names/win32/t_names.dsp.in X 2013 ./bin/tests/names/win32/t_names.dsw X 2013 ./bin/tests/names/win32/t_names.mak.in X 2013 @@ -629,9 +629,9 @@ ./bin/tests/ndc.conf CONF-C 2000,2001,2004,2007 ./bin/tests/ndc.conf-include CONF-C 2001,2004,2007 ./bin/tests/net/Makefile.in MAKE 2000,2001,2002,2004,2007,2009,2012,2014 -./bin/tests/net/driver.c C 2000,2001,2004,2007 +./bin/tests/net/driver.c C 2000,2001,2004,2007,2015 ./bin/tests/net/driver.h C 2000,2001,2004,2007 -./bin/tests/net/netaddr_multicast.c C 2000,2001,2004,2007 +./bin/tests/net/netaddr_multicast.c C 2000,2001,2004,2007,2015 ./bin/tests/net/sockaddr_multicast.c C 2000,2001,2004,2007 ./bin/tests/net/testsuite.h C 2000,2001,2004,2007 ./bin/tests/nsecify.c C 1999,2000,2001,2003,2004,2007,2008,2009,2011 @@ -640,21 +640,21 @@ ./bin/tests/pkcs11/README X 2014 ./bin/tests/pkcs11/benchmarks/Makefile.in MAKE 2014 ./bin/tests/pkcs11/benchmarks/create.c C 2014 -./bin/tests/pkcs11/benchmarks/find.c C 2014 -./bin/tests/pkcs11/benchmarks/genrsa.c C 2014 -./bin/tests/pkcs11/benchmarks/login.c C 2014 +./bin/tests/pkcs11/benchmarks/find.c C 2014,2015 +./bin/tests/pkcs11/benchmarks/genrsa.c C 2014,2015 +./bin/tests/pkcs11/benchmarks/login.c C 2014,2015 ./bin/tests/pkcs11/benchmarks/privrsa.c C 2014 ./bin/tests/pkcs11/benchmarks/pubrsa.c C 2014 -./bin/tests/pkcs11/benchmarks/random.c C 2014 -./bin/tests/pkcs11/benchmarks/session.c C 2014 -./bin/tests/pkcs11/benchmarks/sha1.c C 2014 -./bin/tests/pkcs11/benchmarks/sign.c C 2014 -./bin/tests/pkcs11/benchmarks/verify.c C 2014 -./bin/tests/pkcs11/pkcs11-hmacmd5.c C 2014 -./bin/tests/pkcs11/pkcs11-md5sum.c C 2014 -./bin/tests/printmsg.c C 1998,1999,2000,2001,2004,2007,2011 +./bin/tests/pkcs11/benchmarks/random.c C 2014,2015 +./bin/tests/pkcs11/benchmarks/session.c C 2014,2015 +./bin/tests/pkcs11/benchmarks/sha1.c C 2014,2015 +./bin/tests/pkcs11/benchmarks/sign.c C 2014,2015 +./bin/tests/pkcs11/benchmarks/verify.c C 2014,2015 +./bin/tests/pkcs11/pkcs11-hmacmd5.c C 2014,2015 +./bin/tests/pkcs11/pkcs11-md5sum.c C 2014,2015 +./bin/tests/printmsg.c C 1998,1999,2000,2001,2004,2007,2011,2015 ./bin/tests/printmsg.h C 1998,1999,2000,2001,2004,2007 -./bin/tests/ratelimiter_test.c C 1999,2000,2001,2004,2007 +./bin/tests/ratelimiter_test.c C 1999,2000,2001,2004,2007,2015 ./bin/tests/rbt/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014 ./bin/tests/rbt/dns_rbt.data X 1999,2000,2001 ./bin/tests/rbt/dns_rbt_addname_1_data X 1999,2000,2001,2003 @@ -685,10 +685,10 @@ ./bin/tests/rbt/win32/t_rbt.vcxproj.filters.in X 2013 ./bin/tests/rbt/win32/t_rbt.vcxproj.in X 2013 ./bin/tests/rbt/win32/t_rbt.vcxproj.user X 2013 -./bin/tests/rbt_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2014 +./bin/tests/rbt_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2014,2015 ./bin/tests/rbt_test.out X 1999,2000,2001 ./bin/tests/rbt_test.txt SH 1999,2000,2001,2004,2007,2012 -./bin/tests/rdata_test.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014 +./bin/tests/rdata_test.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014,2015 ./bin/tests/resolv.conf.sample CONF-SH 2000,2001,2004,2007,2012 ./bin/tests/resolver/Makefile.in MAKE 2011,2012,2014 ./bin/tests/resolver/t_resolver.c C 2011,2012,2013,2014 @@ -699,9 +699,9 @@ ./bin/tests/resolver/win32/t_resolver.vcxproj.in X 2013 ./bin/tests/resolver/win32/t_resolver.vcxproj.user X 2013 ./bin/tests/rwlock_test.c C 1998,1999,2000,2001,2004,2005,2007,2013 -./bin/tests/serial_test.c C 1999,2000,2001,2003,2004,2007 +./bin/tests/serial_test.c C 1999,2000,2001,2003,2004,2007,2015 ./bin/tests/shutdown_test.c C 1998,1999,2000,2001,2004,2007,2011,2013 -./bin/tests/sig0_test.c C 2000,2001,2004,2005,2007,2008,2009,2012 +./bin/tests/sig0_test.c C 2000,2001,2004,2005,2007,2008,2009,2012,2015 ./bin/tests/sock_test.c C 1998,1999,2000,2001,2004,2007,2008,2012,2013,2014,2015 ./bin/tests/sockaddr/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014 ./bin/tests/sockaddr/t_sockaddr.c C 1999,2000,2001,2004,2007,2013 @@ -717,7 +717,7 @@ ./bin/tests/startperf/mkzonefile.pl PERL 2011,2012 ./bin/tests/startperf/setup.sh SH 2011,2012 ./bin/tests/startperf/smallzone.db ZONE 2011 -./bin/tests/sym_test.c C 1998,1999,2000,2001,2004,2005,2007 +./bin/tests/sym_test.c C 1998,1999,2000,2001,2004,2005,2007,2015 ./bin/tests/system/.gitignore X 2012 ./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015 ./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015 @@ -856,7 +856,7 @@ ./bin/tests/system/builtin/.gitignore X 2014 ./bin/tests/system/builtin/Makefile.in MAKE 2014 ./bin/tests/system/builtin/clean.sh SH 2014 -./bin/tests/system/builtin/gethostname.c C 2014 +./bin/tests/system/builtin/gethostname.c C 2014,2015 ./bin/tests/system/builtin/ns1/named.conf CONF-C 2011 ./bin/tests/system/builtin/ns2/named.conf CONF-C 2014 ./bin/tests/system/builtin/ns3/named.conf CONF-C 2014 @@ -1496,7 +1496,7 @@ ./bin/tests/system/lwresd/clean.sh SH 2008,2012,2013,2014 ./bin/tests/system/lwresd/lwresd1/lwresd.conf CONF-C 2000,2001,2004,2007 ./bin/tests/system/lwresd/lwresd1/resolv.conf CONF-SH 2000,2001,2004,2007,2012 -./bin/tests/system/lwresd/lwtest.c C 2000,2001,2002,2004,2007,2008,2012,2013 +./bin/tests/system/lwresd/lwtest.c C 2000,2001,2002,2004,2007,2008,2012,2013,2015 ./bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db ZONE 2000,2001,2004,2007 ./bin/tests/system/lwresd/ns1/e.example1.db X 2008 ./bin/tests/system/lwresd/ns1/example1.db ZONE 2000,2001,2002,2003,2004,2007,2008 @@ -1623,7 +1623,7 @@ ./bin/tests/system/pipelined/ns3/named.args X 2014,2015 ./bin/tests/system/pipelined/ns3/named.conf CONF-C 2014,2015 ./bin/tests/system/pipelined/ns4/named.conf CONF-C 2014,2015 -./bin/tests/system/pipelined/pipequeries.c C 2014,2015 +./bin/tests/system/pipelined/pipequeries.c C 2014,2015,2015 ./bin/tests/system/pipelined/ref X 2014,2015 ./bin/tests/system/pipelined/refb X 2014,2015 ./bin/tests/system/pipelined/setup.sh SH 2014,2015 @@ -1692,7 +1692,7 @@ ./bin/tests/system/resolver/ans2/ans.pl PERL 2000,2001,2004,2007,2009,2010,2012 ./bin/tests/system/resolver/ans3/ans.pl PERL 2000,2001,2004,2007,2009,2012 ./bin/tests/system/resolver/clean.sh SH 2008,2009,2010,2011,2012,2013,2014 -./bin/tests/system/resolver/edns-version.c C 2014 +./bin/tests/system/resolver/edns-version.c C 2014,2015 ./bin/tests/system/resolver/ns1/named.conf CONF-C 2000,2001,2004,2007,2009,2013,2014 ./bin/tests/system/resolver/ns1/root.hint ZONE 2000,2001,2004,2007 ./bin/tests/system/resolver/ns4/broken.db ZONE 2012 @@ -1728,7 +1728,7 @@ ./bin/tests/system/rndc/.gitignore X 2014 ./bin/tests/system/rndc/Makefile.in MAKE 2014 ./bin/tests/system/rndc/clean.sh SH 2011,2012,2013,2014,2015 -./bin/tests/system/rndc/gencheck.c C 2014 +./bin/tests/system/rndc/gencheck.c C 2014,2015 ./bin/tests/system/rndc/ns2/incl.db ZONE 2013 ./bin/tests/system/rndc/ns2/named.conf CONF-C 2011,2012,2013 ./bin/tests/system/rndc/ns2/secondkey.conf CONF-C 2012,2013 @@ -1846,7 +1846,7 @@ ./bin/tests/system/rrsetorder/tests.sh SH 2006,2007,2008,2011,2012,2014 ./bin/tests/system/rsabigexponent/.gitignore X 2013 ./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014 -./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014 +./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015 ./bin/tests/system/rsabigexponent/clean.sh SH 2012,2014 ./bin/tests/system/rsabigexponent/conf/bad01.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/bad02.conf CONF-C 2012 @@ -2005,8 +2005,8 @@ ./bin/tests/system/testsock6.pl PERL 2010,2012,2014 ./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014 ./bin/tests/system/tkey/clean.sh SH 2001,2004,2007,2011,2012,2013,2014 -./bin/tests/system/tkey/keycreate.c C 2001,2004,2005,2007,2009,2011,2012,2014 -./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014 +./bin/tests/system/tkey/keycreate.c C 2001,2004,2005,2007,2009,2011,2012,2014,2015 +./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014,2015 ./bin/tests/system/tkey/ns1/example.db ZONE 2013 ./bin/tests/system/tkey/ns1/named.conf.in CONF-C 2001,2004,2007,2009,2011,2013,2014 ./bin/tests/system/tkey/ns1/setup.sh SH 2001,2004,2007,2009,2012,2014 @@ -2172,7 +2172,7 @@ ./bin/tests/system/zonechecks/setup.sh SH 2012,2013,2014 ./bin/tests/system/zonechecks/tests.sh SH 2004,2007,2009,2012,2013,2014 ./bin/tests/t_api.pl PERL 1999,2000,2001,2004,2007,2012 -./bin/tests/task_test.c C 1998,1999,2000,2001,2004,2007,2013,2014 +./bin/tests/task_test.c C 1998,1999,2000,2001,2004,2007,2013,2014,2015 ./bin/tests/tasks/Makefile.in MAKE 1998,1999,2000,2001,2002,2004,2007,2009,2012,2014 ./bin/tests/tasks/t_tasks.c C 1998,1999,2000,2001,2004,2005,2007,2009,2011,2013,2014 ./bin/tests/tasks/win32/t_tasks.dsp.in X 2013 @@ -2180,7 +2180,7 @@ ./bin/tests/tasks/win32/t_tasks.mak.in X 2013 ./bin/tests/tasks/win32/t_tasks.vcxproj.filters.in X 2013 ./bin/tests/tasks/win32/t_tasks.vcxproj.in X 2013 -./bin/tests/tasks/win32/t_tasks.vcxproj.user X 2013 +./bin/tests/tasks/win32/t_tasks.vcxproj.user X 2013,2015 ./bin/tests/timer_test.c C 1998,1999,2000,2001,2004,2007,2013,2014 ./bin/tests/timers/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014 ./bin/tests/timers/t_timers.c C 1999,2000,2001,2004,2007,2008,2009,2011,2013 @@ -2271,16 +2271,16 @@ ./bin/tests/win32/timer_test.vcxproj.filters.in X 2013 ./bin/tests/win32/timer_test.vcxproj.in X 2013 ./bin/tests/win32/timer_test.vcxproj.user X 2013 -./bin/tests/wire_test.c C 1999,2000,2001,2004,2005,2007 +./bin/tests/wire_test.c C 1999,2000,2001,2004,2005,2007,2015 ./bin/tests/wire_test.data X 1999,2000,2001 ./bin/tests/wire_test.data2 X 1999,2000,2001 ./bin/tests/wire_test.data3 X 1999,2000,2001 ./bin/tests/wire_test.data4 X 1999,2000,2001 -./bin/tests/zone_test.c C 1999,2000,2001,2002,2004,2005,2007,2009,2012,2014 +./bin/tests/zone_test.c C 1999,2000,2001,2002,2004,2005,2007,2009,2012,2014,2015 ./bin/tools/.gitignore X 2012,2014,2015 ./bin/tools/Makefile.in MAKE 2009,2010,2012,2013,2014,2015 ./bin/tools/arpaname.1 MAN DOCBOOK -./bin/tools/arpaname.c C 2009 +./bin/tools/arpaname.c C 2009,2015 ./bin/tools/arpaname.docbook SGML 2009,2014 ./bin/tools/arpaname.html HTML DOCBOOK ./bin/tools/genrandom.8 MAN DOCBOOK @@ -2288,7 +2288,7 @@ ./bin/tools/genrandom.docbook SGML 2009,2010,2011,2014 ./bin/tools/genrandom.html HTML DOCBOOK ./bin/tools/isc-hmac-fixup.8 MAN DOCBOOK -./bin/tools/isc-hmac-fixup.c C 2010,2014 +./bin/tools/isc-hmac-fixup.c C 2010,2014,2015 ./bin/tools/isc-hmac-fixup.docbook SGML 2010,2013,2014 ./bin/tools/isc-hmac-fixup.html HTML DOCBOOK ./bin/tools/mdig.1 MAN DOCBOOK @@ -2296,11 +2296,11 @@ ./bin/tools/mdig.docbook SGML 2015 ./bin/tools/mdig.html HTML DOCBOOK ./bin/tools/named-journalprint.8 MAN DOCBOOK -./bin/tools/named-journalprint.c C 2000,2001,2004,2005,2006,2007,2008,2009 +./bin/tools/named-journalprint.c C 2000,2001,2004,2005,2006,2007,2008,2009,2015 ./bin/tools/named-journalprint.docbook SGML 2009,2014 ./bin/tools/named-journalprint.html HTML DOCBOOK ./bin/tools/named-rrchecker.1 MAN 2013,2014 -./bin/tools/named-rrchecker.c C 2013 +./bin/tools/named-rrchecker.c C 2013,2015 ./bin/tools/named-rrchecker.docbook SGML 2013,2014 ./bin/tools/named-rrchecker.html HTML 2013,2014 ./bin/tools/nsec3hash.8 MAN DOCBOOK @@ -3054,7 +3054,7 @@ ./lib/dns/badcache.c C 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,2012,2013,2014 -./lib/dns/callbacks.c C 1999,2000,2001,2004,2005,2007,2011,2012 +./lib/dns/callbacks.c C 1999,2000,2001,2004,2005,2007,2011,2012,2015 ./lib/dns/client.c C 2009,2010,2011,2012,2013,2014 ./lib/dns/clientinfo.c C 2011,2014 ./lib/dns/compress.c C 1999,2000,2001,2004,2005,2006,2007,2015 @@ -3072,7 +3072,7 @@ ./lib/dns/dst_internal.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014 ./lib/dns/dst_lib.c C 1999,2000,2001,2004,2005,2007 ./lib/dns/dst_openssl.h C 2002,2004,2005,2007,2008,2009,2011,2012 -./lib/dns/dst_parse.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014 +./lib/dns/dst_parse.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./lib/dns/dst_parse.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2014 ./lib/dns/dst_pkcs11.h C 2014 ./lib/dns/dst_result.c C 1999,2000,2001,2004,2005,2007,2008,2012,2013,2014,2015 @@ -3082,7 +3082,7 @@ ./lib/dns/gen-win32.h C 1999,2000,2001,2004,2005,2006,2007,2009,2014 ./lib/dns/gen.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2012,2013,2014 ./lib/dns/geoip.c C 2013,2014,2015 -./lib/dns/gssapi_link.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014 +./lib/dns/gssapi_link.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015 ./lib/dns/gssapictx.c C 2000,2001,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./lib/dns/hmac_link.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014 ./lib/dns/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012 @@ -3161,7 +3161,7 @@ ./lib/dns/include/dns/soa.h C 2000,2001,2004,2005,2006,2007,2009 ./lib/dns/include/dns/ssu.h C 2000,2001,2003,2004,2005,2006,2007,2008,2010,2011 ./lib/dns/include/dns/stats.h C 2000,2001,2004,2005,2006,2007,2008,2009,2012,2014 -./lib/dns/include/dns/tcpmsg.h C 1999,2000,2001,2004,2005,2006,2007 +./lib/dns/include/dns/tcpmsg.h C 1999,2000,2001,2004,2005,2006,2007,2015 ./lib/dns/include/dns/time.h C 1999,2000,2001,2004,2005,2006,2007,2012 ./lib/dns/include/dns/timer.h C 2000,2001,2004,2005,2006,2007 ./lib/dns/include/dns/tkey.h C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2011 @@ -3397,7 +3397,7 @@ ./lib/dns/tests/dispatch_test.c C 2012,2014 ./lib/dns/tests/dnstest.c C 2011,2012,2013,2014,2015 ./lib/dns/tests/dnstest.h C 2011,2012,2014 -./lib/dns/tests/geoip_test.c C 2013,2014 +./lib/dns/tests/geoip_test.c C 2013,2014,2015 ./lib/dns/tests/gost_test.c C 2014,2015 ./lib/dns/tests/keytable_test.c C 2014,2015 ./lib/dns/tests/master_test.c C 2011,2012,2013,2015 @@ -3410,7 +3410,7 @@ ./lib/dns/tests/rbt_test.c C 2012,2013,2014,2015 ./lib/dns/tests/rdata_test.c C 2012,2013 ./lib/dns/tests/rdataset_test.c C 2012 -./lib/dns/tests/rdatasetstats_test.c C 2012 +./lib/dns/tests/rdatasetstats_test.c C 2012,2015 ./lib/dns/tests/testdata/dbiterator/zone1.data ZONE 2011,2012 ./lib/dns/tests/testdata/dbiterator/zone2.data X 2011 ./lib/dns/tests/testdata/diff/zone1.data ZONE 2011,2012 @@ -3516,7 +3516,7 @@ ./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,2014,2015 ./lib/isc/app_api.c C 2009,2013,2014,2015 -./lib/isc/assertions.c C 1997,1998,1999,2000,2001,2004,2005,2007,2008,2009 +./lib/isc/assertions.c C 1997,1998,1999,2000,2001,2004,2005,2007,2008,2009,2015 ./lib/isc/backtrace-emptytbl.c C 2009 ./lib/isc/backtrace.c C 2009,2013,2014,2015 ./lib/isc/base32.c C 2008,2009,2013,2014 @@ -3525,11 +3525,11 @@ ./lib/isc/buffer.c C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2012,2014,2015 ./lib/isc/bufferlist.c C 1999,2000,2001,2004,2005,2007 ./lib/isc/chacha_private.h X 2014 -./lib/isc/commandline.c C.PORTION 1999,2000,2001,2004,2005,2007,2008,2014 +./lib/isc/commandline.c C.PORTION 1999,2000,2001,2004,2005,2007,2008,2014,2015 ./lib/isc/counter.c C 2014 ./lib/isc/crc64.c C 2013 ./lib/isc/entropy.c C 2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2014,2015 -./lib/isc/error.c C 1998,1999,2000,2001,2004,2005,2007 +./lib/isc/error.c C 1998,1999,2000,2001,2004,2005,2007,2015 ./lib/isc/event.c C 1998,1999,2000,2001,2004,2005,2007,2014 ./lib/isc/fsaccess.c C 2000,2001,2004,2005,2007 ./lib/isc/hash.c C 2003,2004,2005,2006,2007,2009,2013,2014,2015 @@ -3641,7 +3641,7 @@ ./lib/isc/iterated_hash.c C 2006,2008,2009 ./lib/isc/lex.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2013,2014,2015 ./lib/isc/lfsr.c C 1999,2000,2001,2002,2004,2005,2007 -./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014 +./lib/isc/lib.c C 1999,2000,2001,2004,2005,2007,2009,2013,2014,2015 ./lib/isc/log.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2009,2011,2012,2013,2014 ./lib/isc/md5.c C 2000,2001,2004,2005,2007,2009,2014 ./lib/isc/mem.c C 1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015 @@ -3670,7 +3670,7 @@ ./lib/isc/nothreads/thread.c C 2000,2001,2004,2007 ./lib/isc/ondestroy.c C 2000,2001,2004,2005,2007 ./lib/isc/parseint.c C 2001,2002,2003,2004,2005,2007,2012 -./lib/isc/pk11.c C 2014 +./lib/isc/pk11.c C 2014,2015 ./lib/isc/pk11_result.c C 2014,2015 ./lib/isc/pool.c C 2013,2015 ./lib/isc/portset.c C 2008 @@ -3694,10 +3694,10 @@ ./lib/isc/random.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2013,2014 ./lib/isc/ratelimiter.c C 1999,2000,2001,2002,2004,2005,2007,2012,2014,2015 ./lib/isc/refcount.c C 2005,2007 -./lib/isc/regex.c C 2013,2014 +./lib/isc/regex.c C 2013,2014.2015 ./lib/isc/region.c C 2002,2004,2005,2007 ./lib/isc/result.c C 1998,1999,2000,2001,2003,2004,2005,2007,2008,2012,2014,2015 -./lib/isc/rwlock.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012 +./lib/isc/rwlock.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012,2015 ./lib/isc/safe.c C 2013 ./lib/isc/serial.c C 1999,2000,2001,2004,2005,2007 ./lib/isc/sha1.c C 2000,2001,2003,2004,2005,2007,2009,2011,2012,2014 @@ -3732,17 +3732,17 @@ ./lib/isc/tests/queue_test.c C 2011,2012 ./lib/isc/tests/radix_test.c C 2014 ./lib/isc/tests/random_test.c C 2014,2015 -./lib/isc/tests/regex_test.c C 2013 +./lib/isc/tests/regex_test.c C 2013,2015 ./lib/isc/tests/result_test.c C 2015 ./lib/isc/tests/safe_test.c C 2013 ./lib/isc/tests/sockaddr_test.c C 2012 -./lib/isc/tests/socket_test.c C 2011,2012,2013,2014 +./lib/isc/tests/socket_test.c C 2011,2012,2013,2014,2015 ./lib/isc/tests/symtab_test.c C 2011,2012,2013 ./lib/isc/tests/task_test.c C 2011,2012 ./lib/isc/tests/taskpool_test.c C 2011,2012 ./lib/isc/tests/testdata/file/keep X 2014 ./lib/isc/tests/time_test.c C 2014,2015 -./lib/isc/timer.c C 1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014 +./lib/isc/timer.c C 1998,1999,2000,2001,2002,2004,2005,2007,2008,2009,2011,2012,2013,2014,2015 ./lib/isc/timer_p.h C 2000,2001,2004,2005,2007,2009 ./lib/isc/tm.c C 2014 ./lib/isc/unix/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2014 @@ -3754,8 +3754,8 @@ ./lib/isc/unix/file.c C 2000,2001,2002,2004,2005,2007,2009,2011,2012,2013,2014,2015 ./lib/isc/unix/fsaccess.c C 2000,2001,2004,2005,2006,2007 ./lib/isc/unix/ifiter_getifaddrs.c C 2003,2004,2005,2007,2008,2009,2014 -./lib/isc/unix/ifiter_ioctl.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2014 -./lib/isc/unix/ifiter_sysctl.c C 1999,2000,2001,2002,2003,2004,2005,2007,2014 +./lib/isc/unix/ifiter_ioctl.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2014,2015 +./lib/isc/unix/ifiter_sysctl.c C 1999,2000,2001,2002,2003,2004,2005,2007,2014,2015 ./lib/isc/unix/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2014 ./lib/isc/unix/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012,2013,2014 ./lib/isc/unix/include/isc/dir.h C 1999,2000,2001,2004,2005,2007 @@ -3823,7 +3823,7 @@ ./lib/isc/win32/include/isc/win32os.h C 2002,2004,2007,2009,2015 ./lib/isc/win32/include/pkcs11/Makefile.in MAKE 2014 ./lib/isc/win32/include/pkcs11/cryptoki.h X 2014 -./lib/isc/win32/interfaceiter.c C 1999,2000,2001,2004,2007,2008,2009,2013,2014 +./lib/isc/win32/interfaceiter.c C 1999,2000,2001,2004,2007,2008,2009,2013,2014,2015 ./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 @@ -3863,7 +3863,7 @@ ./lib/isc/x86_64/include/isc/Makefile.in MAKE 2007,2012 ./lib/isc/x86_64/include/isc/atomic.h C 2005,2007,2008 ./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012,2014,2015 -./lib/isccc/alist.c C.NOM 2001,2004,2005,2007 +./lib/isccc/alist.c C.NOM 2001,2004,2005,2007,2015 ./lib/isccc/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015 ./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,2014,2015 @@ -3885,7 +3885,7 @@ ./lib/isccc/include/isccc/version.h C 2001,2004,2005,2006,2007 ./lib/isccc/lib.c C.NOM 2001,2004,2005,2007 ./lib/isccc/result.c C.NOM 2001,2003,2004,2005,2007,2015 -./lib/isccc/sexpr.c C.NOM 2001,2004,2005,2007,2014 +./lib/isccc/sexpr.c C.NOM 2001,2004,2005,2007,2014,2015 ./lib/isccc/symtab.c C.NOM 2001,2004,2005,2007 ./lib/isccc/version.c C 1998,1999,2000,2001,2004,2005,2007 ./lib/isccc/win32/DLLMain.c C 2001,2004,2007 @@ -3936,7 +3936,7 @@ ./lib/lwres/getipnode.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2012,2014 ./lib/lwres/getnameinfo.c C.PORTION 1999,2000,2001,2003,2004,2005,2007,2011,2012,2013 ./lib/lwres/getrrset.c C 2000,2001,2002,2003,2004,2005,2007,2012,2014 -./lib/lwres/herror.c C.PORTION 2000,2001,2003,2004,2005,2007,2011,2012,2014 +./lib/lwres/herror.c C.PORTION 2000,2001,2003,2004,2005,2007,2011,2012,2014,2015 ./lib/lwres/include/Makefile.in MAKE 2000,2001,2004,2007,2012 ./lib/lwres/include/lwres/Makefile.in MAKE 2000,2001,2004,2007,2012,2014 ./lib/lwres/include/lwres/context.h C 2000,2001,2004,2005,2006,2007,2008 @@ -4045,17 +4045,17 @@ ./lib/lwres/win32/liblwres.vcxproj.in X 2013,2014 ./lib/lwres/win32/liblwres.vcxproj.user X 2013 ./lib/lwres/win32/lwconfig.c C 2002,2004,2006,2007,2013 -./lib/lwres/win32/socket.c C 2007 +./lib/lwres/win32/socket.c C 2007,2015 ./lib/lwres/win32/version.c C 1998,1999,2000,2001,2004,2007 ./lib/samples/.gitignore X 2013,2014 ./lib/samples/Makefile-postinstall.in MAKE 2009,2012,2013,2014 ./lib/samples/Makefile.in MAKE 2009,2012,2013,2014 ./lib/samples/nsprobe.c C 2009,2010,2011,2012,2013,2014,2015 -./lib/samples/resolve.c C 2009,2012,2013,2014 +./lib/samples/resolve.c C 2009,2012,2013,2014,2015 ./lib/samples/rootkey.sh SH 2013 -./lib/samples/sample-async.c C 2009,2013,2014 -./lib/samples/sample-gai.c C 2009,2012,2013,2014 -./lib/samples/sample-request.c C 2009,2012,2013,2014 +./lib/samples/sample-async.c C 2009,2013,2014,2015 +./lib/samples/sample-gai.c C 2009,2012,2013,2014,2015 +./lib/samples/sample-request.c C 2009,2012,2013,2014,2015 ./lib/samples/sample-update.c C 2009,2010,2012,2013,2014,2015 ./lib/samples/win32/async.dsp.in X 2014 ./lib/samples/win32/async.dsw X 2014