From e9e3c1dc2b3f34c689c42a839d8393169ec97a18 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Fri, 17 Jun 2016 15:07:32 +0300 Subject: [PATCH] updated license and authors --- AUTHORS | 6 ++++++ src/lib/dhcp/option6_pdexclude.cc | 18 ++++++++++++++---- src/lib/dhcp/option6_pdexclude.h | 18 ++++++++++++++---- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7f61f48f49..3df5202ca1 100755 --- a/AUTHORS +++ b/AUTHORS @@ -97,6 +97,12 @@ We have received the following contributions: - Angelo Failla, Facebook 2016-04: Fixes for transaction id generation in perfdhcp + - Cristian Secareanu, Qualitance + 2016-06: Added support for IPv6 prefix and PDEXCLUDE option + + - Andrei Pavel, Qualitance + 2016-06: [RFCs 6334, 6603, 7598] Additional native option support + Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging, Boost (http://www.boost.org/) library for almost everything, and can use Botan (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for diff --git a/src/lib/dhcp/option6_pdexclude.cc b/src/lib/dhcp/option6_pdexclude.cc index 34fbbd183f..62779bf9e4 100644 --- a/src/lib/dhcp/option6_pdexclude.cc +++ b/src/lib/dhcp/option6_pdexclude.cc @@ -1,8 +1,18 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015 - 2016 Deutsche Telekom AG. // -// 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/. +// Author: Cristian Secareanu +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #include diff --git a/src/lib/dhcp/option6_pdexclude.h b/src/lib/dhcp/option6_pdexclude.h index 677d41f67f..fcb65d7a6c 100644 --- a/src/lib/dhcp/option6_pdexclude.h +++ b/src/lib/dhcp/option6_pdexclude.h @@ -1,8 +1,18 @@ -// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015 - 2016 Deutsche Telekom AG. // -// 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/. +// Author: Cristian Secareanu +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. #ifndef OPTION6_PDEXCLUDE_H #define OPTION6_PDEXCLUDE_H -- 2.47.3