From 8a8b5bc8d3ff673c4b278d145f6bf6973844d8e9 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 30 Jan 2022 14:55:36 +0300 Subject: [PATCH] update copyright years --- doc/pfr.qbk | 2 +- example/get.cpp | 2 +- example/motivating_example0.cpp | 2 +- example/quick_examples.cpp | 2 +- example/sample_printing.cpp | 2 +- include/boost/pfr.hpp | 2 +- include/boost/pfr/core.hpp | 2 +- include/boost/pfr/detail/cast_to_layout_compatible.hpp | 2 +- include/boost/pfr/detail/config.hpp | 2 +- include/boost/pfr/detail/core.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/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/size_t_.hpp | 2 +- include/boost/pfr/detail/stdtuple.hpp | 2 +- include/boost/pfr/detail/tie_from_structure_tuple.hpp | 2 +- include/boost/pfr/detail/unsafe_declval.hpp | 2 +- include/boost/pfr/functions_for.hpp | 2 +- include/boost/pfr/functors.hpp | 2 +- include/boost/pfr/io.hpp | 2 +- include/boost/pfr/io_fields.hpp | 2 +- include/boost/pfr/ops.hpp | 2 +- include/boost/pfr/ops_fields.hpp | 2 +- include/boost/pfr/tuple_size.hpp | 2 +- index.html | 4 ++-- misc/generate_cpp17.py | 2 +- test/Jamfile.v2 | 2 +- test/compile-fail/fields_count_on_reference.cpp | 2 +- test/compile-fail/movable_and_lvalue_references.cpp | 2 +- test/compile-fail/non_aggregate.cpp | 2 +- test/compile-fail/ops_on_union.cpp | 2 +- test/compile-fail/ops_unions.cpp | 2 +- test/compile-fail/ops_unrestricted_unions.cpp | 2 +- test/compile-fail/pfr_review_test2.cpp | 2 +- test/compile-fail/private_fields.cpp | 2 +- test/compile-fail/protected_fields.cpp | 2 +- test/compile-fail/rvalue_tie.cpp | 2 +- test/compile-fail/virtual_functions.cpp | 2 +- test/loophole_detection.cpp | 2 +- test/offset_based_getter.cpp | 2 +- test/print_config.cpp | 2 +- test/run/bitfields_count.cpp | 2 +- test/run/constexpr_ops.cpp | 2 +- test/run/destructuring_tie.cpp | 2 +- test/run/error_pfr_c1202.cpp | 2 +- test/run/fields_count_on_const.cpp | 2 +- test/run/for_each_field.cpp | 2 +- test/run/functions_for.cpp | 2 +- test/run/get_const_field.cpp | 2 +- test/run/get_rvalue.cpp | 2 +- test/run/issue30.cpp | 2 +- test/run/issue33.cpp | 2 +- test/run/motivating_example.cpp | 2 +- test/run/motivating_example2.cpp | 2 +- test/run/non_copyable_but_movable.cpp | 2 +- test/run/non_dc_non_cop_but_mov.cpp | 2 +- test/run/non_default_constructible.cpp | 2 +- test/run/non_movable.cpp | 2 +- test/run/non_std_layout.cpp | 2 +- test/run/ops.cpp | 2 +- test/run/optional_chrono.cpp | 2 +- test/run/read_write.cpp | 2 +- test/run/read_write_non_literal.cpp | 2 +- test/run/std_interactions.cpp | 2 +- test/run/template_constructor.cpp | 2 +- test/run/template_forwarding_ref.cpp | 2 +- test/run/template_unconstrained.cpp | 2 +- test/run/tie_anonymous.cpp | 2 +- test/run/tie_anonymous_const_field.cpp | 2 +- test/run/tuple_size.cpp | 2 +- test/test_tuple_sizes_on.cpp | 2 +- 83 files changed, 84 insertions(+), 84 deletions(-) diff --git a/doc/pfr.qbk b/doc/pfr.qbk index 0dca7f1..e1bceef 100644 --- a/doc/pfr.qbk +++ b/doc/pfr.qbk @@ -1,7 +1,7 @@ [library Boost.PFR [quickbook 1.6] [version 2.0] - [copyright 2016-2021 Antony Polukhin] + [copyright 2016-2022 Antony Polukhin] [category Language Features Emulation] [license Distributed under the Boost Software License, Version 1.0. diff --git a/example/get.cpp b/example/get.cpp index 629809f..0d98c2a 100644 --- a/example/get.cpp +++ b/example/get.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2021 Antony Polukhin +// Copyright 2016-2022 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/example/motivating_example0.cpp b/example/motivating_example0.cpp index 8e8b2a7..989254c 100644 --- a/example/motivating_example0.cpp +++ b/example/motivating_example0.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/example/quick_examples.cpp b/example/quick_examples.cpp index 6581541..fb1032f 100644 --- a/example/quick_examples.cpp +++ b/example/quick_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2021 Antony Polukhin +// Copyright 2016-2022 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/example/sample_printing.cpp b/example/sample_printing.cpp index badde84..99eb72a 100644 --- a/example/sample_printing.cpp +++ b/example/sample_printing.cpp @@ -1,4 +1,4 @@ -// Copyright 2016-2021 Antony Polukhin +// Copyright 2016-2022 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 3eaf421..32ff067 100644 --- a/include/boost/pfr.hpp +++ b/include/boost/pfr.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/core.hpp b/include/boost/pfr/core.hpp index 6bbb4c6..08837e6 100644 --- a/include/boost/pfr/core.hpp +++ b/include/boost/pfr/core.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 d7106c6..2dd0b52 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-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 ad00f0e..8a1ac7d 100644 --- a/include/boost/pfr/detail/config.hpp +++ b/include/boost/pfr/detail/config.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/core.hpp b/include/boost/pfr/detail/core.hpp index 88efa0d..aa67258 100644 --- a/include/boost/pfr/detail/core.hpp +++ b/include/boost/pfr/detail/core.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 736705a..a27d081 100644 --- a/include/boost/pfr/detail/core14_classic.hpp +++ b/include/boost/pfr/detail/core14_classic.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 88c4c2a..204a3c4 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-2021 Antony Polukhin. +// Copyright (c) 2019-2022 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 20a2821..1152806 100644 --- a/include/boost/pfr/detail/core17.hpp +++ b/include/boost/pfr/detail/core17.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 d3098cd..d158c5a 100644 --- a/include/boost/pfr/detail/core17_generated.hpp +++ b/include/boost/pfr/detail/core17_generated.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 e18be7d..a76346c 100644 --- a/include/boost/pfr/detail/detectors.hpp +++ b/include/boost/pfr/detail/detectors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 7e0519a..acdfbbe 100644 --- a/include/boost/pfr/detail/fields_count.hpp +++ b/include/boost/pfr/detail/fields_count.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 958c8cb..e69f26d 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-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 7d3b252..363f52b 100644 --- a/include/boost/pfr/detail/functional.hpp +++ b/include/boost/pfr/detail/functional.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 441fb2f..15d2706 100644 --- a/include/boost/pfr/detail/io.hpp +++ b/include/boost/pfr/detail/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 8606f09..82bce1a 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-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 74f3e65..f143a50 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-2021 Antony Polukhin +// Copyright (c) 2019-2022 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 0dfcdf6..4739a04 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-2021 Antony Polukhin +// Copyright (c) 2019-2022 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 e41bea4..e2ff13e 100644 --- a/include/boost/pfr/detail/rvalue_t.hpp +++ b/include/boost/pfr/detail/rvalue_t.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 a3df105..ead19e9 100644 --- a/include/boost/pfr/detail/sequence_tuple.hpp +++ b/include/boost/pfr/detail/sequence_tuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 d94c7d5..86f74e6 100644 --- a/include/boost/pfr/detail/size_array.hpp +++ b/include/boost/pfr/detail/size_array.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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_t_.hpp b/include/boost/pfr/detail/size_t_.hpp index c1ae6a8..11bf18a 100644 --- a/include/boost/pfr/detail/size_t_.hpp +++ b/include/boost/pfr/detail/size_t_.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 f3213bf..25d6a71 100644 --- a/include/boost/pfr/detail/stdtuple.hpp +++ b/include/boost/pfr/detail/stdtuple.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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 6ee0e0c..451d80e 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-2021 Antony Polukhin +// Copyright (c) 2019-2022 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/unsafe_declval.hpp b/include/boost/pfr/detail/unsafe_declval.hpp index e8e3af6..62404c5 100644 --- a/include/boost/pfr/detail/unsafe_declval.hpp +++ b/include/boost/pfr/detail/unsafe_declval.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Antony Polukhin. +// Copyright (c) 2019-2022 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/functions_for.hpp b/include/boost/pfr/functions_for.hpp index b736c0b..a293535 100644 --- a/include/boost/pfr/functions_for.hpp +++ b/include/boost/pfr/functions_for.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/functors.hpp b/include/boost/pfr/functors.hpp index 4a63c26..21b78da 100644 --- a/include/boost/pfr/functors.hpp +++ b/include/boost/pfr/functors.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/io.hpp b/include/boost/pfr/io.hpp index c09011e..ef2ec09 100644 --- a/include/boost/pfr/io.hpp +++ b/include/boost/pfr/io.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/io_fields.hpp b/include/boost/pfr/io_fields.hpp index 3754fca..6feeae6 100644 --- a/include/boost/pfr/io_fields.hpp +++ b/include/boost/pfr/io_fields.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/ops.hpp b/include/boost/pfr/ops.hpp index 8b36bc6..9474e20 100644 --- a/include/boost/pfr/ops.hpp +++ b/include/boost/pfr/ops.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/ops_fields.hpp b/include/boost/pfr/ops_fields.hpp index ee71900..b4d1e6f 100644 --- a/include/boost/pfr/ops_fields.hpp +++ b/include/boost/pfr/ops_fields.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/tuple_size.hpp b/include/boost/pfr/tuple_size.hpp index 8c25ef9..3958e50 100644 --- a/include/boost/pfr/tuple_size.hpp +++ b/include/boost/pfr/tuple_size.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Antony Polukhin +// Copyright (c) 2016-2022 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/index.html b/index.html index e4408e7..246a71c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@