]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] typos, dates, *.mes files updates before release
authorWlodek Wencel <wlodek@isc.org>
Tue, 26 Sep 2017 22:47:05 +0000 (00:47 +0200)
committerWlodek Wencel <wlodek@isc.org>
Tue, 26 Sep 2017 22:47:05 +0000 (00:47 +0200)
49 files changed:
ChangeLog
doc/devel/config-backend.dox
src/bin/d2/d2.dox
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/dhcp6/tests/dhcp6_client.cc
src/bin/dhcp6/tests/dhcp6_client.h
src/bin/perfdhcp/command_options.h
src/bin/perfdhcp/pkt_transform.h
src/bin/perfdhcp/tests/stats_mgr_unittest.cc
src/lib/asiolink/interval_timer.cc
src/lib/asiolink/tests/interval_timer_unittest.cc
src/lib/dhcp/option.cc
src/lib/dhcp/option4_addrlst.h
src/lib/dhcp/option6_iaprefix.cc
src/lib/dhcp/option6_pdexclude.h
src/lib/dhcp/pkt4.h
src/lib/dhcp/pkt_filter.h
src/lib/dhcp/pkt_filter_inet6.cc
src/lib/dhcp/tests/option6_iaprefix_unittest.cc
src/lib/dhcp/tests/option_string_unittest.cc
src/lib/dhcp/tests/option_vendor_unittest.cc
src/lib/dhcp/tests/protocol_util_unittest.cc
src/lib/dhcpsrv/alloc_engine_messages.mes
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/host_data_source_factory.cc
src/lib/dhcpsrv/subnet_id.h
src/lib/dhcpsrv/tests/lease_file_io.h
src/lib/dhcpsrv/tests/test_get_callout_handle.h
src/lib/dns/master_loader.cc
src/lib/dns/master_loader.h
src/lib/dns/message.h
src/lib/dns/rrclass-placeholder.h
src/lib/dns/tests/masterload_unittest.cc
src/lib/dns/tests/messagerenderer_unittest.cc
src/lib/dns/tests/rrclass_unittest.cc
src/lib/dns/tests/unittest_util.h
src/lib/eval/eval_messages.mes
src/lib/hooks/hooks_messages.mes
src/lib/hooks/hooks_user.dox
src/lib/hooks/tests/callout_manager_unittest.cc
src/lib/hooks/tests/full_callout_library.cc
src/lib/process/io_service_signal.cc
src/lib/process/libprocess.dox
src/lib/testutils/unix_control_client.cc
src/lib/testutils/unix_control_client.h
src/lib/util/python/const2hdr.py
src/lib/util/python/gen_wiredata.py.in
src/lib/util/tests/state_model_unittest.cc
src/lib/util/tests/watch_socket_unittests.cc

index b023243fa62394906c8dedf8003238596435e925..52cd3181ba48824a8a3a06f15d747810f655b89f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,7 @@
        Altered the mysql backend logic to disable auto_reconnect and
        set session value of wait_timeout to a very large values. This
        avoids a segfault in MySQL client library caused by auto-reconnects
-       occuring when kea server's MySQL connection is idle for longer
+       occurring when kea server's MySQL connection is idle for longer
        than the global MySQL wait_timeout.
        (Trac #5354, git 9881ef6d772f27de82c048e198ba0ff9e71b9351)
 
 1287.  [bug]           tmark
        Logger configuration now correctly uses maxsize and maxver
        parameters, allowing log rotation to function properly.  Prior to
-       this these values were not being propagatedc downard, causing log
+       this these values were not being propagated downward, causing log
        rotation to always be disabled.  The defaults for maxsize and
        maxver are 10Mb and 1 respectively.
        (Trac #5324, git 75f148458bdeeed27eb877cc2c3ce3069b152f38)
index b3dbe66019d4d6ede45aedad1aadb4c601eba776..bd33d5c9702a2ffd3cf53dab776e4705f068fe92 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0e57f6b08cff7e8d87626d7d7854d953f3b10bf3..3f8651fb671fc10b5fcecff071c8bea677b43ddb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index b4c5827218f17877e4e2c9e28c215c7035602197..021f234f516fad1d4d4c5dd17a778e0f5ea9f598 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 15cc6838f60ac651fabb3e3b382a347a5b0399c0..dafb8391e4e4c8f467aefb800165ecd8693a4183 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9bdde821bf896df044c7776aa3614eda1b0e48af..d9a4ed9e78e94c786dc02eef05f726acdb1ceee6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8b957d3d8280212deca51624169f096d43671786..7d9842305e8822b5c3e8c541d9f1dab902a5b38c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c1f38c5e2cd22a1274229d5bde8176bc0331195a..3239b0b081340d91a54def47db0055e68d1ad81f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 801765aab96d6d4eeea02700889d3bec0146d797..37f0361a03a108e8441802f154ce84197be17c9a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2900b71cab5403555e35e438000d533085513e8e..808cd5990da11b9ce56b13b8b1044f3fc6dba4c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 957486e253a7b3af8825d91c9752c1df7e601f9f..24e6cdfb5d2c44e5f6842db7e5aad3d0ab7b7ad2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0209c35c2ef6abc4bb37b738f7c9eed7209a12ba..5d7320780b5de439e235425d4f3afd333f1b8f88 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8eac69ec8829d420b697161589070b44d44b0ffa..2400983b69b9921760fc1a0c1b9c6a1ffe9d8f3c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f47f49d1a812267af4b66ac2b8aba91a3151b01a..4eb93c0c0d24480bda5aa0d86ef4ff0e272d88e1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2b6e0755a9760276257446c4bb98768276888ee2..f27a061045297ffa6336b6c71d715b3ad7f7974c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index be4aacdccdaf0df0ae64ee05f9a27e290c61aaf5..26ded314f1e79a7df6913d3dbea0f2eef516f5ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 90a22597306f2e86d79e98dad4f5cf5c51506d0e..e175bef54354218dc8baaed04abf508f6f5ad1f3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index baa6ec7a9e41fc049a203f61930553c5b15ebbf0..ba706d036113ed6c480b6c8bfe755793fd14ae92 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 5e862206405ff239a659586aec49f533b447b0c0..2bd8be39b31b83cb3be5c17dc1a503c23ba62f8b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f8fb02aac012ec708d8592dc5bf5798ca56c066d..26c84fade3f6baa9cfb1cc6795aa6957f1587ca0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c7655e051d2a0b6789c503d3b2cb4d74f20c34f0..bb764004f471f53729842596361342ae5a0ef9aa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d9e0cf9c9f37340f867bd450904559836a55f4bc..78cb99d34838b036f1906f648f6094a01a12deda 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 824bf98742f07cfb24a1fa2ad78e4bf97cb1c9c2..27f633b00d2dbc7475a412bb8c0f233bb6eac757 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1f3961c23dfb9c9c8c0661949b5e9099200323c9..821df373845b9ad910568088b8cc325eaf5276af 100644 (file)
@@ -55,15 +55,15 @@ This debug message is issued when a subnet is successfully removed from the
 This is an informational message reporting that the configuration has
 been extended to include the specified IPv4 subnet.
 
+% DHCPSRV_CFGMGR_NEW_SUBNET6 a new subnet has been added to configuration: %1
+This is an informational message reporting that the configuration has
+been extended to include the specified subnet.
+
 % DHCPSRV_CFGMGR_NO_SUBNET4 no suitable subnet is defined for address hint %1
 This debug message is output when the DHCP configuration manager has received
 a request for an IPv4 subnet for the specified address, but no such
 subnet exists.
 
-% DHCPSRV_CFGMGR_NEW_SUBNET6 a new subnet has been added to configuration: %1
-This is an informational message reporting that the configuration has
-been extended to include the specified subnet.
-
 % DHCPSRV_CFGMGR_NO_SUBNET6 no suitable subnet is defined for address hint %1
 This debug message is output when the DHCP configuration manager has received
 a request for an IPv6 subnet for the specified address, but no such
@@ -585,7 +585,6 @@ This informational message is printed when removal of all leases from
 a specified IPv6 subnet has finished. The number of removed leases is
 printed.
 
-
 % DHCPSRV_MULTIPLE_RAW_SOCKETS_PER_IFACE current configuration will result in opening multiple broadcast capable sockets on some interfaces and some DHCP messages may be duplicated
 A warning message issued when the current configuration indicates that multiple
 sockets, capable of receiving broadcast traffic, will be opened on some of the
index d19d63dc14d4258a7ac7d00b0482c07c3000d821..5a586551ea08403149ed611485a6910ea8737250 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 4506d63df4d7db9dcd102497864d1297550f21f1..318dcd9b0c459afb2ffdadbb0fdb67db09781876 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 2b03a566d055829d2331412f3c3dbc27e5cffcb8..381edba3ca48da715730159fe663fb33dbee48d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 7dee3f2ed843163cdc12e9c1ca79125b10f18e99..c6f4a40b5634002a60bdcbb5f9b2e259959ef6da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a81ac0c89264a526c6d6d3db921eea206d229968..b664f3d350f41db7cb22577a8d615e586174d408 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 42d45d1c99d62a954a1ac31ac8c25f66665550b1..b385806ad8fedbd702a332545816dc6c2010e203 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 986bad0fa13136020b21d9201731b8b3db185058..da8acfe64841a0f47e29bd7cacb6b3ff1f9903c0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index d4fd0baab0b6be982509407e466551f1dbf0ac46..9804c579f8e165c7f5c1968a019ce86c8e27fe1c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index a4c719d09c9aa38c0e791ca27f4b515e2de35a4d..d085156ea578880b4498bfbe0d1d2e25251ed0d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index f5a85dd23aef6e36bb58b3f401cdad928d7cb28b..f9f8816b1c2210d23c258a50b1e5f966ed210c4f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 0bcfeeb0e2b9d3c2bd0d136dd65996eadbb18fd0..0ed014bb5b5306338c379aea484d832262057087 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 65b60cea761305dd0bb2d85c194ebc7456d152a4..8c6b8f56cd60f76a39cf54441cefa2ea0ea8dd8b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2009-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 9229536922074bce11c7ef2402c70a6b03b7ce1a..188b8da7a6d5eeb3086850c5369d038179b1921d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c1440e71d3643f3dd3acc672ad626a037f9b2914..41ec538085df37e01fad6702bb2dcac76b1f8b44 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 0d094b3e6ac52a55b7a2504a84d11a3179d74330..0ac119ffc3d88e84be327928bf13a6acd981f9e8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 03da266ab2521b9ec93e5fd84f130102e5e8331c..f7b332a4c34a5c7fc51fa86debb9f06e86f5c660 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1846592e15c11191b84adb97fdf1a17ea00581cf..35bc2f7e8876ed5bcfe06ebffee9904cadfc545a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index e8416e4dbe4c58aaddbee5bbcbf18e23a86cc02e..821e8e40f39d00ceb5fc8b233b602caaac1a02e3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index c2167df2fcda27004195618c78f0e7533d6c1648..ff2056fbdc7c54c08f91dcd82a37c44400131bda 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index faae202b6e5df22f606b1907bc9cc7f43f9edf93..cc6ebf7e9b088ebe8cee97f123d2b7f9ab930e4f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 8060d975c848c55f09096954a065a33bb7bc2578..225c9491bfd596b2266cf888d8981294dbaeb73c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 1a2b7b93367400e3c2c4ef877159490584bdbed0..e89a7354591656380a37fb5e46013cfa50ba9338 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 Internet Systems Consortium.
+# Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4c9361285ecb4fd767b1b7aa8aaf7a1c2982fe3d..ba22dc2a0499de188abaf6a4179420a3b24a67f3 100644 (file)
@@ -1,6 +1,6 @@
 #!@PYTHON@
 
-# Copyright (C) 2010-2016 Internet Systems Consortium.
+# Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index cde06b67f56a6b1883c0b0c66bea02d9f5e5ce84..c6b2b6733952f6078a87bc5d828b29b5888e506e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
index 13ee4c16eb4f0d96a04d536bf983786b65f580c2..0dd8dea16931292a90a2fcec5d196b6522ae6736 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2017 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this