]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
updated license and authors
authorAndrei Pavel <andrei.pavel@qualitance.com>
Fri, 17 Jun 2016 12:07:32 +0000 (15:07 +0300)
committerAndrei Pavel <andrei.pavel@qualitance.com>
Fri, 17 Jun 2016 12:14:17 +0000 (15:14 +0300)
AUTHORS
src/lib/dhcp/option6_pdexclude.cc
src/lib/dhcp/option6_pdexclude.h

diff --git a/AUTHORS b/AUTHORS
index 7f61f48f490a20f6eccf05ba4371831efa0b6db1..3df5202ca1fc35e688db7cd5138b0414eb57f7da 100755 (executable)
--- 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
index 34fbbd183fa65dc36c740022eb69876c0d6bbffa..62779bf9e423e3947c96ef9001d3be7c2edf94e9 100644 (file)
@@ -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 <cristian.secareanu@qualitance.com>
+//
+// 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 <config.h>
 
index 677d41f67f0a5dd11974139f2a7ebb42a5025e6a..fcb65d7a6c9ece844602ab57e2a54d891f32ecca 100644 (file)
@@ -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 <cristian.secareanu@qualitance.com>
+//
+// 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