From 609b8d08176469485edce25f3c2f50365bbd3819 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 27 Feb 2013 12:27:58 +1100 Subject: [PATCH] update copyrights --- bin/named/config.c | 2 +- bin/named/control.c | 2 +- bin/named/include/named/query.h | 2 +- bin/named/include/named/server.h | 2 +- bin/tests/system/README | 2 +- bin/tests/system/rpz/Makefile.in | 2 +- bin/tests/system/rpz/clean.sh | 2 +- bin/tests/system/rpz/ns1/named.conf | 2 +- bin/tests/system/rpz/ns1/root.db | 2 +- bin/tests/system/rpz/ns2/base-tld2s.db | 2 +- bin/tests/system/rpz/ns2/hints | 2 +- bin/tests/system/rpz/ns2/named.conf | 2 +- bin/tests/system/rpz/ns2/tld2.db | 2 +- bin/tests/system/rpz/ns3/base.db | 2 +- bin/tests/system/rpz/ns3/hints | 2 +- bin/tests/system/rpz/ns3/named.conf | 2 +- bin/tests/system/rpz/ns4/hints | 2 +- bin/tests/system/rpz/ns4/named.conf | 2 +- bin/tests/system/rpz/ns4/tld4.db | 2 +- bin/tests/system/rpz/ns5/hints | 2 +- bin/tests/system/rpz/ns5/named.conf | 2 +- bin/tests/system/rpz/ns5/tld5.db | 2 +- bin/tests/system/rpz/qperf.sh | 2 +- bin/tests/system/rpz/rpz.c | 2 +- bin/tests/system/rpz/setup.sh | 2 +- bin/tests/system/rpz/test3 | 2 +- bin/tests/system/rpz/test4 | 2 +- bin/tests/system/rpz/test4a | 2 +- bin/tests/system/rpz/tests.sh | 2 +- bin/tests/system/rrl/clean.sh | 2 +- bin/tests/system/rrl/ns1/named.conf | 2 +- bin/tests/system/rrl/ns1/root.db | 2 +- bin/tests/system/rrl/ns2/hints | 2 +- bin/tests/system/rrl/ns2/named.conf | 2 +- bin/tests/system/rrl/ns2/tld2.db | 2 +- bin/tests/system/rrl/ns3/hints | 2 +- bin/tests/system/rrl/ns3/named.conf | 2 +- bin/tests/system/rrl/ns3/tld3.db | 2 +- bin/tests/system/rrl/setup.sh | 2 +- bin/tests/system/rrl/tests.sh | 2 +- lib/dns/db.c | 2 +- lib/dns/ecdb.c | 2 +- lib/dns/include/dns/log.h | 2 +- lib/dns/include/dns/rpz.h | 2 +- lib/dns/include/dns/rrl.h | 2 +- lib/dns/include/dns/view.h | 2 +- lib/dns/log.c | 2 +- lib/dns/rdata/generic/naptr_35.c | 2 +- lib/dns/rpz.c | 2 +- lib/dns/rrl.c | 8 +- lib/dns/sdb.c | 2 +- lib/dns/view.c | 2 +- lib/export/isc/Makefile.in | 2 +- lib/export/isc/include/isc/Makefile.in | 2 +- lib/isc/include/isc/Makefile.in | 2 +- lib/isc/include/isc/region.h | 6 +- lib/isc/regex.c | 4 +- lib/isc/tests/regex_test.c | 8 +- util/copyrights | 117 ++++++++++++++----------- 59 files changed, 135 insertions(+), 116 deletions(-) diff --git a/bin/named/config.c b/bin/named/config.c index 2987a06532..1a04472d39 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/control.c b/bin/named/control.c index bd86b95b41..a48e2d1cbc 100644 --- a/bin/named/control.c +++ b/bin/named/control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/include/named/query.h b/bin/named/include/named/query.h index c7807afbc5..a14d5169c7 100644 --- a/bin/named/include/named/query.h +++ b/bin/named/include/named/query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2010, 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2010, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/include/named/server.h b/bin/named/include/named/server.h index 4ee84ea1b7..dd2679e481 100644 --- a/bin/named/include/named/server.h +++ b/bin/named/include/named/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/README b/bin/tests/system/README index 229c887abb..2145a444a3 100644 --- a/bin/tests/system/README +++ b/bin/tests/system/README @@ -1,4 +1,4 @@ -Copyright (C) 2004, 2010, 2011 Internet Systems Consortium, Inc. ("ISC") +Copyright (C) 2004, 2010, 2011, 2013 Internet Systems Consortium, Inc. ("ISC") Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. diff --git a/bin/tests/system/rpz/Makefile.in b/bin/tests/system/rpz/Makefile.in index 370856cb20..4042217def 100644 --- a/bin/tests/system/rpz/Makefile.in +++ b/bin/tests/system/rpz/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/clean.sh b/bin/tests/system/rpz/clean.sh index 7aec269fa3..d0c47976e3 100644 --- a/bin/tests/system/rpz/clean.sh +++ b/bin/tests/system/rpz/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns1/named.conf b/bin/tests/system/rpz/ns1/named.conf index 2e01452aff..9e627739ea 100644 --- a/bin/tests/system/rpz/ns1/named.conf +++ b/bin/tests/system/rpz/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011, 2013 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 diff --git a/bin/tests/system/rpz/ns1/root.db b/bin/tests/system/rpz/ns1/root.db index f3565a542e..32c14dba23 100644 --- a/bin/tests/system/rpz/ns1/root.db +++ b/bin/tests/system/rpz/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns2/base-tld2s.db b/bin/tests/system/rpz/ns2/base-tld2s.db index 33497e5ba9..59eb5edbff 100644 --- a/bin/tests/system/rpz/ns2/base-tld2s.db +++ b/bin/tests/system/rpz/ns2/base-tld2s.db @@ -1,4 +1,4 @@ -; Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rpz/ns2/hints b/bin/tests/system/rpz/ns2/hints index 1688460045..844529c7d4 100644 --- a/bin/tests/system/rpz/ns2/hints +++ b/bin/tests/system/rpz/ns2/hints @@ -1,4 +1,4 @@ -; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013 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 diff --git a/bin/tests/system/rpz/ns2/named.conf b/bin/tests/system/rpz/ns2/named.conf index aa040a5dd6..c2235af24b 100644 --- a/bin/tests/system/rpz/ns2/named.conf +++ b/bin/tests/system/rpz/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns2/tld2.db b/bin/tests/system/rpz/ns2/tld2.db index bed4bcbed5..9c18fcf8db 100644 --- a/bin/tests/system/rpz/ns2/tld2.db +++ b/bin/tests/system/rpz/ns2/tld2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns3/base.db b/bin/tests/system/rpz/ns3/base.db index d1c2663164..475257a6cf 100644 --- a/bin/tests/system/rpz/ns3/base.db +++ b/bin/tests/system/rpz/ns3/base.db @@ -1,4 +1,4 @@ -; Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns3/hints b/bin/tests/system/rpz/ns3/hints index 1688460045..844529c7d4 100644 --- a/bin/tests/system/rpz/ns3/hints +++ b/bin/tests/system/rpz/ns3/hints @@ -1,4 +1,4 @@ -; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013 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 diff --git a/bin/tests/system/rpz/ns3/named.conf b/bin/tests/system/rpz/ns3/named.conf index 5bc3600497..2f5c3c0482 100644 --- a/bin/tests/system/rpz/ns3/named.conf +++ b/bin/tests/system/rpz/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns4/hints b/bin/tests/system/rpz/ns4/hints index 1688460045..844529c7d4 100644 --- a/bin/tests/system/rpz/ns4/hints +++ b/bin/tests/system/rpz/ns4/hints @@ -1,4 +1,4 @@ -; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013 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 diff --git a/bin/tests/system/rpz/ns4/named.conf b/bin/tests/system/rpz/ns4/named.conf index afcf91e8a8..174e7466f7 100644 --- a/bin/tests/system/rpz/ns4/named.conf +++ b/bin/tests/system/rpz/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns4/tld4.db b/bin/tests/system/rpz/ns4/tld4.db index 3f21d4ef8a..1f26cb99d5 100644 --- a/bin/tests/system/rpz/ns4/tld4.db +++ b/bin/tests/system/rpz/ns4/tld4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns5/hints b/bin/tests/system/rpz/ns5/hints index 120b987f14..7d20df0529 100644 --- a/bin/tests/system/rpz/ns5/hints +++ b/bin/tests/system/rpz/ns5/hints @@ -1,4 +1,4 @@ -; Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/ns5/named.conf b/bin/tests/system/rpz/ns5/named.conf index 8db37ef042..695270c551 100644 --- a/bin/tests/system/rpz/ns5/named.conf +++ b/bin/tests/system/rpz/ns5/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rpz/ns5/tld5.db b/bin/tests/system/rpz/ns5/tld5.db index dd90aa15dc..e41c00fccd 100644 --- a/bin/tests/system/rpz/ns5/tld5.db +++ b/bin/tests/system/rpz/ns5/tld5.db @@ -1,4 +1,4 @@ -; Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013 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 diff --git a/bin/tests/system/rpz/qperf.sh b/bin/tests/system/rpz/qperf.sh index f33d8bff03..cb0a29b0d8 100644 --- a/bin/tests/system/rpz/qperf.sh +++ b/bin/tests/system/rpz/qperf.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rpz/rpz.c b/bin/tests/system/rpz/rpz.c index 0deac4611f..a1053a8d61 100644 --- a/bin/tests/system/rpz/rpz.c +++ b/bin/tests/system/rpz/rpz.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh index 5066142047..19d391735e 100644 --- a/bin/tests/system/rpz/setup.sh +++ b/bin/tests/system/rpz/setup.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rpz/test3 b/bin/tests/system/rpz/test3 index fe7ec0ba68..75cb8c9599 100644 --- a/bin/tests/system/rpz/test3 +++ b/bin/tests/system/rpz/test3 @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013 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 diff --git a/bin/tests/system/rpz/test4 b/bin/tests/system/rpz/test4 index d383362dfc..3140ee6349 100644 --- a/bin/tests/system/rpz/test4 +++ b/bin/tests/system/rpz/test4 @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2011, 2013 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 diff --git a/bin/tests/system/rpz/test4a b/bin/tests/system/rpz/test4a index 7360f627a1..f014978fd2 100644 --- a/bin/tests/system/rpz/test4a +++ b/bin/tests/system/rpz/test4a @@ -1,4 +1,4 @@ -; Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2013 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 diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index ec2b9f4c3c..7671bb2f96 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2013 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 diff --git a/bin/tests/system/rrl/clean.sh b/bin/tests/system/rrl/clean.sh index 493913aadf..7b9a2ec059 100644 --- a/bin/tests/system/rrl/clean.sh +++ b/bin/tests/system/rrl/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns1/named.conf b/bin/tests/system/rrl/ns1/named.conf index e0091d794b..0830b0f68e 100644 --- a/bin/tests/system/rrl/ns1/named.conf +++ b/bin/tests/system/rrl/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns1/root.db b/bin/tests/system/rrl/ns1/root.db index 9b648a5596..c217ec7588 100644 --- a/bin/tests/system/rrl/ns1/root.db +++ b/bin/tests/system/rrl/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns2/hints b/bin/tests/system/rrl/ns2/hints index d5b3a45797..3f01014ffe 100644 --- a/bin/tests/system/rrl/ns2/hints +++ b/bin/tests/system/rrl/ns2/hints @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns2/named.conf b/bin/tests/system/rrl/ns2/named.conf index c60dc34321..6703a2bf5d 100644 --- a/bin/tests/system/rrl/ns2/named.conf +++ b/bin/tests/system/rrl/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns2/tld2.db b/bin/tests/system/rrl/ns2/tld2.db index 274bbcf4a2..4059ce6c65 100644 --- a/bin/tests/system/rrl/ns2/tld2.db +++ b/bin/tests/system/rrl/ns2/tld2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns3/hints b/bin/tests/system/rrl/ns3/hints index d5b3a45797..3f01014ffe 100644 --- a/bin/tests/system/rrl/ns3/hints +++ b/bin/tests/system/rrl/ns3/hints @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns3/named.conf b/bin/tests/system/rrl/ns3/named.conf index ff9ae9f61f..fb3622ac00 100644 --- a/bin/tests/system/rrl/ns3/named.conf +++ b/bin/tests/system/rrl/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/ns3/tld3.db b/bin/tests/system/rrl/ns3/tld3.db index 8b3c4f7016..23140ecb76 100644 --- a/bin/tests/system/rrl/ns3/tld3.db +++ b/bin/tests/system/rrl/ns3/tld3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/setup.sh b/bin/tests/system/rrl/setup.sh index 8eb1a70e4d..dca58c6d6c 100644 --- a/bin/tests/system/rrl/setup.sh +++ b/bin/tests/system/rrl/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013 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 diff --git a/bin/tests/system/rrl/tests.sh b/bin/tests/system/rrl/tests.sh index 44f6103dc6..ca096879e9 100644 --- a/bin/tests/system/rrl/tests.sh +++ b/bin/tests/system/rrl/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2013 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 diff --git a/lib/dns/db.c b/lib/dns/db.c index e78a0b2cce..ede3e23f24 100644 --- a/lib/dns/db.c +++ b/lib/dns/db.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-2013 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 diff --git a/lib/dns/ecdb.c b/lib/dns/ecdb.c index 9cc475aa06..3dd469cbe7 100644 --- a/lib/dns/ecdb.c +++ b/lib/dns/ecdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2009-2013 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 diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index f89ae2502f..e8c8c10547 100644 --- a/lib/dns/include/dns/log.h +++ b/lib/dns/include/dns/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2011-2013 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 diff --git a/lib/dns/include/dns/rpz.h b/lib/dns/include/dns/rpz.h index e71c80264b..10c9dc572d 100644 --- a/lib/dns/include/dns/rpz.h +++ b/lib/dns/include/dns/rpz.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 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 diff --git a/lib/dns/include/dns/rrl.h b/lib/dns/include/dns/rrl.h index 4a9d8a7428..83c1655bb5 100644 --- a/lib/dns/include/dns/rrl.h +++ b/lib/dns/include/dns/rrl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2013 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 diff --git a/lib/dns/include/dns/view.h b/lib/dns/include/dns/view.h index aa6888c727..7b0d966af1 100644 --- a/lib/dns/include/dns/view.h +++ b/lib/dns/include/dns/view.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/dns/log.c b/lib/dns/log.c index 0620ba30ab..75e0d79ba3 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2011-2013 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 diff --git a/lib/dns/rdata/generic/naptr_35.c b/lib/dns/rdata/generic/naptr_35.c index a2eb18de71..83439a5929 100644 --- a/lib/dns/rdata/generic/naptr_35.c +++ b/lib/dns/rdata/generic/naptr_35.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-2013 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 diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c index 2f37809d00..0f6c5d485b 100644 --- a/lib/dns/rpz.c +++ b/lib/dns/rpz.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2011-2013 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 diff --git a/lib/dns/rrl.c b/lib/dns/rrl.c index ac80a7346e..f5301648c5 100644 --- a/lib/dns/rrl.c +++ b/lib/dns/rrl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2012, 2013 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 @@ -180,11 +180,11 @@ set_age(dns_rrl_t *rrl, dns_rrl_entry_t *e, isc_stdtime_t now) { " at %d for %d %d %d %d", i, now, rrl->ts_bases[ts_gen], rrl->ts_bases[(ts_gen + 1) % - DNS_RRL_TS_BASES], + DNS_RRL_TS_BASES], rrl->ts_bases[(ts_gen + 2) % - DNS_RRL_TS_BASES], + DNS_RRL_TS_BASES], rrl->ts_bases[(ts_gen + 3) % - DNS_RRL_TS_BASES]); + DNS_RRL_TS_BASES]); rrl->ts_gen = ts_gen; rrl->ts_bases[ts_gen] = now; ts = 0; diff --git a/lib/dns/sdb.c b/lib/dns/sdb.c index d2d475405e..5556e2ca93 100644 --- a/lib/dns/sdb.c +++ b/lib/dns/sdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 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 diff --git a/lib/dns/view.c b/lib/dns/view.c index 1eab6d69ca..ef09ca672f 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/export/isc/Makefile.in b/lib/export/isc/Makefile.in index 7bb3913169..c04a9073dc 100644 --- a/lib/export/isc/Makefile.in +++ b/lib/export/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2010, 2012, 2013 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 diff --git a/lib/export/isc/include/isc/Makefile.in b/lib/export/isc/include/isc/Makefile.in index 0d2f9b4985..8c7eff8efa 100644 --- a/lib/export/isc/include/isc/Makefile.in +++ b/lib/export/isc/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2012, 2013 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 diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 68b910ca55..8afcfa73cb 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2009, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2009, 2012, 2013 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 diff --git a/lib/isc/include/isc/region.h b/lib/isc/include/isc/region.h index 85d9145e52..ccca272ae5 100644 --- a/lib/isc/include/isc/region.h +++ b/lib/isc/include/isc/region.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -87,9 +87,9 @@ ISC_LANG_BEGINDECLS int isc_region_compare(isc_region_t *r1, isc_region_t *r2); /*%< - * Compares the contents of two regions + * Compares the contents of two regions * - * Requires: + * Requires: *\li 'r1' is a valid region *\li 'r2' is a valid region * diff --git a/lib/isc/regex.c b/lib/isc/regex.c index 3bb2857ff7..02f7210614 100644 --- a/lib/isc/regex.c +++ b/lib/isc/regex.c @@ -33,7 +33,7 @@ int isc_regex_validate(const char *c) { enum { none, parse_bracket, parse_bound, - parse_ce, parse_ec, parse_cc + parse_ce, parse_ec, parse_cc } state = none; /* Well known character classes. */ const char *cc[] = { @@ -63,7 +63,7 @@ isc_regex_validate(const char *c) { if (c == NULL || *c == 0) FAIL("empty string"); - + while (c != NULL && *c != 0) { switch (state) { case none: diff --git a/lib/isc/tests/regex_test.c b/lib/isc/tests/regex_test.c index 8bc5584f97..fcf4534103 100644 --- a/lib/isc/tests/regex_test.c +++ b/lib/isc/tests/regex_test.c @@ -30,7 +30,7 @@ ATF_TC(regex_validate); ATF_TC_HEAD(regex_validate, tc) { - atf_tc_set_md_var(tc, "descr", "check isc_regex_validate()"); + atf_tc_set_md_var(tc, "descr", "check isc_regex_validate()"); } ATF_TC_BODY(regex_validate, tc) { /* @@ -1098,7 +1098,7 @@ ATF_TC_BODY(regex_validate, tc) { } if (r == 0) regfree(&preg); - } + } #endif /* @@ -1117,7 +1117,7 @@ ATF_TC_BODY(regex_validate, tc) { * Main */ ATF_TP_ADD_TCS(tp) { - ATF_TP_ADD_TC(tp, regex_validate); - return (atf_no_error()); + ATF_TP_ADD_TC(tp, regex_validate); + return (atf_no_error()); } diff --git a/util/copyrights b/util/copyrights index a3dc4c7db4..ceb9098bcb 100644 --- a/util/copyrights +++ b/util/copyrights @@ -146,8 +146,8 @@ ./bin/named/bindkeys.pl PERL 2009,2010,2011,2012 ./bin/named/builtin.c C 2001,2002,2003,2004,2005,2007,2009,2010,2011,2012 ./bin/named/client.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 -./bin/named/config.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 -./bin/named/control.c C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012 +./bin/named/config.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 +./bin/named/control.c C 2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013 ./bin/named/controlconf.c C 2001,2002,2003,2004,2005,2006,2007,2008,2011,2012 ./bin/named/convertxsl.pl PERL 2006,2007,2008,2012 ./bin/named/include/.gitignore X 2012 @@ -168,8 +168,8 @@ ./bin/named/include/named/main.h C 1999,2000,2001,2002,2004,2005,2007,2009 ./bin/named/include/named/notify.h C 1999,2000,2001,2004,2005,2007,2009 ./bin/named/include/named/ns_smf_globals.h C 2005,2007 -./bin/named/include/named/query.h C 1999,2000,2001,2002,2004,2005,2007,2010,2011 -./bin/named/include/named/server.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 +./bin/named/include/named/query.h C 1999,2000,2001,2002,2004,2005,2007,2010,2011,2013 +./bin/named/include/named/server.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./bin/named/include/named/sortlist.h C 2000,2001,2004,2005,2006,2007 ./bin/named/include/named/statschannel.h C 2008 ./bin/named/include/named/tkeyconf.h C 1999,2000,2001,2004,2005,2006,2007 @@ -531,7 +531,7 @@ ./bin/tests/sym_test.c C 1998,1999,2000,2001,2004,2005,2007 ./bin/tests/system/.gitignore X 2012 ./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012 -./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011 +./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013 ./bin/tests/system/acl/clean.sh SH 2008,2012 ./bin/tests/system/acl/ns2/named1.conf CONF-C 2008 ./bin/tests/system/acl/ns2/named2.conf CONF-C 2008 @@ -1231,33 +1231,48 @@ ./bin/tests/system/rndc/setup.sh SH 2011,2012 ./bin/tests/system/rndc/tests.sh SH 2011,2012 ./bin/tests/system/rpz/.gitignore X 2012 -./bin/tests/system/rpz/Makefile.in MAKE 2011,2012 -./bin/tests/system/rpz/clean.sh SH 2011,2012 -./bin/tests/system/rpz/ns1/named.conf CONF-C 2011 -./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012 -./bin/tests/system/rpz/ns2/base-tld2s.db ZONE 2012 -./bin/tests/system/rpz/ns2/hints ZONE 2011 -./bin/tests/system/rpz/ns2/named.conf CONF-C 2011,2012 -./bin/tests/system/rpz/ns2/tld2.db ZONE 2011,2012 -./bin/tests/system/rpz/ns3/base.db ZONE 2011,2012 -./bin/tests/system/rpz/ns3/crash1 X 2011 -./bin/tests/system/rpz/ns3/crash2 X 2011,2012 -./bin/tests/system/rpz/ns3/hints ZONE 2011 -./bin/tests/system/rpz/ns3/named.conf CONF-C 2011,2012 -./bin/tests/system/rpz/ns4/hints ZONE 2011 -./bin/tests/system/rpz/ns4/named.conf CONF-C 2011,2012 -./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012 -./bin/tests/system/rpz/ns5/hints ZONE 2011,2012 -./bin/tests/system/rpz/ns5/named.conf CONF-C 2012 -./bin/tests/system/rpz/qperf.sh SH 2012 -./bin/tests/system/rpz/rpz.c C 2011,2012 -./bin/tests/system/rpz/setup.sh SH 2011,2012 -./bin/tests/system/rpz/test1 X 2011,2012 -./bin/tests/system/rpz/test2 X 2011,2012 -./bin/tests/system/rpz/test3 X 2011 -./bin/tests/system/rpz/test4 X 2011 -./bin/tests/system/rpz/test5 X 2011,2012 -./bin/tests/system/rpz/tests.sh SH 2011,2012 +./bin/tests/system/rpz/Makefile.in MAKE 2011,2012,2013 +./bin/tests/system/rpz/clean.sh SH 2011,2012,2013 +./bin/tests/system/rpz/ns1/named.conf CONF-C 2011,2013 +./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012,2013 +./bin/tests/system/rpz/ns2/base-tld2s.db ZONE 2012,2013 +./bin/tests/system/rpz/ns2/hints ZONE 2011,2013 +./bin/tests/system/rpz/ns2/named.conf CONF-C 2011,2012,2013 +./bin/tests/system/rpz/ns2/tld2.db ZONE 2011,2012,2013 +./bin/tests/system/rpz/ns3/base.db ZONE 2011,2012,2013 +./bin/tests/system/rpz/ns3/crash1 X 2011,2013 +./bin/tests/system/rpz/ns3/crash2 X 2011,2012,2013 +./bin/tests/system/rpz/ns3/hints ZONE 2011,2013 +./bin/tests/system/rpz/ns3/named.conf CONF-C 2011,2012,2013 +./bin/tests/system/rpz/ns4/hints ZONE 2011,2013 +./bin/tests/system/rpz/ns4/named.conf CONF-C 2011,2012,2013 +./bin/tests/system/rpz/ns4/tld4.db ZONE 2011,2012,2013 +./bin/tests/system/rpz/ns5/hints ZONE 2011,2012,2013 +./bin/tests/system/rpz/ns5/named.args X 2013 +./bin/tests/system/rpz/ns5/named.conf CONF-C 2012,2013 +./bin/tests/system/rpz/ns5/tld5.db ZONE 2013 +./bin/tests/system/rpz/qperf.sh SH 2012,2013 +./bin/tests/system/rpz/rpz.c C 2011,2012,2013 +./bin/tests/system/rpz/setup.sh SH 2011,2012,2013 +./bin/tests/system/rpz/test1 ZONE 2011,2012,2013 +./bin/tests/system/rpz/test2 ZONE 2011,2012,2013 +./bin/tests/system/rpz/test3 ZONE 2011,2013 +./bin/tests/system/rpz/test4 ZONE 2011,2013 +./bin/tests/system/rpz/test4a ZONE 2013 +./bin/tests/system/rpz/test5 ZONE 2011,2012,2013 +./bin/tests/system/rpz/tests.sh SH 2011,2012,2013 +./bin/tests/system/rrl/.gitignore X 2013 +./bin/tests/system/rrl/clean.sh SH 2012,2013 +./bin/tests/system/rrl/ns1/named.conf CONF-C 2012,2013 +./bin/tests/system/rrl/ns1/root.db ZONE 2012,2013 +./bin/tests/system/rrl/ns2/hints ZONE 2012,2013 +./bin/tests/system/rrl/ns2/named.conf CONF-C 2012,2013 +./bin/tests/system/rrl/ns2/tld2.db ZONE 2012,2013 +./bin/tests/system/rrl/ns3/hints ZONE 2012,2013 +./bin/tests/system/rrl/ns3/named.conf CONF-C 2012,2013 +./bin/tests/system/rrl/ns3/tld3.db ZONE 2012,2013 +./bin/tests/system/rrl/setup.sh SH 2012,2013 +./bin/tests/system/rrl/tests.sh SH 2012,2013 ./bin/tests/system/rrsetorder/clean.sh SH 2006,2007,2008,2011,2012 ./bin/tests/system/rrsetorder/dig.out.fixed.good X 2006 ./bin/tests/system/rrsetorder/dig.out.random.good1 X 2006 @@ -1701,7 +1716,6 @@ ./contrib/dlz/example/Makefile X 2010,2013 ./contrib/dlz/example/README X 2011,2012,2013 ./contrib/dlz/example/dlz_example.c X 2010,2011,2012,2013 -./contrib/dlz/example/dlz_minimal.h X 2010,2011,2012,2013 ./contrib/dlz/example/named.conf X 2011 ./contrib/dlz/example/win32/DLLMain.c X 2011 ./contrib/dlz/example/win32/dxdriver.def X 2011 @@ -2250,7 +2264,7 @@ ./lib/dns/client.c C 2009,2010,2011,2012 ./lib/dns/clientinfo.c C 2011 ./lib/dns/compress.c C 1999,2000,2001,2004,2005,2006,2007 -./lib/dns/db.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012 +./lib/dns/db.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013 ./lib/dns/dbiterator.c C 1999,2000,2001,2004,2005,2007 ./lib/dns/dbtable.c C 1999,2000,2001,2004,2005,2007,2013 ./lib/dns/diff.c C 2000,2001,2002,2003,2004,2005,2007,2008,2009,2011,2013 @@ -2266,7 +2280,7 @@ ./lib/dns/dst_parse.c C.NAI 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012 ./lib/dns/dst_parse.h C.NAI 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2012 ./lib/dns/dst_result.c C 1999,2000,2001,2004,2005,2007,2008,2012 -./lib/dns/ecdb.c C 2009,2010,2011,2012 +./lib/dns/ecdb.c C 2009,2010,2011,2012,2013 ./lib/dns/forward.c C 2000,2001,2004,2005,2007,2009 ./lib/dns/gen-unix.h C 1999,2000,2001,2004,2005,2007,2009 ./lib/dns/gen-win32.h C 1999,2000,2001,2004,2005,2006,2007,2009 @@ -2309,7 +2323,7 @@ ./lib/dns/include/dns/keytable.h C 2000,2001,2004,2005,2007,2009,2010 ./lib/dns/include/dns/keyvalues.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2012 ./lib/dns/include/dns/lib.h C 1999,2000,2001,2004,2005,2006,2007,2009 -./lib/dns/include/dns/log.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012 +./lib/dns/include/dns/log.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012,2013 ./lib/dns/include/dns/lookup.h C 2000,2001,2004,2005,2006,2007,2009 ./lib/dns/include/dns/master.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013 ./lib/dns/include/dns/masterdump.h C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2011 @@ -2336,8 +2350,9 @@ ./lib/dns/include/dns/resolver.h C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 ./lib/dns/include/dns/result.h C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/include/dns/rootns.h C 1999,2000,2001,2004,2005,2006,2007 -./lib/dns/include/dns/rpz.h C 2011,2012 +./lib/dns/include/dns/rpz.h C 2011,2012,2013 ./lib/dns/include/dns/rriterator.h C 2009,2011 +./lib/dns/include/dns/rrl.h C 2013 ./lib/dns/include/dns/sdb.h C 2000,2001,2004,2005,2006,2007,2009,2011,2012 ./lib/dns/include/dns/sdlz.h C.PORTION 1999,2000,2001,2005,2006,2007,2009,2010,2011,2012 ./lib/dns/include/dns/secalg.h C 1999,2000,2001,2004,2005,2006,2007,2009 @@ -2356,7 +2371,7 @@ ./lib/dns/include/dns/update.h C 2011 ./lib/dns/include/dns/validator.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013 ./lib/dns/include/dns/version.h C 2001,2004,2005,2006,2007,2012,2013 -./lib/dns/include/dns/view.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 +./lib/dns/include/dns/view.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/include/dns/xfrin.h C 1999,2000,2001,2003,2004,2005,2006,2007,2009 ./lib/dns/include/dns/zone.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/include/dns/zonekey.h C 2001,2004,2005,2006,2007 @@ -2372,7 +2387,7 @@ ./lib/dns/keydata.c C 2009 ./lib/dns/keytable.c C 2000,2001,2004,2005,2007,2009,2010,2013 ./lib/dns/lib.c C 1999,2000,2001,2004,2005,2007,2009 -./lib/dns/log.c C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012 +./lib/dns/log.c C 1999,2000,2001,2003,2004,2005,2006,2007,2009,2011,2012,2013 ./lib/dns/lookup.c C 2000,2001,2003,2004,2005,2007,2013 ./lib/dns/mapapi X 2013 ./lib/dns/master.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013 @@ -2453,7 +2468,7 @@ ./lib/dns/rdata/generic/mr_9.h C 1998,1999,2000,2001,2004,2005,2007 ./lib/dns/rdata/generic/mx_15.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2012 ./lib/dns/rdata/generic/mx_15.h C 1998,1999,2000,2001,2004,2005,2007 -./lib/dns/rdata/generic/naptr_35.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012 +./lib/dns/rdata/generic/naptr_35.c C 1999,2000,2001,2003,2004,2005,2007,2008,2009,2011,2012,2013 ./lib/dns/rdata/generic/naptr_35.h C 1999,2000,2001,2004,2005,2007,2011,2012 ./lib/dns/rdata/generic/nid_104.c C 2013 ./lib/dns/rdata/generic/nid_104.h C 2013 @@ -2536,9 +2551,10 @@ ./lib/dns/resolver.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/result.c C 1998,1999,2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/rootns.c C 1999,2000,2001,2002,2004,2005,2007,2008,2010,2012 -./lib/dns/rpz.c C 2011,2012 +./lib/dns/rpz.c C 2011,2012,2013 ./lib/dns/rriterator.c C 2009,2011,2012 -./lib/dns/sdb.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 +./lib/dns/rrl.c C 2012,2013 +./lib/dns/sdb.c C 2000,2001,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/sdlz.c C.PORTION 1999,2000,2001,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/soa.c C 2000,2001,2004,2005,2007,2009 ./lib/dns/spnego.asn1 X 2006 @@ -2608,15 +2624,15 @@ ./lib/dns/update.c C 2011,2012 ./lib/dns/validator.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/version.c C 1998,1999,2000,2001,2004,2005,2007,2012,2013 -./lib/dns/view.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 +./lib/dns/view.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 ./lib/dns/win32/DLLMain.c C 2001,2004,2007 ./lib/dns/win32/gen.dsp X 2001 ./lib/dns/win32/gen.dsw X 2001 ./lib/dns/win32/gen.mak X 2001,2006 ./lib/dns/win32/libdns.def X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 -./lib/dns/win32/libdns.dsp X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011 +./lib/dns/win32/libdns.dsp X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013 ./lib/dns/win32/libdns.dsw X 2001 -./lib/dns/win32/libdns.mak X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011 +./lib/dns/win32/libdns.mak X 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013 ./lib/dns/win32/version.c C 1998,1999,2000,2001,2004,2007 ./lib/dns/xfrin.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2012 ./lib/dns/zone.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013 @@ -2631,9 +2647,9 @@ ./lib/export/irs/Makefile.in MAKE 2009,2011,2012 ./lib/export/irs/include/Makefile.in MAKE 2009,2011,2012 ./lib/export/irs/include/irs/Makefile.in MAKE 2009,2012 -./lib/export/isc/Makefile.in MAKE 2009,2010,2012 +./lib/export/isc/Makefile.in MAKE 2009,2010,2012,2013 ./lib/export/isc/include/Makefile.in MAKE 2009,2011,2012 -./lib/export/isc/include/isc/Makefile.in MAKE 2009,2012 +./lib/export/isc/include/isc/Makefile.in MAKE 2009,2012,2013 ./lib/export/isc/include/isc/bind9.h C 2009 ./lib/export/isc/nls/Makefile.in MAKE 2009,2012 ./lib/export/isc/nothreads/Makefile.in MAKE 2009,2010,2012 @@ -2707,7 +2723,7 @@ ./lib/isc/ia64/include/isc/Makefile.in MAKE 2007,2012 ./lib/isc/ia64/include/isc/atomic.h C 2006,2007,2009,2012 ./lib/isc/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012 -./lib/isc/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012 +./lib/isc/include/isc/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012,2013 ./lib/isc/include/isc/app.h C 1999,2000,2001,2004,2005,2006,2007,2009 ./lib/isc/include/isc/assertions.h C 1997,1998,1999,2000,2001,2004,2005,2006,2007,2008,2009 ./lib/isc/include/isc/backtrace.h C 2009 @@ -2763,7 +2779,8 @@ ./lib/isc/include/isc/random.h C 1999,2000,2001,2004,2005,2006,2007,2009 ./lib/isc/include/isc/ratelimiter.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009 ./lib/isc/include/isc/refcount.h C 2001,2003,2004,2005,2006,2007,2009 -./lib/isc/include/isc/region.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007 +./lib/isc/include/isc/regex.h C 2013 +./lib/isc/include/isc/region.h C 1998,1999,2000,2001,2002,2004,2005,2006,2007,2013 ./lib/isc/include/isc/resource.h C 2000,2001,2004,2005,2006,2007,2008 ./lib/isc/include/isc/result.h C 1998,1999,2000,2001,2003,2004,2005,2006,2007,2008,2009,2012 ./lib/isc/include/isc/resultclass.h C 1999,2000,2001,2004,2005,2006,2007,2009 @@ -2843,6 +2860,7 @@ ./lib/isc/random.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009 ./lib/isc/ratelimiter.c C 1999,2000,2001,2002,2004,2005,2007,2012 ./lib/isc/refcount.c C 2005,2007 +./lib/isc/regex.c C 2013 ./lib/isc/region.c C 2002,2004,2005,2007 ./lib/isc/result.c C 1998,1999,2000,2001,2003,2004,2005,2007,2008,2012 ./lib/isc/rwlock.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2012 @@ -2871,6 +2889,7 @@ ./lib/isc/tests/parse_test.c C 2012,2013 ./lib/isc/tests/pool_test.c C 2013 ./lib/isc/tests/queue_test.c C 2011,2012 +./lib/isc/tests/regex_test.c C 2013 ./lib/isc/tests/sockaddr_test.c C 2012 ./lib/isc/tests/socket_test.c C 2011,2012 ./lib/isc/tests/symtab_test.c C 2011,2012,2013