]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1098] updated more copyright dates
authorMichal Nowikowski <godfryd@isc.org>
Mon, 27 Jan 2020 18:52:58 +0000 (19:52 +0100)
committerMichal Nowikowski <godfryd@isc.org>
Mon, 27 Jan 2020 18:52:58 +0000 (19:52 +0100)
24 files changed:
src/bin/admin/tests/mysql_tests.sh.in
src/bin/dhcp4/tests/config_parser_unittest.cc
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc
src/hooks/dhcp/high_availability/communication_state.cc
src/hooks/dhcp/high_availability/ha_messages.mes
src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
src/lib/cc/data.h
src/lib/config_backend/constants.h
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/d2_client_mgr.h
src/lib/dhcpsrv/mysql_host_data_source.cc
src/lib/dhcpsrv/mysql_host_data_source.h
src/lib/dhcpsrv/network.h
src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
src/lib/dhcpsrv/srv_config.cc
src/lib/dhcpsrv/tests/d2_client_unittest.cc
src/lib/mysql/mysql_connection.cc
src/lib/mysql/mysql_connection.h
src/lib/mysql/mysql_constants.h
src/share/database/scripts/mysql/dhcpdb_create.mysql

index 04c9d16330655136571d7b0d0dcc019e92ca04a1..23235ed1fbb5f1e7fedba4935523249f49af47df 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2020 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 ec62c45c0c290fd5e238c02dc41e65e223bf57bc..c4c0f708cb67247f08ccae5d3acb6b431ce1e289 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 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 e5b9ce855a24d068ddeeef7107b14c4ba5e86196..d8201d7945409aef3b42a06da814f31c1b5665f5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 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 effcaca903e37ea75d68ff88019dd2ada2f96121..62e2b083e5e514861c5adf3e493d018b0bc8f304 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2020 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 e8ca83a82f1f23c4e0d80090b42b85bde87d14cc..44ce47849850c27dc11f18b7c4f8ba1dbe7b9c39 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2020 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 850df5cd776ce123a371b81447297179fd6c737f..f374043b4397e6f44827022e46cd4acdac6c9548 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2020 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 0d42c6c92249a332981a80abf48d5a0e0235545b..f948976a29833f76a80accfa1798efc7f3b80d62 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 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 e1ce7b1891ff4319903e31c702282a5310892946..e256b9065f115f06e9005c2873a8459e374838cb 100644 (file)
@@ -334,6 +334,24 @@ This error message is issued to indicate that the ha-maintenance-notify command
 handler failed while processing the command. The argument provides the reason for
 failure.
 
+% HA_MAINTENANCE_SHUTDOWN_SAFE the server can now be shutdown for maintenance as the partner has taken over the DHCP traffic
+This informational message is displayed after the server transitions to the
+in-maintenance state. This server no longer responds to any DHCP queries and its
+partner being in the partner-in-maintenance state has taken over the DHCP traffic.
+When the server in-maintenance state is shut down, the partner will move to
+the partner-down imediatelly.
+
+% HA_MAINTENANCE_STARTED the server is now in the partner-in-maintenance state and the partner is in-maintenance state
+This informational message is displayed when the server receiving the
+ha-maintenance-start command transitions to the partner-in-maintenance
+state. The server does it after sending the ha-maintenance-notify to
+its partner to put the partner in the in-maintenance state. From now on,
+the server in the partner-in-maintenance state will be responding to all
+queries and the partner will respond to no queries. The partner may be
+safely shut down for maintenance in which case this server will
+automatically transition from the partner-in-maintenance state to the
+partner-down state.
+
 % HA_MAINTENANCE_STARTED_IN_PARTNER_DOWN the server is now in the partner-down mode as a result of requested maintenance
 This informational message is displayed when the server receiving the
 ha-maintenance-start command transitions to the partner-down state
@@ -351,24 +369,6 @@ This error message is issued to indicate that the ha-maintenance-start command
 handler failed while processing the command. The argument provides the reason for
 failure.
 
-% HA_MAINTENANCE_STARTED the server is now in the partner-in-maintenance state and the partner is in-maintenance state
-This informational message is displayed when the server receiving the
-ha-maintenance-start command transitions to the partner-in-maintenance
-state. The server does it after sending the ha-maintenance-notify to
-its partner to put the partner in the in-maintenance state. From now on,
-the server in the partner-in-maintenance state will be responding to all
-queries and the partner will respond to no queries. The partner may be
-safely shut down for maintenance in which case this server will
-automatically transition from the partner-in-maintenance state to the
-partner-down state.
-
-% HA_MAINTENANCE_SHUTDOWN_SAFE the server can now be shutdown for maintenance as the partner has taken over the DHCP traffic
-This informational message is displayed after the server transitions to the
-in-maintenance state. This server no longer responds to any DHCP queries and its
-partner being in the partner-in-maintenance state has taken over the DHCP traffic.
-When the server in-maintenance state is shut down, the partner will move to
-the partner-down imediatelly.
-
 % HA_MISSING_CONFIGURATION high-availability parameter not specified for High Availability hooks library
 This error message is issued to indicate that the configuration for the
 High Availability hooks library hasn't been specified. The 'high-availability'
index e5290d729ba62dcb2c4c72506f23422402690aa9..a60da28e5da118c435a0e56c7b902b42bf567230 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 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 0c447268b9c2ec59b49ad9e7c7bdf38b5e658422..4403b5179e94541b6e929bac738447ff523341fa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2010-2020 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 58ca5bc7a3b2d017dce710fdc9603df7cde66b9b..a30ec15694b2a2799a4fedc10b7c8f3d6f0dea1c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 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 5c40ae02eecfe53e3db7ddc2daf9bd1525ff5ca2..b365c78b1bd70d0281c8f7f5e3a5ebff69669d3f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 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 5d7b444a2713f1173d5a1d5919a5d15b2e546569..273c8bdbd602e1edddcb561b5f0b836da6ecef83 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 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 d9bef8ab504c1b6d3c2d6318dfc6c700c291d304..505496e7fe201f9447dc139ec45e1677b00f9279 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2020 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 04bb394daca7af35002c53706bee10559e9ac9c9..2e00f6e521f6eb8b05bb45fff345897f30a8d50d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2015-2020 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 a71ca2c5b33d3119575224d9547ba347fd7890ad..6bc0b16982faaef5fa912450fccbdf449f05b72a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2017-2020 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 804630697685e18cb259be7016e59ad2f49401e3..0e549a94e70cd40a52c551e0f725dff6130e9869 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2020 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 07fc69d88739b56d8182826ce4c6ef94172848ad..43ef3f54cb36606e1e7bd5756f9c4b18381f8428 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2016-2020 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 96d90b6e16fd3c31ffda6b7eb29091360d9df55e..d016bcbecf32cc46738cab8a4b4689eef7b5881f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2020 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 6a5e789d2e22fa907e8d5fd9f5452daeb492e0a4..46126ba4d3d0db7680b2a37ca8e43e0e98bb4255 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 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 ecf36d88244001f1645a838be6781156c642f11a..9e8cc819e798b9552c5fd38caedbf421365ae164 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 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 bb091dc351faab9ba926aa17667b13f20927d320..6b18f65fbc924b0ad35a513b47ad5d1db0e1422b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2020 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 06b13b1ece92937c6c14ef790bee1c42b4d90602..ba0908907f9a733b1b17447ef230ec8542a2814d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 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 d8672486e04fcfcc5c087f192ad378d2bfc06f80..c26a2fd054029a25bc82f8ac47eb3886e12c753e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2020 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