From a418e8414b7ccd3f5e4fc8595dd2ac5309b30f9b Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 7 Jan 2025 20:41:54 +0300 Subject: [PATCH] Update copyright years --- doc/Jamfile.v2 | 2 +- doc/type_index.qbk | 2 +- examples/constexpr14_namespace_check.cpp | 2 +- examples/constexpr14_sort_check.cpp | 2 +- examples/demangled_names.cpp | 2 +- examples/exact_types_match.cpp | 2 +- examples/inheritance.cpp | 2 +- examples/registry.cpp | 2 +- examples/table_of_names.cpp | 2 +- examples/user_defined_typeinfo.cpp | 2 +- examples/user_defined_typeinfo.hpp | 2 +- include/boost/type_index.hpp | 2 +- include/boost/type_index/ctti_type_index.hpp | 2 +- include/boost/type_index/detail/compile_time_type_info.hpp | 2 +- include/boost/type_index/detail/ctti_register_class.hpp | 2 +- include/boost/type_index/detail/stl_register_class.hpp | 2 +- include/boost/type_index/stl_type_index.hpp | 2 +- include/boost/type_index/type_index_facade.hpp | 2 +- index.html | 2 +- test/Jamfile.v2 | 2 +- test/appveyor.yml | 2 +- test/compare_ctti_stl.cpp | 2 +- test/ctti_print_name.cpp | 2 +- test/test_lib.cpp | 2 +- test/test_lib.hpp | 2 +- test/test_lib_anonymous.cpp | 2 +- test/test_lib_anonymous.hpp | 2 +- test/testing_crossmodule.cpp | 2 +- test/testing_crossmodule_anonymous.cpp | 2 +- test/track_13621.cpp | 2 +- test/type_index_constexpr_test.cpp | 2 +- test/type_index_test.cpp | 2 +- test/type_index_test_ctti_alignment.cpp | 2 +- test/type_index_test_ctti_construct_fail.cpp | 2 +- test/type_index_test_ctti_copy_fail.cpp | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 1177b3f..01157c0 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright 2011-2024 Antony Polukhin. +# Copyright 2011-2025 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 476ae72..d6e9062 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-2024 Antony Polukhin] + [copyright 2012-2025 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 44c0c73..624d984 100644 --- a/examples/constexpr14_namespace_check.cpp +++ b/examples/constexpr14_namespace_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 25c5225..3b05a9b 100644 --- a/examples/constexpr14_sort_check.cpp +++ b/examples/constexpr14_sort_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 c95062c..11d18b4 100644 --- a/examples/demangled_names.cpp +++ b/examples/demangled_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 cdb0729..c3cd427 100644 --- a/examples/exact_types_match.cpp +++ b/examples/exact_types_match.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 fb84cb7..4aa4d39 100644 --- a/examples/inheritance.cpp +++ b/examples/inheritance.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 5f8ae0a..e5e1048 100644 --- a/examples/registry.cpp +++ b/examples/registry.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 b2e1831..bf094ab 100644 --- a/examples/table_of_names.cpp +++ b/examples/table_of_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 889b0ae..51f12b7 100644 --- a/examples/user_defined_typeinfo.cpp +++ b/examples/user_defined_typeinfo.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 3b849ce..f8f816a 100644 --- a/examples/user_defined_typeinfo.hpp +++ b/examples/user_defined_typeinfo.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2024 Antony Polukhin +// Copyright 2013-2025 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 367dc8d..f9a5e1c 100644 --- a/include/boost/type_index.hpp +++ b/include/boost/type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright 2012-2024 Antony Polukhin. +// Copyright 2012-2025 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 f54a4fa..fac0a3c 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-2024 Antony Polukhin. +// Copyright 2013-2025 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 236c4ab..2c1ae38 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-2024 Antony Polukhin. +// Copyright 2012-2025 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 57e55d9..e004be0 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-2024 Antony Polukhin. +// Copyright 2013-2025 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 ee4a64f..0e44a26 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-2024 Antony Polukhin. +// Copyright 2013-2025 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 3e86e04..680ef9a 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-2024 Antony Polukhin. +// Copyright 2013-2025 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 421e06b..891797e 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-2024 Antony Polukhin. +// Copyright 2013-2025 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/index.html b/index.html index 32d8838..883f012 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@