diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 9e0fe4a..8cfa683 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright Antony Polukhin 2016. +# Copyright Antony Polukhin 2016-2019. # Use, modification, and distribution are # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/pfr.qbk b/doc/pfr.qbk index fe2441d..546a7c0 100644 --- a/doc/pfr.qbk +++ b/doc/pfr.qbk @@ -1,7 +1,7 @@ [library Boost.Precise and Flat Reflection [quickbook 1.6] [version 1.0] - [copyright 2016-2018 Antony Polukhin] + [copyright 2016-2019 Antony Polukhin] [category Language Features Emulation] [license Distributed under the Boost Software License, Version 1.0. diff --git a/include/boost/pfr.hpp b/include/boost/pfr.hpp index 8e7db22..beb3039 100644 --- a/include/boost/pfr.hpp +++ b/include/boost/pfr.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/cast_to_layout_compatible.hpp b/include/boost/pfr/detail/cast_to_layout_compatible.hpp index 514d937..8b5f90d 100644 --- a/include/boost/pfr/detail/cast_to_layout_compatible.hpp +++ b/include/boost/pfr/detail/cast_to_layout_compatible.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/core14.hpp b/include/boost/pfr/detail/core14.hpp index 6b1661a..28c999f 100644 --- a/include/boost/pfr/detail/core14.hpp +++ b/include/boost/pfr/detail/core14.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/core14_classic.hpp b/include/boost/pfr/detail/core14_classic.hpp index 819e224..fd9e614 100644 --- a/include/boost/pfr/detail/core14_classic.hpp +++ b/include/boost/pfr/detail/core14_classic.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/core14_loophole.hpp b/include/boost/pfr/detail/core14_loophole.hpp index ca3aa0d..a27c4cd 100644 --- a/include/boost/pfr/detail/core14_loophole.hpp +++ b/include/boost/pfr/detail/core14_loophole.hpp @@ -1,4 +1,5 @@ // Copyright (c) 2017-2018 Alexandr Poltavsky, Antony Polukhin. +// Copyright (c) 2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/core17.hpp b/include/boost/pfr/detail/core17.hpp index 7a05478..b52d5b5 100644 --- a/include/boost/pfr/detail/core17.hpp +++ b/include/boost/pfr/detail/core17.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/core17_generated.hpp b/include/boost/pfr/detail/core17_generated.hpp index 4083223..5df8207 100644 --- a/include/boost/pfr/detail/core17_generated.hpp +++ b/include/boost/pfr/detail/core17_generated.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/detectors.hpp b/include/boost/pfr/detail/detectors.hpp index f8cd1c5..3c4b931 100644 --- a/include/boost/pfr/detail/detectors.hpp +++ b/include/boost/pfr/detail/detectors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/fields_count.hpp b/include/boost/pfr/detail/fields_count.hpp index 9f89b75..d735c59 100644 --- a/include/boost/pfr/detail/fields_count.hpp +++ b/include/boost/pfr/detail/fields_count.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp b/include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp index 84ef52b..5f17ccc 100644 --- a/include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp +++ b/include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp @@ -1,4 +1,5 @@ // Copyright (c) 2018 Adam Butcher, Antony Polukhin +// Copyright (c) 2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/for_each_field_impl.hpp b/include/boost/pfr/detail/for_each_field_impl.hpp index 55d23aa..7bf244d 100644 --- a/include/boost/pfr/detail/for_each_field_impl.hpp +++ b/include/boost/pfr/detail/for_each_field_impl.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/functional.hpp b/include/boost/pfr/detail/functional.hpp index 7370591..ff853e1 100644 --- a/include/boost/pfr/detail/functional.hpp +++ b/include/boost/pfr/detail/functional.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/io.hpp b/include/boost/pfr/detail/io.hpp index 87941a8..fa0ed8b 100644 --- a/include/boost/pfr/detail/io.hpp +++ b/include/boost/pfr/detail/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/make_flat_tuple_of_references.hpp b/include/boost/pfr/detail/make_flat_tuple_of_references.hpp index 15b980d..9754d54 100644 --- a/include/boost/pfr/detail/make_flat_tuple_of_references.hpp +++ b/include/boost/pfr/detail/make_flat_tuple_of_references.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/make_integer_sequence.hpp b/include/boost/pfr/detail/make_integer_sequence.hpp index 331035b..58b12d4 100644 --- a/include/boost/pfr/detail/make_integer_sequence.hpp +++ b/include/boost/pfr/detail/make_integer_sequence.hpp @@ -1,4 +1,5 @@ // Copyright (c) 2018 Sergei Fedorov +// Copyright (c) 2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/rvalue_t.hpp b/include/boost/pfr/detail/rvalue_t.hpp index eafa674..75d9793 100644 --- a/include/boost/pfr/detail/rvalue_t.hpp +++ b/include/boost/pfr/detail/rvalue_t.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/sequence_tuple.hpp b/include/boost/pfr/detail/sequence_tuple.hpp index 3edfee7..d155060 100644 --- a/include/boost/pfr/detail/sequence_tuple.hpp +++ b/include/boost/pfr/detail/sequence_tuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/size_array.hpp b/include/boost/pfr/detail/size_array.hpp index 1cebd1b..48f5fe2 100644 --- a/include/boost/pfr/detail/size_array.hpp +++ b/include/boost/pfr/detail/size_array.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/stdtuple.hpp b/include/boost/pfr/detail/stdtuple.hpp index 9a4f59e..50d48dd 100644 --- a/include/boost/pfr/detail/stdtuple.hpp +++ b/include/boost/pfr/detail/stdtuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/detail/tie_from_structure_tuple.hpp b/include/boost/pfr/detail/tie_from_structure_tuple.hpp index 2a23305..c70d600 100644 --- a/include/boost/pfr/detail/tie_from_structure_tuple.hpp +++ b/include/boost/pfr/detail/tie_from_structure_tuple.hpp @@ -1,4 +1,5 @@ // Copyright (c) 2018 Adam Butcher, Antony Polukhin +// Copyright (c) 2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -22,7 +23,6 @@ namespace boost { namespace pfr { namespace detail { /// a tie of multiple lvalue references to fields of an aggregate T. /// /// \sa boost::pfr::tie_from_structure -/// template struct tie_from_structure_tuple : std::tuple { using base = std::tuple; diff --git a/include/boost/pfr/flat.hpp b/include/boost/pfr/flat.hpp index 4fea4a2..5be491e 100644 --- a/include/boost/pfr/flat.hpp +++ b/include/boost/pfr/flat.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/core.hpp b/include/boost/pfr/flat/core.hpp index e6bdd9f..1d7669d 100644 --- a/include/boost/pfr/flat/core.hpp +++ b/include/boost/pfr/flat/core.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/functions_for.hpp b/include/boost/pfr/flat/functions_for.hpp index 501e942..edfdc00 100644 --- a/include/boost/pfr/flat/functions_for.hpp +++ b/include/boost/pfr/flat/functions_for.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/functors.hpp b/include/boost/pfr/flat/functors.hpp index 02e8d3a..bd7645b 100644 --- a/include/boost/pfr/flat/functors.hpp +++ b/include/boost/pfr/flat/functors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/global_ops.hpp b/include/boost/pfr/flat/global_ops.hpp index 9f64592..201ec4f 100644 --- a/include/boost/pfr/flat/global_ops.hpp +++ b/include/boost/pfr/flat/global_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/io.hpp b/include/boost/pfr/flat/io.hpp index 1e48b91..52399c4 100644 --- a/include/boost/pfr/flat/io.hpp +++ b/include/boost/pfr/flat/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/ops.hpp b/include/boost/pfr/flat/ops.hpp index b2d3e41..6abda9e 100644 --- a/include/boost/pfr/flat/ops.hpp +++ b/include/boost/pfr/flat/ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/flat/tuple_size.hpp b/include/boost/pfr/flat/tuple_size.hpp index e4f9201..87697a4 100644 --- a/include/boost/pfr/flat/tuple_size.hpp +++ b/include/boost/pfr/flat/tuple_size.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise.hpp b/include/boost/pfr/precise.hpp index c2248b1..4abb23b 100644 --- a/include/boost/pfr/precise.hpp +++ b/include/boost/pfr/precise.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/core.hpp b/include/boost/pfr/precise/core.hpp index d4a11bb..0b03f81 100644 --- a/include/boost/pfr/precise/core.hpp +++ b/include/boost/pfr/precise/core.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/functions_for.hpp b/include/boost/pfr/precise/functions_for.hpp index e77c730..67f6baa 100644 --- a/include/boost/pfr/precise/functions_for.hpp +++ b/include/boost/pfr/precise/functions_for.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/functors.hpp b/include/boost/pfr/precise/functors.hpp index bd9eb8b..47d12ed 100644 --- a/include/boost/pfr/precise/functors.hpp +++ b/include/boost/pfr/precise/functors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/global_ops.hpp b/include/boost/pfr/precise/global_ops.hpp index ea717f0..cf65468 100644 --- a/include/boost/pfr/precise/global_ops.hpp +++ b/include/boost/pfr/precise/global_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/io.hpp b/include/boost/pfr/precise/io.hpp index 52f798e..a142412 100644 --- a/include/boost/pfr/precise/io.hpp +++ b/include/boost/pfr/precise/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/ops.hpp b/include/boost/pfr/precise/ops.hpp index cec0e35..5887d1f 100644 --- a/include/boost/pfr/precise/ops.hpp +++ b/include/boost/pfr/precise/ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/pfr/precise/tuple_size.hpp b/include/boost/pfr/precise/tuple_size.hpp index 9c7ef52..1df951d 100644 --- a/include/boost/pfr/precise/tuple_size.hpp +++ b/include/boost/pfr/precise/tuple_size.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/misc/generate_cpp17.py b/misc/generate_cpp17.py index 9172993..c4960df 100644 --- a/misc/generate_cpp17.py +++ b/misc/generate_cpp17.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2016-2017 Antony Polukhin +# Copyright (c) 2016-2019 Antony Polukhin # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -13,7 +13,7 @@ import string # Skipping some letters that may produce keywords or are hard to read, or shadow template parameters ascii_letters = string.ascii_letters.replace("o", "").replace("O", "").replace("i", "").replace("I", "").replace("T", "") -PROLOGUE = """// Copyright (c) 2016-2018 Antony Polukhin +PROLOGUE = """// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/functions_for.cpp b/test/common/functions_for.cpp index 23fa86c..9cdfcda 100644 --- a/test/common/functions_for.cpp +++ b/test/common/functions_for.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/global_ops.cpp b/test/common/global_ops.cpp index 2be29d4..aafa79a 100644 --- a/test/common/global_ops.cpp +++ b/test/common/global_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/ops.cpp b/test/common/ops.cpp index 1001c08..8933905 100644 --- a/test/common/ops.cpp +++ b/test/common/ops.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/read_write.cpp b/test/common/read_write.cpp index 483e1e8..f00f49f 100644 --- a/test/common/read_write.cpp +++ b/test/common/read_write.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/std_interactions.cpp b/test/common/std_interactions.cpp index 536865b..63ee403 100644 --- a/test/common/std_interactions.cpp +++ b/test/common/std_interactions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/common/test_tuple_sizes_on.cpp b/test/common/test_tuple_sizes_on.cpp index e0931b3..dccfaec 100644 --- a/test/common/test_tuple_sizes_on.cpp +++ b/test/common/test_tuple_sizes_on.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/flat/core.cpp b/test/flat/core.cpp index b078d75..fef5eb4 100644 --- a/test/flat/core.cpp +++ b/test/flat/core.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/flat/flat_for_each_field.cpp b/test/flat/flat_for_each_field.cpp index e72d021..28bd6cf 100644 --- a/test/flat/flat_for_each_field.cpp +++ b/test/flat/flat_for_each_field.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/flat/flat_tuple_size.cpp b/test/flat/flat_tuple_size.cpp index a5d2d24..870d976 100644 --- a/test/flat/flat_tuple_size.cpp +++ b/test/flat/flat_tuple_size.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/flat/flat_tuple_size_on_bitfields.cpp b/test/flat/flat_tuple_size_on_bitfields.cpp index c6e9600..cb371fc 100644 --- a/test/flat/flat_tuple_size_on_bitfields.cpp +++ b/test/flat/flat_tuple_size_on_bitfields.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/flat/flat_tuple_size_on_non_aggregate.cpp b/test/flat/flat_tuple_size_on_non_aggregate.cpp index 2358040..2638da5 100644 --- a/test/flat/flat_tuple_size_on_non_aggregate.cpp +++ b/test/flat/flat_tuple_size_on_non_aggregate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/precise/bitfields.cpp b/test/precise/bitfields.cpp index 6e0c2e0..21fd578 100644 --- a/test/precise/bitfields.cpp +++ b/test/precise/bitfields.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/precise/for_each_field.cpp b/test/precise/for_each_field.cpp index 8f2e171..94a3c30 100644 --- a/test/precise/for_each_field.cpp +++ b/test/precise/for_each_field.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/precise/non_aggregate.cpp b/test/precise/non_aggregate.cpp index ba160e7..97275d0 100644 --- a/test/precise/non_aggregate.cpp +++ b/test/precise/non_aggregate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/precise/tuple_size.cpp b/test/precise/tuple_size.cpp index 092fc27..d46a243 100644 --- a/test/precise/tuple_size.cpp +++ b/test/precise/tuple_size.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2018 Antony Polukhin +// Copyright (c) 2016-2019 Antony Polukhin // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)