From e2489a44d60fe06176867422919c9261574657cf Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 9 Sep 2019 11:28:37 +0300 Subject: [PATCH] removed copyrights --- src/lib/dhcpsrv/thread_pool.cc | 18 ------------------ src/lib/dhcpsrv/thread_pool.h | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/src/lib/dhcpsrv/thread_pool.cc b/src/lib/dhcpsrv/thread_pool.cc index 2b666e3e3c..191cc330b4 100644 --- a/src/lib/dhcpsrv/thread_pool.cc +++ b/src/lib/dhcpsrv/thread_pool.cc @@ -1,21 +1,3 @@ -// Copyright (C) 2017-2019 Deutsche Telekom AG. -// -// Authors: Andrei Pavel -// Cristian Secareanu -// Razvan Becheriu -// -// 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 #include #include diff --git a/src/lib/dhcpsrv/thread_pool.h b/src/lib/dhcpsrv/thread_pool.h index 4ee93287fc..c04bf4383a 100644 --- a/src/lib/dhcpsrv/thread_pool.h +++ b/src/lib/dhcpsrv/thread_pool.h @@ -1,21 +1,3 @@ -// Copyright (C) 2017-2019 Deutsche Telekom AG. -// -// Authors: Andrei Pavel -// Cristian Secareanu -// Razvan Becheriu -// -// 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 -- 2.47.2