From 835eaef8e3fb7cea0a1db1c4bc97ebf31a655f7b Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 9 Jul 2015 23:46:11 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/named/config.c | 2 +- bin/named/server.c | 4 ++-- bin/tests/system/ditch.pl | 2 +- bin/tests/system/fetchlimit/Makefile.in | 2 +- bin/tests/system/fetchlimit/ans4/ans.pl | 2 +- bin/tests/system/fetchlimit/clean.sh | 2 +- bin/tests/system/fetchlimit/lameserver/ans4/ans.pl | 2 +- bin/tests/system/fetchlimit/lameserver/clean.sh | 2 +- bin/tests/system/fetchlimit/lameserver/ns1/named.conf | 2 +- bin/tests/system/fetchlimit/lameserver/ns1/root.db | 2 +- bin/tests/system/fetchlimit/lameserver/ns2/example.db | 2 +- bin/tests/system/fetchlimit/lameserver/ns2/named.conf | 2 +- bin/tests/system/fetchlimit/lameserver/ns3/named1.conf | 2 +- bin/tests/system/fetchlimit/lameserver/ns3/named2.conf | 2 +- bin/tests/system/fetchlimit/lameserver/ns3/named3.conf | 2 +- bin/tests/system/fetchlimit/lameserver/ns3/root.hint | 2 +- bin/tests/system/fetchlimit/lameserver/setup.sh | 2 +- bin/tests/system/fetchlimit/lameserver/tests.sh | 2 +- bin/tests/system/fetchlimit/ns1/named.conf | 2 +- bin/tests/system/fetchlimit/ns1/root.db | 2 +- bin/tests/system/fetchlimit/ns2/example.db | 2 +- bin/tests/system/fetchlimit/ns2/named.conf | 2 +- bin/tests/system/fetchlimit/ns3/named1.conf | 2 +- bin/tests/system/fetchlimit/ns3/named2.conf | 2 +- bin/tests/system/fetchlimit/ns3/named3.conf | 2 +- bin/tests/system/fetchlimit/ns3/root.hint | 2 +- bin/tests/system/fetchlimit/setup.sh | 2 +- bin/tests/system/fetchlimit/tests.sh | 2 +- bin/tests/system/resolver/tests.sh | 2 +- lib/dns/include/dns/adb.h | 2 +- lib/dns/include/dns/log.h | 2 +- lib/dns/include/dns/resolver.h | 4 ++-- lib/dns/include/dns/stats.h | 2 +- lib/dns/log.c | 2 +- lib/isc/include/isc/util.h | 2 +- lib/isccfg/include/isccfg/cfg.h | 2 +- lib/isccfg/include/isccfg/grammar.h | 2 +- 37 files changed, 39 insertions(+), 39 deletions(-) diff --git a/bin/named/config.c b/bin/named/config.c index f61f0a8565..cab6f1fd0d 100644 --- a/bin/named/config.c +++ b/bin/named/config.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) 2001-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/server.c b/bin/named/server.c index ed301afe5f..d7d1a59fc1 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -2791,7 +2791,7 @@ configure_view(dns_view_t *view, cfg_obj_t *config, cfg_obj_t *vconfig, freq = cfg_obj_asuint32(obj2); obj2 = cfg_tuple_get(obj, "low"); - low = (double) cfg_obj_asfixedpoint(obj2) / 100.0; + low = (double) cfg_obj_asfixedpoint(obj2) / 100.0; obj2 = cfg_tuple_get(obj, "high"); high = (double) cfg_obj_asfixedpoint(obj2) / 100.0; @@ -5178,7 +5178,7 @@ load_configuration(const char *filename, ns_server_t *server, isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER, ISC_LOG_ERROR, "'recursive-clients %d' too low when " - "running with %d worker threads", + "running with %d worker threads", server->recursionquota.max, ns_g_cpus); CHECK(ISC_R_RANGE); } diff --git a/bin/tests/system/ditch.pl b/bin/tests/system/ditch.pl index 6c48d82b59..1e6ad491d4 100644 --- a/bin/tests/system/ditch.pl +++ b/bin/tests/system/ditch.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/Makefile.in b/bin/tests/system/fetchlimit/Makefile.in index dd6912d5c3..5540f36318 100644 --- a/bin/tests/system/fetchlimit/Makefile.in +++ b/bin/tests/system/fetchlimit/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ans4/ans.pl b/bin/tests/system/fetchlimit/ans4/ans.pl index d844502702..7e6e0c59e8 100644 --- a/bin/tests/system/fetchlimit/ans4/ans.pl +++ b/bin/tests/system/fetchlimit/ans4/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/clean.sh b/bin/tests/system/fetchlimit/clean.sh index 4976b3ae98..73ed8c8aea 100644 --- a/bin/tests/system/fetchlimit/clean.sh +++ b/bin/tests/system/fetchlimit/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ans4/ans.pl b/bin/tests/system/fetchlimit/lameserver/ans4/ans.pl index d844502702..7e6e0c59e8 100644 --- a/bin/tests/system/fetchlimit/lameserver/ans4/ans.pl +++ b/bin/tests/system/fetchlimit/lameserver/ans4/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/clean.sh b/bin/tests/system/fetchlimit/lameserver/clean.sh index d1c822f2ea..515c670fb6 100644 --- a/bin/tests/system/fetchlimit/lameserver/clean.sh +++ b/bin/tests/system/fetchlimit/lameserver/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns1/named.conf b/bin/tests/system/fetchlimit/lameserver/ns1/named.conf index 4354b46e3b..27b5c885fa 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns1/named.conf +++ b/bin/tests/system/fetchlimit/lameserver/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns1/root.db b/bin/tests/system/fetchlimit/lameserver/ns1/root.db index cd74861619..b433cd8d04 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns1/root.db +++ b/bin/tests/system/fetchlimit/lameserver/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns2/example.db b/bin/tests/system/fetchlimit/lameserver/ns2/example.db index 128155420e..1197da4b55 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns2/example.db +++ b/bin/tests/system/fetchlimit/lameserver/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns2/named.conf b/bin/tests/system/fetchlimit/lameserver/ns2/named.conf index b276181ffe..2a5667a714 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns2/named.conf +++ b/bin/tests/system/fetchlimit/lameserver/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns3/named1.conf b/bin/tests/system/fetchlimit/lameserver/ns3/named1.conf index e4a5039111..95e138ecba 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns3/named1.conf +++ b/bin/tests/system/fetchlimit/lameserver/ns3/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns3/named2.conf b/bin/tests/system/fetchlimit/lameserver/ns3/named2.conf index 2a40512928..3a4d43ac6e 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns3/named2.conf +++ b/bin/tests/system/fetchlimit/lameserver/ns3/named2.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns3/named3.conf b/bin/tests/system/fetchlimit/lameserver/ns3/named3.conf index e017e420f4..94bf0b9a41 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns3/named3.conf +++ b/bin/tests/system/fetchlimit/lameserver/ns3/named3.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/ns3/root.hint b/bin/tests/system/fetchlimit/lameserver/ns3/root.hint index 2b369268d3..1680d8e152 100644 --- a/bin/tests/system/fetchlimit/lameserver/ns3/root.hint +++ b/bin/tests/system/fetchlimit/lameserver/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/setup.sh b/bin/tests/system/fetchlimit/lameserver/setup.sh index 89772208a2..6f30b29fc2 100644 --- a/bin/tests/system/fetchlimit/lameserver/setup.sh +++ b/bin/tests/system/fetchlimit/lameserver/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/lameserver/tests.sh b/bin/tests/system/fetchlimit/lameserver/tests.sh index e6e53be889..0a4b5b5bd3 100644 --- a/bin/tests/system/fetchlimit/lameserver/tests.sh +++ b/bin/tests/system/fetchlimit/lameserver/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns1/named.conf b/bin/tests/system/fetchlimit/ns1/named.conf index 4354b46e3b..27b5c885fa 100644 --- a/bin/tests/system/fetchlimit/ns1/named.conf +++ b/bin/tests/system/fetchlimit/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns1/root.db b/bin/tests/system/fetchlimit/ns1/root.db index cd74861619..b433cd8d04 100644 --- a/bin/tests/system/fetchlimit/ns1/root.db +++ b/bin/tests/system/fetchlimit/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns2/example.db b/bin/tests/system/fetchlimit/ns2/example.db index 128155420e..1197da4b55 100644 --- a/bin/tests/system/fetchlimit/ns2/example.db +++ b/bin/tests/system/fetchlimit/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns2/named.conf b/bin/tests/system/fetchlimit/ns2/named.conf index b276181ffe..2a5667a714 100644 --- a/bin/tests/system/fetchlimit/ns2/named.conf +++ b/bin/tests/system/fetchlimit/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns3/named1.conf b/bin/tests/system/fetchlimit/ns3/named1.conf index e4a5039111..95e138ecba 100644 --- a/bin/tests/system/fetchlimit/ns3/named1.conf +++ b/bin/tests/system/fetchlimit/ns3/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns3/named2.conf b/bin/tests/system/fetchlimit/ns3/named2.conf index 2a40512928..3a4d43ac6e 100644 --- a/bin/tests/system/fetchlimit/ns3/named2.conf +++ b/bin/tests/system/fetchlimit/ns3/named2.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns3/named3.conf b/bin/tests/system/fetchlimit/ns3/named3.conf index e017e420f4..94bf0b9a41 100644 --- a/bin/tests/system/fetchlimit/ns3/named3.conf +++ b/bin/tests/system/fetchlimit/ns3/named3.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/ns3/root.hint b/bin/tests/system/fetchlimit/ns3/root.hint index 2b369268d3..1680d8e152 100644 --- a/bin/tests/system/fetchlimit/ns3/root.hint +++ b/bin/tests/system/fetchlimit/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/setup.sh b/bin/tests/system/fetchlimit/setup.sh index 89772208a2..6f30b29fc2 100644 --- a/bin/tests/system/fetchlimit/setup.sh +++ b/bin/tests/system/fetchlimit/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/fetchlimit/tests.sh b/bin/tests/system/fetchlimit/tests.sh index 83534e6501..bf3c63c44b 100644 --- a/bin/tests/system/fetchlimit/tests.sh +++ b/bin/tests/system/fetchlimit/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 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 diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh index e461d854b6..19a5ed5b35 100755 --- a/bin/tests/system/resolver/tests.sh +++ b/bin/tests/system/resolver/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 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 diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h index 571e859ec1..12dd1190c3 100644 --- a/lib/dns/include/dns/adb.h +++ b/lib/dns/include/dns/adb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008, 2011, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008, 2011, 2013-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 diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index 4b0e75b19f..e7670f806e 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-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2011-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 diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index 61fd4ed91e..5ea2279eec 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2012, 2014, 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 @@ -634,7 +634,7 @@ dns_resolver_getquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which); * are exceeded. If 'which' is set to quotatype "zone", then the * result specified in 'resp' will be used when the fetches-per-zone * quota is exceeded by a fetch. If 'which' is set to quotatype "server", - * then the reuslt specified in 'resp' will be used when the + * then the reuslt specified in 'resp' will be used when the * fetches-per-server quota has been exceeded for all the * authoritative servers for a zone. Valid choices are * DNS_R_DROP or DNS_R_SERVFAIL. diff --git a/lib/dns/include/dns/stats.h b/lib/dns/include/dns/stats.h index 8ae5de5904..b033163db6 100644 --- a/lib/dns/include/dns/stats.h +++ b/lib/dns/include/dns/stats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-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 diff --git a/lib/dns/log.c b/lib/dns/log.c index 05a83e1496..7ebe015749 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2011-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 diff --git a/lib/isc/include/isc/util.h b/lib/isc/include/isc/util.h index 0c1e94562f..6baf786bde 100644 --- a/lib/isc/include/isc/util.h +++ b/lib/isc/include/isc/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2010-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2010-2012, 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 diff --git a/lib/isccfg/include/isccfg/cfg.h b/lib/isccfg/include/isccfg/cfg.h index f2aa48a2a3..1235217794 100644 --- a/lib/isccfg/include/isccfg/cfg.h +++ b/lib/isccfg/include/isccfg/cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2010, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2010, 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 diff --git a/lib/isccfg/include/isccfg/grammar.h b/lib/isccfg/include/isccfg/grammar.h index 2c0f9beea4..2196730c97 100644 --- a/lib/isccfg/include/isccfg/grammar.h +++ b/lib/isccfg/include/isccfg/grammar.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2011, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2002, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any