From 2725d4f63d9429e6abb4bc7ff52d2e8a512ece93 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 1 Nov 2016 22:58:23 +0100 Subject: [PATCH] Update copyright to 2016 I think vectorops was missing the copyright header /on purpose/ but I've added it there as well now. --- include/vectorwrapper/has_method.hpp | 2 +- include/vectorwrapper/sequence_bt.hpp | 2 +- include/vectorwrapper/vectorops.hpp | 16 ++++++++++++++++ include/vectorwrapper/vectorwrapper.hpp | 2 +- include/vectorwrapper/vectorwrapper.inl | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/include/vectorwrapper/has_method.hpp b/include/vectorwrapper/has_method.hpp index d641771..9fc57d2 100644 --- a/include/vectorwrapper/has_method.hpp +++ b/include/vectorwrapper/has_method.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Michele "King_DuckZ" Santullo + * Copyright 2015-2016 Michele "King_DuckZ" Santullo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/vectorwrapper/sequence_bt.hpp b/include/vectorwrapper/sequence_bt.hpp index a887401..e080253 100644 --- a/include/vectorwrapper/sequence_bt.hpp +++ b/include/vectorwrapper/sequence_bt.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Michele "King_DuckZ" Santullo + * Copyright 2015-2016 Michele "King_DuckZ" Santullo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/vectorwrapper/vectorops.hpp b/include/vectorwrapper/vectorops.hpp index 2532531..1a0148a 100644 --- a/include/vectorwrapper/vectorops.hpp +++ b/include/vectorwrapper/vectorops.hpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * + * 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 id8949C80C36BA42CABC49EA4C1DB54BC7 #define id8949C80C36BA42CABC49EA4C1DB54BC7 diff --git a/include/vectorwrapper/vectorwrapper.hpp b/include/vectorwrapper/vectorwrapper.hpp index cce5979..4f5a7c2 100644 --- a/include/vectorwrapper/vectorwrapper.hpp +++ b/include/vectorwrapper/vectorwrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 Michele "King_DuckZ" Santullo + * Copyright 2015-2016 Michele "King_DuckZ" Santullo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/vectorwrapper/vectorwrapper.inl b/include/vectorwrapper/vectorwrapper.inl index 6d0f438..068e70a 100644 --- a/include/vectorwrapper/vectorwrapper.inl +++ b/include/vectorwrapper/vectorwrapper.inl @@ -1,5 +1,5 @@ /* - * Copyright 2015 Michele "King_DuckZ" Santullo + * Copyright 2015-2016 Michele "King_DuckZ" Santullo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.