From d8b69d0e78e84f3fd8ae37b7bfe341192a330172 Mon Sep 17 00:00:00 2001 From: Ruben Perez Date: Sun, 18 Feb 2024 12:48:14 +0100 Subject: [PATCH] Bumped copyright to 2024 --- .drone.star | 2 +- .github/workflows/build-code.yml | 2 +- .github/workflows/build-docker-images.yml | 2 +- .github/workflows/fuzz.yml | 2 +- CMakeLists.txt | 2 +- bench/CMakeLists.txt | 2 +- bench/connection_pool.cpp | 2 +- bench/run.sh | 2 +- cmake/test_utils.cmake | 2 +- doc/Jamfile | 2 +- doc/doxygen.hpp | 2 +- doc/qbk/00_main.qbk | 2 +- doc/qbk/01_intro.qbk | 2 +- doc/qbk/02_integrating.qbk | 2 +- doc/qbk/03_tutorial.qbk | 2 +- doc/qbk/04_overview.qbk | 2 +- doc/qbk/05_dynamic_interface.qbk | 2 +- doc/qbk/06_static_interface.qbk | 2 +- doc/qbk/07_queries.qbk | 2 +- doc/qbk/08_prepared_statements.qbk | 2 +- doc/qbk/09_multi_resultset.qbk | 2 +- doc/qbk/10_multi_function.qbk | 2 +- doc/qbk/11_metadata.qbk | 2 +- doc/qbk/12_async.qbk | 2 +- doc/qbk/13_ssl.qbk | 2 +- doc/qbk/14_other_streams.qbk | 2 +- doc/qbk/15_error_handling.qbk | 2 +- doc/qbk/16_connparams.qbk | 2 +- doc/qbk/17_reconnecting.qbk | 2 +- doc/qbk/18_charsets.qbk | 2 +- doc/qbk/19_time_types.qbk | 2 +- doc/qbk/20_any_connection.qbk | 2 +- doc/qbk/21_connection_pool.qbk | 2 +- doc/qbk/22_sql_formatting.qbk | 2 +- doc/qbk/23_sql_formatting_advanced.qbk | 2 +- doc/qbk/24_examples.qbk | 2 +- doc/qbk/25_tests.qbk | 2 +- doc/qbk/helpers/ExecutionRequest.qbk | 2 +- doc/qbk/helpers/ExecutionStateType.qbk | 2 +- doc/qbk/helpers/FieldViewFwdIterator.qbk | 2 +- doc/qbk/helpers/Formattable.qbk | 2 +- doc/qbk/helpers/OutputString.qbk | 2 +- doc/qbk/helpers/ResultsType.qbk | 2 +- doc/qbk/helpers/SocketStream.qbk | 2 +- doc/qbk/helpers/StaticRow.qbk | 2 +- doc/qbk/helpers/Stream.qbk | 2 +- doc/qbk/helpers/WritableFieldTuple.qbk | 2 +- doc/qbk/helpers/quickref.xml | 2 +- doc/xsl/custom-overrides.xsl | 2 +- example/CMakeLists.txt | 2 +- example/Jamfile | 2 +- example/any_connection.cpp | 2 +- example/async_callbacks.cpp | 2 +- example/async_coroutines.cpp | 2 +- example/async_coroutinescpp20.cpp | 2 +- example/async_futures.cpp | 2 +- example/batch_inserts.cpp | 2 +- example/batch_inserts_generic.cpp | 2 +- example/connection_pool/handle_request.cpp | 2 +- example/connection_pool/handle_request.hpp | 2 +- example/connection_pool/log_error.hpp | 2 +- example/connection_pool/main.cpp | 2 +- example/connection_pool/repository.cpp | 2 +- example/connection_pool/repository.hpp | 2 +- example/connection_pool/server.cpp | 2 +- example/connection_pool/server.hpp | 2 +- example/connection_pool/types.hpp | 2 +- example/db_setup.sql | 2 +- example/dynamic_filters.cpp | 2 +- example/metadata.cpp | 2 +- example/order_management/db_setup.sql | 2 +- example/order_management/parse_cmdline.hpp | 2 +- example/order_management/prepared_statements_cpp11.cpp | 2 +- example/order_management/prepared_statements_cpp14.cpp | 2 +- example/order_management/stored_procedures_cpp11.cpp | 2 +- example/order_management/stored_procedures_cpp14.cpp | 2 +- example/patch_updates.cpp | 2 +- example/private/run_batch_inserts.py | 2 +- example/private/run_connection_pool.py | 2 +- example/private/run_dynamic_filters.py | 2 +- example/private/run_patch_updates.py | 2 +- example/private/run_stored_procedures.py | 2 +- example/private/test_script.sql | 2 +- example/snippets.cpp | 2 +- example/source_script.cpp | 2 +- example/ssl.cpp | 2 +- example/timeouts.cpp | 2 +- example/tutorial.cpp | 2 +- example/unix_socket.cpp | 2 +- include/boost/mysql.hpp | 2 +- include/boost/mysql/any_address.hpp | 2 +- include/boost/mysql/any_connection.hpp | 2 +- include/boost/mysql/bad_field_access.hpp | 2 +- include/boost/mysql/blob.hpp | 2 +- include/boost/mysql/blob_view.hpp | 2 +- include/boost/mysql/buffer_params.hpp | 2 +- include/boost/mysql/character_set.hpp | 2 +- include/boost/mysql/client_errc.hpp | 2 +- include/boost/mysql/column_type.hpp | 2 +- include/boost/mysql/common_server_errc.hpp | 2 +- include/boost/mysql/connect_params.hpp | 2 +- include/boost/mysql/connection.hpp | 2 +- include/boost/mysql/connection_pool.hpp | 2 +- include/boost/mysql/constant_string_view.hpp | 2 +- include/boost/mysql/date.hpp | 2 +- include/boost/mysql/datetime.hpp | 2 +- include/boost/mysql/days.hpp | 2 +- include/boost/mysql/defaults.hpp | 2 +- include/boost/mysql/detail/access.hpp | 2 +- include/boost/mysql/detail/algo_params.hpp | 2 +- include/boost/mysql/detail/any_execution_request.hpp | 2 +- include/boost/mysql/detail/any_stream.hpp | 2 +- include/boost/mysql/detail/any_stream_impl.hpp | 2 +- include/boost/mysql/detail/character_set.hpp | 2 +- include/boost/mysql/detail/coldef_view.hpp | 2 +- include/boost/mysql/detail/config.hpp | 2 +- include/boost/mysql/detail/connect_params_helpers.hpp | 2 +- include/boost/mysql/detail/connection_impl.hpp | 2 +- include/boost/mysql/detail/connection_pool_fwd.hpp | 2 +- include/boost/mysql/detail/datetime.hpp | 2 +- include/boost/mysql/detail/escape_string.hpp | 2 +- include/boost/mysql/detail/execution_concepts.hpp | 2 +- .../mysql/detail/execution_processor/execution_processor.hpp | 2 +- .../mysql/detail/execution_processor/execution_state_impl.hpp | 2 +- .../boost/mysql/detail/execution_processor/results_impl.hpp | 2 +- .../execution_processor/static_execution_state_impl.hpp | 2 +- .../mysql/detail/execution_processor/static_results_impl.hpp | 2 +- include/boost/mysql/detail/field_impl.hpp | 2 +- include/boost/mysql/detail/flags.hpp | 2 +- include/boost/mysql/detail/format_sql.hpp | 2 +- include/boost/mysql/detail/make_string_view.hpp | 2 +- include/boost/mysql/detail/ok_view.hpp | 2 +- include/boost/mysql/detail/output_string.hpp | 2 +- include/boost/mysql/detail/rebind_executor.hpp | 2 +- include/boost/mysql/detail/results_iterator.hpp | 2 +- include/boost/mysql/detail/resultset_encoding.hpp | 2 +- include/boost/mysql/detail/row_impl.hpp | 2 +- include/boost/mysql/detail/rows_iterator.hpp | 2 +- include/boost/mysql/detail/run_algo.hpp | 2 +- include/boost/mysql/detail/socket_stream.hpp | 2 +- include/boost/mysql/detail/string_view_offset.hpp | 2 +- include/boost/mysql/detail/throw_on_error_loc.hpp | 2 +- include/boost/mysql/detail/typing/get_type_index.hpp | 2 +- include/boost/mysql/detail/typing/meta_check_context.hpp | 2 +- include/boost/mysql/detail/typing/pos_map.hpp | 2 +- include/boost/mysql/detail/typing/readable_field_traits.hpp | 2 +- include/boost/mysql/detail/typing/row_traits.hpp | 2 +- include/boost/mysql/detail/void_t.hpp | 2 +- include/boost/mysql/detail/writable_field_traits.hpp | 2 +- include/boost/mysql/diagnostics.hpp | 2 +- include/boost/mysql/error_categories.hpp | 2 +- include/boost/mysql/error_code.hpp | 2 +- include/boost/mysql/error_with_diagnostics.hpp | 2 +- include/boost/mysql/escape_string.hpp | 2 +- include/boost/mysql/execution_state.hpp | 2 +- include/boost/mysql/field.hpp | 2 +- include/boost/mysql/field_kind.hpp | 2 +- include/boost/mysql/field_view.hpp | 2 +- include/boost/mysql/format_sql.hpp | 2 +- include/boost/mysql/handshake_params.hpp | 2 +- include/boost/mysql/impl/any_connection.ipp | 2 +- include/boost/mysql/impl/any_stream_impl.ipp | 2 +- include/boost/mysql/impl/character_set.ipp | 2 +- include/boost/mysql/impl/column_type.ipp | 2 +- include/boost/mysql/impl/connect_params_helpers.ipp | 2 +- include/boost/mysql/impl/connection_impl.ipp | 2 +- include/boost/mysql/impl/connection_pool.ipp | 2 +- include/boost/mysql/impl/date.ipp | 2 +- include/boost/mysql/impl/datetime.ipp | 2 +- include/boost/mysql/impl/error_categories.ipp | 2 +- include/boost/mysql/impl/escape_string.ipp | 2 +- include/boost/mysql/impl/execution_state_impl.ipp | 2 +- include/boost/mysql/impl/field.ipp | 2 +- include/boost/mysql/impl/field_kind.ipp | 2 +- include/boost/mysql/impl/field_view.hpp | 2 +- include/boost/mysql/impl/field_view.ipp | 2 +- include/boost/mysql/impl/format_sql.ipp | 2 +- include/boost/mysql/impl/internal/auth/auth.hpp | 2 +- include/boost/mysql/impl/internal/auth/auth.ipp | 2 +- include/boost/mysql/impl/internal/byte_to_hex.hpp | 2 +- include/boost/mysql/impl/internal/call_next_char.hpp | 2 +- .../mysql/impl/internal/connection_pool/connection_node.hpp | 2 +- .../impl/internal/connection_pool/connection_pool_impl.hpp | 2 +- .../impl/internal/connection_pool/internal_pool_params.hpp | 2 +- .../mysql/impl/internal/connection_pool/run_with_timeout.hpp | 2 +- .../impl/internal/connection_pool/sansio_connection_node.hpp | 2 +- .../boost/mysql/impl/internal/connection_pool/timer_list.hpp | 2 +- .../boost/mysql/impl/internal/connection_pool/wait_group.hpp | 2 +- include/boost/mysql/impl/internal/dt_to_string.hpp | 2 +- .../mysql/impl/internal/error/server_error_to_string.hpp | 2 +- .../mysql/impl/internal/error/server_error_to_string.ipp | 2 +- .../mysql/impl/internal/network_algorithms/run_algo_impl.hpp | 2 +- include/boost/mysql/impl/internal/protocol/basic_types.hpp | 2 +- .../mysql/impl/internal/protocol/binary_serialization.hpp | 2 +- .../mysql/impl/internal/protocol/binary_serialization.ipp | 2 +- .../mysql/impl/internal/protocol/bit_deserialization.hpp | 2 +- include/boost/mysql/impl/internal/protocol/capabilities.hpp | 2 +- include/boost/mysql/impl/internal/protocol/constants.hpp | 2 +- include/boost/mysql/impl/internal/protocol/db_flavor.hpp | 2 +- .../mysql/impl/internal/protocol/deserialize_binary_field.hpp | 2 +- .../mysql/impl/internal/protocol/deserialize_binary_field.ipp | 2 +- .../mysql/impl/internal/protocol/deserialize_text_field.hpp | 2 +- .../mysql/impl/internal/protocol/deserialize_text_field.ipp | 2 +- .../boost/mysql/impl/internal/protocol/null_bitmap_traits.hpp | 2 +- include/boost/mysql/impl/internal/protocol/protocol.hpp | 2 +- include/boost/mysql/impl/internal/protocol/protocol.ipp | 2 +- .../mysql/impl/internal/protocol/protocol_field_type.hpp | 2 +- .../mysql/impl/internal/protocol/protocol_field_type.ipp | 2 +- include/boost/mysql/impl/internal/protocol/serialization.hpp | 2 +- include/boost/mysql/impl/internal/protocol/static_buffer.hpp | 2 +- include/boost/mysql/impl/internal/sansio/algo_runner.hpp | 2 +- include/boost/mysql/impl/internal/sansio/close_connection.hpp | 2 +- include/boost/mysql/impl/internal/sansio/close_statement.hpp | 2 +- include/boost/mysql/impl/internal/sansio/connect.hpp | 2 +- include/boost/mysql/impl/internal/sansio/connection_state.hpp | 2 +- .../mysql/impl/internal/sansio/connection_state_data.hpp | 2 +- include/boost/mysql/impl/internal/sansio/execute.hpp | 2 +- include/boost/mysql/impl/internal/sansio/handshake.hpp | 2 +- include/boost/mysql/impl/internal/sansio/message_reader.hpp | 2 +- include/boost/mysql/impl/internal/sansio/message_writer.hpp | 2 +- include/boost/mysql/impl/internal/sansio/next_action.hpp | 2 +- include/boost/mysql/impl/internal/sansio/ping.hpp | 2 +- .../boost/mysql/impl/internal/sansio/prepare_statement.hpp | 2 +- include/boost/mysql/impl/internal/sansio/quit_connection.hpp | 2 +- include/boost/mysql/impl/internal/sansio/read_buffer.hpp | 2 +- .../boost/mysql/impl/internal/sansio/read_resultset_head.hpp | 2 +- include/boost/mysql/impl/internal/sansio/read_some_rows.hpp | 2 +- .../mysql/impl/internal/sansio/read_some_rows_dynamic.hpp | 2 +- include/boost/mysql/impl/internal/sansio/reset_connection.hpp | 2 +- include/boost/mysql/impl/internal/sansio/sansio_algorithm.hpp | 2 +- .../boost/mysql/impl/internal/sansio/set_character_set.hpp | 2 +- include/boost/mysql/impl/internal/sansio/start_execution.hpp | 2 +- .../boost/mysql/impl/internal/ssl_context_with_default.hpp | 2 +- include/boost/mysql/impl/internal/variant_stream.hpp | 2 +- include/boost/mysql/impl/meta_check_context.ipp | 2 +- include/boost/mysql/impl/results_impl.ipp | 2 +- include/boost/mysql/impl/resultset.ipp | 2 +- include/boost/mysql/impl/row_impl.ipp | 2 +- include/boost/mysql/impl/run_algo.ipp | 2 +- include/boost/mysql/impl/statement.hpp | 2 +- include/boost/mysql/impl/static_execution_state_impl.ipp | 2 +- include/boost/mysql/impl/static_results_impl.ipp | 2 +- include/boost/mysql/mariadb_collations.hpp | 2 +- include/boost/mysql/mariadb_server_errc.hpp | 2 +- include/boost/mysql/metadata.hpp | 2 +- include/boost/mysql/metadata_collection_view.hpp | 2 +- include/boost/mysql/metadata_mode.hpp | 2 +- include/boost/mysql/mysql_collations.hpp | 2 +- include/boost/mysql/mysql_server_errc.hpp | 2 +- include/boost/mysql/pool_params.hpp | 2 +- include/boost/mysql/results.hpp | 2 +- include/boost/mysql/resultset.hpp | 2 +- include/boost/mysql/resultset_view.hpp | 2 +- include/boost/mysql/row.hpp | 2 +- include/boost/mysql/row_view.hpp | 2 +- include/boost/mysql/rows.hpp | 2 +- include/boost/mysql/rows_view.hpp | 2 +- include/boost/mysql/src.hpp | 2 +- include/boost/mysql/ssl_mode.hpp | 2 +- include/boost/mysql/statement.hpp | 2 +- include/boost/mysql/static_execution_state.hpp | 2 +- include/boost/mysql/static_results.hpp | 2 +- include/boost/mysql/string_view.hpp | 2 +- include/boost/mysql/tcp.hpp | 2 +- include/boost/mysql/tcp_ssl.hpp | 2 +- include/boost/mysql/throw_on_error.hpp | 2 +- include/boost/mysql/time.hpp | 2 +- include/boost/mysql/unix.hpp | 2 +- include/boost/mysql/unix_ssl.hpp | 2 +- test/CMakeLists.txt | 2 +- test/Jamfile | 2 +- test/cmake_b2_separate_compilation_test/CMakeLists.txt | 2 +- test/cmake_b2_separate_compilation_test/boost_mysql.cpp | 2 +- test/cmake_b2_separate_compilation_test/main.cpp | 2 +- test/cmake_b2_test/CMakeLists.txt | 2 +- test/cmake_b2_test/main.cpp | 2 +- test/cmake_test/CMakeLists.txt | 2 +- test/cmake_test/main.cpp | 2 +- test/common/include/test_common/assert_buffer_equals.hpp | 2 +- test/common/include/test_common/buffer_concat.hpp | 2 +- test/common/include/test_common/check_meta.hpp | 2 +- test/common/include/test_common/create_basic.hpp | 2 +- test/common/include/test_common/create_diagnostics.hpp | 2 +- test/common/include/test_common/netfun_helpers.hpp | 2 +- test/common/include/test_common/netfun_maker.hpp | 2 +- test/common/include/test_common/network_result.hpp | 2 +- test/common/include/test_common/printing.hpp | 2 +- test/common/include/test_common/stringize.hpp | 2 +- test/common/include/test_common/tracker_executor.hpp | 2 +- test/common/include/test_common/validate_string_contains.hpp | 2 +- test/common/src/boost_asio.cpp | 2 +- test/common/src/boost_mysql.cpp | 2 +- test/common/src/entry_point.cpp | 2 +- test/common/src/tracker_executor.cpp | 2 +- test/fuzzing/Jamfile | 2 +- test/fuzzing/fuzz_auth_switch.cpp | 2 +- test/fuzzing/fuzz_column_definition.cpp | 2 +- test/fuzzing/fuzz_err_packet.cpp | 2 +- test/fuzzing/fuzz_execute_response.cpp | 2 +- test/fuzzing/fuzz_handshake_server_response.cpp | 2 +- test/fuzzing/fuzz_ok_packet.cpp | 2 +- test/fuzzing/fuzz_ok_response.cpp | 2 +- test/fuzzing/fuzz_prepare_stmt_response.cpp | 2 +- test/fuzzing/fuzz_row.cpp | 2 +- test/fuzzing/fuzz_row_message.cpp | 2 +- test/fuzzing/fuzz_server_hello.cpp | 2 +- test/fuzzing/fuzz_text_field.cpp | 2 +- test/integration/CMakeLists.txt | 2 +- test/integration/Jamfile | 2 +- test/integration/db_setup.sql | 2 +- test/integration/db_setup_sha256.sql | 2 +- test/integration/include/test_integration/common.hpp | 2 +- test/integration/include/test_integration/er_connection.hpp | 2 +- .../include/test_integration/er_network_variant.hpp | 2 +- test/integration/include/test_integration/get_endpoint.hpp | 2 +- .../include/test_integration/metadata_validator.hpp | 2 +- test/integration/include/test_integration/network_test.hpp | 2 +- .../include/test_integration/run_stackful_coro.hpp | 2 +- test/integration/include/test_integration/safe_getenv.hpp | 2 +- test/integration/include/test_integration/server_ca.hpp | 2 +- test/integration/include/test_integration/static_rows.hpp | 2 +- test/integration/include/test_integration/streams.hpp | 2 +- .../include/test_integration/tcp_network_fixture.hpp | 2 +- test/integration/pch.hpp | 2 +- test/integration/src/async_callback.cpp | 2 +- test/integration/src/async_coroutines.cpp | 2 +- test/integration/src/async_coroutinescpp20.cpp | 2 +- test/integration/src/er_impl_common.hpp | 2 +- test/integration/src/er_network_variant.cpp | 2 +- test/integration/src/get_endpoint.cpp | 2 +- test/integration/src/metadata_validator.cpp | 2 +- test/integration/src/sync_errc.cpp | 2 +- test/integration/src/sync_exc.cpp | 2 +- test/integration/test/any_connection.cpp | 2 +- test/integration/test/character_set_tracking.cpp | 2 +- test/integration/test/connection_pool.cpp | 2 +- test/integration/test/crud.cpp | 2 +- test/integration/test/database_types.cpp | 2 +- test/integration/test/db_specific.cpp | 2 +- test/integration/test/handshake.cpp | 2 +- test/integration/test/multi_queries.cpp | 2 +- test/integration/test/prepared_statements.cpp | 2 +- test/integration/test/reconnect.cpp | 2 +- test/integration/test/spotchecks.cpp | 2 +- test/integration/test/static_interface.cpp | 2 +- test/integration/test/stored_procedures.cpp | 2 +- test/thread_safety/Jamfile | 2 +- test/thread_safety/connection_pool.cpp | 2 +- test/unit/CMakeLists.txt | 2 +- test/unit/Jamfile | 2 +- test/unit/include/test_unit/algo_test.hpp | 2 +- test/unit/include/test_unit/create_coldef_frame.hpp | 2 +- test/unit/include/test_unit/create_err.hpp | 2 +- test/unit/include/test_unit/create_execution_processor.hpp | 2 +- test/unit/include/test_unit/create_frame.hpp | 2 +- test/unit/include/test_unit/create_meta.hpp | 2 +- test/unit/include/test_unit/create_ok.hpp | 2 +- test/unit/include/test_unit/create_ok_frame.hpp | 2 +- test/unit/include/test_unit/create_row_message.hpp | 2 +- test/unit/include/test_unit/create_statement.hpp | 2 +- test/unit/include/test_unit/custom_allocator.hpp | 2 +- test/unit/include/test_unit/fail_count.hpp | 2 +- test/unit/include/test_unit/ff_charset.hpp | 2 +- test/unit/include/test_unit/mock_execution_processor.hpp | 2 +- test/unit/include/test_unit/mock_message.hpp | 2 +- test/unit/include/test_unit/pool_printing.hpp | 2 +- test/unit/include/test_unit/printing.hpp | 2 +- test/unit/include/test_unit/run_coroutine.hpp | 2 +- test/unit/include/test_unit/serialization.hpp | 2 +- test/unit/include/test_unit/test_stream.hpp | 2 +- test/unit/pch.hpp | 2 +- test/unit/src/serialization.cpp | 2 +- test/unit/src/test_stream.cpp | 2 +- test/unit/test/any_address.cpp | 2 +- test/unit/test/any_connection.cpp | 2 +- test/unit/test/auth/auth.cpp | 2 +- test/unit/test/character_set.cpp | 2 +- test/unit/test/client_errc.cpp | 2 +- test/unit/test/common_server_errc.cpp | 2 +- test/unit/test/connection.cpp | 2 +- test/unit/test/connection_pool.cpp | 2 +- test/unit/test/connection_pool/connection_pool_impl.cpp | 2 +- test/unit/test/connection_pool/mock_timer.hpp | 2 +- test/unit/test/connection_pool/run_with_timeout.cpp | 2 +- test/unit/test/connection_pool/sansio_connection_node.cpp | 2 +- test/unit/test/connection_pool/timer_list.cpp | 2 +- test/unit/test/connection_pool/wait_group.cpp | 2 +- test/unit/test/constant_string_view.cpp | 2 +- test/unit/test/date.cpp | 2 +- test/unit/test/datetime.cpp | 2 +- test/unit/test/detail/connect_params_helpers.cpp | 2 +- test/unit/test/detail/datetime.cpp | 2 +- test/unit/test/detail/execution_concepts.cpp | 2 +- test/unit/test/detail/output_string.cpp | 2 +- test/unit/test/detail/row_impl.cpp | 2 +- test/unit/test/detail/rows_iterator.cpp | 2 +- test/unit/test/detail/socket_stream.cpp | 2 +- test/unit/test/detail/typing/get_type_index.cpp | 2 +- test/unit/test/detail/typing/meta_check_context.cpp | 2 +- test/unit/test/detail/typing/pos_map.cpp | 2 +- test/unit/test/detail/typing/readable_field_traits.cpp | 2 +- test/unit/test/detail/typing/row_traits.cpp | 2 +- test/unit/test/detail/writable_field_traits.cpp | 2 +- test/unit/test/diagnostics.cpp | 2 +- test/unit/test/escape_string.cpp | 2 +- test/unit/test/execution_processor/execution_processor.cpp | 2 +- .../test/execution_processor/execution_processor_helpers.hpp | 2 +- test/unit/test/execution_processor/execution_state_impl.cpp | 2 +- test/unit/test/execution_processor/results_impl.cpp | 2 +- .../static_execution_processor_helpers.hpp | 2 +- .../test/execution_processor/static_execution_state_impl.cpp | 2 +- test/unit/test/execution_processor/static_results_impl.cpp | 2 +- test/unit/test/execution_state.cpp | 2 +- test/unit/test/field.cpp | 2 +- test/unit/test/field_view.cpp | 2 +- test/unit/test/format_sql/api.cpp | 2 +- test/unit/test/format_sql/basic_format_context.cpp | 2 +- test/unit/test/format_sql/format_common.hpp | 2 +- test/unit/test/format_sql/format_strings.cpp | 2 +- test/unit/test/format_sql/formattable.cpp | 2 +- test/unit/test/format_sql/individual_value.cpp | 2 +- test/unit/test/impl/dt_to_string.cpp | 2 +- test/unit/test/impl/ssl_context_with_default.cpp | 2 +- test/unit/test/mariadb_server_errc.cpp | 2 +- test/unit/test/metadata.cpp | 2 +- test/unit/test/mysql_server_errc.cpp | 2 +- test/unit/test/network_algorithms/run_algo_impl.cpp | 2 +- test/unit/test/pool_params.cpp | 2 +- test/unit/test/protocol/binary_serialization.cpp | 2 +- test/unit/test/protocol/capabilities.cpp | 2 +- test/unit/test/protocol/deserialize_binary_field.cpp | 2 +- test/unit/test/protocol/deserialize_text_field.cpp | 2 +- test/unit/test/protocol/null_bitmap_traits.cpp | 2 +- test/unit/test/protocol/operators.hpp | 2 +- test/unit/test/protocol/protocol.cpp | 2 +- test/unit/test/protocol/protocol_field_type.cpp | 2 +- test/unit/test/protocol/serialization.cpp | 2 +- test/unit/test/protocol/serialization_test.hpp | 2 +- test/unit/test/protocol/static_buffer.cpp | 2 +- test/unit/test/results.cpp | 2 +- test/unit/test/resultset.cpp | 2 +- test/unit/test/resultset_view.cpp | 2 +- test/unit/test/row.cpp | 2 +- test/unit/test/row_view.cpp | 2 +- test/unit/test/rows.cpp | 2 +- test/unit/test/rows_view.cpp | 2 +- test/unit/test/sansio/algo_runner.cpp | 2 +- test/unit/test/sansio/close_statement.cpp | 2 +- test/unit/test/sansio/execute.cpp | 2 +- test/unit/test/sansio/message_reader.cpp | 2 +- test/unit/test/sansio/message_writer.cpp | 2 +- test/unit/test/sansio/ping.cpp | 2 +- test/unit/test/sansio/read_buffer.cpp | 2 +- test/unit/test/sansio/read_resultset_head.cpp | 2 +- test/unit/test/sansio/read_some_rows.cpp | 2 +- test/unit/test/sansio/read_some_rows_dynamic.cpp | 2 +- test/unit/test/sansio/reset_connection.cpp | 2 +- test/unit/test/sansio/set_character_set.cpp | 2 +- test/unit/test/sansio/start_execution.cpp | 2 +- test/unit/test/spotchecks/connection_use_after_move.cpp | 2 +- test/unit/test/spotchecks/default_completion_tokens.cpp | 2 +- test/unit/test/spotchecks/misc.cpp | 2 +- test/unit/test/spotchecks/multifn.cpp | 2 +- test/unit/test/spotchecks/read_some_rows_static.cpp | 2 +- test/unit/test/statement.cpp | 2 +- test/unit/test/static_execution_state.cpp | 2 +- test/unit/test/static_results.cpp | 2 +- test/unit/test/throw_on_error.cpp | 2 +- tools/ci.py | 2 +- tools/docker/build-clang11.dockerfile | 2 +- tools/docker/build-clang14.dockerfile | 2 +- tools/docker/build-clang16-i386.dockerfile | 2 +- tools/docker/build-clang16.dockerfile | 2 +- tools/docker/build-clang3_6.dockerfile | 2 +- tools/docker/build-clang7.dockerfile | 2 +- tools/docker/build-cmake3_8.dockerfile | 2 +- tools/docker/build-docs.dockerfile | 2 +- tools/docker/build-gcc10.dockerfile | 2 +- tools/docker/build-gcc11.dockerfile | 2 +- tools/docker/build-gcc13.dockerfile | 2 +- tools/docker/build-gcc5.dockerfile | 2 +- tools/docker/build-gcc6.dockerfile | 2 +- tools/docker/build-msvc.dockerfile | 2 +- tools/docker/build-noopenssl.dockerfile | 2 +- tools/docker/install_build_docs.sh | 2 +- tools/docker/mariadb.dockerfile | 2 +- tools/docker/mariadb_entrypoint.sh | 2 +- tools/docker/mysql5.dockerfile | 2 +- tools/docker/mysql8.dockerfile | 2 +- tools/docker/mysql_entrypoint.sh | 2 +- tools/docker/ssl.cnf | 2 +- tools/docker/unix-socket.cnf | 2 +- tools/osx-ci.cnf | 2 +- tools/scripts/build_unix_local.sh | 2 +- tools/scripts/build_windows_local.bat | 2 +- tools/scripts/check_links.py | 2 +- tools/scripts/collations.py | 2 +- tools/scripts/file_headers.py | 4 ++-- tools/scripts/seed_corpus.py | 2 +- tools/scripts/server_errors.py | 2 +- tools/setup_db_osx.sh | 2 +- tools/win-ci.cnf | 2 +- 502 files changed, 503 insertions(+), 503 deletions(-) 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 @@