From 991b279077a8751abc5d86ee14b29b45a4eddff1 Mon Sep 17 00:00:00 2001 From: Dennis Hezel Date: Sun, 7 Apr 2024 12:14:05 +0200 Subject: [PATCH] Update copyright to 2024 --- CMakeLists.txt | 2 +- cmake/AsioGrpcCheckBoostVersion.cmake | 2 +- cmake/AsioGrpcCheckStdPmr.cmake | 2 +- cmake/AsioGrpcCompileOptions.cmake | 2 +- cmake/AsioGrpcCoverage.cmake | 2 +- cmake/AsioGrpcFindPackages.cmake | 2 +- cmake/AsioGrpcGitHooksInstaller.cmake | 2 +- cmake/AsioGrpcHunter.cmake | 2 +- cmake/AsioGrpcInstallGitHooks.cmake | 2 +- cmake/AsioGrpcInstallation.cmake | 2 +- cmake/AsioGrpcOptionDefaults.cmake | 2 +- cmake/AsioGrpcProjectTopLevel.cmake | 2 +- cmake/AsioGrpcProtobufGenerator.cmake | 2 +- cmake/asio-grpcConfig.cmake.in | 2 +- cmake/check_boost_asio_has_co_await.cpp | 2 +- cmake/check_std_pmr.cpp | 2 +- cmake/hooks/AsioGrpcPreCommit.cmake.in | 2 +- doc/using_asio_io_context.md | 2 +- example/CMakeLists.txt | 2 +- example/file-transfer-client.cpp | 2 +- example/file-transfer-server.cpp | 2 +- example/generic-client.cpp | 2 +- example/generic-server.cpp | 2 +- example/hello-world-client.cpp | 2 +- example/hello-world-server.cpp | 2 +- example/helper/awaitable_client_rpc.hpp | 2 +- example/helper/awaitable_server_rpc.hpp | 2 +- example/helper/buffer.hpp | 2 +- example/helper/helper.hpp | 2 +- example/helper/one_shot_allocator.hpp | 2 +- example/helper/rethrow_first_arg.hpp | 2 +- example/helper/scope_guard.hpp | 2 +- example/helper/server_shutdown_asio.hpp | 2 +- example/helper/server_shutdown_unifex.hpp | 2 +- example/helper/yield_helper.hpp | 2 +- example/multi-threaded-client.cpp | 2 +- example/multi-threaded-server.cpp | 2 +- example/proto/CMakeLists.txt | 2 +- example/proto/example/v1/example.proto | 2 +- example/proto/example/v1/example_ext.proto | 2 +- example/share-io-context-client.cpp | 2 +- example/share-io-context-server.cpp | 2 +- example/snippets/CMakeLists.txt | 2 +- example/snippets/alarm.cpp | 2 +- example/snippets/client.cpp | 2 +- example/snippets/client_rpc.cpp | 2 +- example/snippets/io_context.cpp | 2 +- example/snippets/server.cpp | 2 +- example/snippets/server_rpc.cpp | 2 +- example/snippets/unifex_client.cpp | 2 +- example/snippets/unifex_server.cpp | 2 +- example/streaming-client.cpp | 2 +- example/streaming-server.cpp | 2 +- example/unifex-client.cpp | 2 +- example/unifex-server.cpp | 2 +- src/CMakeLists.txt | 2 +- src/agrpc/alarm.hpp | 2 +- src/agrpc/asio_grpc.hpp | 2 +- src/agrpc/client_rpc.hpp | 2 +- src/agrpc/default_server_rpc_traits.hpp | 2 +- src/agrpc/detail/alarm.hpp | 2 +- src/agrpc/detail/algorithm.hpp | 2 +- src/agrpc/detail/allocate.hpp | 2 +- src/agrpc/detail/allocate_operation.hpp | 2 +- src/agrpc/detail/allocation_type.hpp | 2 +- src/agrpc/detail/asio_forward.hpp | 2 +- src/agrpc/detail/asio_macros.hpp | 2 +- src/agrpc/detail/asio_utils.hpp | 2 +- src/agrpc/detail/association.hpp | 2 +- src/agrpc/detail/association_asio.hpp | 2 +- src/agrpc/detail/association_execution.hpp | 2 +- src/agrpc/detail/atomic_intrusive_queue.hpp | 2 +- src/agrpc/detail/awaitable.hpp | 2 +- src/agrpc/detail/backoff.hpp | 2 +- src/agrpc/detail/basic_sender.hpp | 2 +- src/agrpc/detail/bind_allocator.hpp | 2 +- src/agrpc/detail/client_rpc_base.hpp | 2 +- src/agrpc/detail/client_rpc_context_base.hpp | 2 +- src/agrpc/detail/client_rpc_sender.hpp | 2 +- src/agrpc/detail/config.hpp | 2 +- src/agrpc/detail/coroutine_traits.hpp | 2 +- src/agrpc/detail/create_and_submit_no_arg_operation.hpp | 2 +- src/agrpc/detail/deallocate_on_complete.hpp | 2 +- src/agrpc/detail/default_completion_token.hpp | 2 +- src/agrpc/detail/epilogue.hpp | 2 +- src/agrpc/detail/execution.hpp | 2 +- src/agrpc/detail/execution_asio.hpp | 2 +- src/agrpc/detail/execution_stdexec.hpp | 2 +- src/agrpc/detail/execution_unifex.hpp | 2 +- src/agrpc/detail/executor_with_default.hpp | 2 +- src/agrpc/detail/forward.hpp | 2 +- src/agrpc/detail/functional.hpp | 2 +- src/agrpc/detail/grpc_completion_queue_event.hpp | 2 +- src/agrpc/detail/grpc_context.hpp | 2 +- src/agrpc/detail/grpc_context.ipp | 2 +- src/agrpc/detail/grpc_context_implementation.hpp | 2 +- src/agrpc/detail/grpc_context_implementation.ipp | 2 +- src/agrpc/detail/grpc_executor_base.hpp | 2 +- src/agrpc/detail/grpc_executor_options.hpp | 2 +- src/agrpc/detail/grpc_sender.hpp | 2 +- src/agrpc/detail/health_check_repeatedly_request.hpp | 2 +- src/agrpc/detail/health_check_service.hpp | 2 +- src/agrpc/detail/initiate_sender_implementation.hpp | 2 +- src/agrpc/detail/intrusive_circular_list.hpp | 2 +- src/agrpc/detail/intrusive_list.hpp | 2 +- src/agrpc/detail/intrusive_list_hook.hpp | 2 +- src/agrpc/detail/intrusive_queue.hpp | 2 +- src/agrpc/detail/intrusive_slist.hpp | 2 +- src/agrpc/detail/manual_reset_event.hpp | 2 +- src/agrpc/detail/manual_reset_event_operation.ipp | 2 +- src/agrpc/detail/math.hpp | 2 +- src/agrpc/detail/memory.hpp | 2 +- src/agrpc/detail/name.hpp | 2 +- src/agrpc/detail/notify_on_state_change.hpp | 2 +- src/agrpc/detail/notify_when_done_event.hpp | 2 +- src/agrpc/detail/operation.hpp | 2 +- src/agrpc/detail/operation_base.hpp | 2 +- src/agrpc/detail/operation_handle.hpp | 2 +- src/agrpc/detail/operation_implementation.hpp | 2 +- src/agrpc/detail/operation_initiation.hpp | 2 +- src/agrpc/detail/pool_resource.hpp | 2 +- src/agrpc/detail/pool_resource_allocator.hpp | 2 +- src/agrpc/detail/query_grpc_context.hpp | 2 +- src/agrpc/detail/receiver.hpp | 2 +- src/agrpc/detail/register_awaitable_rpc_handler.hpp | 2 +- src/agrpc/detail/register_callback_rpc_handler.hpp | 2 +- src/agrpc/detail/register_rpc_handler_asio_base.hpp | 2 +- src/agrpc/detail/register_rpc_handler_base.hpp | 2 +- src/agrpc/detail/register_sender_rpc_handler.hpp | 2 +- src/agrpc/detail/register_yield_rpc_handler.hpp | 2 +- src/agrpc/detail/rethrow_first_arg.hpp | 2 +- src/agrpc/detail/rpc_executor_base.hpp | 2 +- src/agrpc/detail/rpc_request.hpp | 2 +- src/agrpc/detail/rpc_type.hpp | 2 +- src/agrpc/detail/schedule_sender.hpp | 2 +- src/agrpc/detail/sender_implementation.hpp | 2 +- src/agrpc/detail/sender_implementation_operation.hpp | 2 +- src/agrpc/detail/sender_of.hpp | 2 +- src/agrpc/detail/server_rpc_base.hpp | 2 +- src/agrpc/detail/server_rpc_context_base.hpp | 2 +- src/agrpc/detail/server_rpc_notify_when_done_base.hpp | 2 +- src/agrpc/detail/server_rpc_notify_when_done_mixin.hpp | 2 +- src/agrpc/detail/server_rpc_sender.hpp | 2 +- src/agrpc/detail/server_rpc_with_request.hpp | 2 +- src/agrpc/detail/server_write_reactor.hpp | 2 +- src/agrpc/detail/serving_status.hpp | 2 +- src/agrpc/detail/start_server_rpc.hpp | 2 +- src/agrpc/detail/stop_callback_lifetime.hpp | 2 +- src/agrpc/detail/submit.hpp | 2 +- src/agrpc/detail/test.hpp | 2 +- src/agrpc/detail/tuple.hpp | 2 +- src/agrpc/detail/use_sender.hpp | 2 +- src/agrpc/detail/utility.hpp | 2 +- src/agrpc/detail/waiter.hpp | 2 +- src/agrpc/detail/work_tracking_completion_handler.hpp | 2 +- src/agrpc/grpc_context.hpp | 2 +- src/agrpc/grpc_executor.hpp | 2 +- src/agrpc/health_check_service.hpp | 2 +- src/agrpc/notify_on_state_change.hpp | 2 +- src/agrpc/read.hpp | 2 +- src/agrpc/register_awaitable_rpc_handler.hpp | 2 +- src/agrpc/register_callback_rpc_handler.hpp | 2 +- src/agrpc/register_sender_rpc_handler.hpp | 2 +- src/agrpc/register_yield_rpc_handler.hpp | 2 +- src/agrpc/rpc_type.hpp | 2 +- src/agrpc/run.hpp | 2 +- src/agrpc/server_rpc.hpp | 2 +- src/agrpc/server_rpc_ptr.hpp | 2 +- src/agrpc/test.hpp | 2 +- src/agrpc/use_sender.hpp | 2 +- src/agrpc/waiter.hpp | 2 +- test/CMakeLists.txt | 2 +- test/cmake/CMakeLists.txt | 2 +- test/cmake/subdirectory/CMakeLists.txt.in | 2 +- test/cmake/subdirectory/src/CMakeLists.txt | 2 +- test/cmake/subdirectory/src/main.cpp | 2 +- test/cmake/subdirectory/src/proto/target.proto | 2 +- test/cmake/superbuild/CMakeLists.txt.in | 2 +- test/cmake/superbuild/src/CMakeLists.txt | 2 +- test/cmake/superbuild/src/descriptor.cpp | 2 +- test/cmake/superbuild/src/main.cpp | 2 +- test/cmake/superbuild/src/out_var.cpp | 2 +- test/cmake/superbuild/src/proto/descriptor.proto | 2 +- test/cmake/superbuild/src/proto/out_var/msg/message.proto | 2 +- test/cmake/superbuild/src/proto/out_var/subdir/other.1.proto | 2 +- test/cmake/superbuild/src/proto/out_var/v1/out_var.proto | 2 +- test/cmake/superbuild/src/proto/target.proto | 2 +- test/cmake/superbuild/src/target.cpp | 2 +- test/example/CMakeLists.txt | 2 +- test/example/test_examples.cpp | 2 +- test/proto/CMakeLists.txt | 2 +- test/proto/test/msg/message.proto | 2 +- test/proto/test/v1/test.proto | 2 +- test/src/CMakeLists.txt | 2 +- test/src/test_alarm_17.cpp | 2 +- test/src/test_alarm_20.cpp | 2 +- test/src/test_asio_grpc_17.cpp | 2 +- test/src/test_bind_allocator_17.cpp | 2 +- test/src/test_bind_allocator_20.cpp | 2 +- test/src/test_client_rpc_17.cpp | 2 +- test/src/test_execution.cpp | 2 +- test/src/test_grpc_context_17.cpp | 2 +- test/src/test_grpc_context_20.cpp | 2 +- test/src/test_health_check_service_17.cpp | 2 +- test/src/test_run_17.cpp | 2 +- test/src/test_test_17.cpp | 2 +- test/src/test_unifex_20.cpp | 2 +- test/syntax/CMakeLists.txt | 2 +- test/utils/CMakeLists.txt | 2 +- test/utils/utils/asio_forward.hpp | 2 +- test/utils/utils/asio_utils.cpp | 2 +- test/utils/utils/asio_utils.hpp | 2 +- test/utils/utils/client_context.cpp | 2 +- test/utils/utils/client_context.hpp | 2 +- test/utils/utils/client_rpc.hpp | 2 +- test/utils/utils/client_rpc_test.hpp | 2 +- test/utils/utils/delete_guard.hpp | 2 +- test/utils/utils/doctest.hpp | 2 +- test/utils/utils/exception.hpp | 2 +- test/utils/utils/execution_test.hpp | 2 +- test/utils/utils/execution_utils.hpp | 2 +- test/utils/utils/free_port.cpp | 2 +- test/utils/utils/free_port.hpp | 2 +- test/utils/utils/future.hpp | 2 +- test/utils/utils/grpc_client_server_test.cpp | 2 +- test/utils/utils/grpc_client_server_test.hpp | 2 +- test/utils/utils/grpc_client_server_test_base.cpp | 2 +- test/utils/utils/grpc_client_server_test_base.hpp | 2 +- test/utils/utils/grpc_context_test.cpp | 2 +- test/utils/utils/grpc_context_test.hpp | 2 +- test/utils/utils/grpc_format.cpp | 2 +- test/utils/utils/grpc_format.hpp | 2 +- test/utils/utils/grpc_generic_client_server_test.cpp | 2 +- test/utils/utils/grpc_generic_client_server_test.hpp | 2 +- test/utils/utils/introspect_rpc.hpp | 2 +- test/utils/utils/io_context_test.cpp | 2 +- test/utils/utils/io_context_test.hpp | 2 +- test/utils/utils/main.cpp | 2 +- test/utils/utils/precompiled_header.hpp | 2 +- test/utils/utils/protobuf.hpp | 2 +- test/utils/utils/rpc.cpp | 2 +- test/utils/utils/rpc.hpp | 2 +- test/utils/utils/server_rpc.hpp | 2 +- test/utils/utils/server_shutdown_initiator.cpp | 2 +- test/utils/utils/server_shutdown_initiator.hpp | 2 +- test/utils/utils/test.cpp | 2 +- test/utils/utils/test.hpp | 2 +- test/utils/utils/throwing_allocator.hpp | 2 +- test/utils/utils/time.cpp | 2 +- test/utils/utils/time.hpp | 2 +- test/utils/utils/tracking_allocator.hpp | 2 +- test/utils/utils/unassignable_allocator.hpp | 2 +- test/utils/utils/utility.hpp | 2 +- 253 files changed, 253 insertions(+), 253 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7b38154..88c0d82f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcCheckBoostVersion.cmake b/cmake/AsioGrpcCheckBoostVersion.cmake index 8373e6e8..ae184aa9 100644 --- a/cmake/AsioGrpcCheckBoostVersion.cmake +++ b/cmake/AsioGrpcCheckBoostVersion.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcCheckStdPmr.cmake b/cmake/AsioGrpcCheckStdPmr.cmake index d4a919a9..2019ae27 100644 --- a/cmake/AsioGrpcCheckStdPmr.cmake +++ b/cmake/AsioGrpcCheckStdPmr.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcCompileOptions.cmake b/cmake/AsioGrpcCompileOptions.cmake index f6e38479..aaf9485c 100644 --- a/cmake/AsioGrpcCompileOptions.cmake +++ b/cmake/AsioGrpcCompileOptions.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcCoverage.cmake b/cmake/AsioGrpcCoverage.cmake index 9602086a..330c5151 100644 --- a/cmake/AsioGrpcCoverage.cmake +++ b/cmake/AsioGrpcCoverage.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcFindPackages.cmake b/cmake/AsioGrpcFindPackages.cmake index f1d2c415..3ca05083 100644 --- a/cmake/AsioGrpcFindPackages.cmake +++ b/cmake/AsioGrpcFindPackages.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcGitHooksInstaller.cmake b/cmake/AsioGrpcGitHooksInstaller.cmake index 337e2a5a..b67c7d24 100644 --- a/cmake/AsioGrpcGitHooksInstaller.cmake +++ b/cmake/AsioGrpcGitHooksInstaller.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcHunter.cmake b/cmake/AsioGrpcHunter.cmake index ae387811..6a90343f 100644 --- a/cmake/AsioGrpcHunter.cmake +++ b/cmake/AsioGrpcHunter.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcInstallGitHooks.cmake b/cmake/AsioGrpcInstallGitHooks.cmake index 47047c5b..8425c334 100644 --- a/cmake/AsioGrpcInstallGitHooks.cmake +++ b/cmake/AsioGrpcInstallGitHooks.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcInstallation.cmake b/cmake/AsioGrpcInstallation.cmake index b61f3e61..b395d4fd 100644 --- a/cmake/AsioGrpcInstallation.cmake +++ b/cmake/AsioGrpcInstallation.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcOptionDefaults.cmake b/cmake/AsioGrpcOptionDefaults.cmake index d4c1e9a5..262db8f1 100644 --- a/cmake/AsioGrpcOptionDefaults.cmake +++ b/cmake/AsioGrpcOptionDefaults.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcProjectTopLevel.cmake b/cmake/AsioGrpcProjectTopLevel.cmake index 734bc52a..6c3e9323 100644 --- a/cmake/AsioGrpcProjectTopLevel.cmake +++ b/cmake/AsioGrpcProjectTopLevel.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/AsioGrpcProtobufGenerator.cmake b/cmake/AsioGrpcProtobufGenerator.cmake index 4202179f..91b75dd9 100644 --- a/cmake/AsioGrpcProtobufGenerator.cmake +++ b/cmake/AsioGrpcProtobufGenerator.cmake @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/asio-grpcConfig.cmake.in b/cmake/asio-grpcConfig.cmake.in index 9f824975..0df73ef1 100644 --- a/cmake/asio-grpcConfig.cmake.in +++ b/cmake/asio-grpcConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmake/check_boost_asio_has_co_await.cpp b/cmake/check_boost_asio_has_co_await.cpp index 34b812f8..4ebf8582 100644 --- a/cmake/check_boost_asio_has_co_await.cpp +++ b/cmake/check_boost_asio_has_co_await.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmake/check_std_pmr.cpp b/cmake/check_std_pmr.cpp index 62546570..82aa4f06 100644 --- a/cmake/check_std_pmr.cpp +++ b/cmake/check_std_pmr.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/cmake/hooks/AsioGrpcPreCommit.cmake.in b/cmake/hooks/AsioGrpcPreCommit.cmake.in index d1edd357..e6dd5bb7 100644 --- a/cmake/hooks/AsioGrpcPreCommit.cmake.in +++ b/cmake/hooks/AsioGrpcPreCommit.cmake.in @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/doc/using_asio_io_context.md b/doc/using_asio_io_context.md index 14d406f0..0a950d27 100644 --- a/doc/using_asio_io_context.md +++ b/doc/using_asio_io_context.md @@ -45,7 +45,7 @@ Or until both contexts stop: Both approaches come with their own different kind of overheads. Running on two threads might require additional synchronization in the user code while running on the same thread reduces peak performance. In the [Performance](https://github.com/Tradias/asio-grpc#performance) section of the README you can find results for using an idle io_context with a busy GrpcContext running on the same thread (look for `cpp_asio_grpc_io_context_coro`). -## Why can an io_context not be used for gRPC directly? +## Why not use io_context for gRPC directly? Event loops like the ones used in Asio and gRPC typically utilize system APIs (epoll, IOCompletionPorts, kqueue, ...) in the following order: diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 5af4393e..c2a09e4a 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/example/file-transfer-client.cpp b/example/file-transfer-client.cpp index f184b5dc..afbc6109 100644 --- a/example/file-transfer-client.cpp +++ b/example/file-transfer-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/file-transfer-server.cpp b/example/file-transfer-server.cpp index 234de882..55638a5e 100644 --- a/example/file-transfer-server.cpp +++ b/example/file-transfer-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/generic-client.cpp b/example/generic-client.cpp index 6f044f6b..1ed3d1c9 100644 --- a/example/generic-client.cpp +++ b/example/generic-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/generic-server.cpp b/example/generic-server.cpp index 4a191887..56ac9dfd 100644 --- a/example/generic-server.cpp +++ b/example/generic-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/hello-world-client.cpp b/example/hello-world-client.cpp index 2782f2f0..0032b0c8 100644 --- a/example/hello-world-client.cpp +++ b/example/hello-world-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/hello-world-server.cpp b/example/hello-world-server.cpp index 0f82dc1f..1cb94797 100644 --- a/example/hello-world-server.cpp +++ b/example/hello-world-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/awaitable_client_rpc.hpp b/example/helper/awaitable_client_rpc.hpp index 37b1902e..612538f7 100644 --- a/example/helper/awaitable_client_rpc.hpp +++ b/example/helper/awaitable_client_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/awaitable_server_rpc.hpp b/example/helper/awaitable_server_rpc.hpp index 924d3f01..3a32234e 100644 --- a/example/helper/awaitable_server_rpc.hpp +++ b/example/helper/awaitable_server_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/buffer.hpp b/example/helper/buffer.hpp index 8e4fb7dc..23dc1fa2 100644 --- a/example/helper/buffer.hpp +++ b/example/helper/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/helper.hpp b/example/helper/helper.hpp index 373b805d..a3661183 100644 --- a/example/helper/helper.hpp +++ b/example/helper/helper.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/one_shot_allocator.hpp b/example/helper/one_shot_allocator.hpp index 732c1915..58927cf2 100644 --- a/example/helper/one_shot_allocator.hpp +++ b/example/helper/one_shot_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/rethrow_first_arg.hpp b/example/helper/rethrow_first_arg.hpp index 5f5217b1..37715a9d 100644 --- a/example/helper/rethrow_first_arg.hpp +++ b/example/helper/rethrow_first_arg.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/scope_guard.hpp b/example/helper/scope_guard.hpp index eeeee6b1..766d8fc2 100644 --- a/example/helper/scope_guard.hpp +++ b/example/helper/scope_guard.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/server_shutdown_asio.hpp b/example/helper/server_shutdown_asio.hpp index 88244ff8..15187ddc 100644 --- a/example/helper/server_shutdown_asio.hpp +++ b/example/helper/server_shutdown_asio.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/server_shutdown_unifex.hpp b/example/helper/server_shutdown_unifex.hpp index 63b48209..1a7ca097 100644 --- a/example/helper/server_shutdown_unifex.hpp +++ b/example/helper/server_shutdown_unifex.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/helper/yield_helper.hpp b/example/helper/yield_helper.hpp index 712ffb35..fdcd963d 100644 --- a/example/helper/yield_helper.hpp +++ b/example/helper/yield_helper.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/multi-threaded-client.cpp b/example/multi-threaded-client.cpp index a1703f32..d4ed5245 100644 --- a/example/multi-threaded-client.cpp +++ b/example/multi-threaded-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/multi-threaded-server.cpp b/example/multi-threaded-server.cpp index b25a5609..c9126052 100644 --- a/example/multi-threaded-server.cpp +++ b/example/multi-threaded-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/proto/CMakeLists.txt b/example/proto/CMakeLists.txt index ec1b2b01..8233d95f 100644 --- a/example/proto/CMakeLists.txt +++ b/example/proto/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/example/proto/example/v1/example.proto b/example/proto/example/v1/example.proto index 573f362a..77839e7b 100644 --- a/example/proto/example/v1/example.proto +++ b/example/proto/example/v1/example.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/proto/example/v1/example_ext.proto b/example/proto/example/v1/example_ext.proto index 0976b21f..61362d8d 100644 --- a/example/proto/example/v1/example_ext.proto +++ b/example/proto/example/v1/example_ext.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/share-io-context-client.cpp b/example/share-io-context-client.cpp index bf258a02..3325bbd5 100644 --- a/example/share-io-context-client.cpp +++ b/example/share-io-context-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/share-io-context-server.cpp b/example/share-io-context-server.cpp index 0513a2c6..76658887 100644 --- a/example/share-io-context-server.cpp +++ b/example/share-io-context-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/CMakeLists.txt b/example/snippets/CMakeLists.txt index 14afa321..1f4547a1 100644 --- a/example/snippets/CMakeLists.txt +++ b/example/snippets/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/example/snippets/alarm.cpp b/example/snippets/alarm.cpp index 804c7de9..46914cae 100644 --- a/example/snippets/alarm.cpp +++ b/example/snippets/alarm.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/client.cpp b/example/snippets/client.cpp index 7aa40073..cdaa5630 100644 --- a/example/snippets/client.cpp +++ b/example/snippets/client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/client_rpc.cpp b/example/snippets/client_rpc.cpp index 59a30125..d278c5b3 100644 --- a/example/snippets/client_rpc.cpp +++ b/example/snippets/client_rpc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/io_context.cpp b/example/snippets/io_context.cpp index 4eda0023..e098c766 100644 --- a/example/snippets/io_context.cpp +++ b/example/snippets/io_context.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/server.cpp b/example/snippets/server.cpp index f8b33246..2dfb3426 100644 --- a/example/snippets/server.cpp +++ b/example/snippets/server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/server_rpc.cpp b/example/snippets/server_rpc.cpp index 7b7f5c1c..241b214c 100644 --- a/example/snippets/server_rpc.cpp +++ b/example/snippets/server_rpc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/unifex_client.cpp b/example/snippets/unifex_client.cpp index 585eb807..eb0bbcf5 100644 --- a/example/snippets/unifex_client.cpp +++ b/example/snippets/unifex_client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/snippets/unifex_server.cpp b/example/snippets/unifex_server.cpp index 0cf0d5bb..dd4cbdfb 100644 --- a/example/snippets/unifex_server.cpp +++ b/example/snippets/unifex_server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/streaming-client.cpp b/example/streaming-client.cpp index 3aeb66f3..b9ac3b53 100644 --- a/example/streaming-client.cpp +++ b/example/streaming-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/streaming-server.cpp b/example/streaming-server.cpp index dd372823..1a51a744 100644 --- a/example/streaming-server.cpp +++ b/example/streaming-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/unifex-client.cpp b/example/unifex-client.cpp index c0b2f7d2..2ebc5723 100644 --- a/example/unifex-client.cpp +++ b/example/unifex-client.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/example/unifex-server.cpp b/example/unifex-server.cpp index 41fcd97b..75e62d61 100644 --- a/example/unifex-server.cpp +++ b/example/unifex-server.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bd4c5c2c..fe1b8989 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/agrpc/alarm.hpp b/src/agrpc/alarm.hpp index e2e7256d..b832556b 100644 --- a/src/agrpc/alarm.hpp +++ b/src/agrpc/alarm.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/asio_grpc.hpp b/src/agrpc/asio_grpc.hpp index 8c775d41..84ad7150 100644 --- a/src/agrpc/asio_grpc.hpp +++ b/src/agrpc/asio_grpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/client_rpc.hpp b/src/agrpc/client_rpc.hpp index bf6ff63f..8fa63a7d 100644 --- a/src/agrpc/client_rpc.hpp +++ b/src/agrpc/client_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/default_server_rpc_traits.hpp b/src/agrpc/default_server_rpc_traits.hpp index b858d2a6..893d148a 100644 --- a/src/agrpc/default_server_rpc_traits.hpp +++ b/src/agrpc/default_server_rpc_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/alarm.hpp b/src/agrpc/detail/alarm.hpp index 4ef6a791..5083fc27 100644 --- a/src/agrpc/detail/alarm.hpp +++ b/src/agrpc/detail/alarm.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/algorithm.hpp b/src/agrpc/detail/algorithm.hpp index 519b24ea..1444cf77 100644 --- a/src/agrpc/detail/algorithm.hpp +++ b/src/agrpc/detail/algorithm.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/allocate.hpp b/src/agrpc/detail/allocate.hpp index 7d26af1e..ed58db30 100644 --- a/src/agrpc/detail/allocate.hpp +++ b/src/agrpc/detail/allocate.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/allocate_operation.hpp b/src/agrpc/detail/allocate_operation.hpp index 6921c264..623e2fc2 100644 --- a/src/agrpc/detail/allocate_operation.hpp +++ b/src/agrpc/detail/allocate_operation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/allocation_type.hpp b/src/agrpc/detail/allocation_type.hpp index d62a88e0..909704ea 100644 --- a/src/agrpc/detail/allocation_type.hpp +++ b/src/agrpc/detail/allocation_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/asio_forward.hpp b/src/agrpc/detail/asio_forward.hpp index 466e08ce..654e487b 100644 --- a/src/agrpc/detail/asio_forward.hpp +++ b/src/agrpc/detail/asio_forward.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/asio_macros.hpp b/src/agrpc/detail/asio_macros.hpp index b629d85d..d6cfd131 100644 --- a/src/agrpc/detail/asio_macros.hpp +++ b/src/agrpc/detail/asio_macros.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/asio_utils.hpp b/src/agrpc/detail/asio_utils.hpp index 623c060c..41a97b33 100644 --- a/src/agrpc/detail/asio_utils.hpp +++ b/src/agrpc/detail/asio_utils.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/association.hpp b/src/agrpc/detail/association.hpp index b2fd93dd..812e2a13 100644 --- a/src/agrpc/detail/association.hpp +++ b/src/agrpc/detail/association.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/association_asio.hpp b/src/agrpc/detail/association_asio.hpp index 4ec58b7c..6331e925 100644 --- a/src/agrpc/detail/association_asio.hpp +++ b/src/agrpc/detail/association_asio.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/association_execution.hpp b/src/agrpc/detail/association_execution.hpp index 176c38de..16b007dd 100644 --- a/src/agrpc/detail/association_execution.hpp +++ b/src/agrpc/detail/association_execution.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/atomic_intrusive_queue.hpp b/src/agrpc/detail/atomic_intrusive_queue.hpp index 06a973c9..8b0f7eda 100644 --- a/src/agrpc/detail/atomic_intrusive_queue.hpp +++ b/src/agrpc/detail/atomic_intrusive_queue.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/awaitable.hpp b/src/agrpc/detail/awaitable.hpp index 6b196ba1..323f0376 100644 --- a/src/agrpc/detail/awaitable.hpp +++ b/src/agrpc/detail/awaitable.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/backoff.hpp b/src/agrpc/detail/backoff.hpp index 3e332b46..01ceb074 100644 --- a/src/agrpc/detail/backoff.hpp +++ b/src/agrpc/detail/backoff.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/basic_sender.hpp b/src/agrpc/detail/basic_sender.hpp index e292b85f..776c76cd 100644 --- a/src/agrpc/detail/basic_sender.hpp +++ b/src/agrpc/detail/basic_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/bind_allocator.hpp b/src/agrpc/detail/bind_allocator.hpp index f78bfb72..b047448d 100644 --- a/src/agrpc/detail/bind_allocator.hpp +++ b/src/agrpc/detail/bind_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/client_rpc_base.hpp b/src/agrpc/detail/client_rpc_base.hpp index cde0a497..aea84f73 100644 --- a/src/agrpc/detail/client_rpc_base.hpp +++ b/src/agrpc/detail/client_rpc_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/client_rpc_context_base.hpp b/src/agrpc/detail/client_rpc_context_base.hpp index e48f8686..8c7712c4 100644 --- a/src/agrpc/detail/client_rpc_context_base.hpp +++ b/src/agrpc/detail/client_rpc_context_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/client_rpc_sender.hpp b/src/agrpc/detail/client_rpc_sender.hpp index 69414dd0..5ca90626 100644 --- a/src/agrpc/detail/client_rpc_sender.hpp +++ b/src/agrpc/detail/client_rpc_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/config.hpp b/src/agrpc/detail/config.hpp index 35c3e27f..dcd7fa60 100644 --- a/src/agrpc/detail/config.hpp +++ b/src/agrpc/detail/config.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/coroutine_traits.hpp b/src/agrpc/detail/coroutine_traits.hpp index ebe3aecc..c894f616 100644 --- a/src/agrpc/detail/coroutine_traits.hpp +++ b/src/agrpc/detail/coroutine_traits.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/create_and_submit_no_arg_operation.hpp b/src/agrpc/detail/create_and_submit_no_arg_operation.hpp index a69acf7e..ccb5e7b1 100644 --- a/src/agrpc/detail/create_and_submit_no_arg_operation.hpp +++ b/src/agrpc/detail/create_and_submit_no_arg_operation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/deallocate_on_complete.hpp b/src/agrpc/detail/deallocate_on_complete.hpp index 8a5059d3..8317e51f 100644 --- a/src/agrpc/detail/deallocate_on_complete.hpp +++ b/src/agrpc/detail/deallocate_on_complete.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/default_completion_token.hpp b/src/agrpc/detail/default_completion_token.hpp index b7d65315..6363d69b 100644 --- a/src/agrpc/detail/default_completion_token.hpp +++ b/src/agrpc/detail/default_completion_token.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/epilogue.hpp b/src/agrpc/detail/epilogue.hpp index 21d18649..6720cb8a 100644 --- a/src/agrpc/detail/epilogue.hpp +++ b/src/agrpc/detail/epilogue.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/execution.hpp b/src/agrpc/detail/execution.hpp index c2191288..41425a04 100644 --- a/src/agrpc/detail/execution.hpp +++ b/src/agrpc/detail/execution.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/execution_asio.hpp b/src/agrpc/detail/execution_asio.hpp index d9393545..d3226234 100644 --- a/src/agrpc/detail/execution_asio.hpp +++ b/src/agrpc/detail/execution_asio.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/execution_stdexec.hpp b/src/agrpc/detail/execution_stdexec.hpp index d1b3a762..4dbea107 100644 --- a/src/agrpc/detail/execution_stdexec.hpp +++ b/src/agrpc/detail/execution_stdexec.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/execution_unifex.hpp b/src/agrpc/detail/execution_unifex.hpp index 1bfb6fb0..83d09fa0 100644 --- a/src/agrpc/detail/execution_unifex.hpp +++ b/src/agrpc/detail/execution_unifex.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/executor_with_default.hpp b/src/agrpc/detail/executor_with_default.hpp index 7d356a66..a7b5fc5e 100644 --- a/src/agrpc/detail/executor_with_default.hpp +++ b/src/agrpc/detail/executor_with_default.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/forward.hpp b/src/agrpc/detail/forward.hpp index 554cc039..d63b78e9 100644 --- a/src/agrpc/detail/forward.hpp +++ b/src/agrpc/detail/forward.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/functional.hpp b/src/agrpc/detail/functional.hpp index a4aaf3c5..52fae915 100644 --- a/src/agrpc/detail/functional.hpp +++ b/src/agrpc/detail/functional.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_completion_queue_event.hpp b/src/agrpc/detail/grpc_completion_queue_event.hpp index d7fdc728..4c7feb59 100644 --- a/src/agrpc/detail/grpc_completion_queue_event.hpp +++ b/src/agrpc/detail/grpc_completion_queue_event.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_context.hpp b/src/agrpc/detail/grpc_context.hpp index a084838a..8ff44a6b 100644 --- a/src/agrpc/detail/grpc_context.hpp +++ b/src/agrpc/detail/grpc_context.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_context.ipp b/src/agrpc/detail/grpc_context.ipp index 3a1c4e4f..3d52f09f 100644 --- a/src/agrpc/detail/grpc_context.ipp +++ b/src/agrpc/detail/grpc_context.ipp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_context_implementation.hpp b/src/agrpc/detail/grpc_context_implementation.hpp index 36c8a7fd..7b8f1862 100644 --- a/src/agrpc/detail/grpc_context_implementation.hpp +++ b/src/agrpc/detail/grpc_context_implementation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_context_implementation.ipp b/src/agrpc/detail/grpc_context_implementation.ipp index e64e6c5d..8f566ebf 100644 --- a/src/agrpc/detail/grpc_context_implementation.ipp +++ b/src/agrpc/detail/grpc_context_implementation.ipp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_executor_base.hpp b/src/agrpc/detail/grpc_executor_base.hpp index 0ad6d3eb..7ec72bac 100644 --- a/src/agrpc/detail/grpc_executor_base.hpp +++ b/src/agrpc/detail/grpc_executor_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_executor_options.hpp b/src/agrpc/detail/grpc_executor_options.hpp index 2e9625ba..b826dbaf 100644 --- a/src/agrpc/detail/grpc_executor_options.hpp +++ b/src/agrpc/detail/grpc_executor_options.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/grpc_sender.hpp b/src/agrpc/detail/grpc_sender.hpp index 93ccfd88..a2d635dd 100644 --- a/src/agrpc/detail/grpc_sender.hpp +++ b/src/agrpc/detail/grpc_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/health_check_repeatedly_request.hpp b/src/agrpc/detail/health_check_repeatedly_request.hpp index 86fbb637..210cd68c 100644 --- a/src/agrpc/detail/health_check_repeatedly_request.hpp +++ b/src/agrpc/detail/health_check_repeatedly_request.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/health_check_service.hpp b/src/agrpc/detail/health_check_service.hpp index a14c5e7e..9f78059d 100644 --- a/src/agrpc/detail/health_check_service.hpp +++ b/src/agrpc/detail/health_check_service.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/initiate_sender_implementation.hpp b/src/agrpc/detail/initiate_sender_implementation.hpp index 25cdb09d..f8b1472c 100644 --- a/src/agrpc/detail/initiate_sender_implementation.hpp +++ b/src/agrpc/detail/initiate_sender_implementation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/intrusive_circular_list.hpp b/src/agrpc/detail/intrusive_circular_list.hpp index ea03b002..0cdcfd5d 100644 --- a/src/agrpc/detail/intrusive_circular_list.hpp +++ b/src/agrpc/detail/intrusive_circular_list.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/intrusive_list.hpp b/src/agrpc/detail/intrusive_list.hpp index 3a700b33..d333e918 100644 --- a/src/agrpc/detail/intrusive_list.hpp +++ b/src/agrpc/detail/intrusive_list.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/intrusive_list_hook.hpp b/src/agrpc/detail/intrusive_list_hook.hpp index 3f476dca..af7b72a0 100644 --- a/src/agrpc/detail/intrusive_list_hook.hpp +++ b/src/agrpc/detail/intrusive_list_hook.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/intrusive_queue.hpp b/src/agrpc/detail/intrusive_queue.hpp index 86f820cf..b1f45c5c 100644 --- a/src/agrpc/detail/intrusive_queue.hpp +++ b/src/agrpc/detail/intrusive_queue.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/intrusive_slist.hpp b/src/agrpc/detail/intrusive_slist.hpp index ae6b1aa1..782b7f2a 100644 --- a/src/agrpc/detail/intrusive_slist.hpp +++ b/src/agrpc/detail/intrusive_slist.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/manual_reset_event.hpp b/src/agrpc/detail/manual_reset_event.hpp index 3478277b..5a3c482b 100644 --- a/src/agrpc/detail/manual_reset_event.hpp +++ b/src/agrpc/detail/manual_reset_event.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/manual_reset_event_operation.ipp b/src/agrpc/detail/manual_reset_event_operation.ipp index c07bb8fa..28f64540 100644 --- a/src/agrpc/detail/manual_reset_event_operation.ipp +++ b/src/agrpc/detail/manual_reset_event_operation.ipp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/math.hpp b/src/agrpc/detail/math.hpp index d27e316e..00c757a3 100644 --- a/src/agrpc/detail/math.hpp +++ b/src/agrpc/detail/math.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/memory.hpp b/src/agrpc/detail/memory.hpp index dda4689f..e9440ef7 100644 --- a/src/agrpc/detail/memory.hpp +++ b/src/agrpc/detail/memory.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/name.hpp b/src/agrpc/detail/name.hpp index 227fc585..b6dffa8d 100644 --- a/src/agrpc/detail/name.hpp +++ b/src/agrpc/detail/name.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/notify_on_state_change.hpp b/src/agrpc/detail/notify_on_state_change.hpp index 72f9a1ea..54228d3b 100644 --- a/src/agrpc/detail/notify_on_state_change.hpp +++ b/src/agrpc/detail/notify_on_state_change.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/notify_when_done_event.hpp b/src/agrpc/detail/notify_when_done_event.hpp index cf0fa61a..de0ce9eb 100644 --- a/src/agrpc/detail/notify_when_done_event.hpp +++ b/src/agrpc/detail/notify_when_done_event.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/operation.hpp b/src/agrpc/detail/operation.hpp index 847a05d6..bfa0c14d 100644 --- a/src/agrpc/detail/operation.hpp +++ b/src/agrpc/detail/operation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/operation_base.hpp b/src/agrpc/detail/operation_base.hpp index fe3cfe78..ab0973b7 100644 --- a/src/agrpc/detail/operation_base.hpp +++ b/src/agrpc/detail/operation_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/operation_handle.hpp b/src/agrpc/detail/operation_handle.hpp index 41f95512..e05fe0d4 100644 --- a/src/agrpc/detail/operation_handle.hpp +++ b/src/agrpc/detail/operation_handle.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/operation_implementation.hpp b/src/agrpc/detail/operation_implementation.hpp index 63ab970e..628ae610 100644 --- a/src/agrpc/detail/operation_implementation.hpp +++ b/src/agrpc/detail/operation_implementation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/operation_initiation.hpp b/src/agrpc/detail/operation_initiation.hpp index 6343125f..fc16dda6 100644 --- a/src/agrpc/detail/operation_initiation.hpp +++ b/src/agrpc/detail/operation_initiation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/pool_resource.hpp b/src/agrpc/detail/pool_resource.hpp index d1ee5523..8ff55ec9 100644 --- a/src/agrpc/detail/pool_resource.hpp +++ b/src/agrpc/detail/pool_resource.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/pool_resource_allocator.hpp b/src/agrpc/detail/pool_resource_allocator.hpp index fce2422b..01fc4570 100644 --- a/src/agrpc/detail/pool_resource_allocator.hpp +++ b/src/agrpc/detail/pool_resource_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/query_grpc_context.hpp b/src/agrpc/detail/query_grpc_context.hpp index 7f5bad94..99a0227f 100644 --- a/src/agrpc/detail/query_grpc_context.hpp +++ b/src/agrpc/detail/query_grpc_context.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/receiver.hpp b/src/agrpc/detail/receiver.hpp index 8247385a..5d978a81 100644 --- a/src/agrpc/detail/receiver.hpp +++ b/src/agrpc/detail/receiver.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/register_awaitable_rpc_handler.hpp b/src/agrpc/detail/register_awaitable_rpc_handler.hpp index eecddc31..d6b79e97 100644 --- a/src/agrpc/detail/register_awaitable_rpc_handler.hpp +++ b/src/agrpc/detail/register_awaitable_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/register_callback_rpc_handler.hpp b/src/agrpc/detail/register_callback_rpc_handler.hpp index dd79f980..faa4e9f2 100644 --- a/src/agrpc/detail/register_callback_rpc_handler.hpp +++ b/src/agrpc/detail/register_callback_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/register_rpc_handler_asio_base.hpp b/src/agrpc/detail/register_rpc_handler_asio_base.hpp index 9d4f6308..5e81819a 100644 --- a/src/agrpc/detail/register_rpc_handler_asio_base.hpp +++ b/src/agrpc/detail/register_rpc_handler_asio_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/register_rpc_handler_base.hpp b/src/agrpc/detail/register_rpc_handler_base.hpp index 96d7bb59..811bd5ac 100644 --- a/src/agrpc/detail/register_rpc_handler_base.hpp +++ b/src/agrpc/detail/register_rpc_handler_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/register_sender_rpc_handler.hpp b/src/agrpc/detail/register_sender_rpc_handler.hpp index 6d7d7098..60a6a42c 100644 --- a/src/agrpc/detail/register_sender_rpc_handler.hpp +++ b/src/agrpc/detail/register_sender_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/register_yield_rpc_handler.hpp b/src/agrpc/detail/register_yield_rpc_handler.hpp index 0c862029..f3e9dcd3 100644 --- a/src/agrpc/detail/register_yield_rpc_handler.hpp +++ b/src/agrpc/detail/register_yield_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/rethrow_first_arg.hpp b/src/agrpc/detail/rethrow_first_arg.hpp index e0bf79fd..be863f86 100644 --- a/src/agrpc/detail/rethrow_first_arg.hpp +++ b/src/agrpc/detail/rethrow_first_arg.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/rpc_executor_base.hpp b/src/agrpc/detail/rpc_executor_base.hpp index 1975fe4b..a8c77020 100644 --- a/src/agrpc/detail/rpc_executor_base.hpp +++ b/src/agrpc/detail/rpc_executor_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/rpc_request.hpp b/src/agrpc/detail/rpc_request.hpp index 720df650..58ab9ab6 100644 --- a/src/agrpc/detail/rpc_request.hpp +++ b/src/agrpc/detail/rpc_request.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/rpc_type.hpp b/src/agrpc/detail/rpc_type.hpp index 4b82c5a8..cbe9a4a8 100644 --- a/src/agrpc/detail/rpc_type.hpp +++ b/src/agrpc/detail/rpc_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/schedule_sender.hpp b/src/agrpc/detail/schedule_sender.hpp index 27e9bcda..0fa1e413 100644 --- a/src/agrpc/detail/schedule_sender.hpp +++ b/src/agrpc/detail/schedule_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/sender_implementation.hpp b/src/agrpc/detail/sender_implementation.hpp index 852bc78b..b1e2f67b 100644 --- a/src/agrpc/detail/sender_implementation.hpp +++ b/src/agrpc/detail/sender_implementation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/sender_implementation_operation.hpp b/src/agrpc/detail/sender_implementation_operation.hpp index 0113c6a5..12f785f5 100644 --- a/src/agrpc/detail/sender_implementation_operation.hpp +++ b/src/agrpc/detail/sender_implementation_operation.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/sender_of.hpp b/src/agrpc/detail/sender_of.hpp index 8fc72a25..09e475bc 100644 --- a/src/agrpc/detail/sender_of.hpp +++ b/src/agrpc/detail/sender_of.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_rpc_base.hpp b/src/agrpc/detail/server_rpc_base.hpp index 96b57fed..0160611e 100644 --- a/src/agrpc/detail/server_rpc_base.hpp +++ b/src/agrpc/detail/server_rpc_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_rpc_context_base.hpp b/src/agrpc/detail/server_rpc_context_base.hpp index 965047b2..4d54752d 100644 --- a/src/agrpc/detail/server_rpc_context_base.hpp +++ b/src/agrpc/detail/server_rpc_context_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_rpc_notify_when_done_base.hpp b/src/agrpc/detail/server_rpc_notify_when_done_base.hpp index a4d7ff4a..458f778f 100644 --- a/src/agrpc/detail/server_rpc_notify_when_done_base.hpp +++ b/src/agrpc/detail/server_rpc_notify_when_done_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_rpc_notify_when_done_mixin.hpp b/src/agrpc/detail/server_rpc_notify_when_done_mixin.hpp index 2d95be1c..c1623f51 100644 --- a/src/agrpc/detail/server_rpc_notify_when_done_mixin.hpp +++ b/src/agrpc/detail/server_rpc_notify_when_done_mixin.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_rpc_sender.hpp b/src/agrpc/detail/server_rpc_sender.hpp index 9e30b7c9..b7d23213 100644 --- a/src/agrpc/detail/server_rpc_sender.hpp +++ b/src/agrpc/detail/server_rpc_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_rpc_with_request.hpp b/src/agrpc/detail/server_rpc_with_request.hpp index 0276f1c8..22754610 100644 --- a/src/agrpc/detail/server_rpc_with_request.hpp +++ b/src/agrpc/detail/server_rpc_with_request.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/server_write_reactor.hpp b/src/agrpc/detail/server_write_reactor.hpp index 10920e29..ebffcb8b 100644 --- a/src/agrpc/detail/server_write_reactor.hpp +++ b/src/agrpc/detail/server_write_reactor.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/serving_status.hpp b/src/agrpc/detail/serving_status.hpp index e20fa2c9..4e725bde 100644 --- a/src/agrpc/detail/serving_status.hpp +++ b/src/agrpc/detail/serving_status.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/start_server_rpc.hpp b/src/agrpc/detail/start_server_rpc.hpp index 2cad01a5..d4aaeec9 100644 --- a/src/agrpc/detail/start_server_rpc.hpp +++ b/src/agrpc/detail/start_server_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/stop_callback_lifetime.hpp b/src/agrpc/detail/stop_callback_lifetime.hpp index 8b88df0a..bd08adbc 100644 --- a/src/agrpc/detail/stop_callback_lifetime.hpp +++ b/src/agrpc/detail/stop_callback_lifetime.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/submit.hpp b/src/agrpc/detail/submit.hpp index 3285381b..37d64e9e 100644 --- a/src/agrpc/detail/submit.hpp +++ b/src/agrpc/detail/submit.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/test.hpp b/src/agrpc/detail/test.hpp index 3f503f4b..ff2f5591 100644 --- a/src/agrpc/detail/test.hpp +++ b/src/agrpc/detail/test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/tuple.hpp b/src/agrpc/detail/tuple.hpp index 90bfe41c..7494d930 100644 --- a/src/agrpc/detail/tuple.hpp +++ b/src/agrpc/detail/tuple.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/use_sender.hpp b/src/agrpc/detail/use_sender.hpp index 91ea6d50..40c45a17 100644 --- a/src/agrpc/detail/use_sender.hpp +++ b/src/agrpc/detail/use_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/utility.hpp b/src/agrpc/detail/utility.hpp index 31389156..8b9fe3d6 100644 --- a/src/agrpc/detail/utility.hpp +++ b/src/agrpc/detail/utility.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/waiter.hpp b/src/agrpc/detail/waiter.hpp index 1a2f32ef..34da6002 100644 --- a/src/agrpc/detail/waiter.hpp +++ b/src/agrpc/detail/waiter.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/detail/work_tracking_completion_handler.hpp b/src/agrpc/detail/work_tracking_completion_handler.hpp index ade45090..e5575e91 100644 --- a/src/agrpc/detail/work_tracking_completion_handler.hpp +++ b/src/agrpc/detail/work_tracking_completion_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/grpc_context.hpp b/src/agrpc/grpc_context.hpp index 0f4172bd..0a07fb7f 100644 --- a/src/agrpc/grpc_context.hpp +++ b/src/agrpc/grpc_context.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/grpc_executor.hpp b/src/agrpc/grpc_executor.hpp index 783fcf39..4cb0e449 100644 --- a/src/agrpc/grpc_executor.hpp +++ b/src/agrpc/grpc_executor.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/health_check_service.hpp b/src/agrpc/health_check_service.hpp index 2ad6ced0..d88acecd 100644 --- a/src/agrpc/health_check_service.hpp +++ b/src/agrpc/health_check_service.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/notify_on_state_change.hpp b/src/agrpc/notify_on_state_change.hpp index 291c46cf..3b6b3724 100644 --- a/src/agrpc/notify_on_state_change.hpp +++ b/src/agrpc/notify_on_state_change.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/read.hpp b/src/agrpc/read.hpp index 65144f6d..af2e73c6 100644 --- a/src/agrpc/read.hpp +++ b/src/agrpc/read.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/register_awaitable_rpc_handler.hpp b/src/agrpc/register_awaitable_rpc_handler.hpp index 1d28d93e..5718fc0b 100644 --- a/src/agrpc/register_awaitable_rpc_handler.hpp +++ b/src/agrpc/register_awaitable_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/register_callback_rpc_handler.hpp b/src/agrpc/register_callback_rpc_handler.hpp index e6bb7de1..88c8661b 100644 --- a/src/agrpc/register_callback_rpc_handler.hpp +++ b/src/agrpc/register_callback_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/register_sender_rpc_handler.hpp b/src/agrpc/register_sender_rpc_handler.hpp index 4fff1bbc..05682dbc 100644 --- a/src/agrpc/register_sender_rpc_handler.hpp +++ b/src/agrpc/register_sender_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/register_yield_rpc_handler.hpp b/src/agrpc/register_yield_rpc_handler.hpp index 79cb7d26..b746ea8d 100644 --- a/src/agrpc/register_yield_rpc_handler.hpp +++ b/src/agrpc/register_yield_rpc_handler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/rpc_type.hpp b/src/agrpc/rpc_type.hpp index 2487caac..920fa692 100644 --- a/src/agrpc/rpc_type.hpp +++ b/src/agrpc/rpc_type.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/run.hpp b/src/agrpc/run.hpp index 2b64a0f7..fa401799 100644 --- a/src/agrpc/run.hpp +++ b/src/agrpc/run.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/server_rpc.hpp b/src/agrpc/server_rpc.hpp index 4363f224..7fef79ff 100644 --- a/src/agrpc/server_rpc.hpp +++ b/src/agrpc/server_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/server_rpc_ptr.hpp b/src/agrpc/server_rpc_ptr.hpp index e4864e1e..54779293 100644 --- a/src/agrpc/server_rpc_ptr.hpp +++ b/src/agrpc/server_rpc_ptr.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/test.hpp b/src/agrpc/test.hpp index e32c2c18..1d71492f 100644 --- a/src/agrpc/test.hpp +++ b/src/agrpc/test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/use_sender.hpp b/src/agrpc/use_sender.hpp index 3cd325af..9443852d 100644 --- a/src/agrpc/use_sender.hpp +++ b/src/agrpc/use_sender.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/agrpc/waiter.hpp b/src/agrpc/waiter.hpp index 34ec06df..37c5977d 100644 --- a/src/agrpc/waiter.hpp +++ b/src/agrpc/waiter.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7bcfd8e5..7f450a68 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cmake/CMakeLists.txt b/test/cmake/CMakeLists.txt index a810ed16..26116d90 100644 --- a/test/cmake/CMakeLists.txt +++ b/test/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cmake/subdirectory/CMakeLists.txt.in b/test/cmake/subdirectory/CMakeLists.txt.in index fa55487b..17b9cb13 100644 --- a/test/cmake/subdirectory/CMakeLists.txt.in +++ b/test/cmake/subdirectory/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cmake/subdirectory/src/CMakeLists.txt b/test/cmake/subdirectory/src/CMakeLists.txt index a3ee9c83..3d8656ac 100644 --- a/test/cmake/subdirectory/src/CMakeLists.txt +++ b/test/cmake/subdirectory/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cmake/subdirectory/src/main.cpp b/test/cmake/subdirectory/src/main.cpp index d091fcc1..cfc61a0f 100644 --- a/test/cmake/subdirectory/src/main.cpp +++ b/test/cmake/subdirectory/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/subdirectory/src/proto/target.proto b/test/cmake/subdirectory/src/proto/target.proto index f9d51d2b..9c4c9c10 100644 --- a/test/cmake/subdirectory/src/proto/target.proto +++ b/test/cmake/subdirectory/src/proto/target.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/CMakeLists.txt.in b/test/cmake/superbuild/CMakeLists.txt.in index 02f1ae7e..3e6640c7 100644 --- a/test/cmake/superbuild/CMakeLists.txt.in +++ b/test/cmake/superbuild/CMakeLists.txt.in @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/CMakeLists.txt b/test/cmake/superbuild/src/CMakeLists.txt index 5f6707b6..9730f0f1 100644 --- a/test/cmake/superbuild/src/CMakeLists.txt +++ b/test/cmake/superbuild/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/descriptor.cpp b/test/cmake/superbuild/src/descriptor.cpp index f1dd8053..2b567c9e 100644 --- a/test/cmake/superbuild/src/descriptor.cpp +++ b/test/cmake/superbuild/src/descriptor.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/main.cpp b/test/cmake/superbuild/src/main.cpp index 6e630f6b..7b9c6e40 100644 --- a/test/cmake/superbuild/src/main.cpp +++ b/test/cmake/superbuild/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/out_var.cpp b/test/cmake/superbuild/src/out_var.cpp index 1931d946..c871bb1a 100644 --- a/test/cmake/superbuild/src/out_var.cpp +++ b/test/cmake/superbuild/src/out_var.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/proto/descriptor.proto b/test/cmake/superbuild/src/proto/descriptor.proto index f8473da8..eeb58e81 100644 --- a/test/cmake/superbuild/src/proto/descriptor.proto +++ b/test/cmake/superbuild/src/proto/descriptor.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/proto/out_var/msg/message.proto b/test/cmake/superbuild/src/proto/out_var/msg/message.proto index 12c54861..fea75652 100644 --- a/test/cmake/superbuild/src/proto/out_var/msg/message.proto +++ b/test/cmake/superbuild/src/proto/out_var/msg/message.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/proto/out_var/subdir/other.1.proto b/test/cmake/superbuild/src/proto/out_var/subdir/other.1.proto index a82502e6..8c8d914b 100644 --- a/test/cmake/superbuild/src/proto/out_var/subdir/other.1.proto +++ b/test/cmake/superbuild/src/proto/out_var/subdir/other.1.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/proto/out_var/v1/out_var.proto b/test/cmake/superbuild/src/proto/out_var/v1/out_var.proto index 2726c028..16b5cc96 100644 --- a/test/cmake/superbuild/src/proto/out_var/v1/out_var.proto +++ b/test/cmake/superbuild/src/proto/out_var/v1/out_var.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/proto/target.proto b/test/cmake/superbuild/src/proto/target.proto index f9d51d2b..9c4c9c10 100644 --- a/test/cmake/superbuild/src/proto/target.proto +++ b/test/cmake/superbuild/src/proto/target.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/cmake/superbuild/src/target.cpp b/test/cmake/superbuild/src/target.cpp index 262f6cce..b20cc018 100644 --- a/test/cmake/superbuild/src/target.cpp +++ b/test/cmake/superbuild/src/target.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/example/CMakeLists.txt b/test/example/CMakeLists.txt index 559a58e3..ba0fcd44 100644 --- a/test/example/CMakeLists.txt +++ b/test/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/example/test_examples.cpp b/test/example/test_examples.cpp index e3a89e18..4dec416f 100644 --- a/test/example/test_examples.cpp +++ b/test/example/test_examples.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/proto/CMakeLists.txt b/test/proto/CMakeLists.txt index c37031b9..88631d53 100644 --- a/test/proto/CMakeLists.txt +++ b/test/proto/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/proto/test/msg/message.proto b/test/proto/test/msg/message.proto index 659caf07..0645743a 100644 --- a/test/proto/test/msg/message.proto +++ b/test/proto/test/msg/message.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/proto/test/v1/test.proto b/test/proto/test/v1/test.proto index 6525fe3f..295397ed 100644 --- a/test/proto/test/v1/test.proto +++ b/test/proto/test/v1/test.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/CMakeLists.txt b/test/src/CMakeLists.txt index ec5cca1b..6f90ea5a 100644 --- a/test/src/CMakeLists.txt +++ b/test/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/src/test_alarm_17.cpp b/test/src/test_alarm_17.cpp index 9b834e37..e4165648 100644 --- a/test/src/test_alarm_17.cpp +++ b/test/src/test_alarm_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_alarm_20.cpp b/test/src/test_alarm_20.cpp index cf7dee08..d2b07dc4 100644 --- a/test/src/test_alarm_20.cpp +++ b/test/src/test_alarm_20.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_asio_grpc_17.cpp b/test/src/test_asio_grpc_17.cpp index 2bc47d3f..cf930984 100644 --- a/test/src/test_asio_grpc_17.cpp +++ b/test/src/test_asio_grpc_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_bind_allocator_17.cpp b/test/src/test_bind_allocator_17.cpp index 7e836ed3..6c34aadd 100644 --- a/test/src/test_bind_allocator_17.cpp +++ b/test/src/test_bind_allocator_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_bind_allocator_20.cpp b/test/src/test_bind_allocator_20.cpp index 5017bb9c..b44f9798 100644 --- a/test/src/test_bind_allocator_20.cpp +++ b/test/src/test_bind_allocator_20.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_client_rpc_17.cpp b/test/src/test_client_rpc_17.cpp index 12d550d3..210e1964 100644 --- a/test/src/test_client_rpc_17.cpp +++ b/test/src/test_client_rpc_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_execution.cpp b/test/src/test_execution.cpp index 403e59a4..c8af656a 100644 --- a/test/src/test_execution.cpp +++ b/test/src/test_execution.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_grpc_context_17.cpp b/test/src/test_grpc_context_17.cpp index 64159b84..72978705 100644 --- a/test/src/test_grpc_context_17.cpp +++ b/test/src/test_grpc_context_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_grpc_context_20.cpp b/test/src/test_grpc_context_20.cpp index 38eb1ac6..5c8a2b3a 100644 --- a/test/src/test_grpc_context_20.cpp +++ b/test/src/test_grpc_context_20.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_health_check_service_17.cpp b/test/src/test_health_check_service_17.cpp index 10ae95d4..a8422cf3 100644 --- a/test/src/test_health_check_service_17.cpp +++ b/test/src/test_health_check_service_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_run_17.cpp b/test/src/test_run_17.cpp index b65c8552..c02b643c 100644 --- a/test/src/test_run_17.cpp +++ b/test/src/test_run_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_test_17.cpp b/test/src/test_test_17.cpp index 75efc382..25c79f1c 100644 --- a/test/src/test_test_17.cpp +++ b/test/src/test_test_17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/src/test_unifex_20.cpp b/test/src/test_unifex_20.cpp index 13bef257..b6796185 100644 --- a/test/src/test_unifex_20.cpp +++ b/test/src/test_unifex_20.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/syntax/CMakeLists.txt b/test/syntax/CMakeLists.txt index 6cce2fb1..b63e5ff0 100644 --- a/test/syntax/CMakeLists.txt +++ b/test/syntax/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/utils/CMakeLists.txt b/test/utils/CMakeLists.txt index 8a3b7b1d..7b40bb92 100644 --- a/test/utils/CMakeLists.txt +++ b/test/utils/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2023 Dennis Hezel +# Copyright 2024 Dennis Hezel # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/utils/utils/asio_forward.hpp b/test/utils/utils/asio_forward.hpp index cf3f41e2..642215b1 100644 --- a/test/utils/utils/asio_forward.hpp +++ b/test/utils/utils/asio_forward.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/asio_utils.cpp b/test/utils/utils/asio_utils.cpp index dffe0f2f..0c594dda 100644 --- a/test/utils/utils/asio_utils.cpp +++ b/test/utils/utils/asio_utils.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/asio_utils.hpp b/test/utils/utils/asio_utils.hpp index dff94014..6fdeac92 100644 --- a/test/utils/utils/asio_utils.hpp +++ b/test/utils/utils/asio_utils.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/client_context.cpp b/test/utils/utils/client_context.cpp index 6da6ce88..ab5a9956 100644 --- a/test/utils/utils/client_context.cpp +++ b/test/utils/utils/client_context.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/client_context.hpp b/test/utils/utils/client_context.hpp index 1943dee1..40015f0e 100644 --- a/test/utils/utils/client_context.hpp +++ b/test/utils/utils/client_context.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/client_rpc.hpp b/test/utils/utils/client_rpc.hpp index a88fdfd7..f3b6b6e8 100644 --- a/test/utils/utils/client_rpc.hpp +++ b/test/utils/utils/client_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/client_rpc_test.hpp b/test/utils/utils/client_rpc_test.hpp index fae5f18a..76d3e4c7 100644 --- a/test/utils/utils/client_rpc_test.hpp +++ b/test/utils/utils/client_rpc_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/delete_guard.hpp b/test/utils/utils/delete_guard.hpp index 8358a64a..0ebeb0d7 100644 --- a/test/utils/utils/delete_guard.hpp +++ b/test/utils/utils/delete_guard.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/doctest.hpp b/test/utils/utils/doctest.hpp index 5343c623..3c44fd47 100644 --- a/test/utils/utils/doctest.hpp +++ b/test/utils/utils/doctest.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/exception.hpp b/test/utils/utils/exception.hpp index fcfa4b47..3632e630 100644 --- a/test/utils/utils/exception.hpp +++ b/test/utils/utils/exception.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/execution_test.hpp b/test/utils/utils/execution_test.hpp index 7836b9a7..13deda3d 100644 --- a/test/utils/utils/execution_test.hpp +++ b/test/utils/utils/execution_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/execution_utils.hpp b/test/utils/utils/execution_utils.hpp index 7f7a4f4e..934d706e 100644 --- a/test/utils/utils/execution_utils.hpp +++ b/test/utils/utils/execution_utils.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/free_port.cpp b/test/utils/utils/free_port.cpp index 268cdb1f..38687075 100644 --- a/test/utils/utils/free_port.cpp +++ b/test/utils/utils/free_port.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/free_port.hpp b/test/utils/utils/free_port.hpp index 719075b2..2b1fe7a5 100644 --- a/test/utils/utils/free_port.hpp +++ b/test/utils/utils/free_port.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/future.hpp b/test/utils/utils/future.hpp index bc4270b7..da3bf92c 100644 --- a/test/utils/utils/future.hpp +++ b/test/utils/utils/future.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_client_server_test.cpp b/test/utils/utils/grpc_client_server_test.cpp index ea26e25a..4934a697 100644 --- a/test/utils/utils/grpc_client_server_test.cpp +++ b/test/utils/utils/grpc_client_server_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_client_server_test.hpp b/test/utils/utils/grpc_client_server_test.hpp index 46dccfb4..1a831919 100644 --- a/test/utils/utils/grpc_client_server_test.hpp +++ b/test/utils/utils/grpc_client_server_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_client_server_test_base.cpp b/test/utils/utils/grpc_client_server_test_base.cpp index 9da0a541..4068dd80 100644 --- a/test/utils/utils/grpc_client_server_test_base.cpp +++ b/test/utils/utils/grpc_client_server_test_base.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_client_server_test_base.hpp b/test/utils/utils/grpc_client_server_test_base.hpp index e81fc673..441018ee 100644 --- a/test/utils/utils/grpc_client_server_test_base.hpp +++ b/test/utils/utils/grpc_client_server_test_base.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_context_test.cpp b/test/utils/utils/grpc_context_test.cpp index 7ef16f1f..a9f9592d 100644 --- a/test/utils/utils/grpc_context_test.cpp +++ b/test/utils/utils/grpc_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_context_test.hpp b/test/utils/utils/grpc_context_test.hpp index 71ed1b35..bba1c9b3 100644 --- a/test/utils/utils/grpc_context_test.hpp +++ b/test/utils/utils/grpc_context_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_format.cpp b/test/utils/utils/grpc_format.cpp index 6442453d..12e4154f 100644 --- a/test/utils/utils/grpc_format.cpp +++ b/test/utils/utils/grpc_format.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_format.hpp b/test/utils/utils/grpc_format.hpp index 93bfde4c..57a0510a 100644 --- a/test/utils/utils/grpc_format.hpp +++ b/test/utils/utils/grpc_format.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_generic_client_server_test.cpp b/test/utils/utils/grpc_generic_client_server_test.cpp index e04b7895..d6b5e9b6 100644 --- a/test/utils/utils/grpc_generic_client_server_test.cpp +++ b/test/utils/utils/grpc_generic_client_server_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/grpc_generic_client_server_test.hpp b/test/utils/utils/grpc_generic_client_server_test.hpp index 1195e51e..65d6a350 100644 --- a/test/utils/utils/grpc_generic_client_server_test.hpp +++ b/test/utils/utils/grpc_generic_client_server_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/introspect_rpc.hpp b/test/utils/utils/introspect_rpc.hpp index f9c20db5..324810d7 100644 --- a/test/utils/utils/introspect_rpc.hpp +++ b/test/utils/utils/introspect_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/io_context_test.cpp b/test/utils/utils/io_context_test.cpp index 1f98c20c..b96e06ae 100644 --- a/test/utils/utils/io_context_test.cpp +++ b/test/utils/utils/io_context_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/io_context_test.hpp b/test/utils/utils/io_context_test.hpp index 62e75d74..5d655de3 100644 --- a/test/utils/utils/io_context_test.hpp +++ b/test/utils/utils/io_context_test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/main.cpp b/test/utils/utils/main.cpp index 3715286c..9acddf80 100644 --- a/test/utils/utils/main.cpp +++ b/test/utils/utils/main.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/precompiled_header.hpp b/test/utils/utils/precompiled_header.hpp index 5b950512..61102a91 100644 --- a/test/utils/utils/precompiled_header.hpp +++ b/test/utils/utils/precompiled_header.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/protobuf.hpp b/test/utils/utils/protobuf.hpp index 903b323a..91cb7f2f 100644 --- a/test/utils/utils/protobuf.hpp +++ b/test/utils/utils/protobuf.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/rpc.cpp b/test/utils/utils/rpc.cpp index 215c766d..4fadaf62 100644 --- a/test/utils/utils/rpc.cpp +++ b/test/utils/utils/rpc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/rpc.hpp b/test/utils/utils/rpc.hpp index e5abfce5..87b93b84 100644 --- a/test/utils/utils/rpc.hpp +++ b/test/utils/utils/rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/server_rpc.hpp b/test/utils/utils/server_rpc.hpp index a23d04b5..0a10a84a 100644 --- a/test/utils/utils/server_rpc.hpp +++ b/test/utils/utils/server_rpc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/server_shutdown_initiator.cpp b/test/utils/utils/server_shutdown_initiator.cpp index a472dd7f..2811450d 100644 --- a/test/utils/utils/server_shutdown_initiator.cpp +++ b/test/utils/utils/server_shutdown_initiator.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/server_shutdown_initiator.hpp b/test/utils/utils/server_shutdown_initiator.hpp index 52b89c03..5dd308b3 100644 --- a/test/utils/utils/server_shutdown_initiator.hpp +++ b/test/utils/utils/server_shutdown_initiator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/test.cpp b/test/utils/utils/test.cpp index ebdfe154..65ae32f8 100644 --- a/test/utils/utils/test.cpp +++ b/test/utils/utils/test.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/test.hpp b/test/utils/utils/test.hpp index efc2cf74..6adfcd18 100644 --- a/test/utils/utils/test.hpp +++ b/test/utils/utils/test.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/throwing_allocator.hpp b/test/utils/utils/throwing_allocator.hpp index de15b4c2..33c9dfc8 100644 --- a/test/utils/utils/throwing_allocator.hpp +++ b/test/utils/utils/throwing_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/time.cpp b/test/utils/utils/time.cpp index 6a1828a4..928bde52 100644 --- a/test/utils/utils/time.cpp +++ b/test/utils/utils/time.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/time.hpp b/test/utils/utils/time.hpp index aa48a58c..91f85a4b 100644 --- a/test/utils/utils/time.hpp +++ b/test/utils/utils/time.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/tracking_allocator.hpp b/test/utils/utils/tracking_allocator.hpp index 37e21937..186f610c 100644 --- a/test/utils/utils/tracking_allocator.hpp +++ b/test/utils/utils/tracking_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/unassignable_allocator.hpp b/test/utils/utils/unassignable_allocator.hpp index 01dea409..e456b9de 100644 --- a/test/utils/utils/unassignable_allocator.hpp +++ b/test/utils/utils/unassignable_allocator.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/test/utils/utils/utility.hpp b/test/utils/utils/utility.hpp index 80b66d7f..367f0d40 100644 --- a/test/utils/utils/utility.hpp +++ b/test/utils/utils/utility.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 Dennis Hezel +// Copyright 2024 Dennis Hezel // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.