diff --git a/.drone.star b/.drone.star index 23807568c..5eb2199f7 100644 --- a/.drone.star +++ b/.drone.star @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index d9bde5ae3..2104cf69d 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 00a3d302b..b5d9ce820 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 7203be66a..7d17ce6be 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/CMakeLists.txt b/CMakeLists.txt index b1c01bf1d..b69359b66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/bench/CMakeLists.txt b/bench/CMakeLists.txt index e2d839146..3056bb790 100644 --- a/bench/CMakeLists.txt +++ b/bench/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/bench/connection_pool.cpp b/bench/connection_pool.cpp index 58e1f2259..7da0e3dfb 100644 --- a/bench/connection_pool.cpp +++ b/bench/connection_pool.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +// Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) // // 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/bench/run.sh b/bench/run.sh index 928f9f901..ee50dea6a 100644 --- a/bench/run.sh +++ b/bench/run.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/cmake/test_utils.cmake b/cmake/test_utils.cmake index 60276bfc8..93c99ed59 100644 --- a/cmake/test_utils.cmake +++ b/cmake/test_utils.cmake @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/Jamfile b/doc/Jamfile index 014fcbb33..a1d96540d 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) # # 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/doxygen.hpp b/doc/doxygen.hpp index 415e7030a..e718434b4 100644 --- a/doc/doxygen.hpp +++ b/doc/doxygen.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) +// Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) // // 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/qbk/00_main.qbk b/doc/qbk/00_main.qbk index 8d183ce98..0a4ec0596 100644 --- a/doc/qbk/00_main.qbk +++ b/doc/qbk/00_main.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/01_intro.qbk b/doc/qbk/01_intro.qbk index 85a463ca0..efe96263c 100644 --- a/doc/qbk/01_intro.qbk +++ b/doc/qbk/01_intro.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/02_integrating.qbk b/doc/qbk/02_integrating.qbk index 14d20eeb0..27bbd9211 100644 --- a/doc/qbk/02_integrating.qbk +++ b/doc/qbk/02_integrating.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/03_tutorial.qbk b/doc/qbk/03_tutorial.qbk index 6a5c35e23..218c0dc78 100644 --- a/doc/qbk/03_tutorial.qbk +++ b/doc/qbk/03_tutorial.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/04_overview.qbk b/doc/qbk/04_overview.qbk index 1d381176b..646d1d069 100644 --- a/doc/qbk/04_overview.qbk +++ b/doc/qbk/04_overview.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/05_dynamic_interface.qbk b/doc/qbk/05_dynamic_interface.qbk index 49511859c..eca9215cb 100644 --- a/doc/qbk/05_dynamic_interface.qbk +++ b/doc/qbk/05_dynamic_interface.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/06_static_interface.qbk b/doc/qbk/06_static_interface.qbk index 15e6ec876..da90905bf 100644 --- a/doc/qbk/06_static_interface.qbk +++ b/doc/qbk/06_static_interface.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/07_queries.qbk b/doc/qbk/07_queries.qbk index ccf435a3b..12883d520 100644 --- a/doc/qbk/07_queries.qbk +++ b/doc/qbk/07_queries.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/08_prepared_statements.qbk b/doc/qbk/08_prepared_statements.qbk index a376e8f3d..6b26098d4 100644 --- a/doc/qbk/08_prepared_statements.qbk +++ b/doc/qbk/08_prepared_statements.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/09_multi_resultset.qbk b/doc/qbk/09_multi_resultset.qbk index ec19e5178..23eecdcfb 100644 --- a/doc/qbk/09_multi_resultset.qbk +++ b/doc/qbk/09_multi_resultset.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/10_multi_function.qbk b/doc/qbk/10_multi_function.qbk index 39d0f9639..b5e1ab4f4 100644 --- a/doc/qbk/10_multi_function.qbk +++ b/doc/qbk/10_multi_function.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/11_metadata.qbk b/doc/qbk/11_metadata.qbk index 40b469c95..716cb6789 100644 --- a/doc/qbk/11_metadata.qbk +++ b/doc/qbk/11_metadata.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/12_async.qbk b/doc/qbk/12_async.qbk index f80801033..0fc70a8a1 100644 --- a/doc/qbk/12_async.qbk +++ b/doc/qbk/12_async.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/13_ssl.qbk b/doc/qbk/13_ssl.qbk index 39489634a..399520ae2 100644 --- a/doc/qbk/13_ssl.qbk +++ b/doc/qbk/13_ssl.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/14_other_streams.qbk b/doc/qbk/14_other_streams.qbk index 13209725c..0549f714d 100644 --- a/doc/qbk/14_other_streams.qbk +++ b/doc/qbk/14_other_streams.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/15_error_handling.qbk b/doc/qbk/15_error_handling.qbk index 68532a160..3d343e1c4 100644 --- a/doc/qbk/15_error_handling.qbk +++ b/doc/qbk/15_error_handling.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/16_connparams.qbk b/doc/qbk/16_connparams.qbk index 42386cfa8..e8c3e4797 100644 --- a/doc/qbk/16_connparams.qbk +++ b/doc/qbk/16_connparams.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/17_reconnecting.qbk b/doc/qbk/17_reconnecting.qbk index 5266802db..6da58a130 100644 --- a/doc/qbk/17_reconnecting.qbk +++ b/doc/qbk/17_reconnecting.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/18_charsets.qbk b/doc/qbk/18_charsets.qbk index 5fc178376..7bf383646 100644 --- a/doc/qbk/18_charsets.qbk +++ b/doc/qbk/18_charsets.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/19_time_types.qbk b/doc/qbk/19_time_types.qbk index c64553e63..52ec4affc 100644 --- a/doc/qbk/19_time_types.qbk +++ b/doc/qbk/19_time_types.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/20_any_connection.qbk b/doc/qbk/20_any_connection.qbk index fc4dc3e9d..4a71a7905 100644 --- a/doc/qbk/20_any_connection.qbk +++ b/doc/qbk/20_any_connection.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/21_connection_pool.qbk b/doc/qbk/21_connection_pool.qbk index 22a9471f2..dc32676f4 100644 --- a/doc/qbk/21_connection_pool.qbk +++ b/doc/qbk/21_connection_pool.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/22_sql_formatting.qbk b/doc/qbk/22_sql_formatting.qbk index af21aa509..2f3bfac9b 100644 --- a/doc/qbk/22_sql_formatting.qbk +++ b/doc/qbk/22_sql_formatting.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/23_sql_formatting_advanced.qbk b/doc/qbk/23_sql_formatting_advanced.qbk index ef96234b7..be58532b0 100644 --- a/doc/qbk/23_sql_formatting_advanced.qbk +++ b/doc/qbk/23_sql_formatting_advanced.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/24_examples.qbk b/doc/qbk/24_examples.qbk index 637a43373..c0263a627 100644 --- a/doc/qbk/24_examples.qbk +++ b/doc/qbk/24_examples.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/25_tests.qbk b/doc/qbk/25_tests.qbk index 6eb67282a..237d4a595 100644 --- a/doc/qbk/25_tests.qbk +++ b/doc/qbk/25_tests.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/ExecutionRequest.qbk b/doc/qbk/helpers/ExecutionRequest.qbk index 481c46ecf..99a5d85b3 100644 --- a/doc/qbk/helpers/ExecutionRequest.qbk +++ b/doc/qbk/helpers/ExecutionRequest.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/ExecutionStateType.qbk b/doc/qbk/helpers/ExecutionStateType.qbk index 27db77d2b..3a4cabd38 100644 --- a/doc/qbk/helpers/ExecutionStateType.qbk +++ b/doc/qbk/helpers/ExecutionStateType.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/FieldViewFwdIterator.qbk b/doc/qbk/helpers/FieldViewFwdIterator.qbk index 6333aee46..e82096a8f 100644 --- a/doc/qbk/helpers/FieldViewFwdIterator.qbk +++ b/doc/qbk/helpers/FieldViewFwdIterator.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/Formattable.qbk b/doc/qbk/helpers/Formattable.qbk index 194b19034..324c17bc2 100644 --- a/doc/qbk/helpers/Formattable.qbk +++ b/doc/qbk/helpers/Formattable.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/OutputString.qbk b/doc/qbk/helpers/OutputString.qbk index f5fff9d75..88d87924b 100644 --- a/doc/qbk/helpers/OutputString.qbk +++ b/doc/qbk/helpers/OutputString.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/ResultsType.qbk b/doc/qbk/helpers/ResultsType.qbk index fd45be161..5985a8769 100644 --- a/doc/qbk/helpers/ResultsType.qbk +++ b/doc/qbk/helpers/ResultsType.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/SocketStream.qbk b/doc/qbk/helpers/SocketStream.qbk index f6684d69a..3ddb7cec3 100644 --- a/doc/qbk/helpers/SocketStream.qbk +++ b/doc/qbk/helpers/SocketStream.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/StaticRow.qbk b/doc/qbk/helpers/StaticRow.qbk index f85df877b..b2b0e9173 100644 --- a/doc/qbk/helpers/StaticRow.qbk +++ b/doc/qbk/helpers/StaticRow.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/Stream.qbk b/doc/qbk/helpers/Stream.qbk index 426392c37..89a75f5b7 100644 --- a/doc/qbk/helpers/Stream.qbk +++ b/doc/qbk/helpers/Stream.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/WritableFieldTuple.qbk b/doc/qbk/helpers/WritableFieldTuple.qbk index 03954d0c6..487c01757 100644 --- a/doc/qbk/helpers/WritableFieldTuple.qbk +++ b/doc/qbk/helpers/WritableFieldTuple.qbk @@ -1,5 +1,5 @@ [/ - Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) + Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) 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/qbk/helpers/quickref.xml b/doc/qbk/helpers/quickref.xml index b63697e36..6d45d4866 100644 --- a/doc/qbk/helpers/quickref.xml +++ b/doc/qbk/helpers/quickref.xml @@ -2,7 +2,7 @@