diff --git a/include/vectorwrapper/has_method.hpp b/include/vectorwrapper/has_method.hpp index 1c2f4a7..46a7fa9 100644 --- a/include/vectorwrapper/has_method.hpp +++ b/include/vectorwrapper/has_method.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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 4a753ef..198b249 100644 --- a/include/vectorwrapper/sequence_bt.hpp +++ b/include/vectorwrapper/sequence_bt.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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/size_type.hpp b/include/vectorwrapper/size_type.hpp index bf8190a..869f787 100644 --- a/include/vectorwrapper/size_type.hpp +++ b/include/vectorwrapper/size_type.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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/vector_cast.hpp b/include/vectorwrapper/vector_cast.hpp index e17f127..d2e9ba8 100644 --- a/include/vectorwrapper/vector_cast.hpp +++ b/include/vectorwrapper/vector_cast.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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 53ea3d6..3232e49 100644 --- a/include/vectorwrapper/vectorops.hpp +++ b/include/vectorwrapper/vectorops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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.hpp b/include/vectorwrapper/vectorwrapper.hpp index ad19c6b..4b468ad 100644 --- a/include/vectorwrapper/vectorwrapper.hpp +++ b/include/vectorwrapper/vectorwrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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 496e48b..e6e7e27 100644 --- a/include/vectorwrapper/vectorwrapper.inl +++ b/include/vectorwrapper/vectorwrapper.inl @@ -1,5 +1,5 @@ /* - * Copyright 2015-2016 Michele "King_DuckZ" Santullo + * Copyright 2015-2017 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/test/unit/example.cpp b/test/unit/example.cpp index 0046d21..9498795 100644 --- a/test/unit/example.cpp +++ b/test/unit/example.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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. + */ + #include "sample_vectors.hpp" #include diff --git a/test/unit/sample_vectors.hpp b/test/unit/sample_vectors.hpp index 344cd1e..4cf6cad 100644 --- a/test/unit/sample_vectors.hpp +++ b/test/unit/sample_vectors.hpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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 id050D92FF58A04FCBB4ACD5FB1C73071F #define id050D92FF58A04FCBB4ACD5FB1C73071F diff --git a/test/unit/test_conversions.cpp b/test/unit/test_conversions.cpp index 36ac194..ff1b9f6 100644 --- a/test/unit/test_conversions.cpp +++ b/test/unit/test_conversions.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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. + */ + #include "sample_vectors.hpp" #include diff --git a/test/unit/test_get_at.cpp b/test/unit/test_get_at.cpp index fd47718..0f631e6 100644 --- a/test/unit/test_get_at.cpp +++ b/test/unit/test_get_at.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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. + */ + #include "vectorwrapper/vectorwrapper.hpp" #include #include diff --git a/test/unit/test_operators.cpp b/test/unit/test_operators.cpp index de9007f..7288a2e 100644 --- a/test/unit/test_operators.cpp +++ b/test/unit/test_operators.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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. + */ + #include "sample_vectors.hpp" #include diff --git a/test/unit/test_ops.cpp b/test/unit/test_ops.cpp index 4fa0b85..6025bf0 100644 --- a/test/unit/test_ops.cpp +++ b/test/unit/test_ops.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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. + */ + #include "sample_vectors.hpp" #include "vectorwrapper/vectorops.hpp" #include diff --git a/test/unit_noconv/sample_vector.hpp b/test/unit_noconv/sample_vector.hpp index 77e83a2..2f8cb17 100644 --- a/test/unit_noconv/sample_vector.hpp +++ b/test/unit_noconv/sample_vector.hpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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 idD52B2591EB8240A980C5B3823D025EC1 #define idD52B2591EB8240A980C5B3823D025EC1 diff --git a/test/unit_noconv/test_conversions.cpp b/test/unit_noconv/test_conversions.cpp index 5c59044..9af505a 100644 --- a/test/unit_noconv/test_conversions.cpp +++ b/test/unit_noconv/test_conversions.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2015-2017 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. + */ + #include "sample_vector.hpp" #include "vectorwrapper/vector_cast.hpp" #include