]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#883, !506] updated copyrights
authorRazvan Becheriu <razvan@isc.org>
Mon, 28 Oct 2019 13:07:15 +0000 (15:07 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 6 Nov 2019 17:32:52 +0000 (19:32 +0200)
src/lib/dhcpsrv/thread_pool.cc
src/lib/dhcpsrv/thread_pool.h
src/lib/util/lock_guard.h

index 0a5c206d015a951f25230250ba49b35b93dc0896..7b2c5bd121f6b01939d6922d7dfc96c3cf09b847 100644 (file)
@@ -1,21 +1,8 @@
 // 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.
+// 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 <config.h>
 
index 0510633a3b06d8d1e2c4d6e93d29ea5050b5a4ee..4e23707e889a450eba3e7468dfdc23c847eb9db0 100644 (file)
@@ -1,21 +1,8 @@
 // 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.
+// 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 THREAD_POOL_H
 #define THREAD_POOL_H
index 11e3699b778bd186c1c462841cd88384eea09363..de919ab5f718ef7dcdc3e4efb1ab4996b3ea10da 100644 (file)
@@ -1,21 +1,8 @@
 // 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.
+// 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 LOCK_GUARD_H
 #define LOCK_GUARD_H