From 74c460fd18dd5ecdab16709568e896fd7b676257 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 18 Jan 2020 13:52:29 +0300 Subject: [PATCH] update copyright --- doc/pfr.qbk | 2 +- example/examples.cpp | 2 +- example/quick_examples.cpp | 2 +- include/boost/pfr.hpp | 2 +- include/boost/pfr/detail/cast_to_layout_compatible.hpp | 2 +- include/boost/pfr/detail/config.hpp | 2 +- include/boost/pfr/detail/core14.hpp | 2 +- include/boost/pfr/detail/core14_classic.hpp | 2 +- include/boost/pfr/detail/core14_loophole.hpp | 2 +- include/boost/pfr/detail/core17.hpp | 2 +- include/boost/pfr/detail/core17_generated.hpp | 2 +- include/boost/pfr/detail/detectors.hpp | 2 +- include/boost/pfr/detail/fields_count.hpp | 2 +- include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp | 2 +- include/boost/pfr/detail/for_each_field_impl.hpp | 2 +- include/boost/pfr/detail/functional.hpp | 2 +- include/boost/pfr/detail/io.hpp | 2 +- include/boost/pfr/detail/make_flat_tuple_of_references.hpp | 2 +- include/boost/pfr/detail/make_integer_sequence.hpp | 2 +- include/boost/pfr/detail/offset_based_getter.hpp | 2 +- include/boost/pfr/detail/rvalue_t.hpp | 2 +- include/boost/pfr/detail/sequence_tuple.hpp | 2 +- include/boost/pfr/detail/size_array.hpp | 2 +- include/boost/pfr/detail/stdtuple.hpp | 2 +- include/boost/pfr/detail/tie_from_structure_tuple.hpp | 2 +- include/boost/pfr/flat.hpp | 2 +- include/boost/pfr/flat/core.hpp | 2 +- include/boost/pfr/flat/functions_for.hpp | 2 +- include/boost/pfr/flat/functors.hpp | 2 +- include/boost/pfr/flat/global_ops.hpp | 2 +- include/boost/pfr/flat/io.hpp | 2 +- include/boost/pfr/flat/ops.hpp | 2 +- include/boost/pfr/flat/tuple_size.hpp | 2 +- include/boost/pfr/precise.hpp | 2 +- include/boost/pfr/precise/core.hpp | 2 +- include/boost/pfr/precise/functions_for.hpp | 2 +- include/boost/pfr/precise/functors.hpp | 2 +- include/boost/pfr/precise/global_ops.hpp | 2 +- include/boost/pfr/precise/io.hpp | 2 +- include/boost/pfr/precise/ops.hpp | 2 +- include/boost/pfr/precise/tuple_size.hpp | 2 +- misc/generate_cpp17.py | 4 ++-- test/common/functions_for.cpp | 2 +- test/common/global_ops.cpp | 2 +- test/common/offset_based_getter.cpp | 2 +- test/common/ops.cpp | 2 +- test/common/read_write.cpp | 2 +- test/common/std_interactions.cpp | 2 +- test/common/test_tuple_sizes_on.cpp | 2 +- test/flat/core.cpp | 2 +- test/flat/destructuring_tie.cpp | 2 +- test/flat/flat_for_each_field.cpp | 2 +- test/flat/flat_tuple_size.cpp | 2 +- test/flat/flat_tuple_size_on_bitfields.cpp | 2 +- test/flat/flat_tuple_size_on_non_aggregate.cpp | 2 +- test/precise/bitfields.cpp | 2 +- test/precise/destructuring_tie.cpp | 2 +- test/precise/for_each_field.cpp | 2 +- test/precise/issue30.cpp | 2 +- test/precise/issue33.cpp | 2 +- test/precise/non_aggregate.cpp | 2 +- test/precise/template_constructor.cpp | 2 +- test/precise/template_unconstrained.cpp | 2 +- test/precise/tuple_size.cpp | 2 +- 64 files changed, 65 insertions(+), 65 deletions(-) diff --git a/doc/pfr.qbk b/doc/pfr.qbk index 78d8df7..d78131e 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-2019 Antony Polukhin] + [copyright 2016-2020 Antony Polukhin] [category Language Features Emulation] [license Distributed under the Boost Software License, Version 1.0. diff --git a/example/examples.cpp b/example/examples.cpp index 4c28a5e..9978af7 100644 --- a/example/examples.cpp +++ b/example/examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2017 Antony Polukhin +// Copyright 2016-2020 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/example/quick_examples.cpp b/example/quick_examples.cpp index b9e2e1e..5651fea 100644 --- a/example/quick_examples.cpp +++ b/example/quick_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2017 Antony Polukhin +// Copyright 2016-2020 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/include/boost/pfr.hpp b/include/boost/pfr.hpp index beb3039..a441db1 100644 --- a/include/boost/pfr.hpp +++ b/include/boost/pfr.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 8b5f90d..1267495 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-2019 Antony Polukhin +// Copyright (c) 2016-2020 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/config.hpp b/include/boost/pfr/detail/config.hpp index 50c4f0d..659c1a9 100644 --- a/include/boost/pfr/detail/config.hpp +++ b/include/boost/pfr/detail/config.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 28c999f..71ffeb3 100644 --- a/include/boost/pfr/detail/core14.hpp +++ b/include/boost/pfr/detail/core14.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 0c6e1d0..a50d634 100644 --- a/include/boost/pfr/detail/core14_classic.hpp +++ b/include/boost/pfr/detail/core14_classic.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 516803d..0eb2245 100644 --- a/include/boost/pfr/detail/core14_loophole.hpp +++ b/include/boost/pfr/detail/core14_loophole.hpp @@ -1,5 +1,5 @@ // Copyright (c) 2017-2018 Alexandr Poltavsky, Antony Polukhin. -// Copyright (c) 2019 Antony Polukhin. +// Copyright (c) 2019-2020 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 b52d5b5..d3827c2 100644 --- a/include/boost/pfr/detail/core17.hpp +++ b/include/boost/pfr/detail/core17.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 5df8207..38734b4 100644 --- a/include/boost/pfr/detail/core17_generated.hpp +++ b/include/boost/pfr/detail/core17_generated.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 3c4b931..ca29e2e 100644 --- a/include/boost/pfr/detail/detectors.hpp +++ b/include/boost/pfr/detail/detectors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 54c0cd9..707aa36 100644 --- a/include/boost/pfr/detail/fields_count.hpp +++ b/include/boost/pfr/detail/fields_count.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 175341d..9e90547 100644 --- a/include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp +++ b/include/boost/pfr/detail/flat_tie_from_structure_tuple.hpp @@ -1,5 +1,5 @@ // Copyright (c) 2018 Adam Butcher, Antony Polukhin -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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 7bf244d..64f5e63 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-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 ff853e1..36239ff 100644 --- a/include/boost/pfr/detail/functional.hpp +++ b/include/boost/pfr/detail/functional.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 fa0ed8b..9917e45 100644 --- a/include/boost/pfr/detail/io.hpp +++ b/include/boost/pfr/detail/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 ade502b..3c186ce 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-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 58b12d4..2ed6284 100644 --- a/include/boost/pfr/detail/make_integer_sequence.hpp +++ b/include/boost/pfr/detail/make_integer_sequence.hpp @@ -1,5 +1,5 @@ // Copyright (c) 2018 Sergei Fedorov -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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/offset_based_getter.hpp b/include/boost/pfr/detail/offset_based_getter.hpp index 4de457b..94401d4 100644 --- a/include/boost/pfr/detail/offset_based_getter.hpp +++ b/include/boost/pfr/detail/offset_based_getter.hpp @@ -1,5 +1,5 @@ // Copyright (c) 2017-2018 Chris Beck -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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 75d9793..9d3397b 100644 --- a/include/boost/pfr/detail/rvalue_t.hpp +++ b/include/boost/pfr/detail/rvalue_t.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 d155060..8b2b6f5 100644 --- a/include/boost/pfr/detail/sequence_tuple.hpp +++ b/include/boost/pfr/detail/sequence_tuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 48f5fe2..fc40023 100644 --- a/include/boost/pfr/detail/size_array.hpp +++ b/include/boost/pfr/detail/size_array.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 50d48dd..b654812 100644 --- a/include/boost/pfr/detail/stdtuple.hpp +++ b/include/boost/pfr/detail/stdtuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 64020df..625b0ed 100644 --- a/include/boost/pfr/detail/tie_from_structure_tuple.hpp +++ b/include/boost/pfr/detail/tie_from_structure_tuple.hpp @@ -1,5 +1,5 @@ // Copyright (c) 2018 Adam Butcher, Antony Polukhin -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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.hpp b/include/boost/pfr/flat.hpp index 5be491e..8d49a6a 100644 --- a/include/boost/pfr/flat.hpp +++ b/include/boost/pfr/flat.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 1d7669d..8541517 100644 --- a/include/boost/pfr/flat/core.hpp +++ b/include/boost/pfr/flat/core.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 edfdc00..f198b67 100644 --- a/include/boost/pfr/flat/functions_for.hpp +++ b/include/boost/pfr/flat/functions_for.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 bd7645b..9ffae9d 100644 --- a/include/boost/pfr/flat/functors.hpp +++ b/include/boost/pfr/flat/functors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 201ec4f..ad503f3 100644 --- a/include/boost/pfr/flat/global_ops.hpp +++ b/include/boost/pfr/flat/global_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 52399c4..4c4fec8 100644 --- a/include/boost/pfr/flat/io.hpp +++ b/include/boost/pfr/flat/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 6abda9e..61978c2 100644 --- a/include/boost/pfr/flat/ops.hpp +++ b/include/boost/pfr/flat/ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 e830239..5d1f9ff 100644 --- a/include/boost/pfr/flat/tuple_size.hpp +++ b/include/boost/pfr/flat/tuple_size.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 4abb23b..604667e 100644 --- a/include/boost/pfr/precise.hpp +++ b/include/boost/pfr/precise.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 0b03f81..c092cfe 100644 --- a/include/boost/pfr/precise/core.hpp +++ b/include/boost/pfr/precise/core.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 67f6baa..b878a0b 100644 --- a/include/boost/pfr/precise/functions_for.hpp +++ b/include/boost/pfr/precise/functions_for.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 47d12ed..80190b8 100644 --- a/include/boost/pfr/precise/functors.hpp +++ b/include/boost/pfr/precise/functors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 cf65468..fe35c4a 100644 --- a/include/boost/pfr/precise/global_ops.hpp +++ b/include/boost/pfr/precise/global_ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 a142412..68892e6 100644 --- a/include/boost/pfr/precise/io.hpp +++ b/include/boost/pfr/precise/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 5887d1f..c9138d5 100644 --- a/include/boost/pfr/precise/ops.hpp +++ b/include/boost/pfr/precise/ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 fb637b5..4320c33 100644 --- a/include/boost/pfr/precise/tuple_size.hpp +++ b/include/boost/pfr/precise/tuple_size.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 c4960df..146c4e2 100644 --- a/misc/generate_cpp17.py +++ b/misc/generate_cpp17.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2016-2019 Antony Polukhin +# Copyright (c) 2016-2020 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-2019 Antony Polukhin +PROLOGUE = """// Copyright (c) 2016-2020 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 9cdfcda..f8a8b8c 100644 --- a/test/common/functions_for.cpp +++ b/test/common/functions_for.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 aafa79a..c513dc7 100644 --- a/test/common/global_ops.cpp +++ b/test/common/global_ops.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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/offset_based_getter.cpp b/test/common/offset_based_getter.cpp index b44856f..12d9e21 100644 --- a/test/common/offset_based_getter.cpp +++ b/test/common/offset_based_getter.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2019 Ilya Kiselev -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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 8933905..8165b5c 100644 --- a/test/common/ops.cpp +++ b/test/common/ops.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 f00f49f..ddd1ae8 100644 --- a/test/common/read_write.cpp +++ b/test/common/read_write.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 63ee403..00de191 100644 --- a/test/common/std_interactions.cpp +++ b/test/common/std_interactions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 dccfaec..9efa906 100644 --- a/test/common/test_tuple_sizes_on.cpp +++ b/test/common/test_tuple_sizes_on.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 fef5eb4..f646437 100644 --- a/test/flat/core.cpp +++ b/test/flat/core.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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/destructuring_tie.cpp b/test/flat/destructuring_tie.cpp index d781d8b..85b6bd8 100644 --- a/test/flat/destructuring_tie.cpp +++ b/test/flat/destructuring_tie.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2018 Adam Butcher, Antony Polukhin -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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 28bd6cf..ab88fc3 100644 --- a/test/flat/flat_for_each_field.cpp +++ b/test/flat/flat_for_each_field.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 870d976..b8391bb 100644 --- a/test/flat/flat_tuple_size.cpp +++ b/test/flat/flat_tuple_size.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 cb371fc..65ec5b8 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-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 2638da5..6e68c7e 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-2019 Antony Polukhin +// Copyright (c) 2016-2020 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 21fd578..20cb117 100644 --- a/test/precise/bitfields.cpp +++ b/test/precise/bitfields.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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/destructuring_tie.cpp b/test/precise/destructuring_tie.cpp index 1fac3ec..2ecb3c4 100644 --- a/test/precise/destructuring_tie.cpp +++ b/test/precise/destructuring_tie.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2018 Adam Butcher, Antony Polukhin -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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 94a3c30..499028f 100644 --- a/test/precise/for_each_field.cpp +++ b/test/precise/for_each_field.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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/issue30.cpp b/test/precise/issue30.cpp index 134ed0d..12c6dcf 100644 --- a/test/precise/issue30.cpp +++ b/test/precise/issue30.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2019 Antony Polukhin +// Copyright (c) 2018-2020 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/issue33.cpp b/test/precise/issue33.cpp index 59aa6f4..220c5e0 100644 --- a/test/precise/issue33.cpp +++ b/test/precise/issue33.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2019 Antony Polukhin +// Copyright (c) 2018-2020 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 97275d0..ad40b87 100644 --- a/test/precise/non_aggregate.cpp +++ b/test/precise/non_aggregate.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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/template_constructor.cpp b/test/precise/template_constructor.cpp index fdaa13a..518ca2a 100644 --- a/test/precise/template_constructor.cpp +++ b/test/precise/template_constructor.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Antony Polukhin. +// Copyright (c) 2019-2020 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/template_unconstrained.cpp b/test/precise/template_unconstrained.cpp index ec85d67..5aa9244 100644 --- a/test/precise/template_unconstrained.cpp +++ b/test/precise/template_unconstrained.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Antony Polukhin +// Copyright (c) 2019-2020 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 d46a243..b5d10ea 100644 --- a/test/precise/tuple_size.cpp +++ b/test/precise/tuple_size.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Antony Polukhin +// Copyright (c) 2016-2020 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)