diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 610fc1b..c254570 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright 2011-2023 Antony Polukhin. +# Copyright 2011-2024 Antony Polukhin. # 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/type_index.qbk b/doc/type_index.qbk index 51349c3..476ae72 100644 --- a/doc/type_index.qbk +++ b/doc/type_index.qbk @@ -1,7 +1,7 @@ [library Boost.TypeIndex [quickbook 1.6] [version 4.1] - [copyright 2012-2023 Antony Polukhin] + [copyright 2012-2024 Antony Polukhin] [category Language Features Emulation] [license Distributed under the Boost Software License, Version 1.0. diff --git a/examples/constexpr14_namespace_check.cpp b/examples/constexpr14_namespace_check.cpp index 708c384..44c0c73 100644 --- a/examples/constexpr14_namespace_check.cpp +++ b/examples/constexpr14_namespace_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/constexpr14_sort_check.cpp b/examples/constexpr14_sort_check.cpp index 70477cb..25c5225 100644 --- a/examples/constexpr14_sort_check.cpp +++ b/examples/constexpr14_sort_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/demangled_names.cpp b/examples/demangled_names.cpp index 8ddc211..c95062c 100644 --- a/examples/demangled_names.cpp +++ b/examples/demangled_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/exact_types_match.cpp b/examples/exact_types_match.cpp index 3f41e93..cdb0729 100644 --- a/examples/exact_types_match.cpp +++ b/examples/exact_types_match.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/inheritance.cpp b/examples/inheritance.cpp index 268c5ab..fb84cb7 100644 --- a/examples/inheritance.cpp +++ b/examples/inheritance.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/registry.cpp b/examples/registry.cpp index 41f82d1..5f8ae0a 100644 --- a/examples/registry.cpp +++ b/examples/registry.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/table_of_names.cpp b/examples/table_of_names.cpp index 6c1da0a..b2e1831 100644 --- a/examples/table_of_names.cpp +++ b/examples/table_of_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/user_defined_typeinfo.cpp b/examples/user_defined_typeinfo.cpp index 86d769c..fe73b7d 100644 --- a/examples/user_defined_typeinfo.cpp +++ b/examples/user_defined_typeinfo.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/user_defined_typeinfo.hpp b/examples/user_defined_typeinfo.hpp index 6f51ee5..3b849ce 100644 --- a/examples/user_defined_typeinfo.hpp +++ b/examples/user_defined_typeinfo.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2023 Antony Polukhin +// Copyright 2013-2024 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_index.hpp b/include/boost/type_index.hpp index 41a1bbf..367dc8d 100644 --- a/include/boost/type_index.hpp +++ b/include/boost/type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2012-2023 Antony Polukhin. +// Copyright 2012-2024 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/type_index/ctti_type_index.hpp b/include/boost/type_index/ctti_type_index.hpp index d6717f3..f54a4fa 100644 --- a/include/boost/type_index/ctti_type_index.hpp +++ b/include/boost/type_index/ctti_type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2023 Antony Polukhin. +// Copyright 2013-2024 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/compile_time_type_info.hpp b/include/boost/type_index/detail/compile_time_type_info.hpp index 9d6129a..236c4ab 100644 --- a/include/boost/type_index/detail/compile_time_type_info.hpp +++ b/include/boost/type_index/detail/compile_time_type_info.hpp @@ -1,5 +1,5 @@ // -// Copyright 2012-2023 Antony Polukhin. +// Copyright 2012-2024 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/ctti_register_class.hpp b/include/boost/type_index/detail/ctti_register_class.hpp index 9c69d49..57e55d9 100644 --- a/include/boost/type_index/detail/ctti_register_class.hpp +++ b/include/boost/type_index/detail/ctti_register_class.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2023 Antony Polukhin. +// Copyright 2013-2024 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/stl_register_class.hpp b/include/boost/type_index/detail/stl_register_class.hpp index 20eb818..ee4a64f 100644 --- a/include/boost/type_index/detail/stl_register_class.hpp +++ b/include/boost/type_index/detail/stl_register_class.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2023 Antony Polukhin. +// Copyright 2013-2024 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/stl_type_index.hpp b/include/boost/type_index/stl_type_index.hpp index 66d66e2..3e86e04 100644 --- a/include/boost/type_index/stl_type_index.hpp +++ b/include/boost/type_index/stl_type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2023 Antony Polukhin. +// Copyright 2013-2024 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/type_index_facade.hpp b/include/boost/type_index/type_index_facade.hpp index e4691af..421e06b 100644 --- a/include/boost/type_index/type_index_facade.hpp +++ b/include/boost/type_index/type_index_facade.hpp @@ -1,5 +1,5 @@ // -// Copyright 2013-2023 Antony Polukhin. +// Copyright 2013-2024 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/index.html b/index.html index 2b74a46..32d8838 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@