]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
removed copyrights
authorRazvan Becheriu <razvan@isc.org>
Mon, 9 Sep 2019 08:28:37 +0000 (11:28 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 6 Nov 2019 17:32:51 +0000 (19:32 +0200)
src/lib/dhcpsrv/thread_pool.cc
src/lib/dhcpsrv/thread_pool.h

index e7849356d336d4603e6582ad81b6bde538175a9f..191cc330b4822a702e9f66df6ad959441773e2a0 100644 (file)
@@ -1,22 +1,3 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
-// Copyright (C) 2017-2019 Deutsche Telekom AG.
-//
-// Authors: Andrei Pavel <andrei.pavel@qualitance.com>
-//          Cristian Secareanu <cristian.secareanu@qualitance.com>
-//          Razvan Becheriu <razvan.becheriu@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 <cassert>
 #include <config.h>
 #include <dhcpsrv/dhcpsrv_log.h>
index bcf98f8b9e42e4d84f60019227f67a4e7caeb71b..1ba14e28bbe309cf5329318ffa4e032830ad2e2e 100644 (file)
@@ -1,22 +1,3 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
-// Copyright (C) 2017-2019 Deutsche Telekom AG.
-//
-// Authors: Andrei Pavel <andrei.pavel@qualitance.com>
-//          Cristian Secareanu <cristian.secareanu@qualitance.com>
-//          Razvan Becheriu <razvan.becheriu@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 THREAD_POOL_H
 #define THREAD_POOL_H