From 6c60dde50bf67138c90cc84938111866813feaff Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 7 Jan 2024 13:15:29 +0300 Subject: [PATCH] Update copyright years --- doc/ack.qbk | 2 +- doc/dependencies.qbk | 2 +- doc/design_rationale.qbk | 2 +- doc/dll.qbk | 4 ++-- doc/faq.qbk | 2 +- doc/getting_started.qbk | 2 +- doc/introduction.qbk | 2 +- doc/limitations.qbk | 2 +- doc/missuses.qbk | 2 +- doc/revisionhistory.qbk | 2 +- doc/tutorial.qbk | 2 +- example/b2_workarounds.hpp | 2 +- example/getting_started.cpp | 2 +- example/getting_started_library.cpp | 2 +- example/tutorial1/my_plugin_sum.cpp | 2 +- example/tutorial1/tutorial1.cpp | 2 +- example/tutorial2/my_plugin_aggregator.cpp | 2 +- example/tutorial2/tutorial2.cpp | 2 +- example/tutorial3/tutorial3.cpp | 2 +- example/tutorial4/load_self.cpp | 2 +- example/tutorial4/static_plugin.cpp | 2 +- example/tutorial4/static_plugin.hpp | 2 +- example/tutorial5/load_all.cpp | 2 +- example/tutorial6/on_unload_lib.cpp | 2 +- example/tutorial6/tutorial6.cpp | 2 +- example/tutorial7/library1.cpp | 2 +- example/tutorial7/library2.cpp | 2 +- example/tutorial7/tutorial7.cpp | 2 +- example/tutorial8/refcounting_api.hpp | 2 +- example/tutorial8/refcounting_plugin.cpp | 2 +- example/tutorial8/refcounting_plugin.hpp | 2 +- example/tutorial8/tutorial8.cpp | 2 +- example/tutorial8/tutorial8_static.cpp | 2 +- example/tutorial9/tutorial9.cpp | 2 +- example/tutorial_common/my_plugin_api.hpp | 2 +- include/boost/dll.hpp | 2 +- include/boost/dll/alias.hpp | 2 +- include/boost/dll/config.hpp | 2 +- include/boost/dll/detail/aggressive_ptr_cast.hpp | 2 +- include/boost/dll/detail/elf_info.hpp | 2 +- include/boost/dll/detail/macho_info.hpp | 2 +- include/boost/dll/detail/pe_info.hpp | 2 +- include/boost/dll/detail/posix/path_from_handle.hpp | 2 +- include/boost/dll/detail/posix/program_location_impl.hpp | 2 +- include/boost/dll/detail/posix/shared_library_impl.hpp | 2 +- include/boost/dll/detail/system_error.hpp | 2 +- include/boost/dll/detail/windows/path_from_handle.hpp | 2 +- include/boost/dll/detail/windows/shared_library_impl.hpp | 2 +- include/boost/dll/import.hpp | 2 +- include/boost/dll/import_class.hpp | 2 +- include/boost/dll/import_mangled.hpp | 2 +- include/boost/dll/library_info.hpp | 2 +- include/boost/dll/runtime_symbol_info.hpp | 2 +- include/boost/dll/shared_library.hpp | 2 +- include/boost/dll/shared_library_load_mode.hpp | 2 +- include/boost/dll/smart_library.hpp | 2 +- index.html | 4 ++-- test/appveyor.yml | 2 +- test/cpp_load_test.cpp | 2 +- test/cpp_test_library.cpp | 2 +- test/empty_library.cpp | 2 +- test/empty_library_info_test.cpp | 2 +- test/library_info_test.cpp | 2 +- test/link.hpp | 2 +- test/link1.cpp | 2 +- test/link2.cpp | 2 +- test/section_name_too_big.cpp | 2 +- test/shared_library_concurrent_load_test.cpp | 2 +- test/shared_library_errors.cpp | 2 +- test/shared_library_get_symbol_test.cpp | 2 +- test/shared_library_load_test.cpp | 2 +- test/shared_library_search_symbol_test.cpp | 2 +- test/structures_tests.cpp | 2 +- test/symbol_runtime_info_test.cpp | 2 +- test/template_method_linux_test.cpp | 2 +- test/test_library.cpp | 2 +- 76 files changed, 78 insertions(+), 78 deletions(-) diff --git a/doc/ack.qbk b/doc/ack.qbk index 3f281e3..0b650a1 100644 --- a/doc/ack.qbk +++ b/doc/ack.qbk @@ -1,5 +1,5 @@ [/ - Copyright Antony Polukhin, 2016-2023 + Copyright Antony Polukhin, 2016-2024 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/doc/dependencies.qbk b/doc/dependencies.qbk index 428eeeb..c82db9f 100644 --- a/doc/dependencies.qbk +++ b/doc/dependencies.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023 + Copyright Antony Polukhin, 2015-2024 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/doc/design_rationale.qbk b/doc/design_rationale.qbk index 252fdcd..01f1c71 100644 --- a/doc/design_rationale.qbk +++ b/doc/design_rationale.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023 + Copyright Antony Polukhin, 2015-2024 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/doc/dll.qbk b/doc/dll.qbk index bcc03ab..54383b5 100644 --- a/doc/dll.qbk +++ b/doc/dll.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023. + Copyright Antony Polukhin, 2015-2024. 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) /] @@ -8,7 +8,7 @@ [library Boost.DLL [quickbook 1.5] [authors [Forti, Renato][Polukhin, Antony]] - [copyright 2014 Renato Tegon Forti, Antony Polukhin, 2015 Antony Polukhin, 2016 Antony Polukhin, Klemens Morgenstern, 2017-2023 Antony Polukhin] + [copyright 2014 Renato Tegon Forti, Antony Polukhin, 2015 Antony Polukhin, 2016 Antony Polukhin, Klemens Morgenstern, 2017-2024 Antony Polukhin] [license Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/doc/faq.qbk b/doc/faq.qbk index 825b0a2..a94f5d2 100644 --- a/doc/faq.qbk +++ b/doc/faq.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023 + Copyright Antony Polukhin, 2015-2024 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/doc/getting_started.qbk b/doc/getting_started.qbk index 39a4392..4f900fc 100644 --- a/doc/getting_started.qbk +++ b/doc/getting_started.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin. - Copyright Antony Polukhin, 2015-2023. + Copyright Antony Polukhin, 2015-2024. 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/doc/introduction.qbk b/doc/introduction.qbk index 3076ea9..dc191ad 100644 --- a/doc/introduction.qbk +++ b/doc/introduction.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023 + Copyright Antony Polukhin, 2015-2024 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/doc/limitations.qbk b/doc/limitations.qbk index fe886d0..cc9a337 100644 --- a/doc/limitations.qbk +++ b/doc/limitations.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023 + Copyright Antony Polukhin, 2015-2024 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/doc/missuses.qbk b/doc/missuses.qbk index befd07d..542a518 100644 --- a/doc/missuses.qbk +++ b/doc/missuses.qbk @@ -1,5 +1,5 @@ [/ - Copyright Antony Polukhin, 2016-2023 + Copyright Antony Polukhin, 2016-2024 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/doc/revisionhistory.qbk b/doc/revisionhistory.qbk index 5e6e31e..9d33545 100644 --- a/doc/revisionhistory.qbk +++ b/doc/revisionhistory.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin. - Copyright Antony Polukhin, 2015-2023. + Copyright Antony Polukhin, 2015-2024. 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/doc/tutorial.qbk b/doc/tutorial.qbk index 79e27c3..f5abb97 100644 --- a/doc/tutorial.qbk +++ b/doc/tutorial.qbk @@ -1,6 +1,6 @@ [/ Copyright 2014 Renato Tegon Forti, Antony Polukhin - Copyright Antony Polukhin, 2015-2023 + Copyright Antony Polukhin, 2015-2024 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/b2_workarounds.hpp b/example/b2_workarounds.hpp index 1b4f86c..0340ba9 100644 --- a/example/b2_workarounds.hpp +++ b/example/b2_workarounds.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/getting_started.cpp b/example/getting_started.cpp index 17ff37e..709fec9 100644 --- a/example/getting_started.cpp +++ b/example/getting_started.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/getting_started_library.cpp b/example/getting_started_library.cpp index 26c3d9b..4916663 100644 --- a/example/getting_started_library.cpp +++ b/example/getting_started_library.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial1/my_plugin_sum.cpp b/example/tutorial1/my_plugin_sum.cpp index 3709dac..f3b06be 100644 --- a/example/tutorial1/my_plugin_sum.cpp +++ b/example/tutorial1/my_plugin_sum.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial1/tutorial1.cpp b/example/tutorial1/tutorial1.cpp index d648194..bcc034d 100644 --- a/example/tutorial1/tutorial1.cpp +++ b/example/tutorial1/tutorial1.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial2/my_plugin_aggregator.cpp b/example/tutorial2/my_plugin_aggregator.cpp index 6a0291a..67738df 100644 --- a/example/tutorial2/my_plugin_aggregator.cpp +++ b/example/tutorial2/my_plugin_aggregator.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial2/tutorial2.cpp b/example/tutorial2/tutorial2.cpp index f111281..ca49b49 100644 --- a/example/tutorial2/tutorial2.cpp +++ b/example/tutorial2/tutorial2.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial3/tutorial3.cpp b/example/tutorial3/tutorial3.cpp index 4d5dbbc..7ebc682 100644 --- a/example/tutorial3/tutorial3.cpp +++ b/example/tutorial3/tutorial3.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial4/load_self.cpp b/example/tutorial4/load_self.cpp index 99b18a6..80528e1 100644 --- a/example/tutorial4/load_self.cpp +++ b/example/tutorial4/load_self.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial4/static_plugin.cpp b/example/tutorial4/static_plugin.cpp index 576ed38..f109540 100644 --- a/example/tutorial4/static_plugin.cpp +++ b/example/tutorial4/static_plugin.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial4/static_plugin.hpp b/example/tutorial4/static_plugin.hpp index e8bfcc7..e51374e 100644 --- a/example/tutorial4/static_plugin.hpp +++ b/example/tutorial4/static_plugin.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial5/load_all.cpp b/example/tutorial5/load_all.cpp index a8e7f34..de0a339 100644 --- a/example/tutorial5/load_all.cpp +++ b/example/tutorial5/load_all.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial6/on_unload_lib.cpp b/example/tutorial6/on_unload_lib.cpp index 6b2433c..0b97226 100644 --- a/example/tutorial6/on_unload_lib.cpp +++ b/example/tutorial6/on_unload_lib.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial6/tutorial6.cpp b/example/tutorial6/tutorial6.cpp index 0da42af..11117e2 100644 --- a/example/tutorial6/tutorial6.cpp +++ b/example/tutorial6/tutorial6.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial7/library1.cpp b/example/tutorial7/library1.cpp index f90ea32..cf4ae20 100644 --- a/example/tutorial7/library1.cpp +++ b/example/tutorial7/library1.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial7/library2.cpp b/example/tutorial7/library2.cpp index 56d802c..b6a108a 100644 --- a/example/tutorial7/library2.cpp +++ b/example/tutorial7/library2.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial7/tutorial7.cpp b/example/tutorial7/tutorial7.cpp index 1e95b55..e762c1d 100644 --- a/example/tutorial7/tutorial7.cpp +++ b/example/tutorial7/tutorial7.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial8/refcounting_api.hpp b/example/tutorial8/refcounting_api.hpp index f1fb21a..e9e415d 100644 --- a/example/tutorial8/refcounting_api.hpp +++ b/example/tutorial8/refcounting_api.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial8/refcounting_plugin.cpp b/example/tutorial8/refcounting_plugin.cpp index 8cf5680..b4b5d78 100644 --- a/example/tutorial8/refcounting_plugin.cpp +++ b/example/tutorial8/refcounting_plugin.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial8/refcounting_plugin.hpp b/example/tutorial8/refcounting_plugin.hpp index cc5b8b8..249c03b 100644 --- a/example/tutorial8/refcounting_plugin.hpp +++ b/example/tutorial8/refcounting_plugin.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial8/tutorial8.cpp b/example/tutorial8/tutorial8.cpp index 98a4d40..b537cd3 100644 --- a/example/tutorial8/tutorial8.cpp +++ b/example/tutorial8/tutorial8.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial8/tutorial8_static.cpp b/example/tutorial8/tutorial8_static.cpp index cf752e3..46e61dc 100644 --- a/example/tutorial8/tutorial8_static.cpp +++ b/example/tutorial8/tutorial8_static.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial9/tutorial9.cpp b/example/tutorial9/tutorial9.cpp index 096c695..745c171 100644 --- a/example/tutorial9/tutorial9.cpp +++ b/example/tutorial9/tutorial9.cpp @@ -1,4 +1,4 @@ -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/example/tutorial_common/my_plugin_api.hpp b/example/tutorial_common/my_plugin_api.hpp index 119fb24..4189811 100644 --- a/example/tutorial_common/my_plugin_api.hpp +++ b/example/tutorial_common/my_plugin_api.hpp @@ -1,4 +1,4 @@ -// Copyright Antony Polukhin, 2016-2023. +// Copyright Antony Polukhin, 2016-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll.hpp b/include/boost/dll.hpp index 5aa8315..a9c95bc 100644 --- a/include/boost/dll.hpp +++ b/include/boost/dll.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/alias.hpp b/include/boost/dll/alias.hpp index 63c90ab..0eac7ce 100644 --- a/include/boost/dll/alias.hpp +++ b/include/boost/dll/alias.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/config.hpp b/include/boost/dll/config.hpp index 0f7f02d..65599b8 100644 --- a/include/boost/dll/config.hpp +++ b/include/boost/dll/config.hpp @@ -1,4 +1,4 @@ -// Copyright Antony Polukhin, 2018-2023. +// Copyright Antony Polukhin, 2018-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/aggressive_ptr_cast.hpp b/include/boost/dll/detail/aggressive_ptr_cast.hpp index e7cff4d..b9efc29 100644 --- a/include/boost/dll/detail/aggressive_ptr_cast.hpp +++ b/include/boost/dll/detail/aggressive_ptr_cast.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/elf_info.hpp b/include/boost/dll/detail/elf_info.hpp index d8c818c..6e3849e 100644 --- a/include/boost/dll/detail/elf_info.hpp +++ b/include/boost/dll/detail/elf_info.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/macho_info.hpp b/include/boost/dll/detail/macho_info.hpp index 073d0fa..1888ec4 100644 --- a/include/boost/dll/detail/macho_info.hpp +++ b/include/boost/dll/detail/macho_info.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/pe_info.hpp b/include/boost/dll/detail/pe_info.hpp index 8892b65..a6e7aad 100644 --- a/include/boost/dll/detail/pe_info.hpp +++ b/include/boost/dll/detail/pe_info.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/posix/path_from_handle.hpp b/include/boost/dll/detail/posix/path_from_handle.hpp index 38b8dc4..f4be75f 100644 --- a/include/boost/dll/detail/posix/path_from_handle.hpp +++ b/include/boost/dll/detail/posix/path_from_handle.hpp @@ -1,5 +1,5 @@ // Copyright 2014-2015 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2016-2023. +// Copyright Antony Polukhin, 2016-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/posix/program_location_impl.hpp b/include/boost/dll/detail/posix/program_location_impl.hpp index 5341e55..e4c7f7d 100644 --- a/include/boost/dll/detail/posix/program_location_impl.hpp +++ b/include/boost/dll/detail/posix/program_location_impl.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/posix/shared_library_impl.hpp b/include/boost/dll/detail/posix/shared_library_impl.hpp index 3842b2b..c8858f3 100644 --- a/include/boost/dll/detail/posix/shared_library_impl.hpp +++ b/include/boost/dll/detail/posix/shared_library_impl.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/system_error.hpp b/include/boost/dll/detail/system_error.hpp index fefc5ca..a0d42f5 100644 --- a/include/boost/dll/detail/system_error.hpp +++ b/include/boost/dll/detail/system_error.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/windows/path_from_handle.hpp b/include/boost/dll/detail/windows/path_from_handle.hpp index 424b540..a7513dd 100644 --- a/include/boost/dll/detail/windows/path_from_handle.hpp +++ b/include/boost/dll/detail/windows/path_from_handle.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/detail/windows/shared_library_impl.hpp b/include/boost/dll/detail/windows/shared_library_impl.hpp index a6f4b3c..865265d 100644 --- a/include/boost/dll/detail/windows/shared_library_impl.hpp +++ b/include/boost/dll/detail/windows/shared_library_impl.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/import.hpp b/include/boost/dll/import.hpp index 2bce7a2..6a8fce8 100644 --- a/include/boost/dll/import.hpp +++ b/include/boost/dll/import.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/import_class.hpp b/include/boost/dll/import_class.hpp index 9e1627c..f4cd3f8 100644 --- a/include/boost/dll/import_class.hpp +++ b/include/boost/dll/import_class.hpp @@ -1,5 +1,5 @@ // Copyright 2015-2018 Klemens D. Morgenstern -// Copyright Antony Polukhin, 2019-2023 +// Copyright Antony Polukhin, 2019-2024 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/import_mangled.hpp b/include/boost/dll/import_mangled.hpp index c8b56f0..6dc8d3c 100644 --- a/include/boost/dll/import_mangled.hpp +++ b/include/boost/dll/import_mangled.hpp @@ -1,5 +1,5 @@ // Copyright 2015-2018 Klemens D. Morgenstern -// Copyright Antony Polukhin, 2019-2023 +// Copyright Antony Polukhin, 2019-2024 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/library_info.hpp b/include/boost/dll/library_info.hpp index ceb0a68..ca317c9 100644 --- a/include/boost/dll/library_info.hpp +++ b/include/boost/dll/library_info.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/runtime_symbol_info.hpp b/include/boost/dll/runtime_symbol_info.hpp index f6fc4c8..8a9128b 100644 --- a/include/boost/dll/runtime_symbol_info.hpp +++ b/include/boost/dll/runtime_symbol_info.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/shared_library.hpp b/include/boost/dll/shared_library.hpp index 4db59cc..dd76b01 100644 --- a/include/boost/dll/shared_library.hpp +++ b/include/boost/dll/shared_library.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/shared_library_load_mode.hpp b/include/boost/dll/shared_library_load_mode.hpp index 0756db6..c47ab54 100644 --- a/include/boost/dll/shared_library_load_mode.hpp +++ b/include/boost/dll/shared_library_load_mode.hpp @@ -1,5 +1,5 @@ // Copyright 2014 Renato Tegon Forti, Antony Polukhin. -// Copyright Antony Polukhin, 2015-2023. +// Copyright Antony Polukhin, 2015-2024. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/include/boost/dll/smart_library.hpp b/include/boost/dll/smart_library.hpp index 63e802b..1f02843 100644 --- a/include/boost/dll/smart_library.hpp +++ b/include/boost/dll/smart_library.hpp @@ -1,5 +1,5 @@ // Copyright 2016 Klemens Morgenstern -// Copyright Antony Polukhin, 2019-2023 +// Copyright Antony Polukhin, 2019-2024 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt diff --git a/index.html b/index.html index 7a7ffef..f9fb04d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@