From 123bc846acba93780edbe333a075aace17378893 Mon Sep 17 00:00:00 2001 From: mjpt777 Date: Fri, 19 Jul 2019 15:57:58 +0100 Subject: [PATCH] Update licence references to https --- CMakeLists.txt | 2 +- LICENSE | 2 +- README.md | 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/ArchiveEventLogger.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/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 +- .../main/java/io/aeron/agent/ControlRequestInterceptor.java | 2 +- aeron-agent/src/main/java/io/aeron/agent/DissectFunction.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 +- 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/package-info.java | 2 +- .../src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java | 2 +- .../src/test/java/io/aeron/agent/DriverEventCodeTest.java | 2 +- .../src/test/java/io/aeron/agent/DriverLoggingAgentTest.java | 2 +- .../src/test/java/io/aeron/agent/EventConfigurationTest.java | 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/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 +- .../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 +- .../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/ArchiveMarkFile.java | 2 +- .../src/main/java/io/aeron/archive/ArchiveThreadingMode.java | 2 +- .../src/main/java/io/aeron/archive/ArchivingMediaDriver.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/Catalog.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java | 2 +- aeron-archive/src/main/java/io/aeron/archive/CatalogView.java | 2 +- .../src/main/java/io/aeron/archive/ControlRequestAdapter.java | 2 +- .../main/java/io/aeron/archive/ControlRequestListener.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/ControlSessionDemuxer.java | 2 +- .../java/io/aeron/archive/DedicatedModeArchiveConductor.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/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 +- 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/client/AeronArchive.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/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 +- .../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/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/cpp/AeronArchiveTest.cpp | 2 +- aeron-archive/src/test/cpp/CMakeLists.txt | 2 +- aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java | 2 +- aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java | 2 +- .../src/test/java/io/aeron/archive/CatalogViewTest.java | 2 +- .../java/io/aeron/archive/FailControlResponseListener.java | 2 +- .../java/io/aeron/archive/FailRecordingEventsListener.java | 2 +- .../src/test/java/io/aeron/archive/RecordingSessionTest.java | 2 +- .../src/test/java/io/aeron/archive/ReplaySessionTest.java | 2 +- aeron-archive/src/test/java/io/aeron/archive/TestUtil.java | 2 +- .../io/aeron/archive/workloads/ArchiveRecordingLoadTest.java | 2 +- .../io/aeron/archive/workloads/ArchiveReplayLoadTest.java | 2 +- aeron-client/src/main/cpp/Aeron.cpp | 2 +- aeron-client/src/main/cpp/Aeron.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/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/Image.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/ExclusiveTermAppender.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 +- aeron-client/src/main/cpp/concurrent/logbuffer/TermAppender.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 +- 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/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/java/io/aeron/Aeron.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/DirectBufferVector.java | 2 +- aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java | 2 +- aeron-client/src/main/java/io/aeron/DriverEventsListener.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/ReservedValueSupplier.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 +- .../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/PublicationMessageFlyweight.java | 2 +- .../main/java/io/aeron/command/RemoveMessageFlyweight.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/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 +- .../main/java/io/aeron/exceptions/DriverTimeoutException.java | 2 +- .../main/java/io/aeron/exceptions/RegistrationException.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 +- .../main/java/io/aeron/logbuffer/ExclusiveTermAppender.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/TermAppender.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/HeaderFlyweight.java | 2 +- .../src/main/java/io/aeron/protocol/NakFlyweight.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/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/package-info.java | 2 +- .../src/main/java/io/aeron/status/ChannelEndpointStatus.java | 2 +- .../src/main/java/io/aeron/status/HeartbeatStatus.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/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/ExclusivePublicationTest.cpp | 2 +- aeron-client/src/test/cpp/FragmentAssemblerTest.cpp | 2 +- aeron-client/src/test/cpp/ImageTest.cpp | 2 +- aeron-client/src/test/cpp/PublicationTest.cpp | 2 +- aeron-client/src/test/cpp/command/CommandTest.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/TermAppenderTest.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/java/io/aeron/BufferBuilderTest.java | 2 +- .../src/test/java/io/aeron/BufferBuilderUtilTest.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/PublicationTest.java | 2 +- aeron-client/src/test/java/io/aeron/SubscriptionTest.java | 2 +- .../test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java | 2 +- .../src/test/java/io/aeron/logbuffer/TermAppenderTest.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/TermUnblockerTest.java | 2 +- .../src/test/java/io/aeron/protocol/HeaderFlyweightTest.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/ClusterControl.java | 2 +- .../src/main/java/io/aeron/cluster/ClusterMember.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/ClusteredMediaDriver.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 +- .../java/io/aeron/cluster/ConsensusModuleSnapshotLoader.java | 2 +- .../java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java | 2 +- aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.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/ExpandableRingBuffer.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/MemberServiceAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/MemberStatusAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/MemberStatusListener.java | 2 +- .../src/main/java/io/aeron/cluster/MemberStatusPublisher.java | 2 +- .../src/main/java/io/aeron/cluster/RecordingExtent.java | 2 +- .../src/main/java/io/aeron/cluster/RecordingLog.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/TimerService.java | 2 +- .../src/main/java/io/aeron/cluster/client/AeronCluster.java | 2 +- .../main/java/io/aeron/cluster/client/ClusterException.java | 2 +- .../io/aeron/cluster/client/ControlledEgressListener.java | 2 +- .../src/main/java/io/aeron/cluster/client/EgressAdapter.java | 2 +- .../src/main/java/io/aeron/cluster/client/EgressListener.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 +- .../main/java/io/aeron/cluster/service/ClusterMarkFile.java | 2 +- .../main/java/io/aeron/cluster/service/ClusterNodeRole.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 +- .../src/main/java/io/aeron/cluster/service/CommitPos.java | 2 +- .../java/io/aeron/cluster/service/ConsensusModuleProxy.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 +- .../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/AppointedLeaderTest.java | 2 +- .../src/test/java/io/aeron/cluster/AuthenticationTest.java | 2 +- aeron-cluster/src/test/java/io/aeron/cluster/BackupTest.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 +- aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java | 2 +- .../src/test/java/io/aeron/cluster/ClusterTimerTest.java | 2 +- .../test/java/io/aeron/cluster/ConsensusModuleAgentTest.java | 2 +- .../src/test/java/io/aeron/cluster/DynamicMembershipTest.java | 2 +- .../src/test/java/io/aeron/cluster/ElectionTest.java | 2 +- .../test/java/io/aeron/cluster/ExpandableRingBufferTest.java | 2 +- .../src/test/java/io/aeron/cluster/MultiNodeTest.java | 2 +- .../src/test/java/io/aeron/cluster/RecordingLogTest.java | 2 +- .../src/test/java/io/aeron/cluster/ServiceIpcIngressTest.java | 2 +- .../src/test/java/io/aeron/cluster/SingleNodeTest.java | 2 +- .../io/aeron/cluster/StartFromTruncatedRecordingLogTest.java | 2 +- .../src/test/java/io/aeron/cluster/StubClusteredService.java | 2 +- .../src/test/java/io/aeron/cluster/TestBackupNode.java | 2 +- aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java | 2 +- .../src/test/java/io/aeron/cluster/TestMessages.java | 2 +- aeron-cluster/src/test/java/io/aeron/cluster/TestNode.java | 2 +- aeron-cluster/src/test/java/io/aeron/cluster/TestUtil.java | 2 +- aeron-driver/src/main/c/CMakeLists.txt | 2 +- aeron-driver/src/main/c/aeron_agent.c | 2 +- aeron-driver/src/main/c/aeron_agent.h | 2 +- aeron-driver/src/main/c/aeron_alloc.c | 2 +- aeron-driver/src/main/c/aeron_alloc.h | 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_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_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_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_network_publication.c | 2 +- aeron-driver/src/main/c/aeron_network_publication.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_socket.c | 2 +- aeron-driver/src/main/c/aeron_socket.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/aeron_windows.c | 2 +- aeron-driver/src/main/c/aeron_windows.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/collections/aeron_int64_to_ptr_hash_map.c | 2 +- .../src/main/c/collections/aeron_int64_to_ptr_hash_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-driver/src/main/c/command/aeron_control_protocol.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_atomic.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_atomic.h | 2 +- .../src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_atomic64_msvc.h | 2 +- .../src/main/c/concurrent/aeron_broadcast_transmitter.c | 2 +- .../src/main/c/concurrent/aeron_broadcast_transmitter.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_counters_manager.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_counters_manager.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.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_logbuffer_unblocker.c | 2 +- .../src/main/c/concurrent/aeron_logbuffer_unblocker.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-driver/src/main/c/concurrent/aeron_mpsc_rb.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.h | 2 +- aeron-driver/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-driver/src/main/c/concurrent/aeron_spsc_rb.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_spsc_rb.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_scanner.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_scanner.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_unblocker.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_term_unblocker.h | 2 +- aeron-driver/src/main/c/concurrent/aeron_thread.c | 2 +- aeron-driver/src/main/c/concurrent/aeron_thread.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_send_channel_endpoint.c | 2 +- aeron-driver/src/main/c/media/aeron_send_channel_endpoint.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 +- 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/protocol/aeron_udp_protocol.h | 2 +- aeron-driver/src/main/c/reports/aeron_loss_reporter.c | 2 +- aeron-driver/src/main/c/reports/aeron_loss_reporter.h | 2 +- aeron-driver/src/main/c/uri/aeron_uri.c | 2 +- aeron-driver/src/main/c/uri/aeron_uri.h | 2 +- aeron-driver/src/main/c/util/aeron_arrayutil.c | 2 +- aeron-driver/src/main/c/util/aeron_arrayutil.h | 2 +- aeron-driver/src/main/c/util/aeron_bitutil.h | 2 +- aeron-driver/src/main/c/util/aeron_dlopen.c | 2 +- aeron-driver/src/main/c/util/aeron_dlopen.h | 2 +- aeron-driver/src/main/c/util/aeron_error.c | 2 +- aeron-driver/src/main/c/util/aeron_error.h | 2 +- aeron-driver/src/main/c/util/aeron_fileutil.c | 2 +- aeron-driver/src/main/c/util/aeron_fileutil.h | 2 +- aeron-driver/src/main/c/util/aeron_http_util.c | 2 +- aeron-driver/src/main/c/util/aeron_http_util.h | 2 +- aeron-driver/src/main/c/util/aeron_netutil.c | 2 +- aeron-driver/src/main/c/util/aeron_netutil.h | 2 +- aeron-driver/src/main/c/util/aeron_parse_util.c | 2 +- aeron-driver/src/main/c/util/aeron_parse_util.h | 2 +- aeron-driver/src/main/c/util/aeron_platform.h | 2 +- aeron-driver/src/main/c/util/aeron_properties_util.c | 2 +- aeron-driver/src/main/c/util/aeron_properties_util.h | 2 +- aeron-driver/src/main/c/util/aeron_strutil.c | 2 +- aeron-driver/src/main/c/util/aeron_strutil.h | 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/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 +- .../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/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 +- 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 +- .../src/main/java/io/aeron/driver/NetworkPublication.java | 2 +- .../java/io/aeron/driver/NetworkPublicationThreadLocals.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 +- 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 +- .../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 +- .../src/main/java/io/aeron/driver/TerminationValidator.java | 2 +- aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java | 2 +- .../src/main/java/io/aeron/driver/UnicastFlowControl.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/ControlProtocolException.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/LossGenerator.java | 2 +- .../main/java/io/aeron/driver/ext/RandomLossGenerator.java | 2 +- .../src/main/java/io/aeron/driver/ext/package-info.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 +- .../src/main/java/io/aeron/driver/media/MultiDestination.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 +- .../java/io/aeron/driver/media/ReceiveChannelEndpoint.java | 2 +- .../driver/media/ReceiveChannelEndpointThreadLocals.java | 2 +- .../io/aeron/driver/media/ReceiveDestinationUdpTransport.java | 2 +- .../main/java/io/aeron/driver/media/SendChannelEndpoint.java | 2 +- .../main/java/io/aeron/driver/media/SocketAddressUtil.java | 2 +- .../src/main/java/io/aeron/driver/media/UdpChannel.java | 2 +- .../main/java/io/aeron/driver/media/UdpChannelTransport.java | 2 +- .../main/java/io/aeron/driver/media/UdpTransportPoller.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/ClientHeartbeatStatus.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 +- .../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 +- .../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/aeron_broadcast_transmitter_test.cpp | 2 +- aeron-driver/src/test/c/aeron_counters_manager_test.cpp | 2 +- aeron-driver/src/test/c/aeron_distinct_error_log_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 +- aeron-driver/src/test/c/aeron_driver_conductor_spy_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_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 +- .../src/test/c/aeron_mpsc_concurrent_array_queue_test.cpp | 2 +- aeron-driver/src/test/c/aeron_mpsc_rb_test.cpp | 2 +- aeron-driver/src/test/c/aeron_parse_util_test.cpp | 2 +- aeron-driver/src/test/c/aeron_properties_test.cpp | 2 +- aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp | 2 +- .../src/test/c/aeron_spsc_concurrent_array_queue_test.cpp | 2 +- aeron-driver/src/test/c/aeron_spsc_rb_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_udp_channel_test.cpp | 2 +- aeron-driver/src/test/c/aeron_uri_test.cpp | 2 +- .../test/c/collections/aeron_int64_to_ptr_hash_masp_test.cpp | 2 +- .../src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp | 2 +- .../test/java/io/aeron/driver/DataPacketDispatcherTest.java | 2 +- .../src/test/java/io/aeron/driver/DriverConductorTest.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/MediaDriverTest.java | 2 +- .../io/aeron/driver/OptimalMulticastDelayGeneratorTest.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 +- .../src/test/java/io/aeron/driver/TerminateDriverTest.java | 2 +- .../src/test/java/io/aeron/driver/UdpChannelTest.java | 2 +- .../test/java/io/aeron/driver/UntetheredSubscriptionTest.java | 2 +- aeron-driver/src/test/java/io/aeron/driver/Values.java | 2 +- .../src/test/java/io/aeron/driver/ValuesSupplier.java | 2 +- .../io/aeron/driver/buffer/FileMappingConventionTest.java | 2 +- .../java/io/aeron/driver/buffer/FileStoreLogFactoryTest.java | 2 +- .../src/test/java/io/aeron/driver/buffer/TestLogFactory.java | 2 +- .../src/test/java/io/aeron/driver/media/NetworkUtilTest.java | 2 +- .../java/io/aeron/driver/media/SocketAddressUtilTest.java | 2 +- .../java/io/aeron/driver/reports/LossReportReaderTest.java | 2 +- .../src/test/java/io/aeron/driver/reports/LossReportTest.java | 2 +- aeron-samples/scripts/aeron-stat | 2 +- aeron-samples/scripts/aeron-stat.bat | 2 +- aeron-samples/scripts/archive/archiving-media-driver | 2 +- aeron-samples/scripts/archive/archiving-media-driver.bat | 2 +- aeron-samples/scripts/archive/embedded-recording-throughput | 2 +- .../scripts/archive/embedded-recording-throughput.bat | 2 +- aeron-samples/scripts/archive/embedded-replay-throughput | 2 +- aeron-samples/scripts/archive/embedded-replay-throughput.bat | 2 +- aeron-samples/scripts/archive/recorded-basic-publisher | 2 +- aeron-samples/scripts/archive/recorded-basic-publisher.bat | 2 +- aeron-samples/scripts/archive/replayed-basic-subscriber | 2 +- aeron-samples/scripts/archive/replayed-basic-subscriber.bat | 2 +- aeron-samples/scripts/archive/segment-inspector | 2 +- aeron-samples/scripts/archive/segment-inspector.bat | 2 +- aeron-samples/scripts/backlog-stat | 2 +- aeron-samples/scripts/backlog-stat.bat | 2 +- aeron-samples/scripts/basic-publisher | 2 +- aeron-samples/scripts/basic-publisher.bat | 2 +- aeron-samples/scripts/basic-subscriber | 2 +- aeron-samples/scripts/basic-subscriber.bat | 2 +- aeron-samples/scripts/embedded-claim-ipc-throughput | 2 +- aeron-samples/scripts/embedded-claim-ipc-throughput.bat | 2 +- aeron-samples/scripts/embedded-dual-exclusive-throughput | 2 +- aeron-samples/scripts/embedded-dual-exclusive-throughput.bat | 2 +- aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput | 2 +- .../scripts/embedded-exclusive-claim-ipc-throughput.bat | 2 +- aeron-samples/scripts/embedded-exclusive-ipc-throughput | 2 +- aeron-samples/scripts/embedded-exclusive-ipc-throughput.bat | 2 +- aeron-samples/scripts/embedded-exclusive-spied-throughput | 2 +- aeron-samples/scripts/embedded-exclusive-spied-throughput.bat | 2 +- aeron-samples/scripts/embedded-exclusive-throughput | 2 +- aeron-samples/scripts/embedded-exclusive-throughput.bat | 2 +- .../scripts/embedded-exclusive-vectored-ipc-throughput | 2 +- .../scripts/embedded-exclusive-vectored-ipc-throughput.bat | 2 +- aeron-samples/scripts/embedded-ipc-throughput | 2 +- aeron-samples/scripts/embedded-ipc-throughput.bat | 2 +- aeron-samples/scripts/embedded-ping-pong | 2 +- aeron-samples/scripts/embedded-ping-pong.bat | 2 +- aeron-samples/scripts/embedded-throughput | 2 +- aeron-samples/scripts/embedded-throughput.bat | 2 +- aeron-samples/scripts/error-stat | 2 +- aeron-samples/scripts/error-stat.bat | 2 +- aeron-samples/scripts/file-receiver | 2 +- aeron-samples/scripts/file-receiver.bat | 2 +- aeron-samples/scripts/file-sender | 2 +- aeron-samples/scripts/file-sender.bat | 2 +- aeron-samples/scripts/ipc-c-media-driver | 2 +- aeron-samples/scripts/log-inspector | 2 +- aeron-samples/scripts/log-inspector.bat | 2 +- aeron-samples/scripts/logging-c-media-driver | 2 +- aeron-samples/scripts/logging-media-driver | 2 +- aeron-samples/scripts/logging-media-driver.bat | 2 +- aeron-samples/scripts/loss-rate-c-media-driver | 2 +- aeron-samples/scripts/loss-stat | 2 +- aeron-samples/scripts/loss-stat.bat | 2 +- aeron-samples/scripts/low-latency-c-media-driver | 2 +- aeron-samples/scripts/low-latency-media-driver | 2 +- aeron-samples/scripts/low-latency-media-driver.bat | 2 +- aeron-samples/scripts/media-driver | 2 +- aeron-samples/scripts/media-driver.bat | 2 +- aeron-samples/scripts/ping | 2 +- aeron-samples/scripts/ping.bat | 2 +- aeron-samples/scripts/pong | 2 +- aeron-samples/scripts/pong.bat | 2 +- aeron-samples/scripts/rate-subscriber | 2 +- aeron-samples/scripts/rate-subscriber.bat | 2 +- aeron-samples/scripts/stream-stat | 2 +- aeron-samples/scripts/stream-stat.bat | 2 +- aeron-samples/scripts/streaming-publisher | 2 +- aeron-samples/scripts/streaming-publisher.bat | 2 +- aeron-samples/scripts/throughput-c-media-driver | 2 +- aeron-samples/src/main/cpp/AeronStat.cpp | 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/DriverTool.cpp | 2 +- aeron-samples/src/main/cpp/ErrorStat.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 +- 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/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 +- .../io/aeron/samples/archive/EmbeddedRecordingThroughput.java | 2 +- .../io/aeron/samples/archive/EmbeddedReplayThroughput.java | 2 +- .../java/io/aeron/samples/archive/RecordedBasicPublisher.java | 2 +- .../io/aeron/samples/archive/ReplayedBasicSubscriber.java | 2 +- .../main/java/io/aeron/samples/archive/SegmentInspector.java | 2 +- .../src/main/java/io/aeron/samples/archive/TestUtil.java | 2 +- .../src/main/java/io/aeron/samples/archive/package-info.java | 2 +- .../src/main/java/io/aeron/samples/package-info.java | 2 +- aeron-samples/src/main/java/io/aeron/samples/raw/Common.java | 2 +- .../io/aeron/samples/raw/HackSelectReceiveSendUdpPong.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 +- .../io/aeron/samples/raw/SendHackSelectReceiveUdpPing.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 +- .../io/aeron/samples/LogInspectorAsciiFormatBytesTest.java | 2 +- .../src/test/java/io/aeron/BufferClaimMessageTest.java | 2 +- .../src/test/java/io/aeron/ChannelEndpointStatusTest.java | 2 +- .../src/test/java/io/aeron/ClientContextTest.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/ExclusivePublicationTest.java | 2 +- .../src/test/java/io/aeron/FlowControlStrategiesTest.java | 2 +- .../src/test/java/io/aeron/FragmentedMessageTest.java | 2 +- .../src/test/java/io/aeron/GapFillLossTest.java | 2 +- .../src/test/java/io/aeron/MaxPositionPublicationTest.java | 2 +- .../src/test/java/io/aeron/MemoryOrderingTest.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 +- .../src/test/java/io/aeron/MultiSubscriberTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/PongTest.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 +- .../test/java/io/aeron/SessionSpecificSubscriptionTest.java | 2 +- .../src/test/java/io/aeron/SpySimulatedConnectionTest.java | 2 +- .../src/test/java/io/aeron/SpySubscriptionTest.java | 2 +- .../src/test/java/io/aeron/StartStopSystemTest.java | 2 +- .../src/test/java/io/aeron/StopStartSecondSubscriberTest.java | 2 +- aeron-system-tests/src/test/java/io/aeron/SystemTest.java | 2 +- .../src/test/java/io/aeron/TermBufferLengthTest.java | 2 +- .../src/test/java/io/aeron/TwoBufferOfferMessageTest.java | 2 +- .../src/test/java/io/aeron/UntetheredSubscriptionTest.java | 2 +- .../src/test/java/io/aeron/archive/ArchiveTest.java | 2 +- .../src/test/java/io/aeron/archive/BasicArchiveTest.java | 2 +- .../src/test/java/io/aeron/archive/ExtendRecordingTest.java | 2 +- .../src/test/java/io/aeron/archive/ReplayMergeTest.java | 2 +- build.gradle | 4 ++-- 917 files changed, 918 insertions(+), 918 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02906358e0..de830075d6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/LICENSE b/LICENSE index 37ec93a14f..e060f18461 100644 --- a/LICENSE +++ b/LICENSE @@ -182,7 +182,7 @@ third-party archives. you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index b59ea0ad9b..a3281812ce 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ 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 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, 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 d3a22be47a..00ea761294 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventCode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3eb5ded47f..ed9f93d76a 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventDissector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7099e7ab3d..d0f5805092 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ArchiveEventLogger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 16ca9cfc7f..d70f2cfb37 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ChannelEndpointInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ChannelEndpointInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 18398facf2..ccef22ff84 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CleanupInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CleanupInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d74bb8e3c1..157804405a 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventCode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7fa3ea489a..0643424a40 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventDissector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7ac698b790..dd5b7700d7 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventEncoder.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventEncoder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 043bcfeca9..1737a1c0fe 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterEventLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterEventLogger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 47fe11bfc6..cede683e89 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ClusterInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ClusterInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 29fbd56aad..549a5a9d32 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/CmdInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-agent/src/main/java/io/aeron/agent/ControlRequestInterceptor.java b/aeron-agent/src/main/java/io/aeron/agent/ControlRequestInterceptor.java index 23655120b7..7fcbf300ea 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/ControlRequestInterceptor.java +++ b/aeron-agent/src/main/java/io/aeron/agent/ControlRequestInterceptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c65866e395..3abdd3a26a 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DissectFunction.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cd95d60716..ae334dc15f 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventCode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 38501ee2da..4ebd9ecf34 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventDissector.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventDissector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 712afd93ad..c8f42c2ce1 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventEncoder.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventEncoder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4f55f11cb0..74120b99de 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/DriverEventLogger.java +++ b/aeron-agent/src/main/java/io/aeron/agent/DriverEventLogger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b0e14a4fd3..9a0345a4c6 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventCode.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventCode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a5fcac93e9..f74b210ada 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventCodeType.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c69be07ee7..76fad773e7 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventConfiguration.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6b45cc372a..4744a47691 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventLogAgent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3a0d42e70f..21255fe900 100644 --- a/aeron-agent/src/main/java/io/aeron/agent/EventLogReaderAgent.java +++ b/aeron-agent/src/main/java/io/aeron/agent/EventLogReaderAgent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b94ff2d002..47274d2cfd 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 271da2051b..84a9a7d35f 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/ClusterLoggingAgentTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b7cd62f659..701bb47351 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverEventCodeTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverEventCodeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e380a7dff5..7d87b8c0df 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/DriverLoggingAgentTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6fe92fe617..024472852c 100644 --- a/aeron-agent/src/test/java/io/aeron/agent/EventConfigurationTest.java +++ b/aeron-agent/src/test/java/io/aeron/agent/EventConfigurationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/CMakeLists.txt b/aeron-archive/src/main/cpp/CMakeLists.txt index b1bc47ff9e..c7a607d719 100644 --- a/aeron-archive/src/main/cpp/CMakeLists.txt +++ b/aeron-archive/src/main/cpp/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/AeronArchive.cpp b/aeron-archive/src/main/cpp/client/AeronArchive.cpp index 3385af2fd2..2364a15eca 100644 --- a/aeron-archive/src/main/cpp/client/AeronArchive.cpp +++ b/aeron-archive/src/main/cpp/client/AeronArchive.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/AeronArchive.h b/aeron-archive/src/main/cpp/client/AeronArchive.h index 4b467bc0e8..3c57b92fef 100644 --- a/aeron-archive/src/main/cpp/client/AeronArchive.h +++ b/aeron-archive/src/main/cpp/client/AeronArchive.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h b/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h index db0d65ec0e..fa4516e8fc 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h +++ b/aeron-archive/src/main/cpp/client/ArchiveConfiguration.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ArchiveException.h b/aeron-archive/src/main/cpp/client/ArchiveException.h index 5f8a3177fd..0e488ba57f 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveException.h +++ b/aeron-archive/src/main/cpp/client/ArchiveException.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp b/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp index ffe579226c..a65677873b 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp +++ b/aeron-archive/src/main/cpp/client/ArchiveProxy.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ArchiveProxy.h b/aeron-archive/src/main/cpp/client/ArchiveProxy.h index be1d3572b0..1ae4f72da9 100644 --- a/aeron-archive/src/main/cpp/client/ArchiveProxy.h +++ b/aeron-archive/src/main/cpp/client/ArchiveProxy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp index a8d5c91a21..c04655c849 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp +++ b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h index 686c3c5cc3..39be87fb94 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h +++ b/aeron-archive/src/main/cpp/client/ControlResponseAdapter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp b/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp index ad56681728..587e58cb22 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp +++ b/aeron-archive/src/main/cpp/client/ControlResponsePoller.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ControlResponsePoller.h b/aeron-archive/src/main/cpp/client/ControlResponsePoller.h index c82cd91d5a..30841dae1b 100644 --- a/aeron-archive/src/main/cpp/client/ControlResponsePoller.h +++ b/aeron-archive/src/main/cpp/client/ControlResponsePoller.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp index 4a003544c7..6ef3296161 100644 --- a/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h index 6cb8c2be2b..c068edf7ab 100644 --- a/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h +++ b/aeron-archive/src/main/cpp/client/RecordingDescriptorPoller.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp index ec0a449db5..0cc6dc45a3 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h index f437d6309e..b4b2b1520f 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h +++ b/aeron-archive/src/main/cpp/client/RecordingEventsAdapter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp index c387121101..05bbf7f1be 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h index cf0afce386..6769d4076e 100644 --- a/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h +++ b/aeron-archive/src/main/cpp/client/RecordingEventsPoller.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingPos.h b/aeron-archive/src/main/cpp/client/RecordingPos.h index a6a0d58885..eb0a64ca91 100644 --- a/aeron-archive/src/main/cpp/client/RecordingPos.h +++ b/aeron-archive/src/main/cpp/client/RecordingPos.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp index 50f1606b81..651a883d9c 100644 --- a/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp +++ b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h index dcd843c136..98141245bf 100644 --- a/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h +++ b/aeron-archive/src/main/cpp/client/RecordingSubscriptionDescriptorPoller.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ReplayMerge.cpp b/aeron-archive/src/main/cpp/client/ReplayMerge.cpp index 7e3631a5a1..006733f19b 100644 --- a/aeron-archive/src/main/cpp/client/ReplayMerge.cpp +++ b/aeron-archive/src/main/cpp/client/ReplayMerge.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/cpp/client/ReplayMerge.h b/aeron-archive/src/main/cpp/client/ReplayMerge.h index 6ea488e42a..52fee75c59 100644 --- a/aeron-archive/src/main/cpp/client/ReplayMerge.h +++ b/aeron-archive/src/main/cpp/client/ReplayMerge.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 887353cba1..b0206f6098 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/AbstractListRecordingsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/AbstractListRecordingsSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a49d6ed6c5..6bd0248e21 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Archive.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Archive.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 be2963ad94..7a61bf2f86 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveConductor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 eb286b098d..c8d32d1078 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveMarkFile.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveMarkFile.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 04fe21be6f..a5b4a7b521 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchiveThreadingMode.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchiveThreadingMode.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 181a1f2c97..a2cb880e54 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ArchivingMediaDriver.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ArchivingMediaDriver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0454e60c73..6e4e133ff9 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Catalog.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Catalog.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ae698c4a2d..36f2bfd18c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CatalogTool.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 37c1ad3fb4..838c916120 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/CatalogView.java +++ b/aeron-archive/src/main/java/io/aeron/archive/CatalogView.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/java/io/aeron/archive/ControlRequestAdapter.java b/aeron-archive/src/main/java/io/aeron/archive/ControlRequestAdapter.java index bd7adb91e5..7e7ddbaa48 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlRequestAdapter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlRequestAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/java/io/aeron/archive/ControlRequestListener.java b/aeron-archive/src/main/java/io/aeron/archive/ControlRequestListener.java index cf8cfa9d3a..3c69874913 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlRequestListener.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlRequestListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 baeac55cac..1b962da58f 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlResponseProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 287fe82366..59edc99843 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/main/java/io/aeron/archive/ControlSessionDemuxer.java b/aeron-archive/src/main/java/io/aeron/archive/ControlSessionDemuxer.java index 9079700445..3e6855a524 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ControlSessionDemuxer.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ControlSessionDemuxer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bc36793cdd..ebff0b8f49 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/DedicatedModeArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/DedicatedModeArchiveConductor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9806ce85c5..dd685e3f0e 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingSubscriptionsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingSubscriptionsSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ee417e117a..9f81d9e276 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsForUriSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 519ee6feca..52eaf543d7 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ListRecordingsSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 394dbe3d95..d25b8e0a50 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingEventsProxy.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingEventsProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3906ef79ce..1c3b04b2be 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingReader.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingReader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4e0ce17813..ae0e5f559c 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingSession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 51e067ff80..046366b06a 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingSummary.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingSummary.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 92f626cb52..552720515a 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/RecordingWriter.java +++ b/aeron-archive/src/main/java/io/aeron/archive/RecordingWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1d1021bdab..07362e4142 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java +++ b/aeron-archive/src/main/java/io/aeron/archive/ReplaySession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8fa435cca4..71b948fd32 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/Session.java +++ b/aeron-archive/src/main/java/io/aeron/archive/Session.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b7c65b7fa7..7bd17674ce 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/SessionWorker.java +++ b/aeron-archive/src/main/java/io/aeron/archive/SessionWorker.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 911eb42ace..fab5b6baa2 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/SharedModeArchiveConductor.java +++ b/aeron-archive/src/main/java/io/aeron/archive/SharedModeArchiveConductor.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6a5fe7bc28..b7127372b2 100644 --- a/aeron-archive/src/main/java/io/aeron/archive/SimpleFragmentHandler.java +++ b/aeron-archive/src/main/java/io/aeron/archive/SimpleFragmentHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 afdd828ebb..caa1f186f5 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ae011a5a3c..e245d7829c 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 42eebd8eaf..9704743c62 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bae139ab00..0c1da8ab1a 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2b7beeab20..dd365e00de 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 694b203f33..4dab6f9e70 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d0206c1694..35c23afb30 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5d7cfdda68..b165e15185 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c9707b9bd9..1241422915 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0e4b47300a..7ee521ea31 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 76e17f3686..4ad45c9449 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 85b385a23e..a1f95d50c8 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2783f7b238..9dc2d848c3 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 157c42fad3..e3db95a3d5 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fcc2e559eb..bd1906d8e9 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f1b5b14215..afc6f799b5 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 418250bb56..a345fb4915 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5a2da66480..ecbe187822 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/test/cpp/AeronArchiveTest.cpp b/aeron-archive/src/test/cpp/AeronArchiveTest.cpp index a4c88acc40..464a7563f8 100644 --- a/aeron-archive/src/test/cpp/AeronArchiveTest.cpp +++ b/aeron-archive/src/test/cpp/AeronArchiveTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/test/cpp/CMakeLists.txt b/aeron-archive/src/test/cpp/CMakeLists.txt index bd0402f510..60cb26fcc3 100644 --- a/aeron-archive/src/test/cpp/CMakeLists.txt +++ b/aeron-archive/src/test/cpp/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, 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 870c04f9db..96aaf8df0d 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ArchiveTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c0c0913529..92ea1e7e61 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/CatalogTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cbd87c607a..804c766cf6 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/CatalogViewTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/CatalogViewTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b4104b37f7..57e31730cb 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/FailControlResponseListener.java +++ b/aeron-archive/src/test/java/io/aeron/archive/FailControlResponseListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ba0c754bb9..243587c58b 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/FailRecordingEventsListener.java +++ b/aeron-archive/src/test/java/io/aeron/archive/FailRecordingEventsListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bcb7acc98b..1df288a49b 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/RecordingSessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/RecordingSessionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 dfb88d6fee..284255152b 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/ReplaySessionTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/ReplaySessionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/test/java/io/aeron/archive/TestUtil.java b/aeron-archive/src/test/java/io/aeron/archive/TestUtil.java index 731465ff94..ec54fbb8a6 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/TestUtil.java +++ b/aeron-archive/src/test/java/io/aeron/archive/TestUtil.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveRecordingLoadTest.java b/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveRecordingLoadTest.java index 5af207a599..ea4af65854 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveRecordingLoadTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveRecordingLoadTest.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveReplayLoadTest.java b/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveReplayLoadTest.java index bc200e58cd..5eb493007d 100644 --- a/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveReplayLoadTest.java +++ b/aeron-archive/src/test/java/io/aeron/archive/workloads/ArchiveReplayLoadTest.java @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Aeron.cpp b/aeron-client/src/main/cpp/Aeron.cpp index 1eec6393da..95c32df55a 100644 --- a/aeron-client/src/main/cpp/Aeron.cpp +++ b/aeron-client/src/main/cpp/Aeron.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Aeron.h b/aeron-client/src/main/cpp/Aeron.h index afc9b03988..f45fd75baa 100644 --- a/aeron-client/src/main/cpp/Aeron.h +++ b/aeron-client/src/main/cpp/Aeron.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/BufferBuilder.h b/aeron-client/src/main/cpp/BufferBuilder.h index e016572644..c5b382f39d 100755 --- a/aeron-client/src/main/cpp/BufferBuilder.h +++ b/aeron-client/src/main/cpp/BufferBuilder.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/CMakeLists.txt b/aeron-client/src/main/cpp/CMakeLists.txt index 473c5e7138..b21cd55379 100644 --- a/aeron-client/src/main/cpp/CMakeLists.txt +++ b/aeron-client/src/main/cpp/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ChannelUri.h b/aeron-client/src/main/cpp/ChannelUri.h index 3d874f4169..7833aa0242 100644 --- a/aeron-client/src/main/cpp/ChannelUri.h +++ b/aeron-client/src/main/cpp/ChannelUri.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ChannelUriStringBuilder.h b/aeron-client/src/main/cpp/ChannelUriStringBuilder.h index 01f99bf87d..32eff92e9c 100644 --- a/aeron-client/src/main/cpp/ChannelUriStringBuilder.h +++ b/aeron-client/src/main/cpp/ChannelUriStringBuilder.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ClientConductor.cpp b/aeron-client/src/main/cpp/ClientConductor.cpp index 0c6f4fc64e..f21e4f4d05 100644 --- a/aeron-client/src/main/cpp/ClientConductor.cpp +++ b/aeron-client/src/main/cpp/ClientConductor.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ClientConductor.h b/aeron-client/src/main/cpp/ClientConductor.h index e0ce9d0e5a..d733fc71a9 100644 --- a/aeron-client/src/main/cpp/ClientConductor.h +++ b/aeron-client/src/main/cpp/ClientConductor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/CncFileDescriptor.h b/aeron-client/src/main/cpp/CncFileDescriptor.h index ee441bfcb9..668c6aa472 100644 --- a/aeron-client/src/main/cpp/CncFileDescriptor.h +++ b/aeron-client/src/main/cpp/CncFileDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Context.cpp b/aeron-client/src/main/cpp/Context.cpp index e1893d61ff..4842ad15a4 100644 --- a/aeron-client/src/main/cpp/Context.cpp +++ b/aeron-client/src/main/cpp/Context.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Context.h b/aeron-client/src/main/cpp/Context.h index 1568556fb8..e711183fbd 100644 --- a/aeron-client/src/main/cpp/Context.h +++ b/aeron-client/src/main/cpp/Context.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ControlledFragmentAssembler.h b/aeron-client/src/main/cpp/ControlledFragmentAssembler.h index e5792efadb..62230961e1 100644 --- a/aeron-client/src/main/cpp/ControlledFragmentAssembler.h +++ b/aeron-client/src/main/cpp/ControlledFragmentAssembler.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Counter.cpp b/aeron-client/src/main/cpp/Counter.cpp index 8384bece6b..ea719dd5f3 100644 --- a/aeron-client/src/main/cpp/Counter.cpp +++ b/aeron-client/src/main/cpp/Counter.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Counter.h b/aeron-client/src/main/cpp/Counter.h index ecccec6456..439c441b79 100644 --- a/aeron-client/src/main/cpp/Counter.h +++ b/aeron-client/src/main/cpp/Counter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/DriverListenerAdapter.h b/aeron-client/src/main/cpp/DriverListenerAdapter.h index 353707aa61..4e7536af63 100644 --- a/aeron-client/src/main/cpp/DriverListenerAdapter.h +++ b/aeron-client/src/main/cpp/DriverListenerAdapter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/DriverProxy.h b/aeron-client/src/main/cpp/DriverProxy.h index 1c9e3b5153..9297b096da 100644 --- a/aeron-client/src/main/cpp/DriverProxy.h +++ b/aeron-client/src/main/cpp/DriverProxy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ExclusivePublication.cpp b/aeron-client/src/main/cpp/ExclusivePublication.cpp index 950ce1b26d..73a056b442 100644 --- a/aeron-client/src/main/cpp/ExclusivePublication.cpp +++ b/aeron-client/src/main/cpp/ExclusivePublication.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/ExclusivePublication.h b/aeron-client/src/main/cpp/ExclusivePublication.h index cfc77603b4..fa2012f0e0 100644 --- a/aeron-client/src/main/cpp/ExclusivePublication.h +++ b/aeron-client/src/main/cpp/ExclusivePublication.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/FragmentAssembler.h b/aeron-client/src/main/cpp/FragmentAssembler.h index 2a535104e9..6a7b0d6f98 100644 --- a/aeron-client/src/main/cpp/FragmentAssembler.h +++ b/aeron-client/src/main/cpp/FragmentAssembler.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Image.h b/aeron-client/src/main/cpp/Image.h index 78e2e9f102..56e005c97d 100644 --- a/aeron-client/src/main/cpp/Image.h +++ b/aeron-client/src/main/cpp/Image.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/LogBuffers.cpp b/aeron-client/src/main/cpp/LogBuffers.cpp index a900f3144f..a36911ca87 100644 --- a/aeron-client/src/main/cpp/LogBuffers.cpp +++ b/aeron-client/src/main/cpp/LogBuffers.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/LogBuffers.h b/aeron-client/src/main/cpp/LogBuffers.h index cad98fea84..c208d6dfb0 100644 --- a/aeron-client/src/main/cpp/LogBuffers.h +++ b/aeron-client/src/main/cpp/LogBuffers.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Publication.cpp b/aeron-client/src/main/cpp/Publication.cpp index 258f08f541..6db790519a 100644 --- a/aeron-client/src/main/cpp/Publication.cpp +++ b/aeron-client/src/main/cpp/Publication.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Publication.h b/aeron-client/src/main/cpp/Publication.h index 8dda4a6d6b..d3c3969b63 100644 --- a/aeron-client/src/main/cpp/Publication.h +++ b/aeron-client/src/main/cpp/Publication.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Subscription.cpp b/aeron-client/src/main/cpp/Subscription.cpp index 0462f62601..a9bbade2ad 100644 --- a/aeron-client/src/main/cpp/Subscription.cpp +++ b/aeron-client/src/main/cpp/Subscription.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/Subscription.h b/aeron-client/src/main/cpp/Subscription.h index 36d91c4e08..4c23c134b8 100644 --- a/aeron-client/src/main/cpp/Subscription.h +++ b/aeron-client/src/main/cpp/Subscription.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h b/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h index ecd58f05d6..450d1f086d 100644 --- a/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h +++ b/aeron-client/src/main/cpp/command/ClientTimeoutFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/ControlProtocolEvents.h b/aeron-client/src/main/cpp/command/ControlProtocolEvents.h index fb4a70e94f..1585f22102 100644 --- a/aeron-client/src/main/cpp/command/ControlProtocolEvents.h +++ b/aeron-client/src/main/cpp/command/ControlProtocolEvents.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h b/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h index a9a0ad3f50..d45a469121 100644 --- a/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/CorrelatedMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h b/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h index d3e3582955..6ff4231ae7 100644 --- a/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/CounterMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h b/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h index 8d1cf23bc4..c9a4443ccf 100644 --- a/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h +++ b/aeron-client/src/main/cpp/command/CounterUpdateFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h b/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h index 30a3105a2d..e08d2a2b8f 100644 --- a/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/DestinationMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h b/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h index c4ad89140c..bea7676ac6 100644 --- a/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h +++ b/aeron-client/src/main/cpp/command/ErrorResponseFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/Flyweight.h b/aeron-client/src/main/cpp/command/Flyweight.h index f7468acaaa..907499f03a 100644 --- a/aeron-client/src/main/cpp/command/Flyweight.h +++ b/aeron-client/src/main/cpp/command/Flyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h b/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h index ecd694c06f..1c2995f2b1 100644 --- a/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h +++ b/aeron-client/src/main/cpp/command/ImageBuffersReadyFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h b/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h index 2984a2019c..7ac8584763 100644 --- a/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/ImageMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h b/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h index fcaa78513b..8f09e63d02 100644 --- a/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h +++ b/aeron-client/src/main/cpp/command/OperationSucceededFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h b/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h index 8c31b6727f..bb62beb6eb 100644 --- a/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h +++ b/aeron-client/src/main/cpp/command/PublicationBuffersReadyFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h b/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h index a35dfc429f..db45a3d042 100644 --- a/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/PublicationMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h b/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h index 7fcd31f380..e546169f58 100644 --- a/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/RemoveMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h b/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h index 0dd88c7aba..4f62d16b76 100644 --- a/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h +++ b/aeron-client/src/main/cpp/command/SubscriptionMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h b/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h index 24e85035a2..3d8df84cd2 100644 --- a/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h +++ b/aeron-client/src/main/cpp/command/SubscriptionReadyFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h b/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h index 0c32512648..91666f4768 100644 --- a/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h +++ b/aeron-client/src/main/cpp/command/TerminateDriverFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/AgentInvoker.h b/aeron-client/src/main/cpp/concurrent/AgentInvoker.h index 3b69a62f1a..6c7cc70be0 100644 --- a/aeron-client/src/main/cpp/concurrent/AgentInvoker.h +++ b/aeron-client/src/main/cpp/concurrent/AgentInvoker.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/AgentRunner.h b/aeron-client/src/main/cpp/concurrent/AgentRunner.h index 4442f769d9..836e9fd7f9 100644 --- a/aeron-client/src/main/cpp/concurrent/AgentRunner.h +++ b/aeron-client/src/main/cpp/concurrent/AgentRunner.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/Atomic64.h b/aeron-client/src/main/cpp/concurrent/Atomic64.h index 6f651652b5..d9783d4c92 100644 --- a/aeron-client/src/main/cpp/concurrent/Atomic64.h +++ b/aeron-client/src/main/cpp/concurrent/Atomic64.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h b/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h index a52f12020a..e01aabcda9 100644 --- a/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h +++ b/aeron-client/src/main/cpp/concurrent/AtomicArrayUpdater.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h b/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h index 6687cb62ae..e710c24589 100644 --- a/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h +++ b/aeron-client/src/main/cpp/concurrent/AtomicBuffer.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/AtomicCounter.h b/aeron-client/src/main/cpp/concurrent/AtomicCounter.h index b2d347d060..d3327b959d 100644 --- a/aeron-client/src/main/cpp/concurrent/AtomicCounter.h +++ b/aeron-client/src/main/cpp/concurrent/AtomicCounter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h index 9153e90680..b6c10a1af8 100644 --- a/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/BackOffIdleStrategy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h index 163dcad37b..cc0d4f5f7f 100644 --- a/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/BusySpinIdleStrategy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/CountersManager.h b/aeron-client/src/main/cpp/concurrent/CountersManager.h index 5586681b2e..5cbe46dcc9 100644 --- a/aeron-client/src/main/cpp/concurrent/CountersManager.h +++ b/aeron-client/src/main/cpp/concurrent/CountersManager.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/CountersReader.h b/aeron-client/src/main/cpp/concurrent/CountersReader.h index 533c75375b..fd97c7e0d2 100644 --- a/aeron-client/src/main/cpp/concurrent/CountersReader.h +++ b/aeron-client/src/main/cpp/concurrent/CountersReader.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h index 507c329e38..816cc93150 100644 --- a/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/NoOpIdleStrategy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h index 51957db3df..22a76f6ef0 100644 --- a/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/SleepingIdleStrategy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h b/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h index c2d464305b..9b5a63d881 100644 --- a/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h +++ b/aeron-client/src/main/cpp/concurrent/YieldingIdleStrategy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b40389fd51..82efcdce9a 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 07b06faf04..c453f8e9b3 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7d5695ee79..8235317c3c 100644 --- a/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h +++ b/aeron-client/src/main/cpp/concurrent/atomic/Atomic64_msvc.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h index 33c6ead3eb..39abc5d83f 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastBufferDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h index 6cc04fd145..c94fa27b9f 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastReceiver.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h index a9314a373f..36360231c6 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/BroadcastTransmitter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h b/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h index 55bbdb128d..956f7de277 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/CopyBroadcastReceiver.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h b/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h index fbb15dc27c..4cd20a725c 100644 --- a/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/broadcast/RecordDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h b/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h index 7929d78d20..16579f5d49 100644 --- a/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h +++ b/aeron-client/src/main/cpp/concurrent/errors/DistinctErrorLog.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h index 95ede53e2e..fbca0e4b36 100644 --- a/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h index 77149d6256..d302b44c97 100644 --- a/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h +++ b/aeron-client/src/main/cpp/concurrent/errors/ErrorLogReader.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h b/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h index 8cf4905286..e09b21561c 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/BufferClaim.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h b/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h index ae6cc40d31..896d4fd435 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/DataFrameHeader.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/ExclusiveTermAppender.h b/aeron-client/src/main/cpp/concurrent/logbuffer/ExclusiveTermAppender.h index e6e26dee7d..89e4ce3589 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/ExclusiveTermAppender.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/ExclusiveTermAppender.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h b/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h index 3d837ff1b3..5b9f0ee159 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/FrameDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h b/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h index d557203862..0e63d03774 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/Header.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h b/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h index ac76d705b6..5d3271b587 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/HeaderWriter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h b/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h index 2639383c75..d9b2809283 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/LogBufferDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/TermAppender.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermAppender.h index b64bd2eb32..b4f4ccb044 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermAppender.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermAppender.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h index 28fd6813bc..9873c3414c 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermBlockScanner.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h index c91e47c679..7e798ea718 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermGapScanner.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h index d12ee7b114..02505c521f 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermReader.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h index 8fef6c6afd..9dddaa7ca0 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermRebuilder.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h b/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h index 7cc22f8502..5d3ac48060 100644 --- a/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h +++ b/aeron-client/src/main/cpp/concurrent/logbuffer/TermScanner.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h b/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h index 55b8ac8115..9d1a6f4e7d 100644 --- a/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/reports/LossReportDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h b/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h index 7e6a7f8f3e..a11045a972 100644 --- a/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h +++ b/aeron-client/src/main/cpp/concurrent/reports/LossReportReader.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h index b9843b1feb..d2ffaf984e 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/ManyToOneRingBuffer.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h index e9a099921e..9ef71fc2bb 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/OneToOneRingBuffer.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h index a65942841c..e5ef3e5e74 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/RecordDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h b/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h index 374423dd93..609c2f91e2 100644 --- a/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h +++ b/aeron-client/src/main/cpp/concurrent/ringbuffer/RingBufferDescriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/status/Position.h b/aeron-client/src/main/cpp/concurrent/status/Position.h index 1e5fd0015d..c406d999eb 100644 --- a/aeron-client/src/main/cpp/concurrent/status/Position.h +++ b/aeron-client/src/main/cpp/concurrent/status/Position.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h b/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h index f38eb1316f..af646359ab 100644 --- a/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h +++ b/aeron-client/src/main/cpp/concurrent/status/ReadablePosition.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h b/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h index 8607a63dc3..1d1863f257 100644 --- a/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h +++ b/aeron-client/src/main/cpp/concurrent/status/StatusIndicatorReader.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h b/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h index d56e6572d8..17823cf61d 100644 --- a/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h +++ b/aeron-client/src/main/cpp/concurrent/status/UnsafeBufferPosition.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h b/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h index 69d54b67ed..b8e67d4a9a 100644 --- a/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/DataHeaderFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h b/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h index 2b061562c0..20b55c6f54 100644 --- a/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/HeaderFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/protocol/NakFlyweight.h b/aeron-client/src/main/cpp/protocol/NakFlyweight.h index 0a1677f17a..6b3b985036 100644 --- a/aeron-client/src/main/cpp/protocol/NakFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/NakFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/protocol/SetupFlyweight.h b/aeron-client/src/main/cpp/protocol/SetupFlyweight.h index c8030c75fe..ea687953ec 100644 --- a/aeron-client/src/main/cpp/protocol/SetupFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/SetupFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h b/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h index d856f74f63..8ad7e0aea5 100644 --- a/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h +++ b/aeron-client/src/main/cpp/protocol/StatusMessageFlyweight.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/BitUtil.h b/aeron-client/src/main/cpp/util/BitUtil.h index 7a5fc6adec..4eb1b62a75 100644 --- a/aeron-client/src/main/cpp/util/BitUtil.h +++ b/aeron-client/src/main/cpp/util/BitUtil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/CommandOption.cpp b/aeron-client/src/main/cpp/util/CommandOption.cpp index eaf9f1fe2e..331d834945 100644 --- a/aeron-client/src/main/cpp/util/CommandOption.cpp +++ b/aeron-client/src/main/cpp/util/CommandOption.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/CommandOption.h b/aeron-client/src/main/cpp/util/CommandOption.h index e3914522f7..4cf4b554cb 100644 --- a/aeron-client/src/main/cpp/util/CommandOption.h +++ b/aeron-client/src/main/cpp/util/CommandOption.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/CommandOptionParser.cpp b/aeron-client/src/main/cpp/util/CommandOptionParser.cpp index 9bcd7f566a..10d43245fc 100644 --- a/aeron-client/src/main/cpp/util/CommandOptionParser.cpp +++ b/aeron-client/src/main/cpp/util/CommandOptionParser.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/CommandOptionParser.h b/aeron-client/src/main/cpp/util/CommandOptionParser.h index a6bd0edfa1..cf055dd314 100644 --- a/aeron-client/src/main/cpp/util/CommandOptionParser.h +++ b/aeron-client/src/main/cpp/util/CommandOptionParser.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/Exceptions.h b/aeron-client/src/main/cpp/util/Exceptions.h index 681a7a3acf..108745a255 100644 --- a/aeron-client/src/main/cpp/util/Exceptions.h +++ b/aeron-client/src/main/cpp/util/Exceptions.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/Index.h b/aeron-client/src/main/cpp/util/Index.h index 0eb7018ede..c3349a67ae 100644 --- a/aeron-client/src/main/cpp/util/Index.h +++ b/aeron-client/src/main/cpp/util/Index.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/LangUtil.h b/aeron-client/src/main/cpp/util/LangUtil.h index 6cdf721755..74a89782a7 100644 --- a/aeron-client/src/main/cpp/util/LangUtil.h +++ b/aeron-client/src/main/cpp/util/LangUtil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/MacroUtil.h b/aeron-client/src/main/cpp/util/MacroUtil.h index 4c60de9bfd..26dd0d9713 100644 --- a/aeron-client/src/main/cpp/util/MacroUtil.h +++ b/aeron-client/src/main/cpp/util/MacroUtil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp b/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp index a2d67a3373..c6a68fac2a 100644 --- a/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp +++ b/aeron-client/src/main/cpp/util/MemoryMappedFile.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/MemoryMappedFile.h b/aeron-client/src/main/cpp/util/MemoryMappedFile.h index b0c44d88a4..bf9caf69b0 100644 --- a/aeron-client/src/main/cpp/util/MemoryMappedFile.h +++ b/aeron-client/src/main/cpp/util/MemoryMappedFile.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/Platform.h b/aeron-client/src/main/cpp/util/Platform.h index 0601b8f2e7..c5a5059a12 100644 --- a/aeron-client/src/main/cpp/util/Platform.h +++ b/aeron-client/src/main/cpp/util/Platform.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/ScopeUtils.h b/aeron-client/src/main/cpp/util/ScopeUtils.h index 296b39a844..844075b553 100644 --- a/aeron-client/src/main/cpp/util/ScopeUtils.h +++ b/aeron-client/src/main/cpp/util/ScopeUtils.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/cpp/util/StringUtil.h b/aeron-client/src/main/cpp/util/StringUtil.h index 635727b1a5..3afc714a16 100644 --- a/aeron-client/src/main/cpp/util/StringUtil.h +++ b/aeron-client/src/main/cpp/util/StringUtil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/Aeron.java b/aeron-client/src/main/java/io/aeron/Aeron.java index 0f9be5e425..0f497d5f50 100644 --- a/aeron-client/src/main/java/io/aeron/Aeron.java +++ b/aeron-client/src/main/java/io/aeron/Aeron.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java b/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java index 6458d5fe08..277eac1aea 100644 --- a/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java +++ b/aeron-client/src/main/java/io/aeron/AvailableCounterHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java b/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java index 0582aec2a1..bdb612487a 100644 --- a/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java +++ b/aeron-client/src/main/java/io/aeron/AvailableImageHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/BufferBuilder.java b/aeron-client/src/main/java/io/aeron/BufferBuilder.java index 1b91377d3e..ed0790ab9e 100644 --- a/aeron-client/src/main/java/io/aeron/BufferBuilder.java +++ b/aeron-client/src/main/java/io/aeron/BufferBuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ChannelUri.java b/aeron-client/src/main/java/io/aeron/ChannelUri.java index 18dbef6744..f18e28ffca 100644 --- a/aeron-client/src/main/java/io/aeron/ChannelUri.java +++ b/aeron-client/src/main/java/io/aeron/ChannelUri.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java b/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java index dcf70840a7..2ab5252f4b 100644 --- a/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java +++ b/aeron-client/src/main/java/io/aeron/ChannelUriStringBuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ClientConductor.java b/aeron-client/src/main/java/io/aeron/ClientConductor.java index 98df55c66e..6a9569edd7 100644 --- a/aeron-client/src/main/java/io/aeron/ClientConductor.java +++ b/aeron-client/src/main/java/io/aeron/ClientConductor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java b/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java index e950030e2a..6cfb16f493 100644 --- a/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java +++ b/aeron-client/src/main/java/io/aeron/CncFileDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/CommonContext.java b/aeron-client/src/main/java/io/aeron/CommonContext.java index 54bde219f4..0e4a0ba463 100644 --- a/aeron-client/src/main/java/io/aeron/CommonContext.java +++ b/aeron-client/src/main/java/io/aeron/CommonContext.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java b/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java index 2eaff0bd66..b7a7b2619a 100644 --- a/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java +++ b/aeron-client/src/main/java/io/aeron/ConcurrentPublication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java b/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java index 08581af094..67553cab43 100644 --- a/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/ControlledFragmentAssembler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/Counter.java b/aeron-client/src/main/java/io/aeron/Counter.java index 99d887c70d..31ff391063 100644 --- a/aeron-client/src/main/java/io/aeron/Counter.java +++ b/aeron-client/src/main/java/io/aeron/Counter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/DirectBufferVector.java b/aeron-client/src/main/java/io/aeron/DirectBufferVector.java index cc5802fbc1..cd7c3982cc 100644 --- a/aeron-client/src/main/java/io/aeron/DirectBufferVector.java +++ b/aeron-client/src/main/java/io/aeron/DirectBufferVector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java b/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java index 0562d5e8a9..570579688b 100644 --- a/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java +++ b/aeron-client/src/main/java/io/aeron/DriverEventsAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/DriverEventsListener.java b/aeron-client/src/main/java/io/aeron/DriverEventsListener.java index 660074ff77..c429055937 100644 --- a/aeron-client/src/main/java/io/aeron/DriverEventsListener.java +++ b/aeron-client/src/main/java/io/aeron/DriverEventsListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/DriverProxy.java b/aeron-client/src/main/java/io/aeron/DriverProxy.java index 71d01fd3cc..f069c29b9b 100644 --- a/aeron-client/src/main/java/io/aeron/DriverProxy.java +++ b/aeron-client/src/main/java/io/aeron/DriverProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ErrorCode.java b/aeron-client/src/main/java/io/aeron/ErrorCode.java index 278c5a364c..654d2678ac 100644 --- a/aeron-client/src/main/java/io/aeron/ErrorCode.java +++ b/aeron-client/src/main/java/io/aeron/ErrorCode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ExclusivePublication.java b/aeron-client/src/main/java/io/aeron/ExclusivePublication.java index 8100bf9790..c58b162814 100644 --- a/aeron-client/src/main/java/io/aeron/ExclusivePublication.java +++ b/aeron-client/src/main/java/io/aeron/ExclusivePublication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/FragmentAssembler.java b/aeron-client/src/main/java/io/aeron/FragmentAssembler.java index 8330eae26a..b6b2866b7f 100644 --- a/aeron-client/src/main/java/io/aeron/FragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/FragmentAssembler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/Image.java b/aeron-client/src/main/java/io/aeron/Image.java index dadcf98995..844f764682 100644 --- a/aeron-client/src/main/java/io/aeron/Image.java +++ b/aeron-client/src/main/java/io/aeron/Image.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java b/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java index d0816e230f..41f2b97e12 100644 --- a/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/ImageControlledFragmentAssembler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java b/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java index 726d6ddd59..cfa3a91f2c 100644 --- a/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java +++ b/aeron-client/src/main/java/io/aeron/ImageFragmentAssembler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/LogBuffers.java b/aeron-client/src/main/java/io/aeron/LogBuffers.java index ba6c96d05f..7a9d3ae341 100644 --- a/aeron-client/src/main/java/io/aeron/LogBuffers.java +++ b/aeron-client/src/main/java/io/aeron/LogBuffers.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java b/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java index 5e12f7cbfa..b797efa382 100644 --- a/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java +++ b/aeron-client/src/main/java/io/aeron/LogBuffersFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java b/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java index bd11ba0f48..82cbca684c 100644 --- a/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java +++ b/aeron-client/src/main/java/io/aeron/MappedLogBuffersFactory.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/Publication.java b/aeron-client/src/main/java/io/aeron/Publication.java index 41aa1bd49c..65d68131ea 100644 --- a/aeron-client/src/main/java/io/aeron/Publication.java +++ b/aeron-client/src/main/java/io/aeron/Publication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java b/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java index 33599fdfc7..6d353cc270 100644 --- a/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java +++ b/aeron-client/src/main/java/io/aeron/ReservedValueSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/Subscription.java b/aeron-client/src/main/java/io/aeron/Subscription.java index 8ab5434368..3f8830accc 100644 --- a/aeron-client/src/main/java/io/aeron/Subscription.java +++ b/aeron-client/src/main/java/io/aeron/Subscription.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java b/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java index dea0a675ac..88835658fe 100644 --- a/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java +++ b/aeron-client/src/main/java/io/aeron/UnavailableCounterHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java b/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java index c04f688102..10671dbe4b 100644 --- a/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java +++ b/aeron-client/src/main/java/io/aeron/UnavailableImageHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f7d68bd7d1..4e463791ca 100644 --- a/aeron-client/src/main/java/io/aeron/command/ClientTimeoutFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ClientTimeoutFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 252b4193ac..55547db6b9 100644 --- a/aeron-client/src/main/java/io/aeron/command/ControlProtocolEvents.java +++ b/aeron-client/src/main/java/io/aeron/command/ControlProtocolEvents.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b6cd408fad..6ecc5a4afc 100644 --- a/aeron-client/src/main/java/io/aeron/command/CorrelatedMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/CorrelatedMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7a24c18b37..959b3a8f62 100644 --- a/aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/CounterMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 10aff8dd45..5b1882c337 100644 --- a/aeron-client/src/main/java/io/aeron/command/CounterUpdateFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/CounterUpdateFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e2b3d790ed..4f0d336be4 100644 --- a/aeron-client/src/main/java/io/aeron/command/DestinationMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/DestinationMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ab7d8ae0d4..38d0aa4d98 100644 --- a/aeron-client/src/main/java/io/aeron/command/ErrorResponseFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ErrorResponseFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f7928af311..0b423aea4d 100644 --- a/aeron-client/src/main/java/io/aeron/command/ImageBuffersReadyFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ImageBuffersReadyFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 761120b5e8..89c17b0793 100644 --- a/aeron-client/src/main/java/io/aeron/command/ImageMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/ImageMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ba40a9b1b8..9812c60249 100644 --- a/aeron-client/src/main/java/io/aeron/command/OperationSucceededFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/OperationSucceededFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d187872698..47e1b4b350 100644 --- a/aeron-client/src/main/java/io/aeron/command/PublicationBuffersReadyFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/PublicationBuffersReadyFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1e10cd282c..10559b9a73 100644 --- a/aeron-client/src/main/java/io/aeron/command/PublicationMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/PublicationMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b3f094e126..431921447d 100644 --- a/aeron-client/src/main/java/io/aeron/command/RemoveMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/RemoveMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6281cb7864..33c281add4 100644 --- a/aeron-client/src/main/java/io/aeron/command/SubscriptionMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/SubscriptionMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4228566c71..0cf42869d6 100644 --- a/aeron-client/src/main/java/io/aeron/command/SubscriptionReadyFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/SubscriptionReadyFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6533c88720..3de8d5dc71 100644 --- a/aeron-client/src/main/java/io/aeron/command/TerminateDriverFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/command/TerminateDriverFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0b4f834c47..ab0e8a1dd5 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4a07abffdf..e40b9d101d 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/AeronException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/AeronException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c4ed3c01a8..68519b75db 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ChannelEndpointException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ChannelEndpointException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 92cb1b32e3..b47779ac79 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ClientTimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ClientTimeoutException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 34e97e42c6..e954e5f94a 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ConcurrentConcludeException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ConcurrentConcludeException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d2bce9838d..a7f8a3376e 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ConductorServiceTimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ConductorServiceTimeoutException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ab5240e327..0db42f30a7 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/ConfigurationException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/ConfigurationException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3371d83f89..6136b6d932 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/DriverTimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/DriverTimeoutException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 441a4e5bd9..3e753b9bec 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/RegistrationException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/RegistrationException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c16227ffc0..69dea11543 100644 --- a/aeron-client/src/main/java/io/aeron/exceptions/TimeoutException.java +++ b/aeron-client/src/main/java/io/aeron/exceptions/TimeoutException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e8e053fd68..1edad7ea44 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 84eb580e9d..552aaf222d 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/BlockHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/BlockHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9f2d9ed9be..8681427f48 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/BufferClaim.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/BufferClaim.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a328b5b362..8ab9417223 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/ControlledFragmentHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/ControlledFragmentHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/logbuffer/ExclusiveTermAppender.java b/aeron-client/src/main/java/io/aeron/logbuffer/ExclusiveTermAppender.java index cc15a90007..c251417e6f 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/ExclusiveTermAppender.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/ExclusiveTermAppender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4a7fff07a4..9bc90c1e51 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/FragmentHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/FragmentHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 97c2678eba..3057bcecbf 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/FrameDescriptor.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/FrameDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 29e12795fe..0f6779ecea 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/Header.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/Header.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bcd337d392..defec9c141 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/HeaderWriter.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/HeaderWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3d73226409..5f6c068921 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferDescriptor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 253f303065..db077e626a 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/LogBufferUnblocker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1fc02610f0..911f921d1e 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/RawBlockHandler.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/RawBlockHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/logbuffer/TermAppender.java b/aeron-client/src/main/java/io/aeron/logbuffer/TermAppender.java index d91baae1cf..5d371f12b8 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermAppender.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermAppender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 281ad0e80a..4498b74aa3 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermBlockScanner.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermBlockScanner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ce00b7b751..bd3ed0a566 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermGapFiller.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermGapFiller.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c68589542f..a01654159b 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermGapScanner.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermGapScanner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4a29e63b57..7bad3c4a49 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermReader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 52e88c1a61..4f86725010 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermRebuilder.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermRebuilder.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7f61ef2986..2a379a8037 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermScanner.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermScanner.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4f610b4dd0..4e390fb03d 100644 --- a/aeron-client/src/main/java/io/aeron/logbuffer/TermUnblocker.java +++ b/aeron-client/src/main/java/io/aeron/logbuffer/TermUnblocker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3bc0ebb593..ac1eb60411 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 047a35cd88..81adb8c558 100644 --- a/aeron-client/src/main/java/io/aeron/package-info.java +++ b/aeron-client/src/main/java/io/aeron/package-info.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6f147a372e..da66de0336 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/DataHeaderFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/DataHeaderFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e8eed23429..36c2eb8544 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/HeaderFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/HeaderFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 575056f7d4..f36d5f602d 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/NakFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/NakFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8c36404581..8984438ca9 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/RttMeasurementFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/RttMeasurementFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2616c31c68..c700d89112 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/SetupFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/SetupFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f1be262a89..92ccf8fd04 100644 --- a/aeron-client/src/main/java/io/aeron/protocol/StatusMessageFlyweight.java +++ b/aeron-client/src/main/java/io/aeron/protocol/StatusMessageFlyweight.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2e119a5696..18dd2ea102 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 88596ac143..9bd5770c26 100644 --- a/aeron-client/src/main/java/io/aeron/security/AuthenticationException.java +++ b/aeron-client/src/main/java/io/aeron/security/AuthenticationException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4ff4f353a6..eff862326d 100644 --- a/aeron-client/src/main/java/io/aeron/security/Authenticator.java +++ b/aeron-client/src/main/java/io/aeron/security/Authenticator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1cd11e231c..034cf979a5 100644 --- a/aeron-client/src/main/java/io/aeron/security/AuthenticatorSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/AuthenticatorSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5302339ee8..1e37ba66ba 100644 --- a/aeron-client/src/main/java/io/aeron/security/CredentialsSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/CredentialsSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9f3ce2f7d6..98a648cb72 100644 --- a/aeron-client/src/main/java/io/aeron/security/DefaultAuthenticatorSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/DefaultAuthenticatorSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 856af5bd3c..ed51c894ac 100644 --- a/aeron-client/src/main/java/io/aeron/security/NullCredentialsSupplier.java +++ b/aeron-client/src/main/java/io/aeron/security/NullCredentialsSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9c525e5202..2ce6b51743 100644 --- a/aeron-client/src/main/java/io/aeron/security/SessionProxy.java +++ b/aeron-client/src/main/java/io/aeron/security/SessionProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9c08e93431..1bda10d9be 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a4cd4a2b47..073ad5802a 100644 --- a/aeron-client/src/main/java/io/aeron/status/ChannelEndpointStatus.java +++ b/aeron-client/src/main/java/io/aeron/status/ChannelEndpointStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/main/java/io/aeron/status/HeartbeatStatus.java b/aeron-client/src/main/java/io/aeron/status/HeartbeatStatus.java index 1b81b484aa..54be51be13 100644 --- a/aeron-client/src/main/java/io/aeron/status/HeartbeatStatus.java +++ b/aeron-client/src/main/java/io/aeron/status/HeartbeatStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7896ed19c8..d7ecf97854 100644 --- a/aeron-client/src/main/java/io/aeron/status/ReadableCounter.java +++ b/aeron-client/src/main/java/io/aeron/status/ReadableCounter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 79cbeafeb5..b88e86e350 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/CMakeLists.txt b/aeron-client/src/test/cpp/CMakeLists.txt index 6c4138dab3..c5bb2b5ae9 100644 --- a/aeron-client/src/test/cpp/CMakeLists.txt +++ b/aeron-client/src/test/cpp/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp b/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp index f98cdc6ff4..c782fc7efb 100644 --- a/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp +++ b/aeron-client/src/test/cpp/ChannelUriStringBuilderTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ChannelUriTest.cpp b/aeron-client/src/test/cpp/ChannelUriTest.cpp index a195bdb031..eb814fc14e 100644 --- a/aeron-client/src/test/cpp/ChannelUriTest.cpp +++ b/aeron-client/src/test/cpp/ChannelUriTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ClientConductorFixture.cpp b/aeron-client/src/test/cpp/ClientConductorFixture.cpp index 69f61f6f1d..dfcc3d0b7e 100644 --- a/aeron-client/src/test/cpp/ClientConductorFixture.cpp +++ b/aeron-client/src/test/cpp/ClientConductorFixture.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ClientConductorFixture.h b/aeron-client/src/test/cpp/ClientConductorFixture.h index 500d6beba3..664eda8b4a 100644 --- a/aeron-client/src/test/cpp/ClientConductorFixture.h +++ b/aeron-client/src/test/cpp/ClientConductorFixture.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ClientConductorTest.cpp b/aeron-client/src/test/cpp/ClientConductorTest.cpp index b4beb1a0e0..77a031b6cd 100644 --- a/aeron-client/src/test/cpp/ClientConductorTest.cpp +++ b/aeron-client/src/test/cpp/ClientConductorTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp b/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp index 7e0c786ceb..9bedf969df 100644 --- a/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp +++ b/aeron-client/src/test/cpp/ExclusivePublicationTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp b/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp index 9b42fe7709..df2d6697d1 100644 --- a/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp +++ b/aeron-client/src/test/cpp/FragmentAssemblerTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/ImageTest.cpp b/aeron-client/src/test/cpp/ImageTest.cpp index 52cc695302..157b1ae80c 100644 --- a/aeron-client/src/test/cpp/ImageTest.cpp +++ b/aeron-client/src/test/cpp/ImageTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/PublicationTest.cpp b/aeron-client/src/test/cpp/PublicationTest.cpp index a785fc7b24..77adacc95d 100644 --- a/aeron-client/src/test/cpp/PublicationTest.cpp +++ b/aeron-client/src/test/cpp/PublicationTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/command/CommandTest.cpp b/aeron-client/src/test/cpp/command/CommandTest.cpp index 876b78c227..e7b6684852 100644 --- a/aeron-client/src/test/cpp/command/CommandTest.cpp +++ b/aeron-client/src/test/cpp/command/CommandTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp b/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp index 4ce0aa4088..5623c6f009 100644 --- a/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/BroadcastReceiverTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp b/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp index e5c1020bb1..4459faa9af 100644 --- a/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/BroadcastTransmitterTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp b/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp index 442e93d5ad..708934e01c 100644 --- a/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/ConcurrentTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp b/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp index ecb099fafa..87252c7553 100644 --- a/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/CountersManagerTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp b/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp index 898970db88..35d825f45a 100644 --- a/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/DistinctErrorLogTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp b/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp index a4bdaf4714..19207d7fb9 100644 --- a/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/ErrorLogReaderTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp b/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp index 32e0cba676..8a8a24b59a 100644 --- a/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/ManyToOneRingBufferTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp index 1b43909371..8591b16367 100644 --- a/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp +++ b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h index 7036ebdbef..56c55ecb32 100644 --- a/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h +++ b/aeron-client/src/test/cpp/concurrent/MockAtomicBuffer.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp b/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp index 0690bf8f70..c98990c7a1 100644 --- a/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/OneToOneRingBufferTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/TermAppenderTest.cpp b/aeron-client/src/test/cpp/concurrent/TermAppenderTest.cpp index dacdeb7991..ad85a2238b 100644 --- a/aeron-client/src/test/cpp/concurrent/TermAppenderTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermAppenderTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp b/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp index 5561f21bdf..9c440e6acb 100644 --- a/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermBlockScannerTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp b/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp index 76f015bc7f..8dbb69b0ce 100644 --- a/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermGapScannerTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp b/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp index 87767741ec..7234d7c97d 100644 --- a/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermReaderTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp b/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp index 9af9f2c356..bbdfb004be 100644 --- a/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp +++ b/aeron-client/src/test/cpp/concurrent/TermScannerTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp b/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp index a25e7a8843..f9fbf07573 100644 --- a/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp +++ b/aeron-client/src/test/cpp/util/MemoryMappedFileTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/util/TestUtils.h b/aeron-client/src/test/cpp/util/TestUtils.h index f1d4ff61c4..ab5e4d7067 100644 --- a/aeron-client/src/test/cpp/util/TestUtils.h +++ b/aeron-client/src/test/cpp/util/TestUtils.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/cpp/util/UtilTest.cpp b/aeron-client/src/test/cpp/util/UtilTest.cpp index 68a11e6478..f3c175d4ea 100644 --- a/aeron-client/src/test/cpp/util/UtilTest.cpp +++ b/aeron-client/src/test/cpp/util/UtilTest.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java b/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java index eb3ca4a652..99372354a2 100644 --- a/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java +++ b/aeron-client/src/test/java/io/aeron/BufferBuilderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/BufferBuilderUtilTest.java b/aeron-client/src/test/java/io/aeron/BufferBuilderUtilTest.java index 8fa4ab5ca2..4265a32f87 100644 --- a/aeron-client/src/test/java/io/aeron/BufferBuilderUtilTest.java +++ b/aeron-client/src/test/java/io/aeron/BufferBuilderUtilTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java b/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java index b0988c79ce..f68958d3d6 100644 --- a/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java +++ b/aeron-client/src/test/java/io/aeron/ChannelUriStringBuilderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/ChannelUriTest.java b/aeron-client/src/test/java/io/aeron/ChannelUriTest.java index 71664f4d96..83e0b3a9ba 100644 --- a/aeron-client/src/test/java/io/aeron/ChannelUriTest.java +++ b/aeron-client/src/test/java/io/aeron/ChannelUriTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/ClientConductorTest.java b/aeron-client/src/test/java/io/aeron/ClientConductorTest.java index e31c519f49..0e5b34c7e7 100644 --- a/aeron-client/src/test/java/io/aeron/ClientConductorTest.java +++ b/aeron-client/src/test/java/io/aeron/ClientConductorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/CommonContextTest.java b/aeron-client/src/test/java/io/aeron/CommonContextTest.java index 1a5c9d7e08..e8ceba5aaf 100644 --- a/aeron-client/src/test/java/io/aeron/CommonContextTest.java +++ b/aeron-client/src/test/java/io/aeron/CommonContextTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/DriverProxyTest.java b/aeron-client/src/test/java/io/aeron/DriverProxyTest.java index f9b141cecd..999f869acd 100644 --- a/aeron-client/src/test/java/io/aeron/DriverProxyTest.java +++ b/aeron-client/src/test/java/io/aeron/DriverProxyTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/FlyweightTest.java b/aeron-client/src/test/java/io/aeron/FlyweightTest.java index 2245cf73f4..fdd873f231 100644 --- a/aeron-client/src/test/java/io/aeron/FlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/FlyweightTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java b/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java index 0f06d8467b..e79771dced 100644 --- a/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java +++ b/aeron-client/src/test/java/io/aeron/FragmentAssemblerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/ImageTest.java b/aeron-client/src/test/java/io/aeron/ImageTest.java index d9b371fdbb..eb814a9e83 100644 --- a/aeron-client/src/test/java/io/aeron/ImageTest.java +++ b/aeron-client/src/test/java/io/aeron/ImageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/PublicationTest.java b/aeron-client/src/test/java/io/aeron/PublicationTest.java index bd99ddfc35..30471868fc 100644 --- a/aeron-client/src/test/java/io/aeron/PublicationTest.java +++ b/aeron-client/src/test/java/io/aeron/PublicationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/SubscriptionTest.java b/aeron-client/src/test/java/io/aeron/SubscriptionTest.java index db8b3c0459..30cc6dbb0f 100644 --- a/aeron-client/src/test/java/io/aeron/SubscriptionTest.java +++ b/aeron-client/src/test/java/io/aeron/SubscriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fcddbb4248..51b14bba21 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/LogBufferUnblockerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-client/src/test/java/io/aeron/logbuffer/TermAppenderTest.java b/aeron-client/src/test/java/io/aeron/logbuffer/TermAppenderTest.java index b9a60a8e51..33d55f0adf 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermAppenderTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermAppenderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bd24224854..d127a4fcae 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermBlockScannerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermBlockScannerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4bab292f8c..4424dba965 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermGapFillerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermGapFillerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 80cdf4279a..e93639dc76 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermGapScannerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermGapScannerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6ae848d329..de8e0ebebc 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermReaderTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermReaderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a9011c3294..c5ec876088 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermRebuilderTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermRebuilderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cb6487c579..e2f271ddf5 100644 --- a/aeron-client/src/test/java/io/aeron/logbuffer/TermUnblockerTest.java +++ b/aeron-client/src/test/java/io/aeron/logbuffer/TermUnblockerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 eae4b27163..fc397c88aa 100644 --- a/aeron-client/src/test/java/io/aeron/protocol/HeaderFlyweightTest.java +++ b/aeron-client/src/test/java/io/aeron/protocol/HeaderFlyweightTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3ef9140e50..b891f2d264 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackup.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c3db5915cc..84d3f0a8f4 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupAgent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b9251ae6b8..7255d1a0aa 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupEventsListener.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupEventsListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 dce5abff4e..34c20ec195 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupMediaDriver.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterBackupMediaDriver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3352f43720..3b60758bad 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControl.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9cc19af9e1..3bf43e58ac 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterMember.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 eb47b4594b..c9fc64b6f5 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSession.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSession.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e1767e97ce..f18a05883b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSessionProxy.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterSessionProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3373dd5d9e..70a5b11e4f 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTermination.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTermination.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8f29e92554..681bacad0d 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2ee6a87fda..8f19aa61dc 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredMediaDriver.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ClusteredMediaDriver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d58242cfec..a71e40fdd0 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModule.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 517c0335e2..9a6e6088be 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 efc242f1f8..1421ec9ab9 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotLoader.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotLoader.java index 3021d69ba8..1980e410e3 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotLoader.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotLoader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 31156fd4f3..1e9ad16289 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleSnapshotTaker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.java b/aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.java index 0104a9e641..934f4e28f6 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/DynamicJoin.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9cae025f4c..57001a000e 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/EgressPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6dcde0048c..1f58103024 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/Election.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Election.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java b/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java index 4959e3c199..a79f220881 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ExpandableRingBuffer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fdfb643e6a..7643e6bcb0 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 be9f74d3f9..6e62825fb9 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 795ac85f43..4bcd5a0fd1 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4411a453e1..b486587901 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/LogReplay.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/MemberServiceAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/MemberServiceAdapter.java index 7510aad284..2655a452f7 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/MemberServiceAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/MemberServiceAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusAdapter.java index 79a2dcda06..bee72d71c0 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusAdapter.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusListener.java b/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusListener.java index e89ecede42..868219a97a 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusListener.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusListener.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusPublisher.java b/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusPublisher.java index 6b7565f963..ec1de20a8f 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusPublisher.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/MemberStatusPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5ab04f1b53..81113979ea 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/RecordingExtent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingExtent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4bb2fd142d..e4282144b3 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/RecordingLog.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/RecordingLog.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0c0032f9eb..a9bff344ae 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ServiceAck.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bbc18781ca..95bedcd84b 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ServiceProxy.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/ServiceProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 df62d32841..28235cb57c 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/TimerService.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/TimerService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6a7fc10a37..6f5c455b2d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 229770963c..6a9b46beb5 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 43d3f85b36..e4b40df2d8 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7245327511..7c6263707f 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 afbed263e7..5bcb021829 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1ec39edac6..50ca56c051 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 419f123732..52ff0f5f43 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2854a87635..67fd151cb4 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2e15249d4f..8914ccd4ca 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0e54dd92f1..373c18c598 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 73ebc54c31..41f215c629 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ad9ae9256a..0b7c2a12f7 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 096c4b5d99..9c6dda0b9d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 587b371ec8..eb207ebe7c 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeRole.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeRole.java index 1734ea0c0b..bf86f07115 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeRole.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/ClusterNodeRole.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4c775d3a7f..e2aabfeb29 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 df021987d4..e4557bb81e 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3544fdc6e0..c41a275a9d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/service/CommitPos.java b/aeron-cluster/src/main/java/io/aeron/cluster/service/CommitPos.java index a9ceb79a8d..462e21d32c 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/service/CommitPos.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/service/CommitPos.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ae81d3b3bd..5813dd7499 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 91e63c3834..5f32e42328 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 71d4809f47..66ff4b612d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e7e5b452be..27e28a00e1 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d86920fbab..5438f63db6 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d8c8b86276..edf73f32eb 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fbf1ddbe85..800abf7d03 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/AppointedLeaderTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/AppointedLeaderTest.java index 12bbfe9f2b..e8195bf46c 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/AppointedLeaderTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/AppointedLeaderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9726ba88ae..606410ba6f 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/AuthenticationTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/AuthenticationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/BackupTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/BackupTest.java index 721991898d..1be36b19e1 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/BackupTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/BackupTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 584e1e98fc..a217f9ac36 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterMemberTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterMemberTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2a01469b06..86e32f4ad1 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeRestartTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeRestartTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 15aef47ad6..8791d886b3 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterNodeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java index 2c7a9f7f8a..37d0f417b4 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 210ca80907..353302d588 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTimerTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ClusterTimerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c5ea537420..c89e7f9e4d 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleAgentTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ConsensusModuleAgentTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java index 404d527a79..4853acaa6d 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c71513e67e..03e3a68d3e 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ElectionTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ElectionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/ExpandableRingBufferTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ExpandableRingBufferTest.java index 7612ecef85..1817ff8157 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ExpandableRingBufferTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ExpandableRingBufferTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/MultiNodeTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/MultiNodeTest.java index abc99b5c58..2e6ad3e1e0 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/MultiNodeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/MultiNodeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 dc1e5385ce..a8e000ca82 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/RecordingLogTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/RecordingLogTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/ServiceIpcIngressTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/ServiceIpcIngressTest.java index 8f29d1ad5b..05aa7d73af 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/ServiceIpcIngressTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/ServiceIpcIngressTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/SingleNodeTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/SingleNodeTest.java index f0db30714b..0f865db009 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/SingleNodeTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/SingleNodeTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java index 029020bf9a..0c037d6d44 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/StartFromTruncatedRecordingLogTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/StubClusteredService.java b/aeron-cluster/src/test/java/io/aeron/cluster/StubClusteredService.java index a1b262c848..99773a9a7e 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/StubClusteredService.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/StubClusteredService.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/TestBackupNode.java b/aeron-cluster/src/test/java/io/aeron/cluster/TestBackupNode.java index 0605e20930..e280ac1419 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/TestBackupNode.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/TestBackupNode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java b/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java index 1ae1a75635..624aaa93bd 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/TestCluster.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/TestMessages.java b/aeron-cluster/src/test/java/io/aeron/cluster/TestMessages.java index 04b58a405e..23bebb2f16 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/TestMessages.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/TestMessages.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/TestNode.java b/aeron-cluster/src/test/java/io/aeron/cluster/TestNode.java index 1982b441e7..be10ab819c 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/TestNode.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/TestNode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/TestUtil.java b/aeron-cluster/src/test/java/io/aeron/cluster/TestUtil.java index 2da2e65b5f..04b038fad8 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/TestUtil.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/TestUtil.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/CMakeLists.txt b/aeron-driver/src/main/c/CMakeLists.txt index 6cb39b621f..a1b6d3c010 100644 --- a/aeron-driver/src/main/c/CMakeLists.txt +++ b/aeron-driver/src/main/c/CMakeLists.txt @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_agent.c b/aeron-driver/src/main/c/aeron_agent.c index b17ad7154a..f76ed90ced 100644 --- a/aeron-driver/src/main/c/aeron_agent.c +++ b/aeron-driver/src/main/c/aeron_agent.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_agent.h b/aeron-driver/src/main/c/aeron_agent.h index 5b7c1ec8b2..c1f1c60fd0 100644 --- a/aeron-driver/src/main/c/aeron_agent.h +++ b/aeron-driver/src/main/c/aeron_agent.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_alloc.c b/aeron-driver/src/main/c/aeron_alloc.c index ee3723932d..5a6608f0d4 100644 --- a/aeron-driver/src/main/c/aeron_alloc.c +++ b/aeron-driver/src/main/c/aeron_alloc.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_alloc.h b/aeron-driver/src/main/c/aeron_alloc.h index c118fe85ca..6d240cef84 100644 --- a/aeron-driver/src/main/c/aeron_alloc.h +++ b/aeron-driver/src/main/c/aeron_alloc.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_congestion_control.c b/aeron-driver/src/main/c/aeron_congestion_control.c index e3834ab6d5..f7c075c46a 100644 --- a/aeron-driver/src/main/c/aeron_congestion_control.c +++ b/aeron-driver/src/main/c/aeron_congestion_control.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_congestion_control.h b/aeron-driver/src/main/c/aeron_congestion_control.h index ac1c22740d..39939ea762 100644 --- a/aeron-driver/src/main/c/aeron_congestion_control.h +++ b/aeron-driver/src/main/c/aeron_congestion_control.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d5b7969703..711e051c68 100644 --- a/aeron-driver/src/main/c/aeron_data_packet_dispatcher.c +++ b/aeron-driver/src/main/c/aeron_data_packet_dispatcher.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 40e7f2d152..8b3cd4c2e5 100644 --- a/aeron-driver/src/main/c/aeron_data_packet_dispatcher.h +++ b/aeron-driver/src/main/c/aeron_data_packet_dispatcher.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver.c b/aeron-driver/src/main/c/aeron_driver.c index 89e4946064..b690e2f7aa 100644 --- a/aeron-driver/src/main/c/aeron_driver.c +++ b/aeron-driver/src/main/c/aeron_driver.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver.h b/aeron-driver/src/main/c/aeron_driver.h index 6b61d6b6a9..0ef0e893e1 100644 --- a/aeron-driver/src/main/c/aeron_driver.h +++ b/aeron-driver/src/main/c/aeron_driver.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_common.h b/aeron-driver/src/main/c/aeron_driver_common.h index 35c69242c6..42ac455485 100644 --- a/aeron-driver/src/main/c/aeron_driver_common.h +++ b/aeron-driver/src/main/c/aeron_driver_common.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_conductor.c b/aeron-driver/src/main/c/aeron_driver_conductor.c index d0439c5c6a..a5db653fe6 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor.c +++ b/aeron-driver/src/main/c/aeron_driver_conductor.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_conductor.h b/aeron-driver/src/main/c/aeron_driver_conductor.h index c791ec92a0..1be8c6f9b3 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor.h +++ b/aeron-driver/src/main/c/aeron_driver_conductor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 47bca18d7f..a6455fd516 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor_proxy.c +++ b/aeron-driver/src/main/c/aeron_driver_conductor_proxy.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 878497b647..33030424a7 100644 --- a/aeron-driver/src/main/c/aeron_driver_conductor_proxy.h +++ b/aeron-driver/src/main/c/aeron_driver_conductor_proxy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_context.c b/aeron-driver/src/main/c/aeron_driver_context.c index 95a0dd97a8..71aaf49c9c 100644 --- a/aeron-driver/src/main/c/aeron_driver_context.c +++ b/aeron-driver/src/main/c/aeron_driver_context.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_context.h b/aeron-driver/src/main/c/aeron_driver_context.h index 2eb89407ab..98414e1f02 100644 --- a/aeron-driver/src/main/c/aeron_driver_context.h +++ b/aeron-driver/src/main/c/aeron_driver_context.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_receiver.c b/aeron-driver/src/main/c/aeron_driver_receiver.c index 66aac1046f..a9d5f9277c 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver.c +++ b/aeron-driver/src/main/c/aeron_driver_receiver.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_receiver.h b/aeron-driver/src/main/c/aeron_driver_receiver.h index aa5ced27fe..ae48452018 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver.h +++ b/aeron-driver/src/main/c/aeron_driver_receiver.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 09ad741ae3..14fe673646 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver_proxy.c +++ b/aeron-driver/src/main/c/aeron_driver_receiver_proxy.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f2a17a697a..89beee2597 100644 --- a/aeron-driver/src/main/c/aeron_driver_receiver_proxy.h +++ b/aeron-driver/src/main/c/aeron_driver_receiver_proxy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_sender.c b/aeron-driver/src/main/c/aeron_driver_sender.c index b01998e6a0..1edea787c2 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender.c +++ b/aeron-driver/src/main/c/aeron_driver_sender.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_driver_sender.h b/aeron-driver/src/main/c/aeron_driver_sender.h index c9ada974a3..9cad44de70 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender.h +++ b/aeron-driver/src/main/c/aeron_driver_sender.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8ab61f7c9d..8b6e19a058 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender_proxy.c +++ b/aeron-driver/src/main/c/aeron_driver_sender_proxy.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7fc71c8380..13422cce2d 100644 --- a/aeron-driver/src/main/c/aeron_driver_sender_proxy.h +++ b/aeron-driver/src/main/c/aeron_driver_sender_proxy.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_flow_control.c b/aeron-driver/src/main/c/aeron_flow_control.c index 0f35e72d5f..58ee830acd 100644 --- a/aeron-driver/src/main/c/aeron_flow_control.c +++ b/aeron-driver/src/main/c/aeron_flow_control.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_flow_control.h b/aeron-driver/src/main/c/aeron_flow_control.h index 4e90e43ca0..a7be5fc68a 100644 --- a/aeron-driver/src/main/c/aeron_flow_control.h +++ b/aeron-driver/src/main/c/aeron_flow_control.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_ipc_publication.c b/aeron-driver/src/main/c/aeron_ipc_publication.c index 75601eefc8..89bf40e848 100644 --- a/aeron-driver/src/main/c/aeron_ipc_publication.c +++ b/aeron-driver/src/main/c/aeron_ipc_publication.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_ipc_publication.h b/aeron-driver/src/main/c/aeron_ipc_publication.h index 9436c2ec76..1914f1b046 100644 --- a/aeron-driver/src/main/c/aeron_ipc_publication.h +++ b/aeron-driver/src/main/c/aeron_ipc_publication.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_loss_detector.c b/aeron-driver/src/main/c/aeron_loss_detector.c index c7eb1aee29..c1bd25dc37 100755 --- a/aeron-driver/src/main/c/aeron_loss_detector.c +++ b/aeron-driver/src/main/c/aeron_loss_detector.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_loss_detector.h b/aeron-driver/src/main/c/aeron_loss_detector.h index b3a18d8da3..957ca2dfdf 100644 --- a/aeron-driver/src/main/c/aeron_loss_detector.h +++ b/aeron-driver/src/main/c/aeron_loss_detector.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 df5d37c6eb..21be37f64e 100644 --- a/aeron-driver/src/main/c/aeron_min_flow_control.c +++ b/aeron-driver/src/main/c/aeron_min_flow_control.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_network_publication.c b/aeron-driver/src/main/c/aeron_network_publication.c index 09cc108af3..5e20b1da3b 100644 --- a/aeron-driver/src/main/c/aeron_network_publication.c +++ b/aeron-driver/src/main/c/aeron_network_publication.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_network_publication.h b/aeron-driver/src/main/c/aeron_network_publication.h index 4998b81352..a1f9a918d4 100644 --- a/aeron-driver/src/main/c/aeron_network_publication.h +++ b/aeron-driver/src/main/c/aeron_network_publication.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_position.c b/aeron-driver/src/main/c/aeron_position.c index 9724f5a6d9..faa3eb36ce 100644 --- a/aeron-driver/src/main/c/aeron_position.c +++ b/aeron-driver/src/main/c/aeron_position.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_position.h b/aeron-driver/src/main/c/aeron_position.h index 6461477546..21a0fd92a7 100644 --- a/aeron-driver/src/main/c/aeron_position.h +++ b/aeron-driver/src/main/c/aeron_position.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_publication_image.c b/aeron-driver/src/main/c/aeron_publication_image.c index c40b365ac8..336b1b17e6 100644 --- a/aeron-driver/src/main/c/aeron_publication_image.c +++ b/aeron-driver/src/main/c/aeron_publication_image.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_publication_image.h b/aeron-driver/src/main/c/aeron_publication_image.h index cfcc160f51..1cd31c44ec 100644 --- a/aeron-driver/src/main/c/aeron_publication_image.h +++ b/aeron-driver/src/main/c/aeron_publication_image.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_retransmit_handler.c b/aeron-driver/src/main/c/aeron_retransmit_handler.c index 443a0fe4f6..b907dc070a 100644 --- a/aeron-driver/src/main/c/aeron_retransmit_handler.c +++ b/aeron-driver/src/main/c/aeron_retransmit_handler.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_retransmit_handler.h b/aeron-driver/src/main/c/aeron_retransmit_handler.h index 9511f40457..9c399a515f 100644 --- a/aeron-driver/src/main/c/aeron_retransmit_handler.h +++ b/aeron-driver/src/main/c/aeron_retransmit_handler.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_socket.c b/aeron-driver/src/main/c/aeron_socket.c index 6f94ef4058..080b0413c9 100644 --- a/aeron-driver/src/main/c/aeron_socket.c +++ b/aeron-driver/src/main/c/aeron_socket.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_socket.h b/aeron-driver/src/main/c/aeron_socket.h index 2cee95af88..9f9625554a 100644 --- a/aeron-driver/src/main/c/aeron_socket.h +++ b/aeron-driver/src/main/c/aeron_socket.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_system_counters.c b/aeron-driver/src/main/c/aeron_system_counters.c index 5540324baa..2273563d42 100644 --- a/aeron-driver/src/main/c/aeron_system_counters.c +++ b/aeron-driver/src/main/c/aeron_system_counters.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_system_counters.h b/aeron-driver/src/main/c/aeron_system_counters.h index 2607bd07f0..8fc80bec62 100644 --- a/aeron-driver/src/main/c/aeron_system_counters.h +++ b/aeron-driver/src/main/c/aeron_system_counters.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_termination_validator.c b/aeron-driver/src/main/c/aeron_termination_validator.c index e8ed4352b7..aba8a017e9 100644 --- a/aeron-driver/src/main/c/aeron_termination_validator.c +++ b/aeron-driver/src/main/c/aeron_termination_validator.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_termination_validator.h b/aeron-driver/src/main/c/aeron_termination_validator.h index 853a1b2c5c..93950cd85a 100644 --- a/aeron-driver/src/main/c/aeron_termination_validator.h +++ b/aeron-driver/src/main/c/aeron_termination_validator.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_windows.c b/aeron-driver/src/main/c/aeron_windows.c index e9021b3346..b5506489d2 100644 --- a/aeron-driver/src/main/c/aeron_windows.c +++ b/aeron-driver/src/main/c/aeron_windows.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeron_windows.h b/aeron-driver/src/main/c/aeron_windows.h index af0f0f772e..9421b96af8 100644 --- a/aeron-driver/src/main/c/aeron_windows.h +++ b/aeron-driver/src/main/c/aeron_windows.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeronmd.c b/aeron-driver/src/main/c/aeronmd.c index 3912e41c65..60df34af41 100644 --- a/aeron-driver/src/main/c/aeronmd.c +++ b/aeron-driver/src/main/c/aeronmd.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/aeronmd.h b/aeron-driver/src/main/c/aeronmd.h index 4ea5affbe4..79ee4f6374 100644 --- a/aeron-driver/src/main/c/aeronmd.h +++ b/aeron-driver/src/main/c/aeronmd.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a8e9ac0dfc..e76920e700 100644 --- a/aeron-driver/src/main/c/agent/aeron_driver_agent.c +++ b/aeron-driver/src/main/c/agent/aeron_driver_agent.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b38f54e69a..6d31378f25 100644 --- a/aeron-driver/src/main/c/agent/aeron_driver_agent.h +++ b/aeron-driver/src/main/c/agent/aeron_driver_agent.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.c b/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.c index cb750ae8d1..3418cf1604 100644 --- a/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.c +++ b/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.h b/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.h index ec8d60d2f8..73646a4235 100644 --- a/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.h +++ b/aeron-driver/src/main/c/collections/aeron_int64_to_ptr_hash_map.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.c b/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.c index 74d151c36c..176cb28563 100644 --- a/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.c +++ b/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.h b/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.h index 2d4da22121..ac5377e707 100644 --- a/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.h +++ b/aeron-driver/src/main/c/collections/aeron_str_to_ptr_hash_map.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/command/aeron_control_protocol.h b/aeron-driver/src/main/c/command/aeron_control_protocol.h index 8477e3d1cc..88d5c41421 100644 --- a/aeron-driver/src/main/c/command/aeron_control_protocol.h +++ b/aeron-driver/src/main/c/command/aeron_control_protocol.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_atomic.c b/aeron-driver/src/main/c/concurrent/aeron_atomic.c index 031f722e47..a6d25cc844 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_atomic.c +++ b/aeron-driver/src/main/c/concurrent/aeron_atomic.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_atomic.h b/aeron-driver/src/main/c/concurrent/aeron_atomic.h index 2fa3d11b02..1bfc5d8b6c 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_atomic.h +++ b/aeron-driver/src/main/c/concurrent/aeron_atomic.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h b/aeron-driver/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h index 7f5875ec3d..766fc261b7 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h +++ b/aeron-driver/src/main/c/concurrent/aeron_atomic64_gcc_x86_64.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_atomic64_msvc.h b/aeron-driver/src/main/c/concurrent/aeron_atomic64_msvc.h index 0914b97db6..98d4635b08 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_atomic64_msvc.h +++ b/aeron-driver/src/main/c/concurrent/aeron_atomic64_msvc.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.c b/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.c index 25037c9a3e..b635389fa3 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.c +++ b/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.h b/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.h index 9db4039996..1487b55fa0 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.h +++ b/aeron-driver/src/main/c/concurrent/aeron_broadcast_transmitter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_counters_manager.c b/aeron-driver/src/main/c/concurrent/aeron_counters_manager.c index ee1dcf30d0..861c1b404e 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_counters_manager.c +++ b/aeron-driver/src/main/c/concurrent/aeron_counters_manager.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_counters_manager.h b/aeron-driver/src/main/c/concurrent/aeron_counters_manager.h index 7f257d475b..de1eaecdd6 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_counters_manager.h +++ b/aeron-driver/src/main/c/concurrent/aeron_counters_manager.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.c b/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.c index 6563a394c0..5eb7dffe8a 100755 --- a/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.c +++ b/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.h b/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.h index 23a50ec230..36a8913d16 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.h +++ b/aeron-driver/src/main/c/concurrent/aeron_distinct_error_log.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.c b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.c index ff14383184..58258d9eb9 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.c +++ b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.h b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.h index 23f90b2653..37c1f896ce 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.h +++ b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_descriptor.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 162029725d..1c9e8fbe65 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.c +++ b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d926473c24..d3bd5da74a 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.h +++ b/aeron-driver/src/main/c/concurrent/aeron_logbuffer_unblocker.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c b/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c index cff5272f19..4c2e7dd94c 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c +++ b/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h b/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h index 1b2ea0f292..55d7c9542f 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h +++ b/aeron-driver/src/main/c/concurrent/aeron_mpsc_concurrent_array_queue.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.c b/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.c index f1d32fd894..69441ab14d 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.c +++ b/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.h b/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.h index 920d284363..38f1a6ebbd 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.h +++ b/aeron-driver/src/main/c/concurrent/aeron_mpsc_rb.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_rb.h b/aeron-driver/src/main/c/concurrent/aeron_rb.h index 946e2a64d6..04c47bf6b7 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_rb.h +++ b/aeron-driver/src/main/c/concurrent/aeron_rb.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c b/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c index 56ca0e15df..3aad0e3dec 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c +++ b/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h b/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h index c6272c1bf5..8250c0fec4 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h +++ b/aeron-driver/src/main/c/concurrent/aeron_spsc_concurrent_array_queue.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.c b/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.c index 350c7d5789..0200507e54 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.c +++ b/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.h b/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.h index 87edd14005..d226229a86 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.h +++ b/aeron-driver/src/main/c/concurrent/aeron_spsc_rb.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.c b/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.c index c5e92c5ee9..00b7228595 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.c +++ b/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.h b/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.h index 04d7552196..82a72f060e 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.h +++ b/aeron-driver/src/main/c/concurrent/aeron_term_gap_filler.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.c b/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.c index 67720666b8..bba52a62de 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.c +++ b/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.h b/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.h index e750e8961b..3dfa4ef67b 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.h +++ b/aeron-driver/src/main/c/concurrent/aeron_term_gap_scanner.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.c b/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.c index f0e59feb2e..5923fef148 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.c +++ b/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.h b/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.h index b05967407a..b67ccea301 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.h +++ b/aeron-driver/src/main/c/concurrent/aeron_term_rebuilder.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_scanner.c b/aeron-driver/src/main/c/concurrent/aeron_term_scanner.c index 5f9640649b..e5152e9037 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_scanner.c +++ b/aeron-driver/src/main/c/concurrent/aeron_term_scanner.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_scanner.h b/aeron-driver/src/main/c/concurrent/aeron_term_scanner.h index e43ebe01eb..a6eac8271f 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_scanner.h +++ b/aeron-driver/src/main/c/concurrent/aeron_term_scanner.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.c b/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.c index 3784065cfd..c61442c8c2 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.c +++ b/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.h b/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.h index 49de99fad2..0980c45860 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.h +++ b/aeron-driver/src/main/c/concurrent/aeron_term_unblocker.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_thread.c b/aeron-driver/src/main/c/concurrent/aeron_thread.c index 9a48384a1b..b2d4054258 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_thread.c +++ b/aeron-driver/src/main/c/concurrent/aeron_thread.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/concurrent/aeron_thread.h b/aeron-driver/src/main/c/concurrent/aeron_thread.h index 38fde7adf9..437acf0d78 100644 --- a/aeron-driver/src/main/c/concurrent/aeron_thread.h +++ b/aeron-driver/src/main/c/concurrent/aeron_thread.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 85dc6ddbb4..250805bb19 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cbab4533ae..3843e25d4b 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 32e46235da..156676a720 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 51a4d85daa..343156685b 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d794b4dae5..6ddf633b1d 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel.c +++ b/aeron-driver/src/main/c/media/aeron_udp_channel.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fc60c352ed..137baba43b 100644 --- a/aeron-driver/src/main/c/media/aeron_udp_channel.h +++ b/aeron-driver/src/main/c/media/aeron_udp_channel.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 09c760642f..1c93e4d534 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4cf94e88af..6941ab3529 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3cbc516edb..f822301775 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e3adb3d607..b61c1836f9 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 54f7132458..47ab8ade7f 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3ef3e55c5c..69f298f550 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/protocol/aeron_udp_protocol.h b/aeron-driver/src/main/c/protocol/aeron_udp_protocol.h index 40b9df9a2c..03f4c2e4c7 100644 --- a/aeron-driver/src/main/c/protocol/aeron_udp_protocol.h +++ b/aeron-driver/src/main/c/protocol/aeron_udp_protocol.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/reports/aeron_loss_reporter.c b/aeron-driver/src/main/c/reports/aeron_loss_reporter.c index 02b50a9b0d..1b9008af8a 100644 --- a/aeron-driver/src/main/c/reports/aeron_loss_reporter.c +++ b/aeron-driver/src/main/c/reports/aeron_loss_reporter.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/reports/aeron_loss_reporter.h b/aeron-driver/src/main/c/reports/aeron_loss_reporter.h index a4a3ebcbde..f6f9cbcc54 100644 --- a/aeron-driver/src/main/c/reports/aeron_loss_reporter.h +++ b/aeron-driver/src/main/c/reports/aeron_loss_reporter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/uri/aeron_uri.c b/aeron-driver/src/main/c/uri/aeron_uri.c index b5f1e49192..e452d84205 100755 --- a/aeron-driver/src/main/c/uri/aeron_uri.c +++ b/aeron-driver/src/main/c/uri/aeron_uri.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/uri/aeron_uri.h b/aeron-driver/src/main/c/uri/aeron_uri.h index f6bfb33950..bbcc1bbc30 100644 --- a/aeron-driver/src/main/c/uri/aeron_uri.h +++ b/aeron-driver/src/main/c/uri/aeron_uri.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_arrayutil.c b/aeron-driver/src/main/c/util/aeron_arrayutil.c index c7cc648b59..46a2792720 100644 --- a/aeron-driver/src/main/c/util/aeron_arrayutil.c +++ b/aeron-driver/src/main/c/util/aeron_arrayutil.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_arrayutil.h b/aeron-driver/src/main/c/util/aeron_arrayutil.h index f806654f90..11264e0408 100644 --- a/aeron-driver/src/main/c/util/aeron_arrayutil.h +++ b/aeron-driver/src/main/c/util/aeron_arrayutil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_bitutil.h b/aeron-driver/src/main/c/util/aeron_bitutil.h index 8897c18488..21566e8e5e 100644 --- a/aeron-driver/src/main/c/util/aeron_bitutil.h +++ b/aeron-driver/src/main/c/util/aeron_bitutil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_dlopen.c b/aeron-driver/src/main/c/util/aeron_dlopen.c index 802f7fc140..3bf215c27f 100644 --- a/aeron-driver/src/main/c/util/aeron_dlopen.c +++ b/aeron-driver/src/main/c/util/aeron_dlopen.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_dlopen.h b/aeron-driver/src/main/c/util/aeron_dlopen.h index a987729c2a..36ba192bc6 100644 --- a/aeron-driver/src/main/c/util/aeron_dlopen.h +++ b/aeron-driver/src/main/c/util/aeron_dlopen.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_error.c b/aeron-driver/src/main/c/util/aeron_error.c index c6d4040f23..20b0cefebf 100644 --- a/aeron-driver/src/main/c/util/aeron_error.c +++ b/aeron-driver/src/main/c/util/aeron_error.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_error.h b/aeron-driver/src/main/c/util/aeron_error.h index 4662cc0ae6..cfd09a338e 100644 --- a/aeron-driver/src/main/c/util/aeron_error.h +++ b/aeron-driver/src/main/c/util/aeron_error.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_fileutil.c b/aeron-driver/src/main/c/util/aeron_fileutil.c index d1feb99734..79093a010c 100644 --- a/aeron-driver/src/main/c/util/aeron_fileutil.c +++ b/aeron-driver/src/main/c/util/aeron_fileutil.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_fileutil.h b/aeron-driver/src/main/c/util/aeron_fileutil.h index bf76576ee7..1b6521d86b 100644 --- a/aeron-driver/src/main/c/util/aeron_fileutil.h +++ b/aeron-driver/src/main/c/util/aeron_fileutil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_http_util.c b/aeron-driver/src/main/c/util/aeron_http_util.c index 57c7990361..cc1df554e6 100644 --- a/aeron-driver/src/main/c/util/aeron_http_util.c +++ b/aeron-driver/src/main/c/util/aeron_http_util.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_http_util.h b/aeron-driver/src/main/c/util/aeron_http_util.h index b8b3d2af1a..ad75880dfd 100644 --- a/aeron-driver/src/main/c/util/aeron_http_util.h +++ b/aeron-driver/src/main/c/util/aeron_http_util.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_netutil.c b/aeron-driver/src/main/c/util/aeron_netutil.c index fed75bedf6..0e176af3a9 100644 --- a/aeron-driver/src/main/c/util/aeron_netutil.c +++ b/aeron-driver/src/main/c/util/aeron_netutil.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_netutil.h b/aeron-driver/src/main/c/util/aeron_netutil.h index 5b00ebdf3d..7ccb3eb81d 100644 --- a/aeron-driver/src/main/c/util/aeron_netutil.h +++ b/aeron-driver/src/main/c/util/aeron_netutil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_parse_util.c b/aeron-driver/src/main/c/util/aeron_parse_util.c index 7b89e1458a..ec85b60151 100644 --- a/aeron-driver/src/main/c/util/aeron_parse_util.c +++ b/aeron-driver/src/main/c/util/aeron_parse_util.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_parse_util.h b/aeron-driver/src/main/c/util/aeron_parse_util.h index e0395e514c..e61c4d5109 100644 --- a/aeron-driver/src/main/c/util/aeron_parse_util.h +++ b/aeron-driver/src/main/c/util/aeron_parse_util.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_platform.h b/aeron-driver/src/main/c/util/aeron_platform.h index 6a7ae11063..3e65f33b0c 100644 --- a/aeron-driver/src/main/c/util/aeron_platform.h +++ b/aeron-driver/src/main/c/util/aeron_platform.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_properties_util.c b/aeron-driver/src/main/c/util/aeron_properties_util.c index fc4e2fc919..a5c80cb802 100644 --- a/aeron-driver/src/main/c/util/aeron_properties_util.c +++ b/aeron-driver/src/main/c/util/aeron_properties_util.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_properties_util.h b/aeron-driver/src/main/c/util/aeron_properties_util.h index a16771a79d..2bdc984ec2 100644 --- a/aeron-driver/src/main/c/util/aeron_properties_util.h +++ b/aeron-driver/src/main/c/util/aeron_properties_util.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_strutil.c b/aeron-driver/src/main/c/util/aeron_strutil.c index 7bc8327c65..f3ee615cd5 100644 --- a/aeron-driver/src/main/c/util/aeron_strutil.c +++ b/aeron-driver/src/main/c/util/aeron_strutil.c @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/c/util/aeron_strutil.h b/aeron-driver/src/main/c/util/aeron_strutil.h index 3913665669..ceb15a1e82 100644 --- a/aeron-driver/src/main/c/util/aeron_strutil.h +++ b/aeron-driver/src/main/c/util/aeron_strutil.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 24b6264ab5..1c695cb008 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/AeronClient.java +++ b/aeron-driver/src/main/java/io/aeron/driver/AeronClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cdce668588..5b7acb4de4 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ClientCommandAdapter.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ClientCommandAdapter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 35de32c971..36a491929b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ClientProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b795c04c54..72b8d9a942 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Configuration.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Configuration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d2699f6ba1..097518e10b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CongestionControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CongestionControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 434d495db7..4468a629fe 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CongestionControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CongestionControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 334c873ab6..25428a0a74 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/CounterLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/CounterLink.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 19ede78ed6..cccd148e67 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DataPacketDispatcher.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DataPacketDispatcher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f14c661ed0..91b7e61279 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultAllowTerminationValidator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultAllowTerminationValidator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 dfb290f09e..d322d94696 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultCongestionControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultCongestionControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8e3b990aab..09d703b77f 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultDenyTerminationValidator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultDenyTerminationValidator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 53c5562870..bf4980fb4e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultMulticastFlowControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 25b0052d7a..f0b60f7fd0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultReceiveChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultReceiveChannelEndpointSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2bd6e1f145..39ee0a055f 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultSendChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultSendChannelEndpointSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bf1814cf7c..dee16cd8df 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DefaultUnicastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DefaultUnicastFlowControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 04380e057c..c1265d56ce 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverConductor.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5019e2ce20..0b2565a5e7 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverConductorProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverConductorProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8eea1f29ee..2fc606f5a4 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/DriverManagedResource.java +++ b/aeron-driver/src/main/java/io/aeron/driver/DriverManagedResource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 24d161065d..49caabe80e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/FeedbackDelayGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/FeedbackDelayGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e16a1cb678..be20b7f4c0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/FlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/FlowControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4eb83192e3..0ae0da38d2 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/FlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/FlowControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8e7ba7e98d..572427b940 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/IpcPublication.java +++ b/aeron-driver/src/main/java/io/aeron/driver/IpcPublication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4e6dce9bdf..1f11662f4e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/LossDetector.java +++ b/aeron-driver/src/main/java/io/aeron/driver/LossDetector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 93489bc2ed..d05cd39f06 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/LossHandler.java +++ b/aeron-driver/src/main/java/io/aeron/driver/LossHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 388a430a73..18649e84dc 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 deb6442de0..c9a2f3214e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MaxMulticastFlowControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3723a2650d..f68ef475cf 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 96d08c8b89..4565995681 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fe8bcfb125..bf15d7ffb8 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/MinMulticastFlowControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c60e4b1124..419e35b08c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NetworkPublication.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NetworkPublication.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 88e4577a06..74083d59c0 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/NetworkPublicationThreadLocals.java +++ b/aeron-driver/src/main/java/io/aeron/driver/NetworkPublicationThreadLocals.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ddb95c8dee..443aed08be 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/OptimalMulticastDelayGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/OptimalMulticastDelayGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 448291425a..f81122ebfe 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PendingSetupMessageFromSource.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PendingSetupMessageFromSource.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e8ecd31c53..ab37947d42 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9852c939cb..3ad260e5e1 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControlSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PreferredMulticastFlowControlSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7a3420cfa2..db875dd214 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationImage.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7e71585cb8..6d7138f96a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PublicationLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationLink.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 33d5733291..b93e9676f8 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/PublicationParams.java +++ b/aeron-driver/src/main/java/io/aeron/driver/PublicationParams.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d3f9897d81..a0fac40b02 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ReceiveChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ReceiveChannelEndpointSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 72589a843b..c82cacbc85 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Receiver.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Receiver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 31bc7a2cd0..717102c6b9 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ReceiverProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3316dbb59b..1ed91bd532 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/RetransmitHandler.java +++ b/aeron-driver/src/main/java/io/aeron/driver/RetransmitHandler.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 35237bbf42..1ca03bb571 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/RetransmitSender.java +++ b/aeron-driver/src/main/java/io/aeron/driver/RetransmitSender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3bc4a7de1e..79bdde935c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SendChannelEndpointSupplier.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SendChannelEndpointSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 dab2d49cd2..b01c47adaa 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Sender.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Sender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ad0657d508..dce3be1baa 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SenderProxy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bbc4fa4d4a..dbe157fdc2 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/StaticDelayGenerator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/StaticDelayGenerator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a10eac0a66..177e5e8c1a 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/StaticWindowCongestionControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/StaticWindowCongestionControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 43068d7c11..05baa3c966 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/Subscribable.java +++ b/aeron-driver/src/main/java/io/aeron/driver/Subscribable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1c0a1947cb..791393738e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SubscriberPosition.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SubscriberPosition.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2b7511b2d2..ef085eed60 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SubscriptionLink.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 815b1eeb39..6a85d51cef 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/SubscriptionParams.java +++ b/aeron-driver/src/main/java/io/aeron/driver/SubscriptionParams.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 04598cc005..08859f484c 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/TerminationValidator.java +++ b/aeron-driver/src/main/java/io/aeron/driver/TerminationValidator.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 86ef4e9dff..4c1ded2824 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java +++ b/aeron-driver/src/main/java/io/aeron/driver/ThreadingMode.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f14c3a5e1e..cb4d279472 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/UnicastFlowControl.java +++ b/aeron-driver/src/main/java/io/aeron/driver/UnicastFlowControl.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9587c00cd5..422bf6a100 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1675f5429c..f90c0a905e 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4b3e771b05..12fbeca286 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d1a794f88f..3003c83c01 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e39ed598e5..29396f1ba7 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 143790c96c..90e2f1dccc 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/java/io/aeron/driver/exceptions/ControlProtocolException.java b/aeron-driver/src/main/java/io/aeron/driver/exceptions/ControlProtocolException.java index 7264847f7c..fa240dad7d 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/exceptions/ControlProtocolException.java +++ b/aeron-driver/src/main/java/io/aeron/driver/exceptions/ControlProtocolException.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 83af5a59ef..f5fc5526da 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a777ad08a6..a9d7aa20aa 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7ae3cd0592..2a0b5713ac 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d24ebce253..39bfbc303e 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 303aa01f21..c2a2c21a5d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b160fe2ea3..5150184ae9 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 248d6c92df..798f4a81c2 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b9152288bc..90a55704ed 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 81ebdcb09b..d7e67a263c 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0c7bd03609..326c8273f2 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 593c61df70..0b539424ab 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9056f9c473..3c08f36444 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c6cb8ed964..2547d94643 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 450fcd34a5..6d62195948 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0bf338dcfd..37d542eec8 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8ee7c014e9..a163932881 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 daf1058c46..7e89f04016 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c8a2b81d76..8c14f756dc 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/java/io/aeron/driver/media/MultiDestination.java b/aeron-driver/src/main/java/io/aeron/driver/media/MultiDestination.java index ce466c9862..be3d015f57 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/MultiDestination.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/MultiDestination.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d438a5f0b5..1e56aec110 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bbfd09d7bc..f116f6b9c3 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cf3b49e0e3..d2bade5fbc 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 83e031759c..007b750fe3 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 33da6391fa..219c90e724 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationUdpTransport.java b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationUdpTransport.java index 83d51edb88..190646f76b 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationUdpTransport.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/ReceiveDestinationUdpTransport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4c41d973e4..bb78fc925d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressUtil.java b/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressUtil.java index 87c4dd5cd6..84a0531d6f 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressUtil.java +++ b/aeron-driver/src/main/java/io/aeron/driver/media/SocketAddressUtil.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4ecdf1d1f7..754c434638 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0e9d73a37b..f15168a557 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5255713ac3..8f69d7b920 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 169d986de9..6efe7d2aab 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4248d4113f..cbbbe03f9f 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 09cf0cbdc6..f827a85c56 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1e421f18a3..5249c16847 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ae604cd1bd..c94f495d9b 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fe0768c09c..59ee792814 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatStatus.java b/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatStatus.java index e649f06f84..6cdd51e24e 100644 --- a/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatStatus.java +++ b/aeron-driver/src/main/java/io/aeron/driver/status/ClientHeartbeatStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3f664d54b7..5053c3e0e2 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0bf8dd5e3b..8d7522099c 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 af7b25bd8d..00fdd38a05 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f41e0f4afe..1e2fe276bc 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e15a6d2840..b06c7a65dc 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a36fae2afd..ae0e9b6edd 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0574d01db2..81625a2e5f 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4549a39033..a5b6bbea6f 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ffea3dc90b..413f591e1d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d52eaf84a1..05fe7b71f6 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ba08e0c248..70f1c06c6c 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 252e2b0cad..135e9dbeac 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cfd514ab8d..0feedb7ae7 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 77c60094ec..b6de4e493a 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a0db168d2b..c011c9e76f 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 95c567077f..75b9f7b6e3 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/CMakeLists.txt b/aeron-driver/src/test/c/CMakeLists.txt index 64e902ffd0..e194d92c15 100644 --- a/aeron-driver/src/test/c/CMakeLists.txt +++ b/aeron-driver/src/test/c/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_broadcast_transmitter_test.cpp b/aeron-driver/src/test/c/aeron_broadcast_transmitter_test.cpp index ee240fbb36..279110d0f7 100644 --- a/aeron-driver/src/test/c/aeron_broadcast_transmitter_test.cpp +++ b/aeron-driver/src/test/c/aeron_broadcast_transmitter_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a44ec1a796..a85bc91ba5 100755 --- a/aeron-driver/src/test/c/aeron_counters_manager_test.cpp +++ b/aeron-driver/src/test/c/aeron_counters_manager_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_distinct_error_log_test.cpp b/aeron-driver/src/test/c/aeron_distinct_error_log_test.cpp index c41a8f68a7..d8488f3139 100755 --- a/aeron-driver/src/test/c/aeron_distinct_error_log_test.cpp +++ b/aeron-driver/src/test/c/aeron_distinct_error_log_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 adb4c443b4..22b4dcd609 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 99da3076c0..5c5d08bdd4 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8b9bbdf6c6..d98a2ff8f7 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5827e8112c..14f59ed3bc 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 957b5d4ff6..2e78879687 100644 --- a/aeron-driver/src/test/c/aeron_driver_conductor_test.h +++ b/aeron-driver/src/test/c/aeron_driver_conductor_test.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 84472f373e..0993d5f238 100644 --- a/aeron-driver/src/test/c/aeron_driver_configuration_test.cpp +++ b/aeron-driver/src/test/c/aeron_driver_configuration_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a342bb2c89..3a41f256a8 100644 --- a/aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp +++ b/aeron-driver/src/test/c/aeron_logbuffer_unblocker_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5b5b9edf2c..dd02cab22c 100644 --- a/aeron-driver/src/test/c/aeron_loss_detector_test.cpp +++ b/aeron-driver/src/test/c/aeron_loss_detector_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4802e2bbfa..9494e05f1b 100644 --- a/aeron-driver/src/test/c/aeron_loss_reporter_test.cpp +++ b/aeron-driver/src/test/c/aeron_loss_reporter_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_mpsc_concurrent_array_queue_test.cpp b/aeron-driver/src/test/c/aeron_mpsc_concurrent_array_queue_test.cpp index f3e4c8a2db..350079da43 100644 --- a/aeron-driver/src/test/c/aeron_mpsc_concurrent_array_queue_test.cpp +++ b/aeron-driver/src/test/c/aeron_mpsc_concurrent_array_queue_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_mpsc_rb_test.cpp b/aeron-driver/src/test/c/aeron_mpsc_rb_test.cpp index 9db274249a..e85c849c03 100644 --- a/aeron-driver/src/test/c/aeron_mpsc_rb_test.cpp +++ b/aeron-driver/src/test/c/aeron_mpsc_rb_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 24a3921f3e..6aa1fdefd2 100644 --- a/aeron-driver/src/test/c/aeron_parse_util_test.cpp +++ b/aeron-driver/src/test/c/aeron_parse_util_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_properties_test.cpp b/aeron-driver/src/test/c/aeron_properties_test.cpp index 8a2117a063..a8132630b9 100644 --- a/aeron-driver/src/test/c/aeron_properties_test.cpp +++ b/aeron-driver/src/test/c/aeron_properties_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 15ba0b1933..ee9692854d 100755 --- a/aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp +++ b/aeron-driver/src/test/c/aeron_retransmit_handler_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_spsc_concurrent_array_queue_test.cpp b/aeron-driver/src/test/c/aeron_spsc_concurrent_array_queue_test.cpp index a5fba3c239..d9bf4e387e 100644 --- a/aeron-driver/src/test/c/aeron_spsc_concurrent_array_queue_test.cpp +++ b/aeron-driver/src/test/c/aeron_spsc_concurrent_array_queue_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_spsc_rb_test.cpp b/aeron-driver/src/test/c/aeron_spsc_rb_test.cpp index 42a738e107..df3d59837b 100644 --- a/aeron-driver/src/test/c/aeron_spsc_rb_test.cpp +++ b/aeron-driver/src/test/c/aeron_spsc_rb_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f5e0e267aa..72517d5faf 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 daf504638a..82cbd9ca27 100644 --- a/aeron-driver/src/test/c/aeron_term_scanner_test.cpp +++ b/aeron-driver/src/test/c/aeron_term_scanner_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a2c2fc5dcd..4da98b5454 100644 --- a/aeron-driver/src/test/c/aeron_udp_channel_test.cpp +++ b/aeron-driver/src/test/c/aeron_udp_channel_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/aeron_uri_test.cpp b/aeron-driver/src/test/c/aeron_uri_test.cpp index 39d622070f..01cb4c4e52 100644 --- a/aeron-driver/src/test/c/aeron_uri_test.cpp +++ b/aeron-driver/src/test/c/aeron_uri_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/collections/aeron_int64_to_ptr_hash_masp_test.cpp b/aeron-driver/src/test/c/collections/aeron_int64_to_ptr_hash_masp_test.cpp index 4ab5214d01..1777860072 100755 --- a/aeron-driver/src/test/c/collections/aeron_int64_to_ptr_hash_masp_test.cpp +++ b/aeron-driver/src/test/c/collections/aeron_int64_to_ptr_hash_masp_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp b/aeron-driver/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp index 1eb382c557..d8138fcf2f 100755 --- a/aeron-driver/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp +++ b/aeron-driver/src/test/c/collections/aeron_str_to_ptr_hash_map_test.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ce8a0c8165..9584aa8e28 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/DataPacketDispatcherTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/DataPacketDispatcherTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 182e6a94e9..df0d601d38 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/DriverConductorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/DriverConductorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f3bfd5a2d3..dd6c2f0c67 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/IpcPublicationTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/IpcPublicationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c12e66e6dc..a9f34c4faa 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/LossDetectorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/LossDetectorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c18781cf29..617164d2fb 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/MediaDriverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/MediaDriverTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e763684f25..f2b44dbf9a 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/OptimalMulticastDelayGeneratorTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/OptimalMulticastDelayGeneratorTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c079e868fc..76e1c572b5 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ReceiverTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c0183cf766..b431014ce1 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/RetransmitHandlerTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/RetransmitHandlerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ec07aa9d33..48c4bff04b 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/SelectorAndTransportTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/SelectorAndTransportTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e7c3daf4ec..7e24bc38f3 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/SenderTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/SenderTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 1d12c81db0..72de5fac33 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/TerminateDriverTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/TerminateDriverTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b746703e7e..3b4ff1b188 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/UdpChannelTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/UdpChannelTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ef44adf858..1d747392a9 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/UntetheredSubscriptionTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/UntetheredSubscriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/java/io/aeron/driver/Values.java b/aeron-driver/src/test/java/io/aeron/driver/Values.java index 2a2e5931f9..3394c96235 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/Values.java +++ b/aeron-driver/src/test/java/io/aeron/driver/Values.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/java/io/aeron/driver/ValuesSupplier.java b/aeron-driver/src/test/java/io/aeron/driver/ValuesSupplier.java index d853e667cd..e6ce453d1e 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/ValuesSupplier.java +++ b/aeron-driver/src/test/java/io/aeron/driver/ValuesSupplier.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/java/io/aeron/driver/buffer/FileMappingConventionTest.java b/aeron-driver/src/test/java/io/aeron/driver/buffer/FileMappingConventionTest.java index 37a58d261b..b5d0247a5f 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/buffer/FileMappingConventionTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/buffer/FileMappingConventionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 55513d9ad0..f8bf9ce3d7 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 83358334e5..faafee11e3 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6566ac769e..65d437fa47 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressUtilTest.java b/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressUtilTest.java index 3c8d8bfcb9..3b87b5aa66 100644 --- a/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressUtilTest.java +++ b/aeron-driver/src/test/java/io/aeron/driver/media/SocketAddressUtilTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8f19c07bac..5f52bf4ddd 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fafcd7816d..c863812be7 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/aeron-stat b/aeron-samples/scripts/aeron-stat index 427ccf0898..1750f73d2b 100755 --- a/aeron-samples/scripts/aeron-stat +++ b/aeron-samples/scripts/aeron-stat @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/aeron-stat.bat b/aeron-samples/scripts/aeron-stat.bat index 80591b0439..6af07812bb 100644 --- a/aeron-samples/scripts/aeron-stat.bat +++ b/aeron-samples/scripts/aeron-stat.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/archiving-media-driver b/aeron-samples/scripts/archive/archiving-media-driver index 239c37e7c9..639d83ea7e 100755 --- a/aeron-samples/scripts/archive/archiving-media-driver +++ b/aeron-samples/scripts/archive/archiving-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/archiving-media-driver.bat b/aeron-samples/scripts/archive/archiving-media-driver.bat index 44c8f987a0..4c03ec5c7c 100644 --- a/aeron-samples/scripts/archive/archiving-media-driver.bat +++ b/aeron-samples/scripts/archive/archiving-media-driver.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/embedded-recording-throughput b/aeron-samples/scripts/archive/embedded-recording-throughput index 2daef924e7..5ba362cefc 100755 --- a/aeron-samples/scripts/archive/embedded-recording-throughput +++ b/aeron-samples/scripts/archive/embedded-recording-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/embedded-recording-throughput.bat b/aeron-samples/scripts/archive/embedded-recording-throughput.bat index 950c3c5f30..4a56a5be17 100644 --- a/aeron-samples/scripts/archive/embedded-recording-throughput.bat +++ b/aeron-samples/scripts/archive/embedded-recording-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/embedded-replay-throughput b/aeron-samples/scripts/archive/embedded-replay-throughput index dda81a3c28..17db8b86ad 100755 --- a/aeron-samples/scripts/archive/embedded-replay-throughput +++ b/aeron-samples/scripts/archive/embedded-replay-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/embedded-replay-throughput.bat b/aeron-samples/scripts/archive/embedded-replay-throughput.bat index 6a75439430..956bc29edb 100644 --- a/aeron-samples/scripts/archive/embedded-replay-throughput.bat +++ b/aeron-samples/scripts/archive/embedded-replay-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/recorded-basic-publisher b/aeron-samples/scripts/archive/recorded-basic-publisher index 7241f04242..5dad54230b 100755 --- a/aeron-samples/scripts/archive/recorded-basic-publisher +++ b/aeron-samples/scripts/archive/recorded-basic-publisher @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/recorded-basic-publisher.bat b/aeron-samples/scripts/archive/recorded-basic-publisher.bat index a8eb0aedf2..0ffbbd3cf2 100644 --- a/aeron-samples/scripts/archive/recorded-basic-publisher.bat +++ b/aeron-samples/scripts/archive/recorded-basic-publisher.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/replayed-basic-subscriber b/aeron-samples/scripts/archive/replayed-basic-subscriber index fc99d5b0b4..baee01dfc7 100755 --- a/aeron-samples/scripts/archive/replayed-basic-subscriber +++ b/aeron-samples/scripts/archive/replayed-basic-subscriber @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/replayed-basic-subscriber.bat b/aeron-samples/scripts/archive/replayed-basic-subscriber.bat index 82b70bb6a6..4f53123a58 100644 --- a/aeron-samples/scripts/archive/replayed-basic-subscriber.bat +++ b/aeron-samples/scripts/archive/replayed-basic-subscriber.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/segment-inspector b/aeron-samples/scripts/archive/segment-inspector index 77609bb3ed..ab530e49e0 100755 --- a/aeron-samples/scripts/archive/segment-inspector +++ b/aeron-samples/scripts/archive/segment-inspector @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/archive/segment-inspector.bat b/aeron-samples/scripts/archive/segment-inspector.bat index 658671c625..9277d94fa5 100644 --- a/aeron-samples/scripts/archive/segment-inspector.bat +++ b/aeron-samples/scripts/archive/segment-inspector.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/backlog-stat b/aeron-samples/scripts/backlog-stat index 798d08a7b0..9bf5647fab 100755 --- a/aeron-samples/scripts/backlog-stat +++ b/aeron-samples/scripts/backlog-stat @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/backlog-stat.bat b/aeron-samples/scripts/backlog-stat.bat index adf130c2db..9d711699a8 100644 --- a/aeron-samples/scripts/backlog-stat.bat +++ b/aeron-samples/scripts/backlog-stat.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/basic-publisher b/aeron-samples/scripts/basic-publisher index a4f8b56f79..cdb463ef48 100755 --- a/aeron-samples/scripts/basic-publisher +++ b/aeron-samples/scripts/basic-publisher @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/basic-publisher.bat b/aeron-samples/scripts/basic-publisher.bat index d7a3739a24..2fbafdd795 100644 --- a/aeron-samples/scripts/basic-publisher.bat +++ b/aeron-samples/scripts/basic-publisher.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/basic-subscriber b/aeron-samples/scripts/basic-subscriber index 92d2e451a6..4ed9418a51 100755 --- a/aeron-samples/scripts/basic-subscriber +++ b/aeron-samples/scripts/basic-subscriber @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/basic-subscriber.bat b/aeron-samples/scripts/basic-subscriber.bat index 44a328f208..94f32a723b 100644 --- a/aeron-samples/scripts/basic-subscriber.bat +++ b/aeron-samples/scripts/basic-subscriber.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-claim-ipc-throughput b/aeron-samples/scripts/embedded-claim-ipc-throughput index a4b7fa22cc..08a694cf37 100755 --- a/aeron-samples/scripts/embedded-claim-ipc-throughput +++ b/aeron-samples/scripts/embedded-claim-ipc-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-claim-ipc-throughput.bat b/aeron-samples/scripts/embedded-claim-ipc-throughput.bat index c41bf605e5..caa30cffe2 100644 --- a/aeron-samples/scripts/embedded-claim-ipc-throughput.bat +++ b/aeron-samples/scripts/embedded-claim-ipc-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-dual-exclusive-throughput b/aeron-samples/scripts/embedded-dual-exclusive-throughput index 8c8d02190b..f2a595632b 100755 --- a/aeron-samples/scripts/embedded-dual-exclusive-throughput +++ b/aeron-samples/scripts/embedded-dual-exclusive-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-dual-exclusive-throughput.bat b/aeron-samples/scripts/embedded-dual-exclusive-throughput.bat index 55e6a6529c..2eba116b13 100644 --- a/aeron-samples/scripts/embedded-dual-exclusive-throughput.bat +++ b/aeron-samples/scripts/embedded-dual-exclusive-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput index e8cb3ccf6b..b5aa8b2226 100755 --- a/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput +++ b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.bat b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.bat index 2bc87eea3d..46ead6c99c 100644 --- a/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.bat +++ b/aeron-samples/scripts/embedded-exclusive-claim-ipc-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-ipc-throughput b/aeron-samples/scripts/embedded-exclusive-ipc-throughput index 5768114fe9..fbd54f8eed 100755 --- a/aeron-samples/scripts/embedded-exclusive-ipc-throughput +++ b/aeron-samples/scripts/embedded-exclusive-ipc-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-ipc-throughput.bat b/aeron-samples/scripts/embedded-exclusive-ipc-throughput.bat index a28d97ff88..761ae68598 100644 --- a/aeron-samples/scripts/embedded-exclusive-ipc-throughput.bat +++ b/aeron-samples/scripts/embedded-exclusive-ipc-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-spied-throughput b/aeron-samples/scripts/embedded-exclusive-spied-throughput index 4adf3b3519..014cb7427e 100755 --- a/aeron-samples/scripts/embedded-exclusive-spied-throughput +++ b/aeron-samples/scripts/embedded-exclusive-spied-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-spied-throughput.bat b/aeron-samples/scripts/embedded-exclusive-spied-throughput.bat index d22432af88..f5c2831cd9 100644 --- a/aeron-samples/scripts/embedded-exclusive-spied-throughput.bat +++ b/aeron-samples/scripts/embedded-exclusive-spied-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-throughput b/aeron-samples/scripts/embedded-exclusive-throughput index 8ff10cd297..7559b57648 100755 --- a/aeron-samples/scripts/embedded-exclusive-throughput +++ b/aeron-samples/scripts/embedded-exclusive-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-throughput.bat b/aeron-samples/scripts/embedded-exclusive-throughput.bat index d2eb817de8..69ab18ef94 100644 --- a/aeron-samples/scripts/embedded-exclusive-throughput.bat +++ b/aeron-samples/scripts/embedded-exclusive-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput index d33919246e..1381f609b1 100755 --- a/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput +++ b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.bat b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.bat index 4ab2148c2c..565cf649a5 100644 --- a/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.bat +++ b/aeron-samples/scripts/embedded-exclusive-vectored-ipc-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-ipc-throughput b/aeron-samples/scripts/embedded-ipc-throughput index 5e06903254..659cd069cf 100755 --- a/aeron-samples/scripts/embedded-ipc-throughput +++ b/aeron-samples/scripts/embedded-ipc-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-ipc-throughput.bat b/aeron-samples/scripts/embedded-ipc-throughput.bat index 9df5ff4614..36bf41309e 100644 --- a/aeron-samples/scripts/embedded-ipc-throughput.bat +++ b/aeron-samples/scripts/embedded-ipc-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-ping-pong b/aeron-samples/scripts/embedded-ping-pong index e9403cc070..b46d13063e 100755 --- a/aeron-samples/scripts/embedded-ping-pong +++ b/aeron-samples/scripts/embedded-ping-pong @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-ping-pong.bat b/aeron-samples/scripts/embedded-ping-pong.bat index 54db21e427..de2533041c 100644 --- a/aeron-samples/scripts/embedded-ping-pong.bat +++ b/aeron-samples/scripts/embedded-ping-pong.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-throughput b/aeron-samples/scripts/embedded-throughput index 007769df0c..aab35075f1 100755 --- a/aeron-samples/scripts/embedded-throughput +++ b/aeron-samples/scripts/embedded-throughput @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/embedded-throughput.bat b/aeron-samples/scripts/embedded-throughput.bat index 9a6f8f5bba..aa3a594166 100644 --- a/aeron-samples/scripts/embedded-throughput.bat +++ b/aeron-samples/scripts/embedded-throughput.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/error-stat b/aeron-samples/scripts/error-stat index f17b18ab8f..71a1391f8a 100755 --- a/aeron-samples/scripts/error-stat +++ b/aeron-samples/scripts/error-stat @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/error-stat.bat b/aeron-samples/scripts/error-stat.bat index 6fea2b5fe3..bf6d9e22ae 100644 --- a/aeron-samples/scripts/error-stat.bat +++ b/aeron-samples/scripts/error-stat.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/file-receiver b/aeron-samples/scripts/file-receiver index 8c48aee551..bbea2a1367 100644 --- a/aeron-samples/scripts/file-receiver +++ b/aeron-samples/scripts/file-receiver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/file-receiver.bat b/aeron-samples/scripts/file-receiver.bat index 09f57ece16..34694e257f 100644 --- a/aeron-samples/scripts/file-receiver.bat +++ b/aeron-samples/scripts/file-receiver.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/file-sender b/aeron-samples/scripts/file-sender index f9f4aac22e..7d1f01080d 100644 --- a/aeron-samples/scripts/file-sender +++ b/aeron-samples/scripts/file-sender @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/file-sender.bat b/aeron-samples/scripts/file-sender.bat index d330caf4c2..a962ee6fc1 100644 --- a/aeron-samples/scripts/file-sender.bat +++ b/aeron-samples/scripts/file-sender.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/ipc-c-media-driver b/aeron-samples/scripts/ipc-c-media-driver index bed0dab852..85d7701eaa 100755 --- a/aeron-samples/scripts/ipc-c-media-driver +++ b/aeron-samples/scripts/ipc-c-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/log-inspector b/aeron-samples/scripts/log-inspector index 1b7fb1c400..2fef6e1b11 100755 --- a/aeron-samples/scripts/log-inspector +++ b/aeron-samples/scripts/log-inspector @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/log-inspector.bat b/aeron-samples/scripts/log-inspector.bat index afce27e0a2..73946eed74 100644 --- a/aeron-samples/scripts/log-inspector.bat +++ b/aeron-samples/scripts/log-inspector.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/logging-c-media-driver b/aeron-samples/scripts/logging-c-media-driver index 62eea7f79d..1280a2099b 100755 --- a/aeron-samples/scripts/logging-c-media-driver +++ b/aeron-samples/scripts/logging-c-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/logging-media-driver b/aeron-samples/scripts/logging-media-driver index 16c3f61b21..1567a19ca0 100755 --- a/aeron-samples/scripts/logging-media-driver +++ b/aeron-samples/scripts/logging-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/logging-media-driver.bat b/aeron-samples/scripts/logging-media-driver.bat index 01e9ceb10e..ec83706161 100644 --- a/aeron-samples/scripts/logging-media-driver.bat +++ b/aeron-samples/scripts/logging-media-driver.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/loss-rate-c-media-driver b/aeron-samples/scripts/loss-rate-c-media-driver index d4429ff825..0a35b6050e 100755 --- a/aeron-samples/scripts/loss-rate-c-media-driver +++ b/aeron-samples/scripts/loss-rate-c-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/loss-stat b/aeron-samples/scripts/loss-stat index 6a2ceddf93..9a023dae54 100755 --- a/aeron-samples/scripts/loss-stat +++ b/aeron-samples/scripts/loss-stat @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/loss-stat.bat b/aeron-samples/scripts/loss-stat.bat index 4019a626f4..c40221e8ce 100644 --- a/aeron-samples/scripts/loss-stat.bat +++ b/aeron-samples/scripts/loss-stat.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/low-latency-c-media-driver b/aeron-samples/scripts/low-latency-c-media-driver index 3c65498362..864c25ad20 100755 --- a/aeron-samples/scripts/low-latency-c-media-driver +++ b/aeron-samples/scripts/low-latency-c-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/low-latency-media-driver b/aeron-samples/scripts/low-latency-media-driver index b62d866106..fb42436bb0 100755 --- a/aeron-samples/scripts/low-latency-media-driver +++ b/aeron-samples/scripts/low-latency-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/low-latency-media-driver.bat b/aeron-samples/scripts/low-latency-media-driver.bat index 14ec64b9cf..414bdbf2f8 100644 --- a/aeron-samples/scripts/low-latency-media-driver.bat +++ b/aeron-samples/scripts/low-latency-media-driver.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/media-driver b/aeron-samples/scripts/media-driver index 68b93e156e..045856320f 100755 --- a/aeron-samples/scripts/media-driver +++ b/aeron-samples/scripts/media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/media-driver.bat b/aeron-samples/scripts/media-driver.bat index 323044bee3..92644ae020 100644 --- a/aeron-samples/scripts/media-driver.bat +++ b/aeron-samples/scripts/media-driver.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/ping b/aeron-samples/scripts/ping index f80a756fa6..07778abb4e 100755 --- a/aeron-samples/scripts/ping +++ b/aeron-samples/scripts/ping @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/ping.bat b/aeron-samples/scripts/ping.bat index a65b6e4f8e..e50685898c 100644 --- a/aeron-samples/scripts/ping.bat +++ b/aeron-samples/scripts/ping.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/pong b/aeron-samples/scripts/pong index ec70841e70..fded0ee774 100755 --- a/aeron-samples/scripts/pong +++ b/aeron-samples/scripts/pong @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/pong.bat b/aeron-samples/scripts/pong.bat index 4d65112712..73886280d9 100644 --- a/aeron-samples/scripts/pong.bat +++ b/aeron-samples/scripts/pong.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/rate-subscriber b/aeron-samples/scripts/rate-subscriber index 2b67e5d208..0a65a089bf 100755 --- a/aeron-samples/scripts/rate-subscriber +++ b/aeron-samples/scripts/rate-subscriber @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/rate-subscriber.bat b/aeron-samples/scripts/rate-subscriber.bat index 30bc9582ca..3f3aef8f49 100644 --- a/aeron-samples/scripts/rate-subscriber.bat +++ b/aeron-samples/scripts/rate-subscriber.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/stream-stat b/aeron-samples/scripts/stream-stat index 9e461ab397..1402fe45bc 100755 --- a/aeron-samples/scripts/stream-stat +++ b/aeron-samples/scripts/stream-stat @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/stream-stat.bat b/aeron-samples/scripts/stream-stat.bat index a1a98cf546..04b27685b6 100644 --- a/aeron-samples/scripts/stream-stat.bat +++ b/aeron-samples/scripts/stream-stat.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/streaming-publisher b/aeron-samples/scripts/streaming-publisher index 1bbb96d6f0..e4cbf4041c 100755 --- a/aeron-samples/scripts/streaming-publisher +++ b/aeron-samples/scripts/streaming-publisher @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/streaming-publisher.bat b/aeron-samples/scripts/streaming-publisher.bat index 49269c7976..aa80df937b 100644 --- a/aeron-samples/scripts/streaming-publisher.bat +++ b/aeron-samples/scripts/streaming-publisher.bat @@ -5,7 +5,7 @@ :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: -:: http://www.apache.org/licenses/LICENSE-2.0 +:: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/scripts/throughput-c-media-driver b/aeron-samples/scripts/throughput-c-media-driver index 4f6481c80f..2c44bbb01a 100755 --- a/aeron-samples/scripts/throughput-c-media-driver +++ b/aeron-samples/scripts/throughput-c-media-driver @@ -6,7 +6,7 @@ ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## https://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/AeronStat.cpp b/aeron-samples/src/main/cpp/AeronStat.cpp index f76fdc33de..def033f398 100644 --- a/aeron-samples/src/main/cpp/AeronStat.cpp +++ b/aeron-samples/src/main/cpp/AeronStat.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/BasicPublisher.cpp b/aeron-samples/src/main/cpp/BasicPublisher.cpp index b2b733ef7e..4e5acc0630 100644 --- a/aeron-samples/src/main/cpp/BasicPublisher.cpp +++ b/aeron-samples/src/main/cpp/BasicPublisher.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/BasicSubscriber.cpp b/aeron-samples/src/main/cpp/BasicSubscriber.cpp index 1d2f7e6950..28d0aee0dd 100644 --- a/aeron-samples/src/main/cpp/BasicSubscriber.cpp +++ b/aeron-samples/src/main/cpp/BasicSubscriber.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/CMakeLists.txt b/aeron-samples/src/main/cpp/CMakeLists.txt index e7b1e15cd8..5af554c3af 100644 --- a/aeron-samples/src/main/cpp/CMakeLists.txt +++ b/aeron-samples/src/main/cpp/CMakeLists.txt @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/Configuration.h b/aeron-samples/src/main/cpp/Configuration.h index c05785362d..153ce33f20 100644 --- a/aeron-samples/src/main/cpp/Configuration.h +++ b/aeron-samples/src/main/cpp/Configuration.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/DriverTool.cpp b/aeron-samples/src/main/cpp/DriverTool.cpp index 1e59403f79..7ada07fce3 100644 --- a/aeron-samples/src/main/cpp/DriverTool.cpp +++ b/aeron-samples/src/main/cpp/DriverTool.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/ErrorStat.cpp b/aeron-samples/src/main/cpp/ErrorStat.cpp index 17e9c9e470..f314ce99ac 100644 --- a/aeron-samples/src/main/cpp/ErrorStat.cpp +++ b/aeron-samples/src/main/cpp/ErrorStat.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp b/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp index b43ce8a3e4..65855dac24 100644 --- a/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp +++ b/aeron-samples/src/main/cpp/ExclusiveThroughput.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/LossStat.cpp b/aeron-samples/src/main/cpp/LossStat.cpp index 315ddd7b13..6e3a99bb77 100644 --- a/aeron-samples/src/main/cpp/LossStat.cpp +++ b/aeron-samples/src/main/cpp/LossStat.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/Ping.cpp b/aeron-samples/src/main/cpp/Ping.cpp index 9b9fafbf81..15f7eb1863 100644 --- a/aeron-samples/src/main/cpp/Ping.cpp +++ b/aeron-samples/src/main/cpp/Ping.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/PingPong.cpp b/aeron-samples/src/main/cpp/PingPong.cpp index 85cf439a82..c3de764307 100644 --- a/aeron-samples/src/main/cpp/PingPong.cpp +++ b/aeron-samples/src/main/cpp/PingPong.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/Pong.cpp b/aeron-samples/src/main/cpp/Pong.cpp index d348ca9219..787ed438c4 100644 --- a/aeron-samples/src/main/cpp/Pong.cpp +++ b/aeron-samples/src/main/cpp/Pong.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/RateReporter.h b/aeron-samples/src/main/cpp/RateReporter.h index a94a6505a1..540d7c5569 100644 --- a/aeron-samples/src/main/cpp/RateReporter.h +++ b/aeron-samples/src/main/cpp/RateReporter.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/RateSubscriber.cpp b/aeron-samples/src/main/cpp/RateSubscriber.cpp index 0fd31f8e99..0925de5322 100644 --- a/aeron-samples/src/main/cpp/RateSubscriber.cpp +++ b/aeron-samples/src/main/cpp/RateSubscriber.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/StreamingPublisher.cpp b/aeron-samples/src/main/cpp/StreamingPublisher.cpp index 7fd7264442..ccd77d5857 100644 --- a/aeron-samples/src/main/cpp/StreamingPublisher.cpp +++ b/aeron-samples/src/main/cpp/StreamingPublisher.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/Throughput.cpp b/aeron-samples/src/main/cpp/Throughput.cpp index cc8e009113..5441418a37 100644 --- a/aeron-samples/src/main/cpp/Throughput.cpp +++ b/aeron-samples/src/main/cpp/Throughput.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/cpp/raw/TimeTests.cpp b/aeron-samples/src/main/cpp/raw/TimeTests.cpp index 877bae5ec6..adfccb14e9 100644 --- a/aeron-samples/src/main/cpp/raw/TimeTests.cpp +++ b/aeron-samples/src/main/cpp/raw/TimeTests.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9cab1514f1..b794619e17 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/AeronStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/AeronStat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 eac97c2c28..1f287a0201 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/BacklogStat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f23b34d8de..1b6736e83e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/BasicPublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/BasicPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ac075a70ef..8911c648f8 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/BasicSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/BasicSubscriber.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 049213ab73..e19a569715 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/CncFileReader.java +++ b/aeron-samples/src/main/java/io/aeron/samples/CncFileReader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 27b781fe88..8c20182e94 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/DriverTool.java +++ b/aeron-samples/src/main/java/io/aeron/samples/DriverTool.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d66c8ad5e1..54f27c29db 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedBufferClaimIpcThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 f73f07c1f0..0f5e76cdee 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedDualExclusiveThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedDualExclusiveThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 01d1bae19a..d4755dd6b6 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveBufferClaimIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveBufferClaimIpcThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b31922a038..3e20cfe263 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveIpcThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 da11a80b63..a9d7cb4012 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveSpiedThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 68e96fffa4..29cee13fd2 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 0b035ab3d8..db81644ea5 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedExclusiveVectoredIpcThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d03b2c4927..8ec367a48e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedIpcThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7587456521..f6853b7673 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedPingPong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedPingPong.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 79dc27adc7..9f74370918 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/EmbeddedThroughput.java +++ b/aeron-samples/src/main/java/io/aeron/samples/EmbeddedThroughput.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9ef3b90a71..bae87564dd 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/ErrorStat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 41da6c137d..e206a62483 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/FileReceiver.java +++ b/aeron-samples/src/main/java/io/aeron/samples/FileReceiver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 076d874f76..330f034a45 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/FileSender.java +++ b/aeron-samples/src/main/java/io/aeron/samples/FileSender.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 a114c2c662..c73822943a 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/LogInspector.java +++ b/aeron-samples/src/main/java/io/aeron/samples/LogInspector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 11ff9f1e52..4c49ccaf2d 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/LossStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/LossStat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 885ba02d6d..32ff45ccda 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/LowLatencyMediaDriver.java +++ b/aeron-samples/src/main/java/io/aeron/samples/LowLatencyMediaDriver.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ed486a1f32..e9a1c2d0c5 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/MultiplePublishersWithFragmentation.java +++ b/aeron-samples/src/main/java/io/aeron/samples/MultiplePublishersWithFragmentation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e888e66c1b..67bcfb75e0 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/MultipleSubscribersWithFragmentAssembly.java +++ b/aeron-samples/src/main/java/io/aeron/samples/MultipleSubscribersWithFragmentAssembly.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 35e69c4d01..42bfa2d354 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/Ping.java +++ b/aeron-samples/src/main/java/io/aeron/samples/Ping.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 68ed6c8385..548a9f5bd7 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/Pong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/Pong.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7f2d42fa9a..5c62a4ff8e 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/RateReporter.java +++ b/aeron-samples/src/main/java/io/aeron/samples/RateReporter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 cfe871bdf4..607a8a442b 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/RateSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/RateSubscriber.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 3e0647c018..62ad3e16da 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SampleConfiguration.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SampleConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4340bc39f6..42abdac072 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SamplesUtil.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6a0117ba70..a9cb427d86 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SetControllableIdleStrategy.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SetControllableIdleStrategy.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 c5393405d1..f680a1f3bd 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SimplePublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SimplePublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7e097fe123..e994cb4110 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/SimpleSubscriber.java +++ b/aeron-samples/src/main/java/io/aeron/samples/SimpleSubscriber.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 97b422a95e..5206031cdc 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/StreamStat.java +++ b/aeron-samples/src/main/java/io/aeron/samples/StreamStat.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 11ef2cc2a1..d89dee73e7 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/StreamingPublisher.java +++ b/aeron-samples/src/main/java/io/aeron/samples/StreamingPublisher.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d49e057551..87bd04a625 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4293e7c465..3784b28ede 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7573377288..c0ed4e0e07 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d90fd3697f..69f9f7a79c 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7aa5dd9ea7..fc862e2603 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/java/io/aeron/samples/archive/TestUtil.java b/aeron-samples/src/main/java/io/aeron/samples/archive/TestUtil.java index b6f552f516..4dff9adcd1 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/archive/TestUtil.java +++ b/aeron-samples/src/main/java/io/aeron/samples/archive/TestUtil.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 270dc7b5f0..c90fb2d3b9 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bd0e6bd1e5..2dfc6a81bb 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d815b1283a..a845625318 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/java/io/aeron/samples/raw/HackSelectReceiveSendUdpPong.java b/aeron-samples/src/main/java/io/aeron/samples/raw/HackSelectReceiveSendUdpPong.java index 85c64b417f..6e4c4557a6 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/HackSelectReceiveSendUdpPong.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/HackSelectReceiveSendUdpPong.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8c30458e58..3fc6c2d18d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 19e1ef293d..b8bb1e9bef 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9b21bd8a7c..5c28982ba4 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-samples/src/main/java/io/aeron/samples/raw/SendHackSelectReceiveUdpPing.java b/aeron-samples/src/main/java/io/aeron/samples/raw/SendHackSelectReceiveUdpPing.java index 8708b47320..c57f5d2300 100644 --- a/aeron-samples/src/main/java/io/aeron/samples/raw/SendHackSelectReceiveUdpPing.java +++ b/aeron-samples/src/main/java/io/aeron/samples/raw/SendHackSelectReceiveUdpPing.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bd70a97eb0..7dd68fc83d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 9819288797..965cb710d9 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b1490f4e91..62ac164885 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 @@ -4,7 +4,7 @@ * 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 - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 00f8f371db..6bfe11b352 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 4050be21b1..0e3347fd96 100644 --- a/aeron-samples/src/test/java/io/aeron/samples/LogInspectorAsciiFormatBytesTest.java +++ b/aeron-samples/src/test/java/io/aeron/samples/LogInspectorAsciiFormatBytesTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 387ac62a2a..487c083422 100644 --- a/aeron-system-tests/src/test/java/io/aeron/BufferClaimMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/BufferClaimMessageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 56f585d99c..9168c85e87 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ChannelEndpointStatusTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 183bcc1bb7..116a17f37c 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ClientContextTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ClientContextTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 fdb47e60fd..d6c9300419 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ControlledMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ControlledMessageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7daef9081c..050fcf088b 100644 --- a/aeron-system-tests/src/test/java/io/aeron/CounterTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/CounterTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 ea054ca231..6196ca17d9 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ExclusivePublicationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ExclusivePublicationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-system-tests/src/test/java/io/aeron/FlowControlStrategiesTest.java b/aeron-system-tests/src/test/java/io/aeron/FlowControlStrategiesTest.java index 76d5d51e3e..9366a3f328 100644 --- a/aeron-system-tests/src/test/java/io/aeron/FlowControlStrategiesTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/FlowControlStrategiesTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d0fbb628b5..ac4920b2c6 100644 --- a/aeron-system-tests/src/test/java/io/aeron/FragmentedMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/FragmentedMessageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 42d8fd1f3e..bfc84ef7cd 100644 --- a/aeron-system-tests/src/test/java/io/aeron/GapFillLossTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/GapFillLossTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 834ee40ff5..85e9865dfb 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MaxPositionPublicationTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MaxPositionPublicationTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 82fbe5ea9b..d59944a3e5 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 94f5268071..6874bc84ff 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiDestinationCastTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiDestinationCastTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8111b7a446..8441e2c0c2 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiDestinationSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiDestinationSubscriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 e60c8dceee..178f751d79 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiDriverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiDriverTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 af2692cee2..926df5d71d 100644 --- a/aeron-system-tests/src/test/java/io/aeron/MultiSubscriberTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/MultiSubscriberTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 6cf841845f..094f8703ee 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PongTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PongTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 962db312dd..de976f55e6 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PubAndSubTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 bd08ffebbb..6b5389a9ef 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PublicationUnblockTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PublicationUnblockTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d4e95b297a..1aa00b0f23 100644 --- a/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/PublishFromArbitraryPositionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 67b647d613..39f0c67b40 100644 --- a/aeron-system-tests/src/test/java/io/aeron/ReentrantClientTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/ReentrantClientTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 aa1eaed227..7cc51b6bab 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SessionSpecificSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SessionSpecificSubscriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 7b2ac3d7a7..0486799bd4 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SpySimulatedConnectionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SpySimulatedConnectionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 2b4a8f4693..0635c5e500 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SpySubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SpySubscriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-system-tests/src/test/java/io/aeron/StartStopSystemTest.java b/aeron-system-tests/src/test/java/io/aeron/StartStopSystemTest.java index f88a58b253..a5eaffa528 100644 --- a/aeron-system-tests/src/test/java/io/aeron/StartStopSystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/StartStopSystemTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 d4faa48fba..9f7a2bcd74 100644 --- a/aeron-system-tests/src/test/java/io/aeron/StopStartSecondSubscriberTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/StopStartSecondSubscriberTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-system-tests/src/test/java/io/aeron/SystemTest.java b/aeron-system-tests/src/test/java/io/aeron/SystemTest.java index 73c6c1c04f..b6262c39c8 100644 --- a/aeron-system-tests/src/test/java/io/aeron/SystemTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/SystemTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 703e8d5338..cf16ddf4b2 100644 --- a/aeron-system-tests/src/test/java/io/aeron/TermBufferLengthTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/TermBufferLengthTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 39e3ab7d1f..1d681098cc 100644 --- a/aeron-system-tests/src/test/java/io/aeron/TwoBufferOfferMessageTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/TwoBufferOfferMessageTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 5982ea1663..82f187442f 100644 --- a/aeron-system-tests/src/test/java/io/aeron/UntetheredSubscriptionTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/UntetheredSubscriptionTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java index 5c55e6f6f4..9bde060414 100644 --- a/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/archive/ArchiveTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8e339c017e..087317938d 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 8cbf11a528..58f442b346 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, 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 b876968362..a1d7e7c788 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 @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/build.gradle b/build.gradle index 5c1651553c..7c3fb1e881 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -79,7 +79,7 @@ def projectPom = { licenses { license { name = 'The Apache License, Version 2.0' - url = 'http://www.apache.org/licenses/LICENSE-2.0.txt' + url = 'https://www.apache.org/licenses/LICENSE-2.0.txt' } }