From 222a3b36213ebb5f147e52cd4423b508f471cdbc Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Mon, 4 May 2020 03:59:02 +0200 Subject: [PATCH] Update copyright to 2020 --- gdb/vectorwrapper.py | 2 +- include/vectorwrapper/has_method.hpp | 2 +- include/vectorwrapper/implem_vec_base.hpp | 2 +- include/vectorwrapper/implem_vec_base.inl | 2 +- include/vectorwrapper/implem_vec_common.hpp | 2 +- include/vectorwrapper/sequence_bt.hpp | 2 +- include/vectorwrapper/sequence_range.hpp | 2 +- include/vectorwrapper/size_type.hpp | 2 +- include/vectorwrapper/vector_cast.hpp | 2 +- include/vectorwrapper/vector_ostream.hpp | 2 +- include/vectorwrapper/vectorops.hpp | 2 +- include/vectorwrapper/vectorwrapper.hpp.in | 2 +- include/vectorwrapper/vectorwrapper.inl | 2 +- test/unit/example.cpp | 2 +- test/unit/sample_vectors.hpp | 2 +- test/unit/test_conversions.cpp | 2 +- test/unit/test_custom_type.cpp | 2 +- test/unit/test_get_at.cpp | 2 +- test/unit/test_min_max.cpp | 2 +- test/unit/test_offset_getters.cpp | 2 +- test/unit/test_operators.cpp | 2 +- test/unit/test_ops.cpp | 2 +- test/unit/test_sequence_range.cpp | 2 +- test/unit_noconv/sample_vector.hpp | 2 +- test/unit_noconv/test_conversions.cpp | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/gdb/vectorwrapper.py b/gdb/vectorwrapper.py index 022308b..a7a9d70 100644 --- a/gdb/vectorwrapper.py +++ b/gdb/vectorwrapper.py @@ -1,5 +1,5 @@ # - # Copyright 2015-2017 Michele "King_DuckZ" Santullo + # Copyright 2015-2020 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/has_method.hpp b/include/vectorwrapper/has_method.hpp index 46a7fa9..c018fda 100644 --- a/include/vectorwrapper/has_method.hpp +++ b/include/vectorwrapper/has_method.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/implem_vec_base.hpp b/include/vectorwrapper/implem_vec_base.hpp index 9fbf53a..3fc4328 100644 --- a/include/vectorwrapper/implem_vec_base.hpp +++ b/include/vectorwrapper/implem_vec_base.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/implem_vec_base.inl b/include/vectorwrapper/implem_vec_base.inl index 8711405..a488f25 100644 --- a/include/vectorwrapper/implem_vec_base.inl +++ b/include/vectorwrapper/implem_vec_base.inl @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/implem_vec_common.hpp b/include/vectorwrapper/implem_vec_common.hpp index 6b8452f..8a1a89e 100644 --- a/include/vectorwrapper/implem_vec_common.hpp +++ b/include/vectorwrapper/implem_vec_common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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 198b249..8d3e7bd 100644 --- a/include/vectorwrapper/sequence_bt.hpp +++ b/include/vectorwrapper/sequence_bt.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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_range.hpp b/include/vectorwrapper/sequence_range.hpp index 94e0770..4c04b9d 100644 --- a/include/vectorwrapper/sequence_range.hpp +++ b/include/vectorwrapper/sequence_range.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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 869f787..30838d0 100644 --- a/include/vectorwrapper/size_type.hpp +++ b/include/vectorwrapper/size_type.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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 98750d0..c93037a 100644 --- a/include/vectorwrapper/vector_cast.hpp +++ b/include/vectorwrapper/vector_cast.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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_ostream.hpp b/include/vectorwrapper/vector_ostream.hpp index f09d6d5..e62af83 100644 --- a/include/vectorwrapper/vector_ostream.hpp +++ b/include/vectorwrapper/vector_ostream.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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 1cd6b1f..102985c 100644 --- a/include/vectorwrapper/vectorops.hpp +++ b/include/vectorwrapper/vectorops.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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.in b/include/vectorwrapper/vectorwrapper.hpp.in index 99b6a46..3c31e24 100644 --- a/include/vectorwrapper/vectorwrapper.hpp.in +++ b/include/vectorwrapper/vectorwrapper.hpp.in @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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 e0d3f8b..5bdb1b2 100644 --- a/include/vectorwrapper/vectorwrapper.inl +++ b/include/vectorwrapper/vectorwrapper.inl @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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 9498795..4f4a465 100644 --- a/test/unit/example.cpp +++ b/test/unit/example.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/sample_vectors.hpp b/test/unit/sample_vectors.hpp index 4cf6cad..6fe6462 100644 --- a/test/unit/sample_vectors.hpp +++ b/test/unit/sample_vectors.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_conversions.cpp b/test/unit/test_conversions.cpp index ff1b9f6..f8bfe6a 100644 --- a/test/unit/test_conversions.cpp +++ b/test/unit/test_conversions.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_custom_type.cpp b/test/unit/test_custom_type.cpp index fb85c43..f172697 100644 --- a/test/unit/test_custom_type.cpp +++ b/test/unit/test_custom_type.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_get_at.cpp b/test/unit/test_get_at.cpp index 0f631e6..6f0a891 100644 --- a/test/unit/test_get_at.cpp +++ b/test/unit/test_get_at.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_min_max.cpp b/test/unit/test_min_max.cpp index fa47c04..c9c4a3b 100644 --- a/test/unit/test_min_max.cpp +++ b/test/unit/test_min_max.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_offset_getters.cpp b/test/unit/test_offset_getters.cpp index 284335f..dc84eb6 100644 --- a/test/unit/test_offset_getters.cpp +++ b/test/unit/test_offset_getters.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_operators.cpp b/test/unit/test_operators.cpp index 7288a2e..9d603c2 100644 --- a/test/unit/test_operators.cpp +++ b/test/unit/test_operators.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_ops.cpp b/test/unit/test_ops.cpp index 6025bf0..2d4a40d 100644 --- a/test/unit/test_ops.cpp +++ b/test/unit/test_ops.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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/test_sequence_range.cpp b/test/unit/test_sequence_range.cpp index 652f63d..f3df9b6 100644 --- a/test/unit/test_sequence_range.cpp +++ b/test/unit/test_sequence_range.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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_noconv/sample_vector.hpp b/test/unit_noconv/sample_vector.hpp index 2f8cb17..ab527fd 100644 --- a/test/unit_noconv/sample_vector.hpp +++ b/test/unit_noconv/sample_vector.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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_noconv/test_conversions.cpp b/test/unit_noconv/test_conversions.cpp index 9af505a..42a78b1 100644 --- a/test/unit_noconv/test_conversions.cpp +++ b/test/unit_noconv/test_conversions.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2015-2017 Michele "King_DuckZ" Santullo + * Copyright 2015-2020 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.