From c2f0810538f7dd9a81bf676df5fd1532e14ed97c Mon Sep 17 00:00:00 2001 From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:03:38 +0100 Subject: [PATCH] Update copyright. --- CMakeLists.txt | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- .../src/main/java/io/aeron/agent/ArchiveComponentLogger.java | 2 +- .../src/main/java/io/aeron/agent/ArchiveEventCode.java | 2 +- .../src/main/java/io/aeron/agent/ArchiveEventDissector.java | 2 +- .../src/main/java/io/aeron/agent/ArchiveEventEncoder.java | 2 +- .../src/main/java/io/aeron/agent/ArchiveEventLogger.java | 2 +- .../src/main/java/io/aeron/agent/ArchiveInterceptor.java | 2 +- .../main/java/io/aeron/agent/ChannelEndpointInterceptor.java | 2 +- .../src/main/java/io/aeron/agent/CleanupInterceptor.java | 2 +- .../src/main/java/io/aeron/agent/ClusterComponentLogger.java | 2 +- .../src/main/java/io/aeron/agent/ClusterEventCode.java | 2 +- .../src/main/java/io/aeron/agent/ClusterEventDissector.java | 2 +- .../src/main/java/io/aeron/agent/ClusterEventEncoder.java | 2 +- .../src/main/java/io/aeron/agent/ClusterEventLogger.java | 2 +- .../src/main/java/io/aeron/agent/ClusterInterceptor.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java | 2 +- .../java/io/aeron/agent/CollectingEventLogReaderAgent.java | 2 +- .../io/aeron/agent/CollectingEventLogReaderAgentMBean.java | 2 +- .../src/main/java/io/aeron/agent/CommonEventDissector.java | 2 +- .../src/main/java/io/aeron/agent/CommonEventEncoder.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/ComponentLogger.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/ConfigOption.java | 2 +- .../src/main/java/io/aeron/agent/ControlInterceptor.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java | 2 +- .../src/main/java/io/aeron/agent/DriverComponentLogger.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java | 2 +- .../src/main/java/io/aeron/agent/DriverEventDissector.java | 2 +- .../src/main/java/io/aeron/agent/DriverEventEncoder.java | 2 +- .../src/main/java/io/aeron/agent/DriverEventLogger.java | 2 +- .../src/main/java/io/aeron/agent/DriverInterceptor.java | 2 +- .../src/main/java/io/aeron/agent/DynamicLoggingAgent.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/EventCode.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java | 2 +- .../src/main/java/io/aeron/agent/EventConfiguration.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java | 2 +- .../src/main/java/io/aeron/agent/EventLogReaderAgent.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/LogUtil.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/package-info.java | 2 +- aeron-agent/src/test/java/io/aeron/agent/AgentTests.java | 2 +- .../src/test/java/io/aeron/agent/ArchiveEventCodeTest.java | 2 +- .../test/java/io/aeron/agent/ArchiveEventDissectorTest.java | 2 +- .../src/test/java/io/aeron/agent/ArchiveEventEncoderTest.java | 2 +- .../src/test/java/io/aeron/agent/ArchiveEventLoggerTest.java | 2 +- .../src/test/java/io/aeron/agent/ArchiveLoggingAgentTest.java | 2 +- .../src/test/java/io/aeron/agent/ClusterEventCodeTest.java | 2 +- .../test/java/io/aeron/agent/ClusterEventDissectorTest.java | 2 +- .../src/test/java/io/aeron/agent/ClusterEventEncoderTest.java | 2 +- .../src/test/java/io/aeron/agent/ClusterEventLoggerTest.java | 2 +- .../src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java | 2 +- .../test/java/io/aeron/agent/CommonEventDissectorTest.java | 2 +- .../src/test/java/io/aeron/agent/CommonEventEncoderTest.java | 2 +- .../src/test/java/io/aeron/agent/ConfigOptionTest.java | 2 +- .../src/test/java/io/aeron/agent/DriverEventCodeTest.java | 2 +- .../test/java/io/aeron/agent/DriverEventDissectorTest.java | 2 +- .../src/test/java/io/aeron/agent/DriverEventEncoderTest.java | 2 +- .../src/test/java/io/aeron/agent/DriverEventLoggerTest.java | 2 +- .../src/test/java/io/aeron/agent/DriverLoggingAgentTest.java | 2 +- .../src/test/java/io/aeron/agent/EventConfigurationTest.java | 2 +- aeron-agent/src/test/java/io/aeron/agent/LogUtilTest.java | 2 +- aeron-annotations/src/main/java/io/aeron/config/Config.java | 2 +- .../src/main/java/io/aeron/config/ConfigInfo.java | 2 +- .../src/main/java/io/aeron/config/ConfigProcessor.java | 2 +- .../src/main/java/io/aeron/config/DefaultType.java | 2 +- .../src/main/java/io/aeron/config/ExpectedCConfig.java | 2 +- .../src/main/java/io/aeron/config/ExpectedConfig.java | 2 +- .../main/java/io/aeron/config/docgen/ConfigDocGenerator.java | 2 +- .../java/io/aeron/config/docgen/GenerateConfigDocTask.java | 2 +- .../src/main/java/io/aeron/config/validation/Entry.java | 2 +- .../config/validation/ValidateConfigExpectationsTask.java | 2 +- .../src/main/java/io/aeron/config/validation/Validation.java | 2 +- .../java/io/aeron/config/validation/ValidationReport.java | 2 +- .../src/main/java/io/aeron/config/validation/Validator.java | 2 +- .../src/main/java/io/aeron/counter/AeronCounter.java | 2 +- .../src/main/java/io/aeron/counter/CounterInfo.java | 2 +- .../src/main/java/io/aeron/counter/CounterProcessor.java | 2 +- .../counter/validation/ValidateCounterExpectationsTask.java | 2 +- .../src/main/java/io/aeron/counter/validation/Validation.java | 2 +- .../java/io/aeron/counter/validation/ValidationReport.java | 2 +- .../src/main/java/io/aeron/counter/validation/Validator.java | 2 +- .../src/main/java/io/aeron/utility/ElementIO.java | 2 +- .../src/main/java/io/aeron/utility/Processor.java | 2 +- aeron-annotations/src/main/java/io/aeron/validation/Grep.java | 2 +- aeron-annotations/src/main/java/io/aeron/version/Version.java | 2 +- .../src/main/java/io/aeron/version/VersionProcessor.java | 2 +- .../src/main/java/io/aeron/version/Versioned.java | 2 +- aeron-archive/src/main/c/CMakeLists.txt | 2 +- aeron-archive/src/main/c/client/aeron_archive.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_async_connect.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_async_connect.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_client.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_client.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_configuration.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_configuration.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_context.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_context.h | 2 +- .../src/main/c/client/aeron_archive_control_response_poller.c | 2 +- .../src/main/c/client/aeron_archive_control_response_poller.h | 2 +- .../src/main/c/client/aeron_archive_credentials_supplier.c | 2 +- .../src/main/c/client/aeron_archive_credentials_supplier.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_proxy.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_proxy.h | 2 +- .../main/c/client/aeron_archive_recording_descriptor_poller.c | 2 +- .../main/c/client/aeron_archive_recording_descriptor_poller.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_recording_pos.c | 2 +- .../src/main/c/client/aeron_archive_recording_signal.c | 2 +- .../src/main/c/client/aeron_archive_recording_signal.h | 2 +- .../aeron_archive_recording_subscription_descriptor_poller.c | 2 +- .../aeron_archive_recording_subscription_descriptor_poller.h | 2 +- aeron-archive/src/main/c/client/aeron_archive_replay_merge.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_replay_params.c | 2 +- aeron-archive/src/main/c/client/aeron_archive_replay_params.h | 2 +- .../src/main/c/client/aeron_archive_replication_params.c | 2 +- aeron-archive/src/main/cpp/CMakeLists.txt | 2 +- aeron-archive/src/main/cpp/client/AeronArchive.cpp | 2 +- aeron-archive/src/main/cpp/client/AeronArchive.h | 2 +- aeron-archive/src/main/cpp/client/AeronArchiveVersion.cpp | 2 +- aeron-archive/src/main/cpp/client/AeronArchiveVersion.h | 2 +- aeron-archive/src/main/cpp/client/ArchiveConfiguration.h | 2 +- aeron-archive/src/main/cpp/client/ArchiveException.h | 2 +- aeron-archive/src/main/cpp/client/ArchiveProxy.cpp | 2 +- aeron-archive/src/main/cpp/client/ArchiveProxy.h | 2 +- aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp | 2 +- aeron-archive/src/main/cpp/client/ControlResponseAdapter.h | 2 +- aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp | 2 +- aeron-archive/src/main/cpp/client/ControlResponsePoller.h | 2 +- .../src/main/cpp/client/RecordingDescriptorPoller.cpp | 2 +- aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h | 2 +- aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp | 2 +- aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h | 2 +- aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp | 2 +- aeron-archive/src/main/cpp/client/RecordingEventsPoller.h | 2 +- aeron-archive/src/main/cpp/client/RecordingPos.h | 2 +- aeron-archive/src/main/cpp/client/RecordingSignalAdapter.cpp | 2 +- aeron-archive/src/main/cpp/client/RecordingSignalAdapter.h | 2 +- .../main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp | 2 +- .../main/cpp/client/RecordingSubscriptionDescriptorPoller.h | 2 +- aeron-archive/src/main/cpp/client/ReplayMerge.cpp | 2 +- aeron-archive/src/main/cpp/client/ReplayMerge.h | 2 +- aeron-archive/src/main/cpp_wrapper/CMakeLists.txt | 2 +- .../src/main/cpp_wrapper/client/archive/AeronArchive.h | 2 +- .../src/main/cpp_wrapper/client/archive/ArchiveContext.h | 2 +- .../src/main/cpp_wrapper/client/archive/CredentialsSupplier.h | 2 +- .../src/main/cpp_wrapper/client/archive/RecordingPos.h | 2 +- .../src/main/cpp_wrapper/client/archive/ReplayMerge.h | 2 +- .../src/main/cpp_wrapper/client/archive/ReplayParams.h | 2 +- .../src/main/cpp_wrapper/client/archive/ReplicationParams.h | 2 +- .../src/main/cpp_wrapper/client/util/ArchiveExceptions.h | 2 +- .../java/io/aeron/archive/AbstractListRecordingsSession.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/Archive.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveConductor.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveCounters.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveMarkFile.java | 2 +- .../main/java/io/aeron/archive/ArchiveMigrationPlanner.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveMigrationStep.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveMigration_0_1.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveMigration_1_2.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveMigration_2_3.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveThreadingMode.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/ArchiveTool.java | 2 +- .../src/main/java/io/aeron/archive/ArchivingMediaDriver.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/Catalog.java | 2 +- .../src/main/java/io/aeron/archive/CatalogIndex.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/CatalogView.java | 2 +- .../main/java/io/aeron/archive/ControlRequestDecoders.java | 2 +- .../src/main/java/io/aeron/archive/ControlResponseProxy.java | 2 +- .../src/main/java/io/aeron/archive/ControlSession.java | 2 +- .../src/main/java/io/aeron/archive/ControlSessionAdapter.java | 2 +- .../src/main/java/io/aeron/archive/ControlSessionProxy.java | 2 +- .../java/io/aeron/archive/CreateReplayPublicationSession.java | 2 +- .../java/io/aeron/archive/DedicatedModeArchiveConductor.java | 2 +- .../src/main/java/io/aeron/archive/DeleteSegmentsSession.java | 2 +- .../io/aeron/archive/ListRecordingSubscriptionsSession.java | 2 +- .../java/io/aeron/archive/ListRecordingsForUriSession.java | 2 +- .../src/main/java/io/aeron/archive/ListRecordingsSession.java | 2 +- .../src/main/java/io/aeron/archive/MigrationUtils.java | 2 +- .../src/main/java/io/aeron/archive/RecordingEventsProxy.java | 2 +- .../src/main/java/io/aeron/archive/RecordingReader.java | 2 +- .../src/main/java/io/aeron/archive/RecordingSession.java | 2 +- .../src/main/java/io/aeron/archive/RecordingSummary.java | 2 +- .../src/main/java/io/aeron/archive/RecordingWriter.java | 2 +- .../src/main/java/io/aeron/archive/ReplaySession.java | 2 +- .../java/io/aeron/archive/ReplicationCredentialsSupplier.java | 2 +- .../src/main/java/io/aeron/archive/ReplicationSession.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/Session.java | 2 +- .../src/main/java/io/aeron/archive/SessionWorker.java | 2 +- .../java/io/aeron/archive/SharedModeArchiveConductor.java | 2 +- .../src/main/java/io/aeron/archive/SimpleFragmentHandler.java | 2 +- .../src/main/java/io/aeron/archive/checksum/Checksum.java | 2 +- .../src/main/java/io/aeron/archive/checksum/Checksums.java | 2 +- .../src/main/java/io/aeron/archive/checksum/package-info.java | 2 +- .../src/main/java/io/aeron/archive/client/AeronArchive.java | 2 +- .../src/main/java/io/aeron/archive/client/ArchiveEvent.java | 2 +- .../main/java/io/aeron/archive/client/ArchiveException.java | 2 +- .../src/main/java/io/aeron/archive/client/ArchiveProxy.java | 2 +- .../java/io/aeron/archive/client/ControlEventListener.java | 2 +- .../java/io/aeron/archive/client/ControlResponseAdapter.java | 2 +- .../java/io/aeron/archive/client/ControlResponseListener.java | 2 +- .../java/io/aeron/archive/client/ControlResponsePoller.java | 2 +- .../io/aeron/archive/client/RecordingDescriptorConsumer.java | 2 +- .../io/aeron/archive/client/RecordingDescriptorPoller.java | 2 +- .../java/io/aeron/archive/client/RecordingEventsAdapter.java | 2 +- .../java/io/aeron/archive/client/RecordingEventsListener.java | 2 +- .../java/io/aeron/archive/client/RecordingEventsPoller.java | 2 +- .../java/io/aeron/archive/client/RecordingSignalAdapter.java | 2 +- .../java/io/aeron/archive/client/RecordingSignalConsumer.java | 2 +- .../java/io/aeron/archive/client/RecordingSignalPoller.java | 2 +- .../client/RecordingSubscriptionDescriptorConsumer.java | 2 +- .../archive/client/RecordingSubscriptionDescriptorPoller.java | 2 +- .../src/main/java/io/aeron/archive/client/ReplayMerge.java | 2 +- .../src/main/java/io/aeron/archive/client/ReplayParams.java | 2 +- .../main/java/io/aeron/archive/client/ReplicationParams.java | 2 +- .../src/main/java/io/aeron/archive/client/package-info.java | 2 +- .../src/main/java/io/aeron/archive/package-info.java | 2 +- .../src/main/java/io/aeron/archive/status/RecordingPos.java | 2 +- .../src/main/java/io/aeron/archive/status/package-info.java | 2 +- aeron-archive/src/test/c/CMakeLists.txt | 2 +- aeron-archive/src/test/c/TestArchive.h | 2 +- aeron-archive/src/test/c/client/aeron_archive_test.cpp | 2 +- aeron-archive/src/test/cpp/AeronArchiveTest.cpp | 2 +- aeron-archive/src/test/cpp/CMakeLists.txt | 2 +- aeron-archive/src/test/cpp/TestArchive.h | 2 +- aeron-archive/src/test/cpp/client/AeronArchiveVersionTest.cpp | 2 +- .../src/test/cpp_wrapper/AeronArchiveWrapperTest.cpp | 2 +- aeron-archive/src/test/cpp_wrapper/CMakeLists.txt | 2 +- aeron-archive/src/test/cpp_wrapper/TestArchive.h | 2 +- .../src/test/java/io/aeron/archive/ArchiveContextTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveCountersTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveMarkFileTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveMigrationUtils.java | 2 +- .../test/java/io/aeron/archive/ArchiveMigration_2_3Test.java | 2 +- aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveTests.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveToolCliTest.java | 2 +- .../io/aeron/archive/ArchiveToolSeparateMarkFileTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveToolTests.java | 2 +- .../src/test/java/io/aeron/archive/CatalogIndexTest.java | 2 +- aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java | 2 +- .../src/test/java/io/aeron/archive/CatalogViewTest.java | 2 +- .../test/java/io/aeron/archive/ControlSessionAdapterTest.java | 2 +- .../java/io/aeron/archive/ControlSessionAdapterV6Test.java | 2 +- .../src/test/java/io/aeron/archive/ControlSessionTest.java | 2 +- .../test/java/io/aeron/archive/DeleteSegmentsSessionTest.java | 2 +- .../java/io/aeron/archive/FailControlResponseListener.java | 2 +- .../java/io/aeron/archive/FailRecordingEventsListener.java | 2 +- .../io/aeron/archive/ListRecordingsForUriSessionTest.java | 2 +- .../test/java/io/aeron/archive/ListRecordingsSessionTest.java | 2 +- .../src/test/java/io/aeron/archive/RecordingSessionTest.java | 2 +- .../src/test/java/io/aeron/archive/RecordingWriterTest.java | 2 +- .../src/test/java/io/aeron/archive/ReplaySessionTest.java | 2 +- .../test/java/io/aeron/archive/checksum/ChecksumsTest.java | 2 +- .../test/java/io/aeron/archive/client/AeronArchiveTest.java | 2 +- .../test/java/io/aeron/archive/status/RecordingPosTest.java | 2 +- aeron-client/src/main/c/CMakeLists.txt | 2 +- aeron-client/src/main/c/aeron_agent.c | 2 +- aeron-client/src/main/c/aeron_agent.h | 2 +- aeron-client/src/main/c/aeron_alloc.c | 2 +- aeron-client/src/main/c/aeron_alloc.h | 2 +- aeron-client/src/main/c/aeron_client.c | 2 +- aeron-client/src/main/c/aeron_client.h | 2 +- aeron-client/src/main/c/aeron_client_conductor.c | 2 +- aeron-client/src/main/c/aeron_client_conductor.h | 2 +- aeron-client/src/main/c/aeron_cnc.c | 2 +- aeron-client/src/main/c/aeron_cnc_file_descriptor.c | 2 +- aeron-client/src/main/c/aeron_cnc_file_descriptor.h | 2 +- aeron-client/src/main/c/aeron_common.h | 2 +- aeron-client/src/main/c/aeron_context.c | 2 +- aeron-client/src/main/c/aeron_context.h | 2 +- aeron-client/src/main/c/aeron_counter.c | 2 +- aeron-client/src/main/c/aeron_counter.h | 2 +- aeron-client/src/main/c/aeron_counters.h | 2 +- aeron-client/src/main/c/aeron_exclusive_publication.c | 2 +- aeron-client/src/main/c/aeron_exclusive_publication.h | 2 +- aeron-client/src/main/c/aeron_fragment_assembler.c | 2 +- aeron-client/src/main/c/aeron_fragment_assembler.h | 2 +- aeron-client/src/main/c/aeron_image.c | 2 +- aeron-client/src/main/c/aeron_image.h | 2 +- aeron-client/src/main/c/aeron_log_buffer.c | 2 +- aeron-client/src/main/c/aeron_log_buffer.h | 2 +- aeron-client/src/main/c/aeron_publication.c | 2 +- aeron-client/src/main/c/aeron_publication.h | 2 +- aeron-client/src/main/c/aeron_socket.c | 2 +- aeron-client/src/main/c/aeron_socket.h | 2 +- aeron-client/src/main/c/aeron_subscription.c | 2 +- aeron-client/src/main/c/aeron_subscription.h | 2 +- aeron-client/src/main/c/aeron_version.c | 2 +- aeron-client/src/main/c/aeron_windows.c | 2 +- aeron-client/src/main/c/aeron_windows.h | 2 +- aeron-client/src/main/c/aeronc.c | 2 +- aeron-client/src/main/c/aeronc.h | 2 +- .../src/main/c/collections/aeron_array_to_ptr_hash_map.c | 2 +- .../src/main/c/collections/aeron_array_to_ptr_hash_map.h | 2 +- aeron-client/src/main/c/collections/aeron_bit_set.c | 2 +- aeron-client/src/main/c/collections/aeron_bit_set.h | 2 +- aeron-client/src/main/c/collections/aeron_hashing.c | 2 +- aeron-client/src/main/c/collections/aeron_hashing.h | 2 +- aeron-client/src/main/c/collections/aeron_int64_counter_map.c | 2 +- aeron-client/src/main/c/collections/aeron_int64_counter_map.h | 2 +- .../src/main/c/collections/aeron_int64_to_ptr_hash_map.c | 2 +- .../src/main/c/collections/aeron_int64_to_ptr_hash_map.h | 2 +- .../main/c/collections/aeron_int64_to_tagged_ptr_hash_map.c | 2 +- .../main/c/collections/aeron_int64_to_tagged_ptr_hash_map.h | 2 +- aeron-client/src/main/c/collections/aeron_linked_queue.c | 2 +- aeron-client/src/main/c/collections/aeron_linked_queue.h | 2 +- aeron-client/src/main/c/collections/aeron_map.c | 2 +- aeron-client/src/main/c/collections/aeron_map.h | 2 +- .../src/main/c/collections/aeron_str_to_ptr_hash_map.c | 2 +- .../src/main/c/collections/aeron_str_to_ptr_hash_map.h | 2 +- aeron-client/src/main/c/command/aeron_control_protocol.h | 2 +- aeron-client/src/main/c/concurrent/aeron_atomic.c | 2 +- aeron-client/src/main/c/concurrent/aeron_atomic.h | 2 +- aeron-client/src/main/c/concurrent/aeron_atomic64_c11.h | 2 +- .../src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h | 2 +- aeron-client/src/main/c/concurrent/aeron_atomic64_msvc.h | 2 +- .../src/main/c/concurrent/aeron_blocking_linked_queue.c | 2 +- .../src/main/c/concurrent/aeron_blocking_linked_queue.h | 2 +- .../src/main/c/concurrent/aeron_broadcast_descriptor.h | 2 +- aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.c | 2 +- aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.h | 2 +- .../src/main/c/concurrent/aeron_broadcast_transmitter.c | 2 +- .../src/main/c/concurrent/aeron_broadcast_transmitter.h | 2 +- .../src/main/c/concurrent/aeron_concurrent_array_queue.h | 2 +- aeron-client/src/main/c/concurrent/aeron_counters_manager.c | 2 +- aeron-client/src/main/c/concurrent/aeron_counters_manager.h | 2 +- aeron-client/src/main/c/concurrent/aeron_distinct_error_log.c | 2 +- aeron-client/src/main/c/concurrent/aeron_distinct_error_log.h | 2 +- aeron-client/src/main/c/concurrent/aeron_executor.c | 2 +- aeron-client/src/main/c/concurrent/aeron_executor.h | 2 +- .../src/main/c/concurrent/aeron_logbuffer_descriptor.c | 2 +- .../src/main/c/concurrent/aeron_logbuffer_descriptor.h | 2 +- .../src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c | 2 +- .../src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h | 2 +- aeron-client/src/main/c/concurrent/aeron_mpsc_rb.c | 2 +- aeron-client/src/main/c/concurrent/aeron_mpsc_rb.h | 2 +- aeron-client/src/main/c/concurrent/aeron_rb.h | 2 +- .../src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c | 2 +- .../src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h | 2 +- aeron-client/src/main/c/concurrent/aeron_spsc_rb.c | 2 +- aeron-client/src/main/c/concurrent/aeron_spsc_rb.h | 2 +- aeron-client/src/main/c/concurrent/aeron_term_gap_filler.c | 2 +- aeron-client/src/main/c/concurrent/aeron_term_gap_filler.h | 2 +- aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.c | 2 +- aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.h | 2 +- aeron-client/src/main/c/concurrent/aeron_term_rebuilder.c | 2 +- aeron-client/src/main/c/concurrent/aeron_term_rebuilder.h | 2 +- aeron-client/src/main/c/concurrent/aeron_term_scanner.c | 2 +- aeron-client/src/main/c/concurrent/aeron_term_scanner.h | 2 +- aeron-client/src/main/c/concurrent/aeron_term_unblocker.c | 2 +- aeron-client/src/main/c/concurrent/aeron_term_unblocker.h | 2 +- aeron-client/src/main/c/concurrent/aeron_thread.c | 2 +- aeron-client/src/main/c/concurrent/aeron_thread.h | 2 +- aeron-client/src/main/c/protocol/aeron_udp_protocol.c | 2 +- aeron-client/src/main/c/protocol/aeron_udp_protocol.h | 2 +- aeron-client/src/main/c/reports/aeron_loss_reporter.c | 2 +- aeron-client/src/main/c/reports/aeron_loss_reporter.h | 2 +- aeron-client/src/main/c/status/aeron_local_sockaddr.c | 2 +- aeron-client/src/main/c/status/aeron_local_sockaddr.h | 2 +- aeron-client/src/main/c/uri/aeron_uri.c | 2 +- aeron-client/src/main/c/uri/aeron_uri.h | 2 +- aeron-client/src/main/c/uri/aeron_uri_string_builder.c | 2 +- aeron-client/src/main/c/uri/aeron_uri_string_builder.h | 2 +- aeron-client/src/main/c/util/aeron_arrayutil.c | 2 +- aeron-client/src/main/c/util/aeron_arrayutil.h | 2 +- aeron-client/src/main/c/util/aeron_bitutil.c | 2 +- aeron-client/src/main/c/util/aeron_bitutil.h | 2 +- aeron-client/src/main/c/util/aeron_clock.c | 2 +- aeron-client/src/main/c/util/aeron_clock.h | 2 +- aeron-client/src/main/c/util/aeron_dlopen.c | 2 +- aeron-client/src/main/c/util/aeron_dlopen.h | 2 +- aeron-client/src/main/c/util/aeron_env.c | 2 +- aeron-client/src/main/c/util/aeron_env.h | 2 +- aeron-client/src/main/c/util/aeron_error.c | 2 +- aeron-client/src/main/c/util/aeron_error.h | 2 +- aeron-client/src/main/c/util/aeron_fileutil.c | 2 +- aeron-client/src/main/c/util/aeron_fileutil.h | 2 +- aeron-client/src/main/c/util/aeron_http_util.c | 2 +- aeron-client/src/main/c/util/aeron_http_util.h | 2 +- aeron-client/src/main/c/util/aeron_math.c | 2 +- aeron-client/src/main/c/util/aeron_math.h | 2 +- aeron-client/src/main/c/util/aeron_netutil.c | 2 +- aeron-client/src/main/c/util/aeron_netutil.h | 2 +- aeron-client/src/main/c/util/aeron_parse_util.c | 2 +- aeron-client/src/main/c/util/aeron_parse_util.h | 2 +- aeron-client/src/main/c/util/aeron_platform.h | 2 +- aeron-client/src/main/c/util/aeron_properties_util.c | 2 +- aeron-client/src/main/c/util/aeron_properties_util.h | 2 +- aeron-client/src/main/c/util/aeron_strutil.c | 2 +- aeron-client/src/main/c/util/aeron_strutil.h | 2 +- aeron-client/src/main/cpp/Aeron.cpp | 2 +- aeron-client/src/main/cpp/Aeron.h | 2 +- aeron-client/src/main/cpp/AeronCounters.h | 2 +- aeron-client/src/main/cpp/AeronVersion.cpp | 2 +- aeron-client/src/main/cpp/AeronVersion.h | 2 +- aeron-client/src/main/cpp/BufferBuilder.h | 2 +- aeron-client/src/main/cpp/CMakeLists.txt | 2 +- aeron-client/src/main/cpp/ChannelUri.h | 2 +- aeron-client/src/main/cpp/ChannelUriStringBuilder.h | 2 +- aeron-client/src/main/cpp/ClientConductor.cpp | 2 +- aeron-client/src/main/cpp/ClientConductor.h | 2 +- aeron-client/src/main/cpp/CncFileDescriptor.h | 2 +- aeron-client/src/main/cpp/CncFileReader.h | 2 +- aeron-client/src/main/cpp/Context.cpp | 2 +- aeron-client/src/main/cpp/Context.h | 2 +- aeron-client/src/main/cpp/ControlledFragmentAssembler.h | 2 +- aeron-client/src/main/cpp/Counter.cpp | 2 +- aeron-client/src/main/cpp/Counter.h | 2 +- aeron-client/src/main/cpp/DriverListenerAdapter.h | 2 +- aeron-client/src/main/cpp/DriverProxy.h | 2 +- aeron-client/src/main/cpp/ExclusivePublication.cpp | 2 +- aeron-client/src/main/cpp/ExclusivePublication.h | 2 +- aeron-client/src/main/cpp/FragmentAssembler.h | 2 +- aeron-client/src/main/cpp/HeartbeatTimestamp.h | 2 +- aeron-client/src/main/cpp/Image.h | 2 +- aeron-client/src/main/cpp/ImageControlledFragmentAssembler.h | 2 +- aeron-client/src/main/cpp/ImageFragmentAssembler.h | 2 +- aeron-client/src/main/cpp/LogBuffers.cpp | 2 +- aeron-client/src/main/cpp/LogBuffers.h | 2 +- aeron-client/src/main/cpp/Publication.cpp | 2 +- aeron-client/src/main/cpp/Publication.h | 2 +- aeron-client/src/main/cpp/Subscription.cpp | 2 +- aeron-client/src/main/cpp/Subscription.h | 2 +- aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h | 2 +- aeron-client/src/main/cpp/command/ControlProtocolEvents.h | 2 +- .../src/main/cpp/command/CorrelatedMessageFlyweight.h | 2 +- aeron-client/src/main/cpp/command/CounterMessageFlyweight.h | 2 +- aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h | 2 +- .../src/main/cpp/command/DestinationMessageFlyweight.h | 2 +- aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h | 2 +- aeron-client/src/main/cpp/command/Flyweight.h | 2 +- .../src/main/cpp/command/ImageBuffersReadyFlyweight.h | 2 +- aeron-client/src/main/cpp/command/ImageMessageFlyweight.h | 2 +- .../src/main/cpp/command/OperationSucceededFlyweight.h | 2 +- .../src/main/cpp/command/PublicationBuffersReadyFlyweight.h | 2 +- .../src/main/cpp/command/PublicationMessageFlyweight.h | 2 +- aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h | 2 +- .../src/main/cpp/command/SubscriptionMessageFlyweight.h | 2 +- .../src/main/cpp/command/SubscriptionReadyFlyweight.h | 2 +- aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h | 2 +- aeron-client/src/main/cpp/concurrent/AgentInvoker.h | 2 +- aeron-client/src/main/cpp/concurrent/AgentRunner.h | 2 +- aeron-client/src/main/cpp/concurrent/Atomic64.h | 2 +- aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h | 2 +- aeron-client/src/main/cpp/concurrent/AtomicBuffer.h | 2 +- aeron-client/src/main/cpp/concurrent/AtomicCounter.h | 2 +- aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h | 2 +- aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h | 2 +- aeron-client/src/main/cpp/concurrent/CountersManager.h | 2 +- aeron-client/src/main/cpp/concurrent/CountersReader.h | 2 +- aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h | 2 +- aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h | 2 +- aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h | 2 +- .../src/main/cpp/concurrent/atomic/Atomic64_gcc_cpp11.h | 2 +- .../src/main/cpp/concurrent/atomic/Atomic64_gcc_x86_64.h | 2 +- aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h | 2 +- .../main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h | 2 +- .../src/main/cpp/concurrent/broadcast/BroadcastReceiver.h | 2 +- .../src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h | 2 +- .../src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h | 2 +- .../src/main/cpp/concurrent/broadcast/RecordDescriptor.h | 2 +- .../src/main/cpp/concurrent/errors/DistinctErrorLog.h | 2 +- .../src/main/cpp/concurrent/errors/ErrorLogDescriptor.h | 2 +- aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h | 2 +- aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h | 2 +- .../src/main/cpp/concurrent/logbuffer/DataFrameHeader.h | 2 +- .../src/main/cpp/concurrent/logbuffer/FrameDescriptor.h | 2 +- aeron-client/src/main/cpp/concurrent/logbuffer/Header.h | 2 +- aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h | 2 +- .../src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h | 2 +- .../src/main/cpp/concurrent/logbuffer/TermBlockScanner.h | 2 +- .../src/main/cpp/concurrent/logbuffer/TermGapScanner.h | 2 +- aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h | 2 +- .../src/main/cpp/concurrent/logbuffer/TermRebuilder.h | 2 +- aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h | 2 +- .../src/main/cpp/concurrent/reports/LossReportDescriptor.h | 2 +- .../src/main/cpp/concurrent/reports/LossReportReader.h | 2 +- .../src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h | 2 +- .../src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h | 2 +- .../src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h | 2 +- .../src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h | 2 +- .../src/main/cpp/concurrent/status/LocalSocketAddressStatus.h | 2 +- aeron-client/src/main/cpp/concurrent/status/Position.h | 2 +- .../src/main/cpp/concurrent/status/ReadablePosition.h | 2 +- .../src/main/cpp/concurrent/status/StatusIndicatorReader.h | 2 +- .../src/main/cpp/concurrent/status/UnsafeBufferPosition.h | 2 +- aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h | 2 +- aeron-client/src/main/cpp/protocol/HeaderFlyweight.h | 2 +- aeron-client/src/main/cpp/protocol/NakFlyweight.h | 2 +- aeron-client/src/main/cpp/protocol/SetupFlyweight.h | 2 +- aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h | 2 +- aeron-client/src/main/cpp/util/BitUtil.h | 2 +- aeron-client/src/main/cpp/util/CommandOption.cpp | 2 +- aeron-client/src/main/cpp/util/CommandOption.h | 2 +- aeron-client/src/main/cpp/util/CommandOptionParser.cpp | 2 +- aeron-client/src/main/cpp/util/CommandOptionParser.h | 2 +- aeron-client/src/main/cpp/util/Exceptions.h | 2 +- aeron-client/src/main/cpp/util/Export.h | 2 +- aeron-client/src/main/cpp/util/Index.h | 2 +- aeron-client/src/main/cpp/util/LangUtil.h | 2 +- aeron-client/src/main/cpp/util/MacroUtil.h | 2 +- aeron-client/src/main/cpp/util/MemoryMappedFile.cpp | 2 +- aeron-client/src/main/cpp/util/MemoryMappedFile.h | 2 +- aeron-client/src/main/cpp/util/Platform.h | 2 +- aeron-client/src/main/cpp/util/ScopeUtils.h | 2 +- aeron-client/src/main/cpp/util/StringUtil.h | 2 +- aeron-client/src/main/cpp_wrapper/Aeron.h | 2 +- aeron-client/src/main/cpp_wrapper/AeronCounters.h | 2 +- aeron-client/src/main/cpp_wrapper/BufferBuilder.h | 2 +- aeron-client/src/main/cpp_wrapper/CMakeLists.txt | 2 +- aeron-client/src/main/cpp_wrapper/ChannelUri.h | 2 +- aeron-client/src/main/cpp_wrapper/ChannelUriStringBuilder.h | 2 +- aeron-client/src/main/cpp_wrapper/ClientConductor.h | 2 +- aeron-client/src/main/cpp_wrapper/CncFileDescriptor.h | 2 +- aeron-client/src/main/cpp_wrapper/CncFileReader.h | 2 +- aeron-client/src/main/cpp_wrapper/Context.h | 2 +- .../src/main/cpp_wrapper/ControlledFragmentAssembler.h | 2 +- aeron-client/src/main/cpp_wrapper/Counter.h | 2 +- aeron-client/src/main/cpp_wrapper/ExclusivePublication.h | 2 +- aeron-client/src/main/cpp_wrapper/FragmentAssembler.h | 2 +- aeron-client/src/main/cpp_wrapper/HeartbeatTimestamp.h | 2 +- aeron-client/src/main/cpp_wrapper/Image.h | 2 +- .../src/main/cpp_wrapper/ImageControlledFragmentAssembler.h | 2 +- aeron-client/src/main/cpp_wrapper/ImageFragmentAssembler.h | 2 +- aeron-client/src/main/cpp_wrapper/Publication.h | 2 +- aeron-client/src/main/cpp_wrapper/Subscription.h | 2 +- aeron-client/src/main/cpp_wrapper/concurrent/AgentInvoker.h | 2 +- aeron-client/src/main/cpp_wrapper/concurrent/AgentRunner.h | 2 +- aeron-client/src/main/cpp_wrapper/concurrent/Atomic64.h | 2 +- aeron-client/src/main/cpp_wrapper/concurrent/AtomicBuffer.h | 2 +- aeron-client/src/main/cpp_wrapper/concurrent/AtomicCounter.h | 2 +- .../src/main/cpp_wrapper/concurrent/BackOffIdleStrategy.h | 2 +- .../src/main/cpp_wrapper/concurrent/BusySpinIdleStrategy.h | 2 +- aeron-client/src/main/cpp_wrapper/concurrent/CountersReader.h | 2 +- .../src/main/cpp_wrapper/concurrent/NoOpIdleStrategy.h | 2 +- .../src/main/cpp_wrapper/concurrent/SleepingIdleStrategy.h | 2 +- .../src/main/cpp_wrapper/concurrent/YieldingIdleStrategy.h | 2 +- .../main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_cpp11.h | 2 +- .../main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_x86_64.h | 2 +- .../src/main/cpp_wrapper/concurrent/atomic/Atomic64_msvc.h | 2 +- .../main/cpp_wrapper/concurrent/errors/ErrorLogDescriptor.h | 2 +- .../src/main/cpp_wrapper/concurrent/errors/ErrorLogReader.h | 2 +- .../src/main/cpp_wrapper/concurrent/logbuffer/BufferClaim.h | 2 +- .../main/cpp_wrapper/concurrent/logbuffer/DataFrameHeader.h | 2 +- .../main/cpp_wrapper/concurrent/logbuffer/FrameDescriptor.h | 2 +- .../src/main/cpp_wrapper/concurrent/logbuffer/Header.h | 2 +- .../cpp_wrapper/concurrent/logbuffer/LogBufferDescriptor.h | 2 +- .../src/main/cpp_wrapper/concurrent/logbuffer/TermReader.h | 2 +- .../src/main/cpp_wrapper/concurrent/status/Position.h | 2 +- .../src/main/cpp_wrapper/concurrent/status/ReadablePosition.h | 2 +- .../cpp_wrapper/concurrent/status/StatusIndicatorReader.h | 2 +- .../main/cpp_wrapper/concurrent/status/UnsafeBufferPosition.h | 2 +- .../src/main/cpp_wrapper/status/PublicationErrorFrame.h | 2 +- aeron-client/src/main/cpp_wrapper/util/BitUtil.h | 2 +- aeron-client/src/main/cpp_wrapper/util/CommandOption.h | 2 +- aeron-client/src/main/cpp_wrapper/util/CommandOptionParser.h | 2 +- aeron-client/src/main/cpp_wrapper/util/Exceptions.h | 2 +- aeron-client/src/main/cpp_wrapper/util/Index.h | 2 +- aeron-client/src/main/cpp_wrapper/util/LangUtil.h | 2 +- aeron-client/src/main/cpp_wrapper/util/MacroUtil.h | 2 +- aeron-client/src/main/cpp_wrapper/util/MemoryMappedFile.h | 2 +- aeron-client/src/main/cpp_wrapper/util/Platform.h | 2 +- aeron-client/src/main/cpp_wrapper/util/ScopeUtils.h | 2 +- aeron-client/src/main/cpp_wrapper/util/StringUtil.h | 2 +- aeron-client/src/main/java/io/aeron/Aeron.java | 2 +- aeron-client/src/main/java/io/aeron/AeronCounters.java | 2 +- .../src/main/java/io/aeron/AvailableCounterHandler.java | 2 +- .../src/main/java/io/aeron/AvailableImageHandler.java | 2 +- aeron-client/src/main/java/io/aeron/BufferBuilder.java | 2 +- aeron-client/src/main/java/io/aeron/ChannelUri.java | 2 +- .../src/main/java/io/aeron/ChannelUriStringBuilder.java | 2 +- aeron-client/src/main/java/io/aeron/ClientConductor.java | 2 +- aeron-client/src/main/java/io/aeron/CncFileDescriptor.java | 2 +- aeron-client/src/main/java/io/aeron/CommonContext.java | 2 +- .../src/main/java/io/aeron/ConcurrentPublication.java | 2 +- .../src/main/java/io/aeron/ControlledFragmentAssembler.java | 2 +- aeron-client/src/main/java/io/aeron/Counter.java | 2 +- aeron-client/src/main/java/io/aeron/CounterProvider.java | 2 +- aeron-client/src/main/java/io/aeron/DirectBufferVector.java | 2 +- aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java | 2 +- aeron-client/src/main/java/io/aeron/DriverProxy.java | 2 +- aeron-client/src/main/java/io/aeron/ErrorCode.java | 2 +- aeron-client/src/main/java/io/aeron/ExclusivePublication.java | 2 +- aeron-client/src/main/java/io/aeron/FragmentAssembler.java | 2 +- aeron-client/src/main/java/io/aeron/Image.java | 2 +- .../main/java/io/aeron/ImageControlledFragmentAssembler.java | 2 +- .../src/main/java/io/aeron/ImageFragmentAssembler.java | 2 +- aeron-client/src/main/java/io/aeron/LogBuffers.java | 2 +- aeron-client/src/main/java/io/aeron/LogBuffersFactory.java | 2 +- .../src/main/java/io/aeron/MappedLogBuffersFactory.java | 2 +- aeron-client/src/main/java/io/aeron/Publication.java | 2 +- .../src/main/java/io/aeron/PublicationErrorFrameHandler.java | 2 +- .../src/main/java/io/aeron/ReservedValueSupplier.java | 2 +- .../src/main/java/io/aeron/RethrowingErrorHandler.java | 2 +- aeron-client/src/main/java/io/aeron/Subscription.java | 2 +- .../src/main/java/io/aeron/UnavailableCounterHandler.java | 2 +- .../src/main/java/io/aeron/UnavailableImageHandler.java | 2 +- .../main/java/io/aeron/command/ClientTimeoutFlyweight.java | 2 +- .../src/main/java/io/aeron/command/ControlProtocolEvents.java | 2 +- .../java/io/aeron/command/CorrelatedMessageFlyweight.java | 2 +- .../main/java/io/aeron/command/CounterMessageFlyweight.java | 2 +- .../main/java/io/aeron/command/CounterUpdateFlyweight.java | 2 +- .../io/aeron/command/DestinationByIdMessageFlyweight.java | 2 +- .../java/io/aeron/command/DestinationMessageFlyweight.java | 2 +- .../main/java/io/aeron/command/ErrorResponseFlyweight.java | 2 +- .../java/io/aeron/command/ImageBuffersReadyFlyweight.java | 2 +- .../src/main/java/io/aeron/command/ImageMessageFlyweight.java | 2 +- .../java/io/aeron/command/OperationSucceededFlyweight.java | 2 +- .../io/aeron/command/PublicationBuffersReadyFlyweight.java | 2 +- .../java/io/aeron/command/PublicationErrorFrameFlyweight.java | 2 +- .../java/io/aeron/command/PublicationMessageFlyweight.java | 2 +- .../src/main/java/io/aeron/command/RejectImageFlyweight.java | 2 +- .../main/java/io/aeron/command/RemoveMessageFlyweight.java | 2 +- .../main/java/io/aeron/command/StaticCounterFlyweight.java | 2 +- .../java/io/aeron/command/StaticCounterMessageFlyweight.java | 2 +- .../java/io/aeron/command/SubscriptionMessageFlyweight.java | 2 +- .../java/io/aeron/command/SubscriptionReadyFlyweight.java | 2 +- .../main/java/io/aeron/command/TerminateDriverFlyweight.java | 2 +- aeron-client/src/main/java/io/aeron/command/package-info.java | 2 +- .../src/main/java/io/aeron/exceptions/AeronEvent.java | 2 +- .../src/main/java/io/aeron/exceptions/AeronException.java | 2 +- .../java/io/aeron/exceptions/ChannelEndpointException.java | 2 +- .../main/java/io/aeron/exceptions/ClientTimeoutException.java | 2 +- .../java/io/aeron/exceptions/ConcurrentConcludeException.java | 2 +- .../io/aeron/exceptions/ConductorServiceTimeoutException.java | 2 +- .../main/java/io/aeron/exceptions/ConfigurationException.java | 2 +- .../java/io/aeron/exceptions/ControlProtocolException.java | 2 +- .../main/java/io/aeron/exceptions/DriverTimeoutException.java | 2 +- .../main/java/io/aeron/exceptions/RegistrationException.java | 2 +- .../main/java/io/aeron/exceptions/StorageSpaceException.java | 2 +- .../src/main/java/io/aeron/exceptions/TimeoutException.java | 2 +- .../src/main/java/io/aeron/exceptions/package-info.java | 2 +- .../src/main/java/io/aeron/logbuffer/BlockHandler.java | 2 +- .../src/main/java/io/aeron/logbuffer/BufferClaim.java | 2 +- .../java/io/aeron/logbuffer/ControlledFragmentHandler.java | 2 +- .../src/main/java/io/aeron/logbuffer/FragmentHandler.java | 2 +- .../src/main/java/io/aeron/logbuffer/FrameDescriptor.java | 2 +- aeron-client/src/main/java/io/aeron/logbuffer/Header.java | 2 +- .../src/main/java/io/aeron/logbuffer/HeaderWriter.java | 2 +- .../src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java | 2 +- .../src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java | 2 +- .../src/main/java/io/aeron/logbuffer/RawBlockHandler.java | 2 +- .../src/main/java/io/aeron/logbuffer/TermBlockScanner.java | 2 +- .../src/main/java/io/aeron/logbuffer/TermGapFiller.java | 2 +- .../src/main/java/io/aeron/logbuffer/TermGapScanner.java | 2 +- aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java | 2 +- .../src/main/java/io/aeron/logbuffer/TermRebuilder.java | 2 +- .../src/main/java/io/aeron/logbuffer/TermScanner.java | 2 +- .../src/main/java/io/aeron/logbuffer/TermUnblocker.java | 2 +- .../src/main/java/io/aeron/logbuffer/package-info.java | 2 +- aeron-client/src/main/java/io/aeron/package-info.java | 2 +- .../src/main/java/io/aeron/protocol/DataHeaderFlyweight.java | 2 +- .../src/main/java/io/aeron/protocol/ErrorFlyweight.java | 2 +- .../src/main/java/io/aeron/protocol/HeaderFlyweight.java | 2 +- .../src/main/java/io/aeron/protocol/NakFlyweight.java | 2 +- .../main/java/io/aeron/protocol/ResolutionEntryFlyweight.java | 2 +- .../main/java/io/aeron/protocol/RttMeasurementFlyweight.java | 2 +- .../src/main/java/io/aeron/protocol/SetupFlyweight.java | 2 +- .../main/java/io/aeron/protocol/StatusMessageFlyweight.java | 2 +- .../src/main/java/io/aeron/protocol/package-info.java | 2 +- .../main/java/io/aeron/security/AuthenticationException.java | 2 +- .../src/main/java/io/aeron/security/Authenticator.java | 2 +- .../main/java/io/aeron/security/AuthenticatorSupplier.java | 2 +- .../src/main/java/io/aeron/security/AuthorisationService.java | 2 +- .../java/io/aeron/security/AuthorisationServiceSupplier.java | 2 +- .../src/main/java/io/aeron/security/CredentialsSupplier.java | 2 +- .../java/io/aeron/security/DefaultAuthenticatorSupplier.java | 2 +- .../main/java/io/aeron/security/NullCredentialsSupplier.java | 2 +- .../src/main/java/io/aeron/security/SessionProxy.java | 2 +- .../src/main/java/io/aeron/security/SimpleAuthenticator.java | 2 +- .../java/io/aeron/security/SimpleAuthorisationService.java | 2 +- .../src/main/java/io/aeron/security/package-info.java | 2 +- .../src/main/java/io/aeron/status/ChannelEndpointStatus.java | 2 +- .../src/main/java/io/aeron/status/HeartbeatTimestamp.java | 2 +- .../main/java/io/aeron/status/LocalSocketAddressStatus.java | 2 +- .../src/main/java/io/aeron/status/PublicationErrorFrame.java | 2 +- .../src/main/java/io/aeron/status/ReadableCounter.java | 2 +- aeron-client/src/main/java/io/aeron/status/package-info.java | 2 +- aeron-client/src/test/c/CMakeLists.txt | 2 +- aeron-client/src/test/c/aeron_client_conductor_test.cpp | 2 +- aeron-client/src/test/c/aeron_client_test_utils.h | 2 +- .../src/test/c/aeron_controlled_fragment_assembler_test.cpp | 2 +- .../test/c/aeron_controlled_image_fragment_assembler_test.cpp | 2 +- aeron-client/src/test/c/aeron_fragment_assembler_test.cpp | 2 +- .../src/test/c/aeron_image_fragment_assembler_test.cpp | 2 +- aeron-client/src/test/c/aeron_image_test.cpp | 2 +- aeron-client/src/test/c/aeron_publication_test.cpp | 2 +- aeron-client/src/test/c/aeron_subscription_test.cpp | 2 +- aeron-client/src/test/c/aeron_uri_test.cpp | 2 +- aeron-client/src/test/c/aeron_version_test.cpp | 2 +- .../test/c/collections/aeron_array_to_ptr_hash_map_test.cpp | 2 +- aeron-client/src/test/c/collections/aeron_bit_set_test.cpp | 2 +- .../src/test/c/collections/aeron_int64_counter_map_test.cpp | 2 +- .../test/c/collections/aeron_int64_to_ptr_hash_map_test.cpp | 2 +- .../c/collections/aeron_int64_to_tagged_ptr_hash_map_test.cpp | 2 +- .../src/test/c/collections/aeron_linked_queue_test.cpp | 2 +- .../src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp | 2 +- .../test/c/concurrent/aeron_blocking_linked_queue_test.cpp | 2 +- .../src/test/c/concurrent/aeron_broadcast_receiver_test.cpp | 2 +- .../test/c/concurrent/aeron_broadcast_transmitter_test.cpp | 2 +- aeron-client/src/test/c/concurrent/aeron_counters_test.cpp | 2 +- .../src/test/c/concurrent/aeron_distinct_error_log_test.cpp | 2 +- aeron-client/src/test/c/concurrent/aeron_executor_test.cpp | 2 +- .../c/concurrent/aeron_mpsc_concurrent_array_queue_test.cpp | 2 +- aeron-client/src/test/c/concurrent/aeron_mpsc_rb_test.cpp | 2 +- .../c/concurrent/aeron_spsc_concurrent_array_queue_test.cpp | 2 +- aeron-client/src/test/c/concurrent/aeron_spsc_rb_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_bitutil_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_deque_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_error_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_fileutil_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_httputil_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_math_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_netutil_test.cpp | 2 +- aeron-client/src/test/c/util/aeron_strutil_test.cpp | 2 +- aeron-client/src/test/cpp/BufferBuilderTest.cpp | 2 +- aeron-client/src/test/cpp/CMakeLists.txt | 2 +- aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp | 2 +- aeron-client/src/test/cpp/ChannelUriTest.cpp | 2 +- aeron-client/src/test/cpp/ClientConductorFixture.cpp | 2 +- aeron-client/src/test/cpp/ClientConductorFixture.h | 2 +- aeron-client/src/test/cpp/ClientConductorTest.cpp | 2 +- aeron-client/src/test/cpp/ControlledFragmentAssemblerTest.cpp | 2 +- aeron-client/src/test/cpp/ExclusivePublicationTest.cpp | 2 +- aeron-client/src/test/cpp/FragmentAssemblerTest.cpp | 2 +- .../src/test/cpp/ImageControlledFragmentAssemblerTest.cpp | 2 +- aeron-client/src/test/cpp/ImageFragmentAssemblerTest.cpp | 2 +- aeron-client/src/test/cpp/ImageTest.cpp | 2 +- aeron-client/src/test/cpp/PublicationTest.cpp | 2 +- aeron-client/src/test/cpp/SystemTest.cpp | 2 +- aeron-client/src/test/cpp/command/CommandTest.cpp | 2 +- .../src/test/cpp/concurrent/AtomicArrayUpdaterTest.cpp | 2 +- .../src/test/cpp/concurrent/BroadcastReceiverTest.cpp | 2 +- .../src/test/cpp/concurrent/BroadcastTransmitterTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp | 2 +- .../src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp | 2 +- aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h | 2 +- .../src/test/cpp/concurrent/OneToOneRingBufferTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp | 2 +- aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp | 2 +- aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp | 2 +- aeron-client/src/test/cpp/util/TestUtils.h | 2 +- aeron-client/src/test/cpp/util/UtilTest.cpp | 2 +- aeron-client/src/test/cpp_shared/EmbeddedMediaDriver.h | 2 +- aeron-client/src/test/cpp_wrapper/CMakeLists.txt | 2 +- .../src/test/cpp_wrapper/ChannelUriStringBuilderTest.cpp | 2 +- .../src/test/cpp_wrapper/ControlledFragmentAssemblerTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/CountersTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/ExceptionsTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/FragmentAssemblerTest.cpp | 2 +- .../test/cpp_wrapper/ImageControlledFragmentAssemblerTest.cpp | 2 +- .../src/test/cpp_wrapper/ImageFragmentAssemblerTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/ImageTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/LivenessTimeoutTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/LocalAddressesTest.cpp | 2 +- .../src/test/cpp_wrapper/MultiDestinationByIdTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/MultiDestinationTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/PubSubTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/RejectImageTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/ResponseChannelsTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/SystemTest.cpp | 2 +- aeron-client/src/test/cpp_wrapper/WrapperSystemTest.cpp | 2 +- aeron-client/src/test/java/io/aeron/AeronContextTest.java | 2 +- aeron-client/src/test/java/io/aeron/AeronCountersTest.java | 2 +- aeron-client/src/test/java/io/aeron/BufferBuilderTest.java | 2 +- .../src/test/java/io/aeron/ChannelUriStringBuilderTest.java | 2 +- aeron-client/src/test/java/io/aeron/ChannelUriTest.java | 2 +- aeron-client/src/test/java/io/aeron/ClientConductorTest.java | 2 +- aeron-client/src/test/java/io/aeron/CommonContextTest.java | 2 +- aeron-client/src/test/java/io/aeron/DriverProxyTest.java | 2 +- aeron-client/src/test/java/io/aeron/FlyweightTest.java | 2 +- .../src/test/java/io/aeron/FragmentAssemblerTest.java | 2 +- aeron-client/src/test/java/io/aeron/ImageTest.java | 2 +- aeron-client/src/test/java/io/aeron/LogBuffersTest.java | 2 +- aeron-client/src/test/java/io/aeron/PublicationTest.java | 2 +- aeron-client/src/test/java/io/aeron/SubscriptionTest.java | 2 +- aeron-client/src/test/java/io/aeron/TimestampUtilTest.java | 2 +- .../src/test/java/io/aeron/VerifyBuildTimePropertiesTest.java | 2 +- .../java/io/aeron/command/CounterMessageFlyweightTest.java | 2 +- .../java/io/aeron/command/TerminateDriverFlyweightTest.java | 2 +- .../java/io/aeron/exceptions/StorageSpaceExceptionTest.java | 2 +- aeron-client/src/test/java/io/aeron/logbuffer/HeaderTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/HeaderWriterTest.java | 2 +- .../test/java/io/aeron/logbuffer/LogBufferDescriptorTest.java | 2 +- .../test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java | 2 +- .../test/java/io/aeron/logbuffer/TermBlockScannerTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermGapFillerTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermGapScannerTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermReaderTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermRebuilderTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermScannerTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermUnblockerTest.java | 2 +- .../src/test/java/io/aeron/protocol/ErrorFlyweightTest.java | 2 +- .../src/test/java/io/aeron/protocol/HeaderFlyweightTest.java | 2 +- .../test/java/io/aeron/security/AuthorisationServiceTest.java | 2 +- .../src/main/java/io/aeron/cluster/AppVersionValidator.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterBackup.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterBackupAgent.java | 2 +- .../java/io/aeron/cluster/ClusterBackupEventsListener.java | 2 +- .../main/java/io/aeron/cluster/ClusterBackupMediaDriver.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterClientSession.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterControl.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterControlAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterMember.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterMembership.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterSession.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterSessionProxy.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterTermination.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterToolCommand.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterToolOperator.java | 2 +- .../src/main/java/io/aeron/cluster/ClusteredArchive.java | 2 +- .../src/main/java/io/aeron/cluster/ClusteredMediaDriver.java | 2 +- .../src/main/java/io/aeron/cluster/ConsensusAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/ConsensusControlState.java | 2 +- .../src/main/java/io/aeron/cluster/ConsensusModule.java | 2 +- .../main/java/io/aeron/cluster/ConsensusModuleAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/ConsensusModuleAgent.java | 2 +- .../main/java/io/aeron/cluster/ConsensusModuleControl.java | 2 +- .../main/java/io/aeron/cluster/ConsensusModuleExtension.java | 2 +- .../java/io/aeron/cluster/ConsensusModuleSnapshotAdapter.java | 2 +- .../io/aeron/cluster/ConsensusModuleSnapshotListener.java | 2 +- .../java/io/aeron/cluster/ConsensusModuleSnapshotPrinter.java | 2 +- .../java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java | 2 +- .../java/io/aeron/cluster/ConsensusModuleStateExport.java | 2 +- .../src/main/java/io/aeron/cluster/ConsensusPublisher.java | 2 +- .../src/main/java/io/aeron/cluster/EgressPublisher.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/Election.java | 2 +- .../src/main/java/io/aeron/cluster/ElectionState.java | 2 +- .../src/main/java/io/aeron/cluster/IngressAdapter.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/LogPublisher.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java | 2 +- .../src/main/java/io/aeron/cluster/LogSourceValidator.java | 2 +- .../main/java/io/aeron/cluster/MillisecondClusterClock.java | 2 +- .../java/io/aeron/cluster/MultipleRecordingReplication.java | 2 +- .../main/java/io/aeron/cluster/NanosecondClusterClock.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/NodeControl.java | 2 +- .../src/main/java/io/aeron/cluster/NodeStateFile.java | 2 +- .../java/io/aeron/cluster/PendingServiceMessageTracker.java | 2 +- .../main/java/io/aeron/cluster/PriorityHeapTimerService.java | 2 +- .../io/aeron/cluster/PriorityHeapTimerServiceSupplier.java | 2 +- .../src/main/java/io/aeron/cluster/PublicationGroup.java | 2 +- .../src/main/java/io/aeron/cluster/RecordingExtent.java | 2 +- .../src/main/java/io/aeron/cluster/RecordingLog.java | 2 +- .../src/main/java/io/aeron/cluster/RecordingReplication.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java | 2 +- .../src/main/java/io/aeron/cluster/ServiceProxy.java | 2 +- .../src/main/java/io/aeron/cluster/SnapshotReplication.java | 2 +- .../src/main/java/io/aeron/cluster/StandbySnapshotEntry.java | 2 +- .../main/java/io/aeron/cluster/StandbySnapshotReplicator.java | 2 +- .../src/main/java/io/aeron/cluster/TimerService.java | 2 +- .../src/main/java/io/aeron/cluster/TimerServiceSupplier.java | 2 +- .../src/main/java/io/aeron/cluster/ToggleApplication.java | 2 +- .../src/main/java/io/aeron/cluster/WheelTimerService.java | 2 +- .../main/java/io/aeron/cluster/WheelTimerServiceSupplier.java | 2 +- .../src/main/java/io/aeron/cluster/client/AeronCluster.java | 2 +- .../src/main/java/io/aeron/cluster/client/ClusterEvent.java | 2 +- .../main/java/io/aeron/cluster/client/ClusterException.java | 2 +- .../java/io/aeron/cluster/client/ControlledEgressAdapter.java | 2 +- .../io/aeron/cluster/client/ControlledEgressListener.java | 2 +- .../cluster/client/ControlledEgressListenerExtension.java | 2 +- .../src/main/java/io/aeron/cluster/client/EgressAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/client/EgressListener.java | 2 +- .../java/io/aeron/cluster/client/EgressListenerExtension.java | 2 +- .../src/main/java/io/aeron/cluster/client/EgressPoller.java | 2 +- .../java/io/aeron/cluster/client/IngressSessionDecorator.java | 2 +- .../src/main/java/io/aeron/cluster/client/package-info.java | 2 +- .../src/main/java/io/aeron/cluster/package-info.java | 2 +- .../main/java/io/aeron/cluster/service/ActiveLogEvent.java | 2 +- .../main/java/io/aeron/cluster/service/BoundedLogAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/service/ClientSession.java | 2 +- .../src/main/java/io/aeron/cluster/service/Cluster.java | 2 +- .../src/main/java/io/aeron/cluster/service/ClusterClock.java | 2 +- .../main/java/io/aeron/cluster/service/ClusterCounters.java | 2 +- .../main/java/io/aeron/cluster/service/ClusterMarkFile.java | 2 +- .../aeron/cluster/service/ClusterNodeControlProperties.java | 2 +- .../io/aeron/cluster/service/ClusterTerminationException.java | 2 +- .../main/java/io/aeron/cluster/service/ClusteredService.java | 2 +- .../java/io/aeron/cluster/service/ClusteredServiceAgent.java | 2 +- .../io/aeron/cluster/service/ClusteredServiceContainer.java | 2 +- .../java/io/aeron/cluster/service/ConsensusModuleProxy.java | 2 +- .../java/io/aeron/cluster/service/ContainerClientSession.java | 2 +- .../src/main/java/io/aeron/cluster/service/RecoveryState.java | 2 +- .../main/java/io/aeron/cluster/service/ServiceAdapter.java | 2 +- .../java/io/aeron/cluster/service/ServiceSnapshotLoader.java | 2 +- .../java/io/aeron/cluster/service/ServiceSnapshotTaker.java | 2 +- .../io/aeron/cluster/service/SnapshotDurationTracker.java | 2 +- .../src/main/java/io/aeron/cluster/service/SnapshotTaker.java | 2 +- .../src/main/java/io/aeron/cluster/service/package-info.java | 2 +- .../src/test/java/io/aeron/cluster/AuthenticationTest.java | 2 +- .../test/java/io/aeron/cluster/ClusterBackupAgentTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterMemberTest.java | 2 +- .../test/java/io/aeron/cluster/ClusterNodeRestartTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterNodeTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterTestConstants.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterTimerTest.java | 2 +- .../test/java/io/aeron/cluster/ClusterWithNoServicesTest.java | 2 +- .../test/java/io/aeron/cluster/ConsensusModuleAgentTest.java | 2 +- .../io/aeron/cluster/ConsensusModuleContextCloseTests.java | 2 +- .../java/io/aeron/cluster/ConsensusModuleContextTest.java | 2 +- .../io/aeron/cluster/ConsensusModuleSnapshotTakerTest.java | 2 +- .../src/test/java/io/aeron/cluster/ElectionTest.java | 2 +- .../src/test/java/io/aeron/cluster/IngressAdapterTest.java | 2 +- .../test/java/io/aeron/cluster/LogSourceValidatorTest.java | 2 +- .../java/io/aeron/cluster/NameResolutionClusterNodeTest.java | 2 +- .../src/test/java/io/aeron/cluster/NodeStateFileTest.java | 2 +- .../io/aeron/cluster/PendingServiceMessageTrackerTest.java | 2 +- .../cluster/PriorityHeapTimerServiceClusterTimeTest.java | 2 +- .../java/io/aeron/cluster/PriorityHeapTimerServiceTest.java | 2 +- .../src/test/java/io/aeron/cluster/PublicationGroupTest.java | 2 +- .../src/test/java/io/aeron/cluster/RecordingLogTest.java | 2 +- .../test/java/io/aeron/cluster/RecordingReplicationTest.java | 2 +- .../test/java/io/aeron/cluster/SnapshotReplicationTest.java | 2 +- .../java/io/aeron/cluster/StandbySnapshotReplicatorTest.java | 2 +- .../io/aeron/cluster/WheelTimerServiceClusterTimeTest.java | 2 +- .../io/aeron/cluster/client/AeronClusterAsyncConnectTest.java | 2 +- .../java/io/aeron/cluster/client/AeronClusterContextTest.java | 2 +- .../test/java/io/aeron/cluster/client/EgressAdapterTest.java | 2 +- .../java/io/aeron/cluster/service/ClusterMarkFileTest.java | 2 +- .../io/aeron/cluster/service/ClusteredServiceAgentTest.java | 2 +- .../cluster/service/ClusteredServiceContainerContextTest.java | 2 +- .../io/aeron/cluster/service/ServiceSnapshotTakerTest.java | 2 +- aeron-driver/src/main/c/CMakeLists.txt | 2 +- aeron-driver/src/main/c/aeron_congestion_control.c | 2 +- aeron-driver/src/main/c/aeron_congestion_control.h | 2 +- aeron-driver/src/main/c/aeron_csv_table_name_resolver.c | 2 +- aeron-driver/src/main/c/aeron_csv_table_name_resolver.h | 2 +- aeron-driver/src/main/c/aeron_data_packet_dispatcher.c | 2 +- aeron-driver/src/main/c/aeron_data_packet_dispatcher.h | 2 +- aeron-driver/src/main/c/aeron_driver.c | 2 +- aeron-driver/src/main/c/aeron_driver.h | 2 +- aeron-driver/src/main/c/aeron_driver_common.h | 2 +- aeron-driver/src/main/c/aeron_driver_conductor.c | 2 +- aeron-driver/src/main/c/aeron_driver_conductor.h | 2 +- aeron-driver/src/main/c/aeron_driver_conductor_proxy.c | 2 +- aeron-driver/src/main/c/aeron_driver_conductor_proxy.h | 2 +- aeron-driver/src/main/c/aeron_driver_context.c | 2 +- aeron-driver/src/main/c/aeron_driver_context.h | 2 +- aeron-driver/src/main/c/aeron_driver_name_resolver.c | 2 +- aeron-driver/src/main/c/aeron_driver_name_resolver.h | 2 +- aeron-driver/src/main/c/aeron_driver_receiver.c | 2 +- aeron-driver/src/main/c/aeron_driver_receiver.h | 2 +- aeron-driver/src/main/c/aeron_driver_receiver_proxy.c | 2 +- aeron-driver/src/main/c/aeron_driver_receiver_proxy.h | 2 +- aeron-driver/src/main/c/aeron_driver_sender.c | 2 +- aeron-driver/src/main/c/aeron_driver_sender.h | 2 +- aeron-driver/src/main/c/aeron_driver_sender_proxy.c | 2 +- aeron-driver/src/main/c/aeron_driver_sender_proxy.h | 2 +- aeron-driver/src/main/c/aeron_driver_version.c | 2 +- aeron-driver/src/main/c/aeron_driver_version.h | 2 +- aeron-driver/src/main/c/aeron_duty_cycle_tracker.h | 2 +- aeron-driver/src/main/c/aeron_flow_control.c | 2 +- aeron-driver/src/main/c/aeron_flow_control.h | 2 +- aeron-driver/src/main/c/aeron_ipc_publication.c | 2 +- aeron-driver/src/main/c/aeron_ipc_publication.h | 2 +- aeron-driver/src/main/c/aeron_loss_detector.c | 2 +- aeron-driver/src/main/c/aeron_loss_detector.h | 2 +- aeron-driver/src/main/c/aeron_min_flow_control.c | 2 +- aeron-driver/src/main/c/aeron_name_resolver.c | 2 +- aeron-driver/src/main/c/aeron_name_resolver.h | 2 +- aeron-driver/src/main/c/aeron_name_resolver_cache.c | 2 +- aeron-driver/src/main/c/aeron_name_resolver_cache.h | 2 +- aeron-driver/src/main/c/aeron_network_publication.c | 2 +- aeron-driver/src/main/c/aeron_network_publication.h | 2 +- aeron-driver/src/main/c/aeron_port_manager.c | 2 +- aeron-driver/src/main/c/aeron_port_manager.h | 2 +- aeron-driver/src/main/c/aeron_position.c | 2 +- aeron-driver/src/main/c/aeron_position.h | 2 +- aeron-driver/src/main/c/aeron_publication_image.c | 2 +- aeron-driver/src/main/c/aeron_publication_image.h | 2 +- aeron-driver/src/main/c/aeron_retransmit_handler.c | 2 +- aeron-driver/src/main/c/aeron_retransmit_handler.h | 2 +- aeron-driver/src/main/c/aeron_system_counters.c | 2 +- aeron-driver/src/main/c/aeron_system_counters.h | 2 +- aeron-driver/src/main/c/aeron_termination_validator.c | 2 +- aeron-driver/src/main/c/aeron_termination_validator.h | 2 +- aeron-driver/src/main/c/aeronmd.c | 2 +- aeron-driver/src/main/c/aeronmd.h | 2 +- aeron-driver/src/main/c/agent/aeron_driver_agent.c | 2 +- aeron-driver/src/main/c/agent/aeron_driver_agent.h | 2 +- .../src/main/c/concurrent/aeron_logbuffer_unblocker.c | 2 +- .../src/main/c/concurrent/aeron_logbuffer_unblocker.h | 2 +- .../src/main/c/media/aeron_receive_channel_endpoint.c | 2 +- .../src/main/c/media/aeron_receive_channel_endpoint.h | 2 +- aeron-driver/src/main/c/media/aeron_receive_destination.c | 2 +- aeron-driver/src/main/c/media/aeron_receive_destination.h | 2 +- aeron-driver/src/main/c/media/aeron_send_channel_endpoint.c | 2 +- aeron-driver/src/main/c/media/aeron_send_channel_endpoint.h | 2 +- aeron-driver/src/main/c/media/aeron_timestamps.c | 2 +- aeron-driver/src/main/c/media/aeron_timestamps.h | 2 +- aeron-driver/src/main/c/media/aeron_udp_channel.c | 2 +- aeron-driver/src/main/c/media/aeron_udp_channel.h | 2 +- aeron-driver/src/main/c/media/aeron_udp_channel_transport.c | 2 +- aeron-driver/src/main/c/media/aeron_udp_channel_transport.h | 2 +- .../src/main/c/media/aeron_udp_channel_transport_bindings.c | 2 +- .../src/main/c/media/aeron_udp_channel_transport_bindings.h | 2 +- .../src/main/c/media/aeron_udp_channel_transport_fixed_loss.c | 2 +- .../src/main/c/media/aeron_udp_channel_transport_fixed_loss.h | 2 +- .../src/main/c/media/aeron_udp_channel_transport_loss.c | 2 +- .../src/main/c/media/aeron_udp_channel_transport_loss.h | 2 +- .../main/c/media/aeron_udp_channel_transport_multi_gap_loss.c | 2 +- .../main/c/media/aeron_udp_channel_transport_multi_gap_loss.h | 2 +- aeron-driver/src/main/c/media/aeron_udp_destination_tracker.c | 2 +- aeron-driver/src/main/c/media/aeron_udp_destination_tracker.h | 2 +- aeron-driver/src/main/c/media/aeron_udp_transport_poller.c | 2 +- aeron-driver/src/main/c/media/aeron_udp_transport_poller.h | 2 +- aeron-driver/src/main/c/uri/aeron_driver_uri.c | 2 +- aeron-driver/src/main/c/uri/aeron_driver_uri.h | 2 +- .../java/io/aeron/driver/AbstractMinMulticastFlowControl.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/AeronClient.java | 2 +- .../src/main/java/io/aeron/driver/ClientCommandAdapter.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/CommandProxy.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/Configuration.java | 2 +- .../src/main/java/io/aeron/driver/CongestionControl.java | 2 +- .../main/java/io/aeron/driver/CongestionControlSupplier.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/CounterLink.java | 2 +- .../src/main/java/io/aeron/driver/DataPacketDispatcher.java | 2 +- .../io/aeron/driver/DefaultAllowTerminationValidator.java | 2 +- .../io/aeron/driver/DefaultCongestionControlSupplier.java | 2 +- .../java/io/aeron/driver/DefaultDenyTerminationValidator.java | 2 +- .../io/aeron/driver/DefaultMulticastFlowControlSupplier.java | 2 +- .../src/main/java/io/aeron/driver/DefaultNameResolver.java | 2 +- .../aeron/driver/DefaultReceiveChannelEndpointSupplier.java | 2 +- .../io/aeron/driver/DefaultSendChannelEndpointSupplier.java | 2 +- .../io/aeron/driver/DefaultUnicastFlowControlSupplier.java | 2 +- .../src/main/java/io/aeron/driver/DriverConductor.java | 2 +- .../src/main/java/io/aeron/driver/DriverConductorProxy.java | 2 +- .../src/main/java/io/aeron/driver/DriverManagedResource.java | 2 +- .../src/main/java/io/aeron/driver/DriverNameResolver.java | 2 +- .../main/java/io/aeron/driver/DriverNameResolverCache.java | 2 +- .../src/main/java/io/aeron/driver/DutyCycleTracker.java | 2 +- .../src/main/java/io/aeron/driver/FeedbackDelayGenerator.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/FlowControl.java | 2 +- .../src/main/java/io/aeron/driver/FlowControlSupplier.java | 2 +- .../src/main/java/io/aeron/driver/IpcPublication.java | 2 +- .../src/main/java/io/aeron/driver/IpcSubscriptionLink.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/LossDetector.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/LossHandler.java | 2 +- .../main/java/io/aeron/driver/MaxMulticastFlowControl.java | 2 +- .../java/io/aeron/driver/MaxMulticastFlowControlSupplier.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java | 2 +- .../main/java/io/aeron/driver/MinMulticastFlowControl.java | 2 +- .../java/io/aeron/driver/MinMulticastFlowControlSupplier.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/NameResolver.java | 2 +- .../src/main/java/io/aeron/driver/NamedCompositeAgent.java | 2 +- .../src/main/java/io/aeron/driver/NetworkPublication.java | 2 +- .../java/io/aeron/driver/NetworkPublicationThreadLocals.java | 2 +- .../main/java/io/aeron/driver/NetworkSubscriptionLink.java | 2 +- .../java/io/aeron/driver/OptimalMulticastDelayGenerator.java | 2 +- .../java/io/aeron/driver/PendingSetupMessageFromSource.java | 2 +- .../java/io/aeron/driver/PreferredMulticastFlowControl.java | 2 +- .../aeron/driver/PreferredMulticastFlowControlSupplier.java | 2 +- .../src/main/java/io/aeron/driver/PublicationImage.java | 2 +- .../src/main/java/io/aeron/driver/PublicationLink.java | 2 +- .../src/main/java/io/aeron/driver/PublicationParams.java | 2 +- .../java/io/aeron/driver/ReceiveChannelEndpointSupplier.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/Receiver.java | 2 +- .../main/java/io/aeron/driver/ReceiverLivenessTracker.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java | 2 +- .../src/main/java/io/aeron/driver/RetransmitHandler.java | 2 +- .../src/main/java/io/aeron/driver/RetransmitSender.java | 2 +- .../java/io/aeron/driver/SendChannelEndpointSupplier.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/Sender.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/SessionKey.java | 2 +- .../src/main/java/io/aeron/driver/SpySubscriptionLink.java | 2 +- .../src/main/java/io/aeron/driver/StaticDelayGenerator.java | 2 +- .../java/io/aeron/driver/StaticWindowCongestionControl.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/Subscribable.java | 2 +- .../src/main/java/io/aeron/driver/SubscriberPosition.java | 2 +- .../src/main/java/io/aeron/driver/SubscriptionLink.java | 2 +- .../src/main/java/io/aeron/driver/SubscriptionParams.java | 2 +- .../main/java/io/aeron/driver/TaggedMulticastFlowControl.java | 2 +- .../io/aeron/driver/TaggedMulticastFlowControlSupplier.java | 2 +- .../src/main/java/io/aeron/driver/TerminationValidator.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java | 2 +- .../main/java/io/aeron/driver/TimeTrackingNameResolver.java | 2 +- .../src/main/java/io/aeron/driver/UnicastFlowControl.java | 2 +- .../src/main/java/io/aeron/driver/UntetheredSubscription.java | 2 +- .../main/java/io/aeron/driver/buffer/FileStoreLogFactory.java | 2 +- .../src/main/java/io/aeron/driver/buffer/LogFactory.java | 2 +- .../src/main/java/io/aeron/driver/buffer/MappedRawLog.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/buffer/RawLog.java | 2 +- .../src/main/java/io/aeron/driver/buffer/package-info.java | 2 +- .../io/aeron/driver/exceptions/ActiveDriverException.java | 2 +- .../io/aeron/driver/exceptions/InvalidChannelException.java | 2 +- .../aeron/driver/exceptions/UnknownSubscriptionException.java | 2 +- .../main/java/io/aeron/driver/exceptions/package-info.java | 2 +- .../main/java/io/aeron/driver/ext/CubicCongestionControl.java | 2 +- .../aeron/driver/ext/CubicCongestionControlConfiguration.java | 2 +- .../io/aeron/driver/ext/CubicCongestionControlSupplier.java | 2 +- .../aeron/driver/ext/DebugChannelEndpointConfiguration.java | 2 +- .../java/io/aeron/driver/ext/DebugReceiveChannelEndpoint.java | 2 +- .../aeron/driver/ext/DebugReceiveChannelEndpointSupplier.java | 2 +- .../java/io/aeron/driver/ext/DebugSendChannelEndpoint.java | 2 +- .../io/aeron/driver/ext/DebugSendChannelEndpointSupplier.java | 2 +- .../src/main/java/io/aeron/driver/ext/FixedLossGenerator.java | 2 +- .../src/main/java/io/aeron/driver/ext/LossGenerator.java | 2 +- .../main/java/io/aeron/driver/ext/MultiGapLossGenerator.java | 2 +- .../main/java/io/aeron/driver/ext/RandomLossGenerator.java | 2 +- .../src/main/java/io/aeron/driver/ext/package-info.java | 2 +- .../src/main/java/io/aeron/driver/media/ControlMode.java | 2 +- .../java/io/aeron/driver/media/ControlTransportPoller.java | 2 +- .../main/java/io/aeron/driver/media/DataTransportPoller.java | 2 +- .../src/main/java/io/aeron/driver/media/ImageConnection.java | 2 +- .../java/io/aeron/driver/media/InterfaceSearchAddress.java | 2 +- .../main/java/io/aeron/driver/media/MultiRcvDestination.java | 2 +- .../main/java/io/aeron/driver/media/NetworkInterfaceShim.java | 2 +- .../src/main/java/io/aeron/driver/media/NetworkUtil.java | 2 +- .../src/main/java/io/aeron/driver/media/PortManager.java | 2 +- .../java/io/aeron/driver/media/ReceiveChannelEndpoint.java | 2 +- .../driver/media/ReceiveChannelEndpointThreadLocals.java | 2 +- .../io/aeron/driver/media/ReceiveDestinationTransport.java | 2 +- .../main/java/io/aeron/driver/media/SendChannelEndpoint.java | 2 +- .../main/java/io/aeron/driver/media/SocketAddressParser.java | 2 +- .../src/main/java/io/aeron/driver/media/UdpChannel.java | 2 +- .../main/java/io/aeron/driver/media/UdpChannelTransport.java | 2 +- .../io/aeron/driver/media/UdpNameResolutionTransport.java | 2 +- .../main/java/io/aeron/driver/media/UdpTransportPoller.java | 2 +- .../main/java/io/aeron/driver/media/WildcardPortManager.java | 2 +- .../src/main/java/io/aeron/driver/media/package-info.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/package-info.java | 2 +- .../src/main/java/io/aeron/driver/reports/LossReport.java | 2 +- .../main/java/io/aeron/driver/reports/LossReportReader.java | 2 +- .../src/main/java/io/aeron/driver/reports/LossReportUtil.java | 2 +- .../src/main/java/io/aeron/driver/reports/package-info.java | 2 +- .../java/io/aeron/driver/status/ClientHeartbeatTimestamp.java | 2 +- .../java/io/aeron/driver/status/DutyCycleStallTracker.java | 2 +- .../java/io/aeron/driver/status/FlowControlReceivers.java | 2 +- .../src/main/java/io/aeron/driver/status/MdcDestinations.java | 2 +- .../main/java/io/aeron/driver/status/PerImageIndicator.java | 2 +- .../src/main/java/io/aeron/driver/status/PublisherLimit.java | 2 +- .../src/main/java/io/aeron/driver/status/PublisherPos.java | 2 +- .../java/io/aeron/driver/status/ReceiveChannelStatus.java | 2 +- .../io/aeron/driver/status/ReceiveLocalSocketAddress.java | 2 +- .../src/main/java/io/aeron/driver/status/ReceiverHwm.java | 2 +- .../src/main/java/io/aeron/driver/status/ReceiverPos.java | 2 +- .../main/java/io/aeron/driver/status/SendChannelStatus.java | 2 +- .../java/io/aeron/driver/status/SendLocalSocketAddress.java | 2 +- .../src/main/java/io/aeron/driver/status/SenderBpe.java | 2 +- .../src/main/java/io/aeron/driver/status/SenderLimit.java | 2 +- .../src/main/java/io/aeron/driver/status/SenderPos.java | 2 +- .../src/main/java/io/aeron/driver/status/StatusUtil.java | 2 +- .../src/main/java/io/aeron/driver/status/StreamCounter.java | 2 +- .../src/main/java/io/aeron/driver/status/SubscriberPos.java | 2 +- .../java/io/aeron/driver/status/SystemCounterDescriptor.java | 2 +- .../src/main/java/io/aeron/driver/status/SystemCounters.java | 2 +- .../src/main/java/io/aeron/driver/status/package-info.java | 2 +- aeron-driver/src/test/c/CMakeLists.txt | 2 +- aeron-driver/src/test/c/EmbeddedMediaDriver.h | 2 +- aeron-driver/src/test/c/aeron_c_cnc_test.cpp | 2 +- aeron-driver/src/test/c/aeron_c_local_addresses_test.cpp | 2 +- aeron-driver/src/test/c/aeron_c_multi_destination_test.cpp | 2 +- aeron-driver/src/test/c/aeron_c_system_test.cpp | 2 +- aeron-driver/src/test/c/aeron_c_terminate_test.cpp | 2 +- aeron-driver/src/test/c/aeron_congestion_control_test.cpp | 2 +- aeron-driver/src/test/c/aeron_counters_manager_test.cpp | 2 +- aeron-driver/src/test/c/aeron_data_packet_dispatcher_test.cpp | 2 +- aeron-driver/src/test/c/aeron_driver_conductor_clock_test.cpp | 2 +- .../src/test/c/aeron_driver_conductor_config_test.cpp | 2 +- .../src/test/c/aeron_driver_conductor_counter_test.cpp | 2 +- aeron-driver/src/test/c/aeron_driver_conductor_ipc_test.cpp | 2 +- .../src/test/c/aeron_driver_conductor_network_test.cpp | 2 +- .../src/test/c/aeron_driver_conductor_pub_sub_test.cpp | 2 +- aeron-driver/src/test/c/aeron_driver_conductor_spy_test.cpp | 2 +- .../src/test/c/aeron_driver_conductor_subscribable_test.cpp | 2 +- aeron-driver/src/test/c/aeron_driver_conductor_test.h | 2 +- aeron-driver/src/test/c/aeron_driver_configuration_test.cpp | 2 +- aeron-driver/src/test/c/aeron_driver_context_config_test.cpp | 2 +- aeron-driver/src/test/c/aeron_driver_uri_test.cpp | 2 +- aeron-driver/src/test/c/aeron_errors_test.cpp | 2 +- aeron-driver/src/test/c/aeron_flow_control_test.cpp | 2 +- aeron-driver/src/test/c/aeron_ipc_publication_test.cpp | 2 +- aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp | 2 +- aeron-driver/src/test/c/aeron_loss_detector_test.cpp | 2 +- aeron-driver/src/test/c/aeron_loss_reporter_test.cpp | 2 +- aeron-driver/src/test/c/aeron_name_resolver_cache_test.cpp | 2 +- aeron-driver/src/test/c/aeron_name_resolver_test.cpp | 2 +- aeron-driver/src/test/c/aeron_network_publication_test.cpp | 2 +- aeron-driver/src/test/c/aeron_parse_util_test.cpp | 2 +- aeron-driver/src/test/c/aeron_position_test.cpp | 2 +- aeron-driver/src/test/c/aeron_properties_test.cpp | 2 +- aeron-driver/src/test/c/aeron_publication_image_test.cpp | 2 +- aeron-driver/src/test/c/aeron_receiver_test.h | 2 +- aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp | 2 +- aeron-driver/src/test/c/aeron_term_gap_filler_test.cpp | 2 +- aeron-driver/src/test/c/aeron_term_scanner_test.cpp | 2 +- aeron-driver/src/test/c/aeron_test_base.h | 2 +- aeron-driver/src/test/c/aeron_test_udp_bindings.h | 2 +- aeron-driver/src/test/c/aeron_timestamps_test.cpp | 2 +- aeron-driver/src/test/c/aeron_udp_channel_test.cpp | 2 +- aeron-driver/src/test/c/agent/aeron_driver_agent_test.cpp | 2 +- .../test/c/media/aeron_udp_channel_transport_loss_test.cpp | 2 +- .../media/aeron_udp_channel_transport_multi_gap_loss_test.cpp | 2 +- .../test/java/io/aeron/driver/ClientCommandAdapterTest.java | 2 +- .../test/java/io/aeron/driver/DataPacketDispatcherTest.java | 2 +- .../aeron/driver/DefaultMulticastFlowControlSupplierTest.java | 2 +- .../test/java/io/aeron/driver/DefaultNameResolverTest.java | 2 +- .../src/test/java/io/aeron/driver/DriverConductorTest.java | 2 +- .../src/test/java/io/aeron/driver/FlowControlTest.java | 2 +- .../src/test/java/io/aeron/driver/IpcPublicationTest.java | 2 +- .../src/test/java/io/aeron/driver/LossDetectorTest.java | 2 +- .../src/test/java/io/aeron/driver/MediaDriverContextTest.java | 2 +- .../src/test/java/io/aeron/driver/MediaDriverTest.java | 2 +- .../java/io/aeron/driver/MinMulticastFlowControlTest.java | 2 +- .../io/aeron/driver/OptimalMulticastDelayGeneratorTest.java | 2 +- .../src/test/java/io/aeron/driver/PublicationParamsTest.java | 2 +- .../java/io/aeron/driver/ReceiverLivenessTrackerTest.java | 2 +- aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java | 2 +- .../src/test/java/io/aeron/driver/RetransmitHandlerTest.java | 2 +- .../test/java/io/aeron/driver/SelectorAndTransportTest.java | 2 +- aeron-driver/src/test/java/io/aeron/driver/SenderTest.java | 2 +- .../io/aeron/driver/StaticWindowCongestionControlTest.java | 2 +- .../java/io/aeron/driver/TaggedMulticastFlowControlTest.java | 2 +- .../src/test/java/io/aeron/driver/TerminateDriverTest.java | 2 +- .../java/io/aeron/driver/TimeTrackingNameResolverTest.java | 2 +- .../src/test/java/io/aeron/driver/UdpChannelTest.java | 2 +- .../test/java/io/aeron/driver/UntetheredSubscriptionTest.java | 2 +- .../java/io/aeron/driver/buffer/FileStoreLogFactoryTest.java | 2 +- .../src/test/java/io/aeron/driver/buffer/TestLogFactory.java | 2 +- .../java/io/aeron/driver/ext/CubicCongestionControlTest.java | 2 +- .../test/java/io/aeron/driver/ext/FixedLossGeneratorTest.java | 2 +- .../java/io/aeron/driver/ext/MultiGapLossGeneratorTest.java | 2 +- .../src/test/java/io/aeron/driver/media/NetworkUtilTest.java | 2 +- .../java/io/aeron/driver/media/SocketAddressParserTest.java | 2 +- .../java/io/aeron/driver/media/WildcardPortManagerTest.java | 2 +- .../java/io/aeron/driver/reports/LossReportReaderTest.java | 2 +- .../src/test/java/io/aeron/driver/reports/LossReportTest.java | 2 +- .../io/aeron/driver/status/DutyCycleStallTrackerTest.java | 2 +- aeron-samples/scripts/aeron-stat | 2 +- aeron-samples/scripts/aeron-stat.cmd | 2 +- aeron-samples/scripts/archive/archiving-media-driver | 2 +- aeron-samples/scripts/archive/archiving-media-driver.cmd | 2 +- aeron-samples/scripts/archive/embedded-recording-throughput | 2 +- .../scripts/archive/embedded-recording-throughput.cmd | 2 +- aeron-samples/scripts/archive/embedded-replay-throughput | 2 +- aeron-samples/scripts/archive/embedded-replay-throughput.cmd | 2 +- aeron-samples/scripts/archive/logging-archiving-media-driver | 2 +- .../scripts/archive/logging-archiving-media-driver.cmd | 2 +- aeron-samples/scripts/archive/recorded-basic-publisher | 2 +- aeron-samples/scripts/archive/recorded-basic-publisher.cmd | 2 +- aeron-samples/scripts/archive/recording-replicator | 2 +- aeron-samples/scripts/archive/recording-replicator.cmd | 2 +- aeron-samples/scripts/archive/replayed-basic-subscriber | 2 +- aeron-samples/scripts/archive/replayed-basic-subscriber.cmd | 2 +- aeron-samples/scripts/archive/segment-inspector | 2 +- aeron-samples/scripts/archive/segment-inspector.cmd | 2 +- aeron-samples/scripts/backlog-stat | 2 +- aeron-samples/scripts/backlog-stat.cmd | 2 +- aeron-samples/scripts/basic-publisher | 2 +- aeron-samples/scripts/basic-publisher.cmd | 2 +- aeron-samples/scripts/basic-subscriber | 2 +- aeron-samples/scripts/basic-subscriber.cmd | 2 +- aeron-samples/scripts/cluster/agent-ns | 2 +- aeron-samples/scripts/cluster/basic-auction-client | 2 +- aeron-samples/scripts/cluster/basic-auction-client-ns | 2 +- aeron-samples/scripts/cluster/basic-auction-cluster | 2 +- aeron-samples/scripts/cluster/basic-auction-cluster-ns | 2 +- aeron-samples/scripts/cluster/remove-namespaces | 2 +- aeron-samples/scripts/cluster/script-common | 2 +- aeron-samples/scripts/cluster/setup-namespaces | 2 +- aeron-samples/scripts/dynamic-logging | 2 +- aeron-samples/scripts/dynamic-logging.cmd | 2 +- aeron-samples/scripts/embedded-claim-ipc-throughput | 2 +- aeron-samples/scripts/embedded-claim-ipc-throughput.cmd | 2 +- aeron-samples/scripts/embedded-dual-exclusive-throughput | 2 +- aeron-samples/scripts/embedded-dual-exclusive-throughput.cmd | 2 +- aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput | 2 +- .../scripts/embedded-exclusive-claim-ipc-throughput.cmd | 2 +- aeron-samples/scripts/embedded-exclusive-ipc-throughput | 2 +- aeron-samples/scripts/embedded-exclusive-ipc-throughput.cmd | 2 +- aeron-samples/scripts/embedded-exclusive-spied-throughput | 2 +- aeron-samples/scripts/embedded-exclusive-spied-throughput.cmd | 2 +- aeron-samples/scripts/embedded-exclusive-throughput | 2 +- aeron-samples/scripts/embedded-exclusive-throughput.cmd | 2 +- .../scripts/embedded-exclusive-vectored-ipc-throughput | 2 +- .../scripts/embedded-exclusive-vectored-ipc-throughput.cmd | 2 +- aeron-samples/scripts/embedded-ipc-throughput | 2 +- aeron-samples/scripts/embedded-ipc-throughput.cmd | 2 +- aeron-samples/scripts/embedded-ping-pong | 2 +- aeron-samples/scripts/embedded-ping-pong.cmd | 2 +- aeron-samples/scripts/embedded-throughput | 2 +- aeron-samples/scripts/embedded-throughput.cmd | 2 +- aeron-samples/scripts/error-stat | 2 +- aeron-samples/scripts/error-stat.cmd | 2 +- aeron-samples/scripts/file-receiver | 2 +- aeron-samples/scripts/file-receiver.cmd | 2 +- aeron-samples/scripts/file-sender | 2 +- aeron-samples/scripts/file-sender.cmd | 2 +- aeron-samples/scripts/ipc-c-media-driver | 2 +- aeron-samples/scripts/java-common | 2 +- aeron-samples/scripts/java-common.cmd | 2 +- aeron-samples/scripts/linux-qdisc-basic | 2 +- aeron-samples/scripts/log-inspector | 2 +- aeron-samples/scripts/log-inspector.cmd | 2 +- aeron-samples/scripts/logging-c-media-driver | 2 +- aeron-samples/scripts/logging-media-driver | 2 +- aeron-samples/scripts/logging-media-driver.cmd | 2 +- aeron-samples/scripts/loss-rate-c-media-driver | 2 +- aeron-samples/scripts/loss-stat | 2 +- aeron-samples/scripts/loss-stat.cmd | 2 +- aeron-samples/scripts/low-latency-c-media-driver | 2 +- aeron-samples/scripts/low-latency-c-media-driver.cmd | 2 +- aeron-samples/scripts/low-latency-media-driver | 2 +- aeron-samples/scripts/low-latency-media-driver.cmd | 2 +- aeron-samples/scripts/media-driver | 2 +- aeron-samples/scripts/media-driver.cmd | 2 +- aeron-samples/scripts/ping | 2 +- aeron-samples/scripts/ping.cmd | 2 +- aeron-samples/scripts/pong | 2 +- aeron-samples/scripts/pong.cmd | 2 +- aeron-samples/scripts/rate-subscriber | 2 +- aeron-samples/scripts/rate-subscriber.cmd | 2 +- aeron-samples/scripts/raw/hack-select-receive-send-udp-pong | 2 +- .../scripts/raw/hack-select-receive-send-udp-pong.cmd | 2 +- aeron-samples/scripts/raw/receive-send-udp-pong | 2 +- aeron-samples/scripts/raw/receive-send-udp-pong.cmd | 2 +- aeron-samples/scripts/raw/send-hack-select-receive-udp-ping | 2 +- .../scripts/raw/send-hack-select-receive-udp-ping.cmd | 2 +- aeron-samples/scripts/raw/send-receive-udp-ping | 2 +- aeron-samples/scripts/raw/send-receive-udp-ping.cmd | 2 +- aeron-samples/scripts/run-java | 2 +- aeron-samples/scripts/run-java-logging | 2 +- aeron-samples/scripts/run-java-logging.cmd | 2 +- aeron-samples/scripts/run-java.cmd | 2 +- aeron-samples/scripts/stream-stat | 2 +- aeron-samples/scripts/stream-stat.cmd | 2 +- aeron-samples/scripts/streaming-publisher | 2 +- aeron-samples/scripts/streaming-publisher.cmd | 2 +- aeron-samples/scripts/throughput-c-media-driver | 2 +- aeron-samples/src/docs/asciidoc/Cluster-Tutorial.asciidoc | 2 +- aeron-samples/src/main/c/CMakeLists.txt | 2 +- aeron-samples/src/main/c/aeron_stat.c | 2 +- aeron-samples/src/main/c/basic_mds_subscriber.c | 2 +- aeron-samples/src/main/c/basic_publisher.c | 2 +- aeron-samples/src/main/c/basic_subscriber.c | 2 +- aeron-samples/src/main/c/cping.c | 2 +- aeron-samples/src/main/c/cpong.c | 2 +- aeron-samples/src/main/c/driver_tool.c | 2 +- aeron-samples/src/main/c/error_stat.c | 2 +- aeron-samples/src/main/c/loss_stat.c | 2 +- aeron-samples/src/main/c/rate_subscriber.c | 2 +- aeron-samples/src/main/c/raw/ping_pong_raw.c | 2 +- aeron-samples/src/main/c/response/response_client.c | 2 +- aeron-samples/src/main/c/response/response_server.c | 2 +- aeron-samples/src/main/c/sample_util.c | 2 +- aeron-samples/src/main/c/sample_util.h | 2 +- aeron-samples/src/main/c/samples_configuration.h | 2 +- aeron-samples/src/main/c/streaming_exclusive_publisher.c | 2 +- aeron-samples/src/main/c/streaming_publisher.c | 2 +- aeron-samples/src/main/cpp/BasicPublisher.cpp | 2 +- aeron-samples/src/main/cpp/BasicSubscriber.cpp | 2 +- aeron-samples/src/main/cpp/CMakeLists.txt | 2 +- aeron-samples/src/main/cpp/Configuration.h | 2 +- aeron-samples/src/main/cpp/ExclusivePingPong.cpp | 2 +- aeron-samples/src/main/cpp/ExclusiveThroughput.cpp | 2 +- aeron-samples/src/main/cpp/LossStat.cpp | 2 +- aeron-samples/src/main/cpp/Ping.cpp | 2 +- aeron-samples/src/main/cpp/PingPong.cpp | 2 +- aeron-samples/src/main/cpp/Pong.cpp | 2 +- aeron-samples/src/main/cpp/RateReporter.h | 2 +- aeron-samples/src/main/cpp/RateSubscriber.cpp | 2 +- aeron-samples/src/main/cpp/StreamingPublisher.cpp | 2 +- aeron-samples/src/main/cpp/Throughput.cpp | 2 +- aeron-samples/src/main/cpp/raw/TimeTests.cpp | 2 +- .../ConsensusModuleSnapshotPendingServiceMessagesPatch.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/AeronStat.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java | 2 +- .../src/main/java/io/aeron/samples/BasicPublisher.java | 2 +- .../src/main/java/io/aeron/samples/BasicSubscriber.java | 2 +- .../src/main/java/io/aeron/samples/CncFileReader.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/DriverTool.java | 2 +- .../io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java | 2 +- .../io/aeron/samples/EmbeddedDualExclusiveThroughput.java | 2 +- .../samples/EmbeddedExclusiveBufferClaimIpcThroughput.java | 2 +- .../java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java | 2 +- .../io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java | 2 +- .../java/io/aeron/samples/EmbeddedExclusiveThroughput.java | 2 +- .../aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java | 2 +- .../src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java | 2 +- .../src/main/java/io/aeron/samples/EmbeddedPingPong.java | 2 +- .../src/main/java/io/aeron/samples/EmbeddedThroughput.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java | 2 +- .../src/main/java/io/aeron/samples/FileReceiver.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/FileSender.java | 2 +- .../src/main/java/io/aeron/samples/ImageRateReporter.java | 2 +- .../src/main/java/io/aeron/samples/ImageRateSubscriber.java | 2 +- .../src/main/java/io/aeron/samples/LogInspector.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/LossStat.java | 2 +- .../src/main/java/io/aeron/samples/LowLatencyMediaDriver.java | 2 +- .../io/aeron/samples/MultiplePublishersWithFragmentation.java | 2 +- .../samples/MultipleSubscribersWithFragmentAssembly.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/Ping.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/Pong.java | 2 +- .../src/main/java/io/aeron/samples/RateReporter.java | 2 +- .../src/main/java/io/aeron/samples/RateSubscriber.java | 2 +- .../src/main/java/io/aeron/samples/SampleConfiguration.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java | 2 +- .../java/io/aeron/samples/SetControllableIdleStrategy.java | 2 +- .../src/main/java/io/aeron/samples/SimplePublisher.java | 2 +- .../src/main/java/io/aeron/samples/SimpleSubscriber.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/StreamStat.java | 2 +- .../src/main/java/io/aeron/samples/StreamingPublisher.java | 2 +- .../main/java/io/aeron/samples/archive/ArchiveCreator.java | 2 +- .../io/aeron/samples/archive/EmbeddedRecordingThroughput.java | 2 +- .../io/aeron/samples/archive/EmbeddedReplayThroughput.java | 2 +- .../io/aeron/samples/archive/IndexedReplicatedRecording.java | 2 +- .../java/io/aeron/samples/archive/RecordedBasicPublisher.java | 2 +- .../java/io/aeron/samples/archive/RecordingDescriptor.java | 2 +- .../aeron/samples/archive/RecordingDescriptorCollector.java | 2 +- .../java/io/aeron/samples/archive/RecordingReplicator.java | 2 +- .../java/io/aeron/samples/archive/RecordingSignalCapture.java | 2 +- .../io/aeron/samples/archive/ReplayedBasicSubscriber.java | 2 +- .../java/io/aeron/samples/archive/SampleAuthenticator.java | 2 +- .../io/aeron/samples/archive/SampleAuthenticatorSupplier.java | 2 +- .../io/aeron/samples/archive/SampleAuthorisationService.java | 2 +- .../src/main/java/io/aeron/samples/archive/Samples.java | 2 +- .../main/java/io/aeron/samples/archive/SegmentInspector.java | 2 +- .../src/main/java/io/aeron/samples/archive/package-info.java | 2 +- .../src/main/java/io/aeron/samples/cluster/ClusterConfig.java | 2 +- .../src/main/java/io/aeron/samples/cluster/EchoService.java | 2 +- .../main/java/io/aeron/samples/cluster/EchoServiceNode.java | 2 +- .../src/main/java/io/aeron/samples/cluster/package-info.java | 2 +- .../samples/cluster/tutorial/BasicAuctionClusterClient.java | 2 +- .../cluster/tutorial/BasicAuctionClusteredService.java | 2 +- .../cluster/tutorial/BasicAuctionClusteredServiceNode.java | 2 +- .../io/aeron/samples/cluster/tutorial/SingleNodeCluster.java | 2 +- .../java/io/aeron/samples/cluster/tutorial/package-info.java | 2 +- .../src/main/java/io/aeron/samples/echo/CreateEchoPair.java | 2 +- .../src/main/java/io/aeron/samples/echo/EchoPair.java | 2 +- .../src/main/java/io/aeron/samples/echo/Provisioning.java | 2 +- .../java/io/aeron/samples/echo/ProvisioningClientMain.java | 2 +- .../main/java/io/aeron/samples/echo/ProvisioningMessage.java | 2 +- .../java/io/aeron/samples/echo/ProvisioningServerMain.java | 2 +- .../main/java/io/aeron/samples/echo/RemoveAllEchoPairs.java | 2 +- .../main/java/io/aeron/samples/echo/api/EchoMonitorMBean.java | 2 +- .../java/io/aeron/samples/echo/api/ProvisioningConstants.java | 2 +- .../java/io/aeron/samples/echo/api/ProvisioningMBean.java | 2 +- .../src/main/java/io/aeron/samples/package-info.java | 2 +- .../java/io/aeron/samples/raw/BurstSendReceiveUdpPing.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/raw/Common.java | 2 +- .../main/java/io/aeron/samples/raw/ReceiveSendUdpPong.java | 2 +- .../main/java/io/aeron/samples/raw/ReceiveWriteUdpPong.java | 2 +- .../java/io/aeron/samples/raw/SelectReceiveSendUdpPong.java | 2 +- .../main/java/io/aeron/samples/raw/SendReceiveUdpPing.java | 2 +- .../java/io/aeron/samples/raw/SendSelectReceiveUdpPing.java | 2 +- .../main/java/io/aeron/samples/raw/WriteReceiveUdpPing.java | 2 +- .../src/main/java/io/aeron/samples/raw/package-info.java | 2 +- .../java/io/aeron/samples/security/SimpleAuthenticator.java | 2 +- .../io/aeron/samples/security/SimpleAuthorisationService.java | 2 +- .../src/main/java/io/aeron/samples/stress/CRC64.java | 2 +- .../main/java/io/aeron/samples/stress/ShutdownBarrier.java | 2 +- .../io/aeron/samples/stress/SimpleReservedValueSupplier.java | 2 +- .../main/java/io/aeron/samples/stress/StressMdcClient.java | 2 +- .../main/java/io/aeron/samples/stress/StressMdcServer.java | 2 +- .../java/io/aeron/samples/stress/StressUnicastClient.java | 2 +- .../java/io/aeron/samples/stress/StressUnicastServer.java | 2 +- .../src/main/java/io/aeron/samples/stress/StressUtil.java | 2 +- ...onsensusModuleSnapshotPendingServiceMessagesPatchTest.java | 2 +- .../io/aeron/samples/LogInspectorAsciiFormatBytesTest.java | 2 +- .../src/test/java/io/aeron/samples/StreamStatTest.java | 2 +- .../samples/archive/RecordingDescriptorCollectorTest.java | 2 +- .../io/aeron/samples/archive/RecordingReplicatorTest.java | 2 +- .../io/aeron/samples/security/SimpleAuthenticatorTest.java | 2 +- .../samples/security/SimpleAuthorisationServiceTest.java | 2 +- .../src/test/java/io/aeron/AsyncResourceTest.java | 2 +- .../src/test/java/io/aeron/BufferClaimMessageTest.java | 2 +- .../src/test/java/io/aeron/ChannelEndpointStatusTest.java | 2 +- .../src/test/java/io/aeron/ChannelValidationTest.java | 2 +- .../src/test/java/io/aeron/ClientContextTest.java | 2 +- .../src/test/java/io/aeron/ClientErrorHandlerTest.java | 2 +- .../io/aeron/ConcurrentPublicationTermRotationRaceTest.java | 2 +- .../src/test/java/io/aeron/ControlledMessageTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/CounterTest.java | 2 +- .../src/test/java/io/aeron/DataLossAndRecoverySystemTest.java | 2 +- .../src/test/java/io/aeron/ErrorHandlerTest.java | 2 +- .../src/test/java/io/aeron/ExclusivePublicationTest.java | 2 +- .../src/test/java/io/aeron/FlowControlTests.java | 2 +- .../src/test/java/io/aeron/FragmentedMessageTest.java | 2 +- .../src/test/java/io/aeron/GapFillLossTest.java | 2 +- .../src/test/java/io/aeron/ImageAvailabilityTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/ImageRangeTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/LifecycleTest.java | 2 +- .../test/java/io/aeron/MaxFlowControlStrategySystemTest.java | 2 +- .../src/test/java/io/aeron/MaxPositionPublicationTest.java | 2 +- .../src/test/java/io/aeron/MdsAndMdcInteractionTest.java | 2 +- .../src/test/java/io/aeron/MdsEosPositionTest.java | 2 +- .../src/test/java/io/aeron/MemoryOrderingTest.java | 2 +- .../src/test/java/io/aeron/MinFlowControlSystemTest.java | 2 +- .../src/test/java/io/aeron/MinPositionSubscriptionTest.java | 2 +- .../src/test/java/io/aeron/MultiDestinationCastTest.java | 2 +- .../test/java/io/aeron/MultiDestinationSubscriptionTest.java | 2 +- .../src/test/java/io/aeron/MultiDriverTest.java | 2 +- .../test/java/io/aeron/MultiGapLossAndRecoverySystemTest.java | 2 +- .../src/test/java/io/aeron/MultiSubscriberTest.java | 2 +- .../java/io/aeron/MultipleMulticastsSubscriptionsTest.java | 2 +- .../src/test/java/io/aeron/NameReResolutionTest.java | 2 +- .../test/java/io/aeron/PathologicallySlowConsumerTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/PongTest.java | 2 +- .../src/test/java/io/aeron/PrintEnvInfoTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java | 2 +- .../src/test/java/io/aeron/PublicationUnblockTest.java | 2 +- .../test/java/io/aeron/PublishFromArbitraryPositionTest.java | 2 +- .../src/test/java/io/aeron/ReentrantClientTest.java | 2 +- .../src/test/java/io/aeron/RegistrationAndOwnerTest.java | 2 +- .../src/test/java/io/aeron/RejectImageTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/RemoteEchoTest.java | 2 +- .../src/test/java/io/aeron/ResolvedEndpointSystemTest.java | 2 +- .../test/java/io/aeron/SessionSpecificPublicationTest.java | 2 +- .../test/java/io/aeron/SessionSpecificSubscriptionTest.java | 2 +- .../test/java/io/aeron/SpecifiedPositionPublicationTest.java | 2 +- .../src/test/java/io/aeron/SpySimulatedConnectionTest.java | 2 +- .../src/test/java/io/aeron/SpySubscriptionTest.java | 2 +- .../src/test/java/io/aeron/StopStartSecondSubscriberTest.java | 2 +- .../src/test/java/io/aeron/StreamSessionLimitsTest.java | 2 +- .../src/test/java/io/aeron/SubscriberEndOfStreamTest.java | 2 +- .../src/test/java/io/aeron/SubscriptionReconnectTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/SystemTests.java | 2 +- .../src/test/java/io/aeron/TaggedFlowControlSystemTest.java | 2 +- .../src/test/java/io/aeron/TermBufferLengthTest.java | 2 +- .../src/test/java/io/aeron/TimestampingSystemTest.java | 2 +- .../src/test/java/io/aeron/TwoBufferOfferMessageTest.java | 2 +- .../src/test/java/io/aeron/UntetheredSubscriptionTest.java | 2 +- .../test/java/io/aeron/archive/ArchiveAuthenticationTest.java | 2 +- .../java/io/aeron/archive/ArchiveDeleteAndRestartTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveSystemTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveSystemTests.java | 2 +- .../java/io/aeron/archive/ArchiveTruncateRecordingTest.java | 2 +- .../src/test/java/io/aeron/archive/BasicArchiveTest.java | 2 +- .../aeron/archive/CatalogWithJumboRecordingsAndGapsTest.java | 2 +- .../src/test/java/io/aeron/archive/DualReplayMergeTest.java | 2 +- .../src/test/java/io/aeron/archive/ExtendRecordingTest.java | 2 +- .../java/io/aeron/archive/ManageRecordingHistoryTest.java | 2 +- .../src/test/java/io/aeron/archive/MigrateSegmentsTest.java | 2 +- .../src/test/java/io/aeron/archive/ReplayMergeTest.java | 2 +- .../test/java/io/aeron/archive/ReplicateRecordingTest.java | 2 +- .../java/io/aeron/archive/TestRecordingSignalConsumer.java | 2 +- .../src/test/java/io/aeron/cluster/AppointedLeaderTest.java | 2 +- .../test/java/io/aeron/cluster/ClusterBackupContextTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterBackupTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterInstrumentor.java | 2 +- .../java/io/aeron/cluster/ClusterNetworkTopologyTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterToolTest.java | 2 +- .../java/io/aeron/cluster/FailedFirstElectionClusterTest.java | 2 +- .../java/io/aeron/cluster/MultiClusteredServicesTest.java | 2 +- .../java/io/aeron/cluster/MultiModuleSharedDriverTest.java | 2 +- .../src/test/java/io/aeron/cluster/MultiNodeTest.java | 2 +- .../test/java/io/aeron/cluster/RacingCatchupClusterTest.java | 2 +- .../aeron/cluster/RecoverAfterFailedCatchupClusterTest.java | 2 +- .../java/io/aeron/cluster/ServiceIpcIngressMessageTest.java | 2 +- .../src/test/java/io/aeron/cluster/SingleNodeTest.java | 2 +- .../aeron/cluster/StalledLeaderLogReplicationClusterTest.java | 2 +- .../io/aeron/cluster/StartFromTruncatedRecordingLogTest.java | 2 +- .../test/java/io/aeron/driver/BytesSentAndReceivedTest.java | 2 +- .../src/test/java/io/aeron/driver/DriverNameResolverTest.java | 2 +- .../driver/DriverShouldStartIfAeronDirectoryExistsTest.java | 2 +- .../src/test/java/io/aeron/driver/DriverSpaceTest.java | 2 +- .../java/io/aeron/driver/ExperimentalDriverFeaturesTest.java | 2 +- .../io/aeron/driver/ResolveEphemeralSubscriptionPortTest.java | 2 +- .../src/test/java/io/aeron/driver/SystemCountersTest.java | 2 +- .../test/java/io/aeron/security/SimpleAuthenticatorTest.java | 2 +- .../io/aeron/security/SimpleAuthorisationServiceTest.java | 2 +- .../test/java/io/aeron/test/driver/TestMediaDriverTest.java | 2 +- .../src/main/java/io/aeron/test/AdjustableClock.java | 2 +- .../src/main/java/io/aeron/test/BindingsTest.java | 2 +- .../src/main/java/io/aeron/test/CapturingPrintStream.java | 2 +- .../src/main/java/io/aeron/test/CountersAnswer.java | 2 +- .../src/main/java/io/aeron/test/CountingFragmentHandler.java | 2 +- .../src/main/java/io/aeron/test/DataCollector.java | 2 +- .../src/main/java/io/aeron/test/DisableJavaUtilLogging.java | 2 +- .../src/main/java/io/aeron/test/EventLogExtension.java | 2 +- .../src/main/java/io/aeron/test/HideStdErrExtension.java | 2 +- .../src/main/java/io/aeron/test/IgnoreStdErr.java | 2 +- .../src/main/java/io/aeron/test/InterruptAfter.java | 2 +- .../src/main/java/io/aeron/test/InterruptingTestCallback.java | 2 +- .../src/main/java/io/aeron/test/MediaDriverTestUtil.java | 2 +- .../src/main/java/io/aeron/test/NetworkTestingUtil.java | 2 +- .../src/main/java/io/aeron/test/NullOutputStream.java | 2 +- .../src/main/java/io/aeron/test/RandomWatcher.java | 2 +- aeron-test-support/src/main/java/io/aeron/test/SlowTest.java | 2 +- .../src/main/java/io/aeron/test/SystemTestConfig.java | 2 +- .../src/main/java/io/aeron/test/SystemTestWatcher.java | 2 +- .../src/main/java/io/aeron/test/TestContexts.java | 2 +- aeron-test-support/src/main/java/io/aeron/test/Tests.java | 2 +- .../src/main/java/io/aeron/test/ThreadNamingTestCallback.java | 2 +- .../src/main/java/io/aeron/test/TopologyTest.java | 2 +- .../src/main/java/io/aeron/test/cluster/ClusterTests.java | 2 +- .../main/java/io/aeron/test/cluster/StubClusteredService.java | 2 +- .../src/main/java/io/aeron/test/cluster/TestBackupNode.java | 2 +- .../src/main/java/io/aeron/test/cluster/TestCluster.java | 2 +- .../src/main/java/io/aeron/test/cluster/TestClusterClock.java | 2 +- .../src/main/java/io/aeron/test/cluster/TestNode.java | 2 +- .../src/main/java/io/aeron/test/driver/CTestMediaDriver.java | 2 +- .../main/java/io/aeron/test/driver/DriverOutputConsumer.java | 2 +- .../main/java/io/aeron/test/driver/JavaTestMediaDriver.java | 2 +- .../java/io/aeron/test/driver/RedirectingNameResolver.java | 2 +- .../src/main/java/io/aeron/test/driver/TestMediaDriver.java | 2 +- .../src/main/java/io/aeron/test/launcher/FileResolveUtil.java | 2 +- .../main/java/io/aeron/test/launcher/RemoteLaunchClient.java | 2 +- .../main/java/io/aeron/test/launcher/RemoteLaunchServer.java | 2 +- .../src/test/java/io/aeron/test/DataCollectorTest.java | 2 +- .../src/test/java/io/aeron/test/ThreadNamingCallbackTest.java | 2 +- .../test/java/io/aeron/test/launcher/RemoteLauncherTest.java | 2 +- build.gradle | 4 ++-- buildSrc/src/main/java/io/aeron/build/AsciidocUtil.java | 2 +- .../main/java/io/aeron/build/AsciidoctorPreprocessTask.java | 2 +- buildSrc/src/main/java/io/aeron/build/DeduplicateTask.java | 2 +- buildSrc/src/main/java/io/aeron/build/GithubUtil.java | 2 +- .../src/main/java/io/aeron/build/TutorialPublishTask.java | 2 +- cppbuild/cppbuild.ps1 | 2 +- 1619 files changed, 1620 insertions(+), 1620 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f21fa35c1..97d8717819 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/CONTRIBUTING.md b/CONTRIBUTING.md index d0e2749aa5..960255db34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ If you are adding a new file it should have the following header: ``` /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/README.md b/README.md index 9ff6987d91..1014220052 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Please get in touch at [sales@aeron.io](mailto:sales@aeron.io?subject=Aeron) if License (See LICENSE file for full license) ------------------------------------------- -Copyright 2014-2024 Real Logic Limited. +Copyright 2014-2025 Real Logic Limited. 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/aeron-agent/src/main/java/io/aeron/agent/ArchiveComponentLogger.java b/aeron-agent/src/main/java/io/aeron/agent/ArchiveComponentLogger.java index 998f022cba..9392ba0167 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveComponentLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveComponentLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventCode.java b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventCode.java index 12c5122683..0d4685f7c1 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventDissector.java b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventDissector.java index d214ef8d7b..8945625474 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventDissector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventEncoder.java b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventEncoder.java index 6d64d8b5aa..13f2f75788 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventEncoder.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventLogger.java b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventLogger.java index f10f9eaad6..759bae31b5 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ArchiveInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/ArchiveInterceptor.java index 98b7c08ae0..73514e090f 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ChannelEndpointInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/ChannelEndpointInterceptor.java index 03a3e0c6fa..e657fa0645 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ChannelEndpointInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ChannelEndpointInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/CleanupInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/CleanupInterceptor.java index ad10a7656d..4b0578f5e0 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CleanupInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CleanupInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ClusterComponentLogger.java b/aeron-agent/src/main/java/io/aeron/agent/ClusterComponentLogger.java index f6b47714f9..f0ce216ae7 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterComponentLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterComponentLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ClusterEventCode.java b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventCode.java index 44176ca2dc..d883b53420 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ClusterEventDissector.java b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventDissector.java index 4b781482c5..e3b8639fb1 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventDissector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ClusterEventEncoder.java b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventEncoder.java index 9f16fb05f1..3c41d91f8c 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventEncoder.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ClusterEventLogger.java b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventLogger.java index 7af4d53a4a..f4aac6d7c3 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ClusterInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/ClusterInterceptor.java index 06edbe02f5..eb99b259e4 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java index ee8f57c0bb..79d3eac559 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgent.java b/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgent.java index 6ef6696282..8451b0c6f4 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgent.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgentMBean.java b/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgentMBean.java index 4ea6dbe500..863cb1453f 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgentMBean.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CollectingEventLogReaderAgentMBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/CommonEventDissector.java b/aeron-agent/src/main/java/io/aeron/agent/CommonEventDissector.java index bc6ae2b33f..b8e137d141 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CommonEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CommonEventDissector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/CommonEventEncoder.java b/aeron-agent/src/main/java/io/aeron/agent/CommonEventEncoder.java index e8bc5eb60c..35f6f037eb 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CommonEventEncoder.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CommonEventEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ComponentLogger.java b/aeron-agent/src/main/java/io/aeron/agent/ComponentLogger.java index 93344f200d..6433f92be4 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ComponentLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ComponentLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ConfigOption.java b/aeron-agent/src/main/java/io/aeron/agent/ConfigOption.java index 53664ade37..98c169cd32 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ConfigOption.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ConfigOption.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/ControlInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/ControlInterceptor.java index 1607997bf7..c80783eee8 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ControlInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ControlInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java b/aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java index 04ed855fb7..3a30fe47c6 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DriverComponentLogger.java b/aeron-agent/src/main/java/io/aeron/agent/DriverComponentLogger.java index bd563bd6a2..61f08c5bec 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverComponentLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverComponentLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java b/aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java index 2bc83a3c01..438538cd4d 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DriverEventDissector.java b/aeron-agent/src/main/java/io/aeron/agent/DriverEventDissector.java index 3487dc9342..6e6edfeaa0 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventDissector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DriverEventEncoder.java b/aeron-agent/src/main/java/io/aeron/agent/DriverEventEncoder.java index bff6555940..d8a9b43240 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventEncoder.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DriverEventLogger.java b/aeron-agent/src/main/java/io/aeron/agent/DriverEventLogger.java index 3c2627bce7..4431a42ac5 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DriverInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/DriverInterceptor.java index f7dc6c5d47..610916dc45 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/DynamicLoggingAgent.java b/aeron-agent/src/main/java/io/aeron/agent/DynamicLoggingAgent.java index 0a53dec16e..fde8bd53ac 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DynamicLoggingAgent.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DynamicLoggingAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/EventCode.java b/aeron-agent/src/main/java/io/aeron/agent/EventCode.java index 798996b8b6..5e34966635 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java b/aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java index 796dc2b1f6..ed0aeb0002 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/EventConfiguration.java b/aeron-agent/src/main/java/io/aeron/agent/EventConfiguration.java index 9c6a8986bb..5177d9dd85 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventConfiguration.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java b/aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java index 231f0d1001..e6a21a031f 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/EventLogReaderAgent.java b/aeron-agent/src/main/java/io/aeron/agent/EventLogReaderAgent.java index d3138a3e0a..aa795f015d 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventLogReaderAgent.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventLogReaderAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/LogUtil.java b/aeron-agent/src/main/java/io/aeron/agent/LogUtil.java index c682203a7b..1717187437 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/LogUtil.java +++ b/aeron-agent/src/main/java/io/aeron/agent/LogUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/main/java/io/aeron/agent/package-info.java b/aeron-agent/src/main/java/io/aeron/agent/package-info.java index 0424b25d35..b66be078cb 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/package-info.java +++ b/aeron-agent/src/main/java/io/aeron/agent/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/AgentTests.java b/aeron-agent/src/test/java/io/aeron/agent/AgentTests.java index 91cfd18a7d..de4d2e9b18 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/AgentTests.java +++ b/aeron-agent/src/test/java/io/aeron/agent/AgentTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventCodeTest.java b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventCodeTest.java index 488c5eb70b..66826a6b7d 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventCodeTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventCodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventDissectorTest.java b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventDissectorTest.java index 2523c292ea..f032dd01dd 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventDissectorTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventDissectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventEncoderTest.java b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventEncoderTest.java index a3f1afd50d..b2c1330c2d 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventEncoderTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventLoggerTest.java b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventLoggerTest.java index ab16c1d0e4..4021077046 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventLoggerTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ArchiveEventLoggerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ArchiveLoggingAgentTest.java b/aeron-agent/src/test/java/io/aeron/agent/ArchiveLoggingAgentTest.java index 1b27711183..f2a6ac149d 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ArchiveLoggingAgentTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ArchiveLoggingAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ClusterEventCodeTest.java b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventCodeTest.java index 1db086ad8a..ccda6a32e8 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ClusterEventCodeTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventCodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ClusterEventDissectorTest.java b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventDissectorTest.java index a79431a2ed..4f0dbaffb2 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ClusterEventDissectorTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventDissectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ClusterEventEncoderTest.java b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventEncoderTest.java index e946c81956..09aff83dd3 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ClusterEventEncoderTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ClusterEventLoggerTest.java b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventLoggerTest.java index ac212ba148..3056b7ff8a 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ClusterEventLoggerTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ClusterEventLoggerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java b/aeron-agent/src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java index e66b540ace..0868db3ba7 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/CommonEventDissectorTest.java b/aeron-agent/src/test/java/io/aeron/agent/CommonEventDissectorTest.java index 471336a736..2e4944ca4d 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/CommonEventDissectorTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/CommonEventDissectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/CommonEventEncoderTest.java b/aeron-agent/src/test/java/io/aeron/agent/CommonEventEncoderTest.java index 3e9f77f627..1ac2d1b215 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/CommonEventEncoderTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/CommonEventEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/ConfigOptionTest.java b/aeron-agent/src/test/java/io/aeron/agent/ConfigOptionTest.java index 843b638df9..923edf3850 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ConfigOptionTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ConfigOptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/DriverEventCodeTest.java b/aeron-agent/src/test/java/io/aeron/agent/DriverEventCodeTest.java index e6e6f95f55..7aa1f21fe0 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverEventCodeTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverEventCodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/DriverEventDissectorTest.java b/aeron-agent/src/test/java/io/aeron/agent/DriverEventDissectorTest.java index 9c2afbfd13..58d7e2ebee 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverEventDissectorTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverEventDissectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/DriverEventEncoderTest.java b/aeron-agent/src/test/java/io/aeron/agent/DriverEventEncoderTest.java index f038063d32..582e403970 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverEventEncoderTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverEventEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/DriverEventLoggerTest.java b/aeron-agent/src/test/java/io/aeron/agent/DriverEventLoggerTest.java index e2b34eb206..c85d019337 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverEventLoggerTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverEventLoggerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java b/aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java index f23ea368ef..68cd2db5e2 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/EventConfigurationTest.java b/aeron-agent/src/test/java/io/aeron/agent/EventConfigurationTest.java index e84b6adcb1..c4e0a4a8b1 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/EventConfigurationTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/EventConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-agent/src/test/java/io/aeron/agent/LogUtilTest.java b/aeron-agent/src/test/java/io/aeron/agent/LogUtilTest.java index 3041f878c0..9d5dcc390b 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/LogUtilTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/LogUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/Config.java b/aeron-annotations/src/main/java/io/aeron/config/Config.java index 23e8cfeb92..6c973f9949 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/Config.java +++ b/aeron-annotations/src/main/java/io/aeron/config/Config.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/ConfigInfo.java b/aeron-annotations/src/main/java/io/aeron/config/ConfigInfo.java index 138dce2f03..e5313f9c61 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/ConfigInfo.java +++ b/aeron-annotations/src/main/java/io/aeron/config/ConfigInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/ConfigProcessor.java b/aeron-annotations/src/main/java/io/aeron/config/ConfigProcessor.java index 573974ecd5..47e09fc56b 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/ConfigProcessor.java +++ b/aeron-annotations/src/main/java/io/aeron/config/ConfigProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/DefaultType.java b/aeron-annotations/src/main/java/io/aeron/config/DefaultType.java index be51279d23..5446870988 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/DefaultType.java +++ b/aeron-annotations/src/main/java/io/aeron/config/DefaultType.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/ExpectedCConfig.java b/aeron-annotations/src/main/java/io/aeron/config/ExpectedCConfig.java index 24de4aecc6..60dbbb9403 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/ExpectedCConfig.java +++ b/aeron-annotations/src/main/java/io/aeron/config/ExpectedCConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/ExpectedConfig.java b/aeron-annotations/src/main/java/io/aeron/config/ExpectedConfig.java index a6c0db2a72..6f6c5a405a 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/ExpectedConfig.java +++ b/aeron-annotations/src/main/java/io/aeron/config/ExpectedConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/docgen/ConfigDocGenerator.java b/aeron-annotations/src/main/java/io/aeron/config/docgen/ConfigDocGenerator.java index d9580e662a..a79ef91883 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/docgen/ConfigDocGenerator.java +++ b/aeron-annotations/src/main/java/io/aeron/config/docgen/ConfigDocGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/docgen/GenerateConfigDocTask.java b/aeron-annotations/src/main/java/io/aeron/config/docgen/GenerateConfigDocTask.java index cf32778c4a..de21d3a466 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/docgen/GenerateConfigDocTask.java +++ b/aeron-annotations/src/main/java/io/aeron/config/docgen/GenerateConfigDocTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/validation/Entry.java b/aeron-annotations/src/main/java/io/aeron/config/validation/Entry.java index 1d74d8bddf..0c7ab22916 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/validation/Entry.java +++ b/aeron-annotations/src/main/java/io/aeron/config/validation/Entry.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/validation/ValidateConfigExpectationsTask.java b/aeron-annotations/src/main/java/io/aeron/config/validation/ValidateConfigExpectationsTask.java index 4bd7b8a4d5..fb1b920065 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/validation/ValidateConfigExpectationsTask.java +++ b/aeron-annotations/src/main/java/io/aeron/config/validation/ValidateConfigExpectationsTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/validation/Validation.java b/aeron-annotations/src/main/java/io/aeron/config/validation/Validation.java index c16fa968bf..46a6ab8808 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/validation/Validation.java +++ b/aeron-annotations/src/main/java/io/aeron/config/validation/Validation.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/validation/ValidationReport.java b/aeron-annotations/src/main/java/io/aeron/config/validation/ValidationReport.java index 55a08a4cde..3d6c6dde9d 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/validation/ValidationReport.java +++ b/aeron-annotations/src/main/java/io/aeron/config/validation/ValidationReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/config/validation/Validator.java b/aeron-annotations/src/main/java/io/aeron/config/validation/Validator.java index 7747b82204..470aab1208 100644 --- a/aeron-annotations/src/main/java/io/aeron/config/validation/Validator.java +++ b/aeron-annotations/src/main/java/io/aeron/config/validation/Validator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/AeronCounter.java b/aeron-annotations/src/main/java/io/aeron/counter/AeronCounter.java index d04a836bf1..af80096153 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/AeronCounter.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/AeronCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/CounterInfo.java b/aeron-annotations/src/main/java/io/aeron/counter/CounterInfo.java index 4a6d85d155..bb5967d419 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/CounterInfo.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/CounterInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/CounterProcessor.java b/aeron-annotations/src/main/java/io/aeron/counter/CounterProcessor.java index 975abd606f..9e0fbb12eb 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/CounterProcessor.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/CounterProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidateCounterExpectationsTask.java b/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidateCounterExpectationsTask.java index 5e59d8d440..eb464abb13 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidateCounterExpectationsTask.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidateCounterExpectationsTask.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/validation/Validation.java b/aeron-annotations/src/main/java/io/aeron/counter/validation/Validation.java index 31ee2c1a3e..bf7b291f02 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/validation/Validation.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/validation/Validation.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidationReport.java b/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidationReport.java index 838ae63a34..4852a60089 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidationReport.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/validation/ValidationReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/counter/validation/Validator.java b/aeron-annotations/src/main/java/io/aeron/counter/validation/Validator.java index e5e1e29975..9e1cedf47a 100644 --- a/aeron-annotations/src/main/java/io/aeron/counter/validation/Validator.java +++ b/aeron-annotations/src/main/java/io/aeron/counter/validation/Validator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/utility/ElementIO.java b/aeron-annotations/src/main/java/io/aeron/utility/ElementIO.java index c5cd4198b0..ecac999428 100644 --- a/aeron-annotations/src/main/java/io/aeron/utility/ElementIO.java +++ b/aeron-annotations/src/main/java/io/aeron/utility/ElementIO.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/utility/Processor.java b/aeron-annotations/src/main/java/io/aeron/utility/Processor.java index 27b1343b20..e034e77127 100644 --- a/aeron-annotations/src/main/java/io/aeron/utility/Processor.java +++ b/aeron-annotations/src/main/java/io/aeron/utility/Processor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/validation/Grep.java b/aeron-annotations/src/main/java/io/aeron/validation/Grep.java index a91bcf00e5..a2c5e5a308 100644 --- a/aeron-annotations/src/main/java/io/aeron/validation/Grep.java +++ b/aeron-annotations/src/main/java/io/aeron/validation/Grep.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/version/Version.java b/aeron-annotations/src/main/java/io/aeron/version/Version.java index 935b63248b..3a707bc037 100644 --- a/aeron-annotations/src/main/java/io/aeron/version/Version.java +++ b/aeron-annotations/src/main/java/io/aeron/version/Version.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/version/VersionProcessor.java b/aeron-annotations/src/main/java/io/aeron/version/VersionProcessor.java index aabff2483e..7d75870f18 100644 --- a/aeron-annotations/src/main/java/io/aeron/version/VersionProcessor.java +++ b/aeron-annotations/src/main/java/io/aeron/version/VersionProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-annotations/src/main/java/io/aeron/version/Versioned.java b/aeron-annotations/src/main/java/io/aeron/version/Versioned.java index 9663e8584d..689b11627f 100644 --- a/aeron-annotations/src/main/java/io/aeron/version/Versioned.java +++ b/aeron-annotations/src/main/java/io/aeron/version/Versioned.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/CMakeLists.txt b/aeron-archive/src/main/c/CMakeLists.txt index 0cfe0b9300..c967be68f3 100644 --- a/aeron-archive/src/main/c/CMakeLists.txt +++ b/aeron-archive/src/main/c/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-archive/src/main/c/client/aeron_archive.h b/aeron-archive/src/main/c/client/aeron_archive.h index b0480c1536..8074f40343 100644 --- a/aeron-archive/src/main/c/client/aeron_archive.h +++ b/aeron-archive/src/main/c/client/aeron_archive.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_async_connect.c b/aeron-archive/src/main/c/client/aeron_archive_async_connect.c index e2646b3e1f..6e9e86e2a2 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_async_connect.c +++ b/aeron-archive/src/main/c/client/aeron_archive_async_connect.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_async_connect.h b/aeron-archive/src/main/c/client/aeron_archive_async_connect.h index 2788fade4a..1393139c22 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_async_connect.h +++ b/aeron-archive/src/main/c/client/aeron_archive_async_connect.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_client.c b/aeron-archive/src/main/c/client/aeron_archive_client.c index c37cc8b14c..9b1ef4d945 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_client.c +++ b/aeron-archive/src/main/c/client/aeron_archive_client.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_client.h b/aeron-archive/src/main/c/client/aeron_archive_client.h index 0b03540a42..6c78db7ac6 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_client.h +++ b/aeron-archive/src/main/c/client/aeron_archive_client.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_configuration.c b/aeron-archive/src/main/c/client/aeron_archive_configuration.c index 095080fcda..28d0c147c7 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_configuration.c +++ b/aeron-archive/src/main/c/client/aeron_archive_configuration.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_configuration.h b/aeron-archive/src/main/c/client/aeron_archive_configuration.h index f7a01a56ce..96fba6f02a 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_configuration.h +++ b/aeron-archive/src/main/c/client/aeron_archive_configuration.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_context.c b/aeron-archive/src/main/c/client/aeron_archive_context.c index 9ea1e45094..580affac32 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_context.c +++ b/aeron-archive/src/main/c/client/aeron_archive_context.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_context.h b/aeron-archive/src/main/c/client/aeron_archive_context.h index 0e9b8a90bf..2709e545b8 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_context.h +++ b/aeron-archive/src/main/c/client/aeron_archive_context.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.c b/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.c index a4698dcd71..6e3096c543 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.c +++ b/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.h b/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.h index 0786b79587..c146bdb19a 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.h +++ b/aeron-archive/src/main/c/client/aeron_archive_control_response_poller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.c b/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.c index 715ee7ded7..56febeee95 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.c +++ b/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.h b/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.h index 786fdfa08f..1a368cbe5f 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.h +++ b/aeron-archive/src/main/c/client/aeron_archive_credentials_supplier.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_proxy.c b/aeron-archive/src/main/c/client/aeron_archive_proxy.c index a8b529e047..65c68c81ef 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_proxy.c +++ b/aeron-archive/src/main/c/client/aeron_archive_proxy.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_proxy.h b/aeron-archive/src/main/c/client/aeron_archive_proxy.h index 301f533630..66ec0f3a17 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_proxy.h +++ b/aeron-archive/src/main/c/client/aeron_archive_proxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.c b/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.c index eb9b9f804f..b7dc7b03b3 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.c +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.h b/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.h index 7028411680..007a609254 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.h +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_descriptor_poller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_pos.c b/aeron-archive/src/main/c/client/aeron_archive_recording_pos.c index f2c76e744d..f16767e88b 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_pos.c +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_pos.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_signal.c b/aeron-archive/src/main/c/client/aeron_archive_recording_signal.c index f0236f853a..6dfc1496c4 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_signal.c +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_signal.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_signal.h b/aeron-archive/src/main/c/client/aeron_archive_recording_signal.h index 4c0912387d..138487d16e 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_signal.h +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_signal.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.c b/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.c index 10a0f8c682..2da07105dc 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.c +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.h b/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.h index 364255a6ae..da73df2e69 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.h +++ b/aeron-archive/src/main/c/client/aeron_archive_recording_subscription_descriptor_poller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_replay_merge.c b/aeron-archive/src/main/c/client/aeron_archive_replay_merge.c index 68db590bf7..caec5db447 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_replay_merge.c +++ b/aeron-archive/src/main/c/client/aeron_archive_replay_merge.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_replay_params.c b/aeron-archive/src/main/c/client/aeron_archive_replay_params.c index 2ec609dc8a..c55ef6e147 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_replay_params.c +++ b/aeron-archive/src/main/c/client/aeron_archive_replay_params.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_replay_params.h b/aeron-archive/src/main/c/client/aeron_archive_replay_params.h index f40388edbd..b180088250 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_replay_params.h +++ b/aeron-archive/src/main/c/client/aeron_archive_replay_params.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/c/client/aeron_archive_replication_params.c b/aeron-archive/src/main/c/client/aeron_archive_replication_params.c index a4f888afc5..3f3f93da98 100644 --- a/aeron-archive/src/main/c/client/aeron_archive_replication_params.c +++ b/aeron-archive/src/main/c/client/aeron_archive_replication_params.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/CMakeLists.txt b/aeron-archive/src/main/cpp/CMakeLists.txt index 65ec36f2b0..ef39402000 100644 --- a/aeron-archive/src/main/cpp/CMakeLists.txt +++ b/aeron-archive/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-archive/src/main/cpp/client/AeronArchive.cpp b/aeron-archive/src/main/cpp/client/AeronArchive.cpp index cedc737d26..050962d532 100644 --- a/aeron-archive/src/main/cpp/client/AeronArchive.cpp +++ b/aeron-archive/src/main/cpp/client/AeronArchive.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/AeronArchive.h b/aeron-archive/src/main/cpp/client/AeronArchive.h index 98adf0e0d6..34cdc96038 100644 --- a/aeron-archive/src/main/cpp/client/AeronArchive.h +++ b/aeron-archive/src/main/cpp/client/AeronArchive.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/AeronArchiveVersion.cpp b/aeron-archive/src/main/cpp/client/AeronArchiveVersion.cpp index 613e4accf5..7d32823c3c 100644 --- a/aeron-archive/src/main/cpp/client/AeronArchiveVersion.cpp +++ b/aeron-archive/src/main/cpp/client/AeronArchiveVersion.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/AeronArchiveVersion.h b/aeron-archive/src/main/cpp/client/AeronArchiveVersion.h index d834799b2d..6e663de987 100644 --- a/aeron-archive/src/main/cpp/client/AeronArchiveVersion.h +++ b/aeron-archive/src/main/cpp/client/AeronArchiveVersion.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h b/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h index a5f07b8516..060d12986a 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h +++ b/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ArchiveException.h b/aeron-archive/src/main/cpp/client/ArchiveException.h index 44c5b74d3a..7b5b8ee983 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveException.h +++ b/aeron-archive/src/main/cpp/client/ArchiveException.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp b/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp index e12f8c535b..b474fabfb6 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp +++ b/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ArchiveProxy.h b/aeron-archive/src/main/cpp/client/ArchiveProxy.h index a09940ff7f..5637e261e7 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveProxy.h +++ b/aeron-archive/src/main/cpp/client/ArchiveProxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp index 4a732b4c91..95fbebfa0b 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp +++ b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h index 0dcc9cd547..0dad50c83c 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h +++ b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp b/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp index 947b7dc9ff..41b90b0abd 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp +++ b/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ControlResponsePoller.h b/aeron-archive/src/main/cpp/client/ControlResponsePoller.h index 098aa08242..ca3563ded4 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponsePoller.h +++ b/aeron-archive/src/main/cpp/client/ControlResponsePoller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp index 3d913e46f3..dd40ad6730 100644 --- a/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h index 3f1028d514..30e6bd32a8 100644 --- a/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h +++ b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp index 8eb01ecf45..eef4cd86d5 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h index eb0de03576..83d1330a4e 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h +++ b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp index 6e9f759f77..8593f71f73 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h index f2b46fb7ed..6d9fb865ae 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h +++ b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingPos.h b/aeron-archive/src/main/cpp/client/RecordingPos.h index f40feeaa66..dd55516bf9 100644 --- a/aeron-archive/src/main/cpp/client/RecordingPos.h +++ b/aeron-archive/src/main/cpp/client/RecordingPos.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.cpp b/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.cpp index ba9d76fc32..e5c9241578 100644 --- a/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.h b/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.h index eaf69ab2ef..aa78ded2d8 100644 --- a/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.h +++ b/aeron-archive/src/main/cpp/client/RecordingSignalAdapter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp index ac35a58fe9..c1a0ccc825 100644 --- a/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h index faa9cd3e5a..8facfeb776 100644 --- a/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h +++ b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ReplayMerge.cpp b/aeron-archive/src/main/cpp/client/ReplayMerge.cpp index 277da63092..c13be38c51 100644 --- a/aeron-archive/src/main/cpp/client/ReplayMerge.cpp +++ b/aeron-archive/src/main/cpp/client/ReplayMerge.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp/client/ReplayMerge.h b/aeron-archive/src/main/cpp/client/ReplayMerge.h index 2d2440b8ae..992581198d 100644 --- a/aeron-archive/src/main/cpp/client/ReplayMerge.h +++ b/aeron-archive/src/main/cpp/client/ReplayMerge.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/CMakeLists.txt b/aeron-archive/src/main/cpp_wrapper/CMakeLists.txt index 1e76baf87d..2f4f9f0a79 100644 --- a/aeron-archive/src/main/cpp_wrapper/CMakeLists.txt +++ b/aeron-archive/src/main/cpp_wrapper/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-archive/src/main/cpp_wrapper/client/archive/AeronArchive.h b/aeron-archive/src/main/cpp_wrapper/client/archive/AeronArchive.h index 9ac3b4a8e1..ae08cb4c3c 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/AeronArchive.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/AeronArchive.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/archive/ArchiveContext.h b/aeron-archive/src/main/cpp_wrapper/client/archive/ArchiveContext.h index f6f92e1c0a..c7cba785e6 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/ArchiveContext.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/ArchiveContext.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/archive/CredentialsSupplier.h b/aeron-archive/src/main/cpp_wrapper/client/archive/CredentialsSupplier.h index 844ceed107..d4fcb34377 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/CredentialsSupplier.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/CredentialsSupplier.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/archive/RecordingPos.h b/aeron-archive/src/main/cpp_wrapper/client/archive/RecordingPos.h index c70d135d8e..7b0a0b60f7 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/RecordingPos.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/RecordingPos.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayMerge.h b/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayMerge.h index 70493cc6f6..a3722f11de 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayMerge.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayMerge.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayParams.h b/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayParams.h index 58fa303900..95df8a8d44 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayParams.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/ReplayParams.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/archive/ReplicationParams.h b/aeron-archive/src/main/cpp_wrapper/client/archive/ReplicationParams.h index 2b8e8fc2d2..b350267cd0 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/archive/ReplicationParams.h +++ b/aeron-archive/src/main/cpp_wrapper/client/archive/ReplicationParams.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/cpp_wrapper/client/util/ArchiveExceptions.h b/aeron-archive/src/main/cpp_wrapper/client/util/ArchiveExceptions.h index 52f6c0744f..9ed814284a 100644 --- a/aeron-archive/src/main/cpp_wrapper/client/util/ArchiveExceptions.h +++ b/aeron-archive/src/main/cpp_wrapper/client/util/ArchiveExceptions.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/AbstractListRecordingsSession.java b/aeron-archive/src/main/java/io/aeron/archive/AbstractListRecordingsSession.java index c2b41c6fb0..8b0228f109 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/AbstractListRecordingsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/AbstractListRecordingsSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/Archive.java b/aeron-archive/src/main/java/io/aeron/archive/Archive.java index 1e4af13964..48957f5d6f 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Archive.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Archive.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java index a363a9490b..1a0e0c94b0 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveCounters.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveCounters.java index 5d8e46f8ae..d37803ac29 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveCounters.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveCounters.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveMarkFile.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMarkFile.java index e75806b0ef..f42de6e3f7 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMarkFile.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMarkFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationPlanner.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationPlanner.java index 198cb4ca62..3573a91241 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationPlanner.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationPlanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationStep.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationStep.java index 1d9fc77e6b..779331e2ea 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationStep.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigrationStep.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_0_1.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_0_1.java index 7199bed6d4..f46d5bce8c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_0_1.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_0_1.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_1_2.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_1_2.java index 0e74d4046e..c1beb07b55 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_1_2.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_1_2.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_2_3.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_2_3.java index 5d3a934f2f..baf4bee39a 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_2_3.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMigration_2_3.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchiveThreadingMode.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveThreadingMode.java index f5c7ab3f79..f63817c321 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveThreadingMode.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveThreadingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/aeron-archive/src/main/java/io/aeron/archive/ArchiveTool.java b/aeron-archive/src/main/java/io/aeron/archive/ArchiveTool.java index 0cc50332b5..54244d2750 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveTool.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ArchivingMediaDriver.java b/aeron-archive/src/main/java/io/aeron/archive/ArchivingMediaDriver.java index 96ddb2ee1c..4fe47c2e43 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchivingMediaDriver.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchivingMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/Catalog.java b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java index 6b950cfc37..8e8abc3b44 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Catalog.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/CatalogIndex.java b/aeron-archive/src/main/java/io/aeron/archive/CatalogIndex.java index d28527594d..a76cdc8579 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CatalogIndex.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CatalogIndex.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java b/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java index fd6aad700b..c0514dfc45 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/CatalogView.java b/aeron-archive/src/main/java/io/aeron/archive/CatalogView.java index fe538ee54c..92ca9d64f3 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CatalogView.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CatalogView.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ControlRequestDecoders.java b/aeron-archive/src/main/java/io/aeron/archive/ControlRequestDecoders.java index a391f180eb..73d1131d86 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlRequestDecoders.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlRequestDecoders.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java b/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java index 2125639c13..8144015673 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ControlSession.java b/aeron-archive/src/main/java/io/aeron/archive/ControlSession.java index 09d7ab521d..ef8f7943ac 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ControlSessionAdapter.java b/aeron-archive/src/main/java/io/aeron/archive/ControlSessionAdapter.java index 762dc6c466..2b170fde9a 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlSessionAdapter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlSessionAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ControlSessionProxy.java b/aeron-archive/src/main/java/io/aeron/archive/ControlSessionProxy.java index 3a319d0d01..aa6f5e2a92 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlSessionProxy.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlSessionProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/CreateReplayPublicationSession.java b/aeron-archive/src/main/java/io/aeron/archive/CreateReplayPublicationSession.java index 0b74430711..06959fba3c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CreateReplayPublicationSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CreateReplayPublicationSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/DedicatedModeArchiveConductor.java b/aeron-archive/src/main/java/io/aeron/archive/DedicatedModeArchiveConductor.java index df0b1326a4..7a78696fb5 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/DedicatedModeArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/DedicatedModeArchiveConductor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/aeron-archive/src/main/java/io/aeron/archive/DeleteSegmentsSession.java b/aeron-archive/src/main/java/io/aeron/archive/DeleteSegmentsSession.java index e42a93f553..b4568e2c6c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/DeleteSegmentsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/DeleteSegmentsSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ListRecordingSubscriptionsSession.java b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingSubscriptionsSession.java index 401b56191e..6e2d2904b3 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingSubscriptionsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingSubscriptionsSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java index a7018ac475..295a7997ae 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsSession.java b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsSession.java index ac4d1c82eb..01a4cca236 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/MigrationUtils.java b/aeron-archive/src/main/java/io/aeron/archive/MigrationUtils.java index 1b946346e4..8fa9aaaf25 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/MigrationUtils.java +++ b/aeron-archive/src/main/java/io/aeron/archive/MigrationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/RecordingEventsProxy.java b/aeron-archive/src/main/java/io/aeron/archive/RecordingEventsProxy.java index 3deb873406..54e38123a6 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingEventsProxy.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingEventsProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/RecordingReader.java b/aeron-archive/src/main/java/io/aeron/archive/RecordingReader.java index f402e2b3b5..e094e6b95e 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingReader.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/RecordingSession.java b/aeron-archive/src/main/java/io/aeron/archive/RecordingSession.java index 91b31e1240..d14ffa6560 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/RecordingSummary.java b/aeron-archive/src/main/java/io/aeron/archive/RecordingSummary.java index d219319c3b..d9187c2743 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingSummary.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingSummary.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/RecordingWriter.java b/aeron-archive/src/main/java/io/aeron/archive/RecordingWriter.java index 4019dce54d..cec1e4ad14 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingWriter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java b/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java index 9cc71d0d83..0617f8ccb2 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ReplicationCredentialsSupplier.java b/aeron-archive/src/main/java/io/aeron/archive/ReplicationCredentialsSupplier.java index 9ce919c410..510b6c26ce 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ReplicationCredentialsSupplier.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ReplicationCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/ReplicationSession.java b/aeron-archive/src/main/java/io/aeron/archive/ReplicationSession.java index 0d3d5c9a89..9337bebdff 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ReplicationSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ReplicationSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/Session.java b/aeron-archive/src/main/java/io/aeron/archive/Session.java index 61ad88caf3..c09e84925c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Session.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Session.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/aeron-archive/src/main/java/io/aeron/archive/SessionWorker.java b/aeron-archive/src/main/java/io/aeron/archive/SessionWorker.java index bbd683be2a..710d36ba0a 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/SessionWorker.java +++ b/aeron-archive/src/main/java/io/aeron/archive/SessionWorker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/aeron-archive/src/main/java/io/aeron/archive/SharedModeArchiveConductor.java b/aeron-archive/src/main/java/io/aeron/archive/SharedModeArchiveConductor.java index d82011af8c..afcb9e19c3 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/SharedModeArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/SharedModeArchiveConductor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/aeron-archive/src/main/java/io/aeron/archive/SimpleFragmentHandler.java b/aeron-archive/src/main/java/io/aeron/archive/SimpleFragmentHandler.java index 9652a013da..d8a79c247c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/SimpleFragmentHandler.java +++ b/aeron-archive/src/main/java/io/aeron/archive/SimpleFragmentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksum.java b/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksum.java index b5ddee1541..df75600cfe 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksum.java +++ b/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksum.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksums.java b/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksums.java index db8f1876fc..7d31ca54eb 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksums.java +++ b/aeron-archive/src/main/java/io/aeron/archive/checksum/Checksums.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/checksum/package-info.java b/aeron-archive/src/main/java/io/aeron/archive/checksum/package-info.java index 25da724fe0..bf88e2ac15 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/checksum/package-info.java +++ b/aeron-archive/src/main/java/io/aeron/archive/checksum/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java b/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java index 3ab1844128..8eeef0c211 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/AeronArchive.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveEvent.java b/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveEvent.java index 35f7b8138f..6d81f03b0b 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveEvent.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveException.java b/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveException.java index e8463cccee..9c04723db4 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveException.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveProxy.java b/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveProxy.java index 0e0b52eac8..ed24b25a72 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveProxy.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ArchiveProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ControlEventListener.java b/aeron-archive/src/main/java/io/aeron/archive/client/ControlEventListener.java index 149a0aca70..f26b429a2d 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ControlEventListener.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ControlEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseAdapter.java b/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseAdapter.java index e1f79fe0f3..b5aac2a012 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseAdapter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseListener.java b/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseListener.java index 636791aa92..7267a8c0ff 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseListener.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponseListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponsePoller.java b/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponsePoller.java index 510ebbabd2..cfb741c239 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponsePoller.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ControlResponsePoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorConsumer.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorConsumer.java index eb8dec792e..efd0b97d2c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorConsumer.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorPoller.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorPoller.java index 375676b9b6..30b288be35 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorPoller.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingDescriptorPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsAdapter.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsAdapter.java index b7074e9010..4fa3028b74 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsAdapter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsListener.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsListener.java index 2eb9c98c94..01943d32d0 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsListener.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsPoller.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsPoller.java index ee94531ff0..0e4fe197fd 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsPoller.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingEventsPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalAdapter.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalAdapter.java index 9bbc16aee1..00f4c9ee59 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalAdapter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalConsumer.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalConsumer.java index b3e9151910..06866c8497 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalConsumer.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalPoller.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalPoller.java index 50697f4c19..6a359e9249 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalPoller.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSignalPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorConsumer.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorConsumer.java index 2ba0bc7b50..a2c86f6097 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorConsumer.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorPoller.java b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorPoller.java index 957d822ae8..dcea2dea0e 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorPoller.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/RecordingSubscriptionDescriptorPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ReplayMerge.java b/aeron-archive/src/main/java/io/aeron/archive/client/ReplayMerge.java index 9e96b235a2..3241e5614f 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ReplayMerge.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ReplayMerge.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ReplayParams.java b/aeron-archive/src/main/java/io/aeron/archive/client/ReplayParams.java index 6aa17e43c6..d50ff7a15c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ReplayParams.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ReplayParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/ReplicationParams.java b/aeron-archive/src/main/java/io/aeron/archive/client/ReplicationParams.java index 623795ef9d..8ed289684d 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/ReplicationParams.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/ReplicationParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/client/package-info.java b/aeron-archive/src/main/java/io/aeron/archive/client/package-info.java index 9396c42536..5ec8bf1817 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/client/package-info.java +++ b/aeron-archive/src/main/java/io/aeron/archive/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/package-info.java b/aeron-archive/src/main/java/io/aeron/archive/package-info.java index 168724e4b0..efa6a7861c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/package-info.java +++ b/aeron-archive/src/main/java/io/aeron/archive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/status/RecordingPos.java b/aeron-archive/src/main/java/io/aeron/archive/status/RecordingPos.java index e79ae6eae6..02d2c75dc6 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/status/RecordingPos.java +++ b/aeron-archive/src/main/java/io/aeron/archive/status/RecordingPos.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/main/java/io/aeron/archive/status/package-info.java b/aeron-archive/src/main/java/io/aeron/archive/status/package-info.java index 5b71d4a79f..ced6cab49a 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/status/package-info.java +++ b/aeron-archive/src/main/java/io/aeron/archive/status/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/c/CMakeLists.txt b/aeron-archive/src/test/c/CMakeLists.txt index b48bf11142..222ce88a18 100644 --- a/aeron-archive/src/test/c/CMakeLists.txt +++ b/aeron-archive/src/test/c/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-archive/src/test/c/TestArchive.h b/aeron-archive/src/test/c/TestArchive.h index dbba873ba1..af7ebc7532 100644 --- a/aeron-archive/src/test/c/TestArchive.h +++ b/aeron-archive/src/test/c/TestArchive.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/c/client/aeron_archive_test.cpp b/aeron-archive/src/test/c/client/aeron_archive_test.cpp index f2ebfaac23..71cb6e238c 100644 --- a/aeron-archive/src/test/c/client/aeron_archive_test.cpp +++ b/aeron-archive/src/test/c/client/aeron_archive_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/cpp/AeronArchiveTest.cpp b/aeron-archive/src/test/cpp/AeronArchiveTest.cpp index 294c3fcc8c..c1ab36ebb0 100644 --- a/aeron-archive/src/test/cpp/AeronArchiveTest.cpp +++ b/aeron-archive/src/test/cpp/AeronArchiveTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/cpp/CMakeLists.txt b/aeron-archive/src/test/cpp/CMakeLists.txt index e98a26cfc9..23a6a9773f 100644 --- a/aeron-archive/src/test/cpp/CMakeLists.txt +++ b/aeron-archive/src/test/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-archive/src/test/cpp/TestArchive.h b/aeron-archive/src/test/cpp/TestArchive.h index a455478e51..0c95148147 100644 --- a/aeron-archive/src/test/cpp/TestArchive.h +++ b/aeron-archive/src/test/cpp/TestArchive.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/cpp/client/AeronArchiveVersionTest.cpp b/aeron-archive/src/test/cpp/client/AeronArchiveVersionTest.cpp index 52a642cea8..75fe1566a8 100644 --- a/aeron-archive/src/test/cpp/client/AeronArchiveVersionTest.cpp +++ b/aeron-archive/src/test/cpp/client/AeronArchiveVersionTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/cpp_wrapper/AeronArchiveWrapperTest.cpp b/aeron-archive/src/test/cpp_wrapper/AeronArchiveWrapperTest.cpp index 099987693f..00394c0a53 100644 --- a/aeron-archive/src/test/cpp_wrapper/AeronArchiveWrapperTest.cpp +++ b/aeron-archive/src/test/cpp_wrapper/AeronArchiveWrapperTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/cpp_wrapper/CMakeLists.txt b/aeron-archive/src/test/cpp_wrapper/CMakeLists.txt index dc133326f9..05337512cd 100644 --- a/aeron-archive/src/test/cpp_wrapper/CMakeLists.txt +++ b/aeron-archive/src/test/cpp_wrapper/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-archive/src/test/cpp_wrapper/TestArchive.h b/aeron-archive/src/test/cpp_wrapper/TestArchive.h index b49a830c26..1755aa1fc2 100644 --- a/aeron-archive/src/test/cpp_wrapper/TestArchive.h +++ b/aeron-archive/src/test/cpp_wrapper/TestArchive.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveContextTest.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveContextTest.java index 587c2efefe..4bf421ad4b 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveContextTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveCountersTest.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveCountersTest.java index 0c092a6e2b..b3dd50c044 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveCountersTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveCountersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveMarkFileTest.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveMarkFileTest.java index 6fca4b3d59..0c813280c4 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveMarkFileTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveMarkFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigrationUtils.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigrationUtils.java index 5c52057619..680b59454b 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigrationUtils.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigrationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigration_2_3Test.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigration_2_3Test.java index 6abcec31d8..6022c9bcbc 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigration_2_3Test.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveMigration_2_3Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java index b2a5c1d958..bdbe5333ad 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveTests.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveTests.java index 87dd5d5af5..35f064fbbb 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveTests.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolCliTest.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolCliTest.java index b22c12151d..55589ebbe1 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolCliTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolCliTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolSeparateMarkFileTest.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolSeparateMarkFileTest.java index f88e7297bd..0e10abca10 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolSeparateMarkFileTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolSeparateMarkFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolTests.java b/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolTests.java index f3167793ac..7f2e2510b7 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolTests.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveToolTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/CatalogIndexTest.java b/aeron-archive/src/test/java/io/aeron/archive/CatalogIndexTest.java index 43b239273b..ee1e558116 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/CatalogIndexTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/CatalogIndexTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java b/aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java index d9231d574b..0fe249e634 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/CatalogViewTest.java b/aeron-archive/src/test/java/io/aeron/archive/CatalogViewTest.java index 2f96c0bf44..550b63ace2 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/CatalogViewTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/CatalogViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterTest.java b/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterTest.java index b9ab9c18ad..3b5870122c 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterV6Test.java b/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterV6Test.java index e4850b8755..06cb2b8a27 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterV6Test.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ControlSessionAdapterV6Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ControlSessionTest.java b/aeron-archive/src/test/java/io/aeron/archive/ControlSessionTest.java index 4b848c842a..aa1a6e1966 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ControlSessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ControlSessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/DeleteSegmentsSessionTest.java b/aeron-archive/src/test/java/io/aeron/archive/DeleteSegmentsSessionTest.java index 555744d1ca..0a5eee9a8a 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/DeleteSegmentsSessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/DeleteSegmentsSessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/FailControlResponseListener.java b/aeron-archive/src/test/java/io/aeron/archive/FailControlResponseListener.java index 24db689b1f..4d406b5666 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/FailControlResponseListener.java +++ b/aeron-archive/src/test/java/io/aeron/archive/FailControlResponseListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/FailRecordingEventsListener.java b/aeron-archive/src/test/java/io/aeron/archive/FailRecordingEventsListener.java index 96610f7c11..61629cbe95 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/FailRecordingEventsListener.java +++ b/aeron-archive/src/test/java/io/aeron/archive/FailRecordingEventsListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsForUriSessionTest.java b/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsForUriSessionTest.java index cb368ba220..eaf2a5456c 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsForUriSessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsForUriSessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsSessionTest.java b/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsSessionTest.java index fe0ce48551..240ad1eb4c 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsSessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ListRecordingsSessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/RecordingSessionTest.java b/aeron-archive/src/test/java/io/aeron/archive/RecordingSessionTest.java index a945d082d4..39aa1e5a15 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/RecordingSessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/RecordingSessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/RecordingWriterTest.java b/aeron-archive/src/test/java/io/aeron/archive/RecordingWriterTest.java index 744e8fbb96..223710d722 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/RecordingWriterTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/RecordingWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/ReplaySessionTest.java b/aeron-archive/src/test/java/io/aeron/archive/ReplaySessionTest.java index 1baccecfc8..abf2ac3d50 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ReplaySessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ReplaySessionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/checksum/ChecksumsTest.java b/aeron-archive/src/test/java/io/aeron/archive/checksum/ChecksumsTest.java index aec9c1a174..3c2016196f 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/checksum/ChecksumsTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/checksum/ChecksumsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/client/AeronArchiveTest.java b/aeron-archive/src/test/java/io/aeron/archive/client/AeronArchiveTest.java index 75cc0cb86e..e4af9d68b4 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/client/AeronArchiveTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/client/AeronArchiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-archive/src/test/java/io/aeron/archive/status/RecordingPosTest.java b/aeron-archive/src/test/java/io/aeron/archive/status/RecordingPosTest.java index 7f9c655531..0a7dd56dcb 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/status/RecordingPosTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/status/RecordingPosTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/CMakeLists.txt b/aeron-client/src/main/c/CMakeLists.txt index 1d6b1a8b1b..1f62af6bba 100644 --- a/aeron-client/src/main/c/CMakeLists.txt +++ b/aeron-client/src/main/c/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-client/src/main/c/aeron_agent.c b/aeron-client/src/main/c/aeron_agent.c index 9369560541..bc1285b34e 100644 --- a/aeron-client/src/main/c/aeron_agent.c +++ b/aeron-client/src/main/c/aeron_agent.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_agent.h b/aeron-client/src/main/c/aeron_agent.h index 04a748290c..fd640fe2bf 100644 --- a/aeron-client/src/main/c/aeron_agent.h +++ b/aeron-client/src/main/c/aeron_agent.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_alloc.c b/aeron-client/src/main/c/aeron_alloc.c index 8a785d1c17..2f54cad8a3 100644 --- a/aeron-client/src/main/c/aeron_alloc.c +++ b/aeron-client/src/main/c/aeron_alloc.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_alloc.h b/aeron-client/src/main/c/aeron_alloc.h index 2528a154c0..9db398ee9f 100644 --- a/aeron-client/src/main/c/aeron_alloc.h +++ b/aeron-client/src/main/c/aeron_alloc.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_client.c b/aeron-client/src/main/c/aeron_client.c index f38a69bdc8..701279c8e3 100644 --- a/aeron-client/src/main/c/aeron_client.c +++ b/aeron-client/src/main/c/aeron_client.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_client.h b/aeron-client/src/main/c/aeron_client.h index 868c04e097..b9d5afdd77 100644 --- a/aeron-client/src/main/c/aeron_client.h +++ b/aeron-client/src/main/c/aeron_client.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_client_conductor.c b/aeron-client/src/main/c/aeron_client_conductor.c index cfc1ea6001..9e03b1309b 100644 --- a/aeron-client/src/main/c/aeron_client_conductor.c +++ b/aeron-client/src/main/c/aeron_client_conductor.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_client_conductor.h b/aeron-client/src/main/c/aeron_client_conductor.h index 9cf00e6db2..1d294e8ab7 100644 --- a/aeron-client/src/main/c/aeron_client_conductor.h +++ b/aeron-client/src/main/c/aeron_client_conductor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_cnc.c b/aeron-client/src/main/c/aeron_cnc.c index b3c668c226..c34eb5bd38 100644 --- a/aeron-client/src/main/c/aeron_cnc.c +++ b/aeron-client/src/main/c/aeron_cnc.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_cnc_file_descriptor.c b/aeron-client/src/main/c/aeron_cnc_file_descriptor.c index 6c7e21ce08..389232e93d 100644 --- a/aeron-client/src/main/c/aeron_cnc_file_descriptor.c +++ b/aeron-client/src/main/c/aeron_cnc_file_descriptor.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_cnc_file_descriptor.h b/aeron-client/src/main/c/aeron_cnc_file_descriptor.h index 2996b16da1..60130d72cf 100644 --- a/aeron-client/src/main/c/aeron_cnc_file_descriptor.h +++ b/aeron-client/src/main/c/aeron_cnc_file_descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_common.h b/aeron-client/src/main/c/aeron_common.h index 036ed3e64a..f771f0944f 100644 --- a/aeron-client/src/main/c/aeron_common.h +++ b/aeron-client/src/main/c/aeron_common.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_context.c b/aeron-client/src/main/c/aeron_context.c index e25bfd9407..d486b676df 100644 --- a/aeron-client/src/main/c/aeron_context.c +++ b/aeron-client/src/main/c/aeron_context.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_context.h b/aeron-client/src/main/c/aeron_context.h index 560d4a3b82..089e005ff2 100644 --- a/aeron-client/src/main/c/aeron_context.h +++ b/aeron-client/src/main/c/aeron_context.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_counter.c b/aeron-client/src/main/c/aeron_counter.c index 34fa1fb496..52b6c9b91f 100644 --- a/aeron-client/src/main/c/aeron_counter.c +++ b/aeron-client/src/main/c/aeron_counter.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_counter.h b/aeron-client/src/main/c/aeron_counter.h index 7f2030288d..cab2094f9e 100644 --- a/aeron-client/src/main/c/aeron_counter.h +++ b/aeron-client/src/main/c/aeron_counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_counters.h b/aeron-client/src/main/c/aeron_counters.h index 059256fe55..cb404a709a 100644 --- a/aeron-client/src/main/c/aeron_counters.h +++ b/aeron-client/src/main/c/aeron_counters.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_exclusive_publication.c b/aeron-client/src/main/c/aeron_exclusive_publication.c index e7e81ca8e4..5e6bf7a1df 100644 --- a/aeron-client/src/main/c/aeron_exclusive_publication.c +++ b/aeron-client/src/main/c/aeron_exclusive_publication.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_exclusive_publication.h b/aeron-client/src/main/c/aeron_exclusive_publication.h index f4abc1afc4..a75c878331 100644 --- a/aeron-client/src/main/c/aeron_exclusive_publication.h +++ b/aeron-client/src/main/c/aeron_exclusive_publication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_fragment_assembler.c b/aeron-client/src/main/c/aeron_fragment_assembler.c index d663c5aedf..10783e3b40 100644 --- a/aeron-client/src/main/c/aeron_fragment_assembler.c +++ b/aeron-client/src/main/c/aeron_fragment_assembler.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_fragment_assembler.h b/aeron-client/src/main/c/aeron_fragment_assembler.h index e41608224d..e1f34d4632 100644 --- a/aeron-client/src/main/c/aeron_fragment_assembler.h +++ b/aeron-client/src/main/c/aeron_fragment_assembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_image.c b/aeron-client/src/main/c/aeron_image.c index f8e8de27af..7ce18ef476 100644 --- a/aeron-client/src/main/c/aeron_image.c +++ b/aeron-client/src/main/c/aeron_image.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_image.h b/aeron-client/src/main/c/aeron_image.h index 8928946a1d..2d07d8ad99 100644 --- a/aeron-client/src/main/c/aeron_image.h +++ b/aeron-client/src/main/c/aeron_image.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_log_buffer.c b/aeron-client/src/main/c/aeron_log_buffer.c index 6d23faf7fc..370f4add13 100644 --- a/aeron-client/src/main/c/aeron_log_buffer.c +++ b/aeron-client/src/main/c/aeron_log_buffer.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_log_buffer.h b/aeron-client/src/main/c/aeron_log_buffer.h index a1ef29cf86..9568664330 100644 --- a/aeron-client/src/main/c/aeron_log_buffer.h +++ b/aeron-client/src/main/c/aeron_log_buffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_publication.c b/aeron-client/src/main/c/aeron_publication.c index 1861ba54bc..936b1a79a6 100644 --- a/aeron-client/src/main/c/aeron_publication.c +++ b/aeron-client/src/main/c/aeron_publication.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_publication.h b/aeron-client/src/main/c/aeron_publication.h index e1bece2e1c..baa36ad888 100644 --- a/aeron-client/src/main/c/aeron_publication.h +++ b/aeron-client/src/main/c/aeron_publication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_socket.c b/aeron-client/src/main/c/aeron_socket.c index e89f538c4d..520b060028 100644 --- a/aeron-client/src/main/c/aeron_socket.c +++ b/aeron-client/src/main/c/aeron_socket.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_socket.h b/aeron-client/src/main/c/aeron_socket.h index 6288d27049..f9ddee4bf1 100644 --- a/aeron-client/src/main/c/aeron_socket.h +++ b/aeron-client/src/main/c/aeron_socket.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_subscription.c b/aeron-client/src/main/c/aeron_subscription.c index 23d6c3f0ca..f58c162240 100644 --- a/aeron-client/src/main/c/aeron_subscription.c +++ b/aeron-client/src/main/c/aeron_subscription.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_subscription.h b/aeron-client/src/main/c/aeron_subscription.h index 390c59154e..ca78fb78f3 100644 --- a/aeron-client/src/main/c/aeron_subscription.h +++ b/aeron-client/src/main/c/aeron_subscription.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_version.c b/aeron-client/src/main/c/aeron_version.c index 74f0b84e34..34aeb557c4 100644 --- a/aeron-client/src/main/c/aeron_version.c +++ b/aeron-client/src/main/c/aeron_version.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_windows.c b/aeron-client/src/main/c/aeron_windows.c index 173c3bc1e8..322109379f 100644 --- a/aeron-client/src/main/c/aeron_windows.c +++ b/aeron-client/src/main/c/aeron_windows.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeron_windows.h b/aeron-client/src/main/c/aeron_windows.h index 6a7853dac9..372732bddd 100644 --- a/aeron-client/src/main/c/aeron_windows.h +++ b/aeron-client/src/main/c/aeron_windows.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeronc.c b/aeron-client/src/main/c/aeronc.c index b23c2475dd..2cce6f2a48 100644 --- a/aeron-client/src/main/c/aeronc.c +++ b/aeron-client/src/main/c/aeronc.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/aeronc.h b/aeron-client/src/main/c/aeronc.h index 8355e97ea4..11e4912157 100644 --- a/aeron-client/src/main/c/aeronc.h +++ b/aeron-client/src/main/c/aeronc.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.c b/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.c index 21530e7cd6..0dfe1a467b 100644 --- a/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.c +++ b/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.h b/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.h index fc9cb707c2..a8880323a3 100644 --- a/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.h +++ b/aeron-client/src/main/c/collections/aeron_array_to_ptr_hash_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_bit_set.c b/aeron-client/src/main/c/collections/aeron_bit_set.c index 9b9f0287a3..64b5f495bb 100644 --- a/aeron-client/src/main/c/collections/aeron_bit_set.c +++ b/aeron-client/src/main/c/collections/aeron_bit_set.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_bit_set.h b/aeron-client/src/main/c/collections/aeron_bit_set.h index 1e72a50657..44289929be 100644 --- a/aeron-client/src/main/c/collections/aeron_bit_set.h +++ b/aeron-client/src/main/c/collections/aeron_bit_set.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_hashing.c b/aeron-client/src/main/c/collections/aeron_hashing.c index f286b9a7ca..d460232c46 100644 --- a/aeron-client/src/main/c/collections/aeron_hashing.c +++ b/aeron-client/src/main/c/collections/aeron_hashing.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_hashing.h b/aeron-client/src/main/c/collections/aeron_hashing.h index 10981c63e6..766951cf93 100644 --- a/aeron-client/src/main/c/collections/aeron_hashing.h +++ b/aeron-client/src/main/c/collections/aeron_hashing.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_int64_counter_map.c b/aeron-client/src/main/c/collections/aeron_int64_counter_map.c index d712c978da..188ee9c5d1 100644 --- a/aeron-client/src/main/c/collections/aeron_int64_counter_map.c +++ b/aeron-client/src/main/c/collections/aeron_int64_counter_map.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_int64_counter_map.h b/aeron-client/src/main/c/collections/aeron_int64_counter_map.h index 5512a8108d..c36f4d844a 100644 --- a/aeron-client/src/main/c/collections/aeron_int64_counter_map.h +++ b/aeron-client/src/main/c/collections/aeron_int64_counter_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.c b/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.c index a46a302848..77a388238e 100644 --- a/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.c +++ b/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.h b/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.h index 4b5c5f98fd..40806426dc 100644 --- a/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.h +++ b/aeron-client/src/main/c/collections/aeron_int64_to_ptr_hash_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.c b/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.c index 97d9927cee..7bea0b726c 100644 --- a/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.c +++ b/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.h b/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.h index 5fbd95dc9b..c2f126f6b9 100644 --- a/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.h +++ b/aeron-client/src/main/c/collections/aeron_int64_to_tagged_ptr_hash_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_linked_queue.c b/aeron-client/src/main/c/collections/aeron_linked_queue.c index e102c538de..d91b2c9259 100644 --- a/aeron-client/src/main/c/collections/aeron_linked_queue.c +++ b/aeron-client/src/main/c/collections/aeron_linked_queue.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_linked_queue.h b/aeron-client/src/main/c/collections/aeron_linked_queue.h index 5ece41f53c..ddea93e9e5 100644 --- a/aeron-client/src/main/c/collections/aeron_linked_queue.h +++ b/aeron-client/src/main/c/collections/aeron_linked_queue.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_map.c b/aeron-client/src/main/c/collections/aeron_map.c index 88cb354707..dc41228f6a 100644 --- a/aeron-client/src/main/c/collections/aeron_map.c +++ b/aeron-client/src/main/c/collections/aeron_map.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_map.h b/aeron-client/src/main/c/collections/aeron_map.h index 8b37182b2a..9750d0bcbe 100644 --- a/aeron-client/src/main/c/collections/aeron_map.h +++ b/aeron-client/src/main/c/collections/aeron_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.c b/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.c index a3155a494e..4eae0eea13 100644 --- a/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.c +++ b/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.h b/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.h index b847877d10..79b7c8ad6b 100644 --- a/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.h +++ b/aeron-client/src/main/c/collections/aeron_str_to_ptr_hash_map.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/command/aeron_control_protocol.h b/aeron-client/src/main/c/command/aeron_control_protocol.h index 63724c7e02..b2534b2d83 100644 --- a/aeron-client/src/main/c/command/aeron_control_protocol.h +++ b/aeron-client/src/main/c/command/aeron_control_protocol.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_atomic.c b/aeron-client/src/main/c/concurrent/aeron_atomic.c index d0e3ceb4d2..8510b5b073 100644 --- a/aeron-client/src/main/c/concurrent/aeron_atomic.c +++ b/aeron-client/src/main/c/concurrent/aeron_atomic.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_atomic.h b/aeron-client/src/main/c/concurrent/aeron_atomic.h index 82a895e9a7..3dd6c66985 100644 --- a/aeron-client/src/main/c/concurrent/aeron_atomic.h +++ b/aeron-client/src/main/c/concurrent/aeron_atomic.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_atomic64_c11.h b/aeron-client/src/main/c/concurrent/aeron_atomic64_c11.h index 9fa71da34b..3fb047a499 100644 --- a/aeron-client/src/main/c/concurrent/aeron_atomic64_c11.h +++ b/aeron-client/src/main/c/concurrent/aeron_atomic64_c11.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h b/aeron-client/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h index a874b7ca42..4076d90000 100644 --- a/aeron-client/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h +++ b/aeron-client/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_atomic64_msvc.h b/aeron-client/src/main/c/concurrent/aeron_atomic64_msvc.h index 9a75efa274..7f96dfcdfd 100644 --- a/aeron-client/src/main/c/concurrent/aeron_atomic64_msvc.h +++ b/aeron-client/src/main/c/concurrent/aeron_atomic64_msvc.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.c b/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.c index 7e7467fa8f..196282e553 100644 --- a/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.c +++ b/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.h b/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.h index 67a7b288e5..e7d6ffc8a9 100644 --- a/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.h +++ b/aeron-client/src/main/c/concurrent/aeron_blocking_linked_queue.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_broadcast_descriptor.h b/aeron-client/src/main/c/concurrent/aeron_broadcast_descriptor.h index 4095a6f8c4..853966ef7e 100644 --- a/aeron-client/src/main/c/concurrent/aeron_broadcast_descriptor.h +++ b/aeron-client/src/main/c/concurrent/aeron_broadcast_descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.c b/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.c index 349a1b0578..51c19dc21f 100644 --- a/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.c +++ b/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.h b/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.h index 799bf5c830..e9eecd35dc 100644 --- a/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.h +++ b/aeron-client/src/main/c/concurrent/aeron_broadcast_receiver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.c b/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.c index 3de209b786..ed1368df51 100644 --- a/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.c +++ b/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.h b/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.h index e0567ed2ea..239b40f66d 100644 --- a/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.h +++ b/aeron-client/src/main/c/concurrent/aeron_broadcast_transmitter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_concurrent_array_queue.h b/aeron-client/src/main/c/concurrent/aeron_concurrent_array_queue.h index 4b929fd7c2..dd0b269cf5 100644 --- a/aeron-client/src/main/c/concurrent/aeron_concurrent_array_queue.h +++ b/aeron-client/src/main/c/concurrent/aeron_concurrent_array_queue.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_counters_manager.c b/aeron-client/src/main/c/concurrent/aeron_counters_manager.c index 2c551a73a7..4e899728bf 100644 --- a/aeron-client/src/main/c/concurrent/aeron_counters_manager.c +++ b/aeron-client/src/main/c/concurrent/aeron_counters_manager.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_counters_manager.h b/aeron-client/src/main/c/concurrent/aeron_counters_manager.h index 53305ec655..cba6e8719d 100644 --- a/aeron-client/src/main/c/concurrent/aeron_counters_manager.h +++ b/aeron-client/src/main/c/concurrent/aeron_counters_manager.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.c b/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.c index 6c7201d4bb..594f5f4975 100755 --- a/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.c +++ b/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.h b/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.h index ad09571dac..c2cabf7a9a 100644 --- a/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.h +++ b/aeron-client/src/main/c/concurrent/aeron_distinct_error_log.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_executor.c b/aeron-client/src/main/c/concurrent/aeron_executor.c index be3b114183..e1d1af02ba 100644 --- a/aeron-client/src/main/c/concurrent/aeron_executor.c +++ b/aeron-client/src/main/c/concurrent/aeron_executor.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_executor.h b/aeron-client/src/main/c/concurrent/aeron_executor.h index 3f61e4bc3a..1cee03a48f 100644 --- a/aeron-client/src/main/c/concurrent/aeron_executor.h +++ b/aeron-client/src/main/c/concurrent/aeron_executor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.c b/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.c index ec9ea6905f..6dfa473b92 100644 --- a/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.c +++ b/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.h b/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.h index f0762b2ee8..f43322d83c 100644 --- a/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.h +++ b/aeron-client/src/main/c/concurrent/aeron_logbuffer_descriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c b/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c index 96df2ca584..deb88fdaa6 100644 --- a/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c +++ b/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h b/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h index 4bc932d87e..24114e9b35 100644 --- a/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h +++ b/aeron-client/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.c b/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.c index 8977cd9585..3118d3ebab 100644 --- a/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.c +++ b/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.h b/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.h index b2806c3241..42e819bd5a 100644 --- a/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.h +++ b/aeron-client/src/main/c/concurrent/aeron_mpsc_rb.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_rb.h b/aeron-client/src/main/c/concurrent/aeron_rb.h index ad4184ee51..4451ac10c9 100644 --- a/aeron-client/src/main/c/concurrent/aeron_rb.h +++ b/aeron-client/src/main/c/concurrent/aeron_rb.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c b/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c index d604a71273..ee4a1dd120 100644 --- a/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c +++ b/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h b/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h index 554cd9138f..58e1f0a2fb 100644 --- a/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h +++ b/aeron-client/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_spsc_rb.c b/aeron-client/src/main/c/concurrent/aeron_spsc_rb.c index b3f3a37719..aec6252857 100644 --- a/aeron-client/src/main/c/concurrent/aeron_spsc_rb.c +++ b/aeron-client/src/main/c/concurrent/aeron_spsc_rb.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_spsc_rb.h b/aeron-client/src/main/c/concurrent/aeron_spsc_rb.h index 3a1909434d..9bfa35e198 100644 --- a/aeron-client/src/main/c/concurrent/aeron_spsc_rb.h +++ b/aeron-client/src/main/c/concurrent/aeron_spsc_rb.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.c b/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.c index a8948b3c3a..a5fdac8702 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.c +++ b/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.h b/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.h index 0436fd8783..8bcf530cf6 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.h +++ b/aeron-client/src/main/c/concurrent/aeron_term_gap_filler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.c b/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.c index 0dc1a78a8b..c16d13fc55 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.c +++ b/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.h b/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.h index 83beb5817c..1c2fd35401 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.h +++ b/aeron-client/src/main/c/concurrent/aeron_term_gap_scanner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.c b/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.c index fa4323a9a7..10d8a04b2a 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.c +++ b/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.h b/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.h index 54e5f90153..c38074329a 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.h +++ b/aeron-client/src/main/c/concurrent/aeron_term_rebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_scanner.c b/aeron-client/src/main/c/concurrent/aeron_term_scanner.c index 6f6b66c2f4..532f0ec4cd 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_scanner.c +++ b/aeron-client/src/main/c/concurrent/aeron_term_scanner.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_scanner.h b/aeron-client/src/main/c/concurrent/aeron_term_scanner.h index ff38518bb6..bac2dc0ffc 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_scanner.h +++ b/aeron-client/src/main/c/concurrent/aeron_term_scanner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_unblocker.c b/aeron-client/src/main/c/concurrent/aeron_term_unblocker.c index 7bff225c08..3c9616284f 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_unblocker.c +++ b/aeron-client/src/main/c/concurrent/aeron_term_unblocker.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_term_unblocker.h b/aeron-client/src/main/c/concurrent/aeron_term_unblocker.h index 380cedd49a..4b6dfc0746 100644 --- a/aeron-client/src/main/c/concurrent/aeron_term_unblocker.h +++ b/aeron-client/src/main/c/concurrent/aeron_term_unblocker.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_thread.c b/aeron-client/src/main/c/concurrent/aeron_thread.c index 62743cc285..883004a20b 100644 --- a/aeron-client/src/main/c/concurrent/aeron_thread.c +++ b/aeron-client/src/main/c/concurrent/aeron_thread.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/concurrent/aeron_thread.h b/aeron-client/src/main/c/concurrent/aeron_thread.h index f7bb1eeaa4..2140879de4 100644 --- a/aeron-client/src/main/c/concurrent/aeron_thread.h +++ b/aeron-client/src/main/c/concurrent/aeron_thread.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/protocol/aeron_udp_protocol.c b/aeron-client/src/main/c/protocol/aeron_udp_protocol.c index 326f2dea93..efb033bfb2 100644 --- a/aeron-client/src/main/c/protocol/aeron_udp_protocol.c +++ b/aeron-client/src/main/c/protocol/aeron_udp_protocol.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/protocol/aeron_udp_protocol.h b/aeron-client/src/main/c/protocol/aeron_udp_protocol.h index ded8aaf040..ce712b5bff 100644 --- a/aeron-client/src/main/c/protocol/aeron_udp_protocol.h +++ b/aeron-client/src/main/c/protocol/aeron_udp_protocol.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/reports/aeron_loss_reporter.c b/aeron-client/src/main/c/reports/aeron_loss_reporter.c index b37ea72fb4..84dc5c0525 100644 --- a/aeron-client/src/main/c/reports/aeron_loss_reporter.c +++ b/aeron-client/src/main/c/reports/aeron_loss_reporter.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/reports/aeron_loss_reporter.h b/aeron-client/src/main/c/reports/aeron_loss_reporter.h index 3daef5817e..1dc2736ad9 100644 --- a/aeron-client/src/main/c/reports/aeron_loss_reporter.h +++ b/aeron-client/src/main/c/reports/aeron_loss_reporter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/status/aeron_local_sockaddr.c b/aeron-client/src/main/c/status/aeron_local_sockaddr.c index ed890265ea..605f84d59b 100644 --- a/aeron-client/src/main/c/status/aeron_local_sockaddr.c +++ b/aeron-client/src/main/c/status/aeron_local_sockaddr.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/status/aeron_local_sockaddr.h b/aeron-client/src/main/c/status/aeron_local_sockaddr.h index b4443a3640..30987e1b90 100644 --- a/aeron-client/src/main/c/status/aeron_local_sockaddr.h +++ b/aeron-client/src/main/c/status/aeron_local_sockaddr.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/uri/aeron_uri.c b/aeron-client/src/main/c/uri/aeron_uri.c index 55881f6489..e8c8a712e2 100755 --- a/aeron-client/src/main/c/uri/aeron_uri.c +++ b/aeron-client/src/main/c/uri/aeron_uri.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/uri/aeron_uri.h b/aeron-client/src/main/c/uri/aeron_uri.h index e0c761fcaa..f05dd40f9e 100644 --- a/aeron-client/src/main/c/uri/aeron_uri.h +++ b/aeron-client/src/main/c/uri/aeron_uri.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/uri/aeron_uri_string_builder.c b/aeron-client/src/main/c/uri/aeron_uri_string_builder.c index d85a8e68c0..94f8220fd7 100755 --- a/aeron-client/src/main/c/uri/aeron_uri_string_builder.c +++ b/aeron-client/src/main/c/uri/aeron_uri_string_builder.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/uri/aeron_uri_string_builder.h b/aeron-client/src/main/c/uri/aeron_uri_string_builder.h index 3c36519e42..47e51390e0 100644 --- a/aeron-client/src/main/c/uri/aeron_uri_string_builder.h +++ b/aeron-client/src/main/c/uri/aeron_uri_string_builder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_arrayutil.c b/aeron-client/src/main/c/util/aeron_arrayutil.c index 17fc334077..1e3d47e581 100644 --- a/aeron-client/src/main/c/util/aeron_arrayutil.c +++ b/aeron-client/src/main/c/util/aeron_arrayutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_arrayutil.h b/aeron-client/src/main/c/util/aeron_arrayutil.h index 5c5865b930..17c854f827 100644 --- a/aeron-client/src/main/c/util/aeron_arrayutil.h +++ b/aeron-client/src/main/c/util/aeron_arrayutil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_bitutil.c b/aeron-client/src/main/c/util/aeron_bitutil.c index 193ff12384..c58587861f 100644 --- a/aeron-client/src/main/c/util/aeron_bitutil.c +++ b/aeron-client/src/main/c/util/aeron_bitutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_bitutil.h b/aeron-client/src/main/c/util/aeron_bitutil.h index 403ff1a228..ece667f5f8 100644 --- a/aeron-client/src/main/c/util/aeron_bitutil.h +++ b/aeron-client/src/main/c/util/aeron_bitutil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_clock.c b/aeron-client/src/main/c/util/aeron_clock.c index fc789ac718..d1b57f7ae7 100644 --- a/aeron-client/src/main/c/util/aeron_clock.c +++ b/aeron-client/src/main/c/util/aeron_clock.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_clock.h b/aeron-client/src/main/c/util/aeron_clock.h index 0e73ff3fae..1de4897021 100644 --- a/aeron-client/src/main/c/util/aeron_clock.h +++ b/aeron-client/src/main/c/util/aeron_clock.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_dlopen.c b/aeron-client/src/main/c/util/aeron_dlopen.c index b28b9e67d9..26a776c878 100644 --- a/aeron-client/src/main/c/util/aeron_dlopen.c +++ b/aeron-client/src/main/c/util/aeron_dlopen.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_dlopen.h b/aeron-client/src/main/c/util/aeron_dlopen.h index b5aec049e7..b31f1c9ac5 100644 --- a/aeron-client/src/main/c/util/aeron_dlopen.h +++ b/aeron-client/src/main/c/util/aeron_dlopen.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_env.c b/aeron-client/src/main/c/util/aeron_env.c index f402c8dee0..27cb963463 100644 --- a/aeron-client/src/main/c/util/aeron_env.c +++ b/aeron-client/src/main/c/util/aeron_env.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_env.h b/aeron-client/src/main/c/util/aeron_env.h index b1832a891c..efe9f29485 100644 --- a/aeron-client/src/main/c/util/aeron_env.h +++ b/aeron-client/src/main/c/util/aeron_env.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_error.c b/aeron-client/src/main/c/util/aeron_error.c index eb46eb768c..3319dcf83e 100644 --- a/aeron-client/src/main/c/util/aeron_error.c +++ b/aeron-client/src/main/c/util/aeron_error.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_error.h b/aeron-client/src/main/c/util/aeron_error.h index a71222803e..873ebe1bb9 100644 --- a/aeron-client/src/main/c/util/aeron_error.h +++ b/aeron-client/src/main/c/util/aeron_error.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_fileutil.c b/aeron-client/src/main/c/util/aeron_fileutil.c index d325e09b57..d55a31c8b1 100644 --- a/aeron-client/src/main/c/util/aeron_fileutil.c +++ b/aeron-client/src/main/c/util/aeron_fileutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_fileutil.h b/aeron-client/src/main/c/util/aeron_fileutil.h index cb97b67638..654a367741 100644 --- a/aeron-client/src/main/c/util/aeron_fileutil.h +++ b/aeron-client/src/main/c/util/aeron_fileutil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_http_util.c b/aeron-client/src/main/c/util/aeron_http_util.c index 32b3735bad..f2c4c864f2 100644 --- a/aeron-client/src/main/c/util/aeron_http_util.c +++ b/aeron-client/src/main/c/util/aeron_http_util.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_http_util.h b/aeron-client/src/main/c/util/aeron_http_util.h index dcc6fa7636..7dba42a8aa 100644 --- a/aeron-client/src/main/c/util/aeron_http_util.h +++ b/aeron-client/src/main/c/util/aeron_http_util.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_math.c b/aeron-client/src/main/c/util/aeron_math.c index d40f9c3557..c5163aef14 100644 --- a/aeron-client/src/main/c/util/aeron_math.c +++ b/aeron-client/src/main/c/util/aeron_math.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_math.h b/aeron-client/src/main/c/util/aeron_math.h index 54430e6a67..d130c57681 100644 --- a/aeron-client/src/main/c/util/aeron_math.h +++ b/aeron-client/src/main/c/util/aeron_math.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_netutil.c b/aeron-client/src/main/c/util/aeron_netutil.c index fad2ef7c9a..fd3ba7bb9f 100644 --- a/aeron-client/src/main/c/util/aeron_netutil.c +++ b/aeron-client/src/main/c/util/aeron_netutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_netutil.h b/aeron-client/src/main/c/util/aeron_netutil.h index aacf2d472f..e2c6e79fd8 100644 --- a/aeron-client/src/main/c/util/aeron_netutil.h +++ b/aeron-client/src/main/c/util/aeron_netutil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_parse_util.c b/aeron-client/src/main/c/util/aeron_parse_util.c index 27cf068dc1..8fa3f5bbb2 100644 --- a/aeron-client/src/main/c/util/aeron_parse_util.c +++ b/aeron-client/src/main/c/util/aeron_parse_util.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_parse_util.h b/aeron-client/src/main/c/util/aeron_parse_util.h index 7919d1e3a5..d926fc8b9d 100644 --- a/aeron-client/src/main/c/util/aeron_parse_util.h +++ b/aeron-client/src/main/c/util/aeron_parse_util.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_platform.h b/aeron-client/src/main/c/util/aeron_platform.h index 05f7794b40..d72ef9f102 100644 --- a/aeron-client/src/main/c/util/aeron_platform.h +++ b/aeron-client/src/main/c/util/aeron_platform.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_properties_util.c b/aeron-client/src/main/c/util/aeron_properties_util.c index f45c7a4946..87ab9e42ab 100644 --- a/aeron-client/src/main/c/util/aeron_properties_util.c +++ b/aeron-client/src/main/c/util/aeron_properties_util.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_properties_util.h b/aeron-client/src/main/c/util/aeron_properties_util.h index 2a46b16ef4..8361d98490 100644 --- a/aeron-client/src/main/c/util/aeron_properties_util.h +++ b/aeron-client/src/main/c/util/aeron_properties_util.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_strutil.c b/aeron-client/src/main/c/util/aeron_strutil.c index 172566dfb3..3417d165b5 100644 --- a/aeron-client/src/main/c/util/aeron_strutil.c +++ b/aeron-client/src/main/c/util/aeron_strutil.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/c/util/aeron_strutil.h b/aeron-client/src/main/c/util/aeron_strutil.h index 6773732c36..9859ea19f8 100644 --- a/aeron-client/src/main/c/util/aeron_strutil.h +++ b/aeron-client/src/main/c/util/aeron_strutil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Aeron.cpp b/aeron-client/src/main/cpp/Aeron.cpp index 599965987c..f631f0e839 100644 --- a/aeron-client/src/main/cpp/Aeron.cpp +++ b/aeron-client/src/main/cpp/Aeron.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Aeron.h b/aeron-client/src/main/cpp/Aeron.h index 607b7c550d..3247c2a86c 100644 --- a/aeron-client/src/main/cpp/Aeron.h +++ b/aeron-client/src/main/cpp/Aeron.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/AeronCounters.h b/aeron-client/src/main/cpp/AeronCounters.h index 4f73ec256d..73779dd15a 100644 --- a/aeron-client/src/main/cpp/AeronCounters.h +++ b/aeron-client/src/main/cpp/AeronCounters.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/AeronVersion.cpp b/aeron-client/src/main/cpp/AeronVersion.cpp index b5ab02429f..83487f3a8a 100644 --- a/aeron-client/src/main/cpp/AeronVersion.cpp +++ b/aeron-client/src/main/cpp/AeronVersion.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/AeronVersion.h b/aeron-client/src/main/cpp/AeronVersion.h index d3d87c62e1..6b69e1f616 100644 --- a/aeron-client/src/main/cpp/AeronVersion.h +++ b/aeron-client/src/main/cpp/AeronVersion.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/BufferBuilder.h b/aeron-client/src/main/cpp/BufferBuilder.h index 0fa5581b0b..636bc42cf2 100755 --- a/aeron-client/src/main/cpp/BufferBuilder.h +++ b/aeron-client/src/main/cpp/BufferBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/CMakeLists.txt b/aeron-client/src/main/cpp/CMakeLists.txt index d5a08247bb..98675e3b53 100644 --- a/aeron-client/src/main/cpp/CMakeLists.txt +++ b/aeron-client/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-client/src/main/cpp/ChannelUri.h b/aeron-client/src/main/cpp/ChannelUri.h index 239b98d396..216a9f631b 100644 --- a/aeron-client/src/main/cpp/ChannelUri.h +++ b/aeron-client/src/main/cpp/ChannelUri.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ChannelUriStringBuilder.h b/aeron-client/src/main/cpp/ChannelUriStringBuilder.h index 312bc28d15..36164ddae6 100644 --- a/aeron-client/src/main/cpp/ChannelUriStringBuilder.h +++ b/aeron-client/src/main/cpp/ChannelUriStringBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ClientConductor.cpp b/aeron-client/src/main/cpp/ClientConductor.cpp index c67e3edb81..798c09a397 100644 --- a/aeron-client/src/main/cpp/ClientConductor.cpp +++ b/aeron-client/src/main/cpp/ClientConductor.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ClientConductor.h b/aeron-client/src/main/cpp/ClientConductor.h index cf66f72839..02f573688f 100644 --- a/aeron-client/src/main/cpp/ClientConductor.h +++ b/aeron-client/src/main/cpp/ClientConductor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/CncFileDescriptor.h b/aeron-client/src/main/cpp/CncFileDescriptor.h index 29c4c8da32..e06a024bd4 100644 --- a/aeron-client/src/main/cpp/CncFileDescriptor.h +++ b/aeron-client/src/main/cpp/CncFileDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/CncFileReader.h b/aeron-client/src/main/cpp/CncFileReader.h index 6473da5fdd..49de3d3d3a 100644 --- a/aeron-client/src/main/cpp/CncFileReader.h +++ b/aeron-client/src/main/cpp/CncFileReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Context.cpp b/aeron-client/src/main/cpp/Context.cpp index 8892e2f75f..9f02e5d937 100644 --- a/aeron-client/src/main/cpp/Context.cpp +++ b/aeron-client/src/main/cpp/Context.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Context.h b/aeron-client/src/main/cpp/Context.h index df66445984..fc2d417863 100644 --- a/aeron-client/src/main/cpp/Context.h +++ b/aeron-client/src/main/cpp/Context.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ControlledFragmentAssembler.h b/aeron-client/src/main/cpp/ControlledFragmentAssembler.h index c8cff73121..8ad0bd036c 100644 --- a/aeron-client/src/main/cpp/ControlledFragmentAssembler.h +++ b/aeron-client/src/main/cpp/ControlledFragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Counter.cpp b/aeron-client/src/main/cpp/Counter.cpp index 4357690b60..a36bd5c0f3 100644 --- a/aeron-client/src/main/cpp/Counter.cpp +++ b/aeron-client/src/main/cpp/Counter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Counter.h b/aeron-client/src/main/cpp/Counter.h index fdf7ac290c..c00e7f87e3 100644 --- a/aeron-client/src/main/cpp/Counter.h +++ b/aeron-client/src/main/cpp/Counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/DriverListenerAdapter.h b/aeron-client/src/main/cpp/DriverListenerAdapter.h index f3e1878708..e82c116969 100644 --- a/aeron-client/src/main/cpp/DriverListenerAdapter.h +++ b/aeron-client/src/main/cpp/DriverListenerAdapter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/DriverProxy.h b/aeron-client/src/main/cpp/DriverProxy.h index 0f7585c712..d7491d4312 100644 --- a/aeron-client/src/main/cpp/DriverProxy.h +++ b/aeron-client/src/main/cpp/DriverProxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ExclusivePublication.cpp b/aeron-client/src/main/cpp/ExclusivePublication.cpp index a46606ba8e..c13e4c3e17 100644 --- a/aeron-client/src/main/cpp/ExclusivePublication.cpp +++ b/aeron-client/src/main/cpp/ExclusivePublication.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ExclusivePublication.h b/aeron-client/src/main/cpp/ExclusivePublication.h index 6c1ecd2664..ba2658211b 100644 --- a/aeron-client/src/main/cpp/ExclusivePublication.h +++ b/aeron-client/src/main/cpp/ExclusivePublication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/FragmentAssembler.h b/aeron-client/src/main/cpp/FragmentAssembler.h index 6e5feb0a05..4dbc0c84c1 100644 --- a/aeron-client/src/main/cpp/FragmentAssembler.h +++ b/aeron-client/src/main/cpp/FragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/HeartbeatTimestamp.h b/aeron-client/src/main/cpp/HeartbeatTimestamp.h index 75864de819..72bbbf66d5 100644 --- a/aeron-client/src/main/cpp/HeartbeatTimestamp.h +++ b/aeron-client/src/main/cpp/HeartbeatTimestamp.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Image.h b/aeron-client/src/main/cpp/Image.h index 3b2ef01bfb..d32c7bed3c 100644 --- a/aeron-client/src/main/cpp/Image.h +++ b/aeron-client/src/main/cpp/Image.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ImageControlledFragmentAssembler.h b/aeron-client/src/main/cpp/ImageControlledFragmentAssembler.h index edf67d2b6e..f4c781ed36 100644 --- a/aeron-client/src/main/cpp/ImageControlledFragmentAssembler.h +++ b/aeron-client/src/main/cpp/ImageControlledFragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/ImageFragmentAssembler.h b/aeron-client/src/main/cpp/ImageFragmentAssembler.h index 78568157c4..9a91a6529c 100644 --- a/aeron-client/src/main/cpp/ImageFragmentAssembler.h +++ b/aeron-client/src/main/cpp/ImageFragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/LogBuffers.cpp b/aeron-client/src/main/cpp/LogBuffers.cpp index 7aabf2a15e..0cf5b54ca6 100644 --- a/aeron-client/src/main/cpp/LogBuffers.cpp +++ b/aeron-client/src/main/cpp/LogBuffers.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/LogBuffers.h b/aeron-client/src/main/cpp/LogBuffers.h index 7d200227ee..d344e1df76 100644 --- a/aeron-client/src/main/cpp/LogBuffers.h +++ b/aeron-client/src/main/cpp/LogBuffers.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Publication.cpp b/aeron-client/src/main/cpp/Publication.cpp index 4ab1736223..a3e03103b2 100644 --- a/aeron-client/src/main/cpp/Publication.cpp +++ b/aeron-client/src/main/cpp/Publication.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Publication.h b/aeron-client/src/main/cpp/Publication.h index 9d04a4680a..eabd96a4f9 100644 --- a/aeron-client/src/main/cpp/Publication.h +++ b/aeron-client/src/main/cpp/Publication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Subscription.cpp b/aeron-client/src/main/cpp/Subscription.cpp index 9dd8572180..142e67486f 100644 --- a/aeron-client/src/main/cpp/Subscription.cpp +++ b/aeron-client/src/main/cpp/Subscription.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/Subscription.h b/aeron-client/src/main/cpp/Subscription.h index add2feb712..2b3d93d2b4 100644 --- a/aeron-client/src/main/cpp/Subscription.h +++ b/aeron-client/src/main/cpp/Subscription.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h b/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h index 83c7bba585..a31fe47e64 100644 --- a/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h +++ b/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/ControlProtocolEvents.h b/aeron-client/src/main/cpp/command/ControlProtocolEvents.h index ca695cd93a..e0c43324e8 100644 --- a/aeron-client/src/main/cpp/command/ControlProtocolEvents.h +++ b/aeron-client/src/main/cpp/command/ControlProtocolEvents.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h b/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h index 78dac467a8..a3b9288324 100644 --- a/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h b/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h index ef58f3c125..f3b9d5b133 100644 --- a/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h b/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h index b32c87a983..d505947a50 100644 --- a/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h +++ b/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h b/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h index a76a72d55f..76bf406473 100644 --- a/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h b/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h index e90268268a..dbb393dd50 100644 --- a/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h +++ b/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/Flyweight.h b/aeron-client/src/main/cpp/command/Flyweight.h index c685483825..8d155350b9 100644 --- a/aeron-client/src/main/cpp/command/Flyweight.h +++ b/aeron-client/src/main/cpp/command/Flyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h b/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h index ab567d9a9f..7c77da466c 100644 --- a/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h +++ b/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h b/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h index e794fb10a6..cc2200047b 100644 --- a/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h b/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h index 2867179784..69c5479a43 100644 --- a/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h +++ b/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h b/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h index f671da5491..9a9d174e78 100644 --- a/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h +++ b/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h b/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h index c9cbcebc83..77813b536d 100644 --- a/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h b/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h index 8a1aaa107c..66a8f14ed5 100644 --- a/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h b/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h index b5f0ef821d..33b7d71702 100644 --- a/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h b/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h index 8a7dd44fb3..7b039fd879 100644 --- a/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h +++ b/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h b/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h index fa6538b5e3..5e47779f91 100644 --- a/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h +++ b/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/AgentInvoker.h b/aeron-client/src/main/cpp/concurrent/AgentInvoker.h index d0105d1ab9..d79ceeaf93 100644 --- a/aeron-client/src/main/cpp/concurrent/AgentInvoker.h +++ b/aeron-client/src/main/cpp/concurrent/AgentInvoker.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/AgentRunner.h b/aeron-client/src/main/cpp/concurrent/AgentRunner.h index c031e0a0cb..9305e66615 100644 --- a/aeron-client/src/main/cpp/concurrent/AgentRunner.h +++ b/aeron-client/src/main/cpp/concurrent/AgentRunner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/Atomic64.h b/aeron-client/src/main/cpp/concurrent/Atomic64.h index 62fef7cd4c..33c7fd84f9 100644 --- a/aeron-client/src/main/cpp/concurrent/Atomic64.h +++ b/aeron-client/src/main/cpp/concurrent/Atomic64.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h b/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h index fb0b4d433f..d3212f7626 100644 --- a/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h +++ b/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h b/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h index 0fe469b18c..ee847a6e5a 100644 --- a/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h +++ b/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/AtomicCounter.h b/aeron-client/src/main/cpp/concurrent/AtomicCounter.h index cef9aad887..d72cd611da 100644 --- a/aeron-client/src/main/cpp/concurrent/AtomicCounter.h +++ b/aeron-client/src/main/cpp/concurrent/AtomicCounter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h index b71a710567..8296f299ce 100644 --- a/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h index ef021c3177..34434c0099 100644 --- a/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/CountersManager.h b/aeron-client/src/main/cpp/concurrent/CountersManager.h index 98bbdc02b2..0512ccb41c 100644 --- a/aeron-client/src/main/cpp/concurrent/CountersManager.h +++ b/aeron-client/src/main/cpp/concurrent/CountersManager.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/CountersReader.h b/aeron-client/src/main/cpp/concurrent/CountersReader.h index fa1169aa04..05b1a31da9 100644 --- a/aeron-client/src/main/cpp/concurrent/CountersReader.h +++ b/aeron-client/src/main/cpp/concurrent/CountersReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h index 71393bb612..32746a0aba 100644 --- a/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h index 85ea4d6e64..a6c664addc 100644 --- a/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h index f918155756..80a75b86a6 100644 --- a/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_cpp11.h b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_cpp11.h index 6a59287e38..14f18e16a1 100644 --- a/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_cpp11.h +++ b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_cpp11.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_x86_64.h b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_x86_64.h index 213db2483a..05c32f350e 100644 --- a/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_x86_64.h +++ b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_gcc_x86_64.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h index 2976491dae..c7bd03e1b5 100644 --- a/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h +++ b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h index ed7c4d4704..1cb4f412d6 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h index dac7c1c10e..38aedf0e63 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h index f0a0a3920d..156d3d06a5 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h b/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h index 1006e63b2e..692dc06d0d 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h b/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h index e292e66564..274a5841dc 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h b/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h index 27cdf6a971..63058ef25e 100644 --- a/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h +++ b/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h index ddad6f3a51..238b959b1f 100644 --- a/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h index 21af058bf2..ca417ce4c7 100644 --- a/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h +++ b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h b/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h index 9e736257cb..57a556675f 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h b/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h index 7f18abe5e1..cc2417527e 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h b/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h index 0e0468e54d..19a4e02ad5 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h b/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h index 242c585616..e4dfa3e670 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h b/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h index b2075612c0..e299b582c3 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h b/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h index 48ed1fffcc..7c962b4f67 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h index c71624b677..f1013eed1b 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h index b2ef3c19a3..f83d2f542d 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h index 365f2d1bf2..efca13aae2 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h index 1174f2ec5e..e3b532f53d 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h index 1a2ba6c25c..236810477c 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h b/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h index 9915b16a54..4b3d233b2e 100644 --- a/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h b/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h index 63d0cd4306..6ef5b43e51 100644 --- a/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h +++ b/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h index 39f25190a6..20c29f56db 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h index 819437495f..352660a339 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h index 2a66035bd5..4fc86d18b1 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h index e2a96da9eb..3e7b1afe35 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/status/LocalSocketAddressStatus.h b/aeron-client/src/main/cpp/concurrent/status/LocalSocketAddressStatus.h index 63c9762c27..e2cb6f2e8a 100644 --- a/aeron-client/src/main/cpp/concurrent/status/LocalSocketAddressStatus.h +++ b/aeron-client/src/main/cpp/concurrent/status/LocalSocketAddressStatus.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/status/Position.h b/aeron-client/src/main/cpp/concurrent/status/Position.h index cc252efa08..c7ab5cf7b2 100644 --- a/aeron-client/src/main/cpp/concurrent/status/Position.h +++ b/aeron-client/src/main/cpp/concurrent/status/Position.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h b/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h index 81969ee22c..f6a646d6c9 100644 --- a/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h +++ b/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h b/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h index 0fc35f364a..89c2afb033 100644 --- a/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h +++ b/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h b/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h index 062607e4ce..3716db050f 100644 --- a/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h +++ b/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h b/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h index 44f413ee68..a24436e650 100644 --- a/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h b/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h index 6ae63b1213..2bf5f65de4 100644 --- a/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/protocol/NakFlyweight.h b/aeron-client/src/main/cpp/protocol/NakFlyweight.h index 0e8c3c0e27..53e2aef71f 100644 --- a/aeron-client/src/main/cpp/protocol/NakFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/NakFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/protocol/SetupFlyweight.h b/aeron-client/src/main/cpp/protocol/SetupFlyweight.h index a444769202..eaa551a4bb 100644 --- a/aeron-client/src/main/cpp/protocol/SetupFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/SetupFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h b/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h index 2bbbf70df8..3398f65d62 100644 --- a/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/BitUtil.h b/aeron-client/src/main/cpp/util/BitUtil.h index 7f8657ca37..aec9dcd737 100644 --- a/aeron-client/src/main/cpp/util/BitUtil.h +++ b/aeron-client/src/main/cpp/util/BitUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/CommandOption.cpp b/aeron-client/src/main/cpp/util/CommandOption.cpp index 5546f91fed..7b8917458e 100644 --- a/aeron-client/src/main/cpp/util/CommandOption.cpp +++ b/aeron-client/src/main/cpp/util/CommandOption.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/CommandOption.h b/aeron-client/src/main/cpp/util/CommandOption.h index a766195afd..e4f68dea4b 100644 --- a/aeron-client/src/main/cpp/util/CommandOption.h +++ b/aeron-client/src/main/cpp/util/CommandOption.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/CommandOptionParser.cpp b/aeron-client/src/main/cpp/util/CommandOptionParser.cpp index 77e04aefb6..415639ec0f 100644 --- a/aeron-client/src/main/cpp/util/CommandOptionParser.cpp +++ b/aeron-client/src/main/cpp/util/CommandOptionParser.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/CommandOptionParser.h b/aeron-client/src/main/cpp/util/CommandOptionParser.h index 63b37e7d3a..666fb3694b 100644 --- a/aeron-client/src/main/cpp/util/CommandOptionParser.h +++ b/aeron-client/src/main/cpp/util/CommandOptionParser.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/Exceptions.h b/aeron-client/src/main/cpp/util/Exceptions.h index 6a3056269a..bcd5446f3b 100644 --- a/aeron-client/src/main/cpp/util/Exceptions.h +++ b/aeron-client/src/main/cpp/util/Exceptions.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/Export.h b/aeron-client/src/main/cpp/util/Export.h index cd6b25bab1..5d60eb6523 100644 --- a/aeron-client/src/main/cpp/util/Export.h +++ b/aeron-client/src/main/cpp/util/Export.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/Index.h b/aeron-client/src/main/cpp/util/Index.h index ca129c1a53..ff974a7f7f 100644 --- a/aeron-client/src/main/cpp/util/Index.h +++ b/aeron-client/src/main/cpp/util/Index.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/LangUtil.h b/aeron-client/src/main/cpp/util/LangUtil.h index 69207b7845..66e14fb722 100644 --- a/aeron-client/src/main/cpp/util/LangUtil.h +++ b/aeron-client/src/main/cpp/util/LangUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/MacroUtil.h b/aeron-client/src/main/cpp/util/MacroUtil.h index 2756431f52..2a56f4e179 100644 --- a/aeron-client/src/main/cpp/util/MacroUtil.h +++ b/aeron-client/src/main/cpp/util/MacroUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp b/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp index 0520884a28..d105afd15c 100644 --- a/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp +++ b/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/MemoryMappedFile.h b/aeron-client/src/main/cpp/util/MemoryMappedFile.h index d70bf08048..8f11df835e 100644 --- a/aeron-client/src/main/cpp/util/MemoryMappedFile.h +++ b/aeron-client/src/main/cpp/util/MemoryMappedFile.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/Platform.h b/aeron-client/src/main/cpp/util/Platform.h index 630d93a373..a3259c0641 100644 --- a/aeron-client/src/main/cpp/util/Platform.h +++ b/aeron-client/src/main/cpp/util/Platform.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/ScopeUtils.h b/aeron-client/src/main/cpp/util/ScopeUtils.h index 6e61c43013..7ed6345217 100644 --- a/aeron-client/src/main/cpp/util/ScopeUtils.h +++ b/aeron-client/src/main/cpp/util/ScopeUtils.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp/util/StringUtil.h b/aeron-client/src/main/cpp/util/StringUtil.h index f01f1aa0af..ca25fe5aac 100644 --- a/aeron-client/src/main/cpp/util/StringUtil.h +++ b/aeron-client/src/main/cpp/util/StringUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/Aeron.h b/aeron-client/src/main/cpp_wrapper/Aeron.h index f10b0a8f0d..332bb13693 100644 --- a/aeron-client/src/main/cpp_wrapper/Aeron.h +++ b/aeron-client/src/main/cpp_wrapper/Aeron.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/AeronCounters.h b/aeron-client/src/main/cpp_wrapper/AeronCounters.h index 4f73ec256d..73779dd15a 100644 --- a/aeron-client/src/main/cpp_wrapper/AeronCounters.h +++ b/aeron-client/src/main/cpp_wrapper/AeronCounters.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/BufferBuilder.h b/aeron-client/src/main/cpp_wrapper/BufferBuilder.h index 855a83ba5a..54415c2e90 100755 --- a/aeron-client/src/main/cpp_wrapper/BufferBuilder.h +++ b/aeron-client/src/main/cpp_wrapper/BufferBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/CMakeLists.txt b/aeron-client/src/main/cpp_wrapper/CMakeLists.txt index 468b0b4a5a..af6d23af79 100644 --- a/aeron-client/src/main/cpp_wrapper/CMakeLists.txt +++ b/aeron-client/src/main/cpp_wrapper/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-client/src/main/cpp_wrapper/ChannelUri.h b/aeron-client/src/main/cpp_wrapper/ChannelUri.h index 239b98d396..216a9f631b 100644 --- a/aeron-client/src/main/cpp_wrapper/ChannelUri.h +++ b/aeron-client/src/main/cpp_wrapper/ChannelUri.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/ChannelUriStringBuilder.h b/aeron-client/src/main/cpp_wrapper/ChannelUriStringBuilder.h index 312bc28d15..36164ddae6 100644 --- a/aeron-client/src/main/cpp_wrapper/ChannelUriStringBuilder.h +++ b/aeron-client/src/main/cpp_wrapper/ChannelUriStringBuilder.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/ClientConductor.h b/aeron-client/src/main/cpp_wrapper/ClientConductor.h index 100e425bf6..199ea646c4 100644 --- a/aeron-client/src/main/cpp_wrapper/ClientConductor.h +++ b/aeron-client/src/main/cpp_wrapper/ClientConductor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/CncFileDescriptor.h b/aeron-client/src/main/cpp_wrapper/CncFileDescriptor.h index 74658ecbbd..b6e3409b66 100644 --- a/aeron-client/src/main/cpp_wrapper/CncFileDescriptor.h +++ b/aeron-client/src/main/cpp_wrapper/CncFileDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/CncFileReader.h b/aeron-client/src/main/cpp_wrapper/CncFileReader.h index 628b4a9b8b..e65c5018c9 100644 --- a/aeron-client/src/main/cpp_wrapper/CncFileReader.h +++ b/aeron-client/src/main/cpp_wrapper/CncFileReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/Context.h b/aeron-client/src/main/cpp_wrapper/Context.h index c81cae9650..ad10ceda66 100644 --- a/aeron-client/src/main/cpp_wrapper/Context.h +++ b/aeron-client/src/main/cpp_wrapper/Context.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/ControlledFragmentAssembler.h b/aeron-client/src/main/cpp_wrapper/ControlledFragmentAssembler.h index 68ec7d5aa2..6c5c9868ea 100644 --- a/aeron-client/src/main/cpp_wrapper/ControlledFragmentAssembler.h +++ b/aeron-client/src/main/cpp_wrapper/ControlledFragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/Counter.h b/aeron-client/src/main/cpp_wrapper/Counter.h index 10102c8879..7ef9d61325 100644 --- a/aeron-client/src/main/cpp_wrapper/Counter.h +++ b/aeron-client/src/main/cpp_wrapper/Counter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/ExclusivePublication.h b/aeron-client/src/main/cpp_wrapper/ExclusivePublication.h index 0e2a415b4e..b25387e0f9 100644 --- a/aeron-client/src/main/cpp_wrapper/ExclusivePublication.h +++ b/aeron-client/src/main/cpp_wrapper/ExclusivePublication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/FragmentAssembler.h b/aeron-client/src/main/cpp_wrapper/FragmentAssembler.h index 57481c3809..c97d51eb1e 100644 --- a/aeron-client/src/main/cpp_wrapper/FragmentAssembler.h +++ b/aeron-client/src/main/cpp_wrapper/FragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/HeartbeatTimestamp.h b/aeron-client/src/main/cpp_wrapper/HeartbeatTimestamp.h index 541984584c..539f5f4cac 100644 --- a/aeron-client/src/main/cpp_wrapper/HeartbeatTimestamp.h +++ b/aeron-client/src/main/cpp_wrapper/HeartbeatTimestamp.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/Image.h b/aeron-client/src/main/cpp_wrapper/Image.h index c28d6db433..19ec176e6a 100644 --- a/aeron-client/src/main/cpp_wrapper/Image.h +++ b/aeron-client/src/main/cpp_wrapper/Image.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/ImageControlledFragmentAssembler.h b/aeron-client/src/main/cpp_wrapper/ImageControlledFragmentAssembler.h index 57daadad96..7df2371b1c 100644 --- a/aeron-client/src/main/cpp_wrapper/ImageControlledFragmentAssembler.h +++ b/aeron-client/src/main/cpp_wrapper/ImageControlledFragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/ImageFragmentAssembler.h b/aeron-client/src/main/cpp_wrapper/ImageFragmentAssembler.h index addb7029bb..5dcb5667a2 100644 --- a/aeron-client/src/main/cpp_wrapper/ImageFragmentAssembler.h +++ b/aeron-client/src/main/cpp_wrapper/ImageFragmentAssembler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/Publication.h b/aeron-client/src/main/cpp_wrapper/Publication.h index a0a629653a..390d6673d4 100644 --- a/aeron-client/src/main/cpp_wrapper/Publication.h +++ b/aeron-client/src/main/cpp_wrapper/Publication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/Subscription.h b/aeron-client/src/main/cpp_wrapper/Subscription.h index 4d274349f4..d327ec07df 100644 --- a/aeron-client/src/main/cpp_wrapper/Subscription.h +++ b/aeron-client/src/main/cpp_wrapper/Subscription.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/AgentInvoker.h b/aeron-client/src/main/cpp_wrapper/concurrent/AgentInvoker.h index eae0a21dca..1bded1fdc4 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/AgentInvoker.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/AgentInvoker.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/AgentRunner.h b/aeron-client/src/main/cpp_wrapper/concurrent/AgentRunner.h index 404c3ce9db..968f393767 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/AgentRunner.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/AgentRunner.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/Atomic64.h b/aeron-client/src/main/cpp_wrapper/concurrent/Atomic64.h index 62fef7cd4c..33c7fd84f9 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/Atomic64.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/Atomic64.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/AtomicBuffer.h b/aeron-client/src/main/cpp_wrapper/concurrent/AtomicBuffer.h index c10e123cee..163e91e9b6 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/AtomicBuffer.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/AtomicBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/AtomicCounter.h b/aeron-client/src/main/cpp_wrapper/concurrent/AtomicCounter.h index fafcee9ade..9029351fc5 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/AtomicCounter.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/AtomicCounter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/BackOffIdleStrategy.h b/aeron-client/src/main/cpp_wrapper/concurrent/BackOffIdleStrategy.h index 1b68e7ee50..8355900cf1 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/BackOffIdleStrategy.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/BackOffIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/BusySpinIdleStrategy.h b/aeron-client/src/main/cpp_wrapper/concurrent/BusySpinIdleStrategy.h index ef021c3177..34434c0099 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/BusySpinIdleStrategy.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/BusySpinIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/CountersReader.h b/aeron-client/src/main/cpp_wrapper/concurrent/CountersReader.h index 2814416bf0..25acfac799 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/CountersReader.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/CountersReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/NoOpIdleStrategy.h b/aeron-client/src/main/cpp_wrapper/concurrent/NoOpIdleStrategy.h index 71393bb612..32746a0aba 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/NoOpIdleStrategy.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/NoOpIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/SleepingIdleStrategy.h b/aeron-client/src/main/cpp_wrapper/concurrent/SleepingIdleStrategy.h index 85ea4d6e64..a6c664addc 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/SleepingIdleStrategy.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/SleepingIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/YieldingIdleStrategy.h b/aeron-client/src/main/cpp_wrapper/concurrent/YieldingIdleStrategy.h index f918155756..80a75b86a6 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/YieldingIdleStrategy.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/YieldingIdleStrategy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_cpp11.h b/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_cpp11.h index 6a59287e38..14f18e16a1 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_cpp11.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_cpp11.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_x86_64.h b/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_x86_64.h index 213db2483a..05c32f350e 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_x86_64.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_gcc_x86_64.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_msvc.h b/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_msvc.h index 2976491dae..c7bd03e1b5 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_msvc.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/atomic/Atomic64_msvc.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogDescriptor.h b/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogDescriptor.h index ddad6f3a51..238b959b1f 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogDescriptor.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogReader.h b/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogReader.h index 21af058bf2..ca417ce4c7 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogReader.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/errors/ErrorLogReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/BufferClaim.h b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/BufferClaim.h index 844f5a737f..c7b1ed81ab 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/BufferClaim.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/BufferClaim.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/DataFrameHeader.h b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/DataFrameHeader.h index d605435812..3a8a0486f6 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/DataFrameHeader.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/DataFrameHeader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/FrameDescriptor.h b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/FrameDescriptor.h index a582121bb2..f9ab960f54 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/FrameDescriptor.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/FrameDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/Header.h b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/Header.h index 19440aeeb7..fa2d8fb6f1 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/Header.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/Header.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/LogBufferDescriptor.h b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/LogBufferDescriptor.h index 2571d322f4..e116e0ae85 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/LogBufferDescriptor.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/LogBufferDescriptor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/TermReader.h b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/TermReader.h index 15bff9dee6..3ac207180b 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/TermReader.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/logbuffer/TermReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/status/Position.h b/aeron-client/src/main/cpp_wrapper/concurrent/status/Position.h index c1d8710937..558418a558 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/status/Position.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/status/Position.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/status/ReadablePosition.h b/aeron-client/src/main/cpp_wrapper/concurrent/status/ReadablePosition.h index 695126ea9c..67223e56e7 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/status/ReadablePosition.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/status/ReadablePosition.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/status/StatusIndicatorReader.h b/aeron-client/src/main/cpp_wrapper/concurrent/status/StatusIndicatorReader.h index 5a6cc457dd..a73ab684a2 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/status/StatusIndicatorReader.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/status/StatusIndicatorReader.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/concurrent/status/UnsafeBufferPosition.h b/aeron-client/src/main/cpp_wrapper/concurrent/status/UnsafeBufferPosition.h index 25bf9b844e..6e507cfec5 100644 --- a/aeron-client/src/main/cpp_wrapper/concurrent/status/UnsafeBufferPosition.h +++ b/aeron-client/src/main/cpp_wrapper/concurrent/status/UnsafeBufferPosition.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/status/PublicationErrorFrame.h b/aeron-client/src/main/cpp_wrapper/status/PublicationErrorFrame.h index 82c4bebdeb..54e5ced00c 100644 --- a/aeron-client/src/main/cpp_wrapper/status/PublicationErrorFrame.h +++ b/aeron-client/src/main/cpp_wrapper/status/PublicationErrorFrame.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/BitUtil.h b/aeron-client/src/main/cpp_wrapper/util/BitUtil.h index b47af216cd..05d23b25ac 100644 --- a/aeron-client/src/main/cpp_wrapper/util/BitUtil.h +++ b/aeron-client/src/main/cpp_wrapper/util/BitUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/CommandOption.h b/aeron-client/src/main/cpp_wrapper/util/CommandOption.h index 8ed91e4b70..b1618aedbb 100644 --- a/aeron-client/src/main/cpp_wrapper/util/CommandOption.h +++ b/aeron-client/src/main/cpp_wrapper/util/CommandOption.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/CommandOptionParser.h b/aeron-client/src/main/cpp_wrapper/util/CommandOptionParser.h index d5e94ba794..a8fae0637f 100644 --- a/aeron-client/src/main/cpp_wrapper/util/CommandOptionParser.h +++ b/aeron-client/src/main/cpp_wrapper/util/CommandOptionParser.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/Exceptions.h b/aeron-client/src/main/cpp_wrapper/util/Exceptions.h index c759c67667..6916279a65 100644 --- a/aeron-client/src/main/cpp_wrapper/util/Exceptions.h +++ b/aeron-client/src/main/cpp_wrapper/util/Exceptions.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/Index.h b/aeron-client/src/main/cpp_wrapper/util/Index.h index ca129c1a53..ff974a7f7f 100644 --- a/aeron-client/src/main/cpp_wrapper/util/Index.h +++ b/aeron-client/src/main/cpp_wrapper/util/Index.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/LangUtil.h b/aeron-client/src/main/cpp_wrapper/util/LangUtil.h index 69207b7845..66e14fb722 100644 --- a/aeron-client/src/main/cpp_wrapper/util/LangUtil.h +++ b/aeron-client/src/main/cpp_wrapper/util/LangUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/MacroUtil.h b/aeron-client/src/main/cpp_wrapper/util/MacroUtil.h index 2756431f52..2a56f4e179 100644 --- a/aeron-client/src/main/cpp_wrapper/util/MacroUtil.h +++ b/aeron-client/src/main/cpp_wrapper/util/MacroUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/MemoryMappedFile.h b/aeron-client/src/main/cpp_wrapper/util/MemoryMappedFile.h index 2728cd9905..b9d5cf5faf 100644 --- a/aeron-client/src/main/cpp_wrapper/util/MemoryMappedFile.h +++ b/aeron-client/src/main/cpp_wrapper/util/MemoryMappedFile.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/Platform.h b/aeron-client/src/main/cpp_wrapper/util/Platform.h index 630d93a373..a3259c0641 100644 --- a/aeron-client/src/main/cpp_wrapper/util/Platform.h +++ b/aeron-client/src/main/cpp_wrapper/util/Platform.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/ScopeUtils.h b/aeron-client/src/main/cpp_wrapper/util/ScopeUtils.h index 6e61c43013..7ed6345217 100644 --- a/aeron-client/src/main/cpp_wrapper/util/ScopeUtils.h +++ b/aeron-client/src/main/cpp_wrapper/util/ScopeUtils.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/cpp_wrapper/util/StringUtil.h b/aeron-client/src/main/cpp_wrapper/util/StringUtil.h index e78675b688..47352845b8 100644 --- a/aeron-client/src/main/cpp_wrapper/util/StringUtil.h +++ b/aeron-client/src/main/cpp_wrapper/util/StringUtil.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/Aeron.java b/aeron-client/src/main/java/io/aeron/Aeron.java index 84ee3e1049..2cfbbfbcbf 100644 --- a/aeron-client/src/main/java/io/aeron/Aeron.java +++ b/aeron-client/src/main/java/io/aeron/Aeron.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/AeronCounters.java b/aeron-client/src/main/java/io/aeron/AeronCounters.java index 7d9136c457..15b65d240f 100644 --- a/aeron-client/src/main/java/io/aeron/AeronCounters.java +++ b/aeron-client/src/main/java/io/aeron/AeronCounters.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java b/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java index 75fc9d4c8c..f0626f16e5 100644 --- a/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java +++ b/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java b/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java index 052d8d6366..4a24d224b2 100644 --- a/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java +++ b/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/BufferBuilder.java b/aeron-client/src/main/java/io/aeron/BufferBuilder.java index a50aee5887..8e64c93567 100644 --- a/aeron-client/src/main/java/io/aeron/BufferBuilder.java +++ b/aeron-client/src/main/java/io/aeron/BufferBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ChannelUri.java b/aeron-client/src/main/java/io/aeron/ChannelUri.java index d5217b8bf0..dbcfffffe2 100644 --- a/aeron-client/src/main/java/io/aeron/ChannelUri.java +++ b/aeron-client/src/main/java/io/aeron/ChannelUri.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java b/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java index 8eaf336242..8bc17af3d2 100644 --- a/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java +++ b/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ClientConductor.java b/aeron-client/src/main/java/io/aeron/ClientConductor.java index 4a9cdefeed..876984140b 100644 --- a/aeron-client/src/main/java/io/aeron/ClientConductor.java +++ b/aeron-client/src/main/java/io/aeron/ClientConductor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java b/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java index f876b0f6a5..17e253c2a3 100644 --- a/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java +++ b/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/CommonContext.java b/aeron-client/src/main/java/io/aeron/CommonContext.java index 196c81f6a8..9d3b2ae303 100644 --- a/aeron-client/src/main/java/io/aeron/CommonContext.java +++ b/aeron-client/src/main/java/io/aeron/CommonContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java b/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java index ddf76f7fe6..ff2de3ce54 100644 --- a/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java +++ b/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java b/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java index 43fa070067..68307eac71 100644 --- a/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/Counter.java b/aeron-client/src/main/java/io/aeron/Counter.java index fba3445ea8..954f3b67a1 100644 --- a/aeron-client/src/main/java/io/aeron/Counter.java +++ b/aeron-client/src/main/java/io/aeron/Counter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/CounterProvider.java b/aeron-client/src/main/java/io/aeron/CounterProvider.java index dbf6511ed1..c676542278 100644 --- a/aeron-client/src/main/java/io/aeron/CounterProvider.java +++ b/aeron-client/src/main/java/io/aeron/CounterProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/DirectBufferVector.java b/aeron-client/src/main/java/io/aeron/DirectBufferVector.java index 6bb8460661..34ca5a8cd9 100644 --- a/aeron-client/src/main/java/io/aeron/DirectBufferVector.java +++ b/aeron-client/src/main/java/io/aeron/DirectBufferVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java b/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java index c0e12b14f0..f0cbc4ee61 100644 --- a/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java +++ b/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/DriverProxy.java b/aeron-client/src/main/java/io/aeron/DriverProxy.java index d4f8358745..440aa5e573 100644 --- a/aeron-client/src/main/java/io/aeron/DriverProxy.java +++ b/aeron-client/src/main/java/io/aeron/DriverProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ErrorCode.java b/aeron-client/src/main/java/io/aeron/ErrorCode.java index 21af33340b..13106efa55 100644 --- a/aeron-client/src/main/java/io/aeron/ErrorCode.java +++ b/aeron-client/src/main/java/io/aeron/ErrorCode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ExclusivePublication.java b/aeron-client/src/main/java/io/aeron/ExclusivePublication.java index 3d6ef3baa1..968eb94340 100644 --- a/aeron-client/src/main/java/io/aeron/ExclusivePublication.java +++ b/aeron-client/src/main/java/io/aeron/ExclusivePublication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/FragmentAssembler.java b/aeron-client/src/main/java/io/aeron/FragmentAssembler.java index 805ef2bb3b..c6cf7990ad 100644 --- a/aeron-client/src/main/java/io/aeron/FragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/FragmentAssembler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/Image.java b/aeron-client/src/main/java/io/aeron/Image.java index 2edc38fa46..64d190dd33 100644 --- a/aeron-client/src/main/java/io/aeron/Image.java +++ b/aeron-client/src/main/java/io/aeron/Image.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java b/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java index 8fca2d8f67..6e77ab27ce 100644 --- a/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java b/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java index fb9564d9ee..c9394cc467 100644 --- a/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/LogBuffers.java b/aeron-client/src/main/java/io/aeron/LogBuffers.java index fba348d8b3..41afa2c515 100644 --- a/aeron-client/src/main/java/io/aeron/LogBuffers.java +++ b/aeron-client/src/main/java/io/aeron/LogBuffers.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java b/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java index a3c16f3d71..f6d7ad689d 100644 --- a/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java +++ b/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java b/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java index d3ab02e472..f7c0f67d13 100644 --- a/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java +++ b/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/Publication.java b/aeron-client/src/main/java/io/aeron/Publication.java index 50ad149f7a..6e6e4536a1 100644 --- a/aeron-client/src/main/java/io/aeron/Publication.java +++ b/aeron-client/src/main/java/io/aeron/Publication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/PublicationErrorFrameHandler.java b/aeron-client/src/main/java/io/aeron/PublicationErrorFrameHandler.java index 31fe6a425e..30fea15b85 100644 --- a/aeron-client/src/main/java/io/aeron/PublicationErrorFrameHandler.java +++ b/aeron-client/src/main/java/io/aeron/PublicationErrorFrameHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java b/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java index 9fdd55c341..93ba74ca1c 100644 --- a/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java +++ b/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/RethrowingErrorHandler.java b/aeron-client/src/main/java/io/aeron/RethrowingErrorHandler.java index f2600f7f14..4d6d0ba7c1 100644 --- a/aeron-client/src/main/java/io/aeron/RethrowingErrorHandler.java +++ b/aeron-client/src/main/java/io/aeron/RethrowingErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/Subscription.java b/aeron-client/src/main/java/io/aeron/Subscription.java index 16781d145e..f1d90aa7f9 100644 --- a/aeron-client/src/main/java/io/aeron/Subscription.java +++ b/aeron-client/src/main/java/io/aeron/Subscription.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java b/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java index 3496575f23..db91e91db5 100644 --- a/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java +++ b/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java b/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java index 1b757e04b4..c2d7abf5ad 100644 --- a/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java +++ b/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/ClientTimeoutFlyweight.java b/aeron-client/src/main/java/io/aeron/command/ClientTimeoutFlyweight.java index 709b9f8a38..568b1fa76b 100644 --- a/aeron-client/src/main/java/io/aeron/command/ClientTimeoutFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ClientTimeoutFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/ControlProtocolEvents.java b/aeron-client/src/main/java/io/aeron/command/ControlProtocolEvents.java index 549cf9b192..a94008ec5f 100644 --- a/aeron-client/src/main/java/io/aeron/command/ControlProtocolEvents.java +++ b/aeron-client/src/main/java/io/aeron/command/ControlProtocolEvents.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/CorrelatedMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/CorrelatedMessageFlyweight.java index ad341c996a..866d8dd8a9 100644 --- a/aeron-client/src/main/java/io/aeron/command/CorrelatedMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/CorrelatedMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java index c525c7daeb..71c4621883 100644 --- a/aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/CounterUpdateFlyweight.java b/aeron-client/src/main/java/io/aeron/command/CounterUpdateFlyweight.java index 1f6f59918c..3c585781c4 100644 --- a/aeron-client/src/main/java/io/aeron/command/CounterUpdateFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/CounterUpdateFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/DestinationByIdMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/DestinationByIdMessageFlyweight.java index 83e3233311..57133dee41 100644 --- a/aeron-client/src/main/java/io/aeron/command/DestinationByIdMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/DestinationByIdMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/DestinationMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/DestinationMessageFlyweight.java index d8366db069..5f03fc37c9 100644 --- a/aeron-client/src/main/java/io/aeron/command/DestinationMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/DestinationMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/ErrorResponseFlyweight.java b/aeron-client/src/main/java/io/aeron/command/ErrorResponseFlyweight.java index 43af2db78c..4a9da9299a 100644 --- a/aeron-client/src/main/java/io/aeron/command/ErrorResponseFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ErrorResponseFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/ImageBuffersReadyFlyweight.java b/aeron-client/src/main/java/io/aeron/command/ImageBuffersReadyFlyweight.java index 24665db87a..896239d67d 100644 --- a/aeron-client/src/main/java/io/aeron/command/ImageBuffersReadyFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ImageBuffersReadyFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/ImageMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/ImageMessageFlyweight.java index 041c9b7764..9df41f6405 100644 --- a/aeron-client/src/main/java/io/aeron/command/ImageMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ImageMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/OperationSucceededFlyweight.java b/aeron-client/src/main/java/io/aeron/command/OperationSucceededFlyweight.java index afdc9d12c9..edfd558476 100644 --- a/aeron-client/src/main/java/io/aeron/command/OperationSucceededFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/OperationSucceededFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/PublicationBuffersReadyFlyweight.java b/aeron-client/src/main/java/io/aeron/command/PublicationBuffersReadyFlyweight.java index f88bb1ba3c..8e7b266cad 100644 --- a/aeron-client/src/main/java/io/aeron/command/PublicationBuffersReadyFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/PublicationBuffersReadyFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/PublicationErrorFrameFlyweight.java b/aeron-client/src/main/java/io/aeron/command/PublicationErrorFrameFlyweight.java index 8f59b4b3cb..66f43b3b06 100644 --- a/aeron-client/src/main/java/io/aeron/command/PublicationErrorFrameFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/PublicationErrorFrameFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/PublicationMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/PublicationMessageFlyweight.java index f8144916c9..b5f22a17ba 100644 --- a/aeron-client/src/main/java/io/aeron/command/PublicationMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/PublicationMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/RejectImageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/RejectImageFlyweight.java index adf99c2ddc..0c4638aa60 100644 --- a/aeron-client/src/main/java/io/aeron/command/RejectImageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/RejectImageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/RemoveMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/RemoveMessageFlyweight.java index 13f76310c0..4f43036de9 100644 --- a/aeron-client/src/main/java/io/aeron/command/RemoveMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/RemoveMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/StaticCounterFlyweight.java b/aeron-client/src/main/java/io/aeron/command/StaticCounterFlyweight.java index 2e73373bc2..08e699b3ee 100644 --- a/aeron-client/src/main/java/io/aeron/command/StaticCounterFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/StaticCounterFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/StaticCounterMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/StaticCounterMessageFlyweight.java index acc04b3aad..22b5f38954 100644 --- a/aeron-client/src/main/java/io/aeron/command/StaticCounterMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/StaticCounterMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/SubscriptionMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/command/SubscriptionMessageFlyweight.java index 406e4af685..ccb7cdc05c 100644 --- a/aeron-client/src/main/java/io/aeron/command/SubscriptionMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/SubscriptionMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/SubscriptionReadyFlyweight.java b/aeron-client/src/main/java/io/aeron/command/SubscriptionReadyFlyweight.java index 350d60b338..ba034acc4c 100644 --- a/aeron-client/src/main/java/io/aeron/command/SubscriptionReadyFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/SubscriptionReadyFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/TerminateDriverFlyweight.java b/aeron-client/src/main/java/io/aeron/command/TerminateDriverFlyweight.java index f69aa78b0f..ee4adbce45 100644 --- a/aeron-client/src/main/java/io/aeron/command/TerminateDriverFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/TerminateDriverFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/command/package-info.java b/aeron-client/src/main/java/io/aeron/command/package-info.java index ee7bce79b7..4c96140185 100644 --- a/aeron-client/src/main/java/io/aeron/command/package-info.java +++ b/aeron-client/src/main/java/io/aeron/command/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/AeronEvent.java b/aeron-client/src/main/java/io/aeron/exceptions/AeronEvent.java index f1a5d8f1c8..d5fa6fa783 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/AeronEvent.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/AeronEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/AeronException.java b/aeron-client/src/main/java/io/aeron/exceptions/AeronException.java index e2d318c6aa..9f17850fe2 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/AeronException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/AeronException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/ChannelEndpointException.java b/aeron-client/src/main/java/io/aeron/exceptions/ChannelEndpointException.java index fb450b0f52..c0e261e356 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ChannelEndpointException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ChannelEndpointException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/ClientTimeoutException.java b/aeron-client/src/main/java/io/aeron/exceptions/ClientTimeoutException.java index d0a795e0db..dce63e1546 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ClientTimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ClientTimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/ConcurrentConcludeException.java b/aeron-client/src/main/java/io/aeron/exceptions/ConcurrentConcludeException.java index 4c2ddc4353..02ae80de73 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ConcurrentConcludeException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ConcurrentConcludeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/ConductorServiceTimeoutException.java b/aeron-client/src/main/java/io/aeron/exceptions/ConductorServiceTimeoutException.java index 1affea212b..95b07539de 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ConductorServiceTimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ConductorServiceTimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/ConfigurationException.java b/aeron-client/src/main/java/io/aeron/exceptions/ConfigurationException.java index c3b6d1910c..6a325142a8 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ConfigurationException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/ControlProtocolException.java b/aeron-client/src/main/java/io/aeron/exceptions/ControlProtocolException.java index 3c822fba93..5d207b7a09 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ControlProtocolException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ControlProtocolException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/DriverTimeoutException.java b/aeron-client/src/main/java/io/aeron/exceptions/DriverTimeoutException.java index 39bba856f4..183dec67ca 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/DriverTimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/DriverTimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/RegistrationException.java b/aeron-client/src/main/java/io/aeron/exceptions/RegistrationException.java index b67cab0ed7..8b1fbe2099 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/RegistrationException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/RegistrationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/StorageSpaceException.java b/aeron-client/src/main/java/io/aeron/exceptions/StorageSpaceException.java index 2495e55584..baa8300428 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/StorageSpaceException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/StorageSpaceException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/TimeoutException.java b/aeron-client/src/main/java/io/aeron/exceptions/TimeoutException.java index d06736ea84..223f723536 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/TimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/TimeoutException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/exceptions/package-info.java b/aeron-client/src/main/java/io/aeron/exceptions/package-info.java index 710c3fb750..7d30ab3d7e 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/package-info.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/BlockHandler.java b/aeron-client/src/main/java/io/aeron/logbuffer/BlockHandler.java index a710967a2a..f63efcdb0e 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/BlockHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/BlockHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/BufferClaim.java b/aeron-client/src/main/java/io/aeron/logbuffer/BufferClaim.java index d18cac316a..4d7c9fa6c5 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/BufferClaim.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/BufferClaim.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/ControlledFragmentHandler.java b/aeron-client/src/main/java/io/aeron/logbuffer/ControlledFragmentHandler.java index 215e748c8c..974b319efb 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/ControlledFragmentHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/ControlledFragmentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/FragmentHandler.java b/aeron-client/src/main/java/io/aeron/logbuffer/FragmentHandler.java index 3e7460e202..94490b024d 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/FragmentHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/FragmentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/FrameDescriptor.java b/aeron-client/src/main/java/io/aeron/logbuffer/FrameDescriptor.java index 991af9cc10..5e4c38b5f1 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/FrameDescriptor.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/FrameDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/Header.java b/aeron-client/src/main/java/io/aeron/logbuffer/Header.java index b2722ababe..35b120be8d 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/Header.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/Header.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/HeaderWriter.java b/aeron-client/src/main/java/io/aeron/logbuffer/HeaderWriter.java index c686d1ae59..0fdf6449e6 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/HeaderWriter.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/HeaderWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java index ca4b20cf9c..7b349870ce 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java index e8ffee13f4..07e99fa53a 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/RawBlockHandler.java b/aeron-client/src/main/java/io/aeron/logbuffer/RawBlockHandler.java index 964701c1b0..30f6cf3544 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/RawBlockHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/RawBlockHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermBlockScanner.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermBlockScanner.java index aac5613b0f..d380c0fca9 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermBlockScanner.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermBlockScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermGapFiller.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermGapFiller.java index 2fbbc721fc..de6afaf9d9 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermGapFiller.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermGapFiller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermGapScanner.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermGapScanner.java index 3460c006b2..38a67d0656 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermGapScanner.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermGapScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java index efadb46a1e..f0191a6efc 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermRebuilder.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermRebuilder.java index db48a65c50..6e43e76556 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermRebuilder.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermRebuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermScanner.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermScanner.java index b6316ec1a0..4b6da23ac3 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermScanner.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermScanner.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/TermUnblocker.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermUnblocker.java index c51b8edacc..f73f3bb3bf 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermUnblocker.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermUnblocker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/logbuffer/package-info.java b/aeron-client/src/main/java/io/aeron/logbuffer/package-info.java index b4d3cc947a..9cd1fe65e7 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/package-info.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/package-info.java b/aeron-client/src/main/java/io/aeron/package-info.java index 2a6026b479..f415e62fd8 100644 --- a/aeron-client/src/main/java/io/aeron/package-info.java +++ b/aeron-client/src/main/java/io/aeron/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/DataHeaderFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/DataHeaderFlyweight.java index 1bdd0f7c22..cf00c3dcbf 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/DataHeaderFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/DataHeaderFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/ErrorFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/ErrorFlyweight.java index 46dc9eae2a..7f0d8a4299 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/ErrorFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/ErrorFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/HeaderFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/HeaderFlyweight.java index 1bf345ebdc..a34428756e 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/HeaderFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/HeaderFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/NakFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/NakFlyweight.java index 58c577bb75..724f125456 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/NakFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/NakFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/ResolutionEntryFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/ResolutionEntryFlyweight.java index da3595f46c..45a232c765 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/ResolutionEntryFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/ResolutionEntryFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/RttMeasurementFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/RttMeasurementFlyweight.java index e4507f3148..f98787feed 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/RttMeasurementFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/RttMeasurementFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/SetupFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/SetupFlyweight.java index e1af623877..cc53c464c8 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/SetupFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/SetupFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/StatusMessageFlyweight.java b/aeron-client/src/main/java/io/aeron/protocol/StatusMessageFlyweight.java index 027afbb448..6d914a1be7 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/StatusMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/StatusMessageFlyweight.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/protocol/package-info.java b/aeron-client/src/main/java/io/aeron/protocol/package-info.java index 013b3440dd..6687d74b8b 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/package-info.java +++ b/aeron-client/src/main/java/io/aeron/protocol/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/AuthenticationException.java b/aeron-client/src/main/java/io/aeron/security/AuthenticationException.java index db2b6290ad..68a4bf631c 100644 --- a/aeron-client/src/main/java/io/aeron/security/AuthenticationException.java +++ b/aeron-client/src/main/java/io/aeron/security/AuthenticationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/Authenticator.java b/aeron-client/src/main/java/io/aeron/security/Authenticator.java index 6dff7bbda4..79dfbde0c2 100644 --- a/aeron-client/src/main/java/io/aeron/security/Authenticator.java +++ b/aeron-client/src/main/java/io/aeron/security/Authenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/AuthenticatorSupplier.java b/aeron-client/src/main/java/io/aeron/security/AuthenticatorSupplier.java index 3b460b3a20..f6f4dce7a4 100644 --- a/aeron-client/src/main/java/io/aeron/security/AuthenticatorSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/AuthenticatorSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/AuthorisationService.java b/aeron-client/src/main/java/io/aeron/security/AuthorisationService.java index ec74276f7f..f724b03390 100644 --- a/aeron-client/src/main/java/io/aeron/security/AuthorisationService.java +++ b/aeron-client/src/main/java/io/aeron/security/AuthorisationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/AuthorisationServiceSupplier.java b/aeron-client/src/main/java/io/aeron/security/AuthorisationServiceSupplier.java index 3f6c751ca8..4050ecf9a2 100644 --- a/aeron-client/src/main/java/io/aeron/security/AuthorisationServiceSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/AuthorisationServiceSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/CredentialsSupplier.java b/aeron-client/src/main/java/io/aeron/security/CredentialsSupplier.java index cd8cd808c3..8769cb5a0c 100644 --- a/aeron-client/src/main/java/io/aeron/security/CredentialsSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/CredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/DefaultAuthenticatorSupplier.java b/aeron-client/src/main/java/io/aeron/security/DefaultAuthenticatorSupplier.java index 5a5c85246f..182ffa34a2 100644 --- a/aeron-client/src/main/java/io/aeron/security/DefaultAuthenticatorSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/DefaultAuthenticatorSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/NullCredentialsSupplier.java b/aeron-client/src/main/java/io/aeron/security/NullCredentialsSupplier.java index 59a25a616e..f60242ab5b 100644 --- a/aeron-client/src/main/java/io/aeron/security/NullCredentialsSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/NullCredentialsSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/SessionProxy.java b/aeron-client/src/main/java/io/aeron/security/SessionProxy.java index 7691d1eefd..71a69c4aa8 100644 --- a/aeron-client/src/main/java/io/aeron/security/SessionProxy.java +++ b/aeron-client/src/main/java/io/aeron/security/SessionProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/SimpleAuthenticator.java b/aeron-client/src/main/java/io/aeron/security/SimpleAuthenticator.java index 1ab7106502..06eaf874c6 100644 --- a/aeron-client/src/main/java/io/aeron/security/SimpleAuthenticator.java +++ b/aeron-client/src/main/java/io/aeron/security/SimpleAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/SimpleAuthorisationService.java b/aeron-client/src/main/java/io/aeron/security/SimpleAuthorisationService.java index 6ebda4ce1f..5a2beabdb9 100644 --- a/aeron-client/src/main/java/io/aeron/security/SimpleAuthorisationService.java +++ b/aeron-client/src/main/java/io/aeron/security/SimpleAuthorisationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/security/package-info.java b/aeron-client/src/main/java/io/aeron/security/package-info.java index 5c47261067..197239efaa 100644 --- a/aeron-client/src/main/java/io/aeron/security/package-info.java +++ b/aeron-client/src/main/java/io/aeron/security/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/status/ChannelEndpointStatus.java b/aeron-client/src/main/java/io/aeron/status/ChannelEndpointStatus.java index 184b8448d9..fa003f017f 100644 --- a/aeron-client/src/main/java/io/aeron/status/ChannelEndpointStatus.java +++ b/aeron-client/src/main/java/io/aeron/status/ChannelEndpointStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/status/HeartbeatTimestamp.java b/aeron-client/src/main/java/io/aeron/status/HeartbeatTimestamp.java index c37cd97181..6cc7f9b40b 100644 --- a/aeron-client/src/main/java/io/aeron/status/HeartbeatTimestamp.java +++ b/aeron-client/src/main/java/io/aeron/status/HeartbeatTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/status/LocalSocketAddressStatus.java b/aeron-client/src/main/java/io/aeron/status/LocalSocketAddressStatus.java index 7c2a76782e..53eaf14c7e 100644 --- a/aeron-client/src/main/java/io/aeron/status/LocalSocketAddressStatus.java +++ b/aeron-client/src/main/java/io/aeron/status/LocalSocketAddressStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/status/PublicationErrorFrame.java b/aeron-client/src/main/java/io/aeron/status/PublicationErrorFrame.java index 9642630e4b..64455e4b87 100644 --- a/aeron-client/src/main/java/io/aeron/status/PublicationErrorFrame.java +++ b/aeron-client/src/main/java/io/aeron/status/PublicationErrorFrame.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/status/ReadableCounter.java b/aeron-client/src/main/java/io/aeron/status/ReadableCounter.java index fbf6efcbe3..153aaf4476 100644 --- a/aeron-client/src/main/java/io/aeron/status/ReadableCounter.java +++ b/aeron-client/src/main/java/io/aeron/status/ReadableCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/main/java/io/aeron/status/package-info.java b/aeron-client/src/main/java/io/aeron/status/package-info.java index 7845d082be..4e928d10f0 100644 --- a/aeron-client/src/main/java/io/aeron/status/package-info.java +++ b/aeron-client/src/main/java/io/aeron/status/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/CMakeLists.txt b/aeron-client/src/test/c/CMakeLists.txt index 2ad07ede7e..d9e81f4185 100644 --- a/aeron-client/src/test/c/CMakeLists.txt +++ b/aeron-client/src/test/c/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-client/src/test/c/aeron_client_conductor_test.cpp b/aeron-client/src/test/c/aeron_client_conductor_test.cpp index a4018e96e9..8a8b7e1c16 100644 --- a/aeron-client/src/test/c/aeron_client_conductor_test.cpp +++ b/aeron-client/src/test/c/aeron_client_conductor_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_client_test_utils.h b/aeron-client/src/test/c/aeron_client_test_utils.h index e4ba0e274c..4519d17ed6 100644 --- a/aeron-client/src/test/c/aeron_client_test_utils.h +++ b/aeron-client/src/test/c/aeron_client_test_utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_controlled_fragment_assembler_test.cpp b/aeron-client/src/test/c/aeron_controlled_fragment_assembler_test.cpp index 5de8a39fe5..80771ad946 100644 --- a/aeron-client/src/test/c/aeron_controlled_fragment_assembler_test.cpp +++ b/aeron-client/src/test/c/aeron_controlled_fragment_assembler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_controlled_image_fragment_assembler_test.cpp b/aeron-client/src/test/c/aeron_controlled_image_fragment_assembler_test.cpp index d27137aace..8b802726d0 100644 --- a/aeron-client/src/test/c/aeron_controlled_image_fragment_assembler_test.cpp +++ b/aeron-client/src/test/c/aeron_controlled_image_fragment_assembler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_fragment_assembler_test.cpp b/aeron-client/src/test/c/aeron_fragment_assembler_test.cpp index b913328786..c931eae94d 100644 --- a/aeron-client/src/test/c/aeron_fragment_assembler_test.cpp +++ b/aeron-client/src/test/c/aeron_fragment_assembler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_image_fragment_assembler_test.cpp b/aeron-client/src/test/c/aeron_image_fragment_assembler_test.cpp index e3242bb1cd..51dce9d14a 100644 --- a/aeron-client/src/test/c/aeron_image_fragment_assembler_test.cpp +++ b/aeron-client/src/test/c/aeron_image_fragment_assembler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_image_test.cpp b/aeron-client/src/test/c/aeron_image_test.cpp index b0ca166005..f8593f7d83 100644 --- a/aeron-client/src/test/c/aeron_image_test.cpp +++ b/aeron-client/src/test/c/aeron_image_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_publication_test.cpp b/aeron-client/src/test/c/aeron_publication_test.cpp index 6ac2974fad..f3735e832e 100644 --- a/aeron-client/src/test/c/aeron_publication_test.cpp +++ b/aeron-client/src/test/c/aeron_publication_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_subscription_test.cpp b/aeron-client/src/test/c/aeron_subscription_test.cpp index 904573701f..c39d03466f 100644 --- a/aeron-client/src/test/c/aeron_subscription_test.cpp +++ b/aeron-client/src/test/c/aeron_subscription_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_uri_test.cpp b/aeron-client/src/test/c/aeron_uri_test.cpp index 61e182b6da..03fea2fb1f 100644 --- a/aeron-client/src/test/c/aeron_uri_test.cpp +++ b/aeron-client/src/test/c/aeron_uri_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/aeron_version_test.cpp b/aeron-client/src/test/c/aeron_version_test.cpp index 2ec6deb1b8..5d98a48657 100644 --- a/aeron-client/src/test/c/aeron_version_test.cpp +++ b/aeron-client/src/test/c/aeron_version_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_array_to_ptr_hash_map_test.cpp b/aeron-client/src/test/c/collections/aeron_array_to_ptr_hash_map_test.cpp index c55e8b35a4..de7bea9cb1 100644 --- a/aeron-client/src/test/c/collections/aeron_array_to_ptr_hash_map_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_array_to_ptr_hash_map_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_bit_set_test.cpp b/aeron-client/src/test/c/collections/aeron_bit_set_test.cpp index d4278db974..bf6c13b1cc 100644 --- a/aeron-client/src/test/c/collections/aeron_bit_set_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_bit_set_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_int64_counter_map_test.cpp b/aeron-client/src/test/c/collections/aeron_int64_counter_map_test.cpp index 7ee0f53c04..e8811f1e4f 100755 --- a/aeron-client/src/test/c/collections/aeron_int64_counter_map_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_int64_counter_map_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_int64_to_ptr_hash_map_test.cpp b/aeron-client/src/test/c/collections/aeron_int64_to_ptr_hash_map_test.cpp index a4fc0986ef..d7ae61af91 100755 --- a/aeron-client/src/test/c/collections/aeron_int64_to_ptr_hash_map_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_int64_to_ptr_hash_map_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_int64_to_tagged_ptr_hash_map_test.cpp b/aeron-client/src/test/c/collections/aeron_int64_to_tagged_ptr_hash_map_test.cpp index fa0fe4fd7c..fcfaa174c9 100755 --- a/aeron-client/src/test/c/collections/aeron_int64_to_tagged_ptr_hash_map_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_int64_to_tagged_ptr_hash_map_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_linked_queue_test.cpp b/aeron-client/src/test/c/collections/aeron_linked_queue_test.cpp index e9d5375172..1472eb30ab 100644 --- a/aeron-client/src/test/c/collections/aeron_linked_queue_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_linked_queue_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp b/aeron-client/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp index d32c6cba8a..0e3dd31669 100755 --- a/aeron-client/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp +++ b/aeron-client/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_blocking_linked_queue_test.cpp b/aeron-client/src/test/c/concurrent/aeron_blocking_linked_queue_test.cpp index 014cce5f10..cd535e98c1 100644 --- a/aeron-client/src/test/c/concurrent/aeron_blocking_linked_queue_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_blocking_linked_queue_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_broadcast_receiver_test.cpp b/aeron-client/src/test/c/concurrent/aeron_broadcast_receiver_test.cpp index ad74eeb4d9..738e22be01 100644 --- a/aeron-client/src/test/c/concurrent/aeron_broadcast_receiver_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_broadcast_receiver_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_broadcast_transmitter_test.cpp b/aeron-client/src/test/c/concurrent/aeron_broadcast_transmitter_test.cpp index b4bafb7d05..838c88fcbb 100644 --- a/aeron-client/src/test/c/concurrent/aeron_broadcast_transmitter_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_broadcast_transmitter_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_counters_test.cpp b/aeron-client/src/test/c/concurrent/aeron_counters_test.cpp index 1f10e819e7..5e048a5782 100644 --- a/aeron-client/src/test/c/concurrent/aeron_counters_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_counters_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_distinct_error_log_test.cpp b/aeron-client/src/test/c/concurrent/aeron_distinct_error_log_test.cpp index f03df2bc22..d8762b9f75 100755 --- a/aeron-client/src/test/c/concurrent/aeron_distinct_error_log_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_distinct_error_log_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_executor_test.cpp b/aeron-client/src/test/c/concurrent/aeron_executor_test.cpp index 9c173e7b63..1671e0f947 100644 --- a/aeron-client/src/test/c/concurrent/aeron_executor_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_executor_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_mpsc_concurrent_array_queue_test.cpp b/aeron-client/src/test/c/concurrent/aeron_mpsc_concurrent_array_queue_test.cpp index 669308b694..021f85ba3e 100644 --- a/aeron-client/src/test/c/concurrent/aeron_mpsc_concurrent_array_queue_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_mpsc_concurrent_array_queue_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_mpsc_rb_test.cpp b/aeron-client/src/test/c/concurrent/aeron_mpsc_rb_test.cpp index ff06ca14cf..1518d361e4 100644 --- a/aeron-client/src/test/c/concurrent/aeron_mpsc_rb_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_mpsc_rb_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_spsc_concurrent_array_queue_test.cpp b/aeron-client/src/test/c/concurrent/aeron_spsc_concurrent_array_queue_test.cpp index 2ae1ffa3b4..9bfc38cee9 100644 --- a/aeron-client/src/test/c/concurrent/aeron_spsc_concurrent_array_queue_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_spsc_concurrent_array_queue_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/concurrent/aeron_spsc_rb_test.cpp b/aeron-client/src/test/c/concurrent/aeron_spsc_rb_test.cpp index 2f0430397d..b8268e688e 100644 --- a/aeron-client/src/test/c/concurrent/aeron_spsc_rb_test.cpp +++ b/aeron-client/src/test/c/concurrent/aeron_spsc_rb_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_bitutil_test.cpp b/aeron-client/src/test/c/util/aeron_bitutil_test.cpp index f1536ea586..e4a33fa04b 100644 --- a/aeron-client/src/test/c/util/aeron_bitutil_test.cpp +++ b/aeron-client/src/test/c/util/aeron_bitutil_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_deque_test.cpp b/aeron-client/src/test/c/util/aeron_deque_test.cpp index ebc4b07275..a75ac3fe40 100644 --- a/aeron-client/src/test/c/util/aeron_deque_test.cpp +++ b/aeron-client/src/test/c/util/aeron_deque_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_error_test.cpp b/aeron-client/src/test/c/util/aeron_error_test.cpp index 3569458c92..8a145d254f 100644 --- a/aeron-client/src/test/c/util/aeron_error_test.cpp +++ b/aeron-client/src/test/c/util/aeron_error_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_fileutil_test.cpp b/aeron-client/src/test/c/util/aeron_fileutil_test.cpp index 2309fa1b86..93f48b4435 100644 --- a/aeron-client/src/test/c/util/aeron_fileutil_test.cpp +++ b/aeron-client/src/test/c/util/aeron_fileutil_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_httputil_test.cpp b/aeron-client/src/test/c/util/aeron_httputil_test.cpp index 83fb799560..9cbe9531f0 100644 --- a/aeron-client/src/test/c/util/aeron_httputil_test.cpp +++ b/aeron-client/src/test/c/util/aeron_httputil_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_math_test.cpp b/aeron-client/src/test/c/util/aeron_math_test.cpp index 177fabf99d..1387e90dcb 100644 --- a/aeron-client/src/test/c/util/aeron_math_test.cpp +++ b/aeron-client/src/test/c/util/aeron_math_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_netutil_test.cpp b/aeron-client/src/test/c/util/aeron_netutil_test.cpp index 5f09faae00..4318f147cd 100644 --- a/aeron-client/src/test/c/util/aeron_netutil_test.cpp +++ b/aeron-client/src/test/c/util/aeron_netutil_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/c/util/aeron_strutil_test.cpp b/aeron-client/src/test/c/util/aeron_strutil_test.cpp index 9b3f3c713a..9082e36e8c 100644 --- a/aeron-client/src/test/c/util/aeron_strutil_test.cpp +++ b/aeron-client/src/test/c/util/aeron_strutil_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/BufferBuilderTest.cpp b/aeron-client/src/test/cpp/BufferBuilderTest.cpp index b200593b45..69bd25c8c5 100644 --- a/aeron-client/src/test/cpp/BufferBuilderTest.cpp +++ b/aeron-client/src/test/cpp/BufferBuilderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/CMakeLists.txt b/aeron-client/src/test/cpp/CMakeLists.txt index 2913f45ca2..ed7bbf8285 100644 --- a/aeron-client/src/test/cpp/CMakeLists.txt +++ b/aeron-client/src/test/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp b/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp index 0235fb2171..0554d87b53 100644 --- a/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp +++ b/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ChannelUriTest.cpp b/aeron-client/src/test/cpp/ChannelUriTest.cpp index 0b498c975a..7289512465 100644 --- a/aeron-client/src/test/cpp/ChannelUriTest.cpp +++ b/aeron-client/src/test/cpp/ChannelUriTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ClientConductorFixture.cpp b/aeron-client/src/test/cpp/ClientConductorFixture.cpp index 295162996a..259e6cd4a8 100644 --- a/aeron-client/src/test/cpp/ClientConductorFixture.cpp +++ b/aeron-client/src/test/cpp/ClientConductorFixture.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ClientConductorFixture.h b/aeron-client/src/test/cpp/ClientConductorFixture.h index d49dfef238..43b17e6c03 100644 --- a/aeron-client/src/test/cpp/ClientConductorFixture.h +++ b/aeron-client/src/test/cpp/ClientConductorFixture.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ClientConductorTest.cpp b/aeron-client/src/test/cpp/ClientConductorTest.cpp index 895f945e6e..6f5c68e37c 100644 --- a/aeron-client/src/test/cpp/ClientConductorTest.cpp +++ b/aeron-client/src/test/cpp/ClientConductorTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ControlledFragmentAssemblerTest.cpp b/aeron-client/src/test/cpp/ControlledFragmentAssemblerTest.cpp index 9052972a16..57949f1374 100644 --- a/aeron-client/src/test/cpp/ControlledFragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp/ControlledFragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp b/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp index e97ebe6f6c..d5534a3c9f 100644 --- a/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp +++ b/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp b/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp index 8b281d6535..cb649df131 100644 --- a/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ImageControlledFragmentAssemblerTest.cpp b/aeron-client/src/test/cpp/ImageControlledFragmentAssemblerTest.cpp index e2d9d20010..1cbd8d2837 100644 --- a/aeron-client/src/test/cpp/ImageControlledFragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp/ImageControlledFragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ImageFragmentAssemblerTest.cpp b/aeron-client/src/test/cpp/ImageFragmentAssemblerTest.cpp index cba1fbb968..1b5aa6f243 100644 --- a/aeron-client/src/test/cpp/ImageFragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp/ImageFragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/ImageTest.cpp b/aeron-client/src/test/cpp/ImageTest.cpp index 8dc745e57e..8744662c2d 100644 --- a/aeron-client/src/test/cpp/ImageTest.cpp +++ b/aeron-client/src/test/cpp/ImageTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/PublicationTest.cpp b/aeron-client/src/test/cpp/PublicationTest.cpp index ccfdad2178..89fb2a09a1 100644 --- a/aeron-client/src/test/cpp/PublicationTest.cpp +++ b/aeron-client/src/test/cpp/PublicationTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/SystemTest.cpp b/aeron-client/src/test/cpp/SystemTest.cpp index f81e78b2e0..a3fee9fa32 100644 --- a/aeron-client/src/test/cpp/SystemTest.cpp +++ b/aeron-client/src/test/cpp/SystemTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/command/CommandTest.cpp b/aeron-client/src/test/cpp/command/CommandTest.cpp index 3e36d79d82..2e235b84b2 100644 --- a/aeron-client/src/test/cpp/command/CommandTest.cpp +++ b/aeron-client/src/test/cpp/command/CommandTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/AtomicArrayUpdaterTest.cpp b/aeron-client/src/test/cpp/concurrent/AtomicArrayUpdaterTest.cpp index a5faf6b39a..02b79e07fa 100644 --- a/aeron-client/src/test/cpp/concurrent/AtomicArrayUpdaterTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/AtomicArrayUpdaterTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp b/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp index e3f352b79d..46c8a13590 100644 --- a/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp b/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp index b2921b29df..0edb429e16 100644 --- a/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp b/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp index a4fa53635c..54efc8c87d 100644 --- a/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp b/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp index 777931da2d..91d5d3ee80 100644 --- a/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp b/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp index fabdc4c38c..535e620db1 100644 --- a/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp b/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp index 252e013583..a7d9f4a7d7 100644 --- a/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp b/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp index 03a62a98ac..76119416a6 100644 --- a/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp index 08a1744ca3..4d29bc68f7 100644 --- a/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp +++ b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h index 6db0ecd2a0..c1aec785de 100644 --- a/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h +++ b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp b/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp index ad4d0813a0..e87f00a0bf 100644 --- a/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp b/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp index 6448aa74c7..20a490b821 100644 --- a/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp b/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp index c9275ec5d5..5fc9fdf799 100644 --- a/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp b/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp index 7ac2b7bf1a..63c149d495 100644 --- a/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp b/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp index 0e4dbc8421..ac477d6022 100644 --- a/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp b/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp index 3e3597227c..0855f21bad 100644 --- a/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp +++ b/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/util/TestUtils.h b/aeron-client/src/test/cpp/util/TestUtils.h index 93f11e6a92..4574cbd988 100644 --- a/aeron-client/src/test/cpp/util/TestUtils.h +++ b/aeron-client/src/test/cpp/util/TestUtils.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp/util/UtilTest.cpp b/aeron-client/src/test/cpp/util/UtilTest.cpp index e10315ffd7..34917cbdbd 100644 --- a/aeron-client/src/test/cpp/util/UtilTest.cpp +++ b/aeron-client/src/test/cpp/util/UtilTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_shared/EmbeddedMediaDriver.h b/aeron-client/src/test/cpp_shared/EmbeddedMediaDriver.h index 868b14575d..a77ad2088f 100644 --- a/aeron-client/src/test/cpp_shared/EmbeddedMediaDriver.h +++ b/aeron-client/src/test/cpp_shared/EmbeddedMediaDriver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/CMakeLists.txt b/aeron-client/src/test/cpp_wrapper/CMakeLists.txt index 6647185821..2c952b253f 100644 --- a/aeron-client/src/test/cpp_wrapper/CMakeLists.txt +++ b/aeron-client/src/test/cpp_wrapper/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-client/src/test/cpp_wrapper/ChannelUriStringBuilderTest.cpp b/aeron-client/src/test/cpp_wrapper/ChannelUriStringBuilderTest.cpp index fa0535d935..d1e7d0779b 100644 --- a/aeron-client/src/test/cpp_wrapper/ChannelUriStringBuilderTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ChannelUriStringBuilderTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/ControlledFragmentAssemblerTest.cpp b/aeron-client/src/test/cpp_wrapper/ControlledFragmentAssemblerTest.cpp index 220465003d..c8a5dc2b0f 100644 --- a/aeron-client/src/test/cpp_wrapper/ControlledFragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ControlledFragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/CountersTest.cpp b/aeron-client/src/test/cpp_wrapper/CountersTest.cpp index 69e72bd25b..abce05cae0 100644 --- a/aeron-client/src/test/cpp_wrapper/CountersTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/CountersTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/ExceptionsTest.cpp b/aeron-client/src/test/cpp_wrapper/ExceptionsTest.cpp index b2a208ea85..a6f522f4ee 100644 --- a/aeron-client/src/test/cpp_wrapper/ExceptionsTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ExceptionsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/FragmentAssemblerTest.cpp b/aeron-client/src/test/cpp_wrapper/FragmentAssemblerTest.cpp index e2d98723cc..0c566cadc9 100644 --- a/aeron-client/src/test/cpp_wrapper/FragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/FragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/ImageControlledFragmentAssemblerTest.cpp b/aeron-client/src/test/cpp_wrapper/ImageControlledFragmentAssemblerTest.cpp index 51cbc75bb8..678ba0198e 100644 --- a/aeron-client/src/test/cpp_wrapper/ImageControlledFragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ImageControlledFragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/ImageFragmentAssemblerTest.cpp b/aeron-client/src/test/cpp_wrapper/ImageFragmentAssemblerTest.cpp index 69c6577208..e8e66e07df 100644 --- a/aeron-client/src/test/cpp_wrapper/ImageFragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ImageFragmentAssemblerTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/ImageTest.cpp b/aeron-client/src/test/cpp_wrapper/ImageTest.cpp index bae8fea437..ca247eeee7 100644 --- a/aeron-client/src/test/cpp_wrapper/ImageTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ImageTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/LivenessTimeoutTest.cpp b/aeron-client/src/test/cpp_wrapper/LivenessTimeoutTest.cpp index 44a069bbcd..ec6c12943f 100644 --- a/aeron-client/src/test/cpp_wrapper/LivenessTimeoutTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/LivenessTimeoutTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/LocalAddressesTest.cpp b/aeron-client/src/test/cpp_wrapper/LocalAddressesTest.cpp index 01c558355e..2cf448c53a 100644 --- a/aeron-client/src/test/cpp_wrapper/LocalAddressesTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/LocalAddressesTest.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/MultiDestinationByIdTest.cpp b/aeron-client/src/test/cpp_wrapper/MultiDestinationByIdTest.cpp index 1f2db2208f..158df2a88c 100644 --- a/aeron-client/src/test/cpp_wrapper/MultiDestinationByIdTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/MultiDestinationByIdTest.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/MultiDestinationTest.cpp b/aeron-client/src/test/cpp_wrapper/MultiDestinationTest.cpp index 751d7be930..6aeb9cfbd4 100644 --- a/aeron-client/src/test/cpp_wrapper/MultiDestinationTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/MultiDestinationTest.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/PubSubTest.cpp b/aeron-client/src/test/cpp_wrapper/PubSubTest.cpp index e31e872924..1893578638 100644 --- a/aeron-client/src/test/cpp_wrapper/PubSubTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/PubSubTest.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/RejectImageTest.cpp b/aeron-client/src/test/cpp_wrapper/RejectImageTest.cpp index b5872be9b6..e480770fdb 100644 --- a/aeron-client/src/test/cpp_wrapper/RejectImageTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/RejectImageTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/ResponseChannelsTest.cpp b/aeron-client/src/test/cpp_wrapper/ResponseChannelsTest.cpp index 7d6d4c2012..67e3f790e8 100644 --- a/aeron-client/src/test/cpp_wrapper/ResponseChannelsTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/ResponseChannelsTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/SystemTest.cpp b/aeron-client/src/test/cpp_wrapper/SystemTest.cpp index c9cb7009b1..4170655798 100644 --- a/aeron-client/src/test/cpp_wrapper/SystemTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/SystemTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/cpp_wrapper/WrapperSystemTest.cpp b/aeron-client/src/test/cpp_wrapper/WrapperSystemTest.cpp index b194c890dd..d076419b75 100644 --- a/aeron-client/src/test/cpp_wrapper/WrapperSystemTest.cpp +++ b/aeron-client/src/test/cpp_wrapper/WrapperSystemTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/AeronContextTest.java b/aeron-client/src/test/java/io/aeron/AeronContextTest.java index 1063f0d5c8..4e0c60e6bc 100644 --- a/aeron-client/src/test/java/io/aeron/AeronContextTest.java +++ b/aeron-client/src/test/java/io/aeron/AeronContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/AeronCountersTest.java b/aeron-client/src/test/java/io/aeron/AeronCountersTest.java index ba5fe9e3e9..d854de0b8d 100644 --- a/aeron-client/src/test/java/io/aeron/AeronCountersTest.java +++ b/aeron-client/src/test/java/io/aeron/AeronCountersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java b/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java index c373440d15..97c7ae3c4f 100644 --- a/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java +++ b/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java b/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java index 0aeb08f2af..24c2f6de5b 100644 --- a/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java +++ b/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/ChannelUriTest.java b/aeron-client/src/test/java/io/aeron/ChannelUriTest.java index 2b9d5fda86..4b5a79c9ee 100644 --- a/aeron-client/src/test/java/io/aeron/ChannelUriTest.java +++ b/aeron-client/src/test/java/io/aeron/ChannelUriTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/ClientConductorTest.java b/aeron-client/src/test/java/io/aeron/ClientConductorTest.java index 77ae20f260..d54ee902dc 100644 --- a/aeron-client/src/test/java/io/aeron/ClientConductorTest.java +++ b/aeron-client/src/test/java/io/aeron/ClientConductorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/CommonContextTest.java b/aeron-client/src/test/java/io/aeron/CommonContextTest.java index c173981776..8f37add2f0 100644 --- a/aeron-client/src/test/java/io/aeron/CommonContextTest.java +++ b/aeron-client/src/test/java/io/aeron/CommonContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/DriverProxyTest.java b/aeron-client/src/test/java/io/aeron/DriverProxyTest.java index a85358ab9c..af6add392a 100644 --- a/aeron-client/src/test/java/io/aeron/DriverProxyTest.java +++ b/aeron-client/src/test/java/io/aeron/DriverProxyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/FlyweightTest.java b/aeron-client/src/test/java/io/aeron/FlyweightTest.java index 0cf3322f62..3a520f8cd4 100644 --- a/aeron-client/src/test/java/io/aeron/FlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/FlyweightTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java b/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java index 41fbc02289..01636b2620 100644 --- a/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java +++ b/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/ImageTest.java b/aeron-client/src/test/java/io/aeron/ImageTest.java index 3b43f5ff1f..8ef7ec58e0 100644 --- a/aeron-client/src/test/java/io/aeron/ImageTest.java +++ b/aeron-client/src/test/java/io/aeron/ImageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/LogBuffersTest.java b/aeron-client/src/test/java/io/aeron/LogBuffersTest.java index 46ef908b71..3bcd2cbdbd 100644 --- a/aeron-client/src/test/java/io/aeron/LogBuffersTest.java +++ b/aeron-client/src/test/java/io/aeron/LogBuffersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/PublicationTest.java b/aeron-client/src/test/java/io/aeron/PublicationTest.java index 7b9d0ab2d3..658d341094 100644 --- a/aeron-client/src/test/java/io/aeron/PublicationTest.java +++ b/aeron-client/src/test/java/io/aeron/PublicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/SubscriptionTest.java b/aeron-client/src/test/java/io/aeron/SubscriptionTest.java index 348e54fdb1..6ef9ee238f 100644 --- a/aeron-client/src/test/java/io/aeron/SubscriptionTest.java +++ b/aeron-client/src/test/java/io/aeron/SubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/TimestampUtilTest.java b/aeron-client/src/test/java/io/aeron/TimestampUtilTest.java index 554ee739fd..557b80d3ca 100644 --- a/aeron-client/src/test/java/io/aeron/TimestampUtilTest.java +++ b/aeron-client/src/test/java/io/aeron/TimestampUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/VerifyBuildTimePropertiesTest.java b/aeron-client/src/test/java/io/aeron/VerifyBuildTimePropertiesTest.java index 8cd45f2d2c..99a784c1a8 100644 --- a/aeron-client/src/test/java/io/aeron/VerifyBuildTimePropertiesTest.java +++ b/aeron-client/src/test/java/io/aeron/VerifyBuildTimePropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/command/CounterMessageFlyweightTest.java b/aeron-client/src/test/java/io/aeron/command/CounterMessageFlyweightTest.java index 46795116a6..3023878b99 100644 --- a/aeron-client/src/test/java/io/aeron/command/CounterMessageFlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/command/CounterMessageFlyweightTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/command/TerminateDriverFlyweightTest.java b/aeron-client/src/test/java/io/aeron/command/TerminateDriverFlyweightTest.java index 61992d2ebf..1f9523ad68 100644 --- a/aeron-client/src/test/java/io/aeron/command/TerminateDriverFlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/command/TerminateDriverFlyweightTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/exceptions/StorageSpaceExceptionTest.java b/aeron-client/src/test/java/io/aeron/exceptions/StorageSpaceExceptionTest.java index 450b04970d..a1aa315bed 100644 --- a/aeron-client/src/test/java/io/aeron/exceptions/StorageSpaceExceptionTest.java +++ b/aeron-client/src/test/java/io/aeron/exceptions/StorageSpaceExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/HeaderTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/HeaderTest.java index 46f06408f5..8227d70559 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/HeaderTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/HeaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/HeaderWriterTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/HeaderWriterTest.java index 06e2eedcc8..3fa780b621 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/HeaderWriterTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/HeaderWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferDescriptorTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferDescriptorTest.java index d66ffdee63..dad9438a8e 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferDescriptorTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferDescriptorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java index bcd30be1b5..c66bca52c4 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermBlockScannerTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermBlockScannerTest.java index 0353c861ab..6f12726d3b 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermBlockScannerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermBlockScannerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermGapFillerTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermGapFillerTest.java index 4b16610527..ca9f7d7fda 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermGapFillerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermGapFillerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermGapScannerTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermGapScannerTest.java index 3e7ad8dbfc..f8e3c40a04 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermGapScannerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermGapScannerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermReaderTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermReaderTest.java index c3f788653d..c239d4450b 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermReaderTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermRebuilderTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermRebuilderTest.java index 86d68ea3e4..fa7a8cf868 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermRebuilderTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermRebuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermScannerTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermScannerTest.java index ae7a3293d3..50d547ab3f 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermScannerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermScannerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/logbuffer/TermUnblockerTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermUnblockerTest.java index 640fe27348..93720eb63d 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermUnblockerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermUnblockerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/protocol/ErrorFlyweightTest.java b/aeron-client/src/test/java/io/aeron/protocol/ErrorFlyweightTest.java index 7331f28887..6e61874219 100644 --- a/aeron-client/src/test/java/io/aeron/protocol/ErrorFlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/protocol/ErrorFlyweightTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/protocol/HeaderFlyweightTest.java b/aeron-client/src/test/java/io/aeron/protocol/HeaderFlyweightTest.java index 23fdcb0449..3aa3a24fee 100644 --- a/aeron-client/src/test/java/io/aeron/protocol/HeaderFlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/protocol/HeaderFlyweightTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-client/src/test/java/io/aeron/security/AuthorisationServiceTest.java b/aeron-client/src/test/java/io/aeron/security/AuthorisationServiceTest.java index 2a0354ac11..6ebfded9eb 100644 --- a/aeron-client/src/test/java/io/aeron/security/AuthorisationServiceTest.java +++ b/aeron-client/src/test/java/io/aeron/security/AuthorisationServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/AppVersionValidator.java b/aeron-cluster/src/main/java/io/aeron/cluster/AppVersionValidator.java index 2a70fc480b..421b1146c7 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/AppVersionValidator.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/AppVersionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup.java index 517dc679e6..add1c5b73e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java index c119f8c2fa..5f1723eebe 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupEventsListener.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupEventsListener.java index 9166c4e73b..1b743431b2 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupEventsListener.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupEventsListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupMediaDriver.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupMediaDriver.java index 8e6dbbf706..3f199ca005 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupMediaDriver.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterClientSession.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterClientSession.java index dab8106f42..6fc27272b4 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterClientSession.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterClientSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControl.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControl.java index bd3ae1275f..efd4d03a8e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControl.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControlAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControlAdapter.java index 138e867451..e1c53675ff 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControlAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControlAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java index 177103e472..9b9a0b86dd 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMembership.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMembership.java index 75d247c0a4..dbbd841543 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMembership.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMembership.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSession.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSession.java index 6f2b6c790d..4d7d822c54 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSession.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSessionProxy.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSessionProxy.java index 191f46e39c..491c96afd5 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSessionProxy.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSessionProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTermination.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTermination.java index 799d46e9d0..7cbc2de4e9 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTermination.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTermination.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java index f5dfdb44ce..cf4177548a 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolCommand.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolCommand.java index bd73f1c7ae..25882972e3 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolCommand.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolCommand.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolOperator.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolOperator.java index 508b20c2ff..f2bbf7db94 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolOperator.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterToolOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredArchive.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredArchive.java index 51f8945119..993d248168 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredArchive.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredArchive.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredMediaDriver.java b/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredMediaDriver.java index c1b6105502..954e4d381f 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredMediaDriver.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusAdapter.java index 8e9a2cd18a..401c727ea2 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusControlState.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusControlState.java index 13eef0cd8a..a03c67956c 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusControlState.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusControlState.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java index 27e3be76c6..496754ce72 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAdapter.java index 4b4bad53a4..996a65825d 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java index 27263750e1..f150201093 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleControl.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleControl.java index 47f85d1f66..c388f5924b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleControl.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleExtension.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleExtension.java index b1b3536f6d..fbc5879f4c 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleExtension.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotAdapter.java index bee5b3a648..d11e3e0c59 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotListener.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotListener.java index df894b3a9e..70fdd94b19 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotListener.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPrinter.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPrinter.java index 1cd52f6d93..0f64043198 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPrinter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPrinter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java index 92c9d27698..2a3c21e7d5 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleStateExport.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleStateExport.java index cc56a408db..ac80fca5e6 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleStateExport.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleStateExport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusPublisher.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusPublisher.java index 4c487cc4e9..94fc80091e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java b/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java index ff0760abdc..3dd969820b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/Election.java b/aeron-cluster/src/main/java/io/aeron/cluster/Election.java index 0b3bdb1401..70a66ba7ba 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/Election.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Election.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ElectionState.java b/aeron-cluster/src/main/java/io/aeron/cluster/ElectionState.java index 3258c9cede..a3f3059b5f 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ElectionState.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ElectionState.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java index 3f3272b7cf..aad0110007 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java index d841ac1d11..dfb38c4836 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java b/aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java index 7da5124e3e..0dfb8f73e8 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java b/aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java index 5254204b4e..531171d1d8 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/LogSourceValidator.java b/aeron-cluster/src/main/java/io/aeron/cluster/LogSourceValidator.java index b5bce05ad8..efac294e47 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogSourceValidator.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogSourceValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/MillisecondClusterClock.java b/aeron-cluster/src/main/java/io/aeron/cluster/MillisecondClusterClock.java index 268a76f5cd..bd0ae94efe 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/MillisecondClusterClock.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/MillisecondClusterClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/MultipleRecordingReplication.java b/aeron-cluster/src/main/java/io/aeron/cluster/MultipleRecordingReplication.java index 3d4ebb59f9..0b10c633e1 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/MultipleRecordingReplication.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/MultipleRecordingReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/NanosecondClusterClock.java b/aeron-cluster/src/main/java/io/aeron/cluster/NanosecondClusterClock.java index 8d158badb8..3dc95e76a6 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/NanosecondClusterClock.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/NanosecondClusterClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/NodeControl.java b/aeron-cluster/src/main/java/io/aeron/cluster/NodeControl.java index 41bd76d2dd..b4efecad63 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/NodeControl.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/NodeControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/NodeStateFile.java b/aeron-cluster/src/main/java/io/aeron/cluster/NodeStateFile.java index 74ed49d293..6a96d63a7a 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/NodeStateFile.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/NodeStateFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/PendingServiceMessageTracker.java b/aeron-cluster/src/main/java/io/aeron/cluster/PendingServiceMessageTracker.java index 0d3c9ec01c..11133e00a4 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/PendingServiceMessageTracker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/PendingServiceMessageTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerService.java b/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerService.java index 95bb66d1b2..2cf700513e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerService.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerServiceSupplier.java b/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerServiceSupplier.java index 41c8b59e8b..2ccd4abc8d 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerServiceSupplier.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/PriorityHeapTimerServiceSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/PublicationGroup.java b/aeron-cluster/src/main/java/io/aeron/cluster/PublicationGroup.java index fc94d67047..0cfd939e95 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/PublicationGroup.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/PublicationGroup.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/RecordingExtent.java b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingExtent.java index f63da99662..11c89f8d0c 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/RecordingExtent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingExtent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/RecordingLog.java b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingLog.java index 0949ef01dc..faa2d8606e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/RecordingLog.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/RecordingReplication.java b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingReplication.java index 27e204972c..1a7936e1ca 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/RecordingReplication.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java b/aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java index 063857dc9d..483ae0c145 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ServiceProxy.java b/aeron-cluster/src/main/java/io/aeron/cluster/ServiceProxy.java index 2295fe06c0..71da390d4a 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ServiceProxy.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ServiceProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/SnapshotReplication.java b/aeron-cluster/src/main/java/io/aeron/cluster/SnapshotReplication.java index 190649950f..74bf28d861 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/SnapshotReplication.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/SnapshotReplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotEntry.java b/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotEntry.java index fa190cbf5c..672d54a904 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotEntry.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotReplicator.java b/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotReplicator.java index 5ba74215d2..bb7ac76c3e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotReplicator.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/StandbySnapshotReplicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/TimerService.java b/aeron-cluster/src/main/java/io/aeron/cluster/TimerService.java index abc1c77a65..ed1b2837f8 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/TimerService.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/TimerService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/TimerServiceSupplier.java b/aeron-cluster/src/main/java/io/aeron/cluster/TimerServiceSupplier.java index 38bf0e53e2..5fa989ac0e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/TimerServiceSupplier.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/TimerServiceSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/ToggleApplication.java b/aeron-cluster/src/main/java/io/aeron/cluster/ToggleApplication.java index 5ddf81b20b..b3f39bacf2 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ToggleApplication.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ToggleApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerService.java b/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerService.java index 095e86d5fc..e8043d301b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerService.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerServiceSupplier.java b/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerServiceSupplier.java index f041b2ead4..6fafc2926a 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerServiceSupplier.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/WheelTimerServiceSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/AeronCluster.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/AeronCluster.java index faece85bd5..3affc41a4f 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/AeronCluster.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/AeronCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterEvent.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterEvent.java index 7f4077d8c1..5d675314a7 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterEvent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterException.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterException.java index e276581c35..c12e5a2e09 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterException.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/ClusterException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressAdapter.java index 2434c59806..42fa8fa080 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListener.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListener.java index 715500a8f6..d3e6e60b34 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListener.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListenerExtension.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListenerExtension.java index 3b60d8de49..769b7113f7 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListenerExtension.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/ControlledEgressListenerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressAdapter.java index 6622aa8282..99898c4d00 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListener.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListener.java index f647293512..909a2e5e01 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListener.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListenerExtension.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListenerExtension.java index 8e234cca7d..83da8c1888 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListenerExtension.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressListenerExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressPoller.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressPoller.java index bf8d03b3e4..e178b95f21 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressPoller.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/EgressPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/IngressSessionDecorator.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/IngressSessionDecorator.java index f9447f4c2b..551203af9b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/IngressSessionDecorator.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/IngressSessionDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/client/package-info.java b/aeron-cluster/src/main/java/io/aeron/cluster/client/package-info.java index 897c8d38c0..9811f22572 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/client/package-info.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/client/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/package-info.java b/aeron-cluster/src/main/java/io/aeron/cluster/package-info.java index f186e1eb3a..f2096419ae 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/package-info.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ActiveLogEvent.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ActiveLogEvent.java index b248f4cd39..6fcd779b7b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ActiveLogEvent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ActiveLogEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/BoundedLogAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/BoundedLogAdapter.java index 6240c351f1..d52470c66e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/BoundedLogAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/BoundedLogAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClientSession.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClientSession.java index 8f2cb42c03..9f17ce8da5 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClientSession.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClientSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/Cluster.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/Cluster.java index a0cfe8607a..90e9269ac9 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/Cluster.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/Cluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterClock.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterClock.java index a397f9cc9a..b89e3e2cf8 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterClock.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterCounters.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterCounters.java index 5824c6c109..d1bab2bcfa 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterCounters.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterCounters.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterMarkFile.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterMarkFile.java index d731efaaff..03eb7a0dfa 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterMarkFile.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterMarkFile.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeControlProperties.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeControlProperties.java index 5220dd063a..ac90b4d92e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeControlProperties.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeControlProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterTerminationException.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterTerminationException.java index 9a12949747..474fd95650 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterTerminationException.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterTerminationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredService.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredService.java index 69078132ae..b7179ae279 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredService.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceAgent.java index 125baab1e7..244e5826b8 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java index 0fe436cb9b..344f594d29 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusteredServiceContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ConsensusModuleProxy.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ConsensusModuleProxy.java index 7b9c53653d..461d8ebbe7 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ConsensusModuleProxy.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ConsensusModuleProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ContainerClientSession.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ContainerClientSession.java index a2906c5ea0..8adbd7e2d4 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ContainerClientSession.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ContainerClientSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java index 7931aeed99..f780c2b8b8 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/RecoveryState.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceAdapter.java index ac046bd07d..5a1921b510 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotLoader.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotLoader.java index aa9a4c98d7..868813fc66 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotLoader.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotTaker.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotTaker.java index 4983169132..49d1c13209 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotTaker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ServiceSnapshotTaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotDurationTracker.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotDurationTracker.java index fea08af4f7..cf84537736 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotDurationTracker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotDurationTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotTaker.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotTaker.java index abe2494a62..894e496d3e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotTaker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/SnapshotTaker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/main/java/io/aeron/cluster/service/package-info.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/package-info.java index e32a811014..cf687c3917 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/package-info.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/AuthenticationTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/AuthenticationTest.java index 8a008999ce..6fb7dd281e 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/AuthenticationTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/AuthenticationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterBackupAgentTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterBackupAgentTest.java index 0b37fc37fc..715e982c6c 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterBackupAgentTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterBackupAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterMemberTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterMemberTest.java index b2b4f92758..773d4c86f5 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterMemberTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterMemberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeRestartTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeRestartTest.java index b2967c9610..39fa794a16 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeRestartTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeRestartTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeTest.java index 263c66b4fe..a1cc5ca848 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTestConstants.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTestConstants.java index ddcd01c4dd..bb89234ffb 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTestConstants.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTestConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTimerTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTimerTest.java index c44dcf747a..7e83f53889 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTimerTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTimerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ClusterWithNoServicesTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterWithNoServicesTest.java index 4a218f0f10..ef41373646 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterWithNoServicesTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterWithNoServicesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleAgentTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleAgentTest.java index ba67abc295..e5ba982509 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleAgentTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextCloseTests.java b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextCloseTests.java index 0e77c2f503..8090c2f46d 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextCloseTests.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextCloseTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextTest.java index e9588e2dcd..57ad58e246 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotTakerTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotTakerTest.java index 8eecebf7e9..b6815f5d50 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotTakerTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotTakerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/ElectionTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ElectionTest.java index 05404df824..32a416d0ba 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ElectionTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ElectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/IngressAdapterTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/IngressAdapterTest.java index ff367bf1e8..bea6fd7377 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/IngressAdapterTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/IngressAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/LogSourceValidatorTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/LogSourceValidatorTest.java index 815a5bdda4..1b98b824cf 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/LogSourceValidatorTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/LogSourceValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/NameResolutionClusterNodeTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/NameResolutionClusterNodeTest.java index bc9c6778ce..90ffa7353d 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/NameResolutionClusterNodeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/NameResolutionClusterNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/NodeStateFileTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/NodeStateFileTest.java index 271a915d13..85390ece2f 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/NodeStateFileTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/NodeStateFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/PendingServiceMessageTrackerTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/PendingServiceMessageTrackerTest.java index 908d2c97dc..401fb6d5a3 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/PendingServiceMessageTrackerTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/PendingServiceMessageTrackerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceClusterTimeTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceClusterTimeTest.java index e84ef80f8e..4e1c065789 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceClusterTimeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceClusterTimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceTest.java index d463b837a0..2b759af657 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/PriorityHeapTimerServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/PublicationGroupTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/PublicationGroupTest.java index 0568b9b1a6..37aa6de93d 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/PublicationGroupTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/PublicationGroupTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/RecordingLogTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/RecordingLogTest.java index d9093d0ec9..f16eb8a68f 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/RecordingLogTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/RecordingLogTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/RecordingReplicationTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/RecordingReplicationTest.java index 132f874a21..2b7e004943 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/RecordingReplicationTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/RecordingReplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/SnapshotReplicationTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/SnapshotReplicationTest.java index e80d4c6da5..68b679c4fc 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/SnapshotReplicationTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/SnapshotReplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/StandbySnapshotReplicatorTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/StandbySnapshotReplicatorTest.java index b2327b573c..08a5cc1611 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/StandbySnapshotReplicatorTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/StandbySnapshotReplicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/WheelTimerServiceClusterTimeTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/WheelTimerServiceClusterTimeTest.java index c90ccc517f..f787de6cd6 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/WheelTimerServiceClusterTimeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/WheelTimerServiceClusterTimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterAsyncConnectTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterAsyncConnectTest.java index 93ef487191..4e170c99ed 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterAsyncConnectTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterAsyncConnectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterContextTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterContextTest.java index 98bfa3c197..552cd7d810 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterContextTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/client/AeronClusterContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/client/EgressAdapterTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/client/EgressAdapterTest.java index 8f1ad978c7..c50e04622d 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/client/EgressAdapterTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/client/EgressAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusterMarkFileTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusterMarkFileTest.java index 067671ece3..f1bc9b56aa 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusterMarkFileTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusterMarkFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceAgentTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceAgentTest.java index 6e65a2282c..ff1d1fdd52 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceAgentTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceAgentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceContainerContextTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceContainerContextTest.java index a5595cf441..d2fddc5dfb 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceContainerContextTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/service/ClusteredServiceContainerContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-cluster/src/test/java/io/aeron/cluster/service/ServiceSnapshotTakerTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/service/ServiceSnapshotTakerTest.java index 56841fc7d3..f780863b02 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/service/ServiceSnapshotTakerTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/service/ServiceSnapshotTakerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/CMakeLists.txt b/aeron-driver/src/main/c/CMakeLists.txt index b0fb7c895a..d4c8fe1036 100644 --- a/aeron-driver/src/main/c/CMakeLists.txt +++ b/aeron-driver/src/main/c/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-driver/src/main/c/aeron_congestion_control.c b/aeron-driver/src/main/c/aeron_congestion_control.c index 7630fb15c7..22b596c20b 100644 --- a/aeron-driver/src/main/c/aeron_congestion_control.c +++ b/aeron-driver/src/main/c/aeron_congestion_control.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_congestion_control.h b/aeron-driver/src/main/c/aeron_congestion_control.h index 677383cd42..262005ddd8 100644 --- a/aeron-driver/src/main/c/aeron_congestion_control.h +++ b/aeron-driver/src/main/c/aeron_congestion_control.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_csv_table_name_resolver.c b/aeron-driver/src/main/c/aeron_csv_table_name_resolver.c index f9acf63c0f..824b75c8f1 100644 --- a/aeron-driver/src/main/c/aeron_csv_table_name_resolver.c +++ b/aeron-driver/src/main/c/aeron_csv_table_name_resolver.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_csv_table_name_resolver.h b/aeron-driver/src/main/c/aeron_csv_table_name_resolver.h index c8ad4b993d..5ce81b253f 100644 --- a/aeron-driver/src/main/c/aeron_csv_table_name_resolver.h +++ b/aeron-driver/src/main/c/aeron_csv_table_name_resolver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_data_packet_dispatcher.c b/aeron-driver/src/main/c/aeron_data_packet_dispatcher.c index fd94dea42c..dc8134f566 100644 --- a/aeron-driver/src/main/c/aeron_data_packet_dispatcher.c +++ b/aeron-driver/src/main/c/aeron_data_packet_dispatcher.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_data_packet_dispatcher.h b/aeron-driver/src/main/c/aeron_data_packet_dispatcher.h index c7f38e8462..cda184de62 100644 --- a/aeron-driver/src/main/c/aeron_data_packet_dispatcher.h +++ b/aeron-driver/src/main/c/aeron_data_packet_dispatcher.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver.c b/aeron-driver/src/main/c/aeron_driver.c index a9cd86b92b..0f694339df 100644 --- a/aeron-driver/src/main/c/aeron_driver.c +++ b/aeron-driver/src/main/c/aeron_driver.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver.h b/aeron-driver/src/main/c/aeron_driver.h index 38729d86da..75d4f294e5 100644 --- a/aeron-driver/src/main/c/aeron_driver.h +++ b/aeron-driver/src/main/c/aeron_driver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_common.h b/aeron-driver/src/main/c/aeron_driver_common.h index b1aced9a63..254ecc3223 100644 --- a/aeron-driver/src/main/c/aeron_driver_common.h +++ b/aeron-driver/src/main/c/aeron_driver_common.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_conductor.c b/aeron-driver/src/main/c/aeron_driver_conductor.c index 9b212f5eb8..89c0f8a59d 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor.c +++ b/aeron-driver/src/main/c/aeron_driver_conductor.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_conductor.h b/aeron-driver/src/main/c/aeron_driver_conductor.h index aea227efb4..65660e528a 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor.h +++ b/aeron-driver/src/main/c/aeron_driver_conductor.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_conductor_proxy.c b/aeron-driver/src/main/c/aeron_driver_conductor_proxy.c index a96a7a2387..08ff1e560a 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor_proxy.c +++ b/aeron-driver/src/main/c/aeron_driver_conductor_proxy.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_conductor_proxy.h b/aeron-driver/src/main/c/aeron_driver_conductor_proxy.h index 10228dbb48..b3020915e1 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor_proxy.h +++ b/aeron-driver/src/main/c/aeron_driver_conductor_proxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_context.c b/aeron-driver/src/main/c/aeron_driver_context.c index e845b7f5b0..f74c9b88d1 100644 --- a/aeron-driver/src/main/c/aeron_driver_context.c +++ b/aeron-driver/src/main/c/aeron_driver_context.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_context.h b/aeron-driver/src/main/c/aeron_driver_context.h index 8066ebe223..663b94b159 100644 --- a/aeron-driver/src/main/c/aeron_driver_context.h +++ b/aeron-driver/src/main/c/aeron_driver_context.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_name_resolver.c b/aeron-driver/src/main/c/aeron_driver_name_resolver.c index 12525bf359..e1a08efa4e 100644 --- a/aeron-driver/src/main/c/aeron_driver_name_resolver.c +++ b/aeron-driver/src/main/c/aeron_driver_name_resolver.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_name_resolver.h b/aeron-driver/src/main/c/aeron_driver_name_resolver.h index b7e6c1b5e7..a41d22acc3 100644 --- a/aeron-driver/src/main/c/aeron_driver_name_resolver.h +++ b/aeron-driver/src/main/c/aeron_driver_name_resolver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_receiver.c b/aeron-driver/src/main/c/aeron_driver_receiver.c index 5eacd8a83f..76e8da08bb 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver.c +++ b/aeron-driver/src/main/c/aeron_driver_receiver.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_receiver.h b/aeron-driver/src/main/c/aeron_driver_receiver.h index 77874ca5de..faf5558544 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver.h +++ b/aeron-driver/src/main/c/aeron_driver_receiver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_receiver_proxy.c b/aeron-driver/src/main/c/aeron_driver_receiver_proxy.c index c4cafd307d..34163c3075 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver_proxy.c +++ b/aeron-driver/src/main/c/aeron_driver_receiver_proxy.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_receiver_proxy.h b/aeron-driver/src/main/c/aeron_driver_receiver_proxy.h index 399e0ebc17..91c1412a75 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver_proxy.h +++ b/aeron-driver/src/main/c/aeron_driver_receiver_proxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_sender.c b/aeron-driver/src/main/c/aeron_driver_sender.c index 84a5088b20..04383084e7 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender.c +++ b/aeron-driver/src/main/c/aeron_driver_sender.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_sender.h b/aeron-driver/src/main/c/aeron_driver_sender.h index c0c7a7e800..bbe8c91b4c 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender.h +++ b/aeron-driver/src/main/c/aeron_driver_sender.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_sender_proxy.c b/aeron-driver/src/main/c/aeron_driver_sender_proxy.c index 7cb3cf0224..88bff0773e 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender_proxy.c +++ b/aeron-driver/src/main/c/aeron_driver_sender_proxy.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_sender_proxy.h b/aeron-driver/src/main/c/aeron_driver_sender_proxy.h index 087781925c..d5fc16b453 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender_proxy.h +++ b/aeron-driver/src/main/c/aeron_driver_sender_proxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_version.c b/aeron-driver/src/main/c/aeron_driver_version.c index 8249c339bd..b900af988c 100644 --- a/aeron-driver/src/main/c/aeron_driver_version.c +++ b/aeron-driver/src/main/c/aeron_driver_version.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_driver_version.h b/aeron-driver/src/main/c/aeron_driver_version.h index b0528dffe9..8db15d7ca6 100644 --- a/aeron-driver/src/main/c/aeron_driver_version.h +++ b/aeron-driver/src/main/c/aeron_driver_version.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_duty_cycle_tracker.h b/aeron-driver/src/main/c/aeron_duty_cycle_tracker.h index 5ee5c47d41..9d4ce4b2bf 100644 --- a/aeron-driver/src/main/c/aeron_duty_cycle_tracker.h +++ b/aeron-driver/src/main/c/aeron_duty_cycle_tracker.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_flow_control.c b/aeron-driver/src/main/c/aeron_flow_control.c index f20fb67c52..903b394e79 100644 --- a/aeron-driver/src/main/c/aeron_flow_control.c +++ b/aeron-driver/src/main/c/aeron_flow_control.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_flow_control.h b/aeron-driver/src/main/c/aeron_flow_control.h index 3f5695d9d3..1f09d2ca11 100644 --- a/aeron-driver/src/main/c/aeron_flow_control.h +++ b/aeron-driver/src/main/c/aeron_flow_control.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_ipc_publication.c b/aeron-driver/src/main/c/aeron_ipc_publication.c index fd92f243e9..685c83592d 100644 --- a/aeron-driver/src/main/c/aeron_ipc_publication.c +++ b/aeron-driver/src/main/c/aeron_ipc_publication.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_ipc_publication.h b/aeron-driver/src/main/c/aeron_ipc_publication.h index 290bd89883..3791aec799 100644 --- a/aeron-driver/src/main/c/aeron_ipc_publication.h +++ b/aeron-driver/src/main/c/aeron_ipc_publication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_loss_detector.c b/aeron-driver/src/main/c/aeron_loss_detector.c index 1c1714a0c6..09a0f3be21 100755 --- a/aeron-driver/src/main/c/aeron_loss_detector.c +++ b/aeron-driver/src/main/c/aeron_loss_detector.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_loss_detector.h b/aeron-driver/src/main/c/aeron_loss_detector.h index d540255c04..cfdce2a887 100644 --- a/aeron-driver/src/main/c/aeron_loss_detector.h +++ b/aeron-driver/src/main/c/aeron_loss_detector.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_min_flow_control.c b/aeron-driver/src/main/c/aeron_min_flow_control.c index 027bf74ff3..7798a6b2cc 100644 --- a/aeron-driver/src/main/c/aeron_min_flow_control.c +++ b/aeron-driver/src/main/c/aeron_min_flow_control.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_name_resolver.c b/aeron-driver/src/main/c/aeron_name_resolver.c index abfabafc7b..390a76e743 100644 --- a/aeron-driver/src/main/c/aeron_name_resolver.c +++ b/aeron-driver/src/main/c/aeron_name_resolver.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_name_resolver.h b/aeron-driver/src/main/c/aeron_name_resolver.h index aa3c3ff299..a0b62851ed 100644 --- a/aeron-driver/src/main/c/aeron_name_resolver.h +++ b/aeron-driver/src/main/c/aeron_name_resolver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_name_resolver_cache.c b/aeron-driver/src/main/c/aeron_name_resolver_cache.c index 541389b0f1..6b6a507264 100644 --- a/aeron-driver/src/main/c/aeron_name_resolver_cache.c +++ b/aeron-driver/src/main/c/aeron_name_resolver_cache.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_name_resolver_cache.h b/aeron-driver/src/main/c/aeron_name_resolver_cache.h index b772665380..2bc6c91d62 100644 --- a/aeron-driver/src/main/c/aeron_name_resolver_cache.h +++ b/aeron-driver/src/main/c/aeron_name_resolver_cache.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_network_publication.c b/aeron-driver/src/main/c/aeron_network_publication.c index 7c11936079..81aa01a082 100644 --- a/aeron-driver/src/main/c/aeron_network_publication.c +++ b/aeron-driver/src/main/c/aeron_network_publication.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_network_publication.h b/aeron-driver/src/main/c/aeron_network_publication.h index 71d88aa4ae..29f4bf5ee9 100644 --- a/aeron-driver/src/main/c/aeron_network_publication.h +++ b/aeron-driver/src/main/c/aeron_network_publication.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_port_manager.c b/aeron-driver/src/main/c/aeron_port_manager.c index 41ef74a8d5..144f827fb1 100644 --- a/aeron-driver/src/main/c/aeron_port_manager.c +++ b/aeron-driver/src/main/c/aeron_port_manager.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_port_manager.h b/aeron-driver/src/main/c/aeron_port_manager.h index 8cd3077851..44241bfa87 100644 --- a/aeron-driver/src/main/c/aeron_port_manager.h +++ b/aeron-driver/src/main/c/aeron_port_manager.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_position.c b/aeron-driver/src/main/c/aeron_position.c index 666410f398..3a66f0fa01 100644 --- a/aeron-driver/src/main/c/aeron_position.c +++ b/aeron-driver/src/main/c/aeron_position.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_position.h b/aeron-driver/src/main/c/aeron_position.h index b0b555c809..ce5c6fb206 100644 --- a/aeron-driver/src/main/c/aeron_position.h +++ b/aeron-driver/src/main/c/aeron_position.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_publication_image.c b/aeron-driver/src/main/c/aeron_publication_image.c index 2b1990c347..37ae8c1fc7 100644 --- a/aeron-driver/src/main/c/aeron_publication_image.c +++ b/aeron-driver/src/main/c/aeron_publication_image.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_publication_image.h b/aeron-driver/src/main/c/aeron_publication_image.h index 9f3b012efd..cea99c2974 100644 --- a/aeron-driver/src/main/c/aeron_publication_image.h +++ b/aeron-driver/src/main/c/aeron_publication_image.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_retransmit_handler.c b/aeron-driver/src/main/c/aeron_retransmit_handler.c index 1fba3c909c..25a77db286 100644 --- a/aeron-driver/src/main/c/aeron_retransmit_handler.c +++ b/aeron-driver/src/main/c/aeron_retransmit_handler.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_retransmit_handler.h b/aeron-driver/src/main/c/aeron_retransmit_handler.h index eef5303b06..7fab763ac4 100644 --- a/aeron-driver/src/main/c/aeron_retransmit_handler.h +++ b/aeron-driver/src/main/c/aeron_retransmit_handler.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_system_counters.c b/aeron-driver/src/main/c/aeron_system_counters.c index 261ae536fc..938fe3d84c 100644 --- a/aeron-driver/src/main/c/aeron_system_counters.c +++ b/aeron-driver/src/main/c/aeron_system_counters.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_system_counters.h b/aeron-driver/src/main/c/aeron_system_counters.h index b46749230b..7910634b1c 100644 --- a/aeron-driver/src/main/c/aeron_system_counters.h +++ b/aeron-driver/src/main/c/aeron_system_counters.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_termination_validator.c b/aeron-driver/src/main/c/aeron_termination_validator.c index 705cce3a74..4a1ef8b10d 100644 --- a/aeron-driver/src/main/c/aeron_termination_validator.c +++ b/aeron-driver/src/main/c/aeron_termination_validator.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeron_termination_validator.h b/aeron-driver/src/main/c/aeron_termination_validator.h index 2b99cee12a..0a39571513 100644 --- a/aeron-driver/src/main/c/aeron_termination_validator.h +++ b/aeron-driver/src/main/c/aeron_termination_validator.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeronmd.c b/aeron-driver/src/main/c/aeronmd.c index ed026e5dbb..c02a6db36f 100644 --- a/aeron-driver/src/main/c/aeronmd.c +++ b/aeron-driver/src/main/c/aeronmd.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/aeronmd.h b/aeron-driver/src/main/c/aeronmd.h index ff2ea9da93..cde29c782d 100644 --- a/aeron-driver/src/main/c/aeronmd.h +++ b/aeron-driver/src/main/c/aeronmd.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/agent/aeron_driver_agent.c b/aeron-driver/src/main/c/agent/aeron_driver_agent.c index 0b453d51f4..babea1d78b 100644 --- a/aeron-driver/src/main/c/agent/aeron_driver_agent.c +++ b/aeron-driver/src/main/c/agent/aeron_driver_agent.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/agent/aeron_driver_agent.h b/aeron-driver/src/main/c/agent/aeron_driver_agent.h index bc62261876..a57a4c3140 100644 --- a/aeron-driver/src/main/c/agent/aeron_driver_agent.h +++ b/aeron-driver/src/main/c/agent/aeron_driver_agent.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.c b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.c index 6360969a4d..c82ea7a2da 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.c +++ b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.h b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.h index 500f777267..40a54e5dd5 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.h +++ b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.c b/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.c index a9b220ec31..c564a0e77c 100644 --- a/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.c +++ b/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.h b/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.h index f764950752..96ab75cf26 100644 --- a/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.h +++ b/aeron-driver/src/main/c/media/aeron_receive_channel_endpoint.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_receive_destination.c b/aeron-driver/src/main/c/media/aeron_receive_destination.c index 75de34eb28..304b58516c 100644 --- a/aeron-driver/src/main/c/media/aeron_receive_destination.c +++ b/aeron-driver/src/main/c/media/aeron_receive_destination.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_receive_destination.h b/aeron-driver/src/main/c/media/aeron_receive_destination.h index adadaa5853..31bd2b55ca 100644 --- a/aeron-driver/src/main/c/media/aeron_receive_destination.h +++ b/aeron-driver/src/main/c/media/aeron_receive_destination.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.c b/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.c index 0a43071d34..c06296afe5 100644 --- a/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.c +++ b/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.h b/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.h index 4b80edaecc..1e72db4fd7 100644 --- a/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.h +++ b/aeron-driver/src/main/c/media/aeron_send_channel_endpoint.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_timestamps.c b/aeron-driver/src/main/c/media/aeron_timestamps.c index b8e1730ed6..bb975351b5 100644 --- a/aeron-driver/src/main/c/media/aeron_timestamps.c +++ b/aeron-driver/src/main/c/media/aeron_timestamps.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_timestamps.h b/aeron-driver/src/main/c/media/aeron_timestamps.h index f0bd2544dc..6233188c9b 100644 --- a/aeron-driver/src/main/c/media/aeron_timestamps.h +++ b/aeron-driver/src/main/c/media/aeron_timestamps.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel.c b/aeron-driver/src/main/c/media/aeron_udp_channel.c index f3ef7c1707..46969bdfb2 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel.h b/aeron-driver/src/main/c/media/aeron_udp_channel.h index ad6f121575..273bb57e78 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport.c b/aeron-driver/src/main/c/media/aeron_udp_channel_transport.c index 57d6a839c2..e4c0c2f84b 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport.h b/aeron-driver/src/main/c/media/aeron_udp_channel_transport.h index 52da7e2ce1..406fedf8b0 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.c b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.c index 4a1b8509ea..87a92212be 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.h b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.h index 8a8294948e..8a8aa2eb7d 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_bindings.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.c b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.c index ddee7e6705..e2f8f2fb10 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.h b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.h index 5a56db57b2..05fcc4ea53 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_fixed_loss.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.c b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.c index 3b841760c7..e1fbce8739 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.h b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.h index 1e0428abf4..e201c1ec9d 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_loss.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.c b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.c index 05e8430198..6e0ed18a70 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.h b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.h index b88b4b021d..74bd6a48e8 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel_transport_multi_gap_loss.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.c b/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.c index 33eb249e9e..1e1b350178 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.c +++ b/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.h b/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.h index aa2f78298c..450e785777 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.h +++ b/aeron-driver/src/main/c/media/aeron_udp_destination_tracker.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_transport_poller.c b/aeron-driver/src/main/c/media/aeron_udp_transport_poller.c index ca26bf4ea8..d289fd805e 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_transport_poller.c +++ b/aeron-driver/src/main/c/media/aeron_udp_transport_poller.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/media/aeron_udp_transport_poller.h b/aeron-driver/src/main/c/media/aeron_udp_transport_poller.h index 9e324e7afc..d03bdfce91 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_transport_poller.h +++ b/aeron-driver/src/main/c/media/aeron_udp_transport_poller.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/uri/aeron_driver_uri.c b/aeron-driver/src/main/c/uri/aeron_driver_uri.c index 052f1cd31a..3ca9bf7186 100644 --- a/aeron-driver/src/main/c/uri/aeron_driver_uri.c +++ b/aeron-driver/src/main/c/uri/aeron_driver_uri.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/c/uri/aeron_driver_uri.h b/aeron-driver/src/main/c/uri/aeron_driver_uri.h index ebf4e10558..70bc168cb3 100644 --- a/aeron-driver/src/main/c/uri/aeron_driver_uri.h +++ b/aeron-driver/src/main/c/uri/aeron_driver_uri.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/AbstractMinMulticastFlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/AbstractMinMulticastFlowControl.java index 076e632c71..a1a0dc7d87 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/AbstractMinMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/AbstractMinMulticastFlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/AeronClient.java b/aeron-driver/src/main/java/io/aeron/driver/AeronClient.java index fb32a27ebe..431762ec0b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/AeronClient.java +++ b/aeron-driver/src/main/java/io/aeron/driver/AeronClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ClientCommandAdapter.java b/aeron-driver/src/main/java/io/aeron/driver/ClientCommandAdapter.java index 46d14a0e87..c6588603f2 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ClientCommandAdapter.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ClientCommandAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java b/aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java index 4530a0fab9..3400cd255b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/CommandProxy.java b/aeron-driver/src/main/java/io/aeron/driver/CommandProxy.java index dba0bdb005..e4d00a10bd 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CommandProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CommandProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/Configuration.java b/aeron-driver/src/main/java/io/aeron/driver/Configuration.java index 31c3cbe91f..e35600bea9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Configuration.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/CongestionControl.java b/aeron-driver/src/main/java/io/aeron/driver/CongestionControl.java index 7c718dec81..283265172b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CongestionControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CongestionControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/CongestionControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/CongestionControlSupplier.java index 0aabc515c8..6f96aa6be6 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CongestionControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CongestionControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/CounterLink.java b/aeron-driver/src/main/java/io/aeron/driver/CounterLink.java index 34b0c38779..d66e7819bd 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CounterLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CounterLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DataPacketDispatcher.java b/aeron-driver/src/main/java/io/aeron/driver/DataPacketDispatcher.java index 99f1ea323c..f1d49aa90c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DataPacketDispatcher.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DataPacketDispatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultAllowTerminationValidator.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultAllowTerminationValidator.java index 2e0ebf40c3..9896952b53 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultAllowTerminationValidator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultAllowTerminationValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultCongestionControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultCongestionControlSupplier.java index ccfb10d297..4c7dd77540 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultCongestionControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultCongestionControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultDenyTerminationValidator.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultDenyTerminationValidator.java index 54512436a4..7da5a7f339 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultDenyTerminationValidator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultDenyTerminationValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultMulticastFlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultMulticastFlowControlSupplier.java index be17a4161e..3a80d28fe6 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultMulticastFlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultNameResolver.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultNameResolver.java index ef99afb990..6feb0fbac2 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultNameResolver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultReceiveChannelEndpointSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultReceiveChannelEndpointSupplier.java index cf96d8238f..9a368daa16 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultReceiveChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultReceiveChannelEndpointSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultSendChannelEndpointSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultSendChannelEndpointSupplier.java index 78f771d256..bb9179a9f8 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultSendChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultSendChannelEndpointSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DefaultUnicastFlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/DefaultUnicastFlowControlSupplier.java index ee4d43bff2..e109609ca8 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultUnicastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultUnicastFlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java b/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java index 8b0e8b7e3b..e56be3f549 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DriverConductorProxy.java b/aeron-driver/src/main/java/io/aeron/driver/DriverConductorProxy.java index 719abe16cb..c166664730 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverConductorProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverConductorProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DriverManagedResource.java b/aeron-driver/src/main/java/io/aeron/driver/DriverManagedResource.java index 3c10ef9cdb..99269eaf83 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverManagedResource.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverManagedResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolver.java b/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolver.java index d9ea52be5a..d3bace8a82 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolverCache.java b/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolverCache.java index 714b369d04..defb3435ad 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolverCache.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverNameResolverCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/DutyCycleTracker.java b/aeron-driver/src/main/java/io/aeron/driver/DutyCycleTracker.java index 76e7ef41da..20031e3492 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DutyCycleTracker.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DutyCycleTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/FeedbackDelayGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/FeedbackDelayGenerator.java index 3d435a70b7..69e42dd6c5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/FeedbackDelayGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/FeedbackDelayGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/FlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/FlowControl.java index 013c8d2d1f..9b854efa92 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/FlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/FlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/FlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/FlowControlSupplier.java index 2cce319ad2..9bbab8954a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/FlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/FlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/IpcPublication.java b/aeron-driver/src/main/java/io/aeron/driver/IpcPublication.java index 89c1b3c6a7..44f14703c9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/IpcPublication.java +++ b/aeron-driver/src/main/java/io/aeron/driver/IpcPublication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/IpcSubscriptionLink.java b/aeron-driver/src/main/java/io/aeron/driver/IpcSubscriptionLink.java index 7581c4ee3c..a72a09eded 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/IpcSubscriptionLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/IpcSubscriptionLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/LossDetector.java b/aeron-driver/src/main/java/io/aeron/driver/LossDetector.java index 8c4eb74a36..da66826e23 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/LossDetector.java +++ b/aeron-driver/src/main/java/io/aeron/driver/LossDetector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/LossHandler.java b/aeron-driver/src/main/java/io/aeron/driver/LossHandler.java index 55c5eeefc7..48d891fbc4 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/LossHandler.java +++ b/aeron-driver/src/main/java/io/aeron/driver/LossHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControl.java index 7025f99ac6..9461255b28 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControlSupplier.java index d387564373..c1262a9743 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java b/aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java index e11a42271b..67016df576 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControl.java index 0c816c307d..f62023f33a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControlSupplier.java index 5a685d4e1b..cbea175ce9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/NameResolver.java b/aeron-driver/src/main/java/io/aeron/driver/NameResolver.java index 314e79323b..977cb13309 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NameResolver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/NamedCompositeAgent.java b/aeron-driver/src/main/java/io/aeron/driver/NamedCompositeAgent.java index d8ad5eecb5..0e3a3fdd91 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NamedCompositeAgent.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NamedCompositeAgent.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/NetworkPublication.java b/aeron-driver/src/main/java/io/aeron/driver/NetworkPublication.java index 7310461bfc..a6683ca556 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NetworkPublication.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NetworkPublication.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/NetworkPublicationThreadLocals.java b/aeron-driver/src/main/java/io/aeron/driver/NetworkPublicationThreadLocals.java index c67f77e271..e2b70439b7 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NetworkPublicationThreadLocals.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NetworkPublicationThreadLocals.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/NetworkSubscriptionLink.java b/aeron-driver/src/main/java/io/aeron/driver/NetworkSubscriptionLink.java index 89965b1815..efc1b17fde 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NetworkSubscriptionLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NetworkSubscriptionLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/OptimalMulticastDelayGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/OptimalMulticastDelayGenerator.java index f05fb32f2c..525328d097 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/OptimalMulticastDelayGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/OptimalMulticastDelayGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/PendingSetupMessageFromSource.java b/aeron-driver/src/main/java/io/aeron/driver/PendingSetupMessageFromSource.java index b0fc8645a8..2102bc8eac 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PendingSetupMessageFromSource.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PendingSetupMessageFromSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControl.java index 10c110ed52..a177571455 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControlSupplier.java index 8a2f21b4e2..33abc05d2b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java b/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java index 73e0afdf0b..385c8ab781 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/PublicationLink.java b/aeron-driver/src/main/java/io/aeron/driver/PublicationLink.java index 47925e6a3b..f8b6a46715 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PublicationLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/PublicationParams.java b/aeron-driver/src/main/java/io/aeron/driver/PublicationParams.java index f3f120a855..45587d4493 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PublicationParams.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ReceiveChannelEndpointSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/ReceiveChannelEndpointSupplier.java index 6381c259d3..eeb1a005b0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ReceiveChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ReceiveChannelEndpointSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/Receiver.java b/aeron-driver/src/main/java/io/aeron/driver/Receiver.java index a4ea87edd1..f24b43a175 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Receiver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Receiver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ReceiverLivenessTracker.java b/aeron-driver/src/main/java/io/aeron/driver/ReceiverLivenessTracker.java index be488f1edd..2d97badce0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ReceiverLivenessTracker.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ReceiverLivenessTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java b/aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java index 486ada901c..b1c49d8ad1 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/RetransmitHandler.java b/aeron-driver/src/main/java/io/aeron/driver/RetransmitHandler.java index 2ed6d4ed29..ca5c430809 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/RetransmitHandler.java +++ b/aeron-driver/src/main/java/io/aeron/driver/RetransmitHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/RetransmitSender.java b/aeron-driver/src/main/java/io/aeron/driver/RetransmitSender.java index 2fcd13288f..8d849213fb 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/RetransmitSender.java +++ b/aeron-driver/src/main/java/io/aeron/driver/RetransmitSender.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SendChannelEndpointSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/SendChannelEndpointSupplier.java index 5db12a8890..8960c18d12 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SendChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SendChannelEndpointSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/Sender.java b/aeron-driver/src/main/java/io/aeron/driver/Sender.java index 2d93fb688c..6c8120435f 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Sender.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Sender.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java b/aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java index ff7daa9343..7d52a609e5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SessionKey.java b/aeron-driver/src/main/java/io/aeron/driver/SessionKey.java index 2bb958421b..b4b8ea97ac 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SessionKey.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SessionKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SpySubscriptionLink.java b/aeron-driver/src/main/java/io/aeron/driver/SpySubscriptionLink.java index da74f9fe4e..c3a3e6f562 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SpySubscriptionLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SpySubscriptionLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/StaticDelayGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/StaticDelayGenerator.java index 9a383b28f8..0a8e64b2dc 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/StaticDelayGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/StaticDelayGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/StaticWindowCongestionControl.java b/aeron-driver/src/main/java/io/aeron/driver/StaticWindowCongestionControl.java index bf121b7e5f..c6bb4c9ea5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/StaticWindowCongestionControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/StaticWindowCongestionControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/Subscribable.java b/aeron-driver/src/main/java/io/aeron/driver/Subscribable.java index 7f94d5639b..0394705d75 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Subscribable.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Subscribable.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SubscriberPosition.java b/aeron-driver/src/main/java/io/aeron/driver/SubscriberPosition.java index 748f98b490..f88349935a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SubscriberPosition.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SubscriberPosition.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java b/aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java index 7e24bd6267..132f8d9571 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/SubscriptionParams.java b/aeron-driver/src/main/java/io/aeron/driver/SubscriptionParams.java index 292f51a5bf..b4d39c41a7 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SubscriptionParams.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SubscriptionParams.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControl.java index c7052fae51..61bd9e3745 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControlSupplier.java index 460b43d057..0a94a416c9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/TaggedMulticastFlowControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/TerminationValidator.java b/aeron-driver/src/main/java/io/aeron/driver/TerminationValidator.java index ec44e0d562..4fbdec2bdf 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/TerminationValidator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/TerminationValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java b/aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java index 300b3f6815..675acc5394 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/TimeTrackingNameResolver.java b/aeron-driver/src/main/java/io/aeron/driver/TimeTrackingNameResolver.java index 017adef8ca..ca0400d0c9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/TimeTrackingNameResolver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/TimeTrackingNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/UnicastFlowControl.java b/aeron-driver/src/main/java/io/aeron/driver/UnicastFlowControl.java index 38da930c63..aa535e93c1 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/UnicastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/UnicastFlowControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/UntetheredSubscription.java b/aeron-driver/src/main/java/io/aeron/driver/UntetheredSubscription.java index 263be2dfa4..274a43eae2 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/UntetheredSubscription.java +++ b/aeron-driver/src/main/java/io/aeron/driver/UntetheredSubscription.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/buffer/FileStoreLogFactory.java b/aeron-driver/src/main/java/io/aeron/driver/buffer/FileStoreLogFactory.java index b5f79a984e..6fa3b80086 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/buffer/FileStoreLogFactory.java +++ b/aeron-driver/src/main/java/io/aeron/driver/buffer/FileStoreLogFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/buffer/LogFactory.java b/aeron-driver/src/main/java/io/aeron/driver/buffer/LogFactory.java index c486907131..18166c621f 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/buffer/LogFactory.java +++ b/aeron-driver/src/main/java/io/aeron/driver/buffer/LogFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/buffer/MappedRawLog.java b/aeron-driver/src/main/java/io/aeron/driver/buffer/MappedRawLog.java index 54c67474e0..2e147151e5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/buffer/MappedRawLog.java +++ b/aeron-driver/src/main/java/io/aeron/driver/buffer/MappedRawLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/buffer/RawLog.java b/aeron-driver/src/main/java/io/aeron/driver/buffer/RawLog.java index 4c7296b29d..b2d7cf322e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/buffer/RawLog.java +++ b/aeron-driver/src/main/java/io/aeron/driver/buffer/RawLog.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/buffer/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/buffer/package-info.java index a51b8c0850..65c1dcc1a5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/buffer/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/buffer/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/exceptions/ActiveDriverException.java b/aeron-driver/src/main/java/io/aeron/driver/exceptions/ActiveDriverException.java index 859b4415bd..24c64e87fe 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/exceptions/ActiveDriverException.java +++ b/aeron-driver/src/main/java/io/aeron/driver/exceptions/ActiveDriverException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/exceptions/InvalidChannelException.java b/aeron-driver/src/main/java/io/aeron/driver/exceptions/InvalidChannelException.java index 1d014b9eb4..b87e688dc4 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/exceptions/InvalidChannelException.java +++ b/aeron-driver/src/main/java/io/aeron/driver/exceptions/InvalidChannelException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/exceptions/UnknownSubscriptionException.java b/aeron-driver/src/main/java/io/aeron/driver/exceptions/UnknownSubscriptionException.java index 798e4cb245..8871c64061 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/exceptions/UnknownSubscriptionException.java +++ b/aeron-driver/src/main/java/io/aeron/driver/exceptions/UnknownSubscriptionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/exceptions/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/exceptions/package-info.java index cd3e007277..e048796382 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/exceptions/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/exceptions/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControl.java b/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControl.java index 99243e66a5..b11cc685db 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControl.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlConfiguration.java b/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlConfiguration.java index 2751ce161a..ad5cb125b0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlConfiguration.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlSupplier.java index c3f425388f..5cff9eca9a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/CubicCongestionControlSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/DebugChannelEndpointConfiguration.java b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugChannelEndpointConfiguration.java index d9fbaef883..34dab22bd7 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/DebugChannelEndpointConfiguration.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugChannelEndpointConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpoint.java b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpoint.java index 40ad7b3816..7a5f2039ed 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpoint.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpointSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpointSupplier.java index 85fbb9ba0a..2ababa5bbb 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugReceiveChannelEndpointSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpoint.java b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpoint.java index 840a977937..54e4ac9c11 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpoint.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpointSupplier.java b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpointSupplier.java index 6df0c3d3a2..620f604fea 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/DebugSendChannelEndpointSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/FixedLossGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/ext/FixedLossGenerator.java index 693c073ddf..5876da1cb0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/FixedLossGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/FixedLossGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/LossGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/ext/LossGenerator.java index 1665b0ecbd..7d7c1f1f0a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/LossGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/LossGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/MultiGapLossGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/ext/MultiGapLossGenerator.java index cc3aee1e02..dd80b4764c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/MultiGapLossGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/MultiGapLossGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/RandomLossGenerator.java b/aeron-driver/src/main/java/io/aeron/driver/ext/RandomLossGenerator.java index 8f0b5e1be5..4354e259a3 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/RandomLossGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/RandomLossGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/ext/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/ext/package-info.java index 1d8812bb26..bc74609f60 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ext/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ext/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/ControlMode.java b/aeron-driver/src/main/java/io/aeron/driver/media/ControlMode.java index e3d73e3af3..5ec529fda1 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ControlMode.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ControlMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/ControlTransportPoller.java b/aeron-driver/src/main/java/io/aeron/driver/media/ControlTransportPoller.java index 390931cab9..a52f2e1c91 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ControlTransportPoller.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ControlTransportPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/DataTransportPoller.java b/aeron-driver/src/main/java/io/aeron/driver/media/DataTransportPoller.java index 5bc8710b5a..13f5b8973c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/DataTransportPoller.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/DataTransportPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/ImageConnection.java b/aeron-driver/src/main/java/io/aeron/driver/media/ImageConnection.java index cd53bf4272..f7e4e769e2 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ImageConnection.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ImageConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/InterfaceSearchAddress.java b/aeron-driver/src/main/java/io/aeron/driver/media/InterfaceSearchAddress.java index a10d67d145..906c779d9c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/InterfaceSearchAddress.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/InterfaceSearchAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/MultiRcvDestination.java b/aeron-driver/src/main/java/io/aeron/driver/media/MultiRcvDestination.java index 87c091b734..646fa6e49d 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/MultiRcvDestination.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/MultiRcvDestination.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/NetworkInterfaceShim.java b/aeron-driver/src/main/java/io/aeron/driver/media/NetworkInterfaceShim.java index 78520010d9..5bed60e799 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/NetworkInterfaceShim.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/NetworkInterfaceShim.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/NetworkUtil.java b/aeron-driver/src/main/java/io/aeron/driver/media/NetworkUtil.java index a9fd04f26a..460d020aa0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/NetworkUtil.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/NetworkUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/PortManager.java b/aeron-driver/src/main/java/io/aeron/driver/media/PortManager.java index dfc564706a..0093f737ae 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/PortManager.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/PortManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpoint.java b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpoint.java index f983ffa4e0..b105646780 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpoint.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java index bf41dee354..bec0f062c5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveChannelEndpointThreadLocals.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationTransport.java b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationTransport.java index 8af4b2f512..3f40bc9f3a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationTransport.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java b/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java index c8eedeb76c..e05f49353c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/SendChannelEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressParser.java b/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressParser.java index 9edf1555d8..8b24172725 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressParser.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannel.java b/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannel.java index bd07c15ed2..0be70be071 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannel.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannel.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannelTransport.java b/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannelTransport.java index 6fced2553e..9a1c438b7d 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannelTransport.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/UdpChannelTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/UdpNameResolutionTransport.java b/aeron-driver/src/main/java/io/aeron/driver/media/UdpNameResolutionTransport.java index 4ca6f88416..2e6283f742 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/UdpNameResolutionTransport.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/UdpNameResolutionTransport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/UdpTransportPoller.java b/aeron-driver/src/main/java/io/aeron/driver/media/UdpTransportPoller.java index 6d45c32bc1..fa647136fc 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/UdpTransportPoller.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/UdpTransportPoller.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/WildcardPortManager.java b/aeron-driver/src/main/java/io/aeron/driver/media/WildcardPortManager.java index cb13088d48..dc117e8794 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/WildcardPortManager.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/WildcardPortManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/media/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/media/package-info.java index 2903756f85..92ca7b10cc 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/package-info.java index cca8f85c5d..af1082ae9a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/reports/LossReport.java b/aeron-driver/src/main/java/io/aeron/driver/reports/LossReport.java index 7bd2deeb9f..5f79cbe2b3 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/reports/LossReport.java +++ b/aeron-driver/src/main/java/io/aeron/driver/reports/LossReport.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportReader.java b/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportReader.java index 90d0896cfd..6a10c9dc8c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportReader.java +++ b/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportUtil.java b/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportUtil.java index 7a22df94d1..82c1b45d72 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportUtil.java +++ b/aeron-driver/src/main/java/io/aeron/driver/reports/LossReportUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/reports/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/reports/package-info.java index 13e9b4b2a0..dddd5c15b0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/reports/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/reports/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatTimestamp.java b/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatTimestamp.java index 0e8d71fbab..7e90afb77a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatTimestamp.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/DutyCycleStallTracker.java b/aeron-driver/src/main/java/io/aeron/driver/status/DutyCycleStallTracker.java index d43d468796..5d7fb16fd5 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/DutyCycleStallTracker.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/DutyCycleStallTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/FlowControlReceivers.java b/aeron-driver/src/main/java/io/aeron/driver/status/FlowControlReceivers.java index 449edcfa24..998c8d9f11 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/FlowControlReceivers.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/FlowControlReceivers.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/MdcDestinations.java b/aeron-driver/src/main/java/io/aeron/driver/status/MdcDestinations.java index e607295a2d..72e3824a80 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/MdcDestinations.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/MdcDestinations.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/PerImageIndicator.java b/aeron-driver/src/main/java/io/aeron/driver/status/PerImageIndicator.java index 6afc8fbc81..e6c01545da 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/PerImageIndicator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/PerImageIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/PublisherLimit.java b/aeron-driver/src/main/java/io/aeron/driver/status/PublisherLimit.java index 9041cf5296..57a80bc1ba 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/PublisherLimit.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/PublisherLimit.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/PublisherPos.java b/aeron-driver/src/main/java/io/aeron/driver/status/PublisherPos.java index fd937ea69b..69c70316d7 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/PublisherPos.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/PublisherPos.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveChannelStatus.java b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveChannelStatus.java index e0f6e2ef9c..1e7d0e4cab 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveChannelStatus.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveChannelStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveLocalSocketAddress.java b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveLocalSocketAddress.java index 5ec5a2ba72..4ebb770f32 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveLocalSocketAddress.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiveLocalSocketAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverHwm.java b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverHwm.java index 7ed17a6ce6..e999b23a88 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverHwm.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverHwm.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverPos.java b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverPos.java index b9c88405e1..8695bc9f90 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverPos.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/ReceiverPos.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SendChannelStatus.java b/aeron-driver/src/main/java/io/aeron/driver/status/SendChannelStatus.java index d957fdd9d0..fff36cbfc9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SendChannelStatus.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SendChannelStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SendLocalSocketAddress.java b/aeron-driver/src/main/java/io/aeron/driver/status/SendLocalSocketAddress.java index 63806d8935..fddf01b937 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SendLocalSocketAddress.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SendLocalSocketAddress.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SenderBpe.java b/aeron-driver/src/main/java/io/aeron/driver/status/SenderBpe.java index fdd43a1949..50846e2447 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SenderBpe.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SenderBpe.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SenderLimit.java b/aeron-driver/src/main/java/io/aeron/driver/status/SenderLimit.java index bcb621bbe7..cd9549b875 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SenderLimit.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SenderLimit.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SenderPos.java b/aeron-driver/src/main/java/io/aeron/driver/status/SenderPos.java index 5c1d57f00e..97db837381 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SenderPos.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SenderPos.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/StatusUtil.java b/aeron-driver/src/main/java/io/aeron/driver/status/StatusUtil.java index 532a94fb3a..4995d595af 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/StatusUtil.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/StatusUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/StreamCounter.java b/aeron-driver/src/main/java/io/aeron/driver/status/StreamCounter.java index 942c8bd4ff..116d7f2667 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/StreamCounter.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/StreamCounter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SubscriberPos.java b/aeron-driver/src/main/java/io/aeron/driver/status/SubscriberPos.java index 592b524a1b..ccb19d5ac8 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SubscriberPos.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SubscriberPos.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounterDescriptor.java b/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounterDescriptor.java index c4b6ee552d..4e96c4d033 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounterDescriptor.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounterDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounters.java b/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounters.java index bc3bcd3049..18d02aa25c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounters.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/SystemCounters.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/main/java/io/aeron/driver/status/package-info.java b/aeron-driver/src/main/java/io/aeron/driver/status/package-info.java index 56723a6824..6a8b359601 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/package-info.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/CMakeLists.txt b/aeron-driver/src/test/c/CMakeLists.txt index 0f390f1881..d81a2d25c7 100644 --- a/aeron-driver/src/test/c/CMakeLists.txt +++ b/aeron-driver/src/test/c/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-driver/src/test/c/EmbeddedMediaDriver.h b/aeron-driver/src/test/c/EmbeddedMediaDriver.h index 9870b6bc9a..99b5497d83 100644 --- a/aeron-driver/src/test/c/EmbeddedMediaDriver.h +++ b/aeron-driver/src/test/c/EmbeddedMediaDriver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_c_cnc_test.cpp b/aeron-driver/src/test/c/aeron_c_cnc_test.cpp index 2415200e6b..f29b135f5b 100644 --- a/aeron-driver/src/test/c/aeron_c_cnc_test.cpp +++ b/aeron-driver/src/test/c/aeron_c_cnc_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_c_local_addresses_test.cpp b/aeron-driver/src/test/c/aeron_c_local_addresses_test.cpp index f4fae1624a..abf0f40716 100644 --- a/aeron-driver/src/test/c/aeron_c_local_addresses_test.cpp +++ b/aeron-driver/src/test/c/aeron_c_local_addresses_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_c_multi_destination_test.cpp b/aeron-driver/src/test/c/aeron_c_multi_destination_test.cpp index d51c0b1003..7415c6dd89 100644 --- a/aeron-driver/src/test/c/aeron_c_multi_destination_test.cpp +++ b/aeron-driver/src/test/c/aeron_c_multi_destination_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_c_system_test.cpp b/aeron-driver/src/test/c/aeron_c_system_test.cpp index 05edb47a83..2c8ebc3c56 100644 --- a/aeron-driver/src/test/c/aeron_c_system_test.cpp +++ b/aeron-driver/src/test/c/aeron_c_system_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_c_terminate_test.cpp b/aeron-driver/src/test/c/aeron_c_terminate_test.cpp index b756cf758e..9e6870ebf4 100644 --- a/aeron-driver/src/test/c/aeron_c_terminate_test.cpp +++ b/aeron-driver/src/test/c/aeron_c_terminate_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_congestion_control_test.cpp b/aeron-driver/src/test/c/aeron_congestion_control_test.cpp index 5813342e3f..177e3a6239 100644 --- a/aeron-driver/src/test/c/aeron_congestion_control_test.cpp +++ b/aeron-driver/src/test/c/aeron_congestion_control_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_counters_manager_test.cpp b/aeron-driver/src/test/c/aeron_counters_manager_test.cpp index 63afd96cd7..bb54604bc5 100755 --- a/aeron-driver/src/test/c/aeron_counters_manager_test.cpp +++ b/aeron-driver/src/test/c/aeron_counters_manager_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_data_packet_dispatcher_test.cpp b/aeron-driver/src/test/c/aeron_data_packet_dispatcher_test.cpp index ee731dd1e7..bf10bb4ebf 100644 --- a/aeron-driver/src/test/c/aeron_data_packet_dispatcher_test.cpp +++ b/aeron-driver/src/test/c/aeron_data_packet_dispatcher_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_clock_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_clock_test.cpp index a5a7d92d97..b792ac365c 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_clock_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_clock_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_config_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_config_test.cpp index d83389bc2b..7b3a752124 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_config_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_config_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_counter_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_counter_test.cpp index fb19d32633..2b9a3b6393 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_counter_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_counter_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_ipc_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_ipc_test.cpp index 29f4eb0e7f..bf4a290757 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_ipc_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_ipc_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_network_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_network_test.cpp index 61e45f5245..6fcb5559bf 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_network_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_network_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_pub_sub_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_pub_sub_test.cpp index d908c7dbe7..dfbf530e8f 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_pub_sub_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_pub_sub_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_spy_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_spy_test.cpp index 0f307cffda..57f9afb5f7 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_spy_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_spy_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_subscribable_test.cpp b/aeron-driver/src/test/c/aeron_driver_conductor_subscribable_test.cpp index 99c20ac4bc..36025cb2cd 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_subscribable_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_conductor_subscribable_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_conductor_test.h b/aeron-driver/src/test/c/aeron_driver_conductor_test.h index 9a4c3ee90b..1515826174 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_test.h +++ b/aeron-driver/src/test/c/aeron_driver_conductor_test.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_configuration_test.cpp b/aeron-driver/src/test/c/aeron_driver_configuration_test.cpp index 039475b608..1d76164596 100644 --- a/aeron-driver/src/test/c/aeron_driver_configuration_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_configuration_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_context_config_test.cpp b/aeron-driver/src/test/c/aeron_driver_context_config_test.cpp index 19d05293cb..c963b2cffb 100644 --- a/aeron-driver/src/test/c/aeron_driver_context_config_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_context_config_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_driver_uri_test.cpp b/aeron-driver/src/test/c/aeron_driver_uri_test.cpp index 56ca497e86..dfb366700a 100644 --- a/aeron-driver/src/test/c/aeron_driver_uri_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_uri_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_errors_test.cpp b/aeron-driver/src/test/c/aeron_errors_test.cpp index 6d96edccce..b91f521bfd 100644 --- a/aeron-driver/src/test/c/aeron_errors_test.cpp +++ b/aeron-driver/src/test/c/aeron_errors_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_flow_control_test.cpp b/aeron-driver/src/test/c/aeron_flow_control_test.cpp index 1ae5f18643..1307ab0296 100644 --- a/aeron-driver/src/test/c/aeron_flow_control_test.cpp +++ b/aeron-driver/src/test/c/aeron_flow_control_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_ipc_publication_test.cpp b/aeron-driver/src/test/c/aeron_ipc_publication_test.cpp index 4782c1f3b5..edd42f4eee 100644 --- a/aeron-driver/src/test/c/aeron_ipc_publication_test.cpp +++ b/aeron-driver/src/test/c/aeron_ipc_publication_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp b/aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp index e773e10f25..739f1dac3d 100644 --- a/aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp +++ b/aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_loss_detector_test.cpp b/aeron-driver/src/test/c/aeron_loss_detector_test.cpp index f6c9999f8c..ddc36c2388 100644 --- a/aeron-driver/src/test/c/aeron_loss_detector_test.cpp +++ b/aeron-driver/src/test/c/aeron_loss_detector_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_loss_reporter_test.cpp b/aeron-driver/src/test/c/aeron_loss_reporter_test.cpp index 30209d0bd5..0505ca128e 100644 --- a/aeron-driver/src/test/c/aeron_loss_reporter_test.cpp +++ b/aeron-driver/src/test/c/aeron_loss_reporter_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_name_resolver_cache_test.cpp b/aeron-driver/src/test/c/aeron_name_resolver_cache_test.cpp index 447a5ac016..bac3c13151 100644 --- a/aeron-driver/src/test/c/aeron_name_resolver_cache_test.cpp +++ b/aeron-driver/src/test/c/aeron_name_resolver_cache_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_name_resolver_test.cpp b/aeron-driver/src/test/c/aeron_name_resolver_test.cpp index 8710f3cd11..c794c2f796 100644 --- a/aeron-driver/src/test/c/aeron_name_resolver_test.cpp +++ b/aeron-driver/src/test/c/aeron_name_resolver_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_network_publication_test.cpp b/aeron-driver/src/test/c/aeron_network_publication_test.cpp index 1117343414..0b29d45152 100644 --- a/aeron-driver/src/test/c/aeron_network_publication_test.cpp +++ b/aeron-driver/src/test/c/aeron_network_publication_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_parse_util_test.cpp b/aeron-driver/src/test/c/aeron_parse_util_test.cpp index 98afd480f1..89359ba9ed 100644 --- a/aeron-driver/src/test/c/aeron_parse_util_test.cpp +++ b/aeron-driver/src/test/c/aeron_parse_util_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_position_test.cpp b/aeron-driver/src/test/c/aeron_position_test.cpp index a534980de3..21f0ec6703 100644 --- a/aeron-driver/src/test/c/aeron_position_test.cpp +++ b/aeron-driver/src/test/c/aeron_position_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_properties_test.cpp b/aeron-driver/src/test/c/aeron_properties_test.cpp index a197a1ca00..8f4d63e3e3 100644 --- a/aeron-driver/src/test/c/aeron_properties_test.cpp +++ b/aeron-driver/src/test/c/aeron_properties_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_publication_image_test.cpp b/aeron-driver/src/test/c/aeron_publication_image_test.cpp index c4c302f12e..49f646695f 100644 --- a/aeron-driver/src/test/c/aeron_publication_image_test.cpp +++ b/aeron-driver/src/test/c/aeron_publication_image_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_receiver_test.h b/aeron-driver/src/test/c/aeron_receiver_test.h index 82da5a8d07..e2f8b1cfa6 100644 --- a/aeron-driver/src/test/c/aeron_receiver_test.h +++ b/aeron-driver/src/test/c/aeron_receiver_test.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp b/aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp index 2e1da3e2fc..d1d3fb3464 100755 --- a/aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp +++ b/aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_term_gap_filler_test.cpp b/aeron-driver/src/test/c/aeron_term_gap_filler_test.cpp index 59e0d0e696..34b99bfca0 100644 --- a/aeron-driver/src/test/c/aeron_term_gap_filler_test.cpp +++ b/aeron-driver/src/test/c/aeron_term_gap_filler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_term_scanner_test.cpp b/aeron-driver/src/test/c/aeron_term_scanner_test.cpp index 0c8e9216a2..25f58ed62f 100644 --- a/aeron-driver/src/test/c/aeron_term_scanner_test.cpp +++ b/aeron-driver/src/test/c/aeron_term_scanner_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_test_base.h b/aeron-driver/src/test/c/aeron_test_base.h index 3f308fe9e4..399651d056 100644 --- a/aeron-driver/src/test/c/aeron_test_base.h +++ b/aeron-driver/src/test/c/aeron_test_base.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_test_udp_bindings.h b/aeron-driver/src/test/c/aeron_test_udp_bindings.h index 051b28d8c3..007bc2d5e9 100644 --- a/aeron-driver/src/test/c/aeron_test_udp_bindings.h +++ b/aeron-driver/src/test/c/aeron_test_udp_bindings.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_timestamps_test.cpp b/aeron-driver/src/test/c/aeron_timestamps_test.cpp index 8d949c7c59..80f42557bf 100644 --- a/aeron-driver/src/test/c/aeron_timestamps_test.cpp +++ b/aeron-driver/src/test/c/aeron_timestamps_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/aeron_udp_channel_test.cpp b/aeron-driver/src/test/c/aeron_udp_channel_test.cpp index 4fe3887a1c..3c92a55795 100644 --- a/aeron-driver/src/test/c/aeron_udp_channel_test.cpp +++ b/aeron-driver/src/test/c/aeron_udp_channel_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/agent/aeron_driver_agent_test.cpp b/aeron-driver/src/test/c/agent/aeron_driver_agent_test.cpp index 2e611a3e26..097f1337f6 100644 --- a/aeron-driver/src/test/c/agent/aeron_driver_agent_test.cpp +++ b/aeron-driver/src/test/c/agent/aeron_driver_agent_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/media/aeron_udp_channel_transport_loss_test.cpp b/aeron-driver/src/test/c/media/aeron_udp_channel_transport_loss_test.cpp index 3c5f7cbe45..1bec74d899 100644 --- a/aeron-driver/src/test/c/media/aeron_udp_channel_transport_loss_test.cpp +++ b/aeron-driver/src/test/c/media/aeron_udp_channel_transport_loss_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/c/media/aeron_udp_channel_transport_multi_gap_loss_test.cpp b/aeron-driver/src/test/c/media/aeron_udp_channel_transport_multi_gap_loss_test.cpp index 22a8728cf6..a85e409c82 100644 --- a/aeron-driver/src/test/c/media/aeron_udp_channel_transport_multi_gap_loss_test.cpp +++ b/aeron-driver/src/test/c/media/aeron_udp_channel_transport_multi_gap_loss_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/ClientCommandAdapterTest.java b/aeron-driver/src/test/java/io/aeron/driver/ClientCommandAdapterTest.java index dfbbb6689c..de339b405a 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ClientCommandAdapterTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ClientCommandAdapterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/DataPacketDispatcherTest.java b/aeron-driver/src/test/java/io/aeron/driver/DataPacketDispatcherTest.java index e4989213d5..1e3f3a841d 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/DataPacketDispatcherTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/DataPacketDispatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/DefaultMulticastFlowControlSupplierTest.java b/aeron-driver/src/test/java/io/aeron/driver/DefaultMulticastFlowControlSupplierTest.java index f160d96956..7ba0840dc6 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/DefaultMulticastFlowControlSupplierTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/DefaultMulticastFlowControlSupplierTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/DefaultNameResolverTest.java b/aeron-driver/src/test/java/io/aeron/driver/DefaultNameResolverTest.java index a65f724744..2ddaef39cb 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/DefaultNameResolverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/DefaultNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/DriverConductorTest.java b/aeron-driver/src/test/java/io/aeron/driver/DriverConductorTest.java index 9c9a26f434..a23b87e9e2 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/DriverConductorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/DriverConductorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/FlowControlTest.java b/aeron-driver/src/test/java/io/aeron/driver/FlowControlTest.java index d1a5a136f0..f61dfc2184 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/FlowControlTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/FlowControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/IpcPublicationTest.java b/aeron-driver/src/test/java/io/aeron/driver/IpcPublicationTest.java index 62aa274e83..4c02198436 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/IpcPublicationTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/IpcPublicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/LossDetectorTest.java b/aeron-driver/src/test/java/io/aeron/driver/LossDetectorTest.java index 52e3e87f2f..85376d7ec7 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/LossDetectorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/LossDetectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/MediaDriverContextTest.java b/aeron-driver/src/test/java/io/aeron/driver/MediaDriverContextTest.java index 21213a55eb..4c29f0851e 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/MediaDriverContextTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/MediaDriverContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/MediaDriverTest.java b/aeron-driver/src/test/java/io/aeron/driver/MediaDriverTest.java index 396641a3bb..6e43e0b141 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/MediaDriverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/MediaDriverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/MinMulticastFlowControlTest.java b/aeron-driver/src/test/java/io/aeron/driver/MinMulticastFlowControlTest.java index 2dc33ce925..5107064ed8 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/MinMulticastFlowControlTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/MinMulticastFlowControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/OptimalMulticastDelayGeneratorTest.java b/aeron-driver/src/test/java/io/aeron/driver/OptimalMulticastDelayGeneratorTest.java index 31c6fdb26c..d92fabb519 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/OptimalMulticastDelayGeneratorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/OptimalMulticastDelayGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/PublicationParamsTest.java b/aeron-driver/src/test/java/io/aeron/driver/PublicationParamsTest.java index d600c2a7eb..a2c3a753e3 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/PublicationParamsTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/PublicationParamsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/ReceiverLivenessTrackerTest.java b/aeron-driver/src/test/java/io/aeron/driver/ReceiverLivenessTrackerTest.java index 8db2525f18..7eb9a3579a 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ReceiverLivenessTrackerTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ReceiverLivenessTrackerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java b/aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java index 2f113d4067..eb4eb2d8a2 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/RetransmitHandlerTest.java b/aeron-driver/src/test/java/io/aeron/driver/RetransmitHandlerTest.java index 8c527428be..d99202155a 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/RetransmitHandlerTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/RetransmitHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/SelectorAndTransportTest.java b/aeron-driver/src/test/java/io/aeron/driver/SelectorAndTransportTest.java index bd3bef9634..11c709148f 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/SelectorAndTransportTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/SelectorAndTransportTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/SenderTest.java b/aeron-driver/src/test/java/io/aeron/driver/SenderTest.java index 3c95dc6bd1..4663ca279d 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/SenderTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/SenderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/StaticWindowCongestionControlTest.java b/aeron-driver/src/test/java/io/aeron/driver/StaticWindowCongestionControlTest.java index 2e20787f74..01b8d9d624 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/StaticWindowCongestionControlTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/StaticWindowCongestionControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/TaggedMulticastFlowControlTest.java b/aeron-driver/src/test/java/io/aeron/driver/TaggedMulticastFlowControlTest.java index 510ca494ce..c2616e63e4 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/TaggedMulticastFlowControlTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/TaggedMulticastFlowControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/TerminateDriverTest.java b/aeron-driver/src/test/java/io/aeron/driver/TerminateDriverTest.java index 428d220712..d08f014357 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/TerminateDriverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/TerminateDriverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/TimeTrackingNameResolverTest.java b/aeron-driver/src/test/java/io/aeron/driver/TimeTrackingNameResolverTest.java index 2994a6b8ef..def9b18384 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/TimeTrackingNameResolverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/TimeTrackingNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/UdpChannelTest.java b/aeron-driver/src/test/java/io/aeron/driver/UdpChannelTest.java index c0237b4b76..8ae8846066 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/UdpChannelTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/UdpChannelTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/UntetheredSubscriptionTest.java b/aeron-driver/src/test/java/io/aeron/driver/UntetheredSubscriptionTest.java index a459161339..58014689e0 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/UntetheredSubscriptionTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/UntetheredSubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/buffer/FileStoreLogFactoryTest.java b/aeron-driver/src/test/java/io/aeron/driver/buffer/FileStoreLogFactoryTest.java index 9d7fe7e715..2b036a01cc 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/buffer/FileStoreLogFactoryTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/buffer/FileStoreLogFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/buffer/TestLogFactory.java b/aeron-driver/src/test/java/io/aeron/driver/buffer/TestLogFactory.java index 9610eacfb1..b1ad0fb1b9 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/buffer/TestLogFactory.java +++ b/aeron-driver/src/test/java/io/aeron/driver/buffer/TestLogFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/ext/CubicCongestionControlTest.java b/aeron-driver/src/test/java/io/aeron/driver/ext/CubicCongestionControlTest.java index d7d5d1c601..5b07749e4c 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ext/CubicCongestionControlTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ext/CubicCongestionControlTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/ext/FixedLossGeneratorTest.java b/aeron-driver/src/test/java/io/aeron/driver/ext/FixedLossGeneratorTest.java index 3fe0a219dc..a57553e455 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ext/FixedLossGeneratorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ext/FixedLossGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/ext/MultiGapLossGeneratorTest.java b/aeron-driver/src/test/java/io/aeron/driver/ext/MultiGapLossGeneratorTest.java index e0918454d5..aec37c3fb1 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ext/MultiGapLossGeneratorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ext/MultiGapLossGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/media/NetworkUtilTest.java b/aeron-driver/src/test/java/io/aeron/driver/media/NetworkUtilTest.java index 090990e111..593d0fcbe7 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/media/NetworkUtilTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/media/NetworkUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressParserTest.java b/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressParserTest.java index 302e8a53bb..1eff20596d 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressParserTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/media/WildcardPortManagerTest.java b/aeron-driver/src/test/java/io/aeron/driver/media/WildcardPortManagerTest.java index 7fc2fe5299..521d7684aa 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/media/WildcardPortManagerTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/media/WildcardPortManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportReaderTest.java b/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportReaderTest.java index fbddb3cec8..b4242367d3 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportReaderTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportReaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportTest.java b/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportTest.java index 8f108de367..d832409b9d 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/reports/LossReportTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-driver/src/test/java/io/aeron/driver/status/DutyCycleStallTrackerTest.java b/aeron-driver/src/test/java/io/aeron/driver/status/DutyCycleStallTrackerTest.java index 54bcfc7e41..2f413a4618 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/status/DutyCycleStallTrackerTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/status/DutyCycleStallTrackerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/scripts/aeron-stat b/aeron-samples/scripts/aeron-stat index 8ca9dbffdb..99c8170bcb 100755 --- a/aeron-samples/scripts/aeron-stat +++ b/aeron-samples/scripts/aeron-stat @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/aeron-stat.cmd b/aeron-samples/scripts/aeron-stat.cmd index 9803ba030c..1e0c82310c 100644 --- a/aeron-samples/scripts/aeron-stat.cmd +++ b/aeron-samples/scripts/aeron-stat.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/archiving-media-driver b/aeron-samples/scripts/archive/archiving-media-driver index 9e842f29f3..3776ab95b7 100755 --- a/aeron-samples/scripts/archive/archiving-media-driver +++ b/aeron-samples/scripts/archive/archiving-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/archiving-media-driver.cmd b/aeron-samples/scripts/archive/archiving-media-driver.cmd index a51987473b..a89f03136a 100644 --- a/aeron-samples/scripts/archive/archiving-media-driver.cmd +++ b/aeron-samples/scripts/archive/archiving-media-driver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/embedded-recording-throughput b/aeron-samples/scripts/archive/embedded-recording-throughput index 447255da09..d50fd603f3 100755 --- a/aeron-samples/scripts/archive/embedded-recording-throughput +++ b/aeron-samples/scripts/archive/embedded-recording-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/embedded-recording-throughput.cmd b/aeron-samples/scripts/archive/embedded-recording-throughput.cmd index 0a6b1f8032..ab4c51c035 100644 --- a/aeron-samples/scripts/archive/embedded-recording-throughput.cmd +++ b/aeron-samples/scripts/archive/embedded-recording-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/embedded-replay-throughput b/aeron-samples/scripts/archive/embedded-replay-throughput index cf6c5e0674..f3b4b6bc94 100755 --- a/aeron-samples/scripts/archive/embedded-replay-throughput +++ b/aeron-samples/scripts/archive/embedded-replay-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/embedded-replay-throughput.cmd b/aeron-samples/scripts/archive/embedded-replay-throughput.cmd index 41647ccaae..3da576c575 100644 --- a/aeron-samples/scripts/archive/embedded-replay-throughput.cmd +++ b/aeron-samples/scripts/archive/embedded-replay-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/logging-archiving-media-driver b/aeron-samples/scripts/archive/logging-archiving-media-driver index 1d15028c61..12debb5dfc 100755 --- a/aeron-samples/scripts/archive/logging-archiving-media-driver +++ b/aeron-samples/scripts/archive/logging-archiving-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/logging-archiving-media-driver.cmd b/aeron-samples/scripts/archive/logging-archiving-media-driver.cmd index 02c3f94631..c974aa997b 100644 --- a/aeron-samples/scripts/archive/logging-archiving-media-driver.cmd +++ b/aeron-samples/scripts/archive/logging-archiving-media-driver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/recorded-basic-publisher b/aeron-samples/scripts/archive/recorded-basic-publisher index 45d1cda9c2..e9bf9c139e 100755 --- a/aeron-samples/scripts/archive/recorded-basic-publisher +++ b/aeron-samples/scripts/archive/recorded-basic-publisher @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/recorded-basic-publisher.cmd b/aeron-samples/scripts/archive/recorded-basic-publisher.cmd index 2e39f245c5..bf332d4ce3 100644 --- a/aeron-samples/scripts/archive/recorded-basic-publisher.cmd +++ b/aeron-samples/scripts/archive/recorded-basic-publisher.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/recording-replicator b/aeron-samples/scripts/archive/recording-replicator index 158efc6fbc..4ba8b3c868 100755 --- a/aeron-samples/scripts/archive/recording-replicator +++ b/aeron-samples/scripts/archive/recording-replicator @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/recording-replicator.cmd b/aeron-samples/scripts/archive/recording-replicator.cmd index cbe56d566f..8fc67cc30d 100644 --- a/aeron-samples/scripts/archive/recording-replicator.cmd +++ b/aeron-samples/scripts/archive/recording-replicator.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/replayed-basic-subscriber b/aeron-samples/scripts/archive/replayed-basic-subscriber index ad0b43aa5a..9963b655af 100755 --- a/aeron-samples/scripts/archive/replayed-basic-subscriber +++ b/aeron-samples/scripts/archive/replayed-basic-subscriber @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/replayed-basic-subscriber.cmd b/aeron-samples/scripts/archive/replayed-basic-subscriber.cmd index c2023d1cca..2a33698a93 100644 --- a/aeron-samples/scripts/archive/replayed-basic-subscriber.cmd +++ b/aeron-samples/scripts/archive/replayed-basic-subscriber.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/archive/segment-inspector b/aeron-samples/scripts/archive/segment-inspector index 7b1b01986d..2042d7841f 100755 --- a/aeron-samples/scripts/archive/segment-inspector +++ b/aeron-samples/scripts/archive/segment-inspector @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/archive/segment-inspector.cmd b/aeron-samples/scripts/archive/segment-inspector.cmd index ee9c72f938..4916d3ad5c 100644 --- a/aeron-samples/scripts/archive/segment-inspector.cmd +++ b/aeron-samples/scripts/archive/segment-inspector.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/backlog-stat b/aeron-samples/scripts/backlog-stat index adb5d99f60..a924039818 100755 --- a/aeron-samples/scripts/backlog-stat +++ b/aeron-samples/scripts/backlog-stat @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/backlog-stat.cmd b/aeron-samples/scripts/backlog-stat.cmd index 4c4ee7f63b..a078a4d1a3 100644 --- a/aeron-samples/scripts/backlog-stat.cmd +++ b/aeron-samples/scripts/backlog-stat.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/basic-publisher b/aeron-samples/scripts/basic-publisher index bdf70651af..19152340ce 100755 --- a/aeron-samples/scripts/basic-publisher +++ b/aeron-samples/scripts/basic-publisher @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/basic-publisher.cmd b/aeron-samples/scripts/basic-publisher.cmd index 1cd9e5c083..26410019d3 100644 --- a/aeron-samples/scripts/basic-publisher.cmd +++ b/aeron-samples/scripts/basic-publisher.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/basic-subscriber b/aeron-samples/scripts/basic-subscriber index e8ce9ad17a..8b342fea29 100755 --- a/aeron-samples/scripts/basic-subscriber +++ b/aeron-samples/scripts/basic-subscriber @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/basic-subscriber.cmd b/aeron-samples/scripts/basic-subscriber.cmd index f174422d3c..f4c72f7664 100644 --- a/aeron-samples/scripts/basic-subscriber.cmd +++ b/aeron-samples/scripts/basic-subscriber.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/cluster/agent-ns b/aeron-samples/scripts/cluster/agent-ns index 57be6b29c5..beac620f40 100755 --- a/aeron-samples/scripts/cluster/agent-ns +++ b/aeron-samples/scripts/cluster/agent-ns @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/basic-auction-client b/aeron-samples/scripts/cluster/basic-auction-client index 553d497f34..b7693d3233 100755 --- a/aeron-samples/scripts/cluster/basic-auction-client +++ b/aeron-samples/scripts/cluster/basic-auction-client @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/basic-auction-client-ns b/aeron-samples/scripts/cluster/basic-auction-client-ns index c5399d2fee..e65d254020 100755 --- a/aeron-samples/scripts/cluster/basic-auction-client-ns +++ b/aeron-samples/scripts/cluster/basic-auction-client-ns @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/basic-auction-cluster b/aeron-samples/scripts/cluster/basic-auction-cluster index 6ece8d0685..668322ad2d 100755 --- a/aeron-samples/scripts/cluster/basic-auction-cluster +++ b/aeron-samples/scripts/cluster/basic-auction-cluster @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/basic-auction-cluster-ns b/aeron-samples/scripts/cluster/basic-auction-cluster-ns index f041d45999..cd18a65ac4 100755 --- a/aeron-samples/scripts/cluster/basic-auction-cluster-ns +++ b/aeron-samples/scripts/cluster/basic-auction-cluster-ns @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/remove-namespaces b/aeron-samples/scripts/cluster/remove-namespaces index 285e738322..1281b72e60 100755 --- a/aeron-samples/scripts/cluster/remove-namespaces +++ b/aeron-samples/scripts/cluster/remove-namespaces @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/script-common b/aeron-samples/scripts/cluster/script-common index 1162851105..e0ff831c4f 100644 --- a/aeron-samples/scripts/cluster/script-common +++ b/aeron-samples/scripts/cluster/script-common @@ -1,7 +1,7 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/cluster/setup-namespaces b/aeron-samples/scripts/cluster/setup-namespaces index e2676ad624..526531b3f3 100755 --- a/aeron-samples/scripts/cluster/setup-namespaces +++ b/aeron-samples/scripts/cluster/setup-namespaces @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/dynamic-logging b/aeron-samples/scripts/dynamic-logging index ec6e1e9494..b33ffc7e1c 100755 --- a/aeron-samples/scripts/dynamic-logging +++ b/aeron-samples/scripts/dynamic-logging @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/dynamic-logging.cmd b/aeron-samples/scripts/dynamic-logging.cmd index b2fcc279c9..aa4e121e62 100644 --- a/aeron-samples/scripts/dynamic-logging.cmd +++ b/aeron-samples/scripts/dynamic-logging.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-claim-ipc-throughput b/aeron-samples/scripts/embedded-claim-ipc-throughput index d3161e8e54..e906053c5b 100755 --- a/aeron-samples/scripts/embedded-claim-ipc-throughput +++ b/aeron-samples/scripts/embedded-claim-ipc-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-claim-ipc-throughput.cmd b/aeron-samples/scripts/embedded-claim-ipc-throughput.cmd index 20e1bbc511..c7ec57afde 100644 --- a/aeron-samples/scripts/embedded-claim-ipc-throughput.cmd +++ b/aeron-samples/scripts/embedded-claim-ipc-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-dual-exclusive-throughput b/aeron-samples/scripts/embedded-dual-exclusive-throughput index ac39fd7d75..63e2c93ce8 100755 --- a/aeron-samples/scripts/embedded-dual-exclusive-throughput +++ b/aeron-samples/scripts/embedded-dual-exclusive-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-dual-exclusive-throughput.cmd b/aeron-samples/scripts/embedded-dual-exclusive-throughput.cmd index 6706be64e2..acfa48de60 100644 --- a/aeron-samples/scripts/embedded-dual-exclusive-throughput.cmd +++ b/aeron-samples/scripts/embedded-dual-exclusive-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput index 0c1b9d3543..d25cab6833 100755 --- a/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput +++ b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.cmd b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.cmd index 973c0fb2be..bc3c7e8d68 100644 --- a/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.cmd +++ b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-exclusive-ipc-throughput b/aeron-samples/scripts/embedded-exclusive-ipc-throughput index 4c8dc21d68..4b0521304e 100755 --- a/aeron-samples/scripts/embedded-exclusive-ipc-throughput +++ b/aeron-samples/scripts/embedded-exclusive-ipc-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-exclusive-ipc-throughput.cmd b/aeron-samples/scripts/embedded-exclusive-ipc-throughput.cmd index 9f14524439..4d8e9bcd7b 100644 --- a/aeron-samples/scripts/embedded-exclusive-ipc-throughput.cmd +++ b/aeron-samples/scripts/embedded-exclusive-ipc-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-exclusive-spied-throughput b/aeron-samples/scripts/embedded-exclusive-spied-throughput index 497ba7c4d7..9d0ef10207 100755 --- a/aeron-samples/scripts/embedded-exclusive-spied-throughput +++ b/aeron-samples/scripts/embedded-exclusive-spied-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-exclusive-spied-throughput.cmd b/aeron-samples/scripts/embedded-exclusive-spied-throughput.cmd index 28ad078bfc..2eb76dd849 100644 --- a/aeron-samples/scripts/embedded-exclusive-spied-throughput.cmd +++ b/aeron-samples/scripts/embedded-exclusive-spied-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-exclusive-throughput b/aeron-samples/scripts/embedded-exclusive-throughput index 957395d42f..3ad4be815c 100755 --- a/aeron-samples/scripts/embedded-exclusive-throughput +++ b/aeron-samples/scripts/embedded-exclusive-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-exclusive-throughput.cmd b/aeron-samples/scripts/embedded-exclusive-throughput.cmd index 6c35f81447..b31d1f394a 100644 --- a/aeron-samples/scripts/embedded-exclusive-throughput.cmd +++ b/aeron-samples/scripts/embedded-exclusive-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput index 7d6d270dea..ad696bec41 100755 --- a/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput +++ b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.cmd b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.cmd index 9a85d69bfe..19524103f7 100644 --- a/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.cmd +++ b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-ipc-throughput b/aeron-samples/scripts/embedded-ipc-throughput index ae4c411b48..526a9b1584 100755 --- a/aeron-samples/scripts/embedded-ipc-throughput +++ b/aeron-samples/scripts/embedded-ipc-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-ipc-throughput.cmd b/aeron-samples/scripts/embedded-ipc-throughput.cmd index 78a7d792d7..84f899b9d4 100644 --- a/aeron-samples/scripts/embedded-ipc-throughput.cmd +++ b/aeron-samples/scripts/embedded-ipc-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-ping-pong b/aeron-samples/scripts/embedded-ping-pong index a0771b19ed..27e9a09ea8 100755 --- a/aeron-samples/scripts/embedded-ping-pong +++ b/aeron-samples/scripts/embedded-ping-pong @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-ping-pong.cmd b/aeron-samples/scripts/embedded-ping-pong.cmd index fdb62a28b5..2f0e6bb34f 100644 --- a/aeron-samples/scripts/embedded-ping-pong.cmd +++ b/aeron-samples/scripts/embedded-ping-pong.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/embedded-throughput b/aeron-samples/scripts/embedded-throughput index 85eb0ebfad..a0e0323d7f 100755 --- a/aeron-samples/scripts/embedded-throughput +++ b/aeron-samples/scripts/embedded-throughput @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/embedded-throughput.cmd b/aeron-samples/scripts/embedded-throughput.cmd index e49dedb8b2..2753b7a09c 100644 --- a/aeron-samples/scripts/embedded-throughput.cmd +++ b/aeron-samples/scripts/embedded-throughput.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/error-stat b/aeron-samples/scripts/error-stat index 7d2d62fffc..e97c76d6a7 100755 --- a/aeron-samples/scripts/error-stat +++ b/aeron-samples/scripts/error-stat @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/error-stat.cmd b/aeron-samples/scripts/error-stat.cmd index dd7525535c..f50bdf23b0 100644 --- a/aeron-samples/scripts/error-stat.cmd +++ b/aeron-samples/scripts/error-stat.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/file-receiver b/aeron-samples/scripts/file-receiver index f17204f76a..c542e07863 100644 --- a/aeron-samples/scripts/file-receiver +++ b/aeron-samples/scripts/file-receiver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/file-receiver.cmd b/aeron-samples/scripts/file-receiver.cmd index 432aa7e4b1..ee9e931f79 100644 --- a/aeron-samples/scripts/file-receiver.cmd +++ b/aeron-samples/scripts/file-receiver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/file-sender b/aeron-samples/scripts/file-sender index e1e9e42cc8..730000c618 100644 --- a/aeron-samples/scripts/file-sender +++ b/aeron-samples/scripts/file-sender @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/file-sender.cmd b/aeron-samples/scripts/file-sender.cmd index e2d724883b..cc50f17040 100644 --- a/aeron-samples/scripts/file-sender.cmd +++ b/aeron-samples/scripts/file-sender.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/ipc-c-media-driver b/aeron-samples/scripts/ipc-c-media-driver index f3f3b592a1..367cd9818e 100755 --- a/aeron-samples/scripts/ipc-c-media-driver +++ b/aeron-samples/scripts/ipc-c-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/java-common b/aeron-samples/scripts/java-common index 7b753039bd..385bad0c7d 100755 --- a/aeron-samples/scripts/java-common +++ b/aeron-samples/scripts/java-common @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/java-common.cmd b/aeron-samples/scripts/java-common.cmd index 4ff9435657..75a9e033b2 100644 --- a/aeron-samples/scripts/java-common.cmd +++ b/aeron-samples/scripts/java-common.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/linux-qdisc-basic b/aeron-samples/scripts/linux-qdisc-basic index 01bea16a2c..3acfbb6987 100755 --- a/aeron-samples/scripts/linux-qdisc-basic +++ b/aeron-samples/scripts/linux-qdisc-basic @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/log-inspector b/aeron-samples/scripts/log-inspector index 40314b0ab3..4c18cb1cad 100755 --- a/aeron-samples/scripts/log-inspector +++ b/aeron-samples/scripts/log-inspector @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/log-inspector.cmd b/aeron-samples/scripts/log-inspector.cmd index 88bb13989a..05da7f7926 100644 --- a/aeron-samples/scripts/log-inspector.cmd +++ b/aeron-samples/scripts/log-inspector.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/logging-c-media-driver b/aeron-samples/scripts/logging-c-media-driver index f49c99e71b..de07286d82 100755 --- a/aeron-samples/scripts/logging-c-media-driver +++ b/aeron-samples/scripts/logging-c-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/logging-media-driver b/aeron-samples/scripts/logging-media-driver index cb2f05e985..f0fc7816eb 100755 --- a/aeron-samples/scripts/logging-media-driver +++ b/aeron-samples/scripts/logging-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/logging-media-driver.cmd b/aeron-samples/scripts/logging-media-driver.cmd index 561964499d..8a8436de45 100644 --- a/aeron-samples/scripts/logging-media-driver.cmd +++ b/aeron-samples/scripts/logging-media-driver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/loss-rate-c-media-driver b/aeron-samples/scripts/loss-rate-c-media-driver index 4d261078ff..98bc5a4b65 100755 --- a/aeron-samples/scripts/loss-rate-c-media-driver +++ b/aeron-samples/scripts/loss-rate-c-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/loss-stat b/aeron-samples/scripts/loss-stat index 8dd5e59da3..187b14fa34 100755 --- a/aeron-samples/scripts/loss-stat +++ b/aeron-samples/scripts/loss-stat @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/loss-stat.cmd b/aeron-samples/scripts/loss-stat.cmd index 2be55e645c..9a73cc6702 100644 --- a/aeron-samples/scripts/loss-stat.cmd +++ b/aeron-samples/scripts/loss-stat.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/low-latency-c-media-driver b/aeron-samples/scripts/low-latency-c-media-driver index 5b4ebc2f54..41a2af1982 100755 --- a/aeron-samples/scripts/low-latency-c-media-driver +++ b/aeron-samples/scripts/low-latency-c-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/low-latency-c-media-driver.cmd b/aeron-samples/scripts/low-latency-c-media-driver.cmd index e8eea11c91..c1f54e2420 100644 --- a/aeron-samples/scripts/low-latency-c-media-driver.cmd +++ b/aeron-samples/scripts/low-latency-c-media-driver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/low-latency-media-driver b/aeron-samples/scripts/low-latency-media-driver index b5f35762b4..699b70208c 100755 --- a/aeron-samples/scripts/low-latency-media-driver +++ b/aeron-samples/scripts/low-latency-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/low-latency-media-driver.cmd b/aeron-samples/scripts/low-latency-media-driver.cmd index d846a2b776..e370c09b31 100644 --- a/aeron-samples/scripts/low-latency-media-driver.cmd +++ b/aeron-samples/scripts/low-latency-media-driver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/media-driver b/aeron-samples/scripts/media-driver index 4b02b02fb6..e3a346008e 100755 --- a/aeron-samples/scripts/media-driver +++ b/aeron-samples/scripts/media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/media-driver.cmd b/aeron-samples/scripts/media-driver.cmd index a2eca046bd..95ac6fa539 100644 --- a/aeron-samples/scripts/media-driver.cmd +++ b/aeron-samples/scripts/media-driver.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/ping b/aeron-samples/scripts/ping index 2c55ccfca4..28b22a50b5 100755 --- a/aeron-samples/scripts/ping +++ b/aeron-samples/scripts/ping @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/ping.cmd b/aeron-samples/scripts/ping.cmd index ff69360acc..d6d8d5d719 100644 --- a/aeron-samples/scripts/ping.cmd +++ b/aeron-samples/scripts/ping.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/pong b/aeron-samples/scripts/pong index 0e2f43a6ba..b7d40494c8 100755 --- a/aeron-samples/scripts/pong +++ b/aeron-samples/scripts/pong @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/pong.cmd b/aeron-samples/scripts/pong.cmd index 36abc998a0..cf5dbec8e9 100644 --- a/aeron-samples/scripts/pong.cmd +++ b/aeron-samples/scripts/pong.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/rate-subscriber b/aeron-samples/scripts/rate-subscriber index 5e844495a2..aa0a43ff27 100755 --- a/aeron-samples/scripts/rate-subscriber +++ b/aeron-samples/scripts/rate-subscriber @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/rate-subscriber.cmd b/aeron-samples/scripts/rate-subscriber.cmd index 141b90267d..985ea14b84 100644 --- a/aeron-samples/scripts/rate-subscriber.cmd +++ b/aeron-samples/scripts/rate-subscriber.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong b/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong index f62d08179c..4336c1d88a 100755 --- a/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong +++ b/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong.cmd b/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong.cmd index 91dd628180..0708b390aa 100644 --- a/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong.cmd +++ b/aeron-samples/scripts/raw/hack-select-receive-send-udp-pong.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/raw/receive-send-udp-pong b/aeron-samples/scripts/raw/receive-send-udp-pong index 5965e72747..5c459591d3 100755 --- a/aeron-samples/scripts/raw/receive-send-udp-pong +++ b/aeron-samples/scripts/raw/receive-send-udp-pong @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/raw/receive-send-udp-pong.cmd b/aeron-samples/scripts/raw/receive-send-udp-pong.cmd index 587889b378..e3ebe6471d 100644 --- a/aeron-samples/scripts/raw/receive-send-udp-pong.cmd +++ b/aeron-samples/scripts/raw/receive-send-udp-pong.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping b/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping index 038754b5d7..acaa8558a1 100755 --- a/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping +++ b/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping.cmd b/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping.cmd index b0382ae3f8..5cc8aa7c8a 100644 --- a/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping.cmd +++ b/aeron-samples/scripts/raw/send-hack-select-receive-udp-ping.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/raw/send-receive-udp-ping b/aeron-samples/scripts/raw/send-receive-udp-ping index bacf6dbfed..da1dc288f8 100755 --- a/aeron-samples/scripts/raw/send-receive-udp-ping +++ b/aeron-samples/scripts/raw/send-receive-udp-ping @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/raw/send-receive-udp-ping.cmd b/aeron-samples/scripts/raw/send-receive-udp-ping.cmd index 4b4f3da0c6..951f005e64 100644 --- a/aeron-samples/scripts/raw/send-receive-udp-ping.cmd +++ b/aeron-samples/scripts/raw/send-receive-udp-ping.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/run-java b/aeron-samples/scripts/run-java index 47fe59d8a2..a1ee5b8b3b 100755 --- a/aeron-samples/scripts/run-java +++ b/aeron-samples/scripts/run-java @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/run-java-logging b/aeron-samples/scripts/run-java-logging index f46935ae10..e0c7be3d84 100755 --- a/aeron-samples/scripts/run-java-logging +++ b/aeron-samples/scripts/run-java-logging @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/run-java-logging.cmd b/aeron-samples/scripts/run-java-logging.cmd index cccc2ef1e4..2496cd36ac 100644 --- a/aeron-samples/scripts/run-java-logging.cmd +++ b/aeron-samples/scripts/run-java-logging.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/run-java.cmd b/aeron-samples/scripts/run-java.cmd index c980f89a84..60fa689d67 100644 --- a/aeron-samples/scripts/run-java.cmd +++ b/aeron-samples/scripts/run-java.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/stream-stat b/aeron-samples/scripts/stream-stat index 33c492e8b5..1120665e41 100755 --- a/aeron-samples/scripts/stream-stat +++ b/aeron-samples/scripts/stream-stat @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/stream-stat.cmd b/aeron-samples/scripts/stream-stat.cmd index 4784d8271d..84966ba3b5 100644 --- a/aeron-samples/scripts/stream-stat.cmd +++ b/aeron-samples/scripts/stream-stat.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/streaming-publisher b/aeron-samples/scripts/streaming-publisher index 28f872c119..82a6c4099f 100755 --- a/aeron-samples/scripts/streaming-publisher +++ b/aeron-samples/scripts/streaming-publisher @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/scripts/streaming-publisher.cmd b/aeron-samples/scripts/streaming-publisher.cmd index d6dd105d19..b48adc4927 100644 --- a/aeron-samples/scripts/streaming-publisher.cmd +++ b/aeron-samples/scripts/streaming-publisher.cmd @@ -1,5 +1,5 @@ :: -:: Copyright 2014-2024 Real Logic Limited. +:: Copyright 2014-2025 Real Logic Limited. :: :: 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/aeron-samples/scripts/throughput-c-media-driver b/aeron-samples/scripts/throughput-c-media-driver index d2ab3b5dbc..7fa43d5aa6 100755 --- a/aeron-samples/scripts/throughput-c-media-driver +++ b/aeron-samples/scripts/throughput-c-media-driver @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## -## Copyright 2014-2024 Real Logic Limited. +## Copyright 2014-2025 Real Logic Limited. ## ## 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/aeron-samples/src/docs/asciidoc/Cluster-Tutorial.asciidoc b/aeron-samples/src/docs/asciidoc/Cluster-Tutorial.asciidoc index 5460026914..745316c6af 100644 --- a/aeron-samples/src/docs/asciidoc/Cluster-Tutorial.asciidoc +++ b/aeron-samples/src/docs/asciidoc/Cluster-Tutorial.asciidoc @@ -1,6 +1,6 @@ //// -* Copyright 2014-2024 Real Logic Limited. +* Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/CMakeLists.txt b/aeron-samples/src/main/c/CMakeLists.txt index edcfac3118..ce4e577ff8 100644 --- a/aeron-samples/src/main/c/CMakeLists.txt +++ b/aeron-samples/src/main/c/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-samples/src/main/c/aeron_stat.c b/aeron-samples/src/main/c/aeron_stat.c index c3f542da37..9be2f20be5 100644 --- a/aeron-samples/src/main/c/aeron_stat.c +++ b/aeron-samples/src/main/c/aeron_stat.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/basic_mds_subscriber.c b/aeron-samples/src/main/c/basic_mds_subscriber.c index 3f342dda54..3121fe262f 100644 --- a/aeron-samples/src/main/c/basic_mds_subscriber.c +++ b/aeron-samples/src/main/c/basic_mds_subscriber.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/basic_publisher.c b/aeron-samples/src/main/c/basic_publisher.c index 2aac7802a4..e3146333cd 100644 --- a/aeron-samples/src/main/c/basic_publisher.c +++ b/aeron-samples/src/main/c/basic_publisher.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/basic_subscriber.c b/aeron-samples/src/main/c/basic_subscriber.c index 2cd55a4d56..8e1463f199 100644 --- a/aeron-samples/src/main/c/basic_subscriber.c +++ b/aeron-samples/src/main/c/basic_subscriber.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/cping.c b/aeron-samples/src/main/c/cping.c index 2e66c3709d..98be4f70a0 100644 --- a/aeron-samples/src/main/c/cping.c +++ b/aeron-samples/src/main/c/cping.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/cpong.c b/aeron-samples/src/main/c/cpong.c index d0232efd82..5d1d9cc21b 100644 --- a/aeron-samples/src/main/c/cpong.c +++ b/aeron-samples/src/main/c/cpong.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/driver_tool.c b/aeron-samples/src/main/c/driver_tool.c index 3e9dbe12dc..83169a8b41 100644 --- a/aeron-samples/src/main/c/driver_tool.c +++ b/aeron-samples/src/main/c/driver_tool.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/error_stat.c b/aeron-samples/src/main/c/error_stat.c index 84c1e560ed..32346aab7f 100644 --- a/aeron-samples/src/main/c/error_stat.c +++ b/aeron-samples/src/main/c/error_stat.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/loss_stat.c b/aeron-samples/src/main/c/loss_stat.c index ea5d3b1687..85f67a0e0b 100644 --- a/aeron-samples/src/main/c/loss_stat.c +++ b/aeron-samples/src/main/c/loss_stat.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/rate_subscriber.c b/aeron-samples/src/main/c/rate_subscriber.c index 7c61463ad2..2b9197b702 100644 --- a/aeron-samples/src/main/c/rate_subscriber.c +++ b/aeron-samples/src/main/c/rate_subscriber.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/raw/ping_pong_raw.c b/aeron-samples/src/main/c/raw/ping_pong_raw.c index de0e174b4f..4eef7eed03 100644 --- a/aeron-samples/src/main/c/raw/ping_pong_raw.c +++ b/aeron-samples/src/main/c/raw/ping_pong_raw.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/response/response_client.c b/aeron-samples/src/main/c/response/response_client.c index 734c15945f..e0fc613acf 100644 --- a/aeron-samples/src/main/c/response/response_client.c +++ b/aeron-samples/src/main/c/response/response_client.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/response/response_server.c b/aeron-samples/src/main/c/response/response_server.c index 06885f8d2d..0545d92ced 100644 --- a/aeron-samples/src/main/c/response/response_server.c +++ b/aeron-samples/src/main/c/response/response_server.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/sample_util.c b/aeron-samples/src/main/c/sample_util.c index 4a10ad1ed7..68802ba137 100644 --- a/aeron-samples/src/main/c/sample_util.c +++ b/aeron-samples/src/main/c/sample_util.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/sample_util.h b/aeron-samples/src/main/c/sample_util.h index acf6481192..0b0de827df 100644 --- a/aeron-samples/src/main/c/sample_util.h +++ b/aeron-samples/src/main/c/sample_util.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/samples_configuration.h b/aeron-samples/src/main/c/samples_configuration.h index b081661f67..707bb939e8 100644 --- a/aeron-samples/src/main/c/samples_configuration.h +++ b/aeron-samples/src/main/c/samples_configuration.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/streaming_exclusive_publisher.c b/aeron-samples/src/main/c/streaming_exclusive_publisher.c index 204b5c0ff6..73df1aaab6 100644 --- a/aeron-samples/src/main/c/streaming_exclusive_publisher.c +++ b/aeron-samples/src/main/c/streaming_exclusive_publisher.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/c/streaming_publisher.c b/aeron-samples/src/main/c/streaming_publisher.c index f1d792a36b..c12b4dbed7 100644 --- a/aeron-samples/src/main/c/streaming_publisher.c +++ b/aeron-samples/src/main/c/streaming_publisher.c @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/BasicPublisher.cpp b/aeron-samples/src/main/cpp/BasicPublisher.cpp index 1a2683fbab..7827527e52 100644 --- a/aeron-samples/src/main/cpp/BasicPublisher.cpp +++ b/aeron-samples/src/main/cpp/BasicPublisher.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/BasicSubscriber.cpp b/aeron-samples/src/main/cpp/BasicSubscriber.cpp index 919139973d..20e8e6b2e7 100644 --- a/aeron-samples/src/main/cpp/BasicSubscriber.cpp +++ b/aeron-samples/src/main/cpp/BasicSubscriber.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/CMakeLists.txt b/aeron-samples/src/main/cpp/CMakeLists.txt index a5cde20126..e9d46f6336 100644 --- a/aeron-samples/src/main/cpp/CMakeLists.txt +++ b/aeron-samples/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 Real Logic Limited. +# Copyright 2014-2025 Real Logic Limited. # # 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/aeron-samples/src/main/cpp/Configuration.h b/aeron-samples/src/main/cpp/Configuration.h index f175dc5fe9..95e1bcecb3 100644 --- a/aeron-samples/src/main/cpp/Configuration.h +++ b/aeron-samples/src/main/cpp/Configuration.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/ExclusivePingPong.cpp b/aeron-samples/src/main/cpp/ExclusivePingPong.cpp index 303e193b11..9bef887a9b 100644 --- a/aeron-samples/src/main/cpp/ExclusivePingPong.cpp +++ b/aeron-samples/src/main/cpp/ExclusivePingPong.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp b/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp index ad1e5844bb..b402bfc51e 100644 --- a/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp +++ b/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/LossStat.cpp b/aeron-samples/src/main/cpp/LossStat.cpp index 50f45346df..e187225f66 100644 --- a/aeron-samples/src/main/cpp/LossStat.cpp +++ b/aeron-samples/src/main/cpp/LossStat.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/Ping.cpp b/aeron-samples/src/main/cpp/Ping.cpp index e8ea239110..09c0288384 100644 --- a/aeron-samples/src/main/cpp/Ping.cpp +++ b/aeron-samples/src/main/cpp/Ping.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/PingPong.cpp b/aeron-samples/src/main/cpp/PingPong.cpp index 4657153e9c..bf8669fcf1 100644 --- a/aeron-samples/src/main/cpp/PingPong.cpp +++ b/aeron-samples/src/main/cpp/PingPong.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/Pong.cpp b/aeron-samples/src/main/cpp/Pong.cpp index 9305ebb6a0..63bd09b92b 100644 --- a/aeron-samples/src/main/cpp/Pong.cpp +++ b/aeron-samples/src/main/cpp/Pong.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/RateReporter.h b/aeron-samples/src/main/cpp/RateReporter.h index e3271ddb9a..b856e0e4f9 100644 --- a/aeron-samples/src/main/cpp/RateReporter.h +++ b/aeron-samples/src/main/cpp/RateReporter.h @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/RateSubscriber.cpp b/aeron-samples/src/main/cpp/RateSubscriber.cpp index e2f41786fd..d210b2d3a4 100644 --- a/aeron-samples/src/main/cpp/RateSubscriber.cpp +++ b/aeron-samples/src/main/cpp/RateSubscriber.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/StreamingPublisher.cpp b/aeron-samples/src/main/cpp/StreamingPublisher.cpp index 30cb2525b5..b67aa31d31 100644 --- a/aeron-samples/src/main/cpp/StreamingPublisher.cpp +++ b/aeron-samples/src/main/cpp/StreamingPublisher.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/Throughput.cpp b/aeron-samples/src/main/cpp/Throughput.cpp index 3b405b595a..c23c3ba9e3 100644 --- a/aeron-samples/src/main/cpp/Throughput.cpp +++ b/aeron-samples/src/main/cpp/Throughput.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/cpp/raw/TimeTests.cpp b/aeron-samples/src/main/cpp/raw/TimeTests.cpp index aa5e6e6693..66b779830b 100644 --- a/aeron-samples/src/main/cpp/raw/TimeTests.cpp +++ b/aeron-samples/src/main/cpp/raw/TimeTests.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatch.java b/aeron-samples/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatch.java index fd8b4895cd..e77bf7282d 100644 --- a/aeron-samples/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatch.java +++ b/aeron-samples/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/AeronStat.java b/aeron-samples/src/main/java/io/aeron/samples/AeronStat.java index 50bc5cdad9..72be41b455 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/AeronStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/AeronStat.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java b/aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java index 181bf8211a..fa2a369d3f 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/BasicPublisher.java b/aeron-samples/src/main/java/io/aeron/samples/BasicPublisher.java index c459a7ccf7..0b9ac0b380 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/BasicPublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/BasicPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/BasicSubscriber.java b/aeron-samples/src/main/java/io/aeron/samples/BasicSubscriber.java index 737de0387e..07fbf1533a 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/BasicSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/BasicSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/CncFileReader.java b/aeron-samples/src/main/java/io/aeron/samples/CncFileReader.java index 8d76832b6d..5481d30c32 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/CncFileReader.java +++ b/aeron-samples/src/main/java/io/aeron/samples/CncFileReader.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/DriverTool.java b/aeron-samples/src/main/java/io/aeron/samples/DriverTool.java index b7edf9ee8e..ab32edf72f 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/DriverTool.java +++ b/aeron-samples/src/main/java/io/aeron/samples/DriverTool.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java index dec7eaf641..01da9f1e0d 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedDualExclusiveThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedDualExclusiveThroughput.java index 4edf99c56e..d31b53efa4 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedDualExclusiveThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedDualExclusiveThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveBufferClaimIpcThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveBufferClaimIpcThroughput.java index 8f7015f820..0a41b391f9 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveBufferClaimIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveBufferClaimIpcThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java index a5ad80a7bd..871ccf27dd 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java index 84bef6b183..de45a2384e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveThroughput.java index 9315ba1a25..b055f23d20 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java index b0895758ae..a96b7acd93 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java index fe421573fd..027e40f639 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedPingPong.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedPingPong.java index 7db039abab..76a1b97b13 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedPingPong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedPingPong.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/EmbeddedThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedThroughput.java index 00ded08367..a29f11f983 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java b/aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java index 75ee826c14..563ca2a2e3 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/FileReceiver.java b/aeron-samples/src/main/java/io/aeron/samples/FileReceiver.java index ef217553f8..5c10f0c2f8 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/FileReceiver.java +++ b/aeron-samples/src/main/java/io/aeron/samples/FileReceiver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/FileSender.java b/aeron-samples/src/main/java/io/aeron/samples/FileSender.java index 6c07e53a02..b1632e526f 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/FileSender.java +++ b/aeron-samples/src/main/java/io/aeron/samples/FileSender.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/ImageRateReporter.java b/aeron-samples/src/main/java/io/aeron/samples/ImageRateReporter.java index de3e3e819c..56bad9daf2 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/ImageRateReporter.java +++ b/aeron-samples/src/main/java/io/aeron/samples/ImageRateReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/ImageRateSubscriber.java b/aeron-samples/src/main/java/io/aeron/samples/ImageRateSubscriber.java index 9e220f06ac..42cb17727a 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/ImageRateSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/ImageRateSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/LogInspector.java b/aeron-samples/src/main/java/io/aeron/samples/LogInspector.java index f7d2825fce..66e61c4f69 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/LogInspector.java +++ b/aeron-samples/src/main/java/io/aeron/samples/LogInspector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/LossStat.java b/aeron-samples/src/main/java/io/aeron/samples/LossStat.java index b01810cbd6..8d0c1200c7 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/LossStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/LossStat.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/LowLatencyMediaDriver.java b/aeron-samples/src/main/java/io/aeron/samples/LowLatencyMediaDriver.java index d3e09ce8c6..5747b5ac05 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/LowLatencyMediaDriver.java +++ b/aeron-samples/src/main/java/io/aeron/samples/LowLatencyMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/MultiplePublishersWithFragmentation.java b/aeron-samples/src/main/java/io/aeron/samples/MultiplePublishersWithFragmentation.java index 384811766b..12d58b16aa 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/MultiplePublishersWithFragmentation.java +++ b/aeron-samples/src/main/java/io/aeron/samples/MultiplePublishersWithFragmentation.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Copyright 2015 Kaazing Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/aeron-samples/src/main/java/io/aeron/samples/MultipleSubscribersWithFragmentAssembly.java b/aeron-samples/src/main/java/io/aeron/samples/MultipleSubscribersWithFragmentAssembly.java index cd45aaeb67..920aa2c244 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/MultipleSubscribersWithFragmentAssembly.java +++ b/aeron-samples/src/main/java/io/aeron/samples/MultipleSubscribersWithFragmentAssembly.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Copyright 2015 Kaazing Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/aeron-samples/src/main/java/io/aeron/samples/Ping.java b/aeron-samples/src/main/java/io/aeron/samples/Ping.java index 8db0aa1ba1..5eb320d2c3 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/Ping.java +++ b/aeron-samples/src/main/java/io/aeron/samples/Ping.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/Pong.java b/aeron-samples/src/main/java/io/aeron/samples/Pong.java index c5dd93f9a3..77c1606db2 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/Pong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/Pong.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/RateReporter.java b/aeron-samples/src/main/java/io/aeron/samples/RateReporter.java index 3e9814d447..9e67defaf2 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/RateReporter.java +++ b/aeron-samples/src/main/java/io/aeron/samples/RateReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/RateSubscriber.java b/aeron-samples/src/main/java/io/aeron/samples/RateSubscriber.java index e6c9e4f463..db2287812c 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/RateSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/RateSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/SampleConfiguration.java b/aeron-samples/src/main/java/io/aeron/samples/SampleConfiguration.java index 1148ee1ab4..9a1f4d3edc 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SampleConfiguration.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SampleConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java b/aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java index 21da52ab0e..58ba3d791b 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/SetControllableIdleStrategy.java b/aeron-samples/src/main/java/io/aeron/samples/SetControllableIdleStrategy.java index 636df63add..7fca692e29 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SetControllableIdleStrategy.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SetControllableIdleStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/SimplePublisher.java b/aeron-samples/src/main/java/io/aeron/samples/SimplePublisher.java index f4aa5e8aa7..1592cf46db 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SimplePublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SimplePublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Copyright 2015 Kaazing Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/aeron-samples/src/main/java/io/aeron/samples/SimpleSubscriber.java b/aeron-samples/src/main/java/io/aeron/samples/SimpleSubscriber.java index 4359b7efb4..f548985c1f 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SimpleSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SimpleSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * Copyright 2015 Kaazing Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/aeron-samples/src/main/java/io/aeron/samples/StreamStat.java b/aeron-samples/src/main/java/io/aeron/samples/StreamStat.java index 7bd5c63b49..f531db94a5 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/StreamStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/StreamStat.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/StreamingPublisher.java b/aeron-samples/src/main/java/io/aeron/samples/StreamingPublisher.java index d465499dd9..94815cb731 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/StreamingPublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/StreamingPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/ArchiveCreator.java b/aeron-samples/src/main/java/io/aeron/samples/archive/ArchiveCreator.java index f444213215..8fd5df1128 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/ArchiveCreator.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/ArchiveCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedRecordingThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedRecordingThroughput.java index 31dbf6d79b..03244167f2 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedRecordingThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedRecordingThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java b/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java index c9d8f76981..13eef6cbc4 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/EmbeddedReplayThroughput.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/IndexedReplicatedRecording.java b/aeron-samples/src/main/java/io/aeron/samples/archive/IndexedReplicatedRecording.java index cb48531dbd..e7a46c3bc8 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/IndexedReplicatedRecording.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/IndexedReplicatedRecording.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/RecordedBasicPublisher.java b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordedBasicPublisher.java index b12dc2e08b..2bfb4d1810 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/RecordedBasicPublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordedBasicPublisher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptor.java b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptor.java index 3a1f3b4e55..ed8b8e1a6a 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptor.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptorCollector.java b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptorCollector.java index 184b6a7062..9a94f63011 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptorCollector.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingDescriptorCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingReplicator.java b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingReplicator.java index 93a8f424d2..2ac293e2ba 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingReplicator.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingReplicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingSignalCapture.java b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingSignalCapture.java index 1e5688dcd9..0be0ea8f63 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingSignalCapture.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/RecordingSignalCapture.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/ReplayedBasicSubscriber.java b/aeron-samples/src/main/java/io/aeron/samples/archive/ReplayedBasicSubscriber.java index c96aa26775..919d5acae6 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/ReplayedBasicSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/ReplayedBasicSubscriber.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticator.java b/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticator.java index 9f10d4a125..987efd5317 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticator.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticatorSupplier.java b/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticatorSupplier.java index fe7a25f14c..8508d24677 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticatorSupplier.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthenticatorSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthorisationService.java b/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthorisationService.java index 734e5ac552..8e61745b8c 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthorisationService.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/SampleAuthorisationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/Samples.java b/aeron-samples/src/main/java/io/aeron/samples/archive/Samples.java index 6864e6078d..61be78cd97 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/Samples.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/Samples.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/SegmentInspector.java b/aeron-samples/src/main/java/io/aeron/samples/archive/SegmentInspector.java index c100216b63..ba4ec5b480 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/SegmentInspector.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/SegmentInspector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/archive/package-info.java b/aeron-samples/src/main/java/io/aeron/samples/archive/package-info.java index b7773a3336..7cdae265d7 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/package-info.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/ClusterConfig.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/ClusterConfig.java index 4c5bbd81dc..42f143bb2b 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/ClusterConfig.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/ClusterConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoService.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoService.java index 4e879f89e5..53981eef05 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoService.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoServiceNode.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoServiceNode.java index 96ff034f5a..98e5b6e7b8 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoServiceNode.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/EchoServiceNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/package-info.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/package-info.java index b355aaace5..cad6fd077d 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/package-info.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusterClient.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusterClient.java index b1059ba343..3743e2a15e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusterClient.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusterClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredService.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredService.java index f1cd83a8a7..fd6467ec5b 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredService.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredServiceNode.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredServiceNode.java index d442eb8a35..34f97925de 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredServiceNode.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/BasicAuctionClusteredServiceNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/SingleNodeCluster.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/SingleNodeCluster.java index 3ed66cc7a6..462c30e38f 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/SingleNodeCluster.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/SingleNodeCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/package-info.java b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/package-info.java index 979c09b030..37618b6e52 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/package-info.java +++ b/aeron-samples/src/main/java/io/aeron/samples/cluster/tutorial/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/CreateEchoPair.java b/aeron-samples/src/main/java/io/aeron/samples/echo/CreateEchoPair.java index fb56fc8986..4d46dbd17a 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/CreateEchoPair.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/CreateEchoPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/EchoPair.java b/aeron-samples/src/main/java/io/aeron/samples/echo/EchoPair.java index 099d970bf6..1d266ef762 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/EchoPair.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/EchoPair.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/Provisioning.java b/aeron-samples/src/main/java/io/aeron/samples/echo/Provisioning.java index 527a624b5c..a5dedd0198 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/Provisioning.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/Provisioning.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningClientMain.java b/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningClientMain.java index 504e90ad26..ac50042161 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningClientMain.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningClientMain.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningMessage.java b/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningMessage.java index 79d9fa2bb0..3da7e33a22 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningMessage.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningServerMain.java b/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningServerMain.java index 5e5ee38210..62792e00fe 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningServerMain.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/ProvisioningServerMain.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/RemoveAllEchoPairs.java b/aeron-samples/src/main/java/io/aeron/samples/echo/RemoveAllEchoPairs.java index c3b49f6664..874133dd01 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/RemoveAllEchoPairs.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/RemoveAllEchoPairs.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/api/EchoMonitorMBean.java b/aeron-samples/src/main/java/io/aeron/samples/echo/api/EchoMonitorMBean.java index 66a1a0b6f7..3cd90e36f3 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/api/EchoMonitorMBean.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/api/EchoMonitorMBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningConstants.java b/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningConstants.java index db572f010a..41b6336493 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningConstants.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningMBean.java b/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningMBean.java index c3e86da6e7..6d20cc788a 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningMBean.java +++ b/aeron-samples/src/main/java/io/aeron/samples/echo/api/ProvisioningMBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/package-info.java b/aeron-samples/src/main/java/io/aeron/samples/package-info.java index 4736dc0e14..e1b7580f90 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/package-info.java +++ b/aeron-samples/src/main/java/io/aeron/samples/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/BurstSendReceiveUdpPing.java b/aeron-samples/src/main/java/io/aeron/samples/raw/BurstSendReceiveUdpPing.java index a8df70bcef..0edfca04b9 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/BurstSendReceiveUdpPing.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/BurstSendReceiveUdpPing.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/Common.java b/aeron-samples/src/main/java/io/aeron/samples/raw/Common.java index 6c6c7ab89a..f31d545bb9 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/Common.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/Common.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveSendUdpPong.java b/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveSendUdpPong.java index 8fbfbf5d7f..cf5cd5c25e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveSendUdpPong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveSendUdpPong.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveWriteUdpPong.java b/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveWriteUdpPong.java index 42995bfa92..3feb532514 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveWriteUdpPong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/ReceiveWriteUdpPong.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/SelectReceiveSendUdpPong.java b/aeron-samples/src/main/java/io/aeron/samples/raw/SelectReceiveSendUdpPong.java index 56baf4e70b..f5964b4abe 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/SelectReceiveSendUdpPong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/SelectReceiveSendUdpPong.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/SendReceiveUdpPing.java b/aeron-samples/src/main/java/io/aeron/samples/raw/SendReceiveUdpPing.java index ee87d9e324..4e2880d026 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/SendReceiveUdpPing.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/SendReceiveUdpPing.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/SendSelectReceiveUdpPing.java b/aeron-samples/src/main/java/io/aeron/samples/raw/SendSelectReceiveUdpPing.java index a065cf2092..02d15efdf8 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/SendSelectReceiveUdpPing.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/SendSelectReceiveUdpPing.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/WriteReceiveUdpPing.java b/aeron-samples/src/main/java/io/aeron/samples/raw/WriteReceiveUdpPing.java index b33d86b871..0b3b800039 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/WriteReceiveUdpPing.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/WriteReceiveUdpPing.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/raw/package-info.java b/aeron-samples/src/main/java/io/aeron/samples/raw/package-info.java index 00d2ac5d0d..56c93f409e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/package-info.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthenticator.java b/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthenticator.java index 2b6144bb96..30290024ec 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthenticator.java +++ b/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthenticator.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthorisationService.java b/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthorisationService.java index 77948e98cf..9cab22c2b8 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthorisationService.java +++ b/aeron-samples/src/main/java/io/aeron/samples/security/SimpleAuthorisationService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/CRC64.java b/aeron-samples/src/main/java/io/aeron/samples/stress/CRC64.java index 27c031895e..a7a52ce5c1 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/CRC64.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/CRC64.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/ShutdownBarrier.java b/aeron-samples/src/main/java/io/aeron/samples/stress/ShutdownBarrier.java index cd0ac5597b..8ce59cc1b6 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/ShutdownBarrier.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/ShutdownBarrier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/SimpleReservedValueSupplier.java b/aeron-samples/src/main/java/io/aeron/samples/stress/SimpleReservedValueSupplier.java index 47df0301c9..f90b1ec9c6 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/SimpleReservedValueSupplier.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/SimpleReservedValueSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcClient.java b/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcClient.java index 6ee2e8c4a8..ebcc286457 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcClient.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcServer.java b/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcServer.java index 6581b64b54..ff3b823886 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcServer.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/StressMdcServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastClient.java b/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastClient.java index 382ce37dc5..232d67ad6e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastClient.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastServer.java b/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastServer.java index 745fd7355e..0ae3e01e81 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastServer.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/StressUnicastServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/main/java/io/aeron/samples/stress/StressUtil.java b/aeron-samples/src/main/java/io/aeron/samples/stress/StressUtil.java index 04323fb410..25aaa37b61 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/stress/StressUtil.java +++ b/aeron-samples/src/main/java/io/aeron/samples/stress/StressUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatchTest.java b/aeron-samples/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatchTest.java index 8122561b7c..dc7ba92030 100644 --- a/aeron-samples/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatchTest.java +++ b/aeron-samples/src/test/java/io/aeron/cluster/ConsensusModuleSnapshotPendingServiceMessagesPatchTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/samples/LogInspectorAsciiFormatBytesTest.java b/aeron-samples/src/test/java/io/aeron/samples/LogInspectorAsciiFormatBytesTest.java index 8dea45866b..a8d0fdbdde 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/LogInspectorAsciiFormatBytesTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/LogInspectorAsciiFormatBytesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/samples/StreamStatTest.java b/aeron-samples/src/test/java/io/aeron/samples/StreamStatTest.java index c69b1ae90e..b55cdebc52 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/StreamStatTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/StreamStatTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingDescriptorCollectorTest.java b/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingDescriptorCollectorTest.java index 5dca51e9f3..a9dd735a83 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingDescriptorCollectorTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingDescriptorCollectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingReplicatorTest.java b/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingReplicatorTest.java index 7f0c800e9b..816cd30805 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingReplicatorTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/archive/RecordingReplicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthenticatorTest.java b/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthenticatorTest.java index 9d2c8901fc..f6f95ebd8c 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthenticatorTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthenticatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthorisationServiceTest.java b/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthorisationServiceTest.java index 4aa39e1327..c84508ea7f 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthorisationServiceTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/security/SimpleAuthorisationServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/AsyncResourceTest.java b/aeron-system-tests/src/test/java/io/aeron/AsyncResourceTest.java index d1cd970db0..8830052bf3 100644 --- a/aeron-system-tests/src/test/java/io/aeron/AsyncResourceTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/AsyncResourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/BufferClaimMessageTest.java b/aeron-system-tests/src/test/java/io/aeron/BufferClaimMessageTest.java index 87d191640a..992cc64609 100644 --- a/aeron-system-tests/src/test/java/io/aeron/BufferClaimMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/BufferClaimMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java b/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java index 7261c5dc52..10fd52121a 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ChannelValidationTest.java b/aeron-system-tests/src/test/java/io/aeron/ChannelValidationTest.java index 0c54af5666..d90c2815b7 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ChannelValidationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ChannelValidationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ClientContextTest.java b/aeron-system-tests/src/test/java/io/aeron/ClientContextTest.java index afa7f3f11b..160bf3b8b7 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ClientContextTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ClientContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ClientErrorHandlerTest.java b/aeron-system-tests/src/test/java/io/aeron/ClientErrorHandlerTest.java index c33a4e162e..f467f38376 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ClientErrorHandlerTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ClientErrorHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ConcurrentPublicationTermRotationRaceTest.java b/aeron-system-tests/src/test/java/io/aeron/ConcurrentPublicationTermRotationRaceTest.java index d77075c740..f18ff9b25a 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ConcurrentPublicationTermRotationRaceTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ConcurrentPublicationTermRotationRaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ControlledMessageTest.java b/aeron-system-tests/src/test/java/io/aeron/ControlledMessageTest.java index 1e050fd26d..419a127468 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ControlledMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ControlledMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/CounterTest.java b/aeron-system-tests/src/test/java/io/aeron/CounterTest.java index 429f3bbf4f..b6e55bcdb0 100644 --- a/aeron-system-tests/src/test/java/io/aeron/CounterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/CounterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/DataLossAndRecoverySystemTest.java b/aeron-system-tests/src/test/java/io/aeron/DataLossAndRecoverySystemTest.java index abd7ae5a58..e63576d48f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/DataLossAndRecoverySystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/DataLossAndRecoverySystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ErrorHandlerTest.java b/aeron-system-tests/src/test/java/io/aeron/ErrorHandlerTest.java index 8741d28c37..4963dfe511 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ErrorHandlerTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ErrorHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ExclusivePublicationTest.java b/aeron-system-tests/src/test/java/io/aeron/ExclusivePublicationTest.java index 8f4fc9e119..33f9d80245 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ExclusivePublicationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ExclusivePublicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/FlowControlTests.java b/aeron-system-tests/src/test/java/io/aeron/FlowControlTests.java index 84f6343af3..1ad82a8afe 100644 --- a/aeron-system-tests/src/test/java/io/aeron/FlowControlTests.java +++ b/aeron-system-tests/src/test/java/io/aeron/FlowControlTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/FragmentedMessageTest.java b/aeron-system-tests/src/test/java/io/aeron/FragmentedMessageTest.java index d8e189a046..73d7fcd160 100644 --- a/aeron-system-tests/src/test/java/io/aeron/FragmentedMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/FragmentedMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/GapFillLossTest.java b/aeron-system-tests/src/test/java/io/aeron/GapFillLossTest.java index 1c0165d65b..9bb929430e 100644 --- a/aeron-system-tests/src/test/java/io/aeron/GapFillLossTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/GapFillLossTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ImageAvailabilityTest.java b/aeron-system-tests/src/test/java/io/aeron/ImageAvailabilityTest.java index 22e6558af0..383b5ca109 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ImageAvailabilityTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ImageAvailabilityTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ImageRangeTest.java b/aeron-system-tests/src/test/java/io/aeron/ImageRangeTest.java index 7b5cbc7646..c11e85580d 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ImageRangeTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ImageRangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/LifecycleTest.java b/aeron-system-tests/src/test/java/io/aeron/LifecycleTest.java index e019565cc2..420f29f8bd 100644 --- a/aeron-system-tests/src/test/java/io/aeron/LifecycleTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/LifecycleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MaxFlowControlStrategySystemTest.java b/aeron-system-tests/src/test/java/io/aeron/MaxFlowControlStrategySystemTest.java index cd2b4fe73d..0067a2046c 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MaxFlowControlStrategySystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MaxFlowControlStrategySystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MaxPositionPublicationTest.java b/aeron-system-tests/src/test/java/io/aeron/MaxPositionPublicationTest.java index 41fce573b8..c00b40f82b 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MaxPositionPublicationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MaxPositionPublicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MdsAndMdcInteractionTest.java b/aeron-system-tests/src/test/java/io/aeron/MdsAndMdcInteractionTest.java index 7a3b7ad955..a992ea75d7 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MdsAndMdcInteractionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MdsAndMdcInteractionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MdsEosPositionTest.java b/aeron-system-tests/src/test/java/io/aeron/MdsEosPositionTest.java index 9da504deb3..2dc330e6ff 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MdsEosPositionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MdsEosPositionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java b/aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java index 75df9fe363..57d6592ab9 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MinFlowControlSystemTest.java b/aeron-system-tests/src/test/java/io/aeron/MinFlowControlSystemTest.java index 9c068c0b52..b2aeaf0b36 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MinFlowControlSystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MinFlowControlSystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MinPositionSubscriptionTest.java b/aeron-system-tests/src/test/java/io/aeron/MinPositionSubscriptionTest.java index edc0f41936..c4fef95535 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MinPositionSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MinPositionSubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MultiDestinationCastTest.java b/aeron-system-tests/src/test/java/io/aeron/MultiDestinationCastTest.java index 08d2943481..de4ad2086f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiDestinationCastTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiDestinationCastTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MultiDestinationSubscriptionTest.java b/aeron-system-tests/src/test/java/io/aeron/MultiDestinationSubscriptionTest.java index d04054fc59..f0e54de8ef 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiDestinationSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiDestinationSubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MultiDriverTest.java b/aeron-system-tests/src/test/java/io/aeron/MultiDriverTest.java index f7fb67ec1d..313d563d44 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiDriverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiDriverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MultiGapLossAndRecoverySystemTest.java b/aeron-system-tests/src/test/java/io/aeron/MultiGapLossAndRecoverySystemTest.java index 420f636c67..9b4e276f41 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiGapLossAndRecoverySystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiGapLossAndRecoverySystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MultiSubscriberTest.java b/aeron-system-tests/src/test/java/io/aeron/MultiSubscriberTest.java index 936ff642cc..970d87f609 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiSubscriberTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiSubscriberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/MultipleMulticastsSubscriptionsTest.java b/aeron-system-tests/src/test/java/io/aeron/MultipleMulticastsSubscriptionsTest.java index ce0543d45a..4d92c95abc 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultipleMulticastsSubscriptionsTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultipleMulticastsSubscriptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java b/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java index 70c413d441..443e5e53fd 100644 --- a/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/NameReResolutionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/PathologicallySlowConsumerTest.java b/aeron-system-tests/src/test/java/io/aeron/PathologicallySlowConsumerTest.java index b97d9753d0..d35db71e67 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PathologicallySlowConsumerTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PathologicallySlowConsumerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/PongTest.java b/aeron-system-tests/src/test/java/io/aeron/PongTest.java index aa44e80d4c..3fe4b80ec6 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PongTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PongTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/PrintEnvInfoTest.java b/aeron-system-tests/src/test/java/io/aeron/PrintEnvInfoTest.java index 89b8472498..0d338f4e83 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PrintEnvInfoTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PrintEnvInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java b/aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java index 084cbde2cb..9a760c83b1 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/PublicationUnblockTest.java b/aeron-system-tests/src/test/java/io/aeron/PublicationUnblockTest.java index d2c1686279..903e19bd6b 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PublicationUnblockTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PublicationUnblockTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java b/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java index 0f1772bb2d..ad88a50b58 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ReentrantClientTest.java b/aeron-system-tests/src/test/java/io/aeron/ReentrantClientTest.java index 1f1b30edd6..7f4ea282b9 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ReentrantClientTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ReentrantClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/RegistrationAndOwnerTest.java b/aeron-system-tests/src/test/java/io/aeron/RegistrationAndOwnerTest.java index 5b8ad0d836..e986b4e1f0 100644 --- a/aeron-system-tests/src/test/java/io/aeron/RegistrationAndOwnerTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/RegistrationAndOwnerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/RejectImageTest.java b/aeron-system-tests/src/test/java/io/aeron/RejectImageTest.java index cb9808fcbd..493290d9a6 100644 --- a/aeron-system-tests/src/test/java/io/aeron/RejectImageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/RejectImageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/RemoteEchoTest.java b/aeron-system-tests/src/test/java/io/aeron/RemoteEchoTest.java index b24f3157e0..e4af7cf753 100644 --- a/aeron-system-tests/src/test/java/io/aeron/RemoteEchoTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/RemoteEchoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/ResolvedEndpointSystemTest.java b/aeron-system-tests/src/test/java/io/aeron/ResolvedEndpointSystemTest.java index 0ac4407708..da9655064f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ResolvedEndpointSystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ResolvedEndpointSystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SessionSpecificPublicationTest.java b/aeron-system-tests/src/test/java/io/aeron/SessionSpecificPublicationTest.java index d4d0d7a946..2b169b21a2 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SessionSpecificPublicationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SessionSpecificPublicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SessionSpecificSubscriptionTest.java b/aeron-system-tests/src/test/java/io/aeron/SessionSpecificSubscriptionTest.java index a735a99a0f..977293d531 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SessionSpecificSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SessionSpecificSubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SpecifiedPositionPublicationTest.java b/aeron-system-tests/src/test/java/io/aeron/SpecifiedPositionPublicationTest.java index 7cb37f9ff5..8ea13c4346 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SpecifiedPositionPublicationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SpecifiedPositionPublicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SpySimulatedConnectionTest.java b/aeron-system-tests/src/test/java/io/aeron/SpySimulatedConnectionTest.java index d856448d80..da64af25ba 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SpySimulatedConnectionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SpySimulatedConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SpySubscriptionTest.java b/aeron-system-tests/src/test/java/io/aeron/SpySubscriptionTest.java index b9ffb06180..207ddab765 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SpySubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SpySubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/StopStartSecondSubscriberTest.java b/aeron-system-tests/src/test/java/io/aeron/StopStartSecondSubscriberTest.java index 32cb217866..a1c2999397 100644 --- a/aeron-system-tests/src/test/java/io/aeron/StopStartSecondSubscriberTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/StopStartSecondSubscriberTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/StreamSessionLimitsTest.java b/aeron-system-tests/src/test/java/io/aeron/StreamSessionLimitsTest.java index f712e244bc..dd9e0b92b0 100644 --- a/aeron-system-tests/src/test/java/io/aeron/StreamSessionLimitsTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/StreamSessionLimitsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SubscriberEndOfStreamTest.java b/aeron-system-tests/src/test/java/io/aeron/SubscriberEndOfStreamTest.java index 1a33e1e7e0..1dbf53e574 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SubscriberEndOfStreamTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SubscriberEndOfStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SubscriptionReconnectTest.java b/aeron-system-tests/src/test/java/io/aeron/SubscriptionReconnectTest.java index 7260a88031..efc77e9a07 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SubscriptionReconnectTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SubscriptionReconnectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/SystemTests.java b/aeron-system-tests/src/test/java/io/aeron/SystemTests.java index f403b32657..99544f606f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SystemTests.java +++ b/aeron-system-tests/src/test/java/io/aeron/SystemTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/TaggedFlowControlSystemTest.java b/aeron-system-tests/src/test/java/io/aeron/TaggedFlowControlSystemTest.java index 1e8e114da6..de91fc0890 100644 --- a/aeron-system-tests/src/test/java/io/aeron/TaggedFlowControlSystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/TaggedFlowControlSystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/TermBufferLengthTest.java b/aeron-system-tests/src/test/java/io/aeron/TermBufferLengthTest.java index b9f5bd0eb6..b9cf5ba3a7 100644 --- a/aeron-system-tests/src/test/java/io/aeron/TermBufferLengthTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/TermBufferLengthTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/TimestampingSystemTest.java b/aeron-system-tests/src/test/java/io/aeron/TimestampingSystemTest.java index 2a41488bfc..46b9bfa293 100644 --- a/aeron-system-tests/src/test/java/io/aeron/TimestampingSystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/TimestampingSystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/TwoBufferOfferMessageTest.java b/aeron-system-tests/src/test/java/io/aeron/TwoBufferOfferMessageTest.java index 1529ebfa78..c5bf0e4a6a 100644 --- a/aeron-system-tests/src/test/java/io/aeron/TwoBufferOfferMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/TwoBufferOfferMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/UntetheredSubscriptionTest.java b/aeron-system-tests/src/test/java/io/aeron/UntetheredSubscriptionTest.java index 61760e8341..0f983e666c 100644 --- a/aeron-system-tests/src/test/java/io/aeron/UntetheredSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/UntetheredSubscriptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveAuthenticationTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveAuthenticationTest.java index 60d4d03a20..b3cd892701 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveAuthenticationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveAuthenticationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java index c60e2f08f7..4e152483b1 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveDeleteAndRestartTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTest.java index e5756aa6e7..42554d71cf 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTests.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTests.java index 775085827f..fc2a98ebf4 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTests.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveSystemTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTruncateRecordingTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTruncateRecordingTest.java index 113e64d984..1819c60f50 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTruncateRecordingTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTruncateRecordingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/BasicArchiveTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/BasicArchiveTest.java index fd2596a3e0..f6a2cc4a27 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/BasicArchiveTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/BasicArchiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/CatalogWithJumboRecordingsAndGapsTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/CatalogWithJumboRecordingsAndGapsTest.java index 41c3cb79da..a12884a25f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/CatalogWithJumboRecordingsAndGapsTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/CatalogWithJumboRecordingsAndGapsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/DualReplayMergeTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/DualReplayMergeTest.java index 9126119cea..040579200d 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/DualReplayMergeTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/DualReplayMergeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ExtendRecordingTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ExtendRecordingTest.java index fecfbc6311..21a1887a19 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ExtendRecordingTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ExtendRecordingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ManageRecordingHistoryTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ManageRecordingHistoryTest.java index 1c1c6a4269..b8fb348e7a 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ManageRecordingHistoryTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ManageRecordingHistoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/MigrateSegmentsTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/MigrateSegmentsTest.java index d5b42079a2..7b5131e134 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/MigrateSegmentsTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/MigrateSegmentsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java index 026c13179a..cea8cc6cfe 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ReplayMergeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/ReplicateRecordingTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ReplicateRecordingTest.java index d15ff42c2f..8b1c5975c4 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ReplicateRecordingTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ReplicateRecordingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/archive/TestRecordingSignalConsumer.java b/aeron-system-tests/src/test/java/io/aeron/archive/TestRecordingSignalConsumer.java index 4ce331c5f1..ce38d7917f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/TestRecordingSignalConsumer.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/TestRecordingSignalConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/AppointedLeaderTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/AppointedLeaderTest.java index 0e3fcd2150..a34092a43d 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/AppointedLeaderTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/AppointedLeaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupContextTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupContextTest.java index 79bfa655fb..65350320b2 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupContextTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupTest.java index b390645c4b..ebd817e932 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterBackupTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterInstrumentor.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterInstrumentor.java index 0ea6fb0c0c..90dd717e07 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterInstrumentor.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterInstrumentor.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterNetworkTopologyTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterNetworkTopologyTest.java index 4433ca5546..74327444ff 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterNetworkTopologyTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterNetworkTopologyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterTest.java index 7e6a61321c..2a35137de4 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterToolTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterToolTest.java index 805118cfb4..5b5d46317f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterToolTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ClusterToolTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/FailedFirstElectionClusterTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/FailedFirstElectionClusterTest.java index 5dffe8c674..7ca2438834 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/FailedFirstElectionClusterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/FailedFirstElectionClusterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/MultiClusteredServicesTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/MultiClusteredServicesTest.java index 939b7c2a7f..9b49293f67 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/MultiClusteredServicesTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/MultiClusteredServicesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/MultiModuleSharedDriverTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/MultiModuleSharedDriverTest.java index b7ad46a52e..13d4e921e0 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/MultiModuleSharedDriverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/MultiModuleSharedDriverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/MultiNodeTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/MultiNodeTest.java index 2b9732e600..7b4d22af21 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/MultiNodeTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/MultiNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/RacingCatchupClusterTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/RacingCatchupClusterTest.java index 7109b9299a..27821b14f0 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/RacingCatchupClusterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/RacingCatchupClusterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/RecoverAfterFailedCatchupClusterTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/RecoverAfterFailedCatchupClusterTest.java index ab9aadaa83..e1fdf201ef 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/RecoverAfterFailedCatchupClusterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/RecoverAfterFailedCatchupClusterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/ServiceIpcIngressMessageTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/ServiceIpcIngressMessageTest.java index 57ad616921..fb10300a76 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/ServiceIpcIngressMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/ServiceIpcIngressMessageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/SingleNodeTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/SingleNodeTest.java index c36c1b1a14..636d741e9b 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/SingleNodeTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/SingleNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/StalledLeaderLogReplicationClusterTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/StalledLeaderLogReplicationClusterTest.java index 05a7c86fbf..d7107f95d0 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/StalledLeaderLogReplicationClusterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/StalledLeaderLogReplicationClusterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java b/aeron-system-tests/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java index b304af72c8..0f2970a182 100644 --- a/aeron-system-tests/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/BytesSentAndReceivedTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/BytesSentAndReceivedTest.java index d0326c18f2..99770d2c79 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/BytesSentAndReceivedTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/BytesSentAndReceivedTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/DriverNameResolverTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/DriverNameResolverTest.java index 497685aac2..51db1b4e55 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/DriverNameResolverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/DriverNameResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/DriverShouldStartIfAeronDirectoryExistsTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/DriverShouldStartIfAeronDirectoryExistsTest.java index 3a0fd7b3df..e7e3688eab 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/DriverShouldStartIfAeronDirectoryExistsTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/DriverShouldStartIfAeronDirectoryExistsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/DriverSpaceTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/DriverSpaceTest.java index 2a72c8f63a..2f0351d59f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/DriverSpaceTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/DriverSpaceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/ExperimentalDriverFeaturesTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/ExperimentalDriverFeaturesTest.java index 7065dc2e19..5006d1072d 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/ExperimentalDriverFeaturesTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/ExperimentalDriverFeaturesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/ResolveEphemeralSubscriptionPortTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/ResolveEphemeralSubscriptionPortTest.java index 7b67a173dd..b5d0e4680d 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/ResolveEphemeralSubscriptionPortTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/ResolveEphemeralSubscriptionPortTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/driver/SystemCountersTest.java b/aeron-system-tests/src/test/java/io/aeron/driver/SystemCountersTest.java index f091a6457a..afc42d68b4 100644 --- a/aeron-system-tests/src/test/java/io/aeron/driver/SystemCountersTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/driver/SystemCountersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthenticatorTest.java b/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthenticatorTest.java index 5fbb36b17f..9b275becb6 100644 --- a/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthenticatorTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthenticatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthorisationServiceTest.java b/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthorisationServiceTest.java index e9794841ad..6b3a8a8d2b 100644 --- a/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthorisationServiceTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/security/SimpleAuthorisationServiceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-system-tests/src/test/java/io/aeron/test/driver/TestMediaDriverTest.java b/aeron-system-tests/src/test/java/io/aeron/test/driver/TestMediaDriverTest.java index 7c4987d271..039ff587fe 100644 --- a/aeron-system-tests/src/test/java/io/aeron/test/driver/TestMediaDriverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/test/driver/TestMediaDriverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/AdjustableClock.java b/aeron-test-support/src/main/java/io/aeron/test/AdjustableClock.java index 55b927b315..0c6d0ad1fc 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/AdjustableClock.java +++ b/aeron-test-support/src/main/java/io/aeron/test/AdjustableClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/BindingsTest.java b/aeron-test-support/src/main/java/io/aeron/test/BindingsTest.java index 949db653fb..36ac0a27c5 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/BindingsTest.java +++ b/aeron-test-support/src/main/java/io/aeron/test/BindingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/CapturingPrintStream.java b/aeron-test-support/src/main/java/io/aeron/test/CapturingPrintStream.java index d319468514..261be1b024 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/CapturingPrintStream.java +++ b/aeron-test-support/src/main/java/io/aeron/test/CapturingPrintStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/CountersAnswer.java b/aeron-test-support/src/main/java/io/aeron/test/CountersAnswer.java index 78d7e2c92a..6a3f46fdd0 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/CountersAnswer.java +++ b/aeron-test-support/src/main/java/io/aeron/test/CountersAnswer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/CountingFragmentHandler.java b/aeron-test-support/src/main/java/io/aeron/test/CountingFragmentHandler.java index b405bed020..7e47e0cdb3 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/CountingFragmentHandler.java +++ b/aeron-test-support/src/main/java/io/aeron/test/CountingFragmentHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/DataCollector.java b/aeron-test-support/src/main/java/io/aeron/test/DataCollector.java index 9b56951f2f..eb74c9c3d2 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/DataCollector.java +++ b/aeron-test-support/src/main/java/io/aeron/test/DataCollector.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/DisableJavaUtilLogging.java b/aeron-test-support/src/main/java/io/aeron/test/DisableJavaUtilLogging.java index 69857476e0..f04cce920a 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/DisableJavaUtilLogging.java +++ b/aeron-test-support/src/main/java/io/aeron/test/DisableJavaUtilLogging.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/EventLogExtension.java b/aeron-test-support/src/main/java/io/aeron/test/EventLogExtension.java index 7a3689320b..4c4d2cadbe 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/EventLogExtension.java +++ b/aeron-test-support/src/main/java/io/aeron/test/EventLogExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/HideStdErrExtension.java b/aeron-test-support/src/main/java/io/aeron/test/HideStdErrExtension.java index c7dd17f42a..c9e436c3ce 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/HideStdErrExtension.java +++ b/aeron-test-support/src/main/java/io/aeron/test/HideStdErrExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/IgnoreStdErr.java b/aeron-test-support/src/main/java/io/aeron/test/IgnoreStdErr.java index d10c037935..4e29990b05 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/IgnoreStdErr.java +++ b/aeron-test-support/src/main/java/io/aeron/test/IgnoreStdErr.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/InterruptAfter.java b/aeron-test-support/src/main/java/io/aeron/test/InterruptAfter.java index b33faafa00..b692c3f7f5 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/InterruptAfter.java +++ b/aeron-test-support/src/main/java/io/aeron/test/InterruptAfter.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/InterruptingTestCallback.java b/aeron-test-support/src/main/java/io/aeron/test/InterruptingTestCallback.java index 80fb18e790..95226f0dfd 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/InterruptingTestCallback.java +++ b/aeron-test-support/src/main/java/io/aeron/test/InterruptingTestCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/MediaDriverTestUtil.java b/aeron-test-support/src/main/java/io/aeron/test/MediaDriverTestUtil.java index 40fbbc5210..33068453bc 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/MediaDriverTestUtil.java +++ b/aeron-test-support/src/main/java/io/aeron/test/MediaDriverTestUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/NetworkTestingUtil.java b/aeron-test-support/src/main/java/io/aeron/test/NetworkTestingUtil.java index 71ef9e0ed3..e61654fa7c 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/NetworkTestingUtil.java +++ b/aeron-test-support/src/main/java/io/aeron/test/NetworkTestingUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/NullOutputStream.java b/aeron-test-support/src/main/java/io/aeron/test/NullOutputStream.java index 191be7e8ff..f99bb957a9 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/NullOutputStream.java +++ b/aeron-test-support/src/main/java/io/aeron/test/NullOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/RandomWatcher.java b/aeron-test-support/src/main/java/io/aeron/test/RandomWatcher.java index 8b5f033560..5af96f455f 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/RandomWatcher.java +++ b/aeron-test-support/src/main/java/io/aeron/test/RandomWatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/SlowTest.java b/aeron-test-support/src/main/java/io/aeron/test/SlowTest.java index f6ffa12c11..dc612d0557 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/SlowTest.java +++ b/aeron-test-support/src/main/java/io/aeron/test/SlowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/SystemTestConfig.java b/aeron-test-support/src/main/java/io/aeron/test/SystemTestConfig.java index a7672280fa..243b25c2a4 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/SystemTestConfig.java +++ b/aeron-test-support/src/main/java/io/aeron/test/SystemTestConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/SystemTestWatcher.java b/aeron-test-support/src/main/java/io/aeron/test/SystemTestWatcher.java index f7e079d46f..391f901cfd 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/SystemTestWatcher.java +++ b/aeron-test-support/src/main/java/io/aeron/test/SystemTestWatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/TestContexts.java b/aeron-test-support/src/main/java/io/aeron/test/TestContexts.java index 793b46c730..ae4ddf8359 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/TestContexts.java +++ b/aeron-test-support/src/main/java/io/aeron/test/TestContexts.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/Tests.java b/aeron-test-support/src/main/java/io/aeron/test/Tests.java index a446bdfc6f..c461f83e52 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/Tests.java +++ b/aeron-test-support/src/main/java/io/aeron/test/Tests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/ThreadNamingTestCallback.java b/aeron-test-support/src/main/java/io/aeron/test/ThreadNamingTestCallback.java index d60fc6d2de..492a959112 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/ThreadNamingTestCallback.java +++ b/aeron-test-support/src/main/java/io/aeron/test/ThreadNamingTestCallback.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/TopologyTest.java b/aeron-test-support/src/main/java/io/aeron/test/TopologyTest.java index 1bbfff5339..58770655ce 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/TopologyTest.java +++ b/aeron-test-support/src/main/java/io/aeron/test/TopologyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/cluster/ClusterTests.java b/aeron-test-support/src/main/java/io/aeron/test/cluster/ClusterTests.java index 3b2894d19d..1b3a3961fe 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/cluster/ClusterTests.java +++ b/aeron-test-support/src/main/java/io/aeron/test/cluster/ClusterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/cluster/StubClusteredService.java b/aeron-test-support/src/main/java/io/aeron/test/cluster/StubClusteredService.java index 785c97865a..e0f706563c 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/cluster/StubClusteredService.java +++ b/aeron-test-support/src/main/java/io/aeron/test/cluster/StubClusteredService.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/cluster/TestBackupNode.java b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestBackupNode.java index ee081ec20b..3b272255a0 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/cluster/TestBackupNode.java +++ b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestBackupNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/cluster/TestCluster.java b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestCluster.java index 452543e287..e3b178a413 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/cluster/TestCluster.java +++ b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestCluster.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/cluster/TestClusterClock.java b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestClusterClock.java index 73e7f8f491..e2c021bd27 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/cluster/TestClusterClock.java +++ b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestClusterClock.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/cluster/TestNode.java b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestNode.java index a72a0aeea5..7cc6d1a407 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/cluster/TestNode.java +++ b/aeron-test-support/src/main/java/io/aeron/test/cluster/TestNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/driver/CTestMediaDriver.java b/aeron-test-support/src/main/java/io/aeron/test/driver/CTestMediaDriver.java index 5174aceaac..6de1947163 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/driver/CTestMediaDriver.java +++ b/aeron-test-support/src/main/java/io/aeron/test/driver/CTestMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/driver/DriverOutputConsumer.java b/aeron-test-support/src/main/java/io/aeron/test/driver/DriverOutputConsumer.java index 9ea833d115..9bd583f6f1 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/driver/DriverOutputConsumer.java +++ b/aeron-test-support/src/main/java/io/aeron/test/driver/DriverOutputConsumer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/driver/JavaTestMediaDriver.java b/aeron-test-support/src/main/java/io/aeron/test/driver/JavaTestMediaDriver.java index a01e7c0028..a08ea77fcb 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/driver/JavaTestMediaDriver.java +++ b/aeron-test-support/src/main/java/io/aeron/test/driver/JavaTestMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/driver/RedirectingNameResolver.java b/aeron-test-support/src/main/java/io/aeron/test/driver/RedirectingNameResolver.java index be98350a71..4933441246 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/driver/RedirectingNameResolver.java +++ b/aeron-test-support/src/main/java/io/aeron/test/driver/RedirectingNameResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/driver/TestMediaDriver.java b/aeron-test-support/src/main/java/io/aeron/test/driver/TestMediaDriver.java index 051d9a5389..6264a50221 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/driver/TestMediaDriver.java +++ b/aeron-test-support/src/main/java/io/aeron/test/driver/TestMediaDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/launcher/FileResolveUtil.java b/aeron-test-support/src/main/java/io/aeron/test/launcher/FileResolveUtil.java index b914443964..6491a2592e 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/launcher/FileResolveUtil.java +++ b/aeron-test-support/src/main/java/io/aeron/test/launcher/FileResolveUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchClient.java b/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchClient.java index 580f1b99b0..1d39380cf9 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchClient.java +++ b/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchServer.java b/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchServer.java index 802479a93c..b75b03b510 100644 --- a/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchServer.java +++ b/aeron-test-support/src/main/java/io/aeron/test/launcher/RemoteLaunchServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/test/java/io/aeron/test/DataCollectorTest.java b/aeron-test-support/src/test/java/io/aeron/test/DataCollectorTest.java index 0feceadd08..557dcdacfc 100644 --- a/aeron-test-support/src/test/java/io/aeron/test/DataCollectorTest.java +++ b/aeron-test-support/src/test/java/io/aeron/test/DataCollectorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/test/java/io/aeron/test/ThreadNamingCallbackTest.java b/aeron-test-support/src/test/java/io/aeron/test/ThreadNamingCallbackTest.java index df535552bc..55335dfe73 100644 --- a/aeron-test-support/src/test/java/io/aeron/test/ThreadNamingCallbackTest.java +++ b/aeron-test-support/src/test/java/io/aeron/test/ThreadNamingCallbackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/aeron-test-support/src/test/java/io/aeron/test/launcher/RemoteLauncherTest.java b/aeron-test-support/src/test/java/io/aeron/test/launcher/RemoteLauncherTest.java index 5c707b09d3..376c215ac8 100644 --- a/aeron-test-support/src/test/java/io/aeron/test/launcher/RemoteLauncherTest.java +++ b/aeron-test-support/src/test/java/io/aeron/test/launcher/RemoteLauncherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * 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/build.gradle b/build.gradle index ab09254ae9..6847eaf36b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 Real Logic Limited. + * Copyright 2014-2025 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -312,7 +312,7 @@ subprojects { javadoc { failOnError false title = '