From: Marcin Siodelski Date: Fri, 8 Jun 2018 11:01:06 +0000 (+0200) Subject: [5645] Changed copyright headers to MPL. X-Git-Tag: 136-add-global-host-reservation-examples_base~4^2~14^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ed415c9559972ed86b67ceed1821f4301abf3f;p=thirdparty%2Fkea.git [5645] Changed copyright headers to MPL. --- diff --git a/src/hooks/dhcp/high_availability/command_creator.cc b/src/hooks/dhcp/high_availability/command_creator.cc index 8fddbd7e38..1c93605ea0 100644 --- a/src/hooks/dhcp/high_availability/command_creator.cc +++ b/src/hooks/dhcp/high_availability/command_creator.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/command_creator.h b/src/hooks/dhcp/high_availability/command_creator.h index 495bbd1e62..3de2a48913 100644 --- a/src/hooks/dhcp/high_availability/command_creator.h +++ b/src/hooks/dhcp/high_availability/command_creator.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_COMMAND_CREATOR_H #define HA_COMMAND_CREATOR_H diff --git a/src/hooks/dhcp/high_availability/communication_state.cc b/src/hooks/dhcp/high_availability/communication_state.cc index 5bce7dafcd..429f230ee8 100644 --- a/src/hooks/dhcp/high_availability/communication_state.cc +++ b/src/hooks/dhcp/high_availability/communication_state.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/communication_state.h b/src/hooks/dhcp/high_availability/communication_state.h index b178f12f5c..fb12517546 100644 --- a/src/hooks/dhcp/high_availability/communication_state.h +++ b/src/hooks/dhcp/high_availability/communication_state.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_COMMUNICATION_STATE_H #define HA_COMMUNICATION_STATE_H diff --git a/src/hooks/dhcp/high_availability/ha.dox b/src/hooks/dhcp/high_availability/ha.dox index 81eae9a497..7d087a5521 100644 --- a/src/hooks/dhcp/high_availability/ha.dox +++ b/src/hooks/dhcp/high_availability/ha.dox @@ -1,8 +1,8 @@ // Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License Agreement. -// See COPYING file in the premium/ directory. - +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. /** @mainpage Kea High Availability Hooks Library diff --git a/src/hooks/dhcp/high_availability/ha_callouts.cc b/src/hooks/dhcp/high_availability/ha_callouts.cc index b6bcc16c14..30756a2cfb 100644 --- a/src/hooks/dhcp/high_availability/ha_callouts.cc +++ b/src/hooks/dhcp/high_availability/ha_callouts.cc @@ -1,8 +1,8 @@ // Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. - +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. // Functions accessed by the hooks framework use C linkage to avoid the name // mangling that accompanies use of the C++ compiler as well as to avoid diff --git a/src/hooks/dhcp/high_availability/ha_config.cc b/src/hooks/dhcp/high_availability/ha_config.cc index 78e26a4d8a..3f73d167e0 100644 --- a/src/hooks/dhcp/high_availability/ha_config.cc +++ b/src/hooks/dhcp/high_availability/ha_config.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include #include diff --git a/src/hooks/dhcp/high_availability/ha_config.h b/src/hooks/dhcp/high_availability/ha_config.h index 69bf5c0c82..6d78c96601 100644 --- a/src/hooks/dhcp/high_availability/ha_config.h +++ b/src/hooks/dhcp/high_availability/ha_config.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_CONFIG_H #define HA_CONFIG_H diff --git a/src/hooks/dhcp/high_availability/ha_config_parser.cc b/src/hooks/dhcp/high_availability/ha_config_parser.cc index ab3fd0c559..88b8aea610 100644 --- a/src/hooks/dhcp/high_availability/ha_config_parser.cc +++ b/src/hooks/dhcp/high_availability/ha_config_parser.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/ha_config_parser.h b/src/hooks/dhcp/high_availability/ha_config_parser.h index 961a37b139..b98d1980e5 100644 --- a/src/hooks/dhcp/high_availability/ha_config_parser.h +++ b/src/hooks/dhcp/high_availability/ha_config_parser.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_CONFIG_PARSER_H #define HA_CONFIG_PARSER_H diff --git a/src/hooks/dhcp/high_availability/ha_impl.cc b/src/hooks/dhcp/high_availability/ha_impl.cc index a144c4c0a4..3d9a057d4b 100644 --- a/src/hooks/dhcp/high_availability/ha_impl.cc +++ b/src/hooks/dhcp/high_availability/ha_impl.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/ha_impl.h b/src/hooks/dhcp/high_availability/ha_impl.h index a4c8357d2c..85486200e5 100644 --- a/src/hooks/dhcp/high_availability/ha_impl.h +++ b/src/hooks/dhcp/high_availability/ha_impl.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_IMPL_H #define HA_IMPL_H diff --git a/src/hooks/dhcp/high_availability/ha_log.cc b/src/hooks/dhcp/high_availability/ha_log.cc index 11df23cc5d..fb48d46851 100644 --- a/src/hooks/dhcp/high_availability/ha_log.cc +++ b/src/hooks/dhcp/high_availability/ha_log.cc @@ -1,7 +1,8 @@ // Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/ha_log.h b/src/hooks/dhcp/high_availability/ha_log.h index d9d4827854..a9e27973d5 100644 --- a/src/hooks/dhcp/high_availability/ha_log.h +++ b/src/hooks/dhcp/high_availability/ha_log.h @@ -1,7 +1,8 @@ // Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_LOG_H #define HA_LOG_H diff --git a/src/hooks/dhcp/high_availability/ha_server_type.h b/src/hooks/dhcp/high_availability/ha_server_type.h index eae39e841c..e675508251 100644 --- a/src/hooks/dhcp/high_availability/ha_server_type.h +++ b/src/hooks/dhcp/high_availability/ha_server_type.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_SERVER_TYPE_H #define HA_SERVER_TYPE_H diff --git a/src/hooks/dhcp/high_availability/ha_service.cc b/src/hooks/dhcp/high_availability/ha_service.cc index 02a1c01af7..84cbf1511d 100644 --- a/src/hooks/dhcp/high_availability/ha_service.cc +++ b/src/hooks/dhcp/high_availability/ha_service.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/ha_service.h b/src/hooks/dhcp/high_availability/ha_service.h index 8818ff3233..bff04ca006 100644 --- a/src/hooks/dhcp/high_availability/ha_service.h +++ b/src/hooks/dhcp/high_availability/ha_service.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_SERVICE_H #define HA_SERVICE_H diff --git a/src/hooks/dhcp/high_availability/ha_service_states.h b/src/hooks/dhcp/high_availability/ha_service_states.h index 22d564f2f0..b090069e49 100644 --- a/src/hooks/dhcp/high_availability/ha_service_states.h +++ b/src/hooks/dhcp/high_availability/ha_service_states.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef HA_SERVICE_STATES_H #define HA_SERVICE_STATES_H diff --git a/src/hooks/dhcp/high_availability/query_filter.cc b/src/hooks/dhcp/high_availability/query_filter.cc index 73baa0a351..e438b9e1e0 100644 --- a/src/hooks/dhcp/high_availability/query_filter.cc +++ b/src/hooks/dhcp/high_availability/query_filter.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/query_filter.h b/src/hooks/dhcp/high_availability/query_filter.h index 9817dc1a07..541677fab8 100644 --- a/src/hooks/dhcp/high_availability/query_filter.h +++ b/src/hooks/dhcp/high_availability/query_filter.h @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef QUERY_FILTER_H #define QUERY_FILTER_H diff --git a/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc b/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc index 85c70360c1..3b769cc703 100644 --- a/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/command_creator_unittest.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc b/src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc index 57961313e6..423e005bdc 100644 --- a/src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/communication_state_unittest.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/tests/ha_config_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_config_unittest.cc index 74ed152249..c84eea4f60 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_config_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_config_unittest.cc @@ -1,7 +1,8 @@ // Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc index 94bc63e641..19abf08592 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_impl_unittest.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc index c6d895b192..8f8280d13a 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include #include diff --git a/src/hooks/dhcp/high_availability/tests/ha_test.cc b/src/hooks/dhcp/high_availability/tests/ha_test.cc index c3aefb6cab..bba8a33d3b 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_test.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_test.cc @@ -1,7 +1,8 @@ // Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/tests/ha_test.h b/src/hooks/dhcp/high_availability/tests/ha_test.h index 3738070d01..a668e9e8aa 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_test.h +++ b/src/hooks/dhcp/high_availability/tests/ha_test.h @@ -1,7 +1,8 @@ // Copyright (C) 2017-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include #include diff --git a/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc b/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc index d0fb03c888..36e6203881 100644 --- a/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/query_filter_unittest.cc @@ -1,7 +1,8 @@ // Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include #include diff --git a/src/hooks/dhcp/high_availability/tests/run_unittests.cc b/src/hooks/dhcp/high_availability/tests/run_unittests.cc index 6f007c7511..4c87f80c8a 100644 --- a/src/hooks/dhcp/high_availability/tests/run_unittests.cc +++ b/src/hooks/dhcp/high_availability/tests/run_unittests.cc @@ -1,7 +1,8 @@ // Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include diff --git a/src/hooks/dhcp/high_availability/version.cc b/src/hooks/dhcp/high_availability/version.cc index b27396377a..d3f705769f 100644 --- a/src/hooks/dhcp/high_availability/version.cc +++ b/src/hooks/dhcp/high_availability/version.cc @@ -1,7 +1,8 @@ // Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the End User License -// Agreement. See COPYING file in the premium/ directory. +// 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 +// file, You can obtain one at http://mozilla.org/MPL/2.0/. #include #include