From 7cfb2dbc2c77c24ab3244763610fc046fe3ae1c6 Mon Sep 17 00:00:00 2001 From: niXman Date: Sat, 21 Aug 2021 12:22:13 +0300 Subject: [PATCH] copyright date and email updated --- examples/asis/main.cpp | 2 +- examples/base_object/main.cpp | 2 +- examples/init/main.cpp | 2 +- examples/nested/main.cpp | 2 +- examples/one_func/main.cpp | 2 +- examples/one_func_cond/main.cpp | 2 +- examples/one_func_cond2/main.cpp | 2 +- examples/one_memfn/main.cpp | 2 +- examples/serialization/main.cpp | 2 +- examples/split_func/main.cpp | 2 +- examples/split_memfn/main.cpp | 2 +- examples/streams/main.cpp | 2 +- examples/traits-ex/main.cpp | 2 +- examples/traits/main.cpp | 2 +- examples/xor-stream/main.cpp | 2 +- include/yas/abseil_types.hpp | 2 +- include/yas/binary_iarchive.hpp | 2 +- include/yas/binary_oarchive.hpp | 2 +- include/yas/boost_types.hpp | 2 +- include/yas/buffers.hpp | 2 +- include/yas/count_streams.hpp | 2 +- include/yas/defaul_traits.hpp | 2 +- include/yas/detail/config/compiler/clang.hpp | 2 +- include/yas/detail/config/compiler/gcc.hpp | 2 +- include/yas/detail/config/compiler/intel.hpp | 2 +- include/yas/detail/config/compiler/msvc.hpp | 2 +- include/yas/detail/config/config.hpp | 2 +- include/yas/detail/config/endian.hpp | 2 +- include/yas/detail/io/binary_streams.hpp | 2 +- include/yas/detail/io/endian_conv.hpp | 2 +- include/yas/detail/io/exception_base.hpp | 2 +- include/yas/detail/io/header.hpp | 2 +- include/yas/detail/io/io_exceptions.hpp | 2 +- include/yas/detail/io/json_streams.hpp | 2 +- include/yas/detail/io/serialization_exceptions.hpp | 2 +- include/yas/detail/io/text_streams.hpp | 2 +- include/yas/detail/preprocessor/preprocessor.hpp | 2 +- include/yas/detail/tools/base64.hpp | 2 +- include/yas/detail/tools/base_object.hpp | 2 +- include/yas/detail/tools/cast.hpp | 2 +- include/yas/detail/tools/ctmap.hpp | 2 +- include/yas/detail/tools/ctsort.hpp | 2 +- include/yas/detail/tools/fnv1a.hpp | 2 +- include/yas/detail/tools/json_tools.hpp | 2 +- include/yas/detail/tools/limit.hpp | 2 +- include/yas/detail/tools/limit_exceptions.hpp | 2 +- include/yas/detail/tools/noncopyable.hpp | 2 +- include/yas/detail/tools/rapidjson_dtoa.hpp | 2 +- include/yas/detail/tools/save_load_string.hpp | 2 +- include/yas/detail/tools/tuple_element_name.hpp | 2 +- include/yas/detail/tools/tuple_element_switch.hpp | 2 +- include/yas/detail/tools/utf8conv.hpp | 2 +- include/yas/detail/type_traits/has_function_serialize.hpp | 2 +- include/yas/detail/type_traits/has_memfn_serialize.hpp | 2 +- include/yas/detail/type_traits/serializer.hpp | 2 +- include/yas/detail/type_traits/type_traits.hpp | 2 +- include/yas/detail/type_traits/typeinfo.hpp | 2 +- include/yas/file_streams.hpp | 2 +- include/yas/json_iarchive.hpp | 2 +- include/yas/json_oarchive.hpp | 2 +- include/yas/mem_streams.hpp | 2 +- include/yas/null_streams.hpp | 2 +- include/yas/object.hpp | 2 +- include/yas/serialize.hpp | 2 +- include/yas/std_streams.hpp | 2 +- include/yas/std_traits.hpp | 2 +- include/yas/std_types.hpp | 2 +- include/yas/text_iarchive.hpp | 2 +- include/yas/text_oarchive.hpp | 2 +- include/yas/tools/archinfo.hpp | 2 +- include/yas/tools/hexdump.hpp | 2 +- include/yas/tools/wrap_asis.hpp | 2 +- include/yas/tools/wrap_init.hpp | 2 +- include/yas/types/abseil/btree_map.hpp | 2 +- include/yas/types/abseil/flat_hash_map.hpp | 2 +- include/yas/types/boost/array.hpp | 2 +- include/yas/types/boost/chrono.hpp | 2 +- include/yas/types/boost/container_deque.hpp | 2 +- include/yas/types/boost/container_flat_map.hpp | 2 +- include/yas/types/boost/container_flat_multimap.hpp | 2 +- include/yas/types/boost/container_flat_multiset.hpp | 2 +- include/yas/types/boost/container_flat_set.hpp | 2 +- include/yas/types/boost/container_list.hpp | 2 +- include/yas/types/boost/container_map.hpp | 2 +- include/yas/types/boost/container_multimap.hpp | 2 +- include/yas/types/boost/container_multiset.hpp | 2 +- include/yas/types/boost/container_set.hpp | 2 +- include/yas/types/boost/container_slist.hpp | 2 +- include/yas/types/boost/container_stable_vector.hpp | 2 +- include/yas/types/boost/container_static_vector.hpp | 2 +- include/yas/types/boost/container_string.hpp | 2 +- include/yas/types/boost/container_vector.hpp | 2 +- include/yas/types/boost/container_wstring.hpp | 2 +- include/yas/types/boost/fusion_list.hpp | 2 +- include/yas/types/boost/fusion_map.hpp | 2 +- include/yas/types/boost/fusion_pair.hpp | 2 +- include/yas/types/boost/fusion_set.hpp | 2 +- include/yas/types/boost/fusion_tuple.hpp | 2 +- include/yas/types/boost/fusion_vector.hpp | 2 +- include/yas/types/boost/optional.hpp | 2 +- include/yas/types/boost/string_view.hpp | 2 +- include/yas/types/boost/tuple.hpp | 2 +- include/yas/types/boost/unordered_map.hpp | 2 +- include/yas/types/boost/unordered_multimap.hpp | 2 +- include/yas/types/boost/unordered_multiset.hpp | 2 +- include/yas/types/boost/unordered_set.hpp | 2 +- include/yas/types/boost/variant.hpp | 2 +- include/yas/types/concepts/array.hpp | 2 +- include/yas/types/concepts/const_sized_array.hpp | 2 +- include/yas/types/concepts/forward_list.hpp | 2 +- include/yas/types/concepts/fusion_seq.hpp | 2 +- include/yas/types/concepts/keyval.hpp | 2 +- include/yas/types/concepts/list.hpp | 2 +- include/yas/types/concepts/optional.hpp | 2 +- include/yas/types/concepts/set.hpp | 2 +- include/yas/types/std/array.hpp | 2 +- include/yas/types/std/bitset.hpp | 2 +- include/yas/types/std/chrono.hpp | 2 +- include/yas/types/std/complex.hpp | 2 +- include/yas/types/std/deque.hpp | 2 +- include/yas/types/std/forward_list.hpp | 2 +- include/yas/types/std/list.hpp | 2 +- include/yas/types/std/map.hpp | 2 +- include/yas/types/std/multimap.hpp | 2 +- include/yas/types/std/multiset.hpp | 2 +- include/yas/types/std/optional.hpp | 2 +- include/yas/types/std/pair.hpp | 2 +- include/yas/types/std/set.hpp | 2 +- include/yas/types/std/string.hpp | 2 +- include/yas/types/std/string_view.hpp | 2 +- include/yas/types/std/tuple.hpp | 2 +- include/yas/types/std/u16string.hpp | 2 +- include/yas/types/std/unordered_map.hpp | 2 +- include/yas/types/std/unordered_multimap.hpp | 2 +- include/yas/types/std/unordered_multiset.hpp | 2 +- include/yas/types/std/unordered_set.hpp | 2 +- include/yas/types/std/variant.hpp | 2 +- include/yas/types/std/vector.hpp | 2 +- include/yas/types/std/wstring.hpp | 2 +- include/yas/types/utility/asis.hpp | 2 +- include/yas/types/utility/autoarray.hpp | 2 +- include/yas/types/utility/buffer.hpp | 2 +- include/yas/types/utility/enum.hpp | 2 +- include/yas/types/utility/fundamental.hpp | 2 +- include/yas/types/utility/init.hpp | 2 +- include/yas/types/utility/object.hpp | 2 +- include/yas/types/utility/usertype.hpp | 2 +- include/yas/types/utility/value.hpp | 2 +- include/yas/version.hpp | 2 +- tests/base/include/absl_cont_btree_map.hpp | 2 +- tests/base/include/absl_cont_flat_hash_map.hpp | 2 +- tests/base/include/array.hpp | 2 +- tests/base/include/auto_array.hpp | 2 +- tests/base/include/base64.hpp | 2 +- tests/base/include/base_object.hpp | 2 +- tests/base/include/bitset.hpp | 2 +- tests/base/include/boost_cont_deque.hpp | 2 +- tests/base/include/boost_cont_flat_map.hpp | 2 +- tests/base/include/boost_cont_flat_multimap.hpp | 2 +- tests/base/include/boost_cont_flat_multiset.hpp | 2 +- tests/base/include/boost_cont_flat_set.hpp | 2 +- tests/base/include/boost_cont_list.hpp | 2 +- tests/base/include/boost_cont_map.hpp | 2 +- tests/base/include/boost_cont_multimap.hpp | 2 +- tests/base/include/boost_cont_multiset.hpp | 2 +- tests/base/include/boost_cont_set.hpp | 2 +- tests/base/include/boost_cont_slist.hpp | 2 +- tests/base/include/boost_cont_stable_vector.hpp | 2 +- tests/base/include/boost_cont_static_vector.hpp | 2 +- tests/base/include/boost_cont_string.hpp | 2 +- tests/base/include/boost_cont_vector.hpp | 2 +- tests/base/include/boost_cont_wstring.hpp | 2 +- tests/base/include/boost_fusion_list.hpp | 2 +- tests/base/include/boost_fusion_map.hpp | 2 +- tests/base/include/boost_fusion_pair.hpp | 2 +- tests/base/include/boost_fusion_set.hpp | 2 +- tests/base/include/boost_fusion_tuple.hpp | 2 +- tests/base/include/boost_fusion_vector.hpp | 2 +- tests/base/include/boost_string_view.hpp | 2 +- tests/base/include/boost_tuple.hpp | 2 +- tests/base/include/boost_variant.hpp | 2 +- tests/base/include/buffer.hpp | 2 +- tests/base/include/chrono.hpp | 2 +- tests/base/include/compacted_storage_size.hpp | 2 +- tests/base/include/complex.hpp | 2 +- tests/base/include/deque.hpp | 2 +- tests/base/include/endian.hpp | 2 +- tests/base/include/enum.hpp | 2 +- tests/base/include/forward_list.hpp | 2 +- tests/base/include/fundamental.hpp | 2 +- tests/base/include/header.hpp | 2 +- tests/base/include/json_conformance.hpp | 2 +- tests/base/include/list.hpp | 2 +- tests/base/include/map.hpp | 2 +- tests/base/include/multimap.hpp | 2 +- tests/base/include/multiset.hpp | 2 +- tests/base/include/one_func.hpp | 2 +- tests/base/include/one_memfn.hpp | 2 +- tests/base/include/optional.hpp | 2 +- tests/base/include/pair.hpp | 2 +- tests/base/include/serialization.hpp | 2 +- tests/base/include/serialize.hpp | 2 +- tests/base/include/set.hpp | 2 +- tests/base/include/split_func.hpp | 2 +- tests/base/include/split_memfn.hpp | 2 +- tests/base/include/std_streams.hpp | 2 +- tests/base/include/string.hpp | 2 +- tests/base/include/string_view.hpp | 2 +- tests/base/include/tuple.hpp | 2 +- tests/base/include/u16string.hpp | 2 +- tests/base/include/unordered_map.hpp | 2 +- tests/base/include/unordered_multimap.hpp | 2 +- tests/base/include/unordered_multiset.hpp | 2 +- tests/base/include/unordered_set.hpp | 2 +- tests/base/include/variant.hpp | 2 +- tests/base/include/vector.hpp | 2 +- tests/base/include/version.hpp | 2 +- tests/base/include/wrap_asis.hpp | 2 +- tests/base/include/wrap_init.hpp | 2 +- tests/base/include/wstring.hpp | 2 +- tests/base/include/yas_object.hpp | 2 +- tests/base/main.cpp | 2 +- tests/base/test.hpp | 2 +- tests/endian/main.cpp | 2 +- tests/speed/main.cpp | 2 +- 225 files changed, 225 insertions(+), 225 deletions(-) diff --git a/examples/asis/main.cpp b/examples/asis/main.cpp index a887ea73..4f9a46b5 100644 --- a/examples/asis/main.cpp +++ b/examples/asis/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2021 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/base_object/main.cpp b/examples/base_object/main.cpp index 272528ad..5a0f95c9 100644 --- a/examples/base_object/main.cpp +++ b/examples/base_object/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/init/main.cpp b/examples/init/main.cpp index d9b4ffb7..586c1429 100644 --- a/examples/init/main.cpp +++ b/examples/init/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2021 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/nested/main.cpp b/examples/nested/main.cpp index 6ab1b29d..1d4dd6f1 100644 --- a/examples/nested/main.cpp +++ b/examples/nested/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2021 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/one_func/main.cpp b/examples/one_func/main.cpp index 9826fafd..3f4e4aa1 100644 --- a/examples/one_func/main.cpp +++ b/examples/one_func/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/one_func_cond/main.cpp b/examples/one_func_cond/main.cpp index f1b98c79..e88d1eb2 100644 --- a/examples/one_func_cond/main.cpp +++ b/examples/one_func_cond/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/one_func_cond2/main.cpp b/examples/one_func_cond2/main.cpp index d73e00f8..a166b032 100644 --- a/examples/one_func_cond2/main.cpp +++ b/examples/one_func_cond2/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/one_memfn/main.cpp b/examples/one_memfn/main.cpp index fec15e95..410277c0 100644 --- a/examples/one_memfn/main.cpp +++ b/examples/one_memfn/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/serialization/main.cpp b/examples/serialization/main.cpp index 68a22377..41c63014 100644 --- a/examples/serialization/main.cpp +++ b/examples/serialization/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/split_func/main.cpp b/examples/split_func/main.cpp index d2a51649..612d8623 100644 --- a/examples/split_func/main.cpp +++ b/examples/split_func/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/split_memfn/main.cpp b/examples/split_memfn/main.cpp index ae2a0881..52d9f243 100644 --- a/examples/split_memfn/main.cpp +++ b/examples/split_memfn/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/streams/main.cpp b/examples/streams/main.cpp index ab4c478c..59663b64 100644 --- a/examples/streams/main.cpp +++ b/examples/streams/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/traits-ex/main.cpp b/examples/traits-ex/main.cpp index e6ad8c8a..16def99f 100644 --- a/examples/traits-ex/main.cpp +++ b/examples/traits-ex/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/traits/main.cpp b/examples/traits/main.cpp index f2d918bd..39122a03 100644 --- a/examples/traits/main.cpp +++ b/examples/traits/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/examples/xor-stream/main.cpp b/examples/xor-stream/main.cpp index c7516d5a..c4dfe63b 100644 --- a/examples/xor-stream/main.cpp +++ b/examples/xor-stream/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/abseil_types.hpp b/include/yas/abseil_types.hpp index 05ea4361..92298b2d 100644 --- a/include/yas/abseil_types.hpp +++ b/include/yas/abseil_types.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/binary_iarchive.hpp b/include/yas/binary_iarchive.hpp index 9a75c7ac..03c160b3 100644 --- a/include/yas/binary_iarchive.hpp +++ b/include/yas/binary_iarchive.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/binary_oarchive.hpp b/include/yas/binary_oarchive.hpp index 5d1ad4e9..f9169925 100644 --- a/include/yas/binary_oarchive.hpp +++ b/include/yas/binary_oarchive.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/boost_types.hpp b/include/yas/boost_types.hpp index 20e2c5d4..b4fb39cc 100644 --- a/include/yas/boost_types.hpp +++ b/include/yas/boost_types.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/buffers.hpp b/include/yas/buffers.hpp index ff33c222..64e7cb0e 100644 --- a/include/yas/buffers.hpp +++ b/include/yas/buffers.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/count_streams.hpp b/include/yas/count_streams.hpp index cfd71ad9..28f7fa15 100644 --- a/include/yas/count_streams.hpp +++ b/include/yas/count_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/defaul_traits.hpp b/include/yas/defaul_traits.hpp index 76293fc4..cf47bace 100644 --- a/include/yas/defaul_traits.hpp +++ b/include/yas/defaul_traits.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/config/compiler/clang.hpp b/include/yas/detail/config/compiler/clang.hpp index 1fa97f78..8d88e6ae 100644 --- a/include/yas/detail/config/compiler/clang.hpp +++ b/include/yas/detail/config/compiler/clang.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/config/compiler/gcc.hpp b/include/yas/detail/config/compiler/gcc.hpp index 398eb109..2be71158 100644 --- a/include/yas/detail/config/compiler/gcc.hpp +++ b/include/yas/detail/config/compiler/gcc.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/config/compiler/intel.hpp b/include/yas/detail/config/compiler/intel.hpp index b0400efc..fd7bf171 100644 --- a/include/yas/detail/config/compiler/intel.hpp +++ b/include/yas/detail/config/compiler/intel.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/config/compiler/msvc.hpp b/include/yas/detail/config/compiler/msvc.hpp index 637e0986..741b91ad 100644 --- a/include/yas/detail/config/compiler/msvc.hpp +++ b/include/yas/detail/config/compiler/msvc.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/config/config.hpp b/include/yas/detail/config/config.hpp index 07751997..3ce948bd 100644 --- a/include/yas/detail/config/config.hpp +++ b/include/yas/detail/config/config.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/config/endian.hpp b/include/yas/detail/config/endian.hpp index 80046b0d..e8eb36ff 100644 --- a/include/yas/detail/config/endian.hpp +++ b/include/yas/detail/config/endian.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/binary_streams.hpp b/include/yas/detail/io/binary_streams.hpp index 5b0ce0ca..1c520404 100644 --- a/include/yas/detail/io/binary_streams.hpp +++ b/include/yas/detail/io/binary_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/endian_conv.hpp b/include/yas/detail/io/endian_conv.hpp index 65cbe143..fef89679 100644 --- a/include/yas/detail/io/endian_conv.hpp +++ b/include/yas/detail/io/endian_conv.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/exception_base.hpp b/include/yas/detail/io/exception_base.hpp index 9c58c12a..8457ad55 100644 --- a/include/yas/detail/io/exception_base.hpp +++ b/include/yas/detail/io/exception_base.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/header.hpp b/include/yas/detail/io/header.hpp index 27aaecbf..cc4073d2 100644 --- a/include/yas/detail/io/header.hpp +++ b/include/yas/detail/io/header.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/io_exceptions.hpp b/include/yas/detail/io/io_exceptions.hpp index 3444e447..b064a855 100644 --- a/include/yas/detail/io/io_exceptions.hpp +++ b/include/yas/detail/io/io_exceptions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/json_streams.hpp b/include/yas/detail/io/json_streams.hpp index fea6df71..48832cde 100644 --- a/include/yas/detail/io/json_streams.hpp +++ b/include/yas/detail/io/json_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/serialization_exceptions.hpp b/include/yas/detail/io/serialization_exceptions.hpp index 30c54e3f..7c1100bc 100644 --- a/include/yas/detail/io/serialization_exceptions.hpp +++ b/include/yas/detail/io/serialization_exceptions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/io/text_streams.hpp b/include/yas/detail/io/text_streams.hpp index 5ea36ce5..f0b94d16 100644 --- a/include/yas/detail/io/text_streams.hpp +++ b/include/yas/detail/io/text_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/preprocessor/preprocessor.hpp b/include/yas/detail/preprocessor/preprocessor.hpp index 12b82482..37ed6058 100644 --- a/include/yas/detail/preprocessor/preprocessor.hpp +++ b/include/yas/detail/preprocessor/preprocessor.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/base64.hpp b/include/yas/detail/tools/base64.hpp index 0a0168cb..77a62597 100644 --- a/include/yas/detail/tools/base64.hpp +++ b/include/yas/detail/tools/base64.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/base_object.hpp b/include/yas/detail/tools/base_object.hpp index 99e2576f..4d353f21 100644 --- a/include/yas/detail/tools/base_object.hpp +++ b/include/yas/detail/tools/base_object.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/cast.hpp b/include/yas/detail/tools/cast.hpp index b44abcc8..0602fbf8 100644 --- a/include/yas/detail/tools/cast.hpp +++ b/include/yas/detail/tools/cast.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/ctmap.hpp b/include/yas/detail/tools/ctmap.hpp index 31e656b5..0c0aa323 100644 --- a/include/yas/detail/tools/ctmap.hpp +++ b/include/yas/detail/tools/ctmap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/ctsort.hpp b/include/yas/detail/tools/ctsort.hpp index f47202e7..743bfdc5 100644 --- a/include/yas/detail/tools/ctsort.hpp +++ b/include/yas/detail/tools/ctsort.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/fnv1a.hpp b/include/yas/detail/tools/fnv1a.hpp index 0453ae6c..241ac4de 100644 --- a/include/yas/detail/tools/fnv1a.hpp +++ b/include/yas/detail/tools/fnv1a.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/json_tools.hpp b/include/yas/detail/tools/json_tools.hpp index 22ab36b3..8e63ba6a 100644 --- a/include/yas/detail/tools/json_tools.hpp +++ b/include/yas/detail/tools/json_tools.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/limit.hpp b/include/yas/detail/tools/limit.hpp index fe58488d..fe60687b 100644 --- a/include/yas/detail/tools/limit.hpp +++ b/include/yas/detail/tools/limit.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/limit_exceptions.hpp b/include/yas/detail/tools/limit_exceptions.hpp index e803425e..3c733c84 100644 --- a/include/yas/detail/tools/limit_exceptions.hpp +++ b/include/yas/detail/tools/limit_exceptions.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/noncopyable.hpp b/include/yas/detail/tools/noncopyable.hpp index 118eab2f..ff20201a 100644 --- a/include/yas/detail/tools/noncopyable.hpp +++ b/include/yas/detail/tools/noncopyable.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/rapidjson_dtoa.hpp b/include/yas/detail/tools/rapidjson_dtoa.hpp index 49186587..f99accbb 100644 --- a/include/yas/detail/tools/rapidjson_dtoa.hpp +++ b/include/yas/detail/tools/rapidjson_dtoa.hpp @@ -3,7 +3,7 @@ // https://github.com/Tencent/rapidjson/blob/master/include/rapidjson/internal/dtoa.h -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/save_load_string.hpp b/include/yas/detail/tools/save_load_string.hpp index 032eda96..3dc2bb63 100644 --- a/include/yas/detail/tools/save_load_string.hpp +++ b/include/yas/detail/tools/save_load_string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/tuple_element_name.hpp b/include/yas/detail/tools/tuple_element_name.hpp index 04e869dd..74e1fb53 100644 --- a/include/yas/detail/tools/tuple_element_name.hpp +++ b/include/yas/detail/tools/tuple_element_name.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/tuple_element_switch.hpp b/include/yas/detail/tools/tuple_element_switch.hpp index 41764635..6f7b3d5d 100644 --- a/include/yas/detail/tools/tuple_element_switch.hpp +++ b/include/yas/detail/tools/tuple_element_switch.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/tools/utf8conv.hpp b/include/yas/detail/tools/utf8conv.hpp index a971bd9d..82f28cbc 100644 --- a/include/yas/detail/tools/utf8conv.hpp +++ b/include/yas/detail/tools/utf8conv.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/type_traits/has_function_serialize.hpp b/include/yas/detail/type_traits/has_function_serialize.hpp index 405d2619..7ab9a074 100644 --- a/include/yas/detail/type_traits/has_function_serialize.hpp +++ b/include/yas/detail/type_traits/has_function_serialize.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/type_traits/has_memfn_serialize.hpp b/include/yas/detail/type_traits/has_memfn_serialize.hpp index 6aa0d7e9..46edfe60 100644 --- a/include/yas/detail/type_traits/has_memfn_serialize.hpp +++ b/include/yas/detail/type_traits/has_memfn_serialize.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/type_traits/serializer.hpp b/include/yas/detail/type_traits/serializer.hpp index dde6f0b7..a3818d63 100644 --- a/include/yas/detail/type_traits/serializer.hpp +++ b/include/yas/detail/type_traits/serializer.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/type_traits/type_traits.hpp b/include/yas/detail/type_traits/type_traits.hpp index 4196cf66..4917f800 100644 --- a/include/yas/detail/type_traits/type_traits.hpp +++ b/include/yas/detail/type_traits/type_traits.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/detail/type_traits/typeinfo.hpp b/include/yas/detail/type_traits/typeinfo.hpp index 4fc023e9..57f557e3 100644 --- a/include/yas/detail/type_traits/typeinfo.hpp +++ b/include/yas/detail/type_traits/typeinfo.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/file_streams.hpp b/include/yas/file_streams.hpp index 6ee7e5ec..d3b74314 100644 --- a/include/yas/file_streams.hpp +++ b/include/yas/file_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/json_iarchive.hpp b/include/yas/json_iarchive.hpp index fcbf552d..ec82559d 100644 --- a/include/yas/json_iarchive.hpp +++ b/include/yas/json_iarchive.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/json_oarchive.hpp b/include/yas/json_oarchive.hpp index 5bfd320b..fe511486 100644 --- a/include/yas/json_oarchive.hpp +++ b/include/yas/json_oarchive.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/mem_streams.hpp b/include/yas/mem_streams.hpp index 72522cd5..2bfd5a0a 100644 --- a/include/yas/mem_streams.hpp +++ b/include/yas/mem_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/null_streams.hpp b/include/yas/null_streams.hpp index bfa21145..c78c5024 100644 --- a/include/yas/null_streams.hpp +++ b/include/yas/null_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/object.hpp b/include/yas/object.hpp index 0d00941a..83d87860 100644 --- a/include/yas/object.hpp +++ b/include/yas/object.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/serialize.hpp b/include/yas/serialize.hpp index cfa7eaf4..8b1991d5 100644 --- a/include/yas/serialize.hpp +++ b/include/yas/serialize.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/std_streams.hpp b/include/yas/std_streams.hpp index e2289fcc..a6b0c628 100644 --- a/include/yas/std_streams.hpp +++ b/include/yas/std_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/std_traits.hpp b/include/yas/std_traits.hpp index 8708ca2c..42a7003d 100644 --- a/include/yas/std_traits.hpp +++ b/include/yas/std_traits.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/std_types.hpp b/include/yas/std_types.hpp index ac9ad802..2acc630e 100644 --- a/include/yas/std_types.hpp +++ b/include/yas/std_types.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/text_iarchive.hpp b/include/yas/text_iarchive.hpp index 08a03104..a1302e56 100644 --- a/include/yas/text_iarchive.hpp +++ b/include/yas/text_iarchive.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/text_oarchive.hpp b/include/yas/text_oarchive.hpp index c8ae9534..0ad8603b 100644 --- a/include/yas/text_oarchive.hpp +++ b/include/yas/text_oarchive.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/tools/archinfo.hpp b/include/yas/tools/archinfo.hpp index 8c335d91..84f99e69 100644 --- a/include/yas/tools/archinfo.hpp +++ b/include/yas/tools/archinfo.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/tools/hexdump.hpp b/include/yas/tools/hexdump.hpp index 8b97612d..abe78d9e 100644 --- a/include/yas/tools/hexdump.hpp +++ b/include/yas/tools/hexdump.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/tools/wrap_asis.hpp b/include/yas/tools/wrap_asis.hpp index 5a0fd259..4bfbcf58 100644 --- a/include/yas/tools/wrap_asis.hpp +++ b/include/yas/tools/wrap_asis.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/tools/wrap_init.hpp b/include/yas/tools/wrap_init.hpp index cc76506b..d0c5abbf 100644 --- a/include/yas/tools/wrap_init.hpp +++ b/include/yas/tools/wrap_init.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/abseil/btree_map.hpp b/include/yas/types/abseil/btree_map.hpp index 09e9d102..e864ba07 100644 --- a/include/yas/types/abseil/btree_map.hpp +++ b/include/yas/types/abseil/btree_map.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/abseil/flat_hash_map.hpp b/include/yas/types/abseil/flat_hash_map.hpp index c28ff19c..4154233b 100644 --- a/include/yas/types/abseil/flat_hash_map.hpp +++ b/include/yas/types/abseil/flat_hash_map.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/array.hpp b/include/yas/types/boost/array.hpp index 0d438591..906c4f9c 100644 --- a/include/yas/types/boost/array.hpp +++ b/include/yas/types/boost/array.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/chrono.hpp b/include/yas/types/boost/chrono.hpp index 2c9f0c4b..7688bbdf 100644 --- a/include/yas/types/boost/chrono.hpp +++ b/include/yas/types/boost/chrono.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_deque.hpp b/include/yas/types/boost/container_deque.hpp index 7762bebf..15da8f21 100644 --- a/include/yas/types/boost/container_deque.hpp +++ b/include/yas/types/boost/container_deque.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_flat_map.hpp b/include/yas/types/boost/container_flat_map.hpp index 9fe31897..fe471aa2 100644 --- a/include/yas/types/boost/container_flat_map.hpp +++ b/include/yas/types/boost/container_flat_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_flat_multimap.hpp b/include/yas/types/boost/container_flat_multimap.hpp index 48f2d053..95475c79 100644 --- a/include/yas/types/boost/container_flat_multimap.hpp +++ b/include/yas/types/boost/container_flat_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_flat_multiset.hpp b/include/yas/types/boost/container_flat_multiset.hpp index 1d593942..2c09b878 100644 --- a/include/yas/types/boost/container_flat_multiset.hpp +++ b/include/yas/types/boost/container_flat_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_flat_set.hpp b/include/yas/types/boost/container_flat_set.hpp index 7264bf8d..dfa350d6 100644 --- a/include/yas/types/boost/container_flat_set.hpp +++ b/include/yas/types/boost/container_flat_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_list.hpp b/include/yas/types/boost/container_list.hpp index fec23b58..260abb52 100644 --- a/include/yas/types/boost/container_list.hpp +++ b/include/yas/types/boost/container_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_map.hpp b/include/yas/types/boost/container_map.hpp index 5b4db1bf..6e4bacf6 100644 --- a/include/yas/types/boost/container_map.hpp +++ b/include/yas/types/boost/container_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_multimap.hpp b/include/yas/types/boost/container_multimap.hpp index 9b467dae..6ec36975 100644 --- a/include/yas/types/boost/container_multimap.hpp +++ b/include/yas/types/boost/container_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_multiset.hpp b/include/yas/types/boost/container_multiset.hpp index 3cc1a8e7..2af1b77d 100644 --- a/include/yas/types/boost/container_multiset.hpp +++ b/include/yas/types/boost/container_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_set.hpp b/include/yas/types/boost/container_set.hpp index 100ba589..cffeb53b 100644 --- a/include/yas/types/boost/container_set.hpp +++ b/include/yas/types/boost/container_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_slist.hpp b/include/yas/types/boost/container_slist.hpp index cfa9e946..da214b41 100644 --- a/include/yas/types/boost/container_slist.hpp +++ b/include/yas/types/boost/container_slist.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_stable_vector.hpp b/include/yas/types/boost/container_stable_vector.hpp index 1e28e4eb..21f4a0ff 100644 --- a/include/yas/types/boost/container_stable_vector.hpp +++ b/include/yas/types/boost/container_stable_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_static_vector.hpp b/include/yas/types/boost/container_static_vector.hpp index ef69cd0b..31333eb4 100644 --- a/include/yas/types/boost/container_static_vector.hpp +++ b/include/yas/types/boost/container_static_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_string.hpp b/include/yas/types/boost/container_string.hpp index 28282454..aead7699 100644 --- a/include/yas/types/boost/container_string.hpp +++ b/include/yas/types/boost/container_string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_vector.hpp b/include/yas/types/boost/container_vector.hpp index 6a60838a..b5fa9eac 100644 --- a/include/yas/types/boost/container_vector.hpp +++ b/include/yas/types/boost/container_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/container_wstring.hpp b/include/yas/types/boost/container_wstring.hpp index 5ef1ca59..ba3665f1 100644 --- a/include/yas/types/boost/container_wstring.hpp +++ b/include/yas/types/boost/container_wstring.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/fusion_list.hpp b/include/yas/types/boost/fusion_list.hpp index 9a618035..cc8abc18 100644 --- a/include/yas/types/boost/fusion_list.hpp +++ b/include/yas/types/boost/fusion_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/fusion_map.hpp b/include/yas/types/boost/fusion_map.hpp index 95e1b95c..0c010465 100644 --- a/include/yas/types/boost/fusion_map.hpp +++ b/include/yas/types/boost/fusion_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/fusion_pair.hpp b/include/yas/types/boost/fusion_pair.hpp index 6eb19794..5a43a178 100644 --- a/include/yas/types/boost/fusion_pair.hpp +++ b/include/yas/types/boost/fusion_pair.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/fusion_set.hpp b/include/yas/types/boost/fusion_set.hpp index aad7b34b..320f7f14 100644 --- a/include/yas/types/boost/fusion_set.hpp +++ b/include/yas/types/boost/fusion_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/fusion_tuple.hpp b/include/yas/types/boost/fusion_tuple.hpp index 10c07fee..b9846c91 100644 --- a/include/yas/types/boost/fusion_tuple.hpp +++ b/include/yas/types/boost/fusion_tuple.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/fusion_vector.hpp b/include/yas/types/boost/fusion_vector.hpp index a0c3e00f..f8885db2 100644 --- a/include/yas/types/boost/fusion_vector.hpp +++ b/include/yas/types/boost/fusion_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/optional.hpp b/include/yas/types/boost/optional.hpp index 73ccbe98..0b07b786 100644 --- a/include/yas/types/boost/optional.hpp +++ b/include/yas/types/boost/optional.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/string_view.hpp b/include/yas/types/boost/string_view.hpp index ee3f9a17..74da59cf 100644 --- a/include/yas/types/boost/string_view.hpp +++ b/include/yas/types/boost/string_view.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/tuple.hpp b/include/yas/types/boost/tuple.hpp index d2924f0d..6ce26ff3 100644 --- a/include/yas/types/boost/tuple.hpp +++ b/include/yas/types/boost/tuple.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/unordered_map.hpp b/include/yas/types/boost/unordered_map.hpp index cf7a6e6c..10a63ae2 100644 --- a/include/yas/types/boost/unordered_map.hpp +++ b/include/yas/types/boost/unordered_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/unordered_multimap.hpp b/include/yas/types/boost/unordered_multimap.hpp index 42dad8e5..4c78fe9c 100644 --- a/include/yas/types/boost/unordered_multimap.hpp +++ b/include/yas/types/boost/unordered_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/unordered_multiset.hpp b/include/yas/types/boost/unordered_multiset.hpp index 54180196..c16cb94d 100644 --- a/include/yas/types/boost/unordered_multiset.hpp +++ b/include/yas/types/boost/unordered_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/unordered_set.hpp b/include/yas/types/boost/unordered_set.hpp index 1a6b34e8..240a11d4 100644 --- a/include/yas/types/boost/unordered_set.hpp +++ b/include/yas/types/boost/unordered_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/boost/variant.hpp b/include/yas/types/boost/variant.hpp index c45c1376..82e973da 100644 --- a/include/yas/types/boost/variant.hpp +++ b/include/yas/types/boost/variant.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/array.hpp b/include/yas/types/concepts/array.hpp index c5dd2247..c03e5438 100644 --- a/include/yas/types/concepts/array.hpp +++ b/include/yas/types/concepts/array.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/const_sized_array.hpp b/include/yas/types/concepts/const_sized_array.hpp index ee0608f9..fd5c9a0a 100644 --- a/include/yas/types/concepts/const_sized_array.hpp +++ b/include/yas/types/concepts/const_sized_array.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/forward_list.hpp b/include/yas/types/concepts/forward_list.hpp index e80b973b..39d5a3dc 100644 --- a/include/yas/types/concepts/forward_list.hpp +++ b/include/yas/types/concepts/forward_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/fusion_seq.hpp b/include/yas/types/concepts/fusion_seq.hpp index a57af3a3..9b39332f 100644 --- a/include/yas/types/concepts/fusion_seq.hpp +++ b/include/yas/types/concepts/fusion_seq.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/keyval.hpp b/include/yas/types/concepts/keyval.hpp index c4bf769b..b896c02b 100644 --- a/include/yas/types/concepts/keyval.hpp +++ b/include/yas/types/concepts/keyval.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/list.hpp b/include/yas/types/concepts/list.hpp index a76b3e63..bbce7aea 100644 --- a/include/yas/types/concepts/list.hpp +++ b/include/yas/types/concepts/list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/optional.hpp b/include/yas/types/concepts/optional.hpp index 08be6c84..78131bbe 100644 --- a/include/yas/types/concepts/optional.hpp +++ b/include/yas/types/concepts/optional.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/concepts/set.hpp b/include/yas/types/concepts/set.hpp index bc7fe8eb..de2522da 100644 --- a/include/yas/types/concepts/set.hpp +++ b/include/yas/types/concepts/set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/array.hpp b/include/yas/types/std/array.hpp index 7e9717e6..93c1c99b 100644 --- a/include/yas/types/std/array.hpp +++ b/include/yas/types/std/array.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/bitset.hpp b/include/yas/types/std/bitset.hpp index 273d4449..c021981c 100644 --- a/include/yas/types/std/bitset.hpp +++ b/include/yas/types/std/bitset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/chrono.hpp b/include/yas/types/std/chrono.hpp index 6f1b24b7..67e6250e 100644 --- a/include/yas/types/std/chrono.hpp +++ b/include/yas/types/std/chrono.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/complex.hpp b/include/yas/types/std/complex.hpp index 6f7fedaf..372ba879 100644 --- a/include/yas/types/std/complex.hpp +++ b/include/yas/types/std/complex.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/deque.hpp b/include/yas/types/std/deque.hpp index e1b69a65..82ed2277 100644 --- a/include/yas/types/std/deque.hpp +++ b/include/yas/types/std/deque.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/forward_list.hpp b/include/yas/types/std/forward_list.hpp index 211629c8..9e2a0649 100644 --- a/include/yas/types/std/forward_list.hpp +++ b/include/yas/types/std/forward_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/list.hpp b/include/yas/types/std/list.hpp index 93b982b0..a930819f 100644 --- a/include/yas/types/std/list.hpp +++ b/include/yas/types/std/list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/map.hpp b/include/yas/types/std/map.hpp index 16f99e41..85e30ee6 100644 --- a/include/yas/types/std/map.hpp +++ b/include/yas/types/std/map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/multimap.hpp b/include/yas/types/std/multimap.hpp index 876c3a0b..f921e738 100644 --- a/include/yas/types/std/multimap.hpp +++ b/include/yas/types/std/multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/multiset.hpp b/include/yas/types/std/multiset.hpp index 0d992e20..87316e2e 100644 --- a/include/yas/types/std/multiset.hpp +++ b/include/yas/types/std/multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/optional.hpp b/include/yas/types/std/optional.hpp index a22c8706..b1e2db06 100644 --- a/include/yas/types/std/optional.hpp +++ b/include/yas/types/std/optional.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/pair.hpp b/include/yas/types/std/pair.hpp index b2f8772e..178e41c2 100644 --- a/include/yas/types/std/pair.hpp +++ b/include/yas/types/std/pair.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/set.hpp b/include/yas/types/std/set.hpp index f2fe6bb4..d0d6f591 100644 --- a/include/yas/types/std/set.hpp +++ b/include/yas/types/std/set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/string.hpp b/include/yas/types/std/string.hpp index 14004913..602eadcd 100644 --- a/include/yas/types/std/string.hpp +++ b/include/yas/types/std/string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/string_view.hpp b/include/yas/types/std/string_view.hpp index 6987b4b6..19a71c37 100644 --- a/include/yas/types/std/string_view.hpp +++ b/include/yas/types/std/string_view.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/tuple.hpp b/include/yas/types/std/tuple.hpp index f301821f..7ff55f54 100644 --- a/include/yas/types/std/tuple.hpp +++ b/include/yas/types/std/tuple.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/u16string.hpp b/include/yas/types/std/u16string.hpp index 3e1702e9..a001a565 100644 --- a/include/yas/types/std/u16string.hpp +++ b/include/yas/types/std/u16string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/unordered_map.hpp b/include/yas/types/std/unordered_map.hpp index 33237d1b..5ab5cb66 100644 --- a/include/yas/types/std/unordered_map.hpp +++ b/include/yas/types/std/unordered_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/unordered_multimap.hpp b/include/yas/types/std/unordered_multimap.hpp index 7dbabd26..1051528a 100644 --- a/include/yas/types/std/unordered_multimap.hpp +++ b/include/yas/types/std/unordered_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/unordered_multiset.hpp b/include/yas/types/std/unordered_multiset.hpp index 1b43f019..a8048053 100644 --- a/include/yas/types/std/unordered_multiset.hpp +++ b/include/yas/types/std/unordered_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/unordered_set.hpp b/include/yas/types/std/unordered_set.hpp index 71429308..7b8a9772 100644 --- a/include/yas/types/std/unordered_set.hpp +++ b/include/yas/types/std/unordered_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/variant.hpp b/include/yas/types/std/variant.hpp index 047aad50..fa733524 100644 --- a/include/yas/types/std/variant.hpp +++ b/include/yas/types/std/variant.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/vector.hpp b/include/yas/types/std/vector.hpp index c9cf9562..e68b169e 100644 --- a/include/yas/types/std/vector.hpp +++ b/include/yas/types/std/vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/std/wstring.hpp b/include/yas/types/std/wstring.hpp index 98f8a8f6..70010d9c 100644 --- a/include/yas/types/std/wstring.hpp +++ b/include/yas/types/std/wstring.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/asis.hpp b/include/yas/types/utility/asis.hpp index 7f65ae29..e9eab985 100644 --- a/include/yas/types/utility/asis.hpp +++ b/include/yas/types/utility/asis.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/autoarray.hpp b/include/yas/types/utility/autoarray.hpp index ad3bacb0..529b25d0 100644 --- a/include/yas/types/utility/autoarray.hpp +++ b/include/yas/types/utility/autoarray.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/buffer.hpp b/include/yas/types/utility/buffer.hpp index ab6031da..e33bb924 100644 --- a/include/yas/types/utility/buffer.hpp +++ b/include/yas/types/utility/buffer.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/enum.hpp b/include/yas/types/utility/enum.hpp index a3e04fda..c455ba81 100644 --- a/include/yas/types/utility/enum.hpp +++ b/include/yas/types/utility/enum.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/fundamental.hpp b/include/yas/types/utility/fundamental.hpp index 142a0090..b9631614 100644 --- a/include/yas/types/utility/fundamental.hpp +++ b/include/yas/types/utility/fundamental.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/init.hpp b/include/yas/types/utility/init.hpp index 0e0c9c2f..58006252 100644 --- a/include/yas/types/utility/init.hpp +++ b/include/yas/types/utility/init.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/object.hpp b/include/yas/types/utility/object.hpp index 71d46750..c9a50480 100644 --- a/include/yas/types/utility/object.hpp +++ b/include/yas/types/utility/object.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/usertype.hpp b/include/yas/types/utility/usertype.hpp index b8a52908..b2bc6b15 100644 --- a/include/yas/types/utility/usertype.hpp +++ b/include/yas/types/utility/usertype.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/types/utility/value.hpp b/include/yas/types/utility/value.hpp index 1689bc19..3d6372b7 100644 --- a/include/yas/types/utility/value.hpp +++ b/include/yas/types/utility/value.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/include/yas/version.hpp b/include/yas/version.hpp index ad609d6a..b6637fd3 100644 --- a/include/yas/version.hpp +++ b/include/yas/version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/absl_cont_btree_map.hpp b/tests/base/include/absl_cont_btree_map.hpp index 9cce5057..b8770ee4 100644 --- a/tests/base/include/absl_cont_btree_map.hpp +++ b/tests/base/include/absl_cont_btree_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/absl_cont_flat_hash_map.hpp b/tests/base/include/absl_cont_flat_hash_map.hpp index 8ef509d2..34b8ba97 100644 --- a/tests/base/include/absl_cont_flat_hash_map.hpp +++ b/tests/base/include/absl_cont_flat_hash_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/array.hpp b/tests/base/include/array.hpp index 7767213e..ee82d35e 100644 --- a/tests/base/include/array.hpp +++ b/tests/base/include/array.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/auto_array.hpp b/tests/base/include/auto_array.hpp index 844018b0..4fe2c289 100644 --- a/tests/base/include/auto_array.hpp +++ b/tests/base/include/auto_array.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/base64.hpp b/tests/base/include/base64.hpp index 8bdb60fa..676cfd39 100644 --- a/tests/base/include/base64.hpp +++ b/tests/base/include/base64.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/base_object.hpp b/tests/base/include/base_object.hpp index 24b4b306..03123a18 100644 --- a/tests/base/include/base_object.hpp +++ b/tests/base/include/base_object.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/bitset.hpp b/tests/base/include/bitset.hpp index c7ea7f55..c13fdd0d 100644 --- a/tests/base/include/bitset.hpp +++ b/tests/base/include/bitset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_deque.hpp b/tests/base/include/boost_cont_deque.hpp index 1a05042b..3e29896e 100644 --- a/tests/base/include/boost_cont_deque.hpp +++ b/tests/base/include/boost_cont_deque.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_flat_map.hpp b/tests/base/include/boost_cont_flat_map.hpp index e09de762..63fa0ca2 100644 --- a/tests/base/include/boost_cont_flat_map.hpp +++ b/tests/base/include/boost_cont_flat_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_flat_multimap.hpp b/tests/base/include/boost_cont_flat_multimap.hpp index 4d7bf6d9..21652d16 100644 --- a/tests/base/include/boost_cont_flat_multimap.hpp +++ b/tests/base/include/boost_cont_flat_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_flat_multiset.hpp b/tests/base/include/boost_cont_flat_multiset.hpp index d04c67c7..cd9430ec 100644 --- a/tests/base/include/boost_cont_flat_multiset.hpp +++ b/tests/base/include/boost_cont_flat_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_flat_set.hpp b/tests/base/include/boost_cont_flat_set.hpp index a25276da..808810dd 100644 --- a/tests/base/include/boost_cont_flat_set.hpp +++ b/tests/base/include/boost_cont_flat_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_list.hpp b/tests/base/include/boost_cont_list.hpp index f3c1656f..a004735f 100644 --- a/tests/base/include/boost_cont_list.hpp +++ b/tests/base/include/boost_cont_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_map.hpp b/tests/base/include/boost_cont_map.hpp index 7aa406dc..9eefab16 100644 --- a/tests/base/include/boost_cont_map.hpp +++ b/tests/base/include/boost_cont_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_multimap.hpp b/tests/base/include/boost_cont_multimap.hpp index 7ed251ae..7e41acb6 100644 --- a/tests/base/include/boost_cont_multimap.hpp +++ b/tests/base/include/boost_cont_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_multiset.hpp b/tests/base/include/boost_cont_multiset.hpp index 4d4f62f7..bbca7cd5 100644 --- a/tests/base/include/boost_cont_multiset.hpp +++ b/tests/base/include/boost_cont_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_set.hpp b/tests/base/include/boost_cont_set.hpp index 8f865186..ec32c4f5 100644 --- a/tests/base/include/boost_cont_set.hpp +++ b/tests/base/include/boost_cont_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_slist.hpp b/tests/base/include/boost_cont_slist.hpp index 9da63694..4e937062 100644 --- a/tests/base/include/boost_cont_slist.hpp +++ b/tests/base/include/boost_cont_slist.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_stable_vector.hpp b/tests/base/include/boost_cont_stable_vector.hpp index bca3e546..7ae20af8 100644 --- a/tests/base/include/boost_cont_stable_vector.hpp +++ b/tests/base/include/boost_cont_stable_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_static_vector.hpp b/tests/base/include/boost_cont_static_vector.hpp index 5ab9e180..ec5d2c90 100644 --- a/tests/base/include/boost_cont_static_vector.hpp +++ b/tests/base/include/boost_cont_static_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_string.hpp b/tests/base/include/boost_cont_string.hpp index c3388845..c66e6a9d 100644 --- a/tests/base/include/boost_cont_string.hpp +++ b/tests/base/include/boost_cont_string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_vector.hpp b/tests/base/include/boost_cont_vector.hpp index f78599a5..5aa02902 100644 --- a/tests/base/include/boost_cont_vector.hpp +++ b/tests/base/include/boost_cont_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_cont_wstring.hpp b/tests/base/include/boost_cont_wstring.hpp index c1ec7bc5..d974b30c 100644 --- a/tests/base/include/boost_cont_wstring.hpp +++ b/tests/base/include/boost_cont_wstring.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_fusion_list.hpp b/tests/base/include/boost_fusion_list.hpp index 19cdd89f..f8c63e01 100644 --- a/tests/base/include/boost_fusion_list.hpp +++ b/tests/base/include/boost_fusion_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_fusion_map.hpp b/tests/base/include/boost_fusion_map.hpp index f4d22535..bc9b355e 100644 --- a/tests/base/include/boost_fusion_map.hpp +++ b/tests/base/include/boost_fusion_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_fusion_pair.hpp b/tests/base/include/boost_fusion_pair.hpp index e36486aa..8f98939d 100644 --- a/tests/base/include/boost_fusion_pair.hpp +++ b/tests/base/include/boost_fusion_pair.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_fusion_set.hpp b/tests/base/include/boost_fusion_set.hpp index 5575d259..f01df4c2 100644 --- a/tests/base/include/boost_fusion_set.hpp +++ b/tests/base/include/boost_fusion_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_fusion_tuple.hpp b/tests/base/include/boost_fusion_tuple.hpp index 47f09972..90689e7c 100644 --- a/tests/base/include/boost_fusion_tuple.hpp +++ b/tests/base/include/boost_fusion_tuple.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_fusion_vector.hpp b/tests/base/include/boost_fusion_vector.hpp index db645a60..cfebc34d 100644 --- a/tests/base/include/boost_fusion_vector.hpp +++ b/tests/base/include/boost_fusion_vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_string_view.hpp b/tests/base/include/boost_string_view.hpp index e05d0fc0..876c3902 100644 --- a/tests/base/include/boost_string_view.hpp +++ b/tests/base/include/boost_string_view.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_tuple.hpp b/tests/base/include/boost_tuple.hpp index cd2cae6a..d575de38 100644 --- a/tests/base/include/boost_tuple.hpp +++ b/tests/base/include/boost_tuple.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/boost_variant.hpp b/tests/base/include/boost_variant.hpp index cd767cc0..2f8fddad 100644 --- a/tests/base/include/boost_variant.hpp +++ b/tests/base/include/boost_variant.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/buffer.hpp b/tests/base/include/buffer.hpp index 7d26d53a..2d8eb573 100644 --- a/tests/base/include/buffer.hpp +++ b/tests/base/include/buffer.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/chrono.hpp b/tests/base/include/chrono.hpp index a4f62bce..11357b2d 100644 --- a/tests/base/include/chrono.hpp +++ b/tests/base/include/chrono.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/compacted_storage_size.hpp b/tests/base/include/compacted_storage_size.hpp index 58d432d3..f827481d 100644 --- a/tests/base/include/compacted_storage_size.hpp +++ b/tests/base/include/compacted_storage_size.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/complex.hpp b/tests/base/include/complex.hpp index a706c45e..5f3c3ac8 100644 --- a/tests/base/include/complex.hpp +++ b/tests/base/include/complex.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/deque.hpp b/tests/base/include/deque.hpp index 58af0476..4d077c84 100644 --- a/tests/base/include/deque.hpp +++ b/tests/base/include/deque.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/endian.hpp b/tests/base/include/endian.hpp index c02997a2..c2d0e577 100644 --- a/tests/base/include/endian.hpp +++ b/tests/base/include/endian.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/enum.hpp b/tests/base/include/enum.hpp index fbd3660e..7ff72ac7 100644 --- a/tests/base/include/enum.hpp +++ b/tests/base/include/enum.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/forward_list.hpp b/tests/base/include/forward_list.hpp index e7745fa5..b1b1267c 100644 --- a/tests/base/include/forward_list.hpp +++ b/tests/base/include/forward_list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/fundamental.hpp b/tests/base/include/fundamental.hpp index bba56d33..0889e02c 100644 --- a/tests/base/include/fundamental.hpp +++ b/tests/base/include/fundamental.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/header.hpp b/tests/base/include/header.hpp index b772220e..c316090d 100644 --- a/tests/base/include/header.hpp +++ b/tests/base/include/header.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/json_conformance.hpp b/tests/base/include/json_conformance.hpp index f3d5a66a..ac5d8098 100644 --- a/tests/base/include/json_conformance.hpp +++ b/tests/base/include/json_conformance.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/list.hpp b/tests/base/include/list.hpp index 5fcad0ff..fe63cb21 100644 --- a/tests/base/include/list.hpp +++ b/tests/base/include/list.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/map.hpp b/tests/base/include/map.hpp index a5278237..1a30780e 100644 --- a/tests/base/include/map.hpp +++ b/tests/base/include/map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/multimap.hpp b/tests/base/include/multimap.hpp index 81af1e4e..23414dcc 100644 --- a/tests/base/include/multimap.hpp +++ b/tests/base/include/multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/multiset.hpp b/tests/base/include/multiset.hpp index 94ad6df2..8eb701b3 100644 --- a/tests/base/include/multiset.hpp +++ b/tests/base/include/multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/one_func.hpp b/tests/base/include/one_func.hpp index 4442afd2..e9947d4a 100644 --- a/tests/base/include/one_func.hpp +++ b/tests/base/include/one_func.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/one_memfn.hpp b/tests/base/include/one_memfn.hpp index 910cc5e2..0143a91a 100644 --- a/tests/base/include/one_memfn.hpp +++ b/tests/base/include/one_memfn.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/optional.hpp b/tests/base/include/optional.hpp index 7532747a..097f685a 100644 --- a/tests/base/include/optional.hpp +++ b/tests/base/include/optional.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/pair.hpp b/tests/base/include/pair.hpp index 435f9f13..1ff8a4ae 100644 --- a/tests/base/include/pair.hpp +++ b/tests/base/include/pair.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/serialization.hpp b/tests/base/include/serialization.hpp index 62ca0e8e..e3d7be25 100644 --- a/tests/base/include/serialization.hpp +++ b/tests/base/include/serialization.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/serialize.hpp b/tests/base/include/serialize.hpp index 704183a0..e173e422 100644 --- a/tests/base/include/serialize.hpp +++ b/tests/base/include/serialize.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/set.hpp b/tests/base/include/set.hpp index 7973f15e..cc568cf3 100644 --- a/tests/base/include/set.hpp +++ b/tests/base/include/set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/split_func.hpp b/tests/base/include/split_func.hpp index 397d06a8..1d2f098a 100644 --- a/tests/base/include/split_func.hpp +++ b/tests/base/include/split_func.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/split_memfn.hpp b/tests/base/include/split_memfn.hpp index 87c24921..4a83b2b0 100644 --- a/tests/base/include/split_memfn.hpp +++ b/tests/base/include/split_memfn.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/std_streams.hpp b/tests/base/include/std_streams.hpp index ffb49a0c..bee8f5bd 100644 --- a/tests/base/include/std_streams.hpp +++ b/tests/base/include/std_streams.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/string.hpp b/tests/base/include/string.hpp index 64d377f5..a5774aa5 100644 --- a/tests/base/include/string.hpp +++ b/tests/base/include/string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/string_view.hpp b/tests/base/include/string_view.hpp index 3c84ff9d..edef3c15 100644 --- a/tests/base/include/string_view.hpp +++ b/tests/base/include/string_view.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/tuple.hpp b/tests/base/include/tuple.hpp index 89aa9ecf..7e9fd7f6 100644 --- a/tests/base/include/tuple.hpp +++ b/tests/base/include/tuple.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/u16string.hpp b/tests/base/include/u16string.hpp index d9974458..52e29f8b 100644 --- a/tests/base/include/u16string.hpp +++ b/tests/base/include/u16string.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/unordered_map.hpp b/tests/base/include/unordered_map.hpp index a9ea073b..8f631e2c 100644 --- a/tests/base/include/unordered_map.hpp +++ b/tests/base/include/unordered_map.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/unordered_multimap.hpp b/tests/base/include/unordered_multimap.hpp index f42e2b23..e20fab1f 100644 --- a/tests/base/include/unordered_multimap.hpp +++ b/tests/base/include/unordered_multimap.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/unordered_multiset.hpp b/tests/base/include/unordered_multiset.hpp index 2d710af0..1a9b2ebf 100644 --- a/tests/base/include/unordered_multiset.hpp +++ b/tests/base/include/unordered_multiset.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/unordered_set.hpp b/tests/base/include/unordered_set.hpp index 10508efe..17763176 100644 --- a/tests/base/include/unordered_set.hpp +++ b/tests/base/include/unordered_set.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/variant.hpp b/tests/base/include/variant.hpp index bcefbe15..a7c1a6b5 100644 --- a/tests/base/include/variant.hpp +++ b/tests/base/include/variant.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/vector.hpp b/tests/base/include/vector.hpp index c5b32584..c369a0c8 100644 --- a/tests/base/include/vector.hpp +++ b/tests/base/include/vector.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/version.hpp b/tests/base/include/version.hpp index 9645b326..f1e07947 100644 --- a/tests/base/include/version.hpp +++ b/tests/base/include/version.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/wrap_asis.hpp b/tests/base/include/wrap_asis.hpp index ef7aeab7..cfa904b2 100644 --- a/tests/base/include/wrap_asis.hpp +++ b/tests/base/include/wrap_asis.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/wrap_init.hpp b/tests/base/include/wrap_init.hpp index a46f16da..6ef60324 100644 --- a/tests/base/include/wrap_init.hpp +++ b/tests/base/include/wrap_init.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/wstring.hpp b/tests/base/include/wstring.hpp index 0dbef4cf..969b07a1 100644 --- a/tests/base/include/wstring.hpp +++ b/tests/base/include/wstring.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/include/yas_object.hpp b/tests/base/include/yas_object.hpp index 7fc72de9..602df39d 100644 --- a/tests/base/include/yas_object.hpp +++ b/tests/base/include/yas_object.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/main.cpp b/tests/base/main.cpp index cd25a80b..1e8553d5 100644 --- a/tests/base/main.cpp +++ b/tests/base/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/base/test.hpp b/tests/base/test.hpp index 6eb2bd1d..d99844fd 100644 --- a/tests/base/test.hpp +++ b/tests/base/test.hpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/endian/main.cpp b/tests/endian/main.cpp index cf12facf..a02013c7 100644 --- a/tests/endian/main.cpp +++ b/tests/endian/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project. diff --git a/tests/speed/main.cpp b/tests/speed/main.cpp index 8b15d44c..1a9ff267 100644 --- a/tests/speed/main.cpp +++ b/tests/speed/main.cpp @@ -1,5 +1,5 @@ -// Copyright (c) 2010-2019 niXman (i dot nixman dog gmail dot com). All +// Copyright (c) 2010-2021 niXman (github dot nixman at pm dot me). All // rights reserved. // // This file is part of YAS(https://github.com/niXman/yas) project.