From 5492e89d9f545ed6f8cf47e6a57d57583c233ccb Mon Sep 17 00:00:00 2001 From: Igor Malinovskyi Date: Tue, 26 Mar 2024 14:34:12 +0100 Subject: [PATCH 1/4] Remove headers from MIT-only files --- src/main/asciidoc/stylesheets/golo.css | 15 --------------- .../io/lettuce/core/ChannelGroupListener.java | 15 --------------- src/main/java/io/lettuce/core/CloseEvents.java | 15 --------------- .../io/lettuce/core/ConnectionEventTrigger.java | 15 --------------- .../java/io/lettuce/core/ConnectionEvents.java | 15 --------------- .../java/io/lettuce/core/ConnectionFuture.java | 15 --------------- src/main/java/io/lettuce/core/ConnectionId.java | 15 --------------- .../java/io/lettuce/core/ConnectionMetadata.java | 15 --------------- .../java/io/lettuce/core/ConnectionPoint.java | 15 --------------- src/main/java/io/lettuce/core/Consumer.java | 15 --------------- .../io/lettuce/core/DefaultConnectionFuture.java | 15 --------------- src/main/java/io/lettuce/core/EpollProvider.java | 15 --------------- src/main/java/io/lettuce/core/ExpireArgs.java | 15 --------------- .../java/io/lettuce/core/FunctionRestoreMode.java | 15 --------------- src/main/java/io/lettuce/core/GeoAddArgs.java | 15 --------------- src/main/java/io/lettuce/core/GeoArgs.java | 15 --------------- src/main/java/io/lettuce/core/GeoCoordinates.java | 15 --------------- .../java/io/lettuce/core/GeoRadiusStoreArgs.java | 15 --------------- src/main/java/io/lettuce/core/GeoSearch.java | 15 --------------- src/main/java/io/lettuce/core/GeoValue.java | 15 --------------- src/main/java/io/lettuce/core/GeoWithin.java | 15 --------------- src/main/java/io/lettuce/core/GetExArgs.java | 15 --------------- src/main/java/io/lettuce/core/KeyScanCursor.java | 15 --------------- src/main/java/io/lettuce/core/KqueueProvider.java | 15 --------------- src/main/java/io/lettuce/core/LMPopArgs.java | 15 --------------- src/main/java/io/lettuce/core/LPosArgs.java | 15 --------------- src/main/java/io/lettuce/core/LettuceFutures.java | 15 --------------- src/main/java/io/lettuce/core/LettuceVersion.java | 15 --------------- src/main/java/io/lettuce/core/Limit.java | 15 --------------- src/main/java/io/lettuce/core/MapScanCursor.java | 15 --------------- src/main/java/io/lettuce/core/Operators.java | 15 --------------- .../io/lettuce/core/OrderingReadFromAccessor.java | 15 --------------- src/main/java/io/lettuce/core/Range.java | 15 --------------- .../io/lettuce/core/RedisAsyncCommandsImpl.java | 15 --------------- .../java/io/lettuce/core/RedisBusyException.java | 15 --------------- .../java/io/lettuce/core/RedisChannelHandler.java | 15 --------------- .../java/io/lettuce/core/RedisChannelWriter.java | 15 --------------- .../core/RedisCommandExecutionException.java | 15 --------------- .../core/RedisCommandTimeoutException.java | 15 --------------- .../io/lettuce/core/RedisConnectionException.java | 15 --------------- .../lettuce/core/RedisConnectionStateAdapter.java | 15 --------------- .../core/RedisConnectionStateListener.java | 15 --------------- .../java/io/lettuce/core/RedisCredentials.java | 15 --------------- .../io/lettuce/core/RedisCredentialsProvider.java | 15 --------------- src/main/java/io/lettuce/core/RedisFuture.java | 15 --------------- .../io/lettuce/core/RedisLoadingException.java | 15 --------------- .../io/lettuce/core/RedisNoScriptException.java | 15 --------------- .../lettuce/core/RedisReactiveCommandsImpl.java | 15 --------------- src/main/java/io/lettuce/core/ScanCursor.java | 15 --------------- src/main/java/io/lettuce/core/ScanIterator.java | 15 --------------- .../io/lettuce/core/ScoredValueScanCursor.java | 15 --------------- src/main/java/io/lettuce/core/SortArgs.java | 15 --------------- src/main/java/io/lettuce/core/SslVerifyMode.java | 15 --------------- .../lettuce/core/StaticCredentialsProvider.java | 15 --------------- .../io/lettuce/core/StaticRedisCredentials.java | 15 --------------- src/main/java/io/lettuce/core/StreamMessage.java | 15 --------------- .../java/io/lettuce/core/StreamScanCursor.java | 15 --------------- src/main/java/io/lettuce/core/TimeoutOptions.java | 15 --------------- src/main/java/io/lettuce/core/TrackingArgs.java | 15 --------------- .../java/io/lettuce/core/TransactionResult.java | 15 --------------- src/main/java/io/lettuce/core/UnblockType.java | 15 --------------- src/main/java/io/lettuce/core/Value.java | 15 --------------- .../java/io/lettuce/core/ValueScanCursor.java | 15 --------------- src/main/java/io/lettuce/core/XClaimArgs.java | 15 --------------- .../java/io/lettuce/core/XGroupCreateArgs.java | 15 --------------- src/main/java/io/lettuce/core/XReadArgs.java | 15 --------------- src/main/java/io/lettuce/core/ZPopArgs.java | 15 --------------- .../java/io/lettuce/core/api/AsyncCloseable.java | 15 --------------- .../io/lettuce/core/api/StatefulConnection.java | 15 --------------- .../lettuce/core/api/StatefulRedisConnection.java | 15 --------------- .../api/async/RedisFunctionAsyncCommands.java | 15 --------------- .../io/lettuce/core/api/push/PushListener.java | 15 --------------- .../io/lettuce/core/api/push/PushMessage.java | 15 --------------- .../reactive/RedisFunctionReactiveCommands.java | 15 --------------- .../api/reactive/RedisHLLReactiveCommands.java | 15 --------------- .../RedisTransactionalReactiveCommands.java | 15 --------------- .../core/api/sync/RedisFunctionCommands.java | 15 --------------- .../AbstractClusterNodeConnectionFactory.java | 15 --------------- .../core/cluster/AbstractNodeSelection.java | 15 --------------- .../lettuce/core/cluster/AsyncExecutionsImpl.java | 15 --------------- .../io/lettuce/core/cluster/ClusterCommand.java | 15 --------------- .../core/cluster/ClusterEventListener.java | 15 --------------- .../lettuce/core/cluster/ClusterNodeEndpoint.java | 15 --------------- .../cluster/ClusterPubSubConnectionProvider.java | 15 --------------- .../lettuce/core/cluster/ClusterPushHandler.java | 15 --------------- .../core/cluster/ClusterReadOnlyCommands.java | 15 --------------- .../lettuce/core/cluster/ClusterScanSupport.java | 15 --------------- .../java/io/lettuce/core/cluster/CommandSet.java | 15 --------------- .../cluster/NodeSelectionInvocationHandler.java | 15 --------------- .../lettuce/core/cluster/PartitionAccessor.java | 15 --------------- .../lettuce/core/cluster/PartitionException.java | 15 --------------- .../core/cluster/PartitionSelectorException.java | 15 --------------- .../lettuce/core/cluster/PartitionsConsensus.java | 15 --------------- .../core/cluster/PartitionsConsensusImpl.java | 15 --------------- .../core/cluster/PubSubClusterEndpoint.java | 15 --------------- .../core/cluster/ReactiveExecutionsImpl.java | 15 --------------- .../core/cluster/ReconnectEventListener.java | 15 --------------- .../lettuce/core/cluster/RedisClusterURIUtil.java | 15 --------------- .../java/io/lettuce/core/cluster/SlotHash.java | 15 --------------- .../lettuce/core/cluster/SyncExecutionsImpl.java | 15 --------------- .../core/cluster/UnknownPartitionException.java | 15 --------------- .../core/cluster/api/NodeSelectionSupport.java | 15 --------------- .../core/cluster/api/async/AsyncExecutions.java | 15 --------------- .../cluster/api/async/AsyncNodeSelection.java | 15 --------------- .../api/async/NodeSelectionAsyncCommands.java | 15 --------------- .../async/NodeSelectionFunctionAsyncCommands.java | 15 --------------- .../api/push/RedisClusterPushListener.java | 15 --------------- .../cluster/api/reactive/ReactiveExecutions.java | 15 --------------- .../lettuce/core/cluster/api/sync/Executions.java | 15 --------------- .../core/cluster/api/sync/NodeSelection.java | 15 --------------- .../cluster/api/sync/NodeSelectionCommands.java | 15 --------------- .../api/sync/NodeSelectionFunctionCommands.java | 15 --------------- .../core/cluster/event/AskRedirectionEvent.java | 15 --------------- .../event/ClusterTopologyChangedEvent.java | 15 --------------- .../cluster/event/JfrAskRedirectionEvent.java | 15 --------------- .../event/JfrClusterTopologyChangedEvent.java | 15 --------------- .../cluster/event/JfrMovedRedirectionEvent.java | 15 --------------- .../cluster/event/JfrTopologyRefreshEvent.java | 15 --------------- .../core/cluster/event/MovedRedirectionEvent.java | 15 --------------- .../cluster/event/RedirectionEventSupport.java | 15 --------------- .../core/cluster/event/TopologyRefreshEvent.java | 15 --------------- .../models/partitions/ClusterPartitionParser.java | 15 --------------- .../cluster/models/slots/ClusterSlotRange.java | 15 --------------- .../cluster/models/slots/ClusterSlotsParser.java | 15 --------------- .../cluster/pubsub/RedisClusterPubSubAdapter.java | 15 --------------- .../pubsub/RedisClusterPubSubListener.java | 15 --------------- .../StatefulRedisClusterPubSubConnection.java | 15 --------------- .../async/NodeSelectionPubSubAsyncCommands.java | 15 --------------- .../api/async/PubSubAsyncNodeSelection.java | 15 --------------- .../async/RedisClusterPubSubAsyncCommands.java | 15 --------------- .../NodeSelectionPubSubReactiveCommands.java | 15 --------------- .../api/reactive/PubSubReactiveNodeSelection.java | 15 --------------- .../RedisClusterPubSubReactiveCommands.java | 15 --------------- .../api/sync/NodeSelectionPubSubCommands.java | 15 --------------- .../pubsub/api/sync/PubSubNodeSelection.java | 15 --------------- .../api/sync/RedisClusterPubSubCommands.java | 15 --------------- .../cluster/topology/ClusterTopologyRefresh.java | 15 --------------- .../core/cluster/topology/Connections.java | 15 --------------- .../cluster/topology/NodeConnectionFactory.java | 15 --------------- .../core/cluster/topology/NodeTopologyViews.java | 15 --------------- .../topology/RedisClusterNodeSnapshot.java | 15 --------------- .../lettuce/core/cluster/topology/Requests.java | 15 --------------- .../core/cluster/topology/TimedAsyncCommand.java | 15 --------------- .../cluster/topology/TopologyComparators.java | 15 --------------- .../lettuce/core/codec/ByteBufferInputStream.java | 15 --------------- src/main/java/io/lettuce/core/codec/CRC16.java | 15 --------------- .../java/io/lettuce/core/codec/CipherCodec.java | 15 --------------- .../io/lettuce/core/codec/ComposedRedisCodec.java | 15 --------------- .../io/lettuce/core/codec/CompressionCodec.java | 15 --------------- .../java/io/lettuce/core/codec/RedisCodec.java | 15 --------------- .../io/lettuce/core/codec/Utf8StringCodec.java | 15 --------------- .../core/dynamic/AsyncExecutableCommand.java | 15 --------------- .../AsyncExecutableCommandLookupStrategy.java | 15 --------------- .../core/dynamic/BatchExecutableCommand.java | 15 --------------- .../BatchExecutableCommandLookupStrategy.java | 15 --------------- .../java/io/lettuce/core/dynamic/BatchTasks.java | 15 --------------- .../java/io/lettuce/core/dynamic/Batcher.java | 15 --------------- .../CodecAwareMethodParametersAccessor.java | 15 --------------- .../core/dynamic/CommandCreationException.java | 15 --------------- .../io/lettuce/core/dynamic/CommandFactory.java | 15 --------------- .../core/dynamic/CommandFactoryResolver.java | 15 --------------- .../io/lettuce/core/dynamic/CommandMethod.java | 15 --------------- .../dynamic/CommandMethodSyntaxException.java | 15 --------------- .../core/dynamic/CommandMethodVerifier.java | 15 --------------- .../dynamic/CommandSegmentCommandFactory.java | 15 --------------- .../java/io/lettuce/core/dynamic/Commands.java | 15 --------------- .../lettuce/core/dynamic/ConversionService.java | 15 --------------- .../lettuce/core/dynamic/ConvertingCommand.java | 15 --------------- .../core/dynamic/DeclaredCommandMethod.java | 15 --------------- .../dynamic/DefaultCommandMethodVerifier.java | 15 --------------- .../dynamic/DefaultMethodParametersAccessor.java | 15 --------------- .../dynamic/DefaultRedisCommandsMetadata.java | 15 --------------- .../lettuce/core/dynamic/ExecutableCommand.java | 15 --------------- .../dynamic/ExecutableCommandLookupStrategy.java | 15 --------------- .../ExecutableCommandLookupStrategySupport.java | 15 --------------- .../io/lettuce/core/dynamic/ParameterBinder.java | 15 --------------- .../ReactiveCommandSegmentCommandFactory.java | 15 --------------- .../core/dynamic/ReactiveExecutableCommand.java | 15 --------------- .../ReactiveExecutableCommandLookupStrategy.java | 15 --------------- .../core/dynamic/ReactiveTypeAdapters.java | 15 --------------- .../io/lettuce/core/dynamic/ReactiveTypes.java | 15 --------------- .../lettuce/core/dynamic/RedisCommandFactory.java | 15 --------------- .../core/dynamic/RedisCommandsMetadata.java | 15 --------------- .../lettuce/core/dynamic/annotation/Command.java | 15 --------------- .../core/dynamic/annotation/CommandNaming.java | 15 --------------- .../io/lettuce/core/dynamic/annotation/Key.java | 15 --------------- .../io/lettuce/core/dynamic/annotation/Param.java | 15 --------------- .../io/lettuce/core/dynamic/annotation/Value.java | 15 --------------- .../core/dynamic/batch/BatchException.java | 15 --------------- .../lettuce/core/dynamic/batch/BatchExecutor.java | 15 --------------- .../io/lettuce/core/dynamic/batch/BatchSize.java | 15 --------------- .../core/dynamic/batch/CommandBatching.java | 15 --------------- .../core/dynamic/codec/RedisCodecResolver.java | 15 --------------- .../io/lettuce/core/dynamic/domain/Timeout.java | 15 --------------- .../DefaultMethodInvokingInterceptor.java | 15 --------------- .../dynamic/intercept/InvocationProxyFactory.java | 15 --------------- .../intercept/InvocationTargetProvider.java | 15 --------------- .../core/dynamic/intercept/MethodInterceptor.java | 15 --------------- .../dynamic/intercept/MethodInterceptorChain.java | 15 --------------- .../core/dynamic/intercept/MethodInvocation.java | 15 --------------- .../output/CodecAwareOutputFactoryResolver.java | 15 --------------- .../core/dynamic/output/CommandOutputFactory.java | 15 --------------- .../output/CommandOutputFactoryResolver.java | 15 --------------- .../output/CommandOutputResolverSupport.java | 15 --------------- .../core/dynamic/output/OutputRegistry.java | 15 --------------- ...utputRegistryCommandOutputFactoryResolver.java | 15 --------------- .../core/dynamic/output/OutputSelector.java | 15 --------------- .../lettuce/core/dynamic/output/OutputType.java | 15 --------------- .../parameter/ExecutionSpecificParameters.java | 15 --------------- .../parameter/MethodParametersAccessor.java | 15 --------------- .../lettuce/core/dynamic/parameter/Parameter.java | 15 --------------- .../core/dynamic/parameter/Parameters.java | 15 --------------- .../segment/AnnotationCommandSegmentFactory.java | 15 --------------- .../core/dynamic/segment/CommandSegment.java | 15 --------------- .../dynamic/segment/CommandSegmentFactory.java | 15 --------------- .../core/dynamic/segment/CommandSegments.java | 15 --------------- .../AnnotationParameterNameDiscoverer.java | 15 --------------- .../dynamic/support/ClassTypeInformation.java | 15 --------------- .../support/CompositeParameterNameDiscoverer.java | 15 --------------- .../support/GenericArrayTypeInformation.java | 15 --------------- .../core/dynamic/support/GenericTypeResolver.java | 15 --------------- .../core/dynamic/support/MethodParameter.java | 15 --------------- .../dynamic/support/ParameterNameDiscoverer.java | 15 --------------- .../support/ParametrizedTypeInformation.java | 15 --------------- .../support/ParentTypeAwareTypeInformation.java | 15 --------------- .../core/dynamic/support/ReflectionUtils.java | 15 --------------- .../core/dynamic/support/ResolvableType.java | 15 --------------- ...StandardReflectionParameterNameDiscoverer.java | 15 --------------- .../core/dynamic/support/TypeDiscoverer.java | 15 --------------- .../core/dynamic/support/TypeInformation.java | 15 --------------- .../support/TypeVariableTypeInformation.java | 15 --------------- .../lettuce/core/dynamic/support/TypeWrapper.java | 15 --------------- .../dynamic/support/WildcardTypeInformation.java | 15 --------------- .../io/lettuce/core/event/DefaultEventBus.java | 15 --------------- .../core/event/DefaultEventPublisherOptions.java | 15 --------------- src/main/java/io/lettuce/core/event/Event.java | 15 --------------- src/main/java/io/lettuce/core/event/EventBus.java | 15 --------------- .../lettuce/core/event/EventPublisherOptions.java | 15 --------------- .../core/event/command/CommandBaseEvent.java | 15 --------------- .../core/event/command/CommandSucceededEvent.java | 15 --------------- .../core/event/connection/ConnectEvent.java | 15 --------------- .../core/event/connection/ConnectedEvent.java | 15 --------------- .../connection/ConnectionActivatedEvent.java | 15 --------------- .../event/connection/ConnectionCreatedEvent.java | 15 --------------- .../connection/ConnectionDeactivatedEvent.java | 15 --------------- .../core/event/connection/ConnectionEvent.java | 15 --------------- .../event/connection/ConnectionEventSupport.java | 15 --------------- .../core/event/connection/DisconnectedEvent.java | 15 --------------- .../core/event/connection/JfrConnectEvent.java | 15 --------------- .../core/event/connection/JfrConnectedEvent.java | 15 --------------- .../connection/JfrConnectionActivatedEvent.java | 15 --------------- .../connection/JfrConnectionCreatedEvent.java | 15 --------------- .../connection/JfrConnectionDeactivatedEvent.java | 15 --------------- .../event/connection/JfrDisconnectedEvent.java | 15 --------------- .../connection/JfrReconnectAttemptEvent.java | 15 --------------- .../event/connection/JfrReconnectFailedEvent.java | 15 --------------- .../event/connection/ReconnectAttemptEvent.java | 15 --------------- .../event/connection/ReconnectFailedEvent.java | 15 --------------- .../io/lettuce/core/event/jfr/EventRecorder.java | 15 --------------- .../core/event/jfr/EventRecorderHolder.java | 15 --------------- .../lettuce/core/event/jfr/JfrEventRecorder.java | 15 --------------- .../lettuce/core/event/jfr/NoOpEventRecorder.java | 15 --------------- .../core/event/metrics/CommandLatencyEvent.java | 15 --------------- .../DefaultCommandLatencyEventPublisher.java | 15 --------------- .../core/event/metrics/MetricEventPublisher.java | 15 --------------- .../io/lettuce/core/internal/AsyncCloseable.java | 15 --------------- .../core/internal/AsyncConnectionProvider.java | 15 --------------- .../io/lettuce/core/internal/DefaultMethods.java | 15 --------------- .../java/io/lettuce/core/internal/Exceptions.java | 15 --------------- .../java/io/lettuce/core/internal/Futures.java | 15 --------------- .../io/lettuce/core/internal/HostAndPort.java | 15 --------------- .../io/lettuce/core/internal/LettuceAssert.java | 15 --------------- .../lettuce/core/internal/LettuceClassUtils.java | 15 --------------- .../lettuce/core/internal/LettuceFactories.java | 15 --------------- .../io/lettuce/core/internal/LettuceLists.java | 15 --------------- .../io/lettuce/core/internal/LettuceSets.java | 15 --------------- .../io/lettuce/core/internal/TimeoutProvider.java | 15 --------------- .../core/masterreplica/AsyncConnections.java | 15 --------------- .../CompletableEventLatchSupport.java | 15 --------------- .../lettuce/core/masterreplica/Connections.java | 15 --------------- .../JfrMasterReplicaTopologyChangedEvent.java | 15 --------------- .../JfrSentinelTopologyRefreshEvent.java | 15 --------------- .../lettuce/core/masterreplica/MasterReplica.java | 15 --------------- .../MasterReplicaConnectionProvider.java | 15 --------------- .../masterreplica/MasterReplicaConnector.java | 15 --------------- .../MasterReplicaTopologyChangedEvent.java | 15 --------------- .../MasterReplicaTopologyRefresh.java | 15 --------------- .../core/masterreplica/NoOpPushHandler.java | 15 --------------- .../core/masterreplica/NodeConnectionFactory.java | 15 --------------- .../RedisClientNodeConnectionFactory.java | 15 --------------- .../masterreplica/RedisMasterReplicaNode.java | 15 --------------- .../lettuce/core/masterreplica/ReplicaUtils.java | 15 --------------- .../io/lettuce/core/masterreplica/Requests.java | 15 --------------- .../lettuce/core/masterreplica/ResumeAfter.java | 15 --------------- .../masterreplica/SentinelTopologyProvider.java | 15 --------------- .../masterreplica/SentinelTopologyRefresh.java | 15 --------------- .../SentinelTopologyRefreshConnections.java | 15 --------------- .../SentinelTopologyRefreshEvent.java | 15 --------------- .../StatefulRedisMasterReplicaConnection.java | 15 --------------- .../StatefulRedisMasterReplicaConnectionImpl.java | 15 --------------- .../StaticMasterReplicaTopologyProvider.java | 15 --------------- .../core/masterreplica/TimedAsyncCommand.java | 15 --------------- .../io/lettuce/core/masterreplica/Timeout.java | 15 --------------- .../core/masterreplica/TopologyComparators.java | 15 --------------- .../core/masterreplica/TopologyProvider.java | 15 --------------- .../io/lettuce/core/masterslave/MasterSlave.java | 15 --------------- .../masterslave/MasterSlaveConnectionWrapper.java | 15 --------------- .../StatefulRedisMasterSlaveConnection.java | 15 --------------- .../core/metrics/CommandLatencyCollector.java | 15 --------------- .../io/lettuce/core/metrics/CommandLatencyId.java | 15 --------------- .../io/lettuce/core/metrics/CommandMetrics.java | 15 --------------- .../lettuce/core/models/role/RedisInstance.java | 15 --------------- .../core/models/role/RedisMasterInstance.java | 15 --------------- .../core/models/role/RedisNodeDescription.java | 15 --------------- .../core/models/role/RedisReplicaInstance.java | 15 --------------- .../core/models/role/RedisSentinelInstance.java | 15 --------------- .../core/models/role/RedisSlaveInstance.java | 15 --------------- .../core/models/role/RedisUpstreamInstance.java | 15 --------------- .../core/models/role/ReplicationPartner.java | 15 --------------- .../io/lettuce/core/models/role/RoleParser.java | 15 --------------- .../core/models/stream/PendingMessage.java | 15 --------------- .../core/models/stream/PendingMessages.java | 15 --------------- .../lettuce/core/models/stream/PendingParser.java | 15 --------------- .../lettuce/core/models/stream/package-info.java | 15 --------------- .../java/io/lettuce/core/output/ArrayOutput.java | 15 --------------- .../core/output/DefaultTransactionResult.java | 15 --------------- .../io/lettuce/core/output/GenericMapOutput.java | 15 --------------- .../core/output/GeoCoordinatesListOutput.java | 15 --------------- .../output/GeoCoordinatesValueListOutput.java | 15 --------------- .../lettuce/core/output/GeoWithinListOutput.java | 15 --------------- .../io/lettuce/core/output/IntegerListOutput.java | 15 --------------- .../io/lettuce/core/output/KeyScanOutput.java | 15 --------------- .../core/output/KeyScanStreamingOutput.java | 15 --------------- .../lettuce/core/output/KeyStreamingChannel.java | 15 --------------- .../lettuce/core/output/KeyStreamingOutput.java | 15 --------------- .../lettuce/core/output/KeyValueListOutput.java | 15 --------------- .../output/KeyValueListScoredValueOutput.java | 15 --------------- .../core/output/KeyValueOfScoredValueOutput.java | 15 --------------- .../core/output/KeyValueScanStreamingOutput.java | 15 --------------- .../core/output/KeyValueScoredValueOutput.java | 15 --------------- .../core/output/KeyValueStreamingChannel.java | 15 --------------- .../core/output/KeyValueStreamingOutput.java | 15 --------------- .../core/output/KeyValueValueListOutput.java | 15 --------------- .../io/lettuce/core/output/MapScanOutput.java | 15 --------------- .../java/io/lettuce/core/output/ObjectOutput.java | 15 --------------- .../io/lettuce/core/output/OutputFactory.java | 15 --------------- .../core/output/PendingMessageListOutput.java | 15 --------------- .../core/output/PendingMessagesOutput.java | 15 --------------- .../java/io/lettuce/core/output/PushOutput.java | 15 --------------- .../java/io/lettuce/core/output/ReplayOutput.java | 15 --------------- .../java/io/lettuce/core/output/ScanOutput.java | 15 --------------- .../io/lettuce/core/output/ScoredValueOutput.java | 15 --------------- .../core/output/ScoredValueScanOutput.java | 15 --------------- .../output/ScoredValueScanStreamingOutput.java | 15 --------------- .../core/output/ScoredValueStreamingChannel.java | 15 --------------- .../core/output/ScoredValueStreamingOutput.java | 15 --------------- .../lettuce/core/output/SocketAddressOutput.java | 15 --------------- .../core/output/StreamMessageListOutput.java | 15 --------------- .../io/lettuce/core/output/StreamReadOutput.java | 15 --------------- .../io/lettuce/core/output/StreamingChannel.java | 15 --------------- .../io/lettuce/core/output/StreamingOutput.java | 15 --------------- .../io/lettuce/core/output/StringListOutput.java | 15 --------------- .../core/output/StringValueListOutput.java | 15 --------------- .../lettuce/core/output/TransformingOutput.java | 15 --------------- .../io/lettuce/core/output/ValueScanOutput.java | 15 --------------- .../core/output/ValueScanStreamingOutput.java | 15 --------------- .../core/output/ValueStreamingChannel.java | 15 --------------- .../lettuce/core/output/ValueStreamingOutput.java | 15 --------------- .../lettuce/core/output/ValueValueListOutput.java | 15 --------------- .../java/io/lettuce/core/output/VoidOutput.java | 15 --------------- .../lettuce/core/protocol/ActivationCommand.java | 15 --------------- .../core/protocol/BaseRedisCommandBuilder.java | 15 --------------- .../core/protocol/ByteBufferCopyCodec.java | 15 --------------- .../core/protocol/ChannelLogDescriptor.java | 15 --------------- .../core/protocol/CommandArgsAccessor.java | 15 --------------- .../io/lettuce/core/protocol/CommandEncoder.java | 15 --------------- .../core/protocol/CompleteableCommand.java | 15 --------------- .../lettuce/core/protocol/ConnectionFacade.java | 15 --------------- .../core/protocol/ConnectionInitializer.java | 15 --------------- .../lettuce/core/protocol/ConnectionIntent.java | 15 --------------- .../core/protocol/DecodeBufferPolicies.java | 15 --------------- .../lettuce/core/protocol/DecodeBufferPolicy.java | 15 --------------- .../lettuce/core/protocol/DecoratedCommand.java | 15 --------------- .../io/lettuce/core/protocol/DemandAware.java | 15 --------------- .../java/io/lettuce/core/protocol/Endpoint.java | 15 --------------- .../lettuce/core/protocol/HasQueuedCommands.java | 15 --------------- .../core/protocol/LatencyMeteredCommand.java | 15 --------------- .../core/protocol/PristineFallbackCommand.java | 15 --------------- .../io/lettuce/core/protocol/ProtocolKeyword.java | 15 --------------- .../io/lettuce/core/protocol/ProtocolVersion.java | 15 --------------- .../io/lettuce/core/protocol/PushHandler.java | 15 --------------- .../core/protocol/RatioDecodeBufferPolicy.java | 15 --------------- .../core/protocol/ReconnectionListener.java | 15 --------------- .../io/lettuce/core/protocol/RedisCommand.java | 15 --------------- .../core/protocol/RedisHandshakeHandler.java | 15 --------------- .../core/protocol/RedisProtocolException.java | 15 --------------- .../java/io/lettuce/core/protocol/SharedLock.java | 15 --------------- .../io/lettuce/core/protocol/TracedCommand.java | 15 --------------- .../core/protocol/TransactionalCommand.java | 15 --------------- .../io/lettuce/core/protocol/WithLatency.java | 15 --------------- .../io/lettuce/core/pubsub/PubSubCommandArgs.java | 15 --------------- .../lettuce/core/pubsub/PubSubCommandHandler.java | 15 --------------- .../io/lettuce/core/pubsub/PubSubMessage.java | 15 --------------- .../pubsub/StatefulRedisPubSubConnection.java | 15 --------------- .../api/async/RedisPubSubAsyncCommands.java | 15 --------------- .../core/pubsub/api/reactive/ChannelMessage.java | 15 --------------- .../core/pubsub/api/reactive/PatternMessage.java | 15 --------------- .../api/reactive/RedisPubSubReactiveCommands.java | 15 --------------- .../core/pubsub/api/sync/RedisPubSubCommands.java | 15 --------------- .../io/lettuce/core/resource/ConstantDelay.java | 15 --------------- .../resource/DefaultEventLoopGroupProvider.java | 15 --------------- .../core/resource/DefaultNettyCustomizer.java | 15 --------------- .../resource/DefaultThreadFactoryProvider.java | 15 --------------- .../core/resource/DirContextDnsResolver.java | 15 --------------- .../io/lettuce/core/resource/DnsResolver.java | 15 --------------- .../io/lettuce/core/resource/DnsResolvers.java | 15 --------------- .../core/resource/EventLoopGroupProvider.java | 15 --------------- .../core/resource/EventLoopResourcesWrapper.java | 15 --------------- .../resource/MappingSocketAddressResolver.java | 15 --------------- .../io/lettuce/core/resource/NettyCustomizer.java | 15 --------------- .../io/lettuce/core/resource/PromiseAdapter.java | 15 --------------- .../core/resource/SocketAddressResolver.java | 15 --------------- .../core/resource/ThreadFactoryProvider.java | 15 --------------- .../java/io/lettuce/core/resource/Transports.java | 15 --------------- .../core/resource/UnavailableResources.java | 15 --------------- .../api/StatefulRedisSentinelConnection.java | 15 --------------- .../io/lettuce/core/support/AbstractCdiBean.java | 15 --------------- .../core/support/AsyncConnectionPoolSupport.java | 15 --------------- .../lettuce/core/support/AsyncObjectFactory.java | 15 --------------- .../java/io/lettuce/core/support/AsyncPool.java | 15 --------------- .../java/io/lettuce/core/support/BasePool.java | 15 --------------- .../io/lettuce/core/support/BasePoolConfig.java | 15 --------------- .../io/lettuce/core/support/BoundedAsyncPool.java | 15 --------------- .../core/support/CommonsPool2ConfigConverter.java | 15 --------------- .../core/support/ConnectionPoolSupport.java | 15 --------------- .../lettuce/core/support/ConnectionWrapping.java | 15 --------------- .../lettuce/core/support/LettuceCdiExtension.java | 15 --------------- .../lettuce/core/support/RedisClientCdiBean.java | 15 --------------- .../core/support/RedisClusterClientCdiBean.java | 15 --------------- .../core/support/caching/CacheAccessor.java | 15 --------------- .../core/support/caching/CacheFrontend.java | 15 --------------- .../core/support/caching/ClientSideCaching.java | 15 --------------- .../core/support/caching/DefaultRedisCache.java | 15 --------------- .../core/support/caching/MapCacheAccessor.java | 15 --------------- .../lettuce/core/support/caching/RedisCache.java | 15 --------------- .../DefaultLettuceObservationConvention.java | 15 --------------- .../core/tracing/LettuceObservationContext.java | 15 --------------- .../tracing/LettuceObservationConvention.java | 15 --------------- .../lettuce/core/tracing/MicrometerTracing.java | 15 --------------- .../core/tracing/SocketAddressEndpoint.java | 15 --------------- .../io/lettuce/core/tracing/TraceContext.java | 15 --------------- .../core/tracing/TraceContextProvider.java | 15 --------------- src/main/java/io/lettuce/core/tracing/Tracer.java | 15 --------------- .../io/lettuce/core/tracing/TracerProvider.java | 15 --------------- src/main/javadoc/stylesheet.css | 15 --------------- .../core/api/StatefulRedisConnectionExtensions.kt | 15 --------------- .../coroutines/RedisFunctionCoroutinesCommands.kt | 15 --------------- .../RedisFunctionCoroutinesCommandsImpl.kt | 15 --------------- .../StatefulRedisClusterConnectionExtensions.kt | 15 --------------- .../StatefulRedisSentinelConnectionExtensions.kt | 15 --------------- .../lettuce/core/api/RedisFunctionCommands.java | 15 --------------- .../io/lettuce/core/api/RedisGeoCommands.java | 15 --------------- .../io/lettuce/core/api/RedisHLLCommands.java | 15 --------------- .../core/api/RedisTransactionalCommands.java | 15 --------------- .../redis/extensibility/LettuceGeoDemo.java | 15 --------------- .../extensibility/MyExtendedRedisClient.java | 15 --------------- .../MyExtendedRedisClientIntegrationTests.java | 15 --------------- .../redis/extensibility/MyPubSubConnection.java | 15 --------------- src/test/java/io/lettuce/RedisBug.java | 15 --------------- src/test/java/io/lettuce/category/SlowTests.java | 15 --------------- .../java/io/lettuce/codec/CRC16UnitTests.java | 15 --------------- .../core/AuthenticationIntegrationTests.java | 15 --------------- .../java/io/lettuce/core/ByteBufferCodec.java | 15 --------------- .../io/lettuce/core/ClientIntegrationTests.java | 15 --------------- .../core/ClientMetricsIntegrationTests.java | 15 --------------- .../io/lettuce/core/ClientOptionsUnitTests.java | 15 --------------- .../core/ConnectMethodsIntegrationTests.java | 15 --------------- .../lettuce/core/ConnectionFutureUnitTests.java | 15 --------------- .../java/io/lettuce/core/CopyArgsUnitTests.java | 15 --------------- .../lettuce/core/CustomCodecIntegrationTests.java | 15 --------------- .../java/io/lettuce/core/GeoModelUnitTests.java | 15 --------------- .../java/io/lettuce/core/GeoValueUnitTests.java | 15 --------------- src/test/java/io/lettuce/core/LimitUnitTests.java | 15 --------------- .../lettuce/core/PipeliningIntegrationTests.java | 15 --------------- .../java/io/lettuce/core/ProtectedModeTests.java | 15 --------------- src/test/java/io/lettuce/core/RangeUnitTests.java | 15 --------------- .../ReactiveBackpressurePropagationUnitTests.java | 15 --------------- .../ReactiveStreamingOutputIntegrationTests.java | 15 --------------- .../lettuce/core/RedisClientFactoryUnitTests.java | 15 --------------- .../lettuce/core/RedisClientIntegrationTests.java | 15 --------------- .../core/RedisClientListenerIntegrationTests.java | 15 --------------- .../io/lettuce/core/RedisClientUnitTests.java | 15 --------------- .../core/RedisCommandBuilderUnitTests.java | 15 --------------- .../io/lettuce/core/RedisHandshakeUnitTests.java | 15 --------------- .../java/io/lettuce/core/ScanArgsUnitTests.java | 15 --------------- .../java/io/lettuce/core/ScanCursorUnitTests.java | 15 --------------- .../lettuce/core/ScoredValueStreamingAdapter.java | 15 --------------- .../core/SocketOptionsIntegrationTests.java | 15 --------------- .../java/io/lettuce/core/SslOptionsUnitTests.java | 15 --------------- .../core/SubscriptionCommandUnitTests.java | 15 --------------- .../core/SyncAsyncApiConvergenceUnitTests.java | 15 --------------- .../java/io/lettuce/core/TestRedisPublisher.java | 15 --------------- .../io/lettuce/core/TimeoutOptionsUnitTests.java | 15 --------------- .../core/UnixDomainSocketIntegrationTests.java | 15 --------------- src/test/java/io/lettuce/core/ValueUnitTests.java | 15 --------------- .../cluster/ByteCodecClusterIntegrationTests.java | 15 --------------- .../ClusterClientOptionsIntegrationTests.java | 15 --------------- .../cluster/ClusterClientOptionsUnitTests.java | 15 --------------- .../cluster/ClusterCommandIntegrationTests.java | 15 --------------- .../core/cluster/ClusterCommandUnitTests.java | 15 --------------- .../cluster/ClusterNodeEndpointUnitTests.java | 15 --------------- .../ClusterPartiallyDownIntegrationTests.java | 15 --------------- .../ClusterReactiveCommandIntegrationTests.java | 15 --------------- .../cluster/ClusterReadOnlyCommandsUnitTests.java | 15 --------------- .../lettuce/core/cluster/ClusterTestSettings.java | 15 --------------- .../io/lettuce/core/cluster/ClusterTestUtil.java | 15 --------------- .../ClusterTopologyRefreshOptionsUnitTests.java | 15 --------------- .../ClusterTopologyRefreshSchedulerUnitTests.java | 15 --------------- .../core/cluster/CommandSetIntegrationTests.java | 15 --------------- ...althyMajorityPartitionsConsensusUnitTests.java | 15 --------------- ...KnownMajorityPartitionsConsensusUnitTests.java | 15 --------------- .../NodeSelectionAsyncIntegrationTests.java | 15 --------------- .../NodeSelectionSyncIntegrationTests.java | 15 --------------- .../cluster/PartitionsConsensusTestSupport.java | 15 --------------- .../cluster/PipelinedRedisFutureUnitTests.java | 15 --------------- .../cluster/RedisClusterClientFactoryTests.java | 15 --------------- .../RedisClusterClientIntegrationTests.java | 15 --------------- ...ClusterPasswordSecuredSslIntegrationTests.java | 15 --------------- .../cluster/RedisClusterURIUtilUnitTests.java | 15 --------------- ...edisReactiveClusterClientIntegrationTests.java | 15 --------------- .../lettuce/core/cluster/RoundRobinUnitTests.java | 15 --------------- .../core/cluster/ScanStreamIntegrationTests.java | 15 --------------- ...adedReactiveClusterClientIntegrationTests.java | 15 --------------- .../lettuce/core/cluster/SlotHashUnitTests.java | 15 --------------- .../CustomClusterCommandIntegrationTests.java | 15 --------------- .../GeoClusterCommandIntegrationTests.java | 15 --------------- .../HashClusterCommandIntegrationTests.java | 15 --------------- .../KeyClusterCommandIntegrationTests.java | 15 --------------- .../ListClusterCommandIntegrationTests.java | 15 --------------- .../StreamClusterCommandIntegrationTests.java | 15 --------------- .../StringClusterCommandIntegrationTests.java | 15 --------------- ...ashClusterReactiveCommandIntegrationTests.java | 15 --------------- ...istClusterReactiveCommandIntegrationTests.java | 15 --------------- ...ingClusterReactiveCommandIntegrationTests.java | 15 --------------- .../ClusterPartitionParserUnitTests.java | 15 --------------- .../models/partitions/PartitionsUnitTests.java | 15 --------------- .../partitions/RedisClusterNodeUnitTests.java | 15 --------------- .../models/slots/ClusterSlotsParserUnitTests.java | 15 --------------- ...isClusterPubSubConnectionIntegrationTests.java | 15 --------------- .../topology/TopologyRefreshIntegrationTests.java | 15 --------------- .../lettuce/core/codec/CipherCodecUnitTests.java | 15 --------------- .../core/codec/CompressionCodecUnitTests.java | 15 --------------- .../io/lettuce/core/commands/BitStringCodec.java | 15 --------------- .../commands/FunctionCommandIntegrationTests.java | 15 --------------- .../core/commands/GeoCommandIntegrationTests.java | 15 --------------- .../core/commands/HLLCommandIntegrationTests.java | 15 --------------- .../RunOnlyOnceServerCommandIntegrationTests.java | 15 --------------- .../AclReactiveCommandIntegrationTests.java | 15 --------------- .../BitReactiveCommandIntegrationTests.java | 15 --------------- .../CustomReactiveCommandIntegrationTests.java | 15 --------------- .../FunctionReactiveCommandIntegrationTests.java | 15 --------------- .../GeoReactiveCommandIntegrationTests.java | 15 --------------- .../HLLReactiveCommandIntegrationTests.java | 15 --------------- .../HashReactiveCommandIntegrationTests.java | 15 --------------- .../KeyReactiveCommandIntegrationTests.java | 15 --------------- .../ListReactiveCommandIntegrationTests.java | 15 --------------- .../NumericReactiveCommandIntegrationTests.java | 15 --------------- .../ScriptingReactiveCommandIntegrationTests.java | 15 --------------- .../ServerReactiveCommandIntegrationTests.java | 15 --------------- .../SetReactiveCommandIntegrationTests.java | 15 --------------- .../SortReactiveCommandIntegrationTests.java | 15 --------------- .../SortedSetReactiveCommandIntegrationTests.java | 15 --------------- .../StreamReactiveCommandIntegrationTests.java | 15 --------------- .../StringReactiveCommandIntegrationTests.java | 15 --------------- ...ransactionReactiveCommandIntegrationTests.java | 15 --------------- .../BitTxCommandIntegrationTests.java | 15 --------------- .../GeoTxCommandIntegrationTests.java | 15 --------------- .../HLLTxCommandIntegrationTests.java | 15 --------------- .../HashTxCommandIntegrationTests.java | 15 --------------- .../KeyTxCommandIntegrationTests.java | 15 --------------- .../ListTxCommandIntegrationTests.java | 15 --------------- .../SetTxCommandIntegrationTests.java | 15 --------------- .../SortTxCommandIntegrationTests.java | 15 --------------- .../SortedSetTxCommandIntegrationTests.java | 15 --------------- .../StreamTxCommandIntegrationTests.java | 15 --------------- .../StringTxCommandIntegrationTests.java | 15 --------------- .../transactional/TxSyncInvocationHandler.java | 15 --------------- ...hExecutableCommandLookupStrategyUnitTests.java | 15 --------------- .../CommandSegmentCommandFactoryUnitTests.java | 15 --------------- .../core/dynamic/ConversionServiceUnitTests.java | 15 --------------- .../dynamic/DeclaredCommandMethodUnitTests.java | 15 --------------- .../DefaultCommandMethodVerifierUnitTests.java | 15 --------------- .../core/dynamic/ParameterBinderUnitTests.java | 15 --------------- ...tiveCommandSegmentCommandFactoryUnitTests.java | 15 --------------- .../dynamic/ReactiveTypeAdaptersUnitTests.java | 15 --------------- .../ReactiveTypeAdaptionIntegrationTests.java | 15 --------------- .../RedisCommandsAsyncIntegrationTests.java | 15 --------------- .../RedisCommandsClusterIntegrationTests.java | 15 --------------- .../dynamic/RedisCommandsIntegrationTests.java | 15 --------------- .../RedisCommandsReactiveIntegrationTests.java | 15 --------------- .../RedisCommandsSyncIntegrationTests.java | 15 --------------- .../core/dynamic/SimpleBatcherUnitTests.java | 15 --------------- .../dynamic/codec/ParameterWrappersUnitTests.java | 15 --------------- .../InvocationProxyFactoryUnitTests.java | 15 --------------- .../output/CodecAwareOutputResolverUnitTests.java | 15 --------------- ...stryCommandOutputFactoryResolverUnitTests.java | 15 --------------- .../dynamic/output/OutputRegistryUnitTests.java | 15 --------------- .../AnnotationCommandSegmentFactoryUnitTests.java | 15 --------------- .../ParametrizedTypeInformationUnitTests.java | 15 --------------- .../support/WildcardTypeInformationUnitTests.java | 15 --------------- ...ConnectionEventsTriggeredIntegrationTests.java | 15 --------------- .../core/event/DefaultEventBusUnitTests.java | 15 --------------- .../DefaultEventPublisherOptionsUnitTests.java | 15 --------------- .../AbstractInvocationHandlerUnitTests.java | 15 --------------- .../lettuce/core/internal/FuturesUnitTests.java | 15 --------------- .../core/internal/HostAndPortUnitTests.java | 15 --------------- .../core/internal/TimeoutProviderUnitTests.java | 15 --------------- .../core/masterreplica/ConnectionsUnitTests.java | 15 --------------- .../CustomCommandIntegrationTests.java | 15 --------------- .../MasterReplicaConnectionProviderUnitTests.java | 15 --------------- .../MasterReplicaSentinelSslIntegrationTests.java | 15 --------------- .../core/masterreplica/MasterReplicaTest.java | 15 --------------- .../MasterReplicaTopologyRefreshUnitTests.java | 15 --------------- .../MasterReplicaUtilsUnitTests.java | 15 --------------- .../SentinelTopologyRefreshUnitTests.java | 15 --------------- .../masterreplica/StaticMasterReplicaTest.java | 15 --------------- .../MasterSlaveSentinelIntegrationTests.java | 15 --------------- .../lettuce/core/masterslave/MasterSlaveTest.java | 15 --------------- .../core/masterslave/StaticMasterSlaveTest.java | 15 --------------- .../core/metrics/CommandLatencyIdUnitTests.java | 15 --------------- ...ltCommandLatencyCollectorOptionsUnitTests.java | 15 --------------- .../core/models/role/RoleParserUnitTests.java | 15 --------------- .../models/stream/PendingParserUnitTests.java | 15 --------------- .../core/output/BooleanListOutputUnitTests.java | 15 --------------- .../output/GeoCoordinatesListOutputUnitTests.java | 15 --------------- .../GeoCoordinatesValueListOutputUnitTests.java | 15 --------------- .../core/output/GeoWithinListOutputUnitTests.java | 15 --------------- .../lettuce/core/output/ListOutputUnitTests.java | 15 --------------- .../lettuce/core/output/MapOutputUnitTests.java | 15 --------------- .../lettuce/core/output/MultiOutputUnitTests.java | 15 --------------- .../io/lettuce/core/output/ObjectOutputTests.java | 15 --------------- .../core/output/ReplayOutputUnitTests.java | 15 --------------- .../output/ScoredValueListOutputUnitTests.java | 15 --------------- .../core/output/SocketAddressOutputUnitTests.java | 15 --------------- .../core/output/StreamReadOutputUnitTests.java | 15 --------------- .../core/protocol/AsyncCommandUnitTests.java | 15 --------------- .../core/protocol/CommandArgsUnitTests.java | 15 --------------- .../lettuce/core/protocol/CommandUnitTests.java | 15 --------------- .../core/protocol/CommandWrapperUnitTests.java | 15 --------------- .../ConnectionFailureIntegrationTests.java | 15 --------------- .../protocol/DecodeBufferPoliciesUnitTests.java | 15 --------------- .../core/protocol/DefaultEndpointUnitTests.java | 15 --------------- .../protocol/TransactionalCommandUnitTests.java | 15 --------------- .../pubsub/PubSubCommandHandlerUnitTests.java | 15 --------------- .../core/pubsub/PubSubEndpointUnitTests.java | 15 --------------- .../core/reactive/RedisPublisherVerification.java | 15 --------------- .../core/reactive/ScanStreamVerification.java | 15 --------------- .../lettuce/core/reliability/AtLeastOnceTest.java | 15 --------------- .../lettuce/core/reliability/AtMostOnceTest.java | 15 --------------- .../core/resource/ConstantDelayUnitTests.java | 15 --------------- .../DefaultEventLoopGroupProviderUnitTests.java | 15 --------------- .../core/resource/DirContextDnsResolverTests.java | 15 --------------- .../core/resource/ExponentialDelayUnitTests.java | 15 --------------- .../MappingSocketAddressResolverUnitTests.java | 15 --------------- .../sentinel/SentinelAclIntegrationTests.java | 15 --------------- .../sentinel/SentinelCommandIntegrationTests.java | 15 --------------- .../SentinelConnectionIntegrationTests.java | 15 --------------- .../sentinel/SentinelSslIntegrationTests.java | 15 --------------- .../core/sentinel/SentinelTestSettings.java | 15 --------------- .../reactive/SentinelReactiveCommandTest.java | 15 --------------- .../SentinelServerReactiveCommandTest.java | 15 --------------- ...syncConnectionPoolSupportIntegrationTests.java | 15 --------------- .../support/AsyncPoolWithValidationUnitTests.java | 15 --------------- .../core/support/BoundedAsyncPoolUnitTests.java | 15 --------------- .../lettuce/core/support/CdiIntegrationTests.java | 15 --------------- .../CommonsPool2ConfigConverterUnitTests.java | 15 --------------- .../ConnectionPoolSupportIntegrationTests.java | 15 --------------- .../io/lettuce/core/support/InjectedClient.java | 15 --------------- .../java/io/lettuce/core/support/PersonDB.java | 15 --------------- .../lettuce/core/support/PubSubTestListener.java | 15 --------------- .../ClientsideCachingIntegrationTests.java | 15 --------------- .../core/tracing/BraveTracingUnitTests.java | 15 --------------- .../core/tracing/SynchronousIntegrationTests.java | 15 --------------- .../java/io/lettuce/core/tracing/TestConfig.java | 15 --------------- .../examples/ConnectToElastiCacheMaster.java | 15 --------------- ...nnectToMasterSlaveUsingElastiCacheCluster.java | 15 --------------- .../ConnectToMasterSlaveUsingRedisSentinel.java | 15 --------------- .../examples/ConnectToRedisClusterSSL.java | 15 --------------- ...nnectToRedisClusterWithTopologyRefreshing.java | 15 --------------- .../io/lettuce/examples/ConnectToRedisSSL.java | 15 --------------- .../ConnectToRedisUsingRedisSentinel.java | 15 --------------- .../io/lettuce/examples/ReadWriteExample.java | 15 --------------- src/test/java/io/lettuce/test/CanConnect.java | 15 --------------- src/test/java/io/lettuce/test/CliParser.java | 15 --------------- .../ConnectionDecoratingInvocationHandler.java | 15 --------------- .../java/io/lettuce/test/ConnectionTestUtil.java | 15 --------------- src/test/java/io/lettuce/test/Delay.java | 15 --------------- .../io/lettuce/test/KeyValueStreamingAdapter.java | 15 --------------- src/test/java/io/lettuce/test/KeysAndValues.java | 15 --------------- .../java/io/lettuce/test/LettuceExtension.java | 15 --------------- .../io/lettuce/test/ListStreamingAdapter.java | 15 --------------- .../test/ReactiveSyncInvocationHandler.java | 15 --------------- .../java/io/lettuce/test/ReflectionTestUtils.java | 15 --------------- .../io/lettuce/test/RoutingInvocationHandler.java | 15 --------------- src/test/java/io/lettuce/test/TestFutures.java | 15 --------------- src/test/java/io/lettuce/test/Wait.java | 15 --------------- .../lettuce/test/condition/EnabledOnCommand.java | 15 --------------- .../test/condition/EnabledOnCommandCondition.java | 15 --------------- .../lettuce/test/condition/RedisConditions.java | 15 --------------- .../lettuce/test/resource/DefaultRedisClient.java | 15 --------------- .../test/resource/DefaultRedisClusterClient.java | 15 --------------- .../io/lettuce/test/resource/FastShutdown.java | 15 --------------- .../test/resource/TestClientResources.java | 15 --------------- .../test/resource/TestEventLoopGroupProvider.java | 15 --------------- .../io/lettuce/test/server/MockTcpServer.java | 15 --------------- .../lettuce/test/server/RandomResponseServer.java | 15 --------------- .../lettuce/test/server/RandomServerHandler.java | 15 --------------- .../io/lettuce/core/EmptyRedisChannelWriter.java | 15 --------------- .../core/EmptyStatefulRedisConnection.java | 15 --------------- src/test/jmh/io/lettuce/core/JmhMain.java | 15 --------------- .../jmh/io/lettuce/core/RedisClientBenchmark.java | 15 --------------- .../core/cluster/EmptyRedisClusterClient.java | 15 --------------- src/test/jmh/io/lettuce/core/cluster/JmhMain.java | 15 --------------- .../core/cluster/RedisClusterClientBenchmark.java | 15 --------------- .../lettuce/core/cluster/SlotHashBenchmark.java | 15 --------------- .../core/cluster/models/partitions/JmhMain.java | 15 --------------- .../partitions/RedisClusterNodeBenchmark.java | 15 --------------- .../lettuce/core/codec/StringCodecBenchmark.java | 15 --------------- .../core/codec/Utf8StringCodecBenchmark.java | 15 --------------- .../dynamic/RedisCommandFactoryBenchmark.java | 15 --------------- .../core/dynamic/RedisCommandsBenchmark.java | 15 --------------- .../InvocationProxyFactoryBenchmark.java | 15 --------------- src/test/jmh/io/lettuce/core/output/JmhMain.java | 15 --------------- .../core/output/ValueListOutputBenchmark.java | 15 --------------- .../lettuce/core/protocol/CommandBenchmark.java | 15 --------------- .../io/lettuce/core/protocol/EmptyByteBuf.java | 15 --------------- .../jmh/io/lettuce/core/protocol/EmptyFuture.java | 15 --------------- .../io/lettuce/core/protocol/EmptyPromise.java | 15 --------------- .../core/protocol/RedisEndpointBenchmark.java | 15 --------------- .../support/AsyncConnectionPoolBenchmark.java | 15 --------------- .../support/GenericConnectionPoolBenchmark.java | 15 --------------- src/test/jmh/io/lettuce/core/support/JmhMain.java | 15 --------------- .../io/lettuce/core/CoroutinesIntegrationTests.kt | 15 --------------- .../api/coroutines/CoroutinesIntegrationTests.kt | 15 --------------- .../core/event/jfr/JfrEventRecorderUnitTests.java | 15 --------------- 745 files changed, 11175 deletions(-) diff --git a/src/main/asciidoc/stylesheets/golo.css b/src/main/asciidoc/stylesheets/golo.css index 6f34c65a98..b7699baf53 100644 --- a/src/main/asciidoc/stylesheets/golo.css +++ b/src/main/asciidoc/stylesheets/golo.css @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ @import url('https://fonts.googleapis.com/css?family=Raleway:300:400:700'); @import url(https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/1.6.2/semantic.min.css); diff --git a/src/main/java/io/lettuce/core/ChannelGroupListener.java b/src/main/java/io/lettuce/core/ChannelGroupListener.java index 20ead0fec2..b704f60d89 100644 --- a/src/main/java/io/lettuce/core/ChannelGroupListener.java +++ b/src/main/java/io/lettuce/core/ChannelGroupListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static io.lettuce.core.ConnectionEventTrigger.*; diff --git a/src/main/java/io/lettuce/core/CloseEvents.java b/src/main/java/io/lettuce/core/CloseEvents.java index d37739ffbf..1516ae066e 100644 --- a/src/main/java/io/lettuce/core/CloseEvents.java +++ b/src/main/java/io/lettuce/core/CloseEvents.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Set; diff --git a/src/main/java/io/lettuce/core/ConnectionEventTrigger.java b/src/main/java/io/lettuce/core/ConnectionEventTrigger.java index 96dd281484..8be77b8da9 100644 --- a/src/main/java/io/lettuce/core/ConnectionEventTrigger.java +++ b/src/main/java/io/lettuce/core/ConnectionEventTrigger.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/ConnectionEvents.java b/src/main/java/io/lettuce/core/ConnectionEvents.java index 0ff62b3e4b..218b575c46 100644 --- a/src/main/java/io/lettuce/core/ConnectionEvents.java +++ b/src/main/java/io/lettuce/core/ConnectionEvents.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/ConnectionFuture.java b/src/main/java/io/lettuce/core/ConnectionFuture.java index 35930f9e38..a6b4dccf4b 100644 --- a/src/main/java/io/lettuce/core/ConnectionFuture.java +++ b/src/main/java/io/lettuce/core/ConnectionFuture.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/ConnectionId.java b/src/main/java/io/lettuce/core/ConnectionId.java index fd3edd968b..d4fbc6d351 100644 --- a/src/main/java/io/lettuce/core/ConnectionId.java +++ b/src/main/java/io/lettuce/core/ConnectionId.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/ConnectionMetadata.java b/src/main/java/io/lettuce/core/ConnectionMetadata.java index a0be79a95f..d74c839b25 100644 --- a/src/main/java/io/lettuce/core/ConnectionMetadata.java +++ b/src/main/java/io/lettuce/core/ConnectionMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/ConnectionPoint.java b/src/main/java/io/lettuce/core/ConnectionPoint.java index 4e434037a2..b9795dba8a 100644 --- a/src/main/java/io/lettuce/core/ConnectionPoint.java +++ b/src/main/java/io/lettuce/core/ConnectionPoint.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/Consumer.java b/src/main/java/io/lettuce/core/Consumer.java index 62cd257686..5cc45f688a 100644 --- a/src/main/java/io/lettuce/core/Consumer.java +++ b/src/main/java/io/lettuce/core/Consumer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Objects; diff --git a/src/main/java/io/lettuce/core/DefaultConnectionFuture.java b/src/main/java/io/lettuce/core/DefaultConnectionFuture.java index 494a35e4ab..8b535b9c15 100644 --- a/src/main/java/io/lettuce/core/DefaultConnectionFuture.java +++ b/src/main/java/io/lettuce/core/DefaultConnectionFuture.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/EpollProvider.java b/src/main/java/io/lettuce/core/EpollProvider.java index ac3dedf853..25b87e3f9b 100644 --- a/src/main/java/io/lettuce/core/EpollProvider.java +++ b/src/main/java/io/lettuce/core/EpollProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/ExpireArgs.java b/src/main/java/io/lettuce/core/ExpireArgs.java index 2414df1d93..a64a7edee9 100644 --- a/src/main/java/io/lettuce/core/ExpireArgs.java +++ b/src/main/java/io/lettuce/core/ExpireArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.protocol.CommandArgs; diff --git a/src/main/java/io/lettuce/core/FunctionRestoreMode.java b/src/main/java/io/lettuce/core/FunctionRestoreMode.java index 16a875dc20..484ca06b97 100644 --- a/src/main/java/io/lettuce/core/FunctionRestoreMode.java +++ b/src/main/java/io/lettuce/core/FunctionRestoreMode.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.nio.charset.StandardCharsets; diff --git a/src/main/java/io/lettuce/core/GeoAddArgs.java b/src/main/java/io/lettuce/core/GeoAddArgs.java index 1563737bd4..2f87ed85cd 100644 --- a/src/main/java/io/lettuce/core/GeoAddArgs.java +++ b/src/main/java/io/lettuce/core/GeoAddArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static io.lettuce.core.protocol.CommandKeyword.*; diff --git a/src/main/java/io/lettuce/core/GeoArgs.java b/src/main/java/io/lettuce/core/GeoArgs.java index 9ddbbeb28b..26ed8120e8 100644 --- a/src/main/java/io/lettuce/core/GeoArgs.java +++ b/src/main/java/io/lettuce/core/GeoArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/GeoCoordinates.java b/src/main/java/io/lettuce/core/GeoCoordinates.java index 033888da18..8981caab52 100644 --- a/src/main/java/io/lettuce/core/GeoCoordinates.java +++ b/src/main/java/io/lettuce/core/GeoCoordinates.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/GeoRadiusStoreArgs.java b/src/main/java/io/lettuce/core/GeoRadiusStoreArgs.java index 9cbf225a14..5e1330ff51 100644 --- a/src/main/java/io/lettuce/core/GeoRadiusStoreArgs.java +++ b/src/main/java/io/lettuce/core/GeoRadiusStoreArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.GeoArgs.Sort; diff --git a/src/main/java/io/lettuce/core/GeoSearch.java b/src/main/java/io/lettuce/core/GeoSearch.java index 8e47c522e0..920ce1be73 100644 --- a/src/main/java/io/lettuce/core/GeoSearch.java +++ b/src/main/java/io/lettuce/core/GeoSearch.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/GeoValue.java b/src/main/java/io/lettuce/core/GeoValue.java index 2357586f77..370cb3cc8c 100644 --- a/src/main/java/io/lettuce/core/GeoValue.java +++ b/src/main/java/io/lettuce/core/GeoValue.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.NoSuchElementException; diff --git a/src/main/java/io/lettuce/core/GeoWithin.java b/src/main/java/io/lettuce/core/GeoWithin.java index e87cc5ed2c..87f1a0b25d 100644 --- a/src/main/java/io/lettuce/core/GeoWithin.java +++ b/src/main/java/io/lettuce/core/GeoWithin.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/GetExArgs.java b/src/main/java/io/lettuce/core/GetExArgs.java index 4e09d18ccf..445b689d94 100644 --- a/src/main/java/io/lettuce/core/GetExArgs.java +++ b/src/main/java/io/lettuce/core/GetExArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/KeyScanCursor.java b/src/main/java/io/lettuce/core/KeyScanCursor.java index 5cf1c7985c..d5722fa50c 100644 --- a/src/main/java/io/lettuce/core/KeyScanCursor.java +++ b/src/main/java/io/lettuce/core/KeyScanCursor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/KqueueProvider.java b/src/main/java/io/lettuce/core/KqueueProvider.java index 53eeeba124..6a6ab29d97 100644 --- a/src/main/java/io/lettuce/core/KqueueProvider.java +++ b/src/main/java/io/lettuce/core/KqueueProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/LMPopArgs.java b/src/main/java/io/lettuce/core/LMPopArgs.java index 37f7170f0e..24fa97f3c8 100644 --- a/src/main/java/io/lettuce/core/LMPopArgs.java +++ b/src/main/java/io/lettuce/core/LMPopArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/LPosArgs.java b/src/main/java/io/lettuce/core/LPosArgs.java index 712596a53e..82c7bdde8f 100644 --- a/src/main/java/io/lettuce/core/LPosArgs.java +++ b/src/main/java/io/lettuce/core/LPosArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/LettuceFutures.java b/src/main/java/io/lettuce/core/LettuceFutures.java index 8f358b8275..e7da4258c5 100644 --- a/src/main/java/io/lettuce/core/LettuceFutures.java +++ b/src/main/java/io/lettuce/core/LettuceFutures.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/LettuceVersion.java b/src/main/java/io/lettuce/core/LettuceVersion.java index 50359b054e..8b7f9bb780 100644 --- a/src/main/java/io/lettuce/core/LettuceVersion.java +++ b/src/main/java/io/lettuce/core/LettuceVersion.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/Limit.java b/src/main/java/io/lettuce/core/Limit.java index e197dda704..0fc6808f9e 100644 --- a/src/main/java/io/lettuce/core/Limit.java +++ b/src/main/java/io/lettuce/core/Limit.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/MapScanCursor.java b/src/main/java/io/lettuce/core/MapScanCursor.java index 1524393062..1ed983d6f1 100644 --- a/src/main/java/io/lettuce/core/MapScanCursor.java +++ b/src/main/java/io/lettuce/core/MapScanCursor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.LinkedHashMap; diff --git a/src/main/java/io/lettuce/core/Operators.java b/src/main/java/io/lettuce/core/Operators.java index bb5e5c20c6..618a783e6a 100644 --- a/src/main/java/io/lettuce/core/Operators.java +++ b/src/main/java/io/lettuce/core/Operators.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.lang.reflect.Field; diff --git a/src/main/java/io/lettuce/core/OrderingReadFromAccessor.java b/src/main/java/io/lettuce/core/OrderingReadFromAccessor.java index 35c28a73a6..a58ef5dd03 100644 --- a/src/main/java/io/lettuce/core/OrderingReadFromAccessor.java +++ b/src/main/java/io/lettuce/core/OrderingReadFromAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/Range.java b/src/main/java/io/lettuce/core/Range.java index f70770b1b3..12c631efe4 100644 --- a/src/main/java/io/lettuce/core/Range.java +++ b/src/main/java/io/lettuce/core/Range.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Objects; diff --git a/src/main/java/io/lettuce/core/RedisAsyncCommandsImpl.java b/src/main/java/io/lettuce/core/RedisAsyncCommandsImpl.java index 201e6dedf6..aeb17c53e8 100644 --- a/src/main/java/io/lettuce/core/RedisAsyncCommandsImpl.java +++ b/src/main/java/io/lettuce/core/RedisAsyncCommandsImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.api.StatefulRedisConnection; diff --git a/src/main/java/io/lettuce/core/RedisBusyException.java b/src/main/java/io/lettuce/core/RedisBusyException.java index 4d50db47ea..e025029765 100644 --- a/src/main/java/io/lettuce/core/RedisBusyException.java +++ b/src/main/java/io/lettuce/core/RedisBusyException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/RedisChannelHandler.java b/src/main/java/io/lettuce/core/RedisChannelHandler.java index d7e1440f2d..67c2ca9bfc 100644 --- a/src/main/java/io/lettuce/core/RedisChannelHandler.java +++ b/src/main/java/io/lettuce/core/RedisChannelHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.io.Closeable; diff --git a/src/main/java/io/lettuce/core/RedisChannelWriter.java b/src/main/java/io/lettuce/core/RedisChannelWriter.java index 1b508f4efd..bea2f44683 100644 --- a/src/main/java/io/lettuce/core/RedisChannelWriter.java +++ b/src/main/java/io/lettuce/core/RedisChannelWriter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.io.Closeable; diff --git a/src/main/java/io/lettuce/core/RedisCommandExecutionException.java b/src/main/java/io/lettuce/core/RedisCommandExecutionException.java index ad8942be42..589841a957 100644 --- a/src/main/java/io/lettuce/core/RedisCommandExecutionException.java +++ b/src/main/java/io/lettuce/core/RedisCommandExecutionException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/RedisCommandTimeoutException.java b/src/main/java/io/lettuce/core/RedisCommandTimeoutException.java index 103c0573ac..0601b17eae 100644 --- a/src/main/java/io/lettuce/core/RedisCommandTimeoutException.java +++ b/src/main/java/io/lettuce/core/RedisCommandTimeoutException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/RedisConnectionException.java b/src/main/java/io/lettuce/core/RedisConnectionException.java index 6e899810c4..75fae19af1 100644 --- a/src/main/java/io/lettuce/core/RedisConnectionException.java +++ b/src/main/java/io/lettuce/core/RedisConnectionException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/RedisConnectionStateAdapter.java b/src/main/java/io/lettuce/core/RedisConnectionStateAdapter.java index 3f8a061179..69222a2179 100644 --- a/src/main/java/io/lettuce/core/RedisConnectionStateAdapter.java +++ b/src/main/java/io/lettuce/core/RedisConnectionStateAdapter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/RedisConnectionStateListener.java b/src/main/java/io/lettuce/core/RedisConnectionStateListener.java index 679f0df47a..74306cf2f2 100644 --- a/src/main/java/io/lettuce/core/RedisConnectionStateListener.java +++ b/src/main/java/io/lettuce/core/RedisConnectionStateListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/RedisCredentials.java b/src/main/java/io/lettuce/core/RedisCredentials.java index 16a0ef9d61..3705136754 100644 --- a/src/main/java/io/lettuce/core/RedisCredentials.java +++ b/src/main/java/io/lettuce/core/RedisCredentials.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceStrings; diff --git a/src/main/java/io/lettuce/core/RedisCredentialsProvider.java b/src/main/java/io/lettuce/core/RedisCredentialsProvider.java index ce4cc89a32..afaef0ae7c 100644 --- a/src/main/java/io/lettuce/core/RedisCredentialsProvider.java +++ b/src/main/java/io/lettuce/core/RedisCredentialsProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.function.Supplier; diff --git a/src/main/java/io/lettuce/core/RedisFuture.java b/src/main/java/io/lettuce/core/RedisFuture.java index 0bf50079ed..594b05ff42 100644 --- a/src/main/java/io/lettuce/core/RedisFuture.java +++ b/src/main/java/io/lettuce/core/RedisFuture.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.concurrent.CompletionStage; diff --git a/src/main/java/io/lettuce/core/RedisLoadingException.java b/src/main/java/io/lettuce/core/RedisLoadingException.java index eb45c8f386..43c0908afb 100644 --- a/src/main/java/io/lettuce/core/RedisLoadingException.java +++ b/src/main/java/io/lettuce/core/RedisLoadingException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/RedisNoScriptException.java b/src/main/java/io/lettuce/core/RedisNoScriptException.java index 9fd42a961e..e7a2622031 100644 --- a/src/main/java/io/lettuce/core/RedisNoScriptException.java +++ b/src/main/java/io/lettuce/core/RedisNoScriptException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/RedisReactiveCommandsImpl.java b/src/main/java/io/lettuce/core/RedisReactiveCommandsImpl.java index 093ee1544b..6b28b8e051 100644 --- a/src/main/java/io/lettuce/core/RedisReactiveCommandsImpl.java +++ b/src/main/java/io/lettuce/core/RedisReactiveCommandsImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.api.StatefulRedisConnection; diff --git a/src/main/java/io/lettuce/core/ScanCursor.java b/src/main/java/io/lettuce/core/ScanCursor.java index fb83455cd5..dfb71fb87b 100644 --- a/src/main/java/io/lettuce/core/ScanCursor.java +++ b/src/main/java/io/lettuce/core/ScanCursor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/ScanIterator.java b/src/main/java/io/lettuce/core/ScanIterator.java index 374b133dad..f5af7ff7bc 100644 --- a/src/main/java/io/lettuce/core/ScanIterator.java +++ b/src/main/java/io/lettuce/core/ScanIterator.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Iterator; diff --git a/src/main/java/io/lettuce/core/ScoredValueScanCursor.java b/src/main/java/io/lettuce/core/ScoredValueScanCursor.java index de8bdf0fab..e47c765248 100644 --- a/src/main/java/io/lettuce/core/ScoredValueScanCursor.java +++ b/src/main/java/io/lettuce/core/ScoredValueScanCursor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/SortArgs.java b/src/main/java/io/lettuce/core/SortArgs.java index 1f0d0aca99..3ed843304c 100644 --- a/src/main/java/io/lettuce/core/SortArgs.java +++ b/src/main/java/io/lettuce/core/SortArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static io.lettuce.core.protocol.CommandKeyword.*; diff --git a/src/main/java/io/lettuce/core/SslVerifyMode.java b/src/main/java/io/lettuce/core/SslVerifyMode.java index 22e2ed8083..96198c9d62 100644 --- a/src/main/java/io/lettuce/core/SslVerifyMode.java +++ b/src/main/java/io/lettuce/core/SslVerifyMode.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/StaticCredentialsProvider.java b/src/main/java/io/lettuce/core/StaticCredentialsProvider.java index 90311b7645..a8f072df29 100644 --- a/src/main/java/io/lettuce/core/StaticCredentialsProvider.java +++ b/src/main/java/io/lettuce/core/StaticCredentialsProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import reactor.core.publisher.Mono; diff --git a/src/main/java/io/lettuce/core/StaticRedisCredentials.java b/src/main/java/io/lettuce/core/StaticRedisCredentials.java index 61cac513c1..42d5cc4c21 100644 --- a/src/main/java/io/lettuce/core/StaticRedisCredentials.java +++ b/src/main/java/io/lettuce/core/StaticRedisCredentials.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Arrays; diff --git a/src/main/java/io/lettuce/core/StreamMessage.java b/src/main/java/io/lettuce/core/StreamMessage.java index 1ce82e7fa6..a38dd07a38 100644 --- a/src/main/java/io/lettuce/core/StreamMessage.java +++ b/src/main/java/io/lettuce/core/StreamMessage.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/StreamScanCursor.java b/src/main/java/io/lettuce/core/StreamScanCursor.java index ae1e37f688..213165cc6a 100644 --- a/src/main/java/io/lettuce/core/StreamScanCursor.java +++ b/src/main/java/io/lettuce/core/StreamScanCursor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; /** diff --git a/src/main/java/io/lettuce/core/TimeoutOptions.java b/src/main/java/io/lettuce/core/TimeoutOptions.java index 98630cbc8f..a5754f1819 100644 --- a/src/main/java/io/lettuce/core/TimeoutOptions.java +++ b/src/main/java/io/lettuce/core/TimeoutOptions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/TrackingArgs.java b/src/main/java/io/lettuce/core/TrackingArgs.java index 92cb32cb31..d028cf777d 100644 --- a/src/main/java/io/lettuce/core/TrackingArgs.java +++ b/src/main/java/io/lettuce/core/TrackingArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.nio.charset.Charset; diff --git a/src/main/java/io/lettuce/core/TransactionResult.java b/src/main/java/io/lettuce/core/TransactionResult.java index 5aacd39c92..88d0e20f73 100644 --- a/src/main/java/io/lettuce/core/TransactionResult.java +++ b/src/main/java/io/lettuce/core/TransactionResult.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.List; diff --git a/src/main/java/io/lettuce/core/UnblockType.java b/src/main/java/io/lettuce/core/UnblockType.java index affb801203..eb2033934d 100644 --- a/src/main/java/io/lettuce/core/UnblockType.java +++ b/src/main/java/io/lettuce/core/UnblockType.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.nio.charset.StandardCharsets; diff --git a/src/main/java/io/lettuce/core/Value.java b/src/main/java/io/lettuce/core/Value.java index 09a71e4a6c..3b734c24f1 100644 --- a/src/main/java/io/lettuce/core/Value.java +++ b/src/main/java/io/lettuce/core/Value.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/ValueScanCursor.java b/src/main/java/io/lettuce/core/ValueScanCursor.java index 375cf2976d..591de73481 100644 --- a/src/main/java/io/lettuce/core/ValueScanCursor.java +++ b/src/main/java/io/lettuce/core/ValueScanCursor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/XClaimArgs.java b/src/main/java/io/lettuce/core/XClaimArgs.java index 3ba6e69f7b..51669619da 100644 --- a/src/main/java/io/lettuce/core/XClaimArgs.java +++ b/src/main/java/io/lettuce/core/XClaimArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/XGroupCreateArgs.java b/src/main/java/io/lettuce/core/XGroupCreateArgs.java index 296c5ef899..c12c1d84e9 100644 --- a/src/main/java/io/lettuce/core/XGroupCreateArgs.java +++ b/src/main/java/io/lettuce/core/XGroupCreateArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.protocol.CommandArgs; diff --git a/src/main/java/io/lettuce/core/XReadArgs.java b/src/main/java/io/lettuce/core/XReadArgs.java index 728519a637..13d0b4938d 100644 --- a/src/main/java/io/lettuce/core/XReadArgs.java +++ b/src/main/java/io/lettuce/core/XReadArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/ZPopArgs.java b/src/main/java/io/lettuce/core/ZPopArgs.java index d1b68dd433..e02e5f30e7 100644 --- a/src/main/java/io/lettuce/core/ZPopArgs.java +++ b/src/main/java/io/lettuce/core/ZPopArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static io.lettuce.core.protocol.CommandKeyword.*; diff --git a/src/main/java/io/lettuce/core/api/AsyncCloseable.java b/src/main/java/io/lettuce/core/api/AsyncCloseable.java index 5ab3783717..3b9f13c18d 100644 --- a/src/main/java/io/lettuce/core/api/AsyncCloseable.java +++ b/src/main/java/io/lettuce/core/api/AsyncCloseable.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/api/StatefulConnection.java b/src/main/java/io/lettuce/core/api/StatefulConnection.java index 5852c2a5ad..de403c591a 100644 --- a/src/main/java/io/lettuce/core/api/StatefulConnection.java +++ b/src/main/java/io/lettuce/core/api/StatefulConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/api/StatefulRedisConnection.java b/src/main/java/io/lettuce/core/api/StatefulRedisConnection.java index 3b60f6f681..1be962ba30 100644 --- a/src/main/java/io/lettuce/core/api/StatefulRedisConnection.java +++ b/src/main/java/io/lettuce/core/api/StatefulRedisConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api; import io.lettuce.core.api.async.RedisAsyncCommands; diff --git a/src/main/java/io/lettuce/core/api/async/RedisFunctionAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisFunctionAsyncCommands.java index c5bddafa97..0e6aa0002c 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisFunctionAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisFunctionAsyncCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.async; import java.util.List; diff --git a/src/main/java/io/lettuce/core/api/push/PushListener.java b/src/main/java/io/lettuce/core/api/push/PushListener.java index 60ee3de17b..ca0498c6b8 100644 --- a/src/main/java/io/lettuce/core/api/push/PushListener.java +++ b/src/main/java/io/lettuce/core/api/push/PushListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.push; /** diff --git a/src/main/java/io/lettuce/core/api/push/PushMessage.java b/src/main/java/io/lettuce/core/api/push/PushMessage.java index c75201557f..ed2a97e554 100644 --- a/src/main/java/io/lettuce/core/api/push/PushMessage.java +++ b/src/main/java/io/lettuce/core/api/push/PushMessage.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.push; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisFunctionReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisFunctionReactiveCommands.java index c4a3c6ab31..cb0e589bcd 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisFunctionReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisFunctionReactiveCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.reactive; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisHLLReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisHLLReactiveCommands.java index 1689ac608d..a371585f8c 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisHLLReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisHLLReactiveCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.reactive; import reactor.core.publisher.Mono; diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisTransactionalReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisTransactionalReactiveCommands.java index e5eef0f32c..abb72e150b 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisTransactionalReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisTransactionalReactiveCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.reactive; import reactor.core.publisher.Mono; diff --git a/src/main/java/io/lettuce/core/api/sync/RedisFunctionCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisFunctionCommands.java index 7721e6d133..56e8eb53cc 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisFunctionCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisFunctionCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.sync; import java.util.List; diff --git a/src/main/java/io/lettuce/core/cluster/AbstractClusterNodeConnectionFactory.java b/src/main/java/io/lettuce/core/cluster/AbstractClusterNodeConnectionFactory.java index 1dbbaffca0..26d36c65a6 100644 --- a/src/main/java/io/lettuce/core/cluster/AbstractClusterNodeConnectionFactory.java +++ b/src/main/java/io/lettuce/core/cluster/AbstractClusterNodeConnectionFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/cluster/AbstractNodeSelection.java b/src/main/java/io/lettuce/core/cluster/AbstractNodeSelection.java index 12939d6eae..e7ea0ad302 100644 --- a/src/main/java/io/lettuce/core/cluster/AbstractNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/AbstractNodeSelection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/cluster/AsyncExecutionsImpl.java b/src/main/java/io/lettuce/core/cluster/AsyncExecutionsImpl.java index 3645dccd39..9d8047f943 100644 --- a/src/main/java/io/lettuce/core/cluster/AsyncExecutionsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/AsyncExecutionsImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.*; diff --git a/src/main/java/io/lettuce/core/cluster/ClusterCommand.java b/src/main/java/io/lettuce/core/cluster/ClusterCommand.java index 053f5a230a..563c2e701d 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterCommand.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import io.lettuce.core.RedisChannelWriter; diff --git a/src/main/java/io/lettuce/core/cluster/ClusterEventListener.java b/src/main/java/io/lettuce/core/cluster/ClusterEventListener.java index 7a29bd16d8..076c51e851 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterEventListener.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterEventListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; /** diff --git a/src/main/java/io/lettuce/core/cluster/ClusterNodeEndpoint.java b/src/main/java/io/lettuce/core/cluster/ClusterNodeEndpoint.java index a20233a516..de50cbafd0 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterNodeEndpoint.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterNodeEndpoint.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/cluster/ClusterPubSubConnectionProvider.java b/src/main/java/io/lettuce/core/cluster/ClusterPubSubConnectionProvider.java index 622263e210..9d79ae0cbe 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterPubSubConnectionProvider.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterPubSubConnectionProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2015-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import io.lettuce.core.ConnectionFuture; diff --git a/src/main/java/io/lettuce/core/cluster/ClusterPushHandler.java b/src/main/java/io/lettuce/core/cluster/ClusterPushHandler.java index cef35f0be0..d91111989d 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterPushHandler.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterPushHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/cluster/ClusterReadOnlyCommands.java b/src/main/java/io/lettuce/core/cluster/ClusterReadOnlyCommands.java index 20ddb9e42f..5a9e7d17b3 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterReadOnlyCommands.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterReadOnlyCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/cluster/ClusterScanSupport.java b/src/main/java/io/lettuce/core/cluster/ClusterScanSupport.java index 46c2c189e6..a74a672931 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterScanSupport.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterScanSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/cluster/CommandSet.java b/src/main/java/io/lettuce/core/cluster/CommandSet.java index ac318a7455..788da79d30 100644 --- a/src/main/java/io/lettuce/core/cluster/CommandSet.java +++ b/src/main/java/io/lettuce/core/cluster/CommandSet.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.*; diff --git a/src/main/java/io/lettuce/core/cluster/NodeSelectionInvocationHandler.java b/src/main/java/io/lettuce/core/cluster/NodeSelectionInvocationHandler.java index 60093addb0..eb8aa67ecf 100644 --- a/src/main/java/io/lettuce/core/cluster/NodeSelectionInvocationHandler.java +++ b/src/main/java/io/lettuce/core/cluster/NodeSelectionInvocationHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.lang.reflect.InvocationTargetException; diff --git a/src/main/java/io/lettuce/core/cluster/PartitionAccessor.java b/src/main/java/io/lettuce/core/cluster/PartitionAccessor.java index 4198db7c17..488309cde9 100644 --- a/src/main/java/io/lettuce/core/cluster/PartitionAccessor.java +++ b/src/main/java/io/lettuce/core/cluster/PartitionAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/cluster/PartitionException.java b/src/main/java/io/lettuce/core/cluster/PartitionException.java index a00ff39e81..ba0b87591f 100644 --- a/src/main/java/io/lettuce/core/cluster/PartitionException.java +++ b/src/main/java/io/lettuce/core/cluster/PartitionException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import io.lettuce.core.RedisException; diff --git a/src/main/java/io/lettuce/core/cluster/PartitionSelectorException.java b/src/main/java/io/lettuce/core/cluster/PartitionSelectorException.java index 95c8e45868..35259d44ed 100644 --- a/src/main/java/io/lettuce/core/cluster/PartitionSelectorException.java +++ b/src/main/java/io/lettuce/core/cluster/PartitionSelectorException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import io.lettuce.core.cluster.models.partitions.Partitions; diff --git a/src/main/java/io/lettuce/core/cluster/PartitionsConsensus.java b/src/main/java/io/lettuce/core/cluster/PartitionsConsensus.java index c43bbe57e0..2ecc256ccb 100644 --- a/src/main/java/io/lettuce/core/cluster/PartitionsConsensus.java +++ b/src/main/java/io/lettuce/core/cluster/PartitionsConsensus.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/cluster/PartitionsConsensusImpl.java b/src/main/java/io/lettuce/core/cluster/PartitionsConsensusImpl.java index c1959e8612..77ab6bf339 100644 --- a/src/main/java/io/lettuce/core/cluster/PartitionsConsensusImpl.java +++ b/src/main/java/io/lettuce/core/cluster/PartitionsConsensusImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java b/src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java index 791eb14dc6..2074867f6d 100644 --- a/src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java +++ b/src/main/java/io/lettuce/core/cluster/PubSubClusterEndpoint.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.List; diff --git a/src/main/java/io/lettuce/core/cluster/ReactiveExecutionsImpl.java b/src/main/java/io/lettuce/core/cluster/ReactiveExecutionsImpl.java index 38a6beed55..78b951510c 100644 --- a/src/main/java/io/lettuce/core/cluster/ReactiveExecutionsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/ReactiveExecutionsImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/cluster/ReconnectEventListener.java b/src/main/java/io/lettuce/core/cluster/ReconnectEventListener.java index e2c540fa2c..b940488fe8 100644 --- a/src/main/java/io/lettuce/core/cluster/ReconnectEventListener.java +++ b/src/main/java/io/lettuce/core/cluster/ReconnectEventListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import io.lettuce.core.ConnectionEvents.Reconnect; diff --git a/src/main/java/io/lettuce/core/cluster/RedisClusterURIUtil.java b/src/main/java/io/lettuce/core/cluster/RedisClusterURIUtil.java index 4ce8f6fcf6..6a8ed23b46 100644 --- a/src/main/java/io/lettuce/core/cluster/RedisClusterURIUtil.java +++ b/src/main/java/io/lettuce/core/cluster/RedisClusterURIUtil.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.net.URI; diff --git a/src/main/java/io/lettuce/core/cluster/SlotHash.java b/src/main/java/io/lettuce/core/cluster/SlotHash.java index 3a130de9d2..607a9a8e76 100644 --- a/src/main/java/io/lettuce/core/cluster/SlotHash.java +++ b/src/main/java/io/lettuce/core/cluster/SlotHash.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/cluster/SyncExecutionsImpl.java b/src/main/java/io/lettuce/core/cluster/SyncExecutionsImpl.java index 614a723180..5679d1c8fd 100644 --- a/src/main/java/io/lettuce/core/cluster/SyncExecutionsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/SyncExecutionsImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/cluster/UnknownPartitionException.java b/src/main/java/io/lettuce/core/cluster/UnknownPartitionException.java index 4eff36a5ec..2803b2214c 100644 --- a/src/main/java/io/lettuce/core/cluster/UnknownPartitionException.java +++ b/src/main/java/io/lettuce/core/cluster/UnknownPartitionException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; /** diff --git a/src/main/java/io/lettuce/core/cluster/api/NodeSelectionSupport.java b/src/main/java/io/lettuce/core/cluster/api/NodeSelectionSupport.java index ef68ce4d8d..88c1ea17ee 100644 --- a/src/main/java/io/lettuce/core/cluster/api/NodeSelectionSupport.java +++ b/src/main/java/io/lettuce/core/cluster/api/NodeSelectionSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/cluster/api/async/AsyncExecutions.java b/src/main/java/io/lettuce/core/cluster/api/async/AsyncExecutions.java index 0928540f62..9cade10ac0 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/AsyncExecutions.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/AsyncExecutions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.async; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/cluster/api/async/AsyncNodeSelection.java b/src/main/java/io/lettuce/core/cluster/api/async/AsyncNodeSelection.java index 55169005fe..164c93d4d4 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/AsyncNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/AsyncNodeSelection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.async; import io.lettuce.core.api.async.RedisAsyncCommands; diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAsyncCommands.java index 2153701afb..0d7894b5ca 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAsyncCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.async; import io.lettuce.core.cluster.api.NodeSelectionSupport; diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionFunctionAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionFunctionAsyncCommands.java index ffdd736dd4..71ad01ad42 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionFunctionAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionFunctionAsyncCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.async; import java.util.List; diff --git a/src/main/java/io/lettuce/core/cluster/api/push/RedisClusterPushListener.java b/src/main/java/io/lettuce/core/cluster/api/push/RedisClusterPushListener.java index 32721d8daa..a68d898eb2 100644 --- a/src/main/java/io/lettuce/core/cluster/api/push/RedisClusterPushListener.java +++ b/src/main/java/io/lettuce/core/cluster/api/push/RedisClusterPushListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.push; import io.lettuce.core.api.push.PushMessage; diff --git a/src/main/java/io/lettuce/core/cluster/api/reactive/ReactiveExecutions.java b/src/main/java/io/lettuce/core/cluster/api/reactive/ReactiveExecutions.java index 4112430803..e9ba30a95a 100644 --- a/src/main/java/io/lettuce/core/cluster/api/reactive/ReactiveExecutions.java +++ b/src/main/java/io/lettuce/core/cluster/api/reactive/ReactiveExecutions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.reactive; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/Executions.java b/src/main/java/io/lettuce/core/cluster/api/sync/Executions.java index 1058e1efe4..bb0e01b338 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/Executions.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/Executions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.sync; import java.util.*; diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelection.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelection.java index 8371dc1dc9..66eecaca52 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.sync; import io.lettuce.core.api.sync.RedisCommands; diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionCommands.java index 3da221f05e..2fa57e5e4a 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.sync; import io.lettuce.core.cluster.api.NodeSelectionSupport; diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionFunctionCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionFunctionCommands.java index f149003b59..0ddc6cbc9c 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionFunctionCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionFunctionCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api.sync; import java.util.List; diff --git a/src/main/java/io/lettuce/core/cluster/event/AskRedirectionEvent.java b/src/main/java/io/lettuce/core/cluster/event/AskRedirectionEvent.java index f7952088d4..629b34d5d4 100644 --- a/src/main/java/io/lettuce/core/cluster/event/AskRedirectionEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/AskRedirectionEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; /** diff --git a/src/main/java/io/lettuce/core/cluster/event/ClusterTopologyChangedEvent.java b/src/main/java/io/lettuce/core/cluster/event/ClusterTopologyChangedEvent.java index 510d9b1aa6..bd46682a54 100644 --- a/src/main/java/io/lettuce/core/cluster/event/ClusterTopologyChangedEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/ClusterTopologyChangedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/cluster/event/JfrAskRedirectionEvent.java b/src/main/java/io/lettuce/core/cluster/event/JfrAskRedirectionEvent.java index c9af0b73cc..1a05b43a9c 100644 --- a/src/main/java/io/lettuce/core/cluster/event/JfrAskRedirectionEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/JfrAskRedirectionEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/cluster/event/JfrClusterTopologyChangedEvent.java b/src/main/java/io/lettuce/core/cluster/event/JfrClusterTopologyChangedEvent.java index abb47cc0f4..533a1067dd 100644 --- a/src/main/java/io/lettuce/core/cluster/event/JfrClusterTopologyChangedEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/JfrClusterTopologyChangedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/cluster/event/JfrMovedRedirectionEvent.java b/src/main/java/io/lettuce/core/cluster/event/JfrMovedRedirectionEvent.java index 8084075d18..d3b56481c3 100644 --- a/src/main/java/io/lettuce/core/cluster/event/JfrMovedRedirectionEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/JfrMovedRedirectionEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/cluster/event/JfrTopologyRefreshEvent.java b/src/main/java/io/lettuce/core/cluster/event/JfrTopologyRefreshEvent.java index 0dbe2a4282..b12cda785f 100644 --- a/src/main/java/io/lettuce/core/cluster/event/JfrTopologyRefreshEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/JfrTopologyRefreshEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import java.util.StringJoiner; diff --git a/src/main/java/io/lettuce/core/cluster/event/MovedRedirectionEvent.java b/src/main/java/io/lettuce/core/cluster/event/MovedRedirectionEvent.java index 8d67c7faf7..7917322c3a 100644 --- a/src/main/java/io/lettuce/core/cluster/event/MovedRedirectionEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/MovedRedirectionEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; /** diff --git a/src/main/java/io/lettuce/core/cluster/event/RedirectionEventSupport.java b/src/main/java/io/lettuce/core/cluster/event/RedirectionEventSupport.java index 173defd867..31d0ee414a 100644 --- a/src/main/java/io/lettuce/core/cluster/event/RedirectionEventSupport.java +++ b/src/main/java/io/lettuce/core/cluster/event/RedirectionEventSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/cluster/event/TopologyRefreshEvent.java b/src/main/java/io/lettuce/core/cluster/event/TopologyRefreshEvent.java index 1d6e76bc84..af74f15a1f 100644 --- a/src/main/java/io/lettuce/core/cluster/event/TopologyRefreshEvent.java +++ b/src/main/java/io/lettuce/core/cluster/event/TopologyRefreshEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.event; import java.util.List; diff --git a/src/main/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParser.java b/src/main/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParser.java index d4c2cab219..af12099f52 100644 --- a/src/main/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParser.java +++ b/src/main/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParser.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.partitions; import java.util.*; diff --git a/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotRange.java b/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotRange.java index 1787042ab9..74e0dad436 100644 --- a/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotRange.java +++ b/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotRange.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.slots; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParser.java b/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParser.java index a8bce1bc77..6583476f56 100644 --- a/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParser.java +++ b/src/main/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParser.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.slots; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubAdapter.java b/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubAdapter.java index 62095b9aae..fc57e5cc2e 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubAdapter.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubAdapter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub; import io.lettuce.core.cluster.models.partitions.RedisClusterNode; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubListener.java b/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubListener.java index c0b9b31349..be12794b12 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubListener.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub; import io.lettuce.core.cluster.models.partitions.RedisClusterNode; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/StatefulRedisClusterPubSubConnection.java b/src/main/java/io/lettuce/core/cluster/pubsub/StatefulRedisClusterPubSubConnection.java index 7909d95173..5c11ccb57b 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/StatefulRedisClusterPubSubConnection.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/StatefulRedisClusterPubSubConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/async/NodeSelectionPubSubAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/async/NodeSelectionPubSubAsyncCommands.java index 4e022fbe9f..68e1c4b9a7 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/async/NodeSelectionPubSubAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/async/NodeSelectionPubSubAsyncCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.async; import io.lettuce.core.cluster.api.async.AsyncExecutions; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/async/PubSubAsyncNodeSelection.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/async/PubSubAsyncNodeSelection.java index 44ef6e442b..1348dedc5e 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/async/PubSubAsyncNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/async/PubSubAsyncNodeSelection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.async; import io.lettuce.core.cluster.api.NodeSelectionSupport; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/async/RedisClusterPubSubAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/async/RedisClusterPubSubAsyncCommands.java index 68385a2826..aca3c5383d 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/async/RedisClusterPubSubAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/async/RedisClusterPubSubAsyncCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.async; import java.util.function.Predicate; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/NodeSelectionPubSubReactiveCommands.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/NodeSelectionPubSubReactiveCommands.java index 9757347948..fa53bbfe23 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/NodeSelectionPubSubReactiveCommands.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/NodeSelectionPubSubReactiveCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.reactive; import io.lettuce.core.cluster.api.reactive.ReactiveExecutions; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/PubSubReactiveNodeSelection.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/PubSubReactiveNodeSelection.java index 4d7edbd597..c68f9629f9 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/PubSubReactiveNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/PubSubReactiveNodeSelection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.reactive; import io.lettuce.core.cluster.api.NodeSelectionSupport; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/RedisClusterPubSubReactiveCommands.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/RedisClusterPubSubReactiveCommands.java index 35fe07745b..a8f6a21201 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/RedisClusterPubSubReactiveCommands.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/reactive/RedisClusterPubSubReactiveCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.reactive; import java.util.function.Predicate; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/NodeSelectionPubSubCommands.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/NodeSelectionPubSubCommands.java index 6313cae27e..1f1fd1b592 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/NodeSelectionPubSubCommands.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/NodeSelectionPubSubCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.sync; import io.lettuce.core.cluster.api.sync.Executions; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/PubSubNodeSelection.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/PubSubNodeSelection.java index 3a39cbecb5..aa42579ff5 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/PubSubNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/PubSubNodeSelection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.sync; import io.lettuce.core.cluster.api.NodeSelectionSupport; diff --git a/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/RedisClusterPubSubCommands.java b/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/RedisClusterPubSubCommands.java index 0087119a22..4674c524fb 100644 --- a/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/RedisClusterPubSubCommands.java +++ b/src/main/java/io/lettuce/core/cluster/pubsub/api/sync/RedisClusterPubSubCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub.api.sync; import java.util.function.Predicate; diff --git a/src/main/java/io/lettuce/core/cluster/topology/ClusterTopologyRefresh.java b/src/main/java/io/lettuce/core/cluster/topology/ClusterTopologyRefresh.java index c17b5e9799..bb2694d18c 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/ClusterTopologyRefresh.java +++ b/src/main/java/io/lettuce/core/cluster/topology/ClusterTopologyRefresh.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/cluster/topology/Connections.java b/src/main/java/io/lettuce/core/cluster/topology/Connections.java index e9cc02be62..b142a5840b 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/Connections.java +++ b/src/main/java/io/lettuce/core/cluster/topology/Connections.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/cluster/topology/NodeConnectionFactory.java b/src/main/java/io/lettuce/core/cluster/topology/NodeConnectionFactory.java index 922def8ad0..ca544c57b9 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/NodeConnectionFactory.java +++ b/src/main/java/io/lettuce/core/cluster/topology/NodeConnectionFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyViews.java b/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyViews.java index b9bea4e55a..9b4712634d 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyViews.java +++ b/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyViews.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import java.util.*; diff --git a/src/main/java/io/lettuce/core/cluster/topology/RedisClusterNodeSnapshot.java b/src/main/java/io/lettuce/core/cluster/topology/RedisClusterNodeSnapshot.java index b5b75113fd..98fbbc8fab 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/RedisClusterNodeSnapshot.java +++ b/src/main/java/io/lettuce/core/cluster/topology/RedisClusterNodeSnapshot.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import io.lettuce.core.cluster.models.partitions.RedisClusterNode; diff --git a/src/main/java/io/lettuce/core/cluster/topology/Requests.java b/src/main/java/io/lettuce/core/cluster/topology/Requests.java index 53903952e8..2b19e62e17 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/Requests.java +++ b/src/main/java/io/lettuce/core/cluster/topology/Requests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/cluster/topology/TimedAsyncCommand.java b/src/main/java/io/lettuce/core/cluster/topology/TimedAsyncCommand.java index a6c0b9918c..c342dc778c 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/TimedAsyncCommand.java +++ b/src/main/java/io/lettuce/core/cluster/topology/TimedAsyncCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import io.lettuce.core.protocol.AsyncCommand; diff --git a/src/main/java/io/lettuce/core/cluster/topology/TopologyComparators.java b/src/main/java/io/lettuce/core/cluster/topology/TopologyComparators.java index 58ce473649..e6628ebda8 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/TopologyComparators.java +++ b/src/main/java/io/lettuce/core/cluster/topology/TopologyComparators.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/codec/ByteBufferInputStream.java b/src/main/java/io/lettuce/core/codec/ByteBufferInputStream.java index aab9355030..d42f2d5583 100644 --- a/src/main/java/io/lettuce/core/codec/ByteBufferInputStream.java +++ b/src/main/java/io/lettuce/core/codec/ByteBufferInputStream.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.io.IOException; diff --git a/src/main/java/io/lettuce/core/codec/CRC16.java b/src/main/java/io/lettuce/core/codec/CRC16.java index 42c30d252c..a2c0a927da 100644 --- a/src/main/java/io/lettuce/core/codec/CRC16.java +++ b/src/main/java/io/lettuce/core/codec/CRC16.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/codec/CipherCodec.java b/src/main/java/io/lettuce/core/codec/CipherCodec.java index be5fae40f4..bb969ceaa5 100644 --- a/src/main/java/io/lettuce/core/codec/CipherCodec.java +++ b/src/main/java/io/lettuce/core/codec/CipherCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/codec/ComposedRedisCodec.java b/src/main/java/io/lettuce/core/codec/ComposedRedisCodec.java index b1c9c7837e..5074950b25 100644 --- a/src/main/java/io/lettuce/core/codec/ComposedRedisCodec.java +++ b/src/main/java/io/lettuce/core/codec/ComposedRedisCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/codec/CompressionCodec.java b/src/main/java/io/lettuce/core/codec/CompressionCodec.java index bd9f665346..cfc0fec9c5 100644 --- a/src/main/java/io/lettuce/core/codec/CompressionCodec.java +++ b/src/main/java/io/lettuce/core/codec/CompressionCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/io/lettuce/core/codec/RedisCodec.java b/src/main/java/io/lettuce/core/codec/RedisCodec.java index e6cd6b22fe..9c0b3d5ae9 100644 --- a/src/main/java/io/lettuce/core/codec/RedisCodec.java +++ b/src/main/java/io/lettuce/core/codec/RedisCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/codec/Utf8StringCodec.java b/src/main/java/io/lettuce/core/codec/Utf8StringCodec.java index 83a87c449b..f00e0d4beb 100644 --- a/src/main/java/io/lettuce/core/codec/Utf8StringCodec.java +++ b/src/main/java/io/lettuce/core/codec/Utf8StringCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.charset.StandardCharsets; diff --git a/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommand.java b/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommand.java index fb933d2190..9a0e50074e 100644 --- a/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommand.java +++ b/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommandLookupStrategy.java b/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommandLookupStrategy.java index 7cd61f6433..a652fcb801 100644 --- a/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommandLookupStrategy.java +++ b/src/main/java/io/lettuce/core/dynamic/AsyncExecutableCommandLookupStrategy.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.List; diff --git a/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommand.java b/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommand.java index 152318348e..f0a9cd8081 100644 --- a/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommand.java +++ b/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategy.java b/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategy.java index a30f8559af..849fd36833 100644 --- a/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategy.java +++ b/src/main/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategy.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.Arrays; diff --git a/src/main/java/io/lettuce/core/dynamic/BatchTasks.java b/src/main/java/io/lettuce/core/dynamic/BatchTasks.java index e86b45d574..b698bb5098 100644 --- a/src/main/java/io/lettuce/core/dynamic/BatchTasks.java +++ b/src/main/java/io/lettuce/core/dynamic/BatchTasks.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/dynamic/Batcher.java b/src/main/java/io/lettuce/core/dynamic/Batcher.java index 2ecd737c4a..068a940f66 100644 --- a/src/main/java/io/lettuce/core/dynamic/Batcher.java +++ b/src/main/java/io/lettuce/core/dynamic/Batcher.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.dynamic.batch.CommandBatching; diff --git a/src/main/java/io/lettuce/core/dynamic/CodecAwareMethodParametersAccessor.java b/src/main/java/io/lettuce/core/dynamic/CodecAwareMethodParametersAccessor.java index 8d89df763b..d2eed3cbca 100644 --- a/src/main/java/io/lettuce/core/dynamic/CodecAwareMethodParametersAccessor.java +++ b/src/main/java/io/lettuce/core/dynamic/CodecAwareMethodParametersAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.Iterator; diff --git a/src/main/java/io/lettuce/core/dynamic/CommandCreationException.java b/src/main/java/io/lettuce/core/dynamic/CommandCreationException.java index ac99479e90..2188c810b8 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandCreationException.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandCreationException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.RedisException; diff --git a/src/main/java/io/lettuce/core/dynamic/CommandFactory.java b/src/main/java/io/lettuce/core/dynamic/CommandFactory.java index 563af4aba1..ebcdfb9b0c 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.protocol.RedisCommand; diff --git a/src/main/java/io/lettuce/core/dynamic/CommandFactoryResolver.java b/src/main/java/io/lettuce/core/dynamic/CommandFactoryResolver.java index 89712578e0..198df190e3 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandFactoryResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandFactoryResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; /** diff --git a/src/main/java/io/lettuce/core/dynamic/CommandMethod.java b/src/main/java/io/lettuce/core/dynamic/CommandMethod.java index 6f81386ea9..8d6e21bba0 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandMethod.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandMethod.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/CommandMethodSyntaxException.java b/src/main/java/io/lettuce/core/dynamic/CommandMethodSyntaxException.java index 77efc31954..0d2bc93637 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandMethodSyntaxException.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandMethodSyntaxException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; /** diff --git a/src/main/java/io/lettuce/core/dynamic/CommandMethodVerifier.java b/src/main/java/io/lettuce/core/dynamic/CommandMethodVerifier.java index 3f3a58f4f8..79c5655e48 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandMethodVerifier.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandMethodVerifier.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.dynamic.segment.CommandSegments; diff --git a/src/main/java/io/lettuce/core/dynamic/CommandSegmentCommandFactory.java b/src/main/java/io/lettuce/core/dynamic/CommandSegmentCommandFactory.java index 7ddee93b7b..732b58b97d 100644 --- a/src/main/java/io/lettuce/core/dynamic/CommandSegmentCommandFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/CommandSegmentCommandFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/Commands.java b/src/main/java/io/lettuce/core/dynamic/Commands.java index 8cf8556c5b..3100b942e5 100644 --- a/src/main/java/io/lettuce/core/dynamic/Commands.java +++ b/src/main/java/io/lettuce/core/dynamic/Commands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; /** diff --git a/src/main/java/io/lettuce/core/dynamic/ConversionService.java b/src/main/java/io/lettuce/core/dynamic/ConversionService.java index 76087b3c0b..501bb7a955 100644 --- a/src/main/java/io/lettuce/core/dynamic/ConversionService.java +++ b/src/main/java/io/lettuce/core/dynamic/ConversionService.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.HashMap; diff --git a/src/main/java/io/lettuce/core/dynamic/ConvertingCommand.java b/src/main/java/io/lettuce/core/dynamic/ConvertingCommand.java index ba6bddd5a0..c74b16c842 100644 --- a/src/main/java/io/lettuce/core/dynamic/ConvertingCommand.java +++ b/src/main/java/io/lettuce/core/dynamic/ConvertingCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.concurrent.ExecutionException; diff --git a/src/main/java/io/lettuce/core/dynamic/DeclaredCommandMethod.java b/src/main/java/io/lettuce/core/dynamic/DeclaredCommandMethod.java index 9b90f47a82..8389063a4a 100644 --- a/src/main/java/io/lettuce/core/dynamic/DeclaredCommandMethod.java +++ b/src/main/java/io/lettuce/core/dynamic/DeclaredCommandMethod.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifier.java b/src/main/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifier.java index c194bcd80a..ea49a9f916 100644 --- a/src/main/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifier.java +++ b/src/main/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifier.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/dynamic/DefaultMethodParametersAccessor.java b/src/main/java/io/lettuce/core/dynamic/DefaultMethodParametersAccessor.java index 61bc92b752..75ce893347 100644 --- a/src/main/java/io/lettuce/core/dynamic/DefaultMethodParametersAccessor.java +++ b/src/main/java/io/lettuce/core/dynamic/DefaultMethodParametersAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.Arrays; diff --git a/src/main/java/io/lettuce/core/dynamic/DefaultRedisCommandsMetadata.java b/src/main/java/io/lettuce/core/dynamic/DefaultRedisCommandsMetadata.java index ff9f43e6a3..759ae76bea 100644 --- a/src/main/java/io/lettuce/core/dynamic/DefaultRedisCommandsMetadata.java +++ b/src/main/java/io/lettuce/core/dynamic/DefaultRedisCommandsMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/ExecutableCommand.java b/src/main/java/io/lettuce/core/dynamic/ExecutableCommand.java index fb1eb39a96..5a85760013 100644 --- a/src/main/java/io/lettuce/core/dynamic/ExecutableCommand.java +++ b/src/main/java/io/lettuce/core/dynamic/ExecutableCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.concurrent.ExecutionException; diff --git a/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategy.java b/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategy.java index 85f1f6489a..3046003ba4 100644 --- a/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategy.java +++ b/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategy.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.lang.reflect.Method; diff --git a/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategySupport.java b/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategySupport.java index a5724579d3..37bfd60ede 100644 --- a/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategySupport.java +++ b/src/main/java/io/lettuce/core/dynamic/ExecutableCommandLookupStrategySupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.List; diff --git a/src/main/java/io/lettuce/core/dynamic/ParameterBinder.java b/src/main/java/io/lettuce/core/dynamic/ParameterBinder.java index 49b17e53f1..9669d29f2b 100644 --- a/src/main/java/io/lettuce/core/dynamic/ParameterBinder.java +++ b/src/main/java/io/lettuce/core/dynamic/ParameterBinder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static io.lettuce.core.protocol.CommandKeyword.LIMIT; diff --git a/src/main/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactory.java b/src/main/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactory.java index 27c438888c..58dceb5067 100644 --- a/src/main/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommand.java b/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommand.java index addfa11e84..7b4c0906fe 100644 --- a/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommand.java +++ b/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import io.lettuce.core.AbstractRedisReactiveCommands; diff --git a/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommandLookupStrategy.java b/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommandLookupStrategy.java index eff9ec918d..f4ff28ed9b 100644 --- a/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommandLookupStrategy.java +++ b/src/main/java/io/lettuce/core/dynamic/ReactiveExecutableCommandLookupStrategy.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.List; diff --git a/src/main/java/io/lettuce/core/dynamic/ReactiveTypeAdapters.java b/src/main/java/io/lettuce/core/dynamic/ReactiveTypeAdapters.java index b90e103701..e3dd950a19 100644 --- a/src/main/java/io/lettuce/core/dynamic/ReactiveTypeAdapters.java +++ b/src/main/java/io/lettuce/core/dynamic/ReactiveTypeAdapters.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.function.Function; diff --git a/src/main/java/io/lettuce/core/dynamic/ReactiveTypes.java b/src/main/java/io/lettuce/core/dynamic/ReactiveTypes.java index 3b5d157387..e6abbbb8db 100644 --- a/src/main/java/io/lettuce/core/dynamic/ReactiveTypes.java +++ b/src/main/java/io/lettuce/core/dynamic/ReactiveTypes.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.*; diff --git a/src/main/java/io/lettuce/core/dynamic/RedisCommandFactory.java b/src/main/java/io/lettuce/core/dynamic/RedisCommandFactory.java index e9359be0b0..dee035d813 100644 --- a/src/main/java/io/lettuce/core/dynamic/RedisCommandFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/RedisCommandFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.lang.reflect.InvocationHandler; diff --git a/src/main/java/io/lettuce/core/dynamic/RedisCommandsMetadata.java b/src/main/java/io/lettuce/core/dynamic/RedisCommandsMetadata.java index 11bad577b4..9201cb51f6 100644 --- a/src/main/java/io/lettuce/core/dynamic/RedisCommandsMetadata.java +++ b/src/main/java/io/lettuce/core/dynamic/RedisCommandsMetadata.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/annotation/Command.java b/src/main/java/io/lettuce/core/dynamic/annotation/Command.java index 28375416c8..3955358f5b 100644 --- a/src/main/java/io/lettuce/core/dynamic/annotation/Command.java +++ b/src/main/java/io/lettuce/core/dynamic/annotation/Command.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.annotation; import java.lang.annotation.*; diff --git a/src/main/java/io/lettuce/core/dynamic/annotation/CommandNaming.java b/src/main/java/io/lettuce/core/dynamic/annotation/CommandNaming.java index 1eaf7189d3..6593688c91 100644 --- a/src/main/java/io/lettuce/core/dynamic/annotation/CommandNaming.java +++ b/src/main/java/io/lettuce/core/dynamic/annotation/CommandNaming.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.annotation; import java.lang.annotation.*; diff --git a/src/main/java/io/lettuce/core/dynamic/annotation/Key.java b/src/main/java/io/lettuce/core/dynamic/annotation/Key.java index d8ff2ecdb0..1590c3cd7f 100644 --- a/src/main/java/io/lettuce/core/dynamic/annotation/Key.java +++ b/src/main/java/io/lettuce/core/dynamic/annotation/Key.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.annotation; import java.lang.annotation.*; diff --git a/src/main/java/io/lettuce/core/dynamic/annotation/Param.java b/src/main/java/io/lettuce/core/dynamic/annotation/Param.java index 91a7055c3e..319c947079 100644 --- a/src/main/java/io/lettuce/core/dynamic/annotation/Param.java +++ b/src/main/java/io/lettuce/core/dynamic/annotation/Param.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.annotation; import java.lang.annotation.*; diff --git a/src/main/java/io/lettuce/core/dynamic/annotation/Value.java b/src/main/java/io/lettuce/core/dynamic/annotation/Value.java index f7ae551017..0a2418ea88 100644 --- a/src/main/java/io/lettuce/core/dynamic/annotation/Value.java +++ b/src/main/java/io/lettuce/core/dynamic/annotation/Value.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.annotation; import java.lang.annotation.*; diff --git a/src/main/java/io/lettuce/core/dynamic/batch/BatchException.java b/src/main/java/io/lettuce/core/dynamic/batch/BatchException.java index 8c6256aa67..a29222c89c 100644 --- a/src/main/java/io/lettuce/core/dynamic/batch/BatchException.java +++ b/src/main/java/io/lettuce/core/dynamic/batch/BatchException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.batch; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/dynamic/batch/BatchExecutor.java b/src/main/java/io/lettuce/core/dynamic/batch/BatchExecutor.java index b06c51c5ed..b76bed356d 100644 --- a/src/main/java/io/lettuce/core/dynamic/batch/BatchExecutor.java +++ b/src/main/java/io/lettuce/core/dynamic/batch/BatchExecutor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.batch; /** diff --git a/src/main/java/io/lettuce/core/dynamic/batch/BatchSize.java b/src/main/java/io/lettuce/core/dynamic/batch/BatchSize.java index 0039f31951..773153fb70 100644 --- a/src/main/java/io/lettuce/core/dynamic/batch/BatchSize.java +++ b/src/main/java/io/lettuce/core/dynamic/batch/BatchSize.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.batch; import java.lang.annotation.*; diff --git a/src/main/java/io/lettuce/core/dynamic/batch/CommandBatching.java b/src/main/java/io/lettuce/core/dynamic/batch/CommandBatching.java index 847303924a..6626c0feb9 100644 --- a/src/main/java/io/lettuce/core/dynamic/batch/CommandBatching.java +++ b/src/main/java/io/lettuce/core/dynamic/batch/CommandBatching.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.batch; /** diff --git a/src/main/java/io/lettuce/core/dynamic/codec/RedisCodecResolver.java b/src/main/java/io/lettuce/core/dynamic/codec/RedisCodecResolver.java index 341399282b..6f83d7fa68 100644 --- a/src/main/java/io/lettuce/core/dynamic/codec/RedisCodecResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/codec/RedisCodecResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.codec; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/domain/Timeout.java b/src/main/java/io/lettuce/core/dynamic/domain/Timeout.java index d8ef53c86e..84fb885004 100644 --- a/src/main/java/io/lettuce/core/dynamic/domain/Timeout.java +++ b/src/main/java/io/lettuce/core/dynamic/domain/Timeout.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.domain; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/dynamic/intercept/DefaultMethodInvokingInterceptor.java b/src/main/java/io/lettuce/core/dynamic/intercept/DefaultMethodInvokingInterceptor.java index 9605622bee..c5fcc4ed21 100644 --- a/src/main/java/io/lettuce/core/dynamic/intercept/DefaultMethodInvokingInterceptor.java +++ b/src/main/java/io/lettuce/core/dynamic/intercept/DefaultMethodInvokingInterceptor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; import java.lang.invoke.MethodHandle; diff --git a/src/main/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactory.java b/src/main/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactory.java index ca91667b6e..c724705f8a 100644 --- a/src/main/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; import java.lang.reflect.Method; diff --git a/src/main/java/io/lettuce/core/dynamic/intercept/InvocationTargetProvider.java b/src/main/java/io/lettuce/core/dynamic/intercept/InvocationTargetProvider.java index b9d8bd2d2c..b27acafb41 100644 --- a/src/main/java/io/lettuce/core/dynamic/intercept/InvocationTargetProvider.java +++ b/src/main/java/io/lettuce/core/dynamic/intercept/InvocationTargetProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; /** diff --git a/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptor.java b/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptor.java index 65f18b2bb0..3df6a17ea7 100644 --- a/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptor.java +++ b/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; /** diff --git a/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptorChain.java b/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptorChain.java index a928e5f770..83bf82d7a6 100644 --- a/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptorChain.java +++ b/src/main/java/io/lettuce/core/dynamic/intercept/MethodInterceptorChain.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; import java.lang.reflect.Method; diff --git a/src/main/java/io/lettuce/core/dynamic/intercept/MethodInvocation.java b/src/main/java/io/lettuce/core/dynamic/intercept/MethodInvocation.java index 4cbc2953fc..71325858e5 100644 --- a/src/main/java/io/lettuce/core/dynamic/intercept/MethodInvocation.java +++ b/src/main/java/io/lettuce/core/dynamic/intercept/MethodInvocation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; import java.lang.reflect.Method; diff --git a/src/main/java/io/lettuce/core/dynamic/output/CodecAwareOutputFactoryResolver.java b/src/main/java/io/lettuce/core/dynamic/output/CodecAwareOutputFactoryResolver.java index bfbb400731..80afeab65f 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/CodecAwareOutputFactoryResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/output/CodecAwareOutputFactoryResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactory.java b/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactory.java index dd643735e2..77f32785fc 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactoryResolver.java b/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactoryResolver.java index 362290ef60..bd94a1ec5d 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactoryResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/output/CommandOutputFactoryResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; /** diff --git a/src/main/java/io/lettuce/core/dynamic/output/CommandOutputResolverSupport.java b/src/main/java/io/lettuce/core/dynamic/output/CommandOutputResolverSupport.java index 083f9dd077..448d987d09 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/CommandOutputResolverSupport.java +++ b/src/main/java/io/lettuce/core/dynamic/output/CommandOutputResolverSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import io.lettuce.core.dynamic.support.ResolvableType; diff --git a/src/main/java/io/lettuce/core/dynamic/output/OutputRegistry.java b/src/main/java/io/lettuce/core/dynamic/output/OutputRegistry.java index 5a3bb7c15a..0ce4557ef1 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/OutputRegistry.java +++ b/src/main/java/io/lettuce/core/dynamic/output/OutputRegistry.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import java.lang.reflect.TypeVariable; diff --git a/src/main/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolver.java b/src/main/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolver.java index 0b53fe2d78..8ba3c724a0 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/dynamic/output/OutputSelector.java b/src/main/java/io/lettuce/core/dynamic/output/OutputSelector.java index eb11016b9e..baf034cdfe 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/OutputSelector.java +++ b/src/main/java/io/lettuce/core/dynamic/output/OutputSelector.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/output/OutputType.java b/src/main/java/io/lettuce/core/dynamic/output/OutputType.java index c4dcf43f89..e9f4439914 100644 --- a/src/main/java/io/lettuce/core/dynamic/output/OutputType.java +++ b/src/main/java/io/lettuce/core/dynamic/output/OutputType.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/dynamic/parameter/ExecutionSpecificParameters.java b/src/main/java/io/lettuce/core/dynamic/parameter/ExecutionSpecificParameters.java index cb591a6bda..33d18d8f90 100644 --- a/src/main/java/io/lettuce/core/dynamic/parameter/ExecutionSpecificParameters.java +++ b/src/main/java/io/lettuce/core/dynamic/parameter/ExecutionSpecificParameters.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.parameter; import java.lang.reflect.Method; diff --git a/src/main/java/io/lettuce/core/dynamic/parameter/MethodParametersAccessor.java b/src/main/java/io/lettuce/core/dynamic/parameter/MethodParametersAccessor.java index 92b6035c4b..9fd86220d9 100644 --- a/src/main/java/io/lettuce/core/dynamic/parameter/MethodParametersAccessor.java +++ b/src/main/java/io/lettuce/core/dynamic/parameter/MethodParametersAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.parameter; import java.util.Iterator; diff --git a/src/main/java/io/lettuce/core/dynamic/parameter/Parameter.java b/src/main/java/io/lettuce/core/dynamic/parameter/Parameter.java index ed7da97622..9c0f90968b 100644 --- a/src/main/java/io/lettuce/core/dynamic/parameter/Parameter.java +++ b/src/main/java/io/lettuce/core/dynamic/parameter/Parameter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.parameter; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/parameter/Parameters.java b/src/main/java/io/lettuce/core/dynamic/parameter/Parameters.java index 349f7ca58f..0f9286ed48 100644 --- a/src/main/java/io/lettuce/core/dynamic/parameter/Parameters.java +++ b/src/main/java/io/lettuce/core/dynamic/parameter/Parameters.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.parameter; import java.lang.reflect.Method; diff --git a/src/main/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactory.java b/src/main/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactory.java index 246bc6a5d1..151aaccda6 100644 --- a/src/main/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.segment; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/dynamic/segment/CommandSegment.java b/src/main/java/io/lettuce/core/dynamic/segment/CommandSegment.java index 86e6ac6bbb..44a5b8fbad 100644 --- a/src/main/java/io/lettuce/core/dynamic/segment/CommandSegment.java +++ b/src/main/java/io/lettuce/core/dynamic/segment/CommandSegment.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.segment; import io.lettuce.core.dynamic.parameter.MethodParametersAccessor; diff --git a/src/main/java/io/lettuce/core/dynamic/segment/CommandSegmentFactory.java b/src/main/java/io/lettuce/core/dynamic/segment/CommandSegmentFactory.java index d344febf11..3086514052 100644 --- a/src/main/java/io/lettuce/core/dynamic/segment/CommandSegmentFactory.java +++ b/src/main/java/io/lettuce/core/dynamic/segment/CommandSegmentFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.segment; import io.lettuce.core.dynamic.CommandMethod; diff --git a/src/main/java/io/lettuce/core/dynamic/segment/CommandSegments.java b/src/main/java/io/lettuce/core/dynamic/segment/CommandSegments.java index cb8fe862f3..155edc4b65 100644 --- a/src/main/java/io/lettuce/core/dynamic/segment/CommandSegments.java +++ b/src/main/java/io/lettuce/core/dynamic/segment/CommandSegments.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.segment; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/dynamic/support/AnnotationParameterNameDiscoverer.java b/src/main/java/io/lettuce/core/dynamic/support/AnnotationParameterNameDiscoverer.java index 0757305a40..7505cdcfa2 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/AnnotationParameterNameDiscoverer.java +++ b/src/main/java/io/lettuce/core/dynamic/support/AnnotationParameterNameDiscoverer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/support/ClassTypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/ClassTypeInformation.java index d6ee153cca..7b34e4a4a3 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/ClassTypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/ClassTypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.ref.Reference; diff --git a/src/main/java/io/lettuce/core/dynamic/support/CompositeParameterNameDiscoverer.java b/src/main/java/io/lettuce/core/dynamic/support/CompositeParameterNameDiscoverer.java index 1815aa5ac8..848573206e 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/CompositeParameterNameDiscoverer.java +++ b/src/main/java/io/lettuce/core/dynamic/support/CompositeParameterNameDiscoverer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Constructor; diff --git a/src/main/java/io/lettuce/core/dynamic/support/GenericArrayTypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/GenericArrayTypeInformation.java index c208f56b5d..cacf76debb 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/GenericArrayTypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/GenericArrayTypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Array; diff --git a/src/main/java/io/lettuce/core/dynamic/support/GenericTypeResolver.java b/src/main/java/io/lettuce/core/dynamic/support/GenericTypeResolver.java index bbb578660e..26bb3575c4 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/GenericTypeResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/support/GenericTypeResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.ParameterizedType; diff --git a/src/main/java/io/lettuce/core/dynamic/support/MethodParameter.java b/src/main/java/io/lettuce/core/dynamic/support/MethodParameter.java index e7c77abdf7..2d43b53060 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/MethodParameter.java +++ b/src/main/java/io/lettuce/core/dynamic/support/MethodParameter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/dynamic/support/ParameterNameDiscoverer.java b/src/main/java/io/lettuce/core/dynamic/support/ParameterNameDiscoverer.java index 47b4d6fb6e..609f0cabad 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/ParameterNameDiscoverer.java +++ b/src/main/java/io/lettuce/core/dynamic/support/ParameterNameDiscoverer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Constructor; diff --git a/src/main/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformation.java index e77bb6b722..e039a0e3a1 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.ParameterizedType; diff --git a/src/main/java/io/lettuce/core/dynamic/support/ParentTypeAwareTypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/ParentTypeAwareTypeInformation.java index 34081315d3..caab56e8f7 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/ParentTypeAwareTypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/ParentTypeAwareTypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Type; diff --git a/src/main/java/io/lettuce/core/dynamic/support/ReflectionUtils.java b/src/main/java/io/lettuce/core/dynamic/support/ReflectionUtils.java index 79fec1acff..110e06e670 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/ReflectionUtils.java +++ b/src/main/java/io/lettuce/core/dynamic/support/ReflectionUtils.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.*; diff --git a/src/main/java/io/lettuce/core/dynamic/support/ResolvableType.java b/src/main/java/io/lettuce/core/dynamic/support/ResolvableType.java index e5e99be563..50c224fc9a 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/ResolvableType.java +++ b/src/main/java/io/lettuce/core/dynamic/support/ResolvableType.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/dynamic/support/StandardReflectionParameterNameDiscoverer.java b/src/main/java/io/lettuce/core/dynamic/support/StandardReflectionParameterNameDiscoverer.java index 21c2893168..1440951266 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/StandardReflectionParameterNameDiscoverer.java +++ b/src/main/java/io/lettuce/core/dynamic/support/StandardReflectionParameterNameDiscoverer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Constructor; diff --git a/src/main/java/io/lettuce/core/dynamic/support/TypeDiscoverer.java b/src/main/java/io/lettuce/core/dynamic/support/TypeDiscoverer.java index 4a6490fa23..46a683b1a3 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/TypeDiscoverer.java +++ b/src/main/java/io/lettuce/core/dynamic/support/TypeDiscoverer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.*; diff --git a/src/main/java/io/lettuce/core/dynamic/support/TypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/TypeInformation.java index 154311c528..0243f3c544 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/TypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/TypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Constructor; diff --git a/src/main/java/io/lettuce/core/dynamic/support/TypeVariableTypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/TypeVariableTypeInformation.java index a629b0c5c7..5bf52651d7 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/TypeVariableTypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/TypeVariableTypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.ParameterizedType; diff --git a/src/main/java/io/lettuce/core/dynamic/support/TypeWrapper.java b/src/main/java/io/lettuce/core/dynamic/support/TypeWrapper.java index 4a584939f2..66ba7ef356 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/TypeWrapper.java +++ b/src/main/java/io/lettuce/core/dynamic/support/TypeWrapper.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.io.IOException; diff --git a/src/main/java/io/lettuce/core/dynamic/support/WildcardTypeInformation.java b/src/main/java/io/lettuce/core/dynamic/support/WildcardTypeInformation.java index 295bac961c..dbdb93fe7d 100644 --- a/src/main/java/io/lettuce/core/dynamic/support/WildcardTypeInformation.java +++ b/src/main/java/io/lettuce/core/dynamic/support/WildcardTypeInformation.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import java.lang.reflect.Type; diff --git a/src/main/java/io/lettuce/core/event/DefaultEventBus.java b/src/main/java/io/lettuce/core/event/DefaultEventBus.java index 75fea429fa..e94aecdcaa 100644 --- a/src/main/java/io/lettuce/core/event/DefaultEventBus.java +++ b/src/main/java/io/lettuce/core/event/DefaultEventBus.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import reactor.core.publisher.Flux; diff --git a/src/main/java/io/lettuce/core/event/DefaultEventPublisherOptions.java b/src/main/java/io/lettuce/core/event/DefaultEventPublisherOptions.java index 80a1de354f..ff1f55315e 100644 --- a/src/main/java/io/lettuce/core/event/DefaultEventPublisherOptions.java +++ b/src/main/java/io/lettuce/core/event/DefaultEventPublisherOptions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/event/Event.java b/src/main/java/io/lettuce/core/event/Event.java index 043f62706f..7efe14bb0d 100644 --- a/src/main/java/io/lettuce/core/event/Event.java +++ b/src/main/java/io/lettuce/core/event/Event.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; /** diff --git a/src/main/java/io/lettuce/core/event/EventBus.java b/src/main/java/io/lettuce/core/event/EventBus.java index 4503c4f736..eca2088e56 100644 --- a/src/main/java/io/lettuce/core/event/EventBus.java +++ b/src/main/java/io/lettuce/core/event/EventBus.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import reactor.core.publisher.Flux; diff --git a/src/main/java/io/lettuce/core/event/EventPublisherOptions.java b/src/main/java/io/lettuce/core/event/EventPublisherOptions.java index 321bfa3766..934b14c851 100644 --- a/src/main/java/io/lettuce/core/event/EventPublisherOptions.java +++ b/src/main/java/io/lettuce/core/event/EventPublisherOptions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/event/command/CommandBaseEvent.java b/src/main/java/io/lettuce/core/event/command/CommandBaseEvent.java index c5338c05b4..9b0b3b527a 100644 --- a/src/main/java/io/lettuce/core/event/command/CommandBaseEvent.java +++ b/src/main/java/io/lettuce/core/event/command/CommandBaseEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.command; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/event/command/CommandSucceededEvent.java b/src/main/java/io/lettuce/core/event/command/CommandSucceededEvent.java index 57583a13b9..62da154e5a 100644 --- a/src/main/java/io/lettuce/core/event/command/CommandSucceededEvent.java +++ b/src/main/java/io/lettuce/core/event/command/CommandSucceededEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.command; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectEvent.java b/src/main/java/io/lettuce/core/event/connection/ConnectEvent.java index ed9f60100a..0b7d61efa2 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectedEvent.java b/src/main/java/io/lettuce/core/event/connection/ConnectedEvent.java index 96e2bc970f..9569349ff7 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectionActivatedEvent.java b/src/main/java/io/lettuce/core/event/connection/ConnectionActivatedEvent.java index 94bc44d0bb..0b4fd32712 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectionActivatedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectionActivatedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectionCreatedEvent.java b/src/main/java/io/lettuce/core/event/connection/ConnectionCreatedEvent.java index df451ab731..08dd6f9cd9 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectionCreatedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectionCreatedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectionDeactivatedEvent.java b/src/main/java/io/lettuce/core/event/connection/ConnectionDeactivatedEvent.java index 8153a67973..36af0b50b9 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectionDeactivatedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectionDeactivatedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectionEvent.java b/src/main/java/io/lettuce/core/event/connection/ConnectionEvent.java index 3efd8b1369..f4ca2b3b0c 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectionEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectionEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import io.lettuce.core.ConnectionId; diff --git a/src/main/java/io/lettuce/core/event/connection/ConnectionEventSupport.java b/src/main/java/io/lettuce/core/event/connection/ConnectionEventSupport.java index cc9eeb23cf..95d03a0278 100644 --- a/src/main/java/io/lettuce/core/event/connection/ConnectionEventSupport.java +++ b/src/main/java/io/lettuce/core/event/connection/ConnectionEventSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/connection/DisconnectedEvent.java b/src/main/java/io/lettuce/core/event/connection/DisconnectedEvent.java index eecdf2fd09..d6b1d1dffe 100644 --- a/src/main/java/io/lettuce/core/event/connection/DisconnectedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/DisconnectedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrConnectEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrConnectEvent.java index 39ddc480c8..8a4a4216c1 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrConnectEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrConnectEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrConnectedEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrConnectedEvent.java index 1806bda0e5..bb48dcf1c0 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrConnectedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrConnectedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrConnectionActivatedEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrConnectionActivatedEvent.java index af2de121b8..458b188aca 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrConnectionActivatedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrConnectionActivatedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrConnectionCreatedEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrConnectionCreatedEvent.java index 4c5d1738ad..ef5c43bbb8 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrConnectionCreatedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrConnectionCreatedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrConnectionDeactivatedEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrConnectionDeactivatedEvent.java index bd42cccd69..6584c0bee7 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrConnectionDeactivatedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrConnectionDeactivatedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrDisconnectedEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrDisconnectedEvent.java index 43da330ac9..f000bde97d 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrDisconnectedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrDisconnectedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrReconnectAttemptEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrReconnectAttemptEvent.java index b6e34f466b..3aa99e0e51 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrReconnectAttemptEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrReconnectAttemptEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/event/connection/JfrReconnectFailedEvent.java b/src/main/java/io/lettuce/core/event/connection/JfrReconnectFailedEvent.java index e326dca90b..ca1869baee 100644 --- a/src/main/java/io/lettuce/core/event/connection/JfrReconnectFailedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/JfrReconnectFailedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.io.PrintWriter; diff --git a/src/main/java/io/lettuce/core/event/connection/ReconnectAttemptEvent.java b/src/main/java/io/lettuce/core/event/connection/ReconnectAttemptEvent.java index 23b616f111..720176cbab 100644 --- a/src/main/java/io/lettuce/core/event/connection/ReconnectAttemptEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ReconnectAttemptEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/connection/ReconnectFailedEvent.java b/src/main/java/io/lettuce/core/event/connection/ReconnectFailedEvent.java index 8c95497682..7efa6e095c 100644 --- a/src/main/java/io/lettuce/core/event/connection/ReconnectFailedEvent.java +++ b/src/main/java/io/lettuce/core/event/connection/ReconnectFailedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.connection; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/event/jfr/EventRecorder.java b/src/main/java/io/lettuce/core/event/jfr/EventRecorder.java index 1f41723ee4..718c132018 100644 --- a/src/main/java/io/lettuce/core/event/jfr/EventRecorder.java +++ b/src/main/java/io/lettuce/core/event/jfr/EventRecorder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.jfr; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/event/jfr/EventRecorderHolder.java b/src/main/java/io/lettuce/core/event/jfr/EventRecorderHolder.java index b29c26b874..0b9dae0e25 100644 --- a/src/main/java/io/lettuce/core/event/jfr/EventRecorderHolder.java +++ b/src/main/java/io/lettuce/core/event/jfr/EventRecorderHolder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.jfr; import io.lettuce.core.internal.LettuceClassUtils; diff --git a/src/main/java/io/lettuce/core/event/jfr/JfrEventRecorder.java b/src/main/java/io/lettuce/core/event/jfr/JfrEventRecorder.java index af72fb3034..620e546d54 100644 --- a/src/main/java/io/lettuce/core/event/jfr/JfrEventRecorder.java +++ b/src/main/java/io/lettuce/core/event/jfr/JfrEventRecorder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.jfr; import java.lang.reflect.Constructor; diff --git a/src/main/java/io/lettuce/core/event/jfr/NoOpEventRecorder.java b/src/main/java/io/lettuce/core/event/jfr/NoOpEventRecorder.java index 419a37eef1..8b5f7a9e50 100644 --- a/src/main/java/io/lettuce/core/event/jfr/NoOpEventRecorder.java +++ b/src/main/java/io/lettuce/core/event/jfr/NoOpEventRecorder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.jfr; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/event/metrics/CommandLatencyEvent.java b/src/main/java/io/lettuce/core/event/metrics/CommandLatencyEvent.java index e6c162055b..0b9595d075 100644 --- a/src/main/java/io/lettuce/core/event/metrics/CommandLatencyEvent.java +++ b/src/main/java/io/lettuce/core/event/metrics/CommandLatencyEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.metrics; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/event/metrics/DefaultCommandLatencyEventPublisher.java b/src/main/java/io/lettuce/core/event/metrics/DefaultCommandLatencyEventPublisher.java index 69d35234c5..75c327edd0 100644 --- a/src/main/java/io/lettuce/core/event/metrics/DefaultCommandLatencyEventPublisher.java +++ b/src/main/java/io/lettuce/core/event/metrics/DefaultCommandLatencyEventPublisher.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.metrics; import java.util.concurrent.TimeUnit; diff --git a/src/main/java/io/lettuce/core/event/metrics/MetricEventPublisher.java b/src/main/java/io/lettuce/core/event/metrics/MetricEventPublisher.java index 3c08b3df23..56c696a0ce 100644 --- a/src/main/java/io/lettuce/core/event/metrics/MetricEventPublisher.java +++ b/src/main/java/io/lettuce/core/event/metrics/MetricEventPublisher.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.metrics; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/internal/AsyncCloseable.java b/src/main/java/io/lettuce/core/internal/AsyncCloseable.java index eaf3e8002a..f802d57af2 100644 --- a/src/main/java/io/lettuce/core/internal/AsyncCloseable.java +++ b/src/main/java/io/lettuce/core/internal/AsyncCloseable.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/internal/AsyncConnectionProvider.java b/src/main/java/io/lettuce/core/internal/AsyncConnectionProvider.java index 55590cdf8f..335450d5eb 100644 --- a/src/main/java/io/lettuce/core/internal/AsyncConnectionProvider.java +++ b/src/main/java/io/lettuce/core/internal/AsyncConnectionProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/internal/DefaultMethods.java b/src/main/java/io/lettuce/core/internal/DefaultMethods.java index 7e449ecf12..c4140becf1 100644 --- a/src/main/java/io/lettuce/core/internal/DefaultMethods.java +++ b/src/main/java/io/lettuce/core/internal/DefaultMethods.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.lang.invoke.MethodHandle; diff --git a/src/main/java/io/lettuce/core/internal/Exceptions.java b/src/main/java/io/lettuce/core/internal/Exceptions.java index 61baa7f50a..e0c396a650 100644 --- a/src/main/java/io/lettuce/core/internal/Exceptions.java +++ b/src/main/java/io/lettuce/core/internal/Exceptions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.concurrent.CompletionException; diff --git a/src/main/java/io/lettuce/core/internal/Futures.java b/src/main/java/io/lettuce/core/internal/Futures.java index 35fc8dead7..8c3fcf69f5 100644 --- a/src/main/java/io/lettuce/core/internal/Futures.java +++ b/src/main/java/io/lettuce/core/internal/Futures.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/internal/HostAndPort.java b/src/main/java/io/lettuce/core/internal/HostAndPort.java index 31254e9366..aeb41f665e 100644 --- a/src/main/java/io/lettuce/core/internal/HostAndPort.java +++ b/src/main/java/io/lettuce/core/internal/HostAndPort.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; /** diff --git a/src/main/java/io/lettuce/core/internal/LettuceAssert.java b/src/main/java/io/lettuce/core/internal/LettuceAssert.java index 9e83804c08..e41a13df46 100644 --- a/src/main/java/io/lettuce/core/internal/LettuceAssert.java +++ b/src/main/java/io/lettuce/core/internal/LettuceAssert.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/internal/LettuceClassUtils.java b/src/main/java/io/lettuce/core/internal/LettuceClassUtils.java index 0637016bf0..70b693d454 100644 --- a/src/main/java/io/lettuce/core/internal/LettuceClassUtils.java +++ b/src/main/java/io/lettuce/core/internal/LettuceClassUtils.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.IdentityHashMap; diff --git a/src/main/java/io/lettuce/core/internal/LettuceFactories.java b/src/main/java/io/lettuce/core/internal/LettuceFactories.java index a303f86da6..97eec713f1 100644 --- a/src/main/java/io/lettuce/core/internal/LettuceFactories.java +++ b/src/main/java/io/lettuce/core/internal/LettuceFactories.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.ArrayDeque; diff --git a/src/main/java/io/lettuce/core/internal/LettuceLists.java b/src/main/java/io/lettuce/core/internal/LettuceLists.java index 5d349df511..b63b3beeaf 100644 --- a/src/main/java/io/lettuce/core/internal/LettuceLists.java +++ b/src/main/java/io/lettuce/core/internal/LettuceLists.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.*; diff --git a/src/main/java/io/lettuce/core/internal/LettuceSets.java b/src/main/java/io/lettuce/core/internal/LettuceSets.java index 26260f8437..2c2f3f2849 100644 --- a/src/main/java/io/lettuce/core/internal/LettuceSets.java +++ b/src/main/java/io/lettuce/core/internal/LettuceSets.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/internal/TimeoutProvider.java b/src/main/java/io/lettuce/core/internal/TimeoutProvider.java index 3156f47c12..0d1d422517 100644 --- a/src/main/java/io/lettuce/core/internal/TimeoutProvider.java +++ b/src/main/java/io/lettuce/core/internal/TimeoutProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import java.util.concurrent.TimeUnit; diff --git a/src/main/java/io/lettuce/core/masterreplica/AsyncConnections.java b/src/main/java/io/lettuce/core/masterreplica/AsyncConnections.java index 0755b5bc8f..dad9097b52 100644 --- a/src/main/java/io/lettuce/core/masterreplica/AsyncConnections.java +++ b/src/main/java/io/lettuce/core/masterreplica/AsyncConnections.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/masterreplica/CompletableEventLatchSupport.java b/src/main/java/io/lettuce/core/masterreplica/CompletableEventLatchSupport.java index 4d44b12eea..7cdcd6d95b 100644 --- a/src/main/java/io/lettuce/core/masterreplica/CompletableEventLatchSupport.java +++ b/src/main/java/io/lettuce/core/masterreplica/CompletableEventLatchSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/masterreplica/Connections.java b/src/main/java/io/lettuce/core/masterreplica/Connections.java index d97fa858d6..057655ab70 100644 --- a/src/main/java/io/lettuce/core/masterreplica/Connections.java +++ b/src/main/java/io/lettuce/core/masterreplica/Connections.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/masterreplica/JfrMasterReplicaTopologyChangedEvent.java b/src/main/java/io/lettuce/core/masterreplica/JfrMasterReplicaTopologyChangedEvent.java index a0e4279c23..b0fdb4c2e5 100644 --- a/src/main/java/io/lettuce/core/masterreplica/JfrMasterReplicaTopologyChangedEvent.java +++ b/src/main/java/io/lettuce/core/masterreplica/JfrMasterReplicaTopologyChangedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import jdk.jfr.Category; diff --git a/src/main/java/io/lettuce/core/masterreplica/JfrSentinelTopologyRefreshEvent.java b/src/main/java/io/lettuce/core/masterreplica/JfrSentinelTopologyRefreshEvent.java index f029450987..ce7848acb1 100644 --- a/src/main/java/io/lettuce/core/masterreplica/JfrSentinelTopologyRefreshEvent.java +++ b/src/main/java/io/lettuce/core/masterreplica/JfrSentinelTopologyRefreshEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static jdk.jfr.Timespan.*; diff --git a/src/main/java/io/lettuce/core/masterreplica/MasterReplica.java b/src/main/java/io/lettuce/core/masterreplica/MasterReplica.java index 54ee6ca81b..ae7a81147d 100644 --- a/src/main/java/io/lettuce/core/masterreplica/MasterReplica.java +++ b/src/main/java/io/lettuce/core/masterreplica/MasterReplica.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.List; diff --git a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProvider.java b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProvider.java index 63f1308dc7..4b2732679a 100644 --- a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProvider.java +++ b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static io.lettuce.core.masterreplica.ReplicaUtils.*; diff --git a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnector.java b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnector.java index 7a688cd809..bbb0d3b7eb 100644 --- a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnector.java +++ b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaConnector.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyChangedEvent.java b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyChangedEvent.java index d339938a8a..f90bd3432a 100644 --- a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyChangedEvent.java +++ b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyChangedEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.List; diff --git a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefresh.java b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefresh.java index e48b0f47f2..1958352d2b 100644 --- a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefresh.java +++ b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefresh.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.List; diff --git a/src/main/java/io/lettuce/core/masterreplica/NoOpPushHandler.java b/src/main/java/io/lettuce/core/masterreplica/NoOpPushHandler.java index 2baf23228c..489e72cfb2 100644 --- a/src/main/java/io/lettuce/core/masterreplica/NoOpPushHandler.java +++ b/src/main/java/io/lettuce/core/masterreplica/NoOpPushHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/masterreplica/NodeConnectionFactory.java b/src/main/java/io/lettuce/core/masterreplica/NodeConnectionFactory.java index b01841e3aa..438e16b52c 100644 --- a/src/main/java/io/lettuce/core/masterreplica/NodeConnectionFactory.java +++ b/src/main/java/io/lettuce/core/masterreplica/NodeConnectionFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/masterreplica/RedisClientNodeConnectionFactory.java b/src/main/java/io/lettuce/core/masterreplica/RedisClientNodeConnectionFactory.java index a7c53a5ae1..84ada1b650 100644 --- a/src/main/java/io/lettuce/core/masterreplica/RedisClientNodeConnectionFactory.java +++ b/src/main/java/io/lettuce/core/masterreplica/RedisClientNodeConnectionFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/masterreplica/RedisMasterReplicaNode.java b/src/main/java/io/lettuce/core/masterreplica/RedisMasterReplicaNode.java index f54e1c2638..0d468e0a37 100644 --- a/src/main/java/io/lettuce/core/masterreplica/RedisMasterReplicaNode.java +++ b/src/main/java/io/lettuce/core/masterreplica/RedisMasterReplicaNode.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import io.lettuce.core.RedisURI; diff --git a/src/main/java/io/lettuce/core/masterreplica/ReplicaUtils.java b/src/main/java/io/lettuce/core/masterreplica/ReplicaUtils.java index 27c6e9b423..a58fc9ab6f 100644 --- a/src/main/java/io/lettuce/core/masterreplica/ReplicaUtils.java +++ b/src/main/java/io/lettuce/core/masterreplica/ReplicaUtils.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/masterreplica/Requests.java b/src/main/java/io/lettuce/core/masterreplica/Requests.java index d459cb3bfb..92439dacd0 100644 --- a/src/main/java/io/lettuce/core/masterreplica/Requests.java +++ b/src/main/java/io/lettuce/core/masterreplica/Requests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static io.lettuce.core.masterreplica.ReplicaUtils.findNodeByUri; diff --git a/src/main/java/io/lettuce/core/masterreplica/ResumeAfter.java b/src/main/java/io/lettuce/core/masterreplica/ResumeAfter.java index e6ef39762a..4231131d06 100644 --- a/src/main/java/io/lettuce/core/masterreplica/ResumeAfter.java +++ b/src/main/java/io/lettuce/core/masterreplica/ResumeAfter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; diff --git a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyProvider.java b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyProvider.java index b570230a5f..e00d340080 100644 --- a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyProvider.java +++ b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefresh.java b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefresh.java index adba288607..2dfface307 100644 --- a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefresh.java +++ b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefresh.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.io.Closeable; diff --git a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshConnections.java b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshConnections.java index b854917491..78e11d69d8 100644 --- a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshConnections.java +++ b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshConnections.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.List; diff --git a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshEvent.java b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshEvent.java index be250522a1..0807326138 100644 --- a/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshEvent.java +++ b/src/main/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshEvent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import io.lettuce.core.event.Event; diff --git a/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnection.java b/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnection.java index 26c271f3c0..ce5a9edbd0 100644 --- a/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnection.java +++ b/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import io.lettuce.core.ReadFrom; diff --git a/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnectionImpl.java b/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnectionImpl.java index f76bfb3357..47d793fac4 100644 --- a/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnectionImpl.java +++ b/src/main/java/io/lettuce/core/masterreplica/StatefulRedisMasterReplicaConnectionImpl.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaTopologyProvider.java b/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaTopologyProvider.java index 29a83370d6..7800afb9a2 100644 --- a/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaTopologyProvider.java +++ b/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaTopologyProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.List; diff --git a/src/main/java/io/lettuce/core/masterreplica/TimedAsyncCommand.java b/src/main/java/io/lettuce/core/masterreplica/TimedAsyncCommand.java index 2e33f82229..61a7257aa7 100644 --- a/src/main/java/io/lettuce/core/masterreplica/TimedAsyncCommand.java +++ b/src/main/java/io/lettuce/core/masterreplica/TimedAsyncCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import io.lettuce.core.protocol.AsyncCommand; diff --git a/src/main/java/io/lettuce/core/masterreplica/Timeout.java b/src/main/java/io/lettuce/core/masterreplica/Timeout.java index 27ba73b961..a1233ed622 100644 --- a/src/main/java/io/lettuce/core/masterreplica/Timeout.java +++ b/src/main/java/io/lettuce/core/masterreplica/Timeout.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.concurrent.TimeUnit; diff --git a/src/main/java/io/lettuce/core/masterreplica/TopologyComparators.java b/src/main/java/io/lettuce/core/masterreplica/TopologyComparators.java index 6a87ab38fd..dd514b1ee3 100644 --- a/src/main/java/io/lettuce/core/masterreplica/TopologyComparators.java +++ b/src/main/java/io/lettuce/core/masterreplica/TopologyComparators.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/masterreplica/TopologyProvider.java b/src/main/java/io/lettuce/core/masterreplica/TopologyProvider.java index 9ad3a909df..38fb99f796 100644 --- a/src/main/java/io/lettuce/core/masterreplica/TopologyProvider.java +++ b/src/main/java/io/lettuce/core/masterreplica/TopologyProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import java.util.List; diff --git a/src/main/java/io/lettuce/core/masterslave/MasterSlave.java b/src/main/java/io/lettuce/core/masterslave/MasterSlave.java index 88e19c5e3a..a84c5b1bd1 100644 --- a/src/main/java/io/lettuce/core/masterslave/MasterSlave.java +++ b/src/main/java/io/lettuce/core/masterslave/MasterSlave.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterslave; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/masterslave/MasterSlaveConnectionWrapper.java b/src/main/java/io/lettuce/core/masterslave/MasterSlaveConnectionWrapper.java index 2fef6ba036..b9a520e6f0 100644 --- a/src/main/java/io/lettuce/core/masterslave/MasterSlaveConnectionWrapper.java +++ b/src/main/java/io/lettuce/core/masterslave/MasterSlaveConnectionWrapper.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterslave; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/masterslave/StatefulRedisMasterSlaveConnection.java b/src/main/java/io/lettuce/core/masterslave/StatefulRedisMasterSlaveConnection.java index a4246f0185..b6b3ae6e52 100644 --- a/src/main/java/io/lettuce/core/masterslave/StatefulRedisMasterSlaveConnection.java +++ b/src/main/java/io/lettuce/core/masterslave/StatefulRedisMasterSlaveConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterslave; import io.lettuce.core.ReadFrom; diff --git a/src/main/java/io/lettuce/core/metrics/CommandLatencyCollector.java b/src/main/java/io/lettuce/core/metrics/CommandLatencyCollector.java index d56c347bbc..550949a599 100644 --- a/src/main/java/io/lettuce/core/metrics/CommandLatencyCollector.java +++ b/src/main/java/io/lettuce/core/metrics/CommandLatencyCollector.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.metrics; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/metrics/CommandLatencyId.java b/src/main/java/io/lettuce/core/metrics/CommandLatencyId.java index 342dddd732..0cf213ab0d 100644 --- a/src/main/java/io/lettuce/core/metrics/CommandLatencyId.java +++ b/src/main/java/io/lettuce/core/metrics/CommandLatencyId.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.metrics; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/metrics/CommandMetrics.java b/src/main/java/io/lettuce/core/metrics/CommandMetrics.java index 3668ec8a05..eaa4b0a32a 100644 --- a/src/main/java/io/lettuce/core/metrics/CommandMetrics.java +++ b/src/main/java/io/lettuce/core/metrics/CommandMetrics.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.metrics; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/models/role/RedisInstance.java b/src/main/java/io/lettuce/core/models/role/RedisInstance.java index daec434cae..79c993bfca 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisInstance.java +++ b/src/main/java/io/lettuce/core/models/role/RedisInstance.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; /** diff --git a/src/main/java/io/lettuce/core/models/role/RedisMasterInstance.java b/src/main/java/io/lettuce/core/models/role/RedisMasterInstance.java index b9bb1c22ca..1ed7098732 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisMasterInstance.java +++ b/src/main/java/io/lettuce/core/models/role/RedisMasterInstance.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.util.List; diff --git a/src/main/java/io/lettuce/core/models/role/RedisNodeDescription.java b/src/main/java/io/lettuce/core/models/role/RedisNodeDescription.java index d31bf5d087..48409b4ba1 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisNodeDescription.java +++ b/src/main/java/io/lettuce/core/models/role/RedisNodeDescription.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import io.lettuce.core.RedisURI; diff --git a/src/main/java/io/lettuce/core/models/role/RedisReplicaInstance.java b/src/main/java/io/lettuce/core/models/role/RedisReplicaInstance.java index c794f2e59f..19df1da8f4 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisReplicaInstance.java +++ b/src/main/java/io/lettuce/core/models/role/RedisReplicaInstance.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/models/role/RedisSentinelInstance.java b/src/main/java/io/lettuce/core/models/role/RedisSentinelInstance.java index 6a4dc03257..5af48d440a 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisSentinelInstance.java +++ b/src/main/java/io/lettuce/core/models/role/RedisSentinelInstance.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/models/role/RedisSlaveInstance.java b/src/main/java/io/lettuce/core/models/role/RedisSlaveInstance.java index 0d5c646556..ee8a6b80ea 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisSlaveInstance.java +++ b/src/main/java/io/lettuce/core/models/role/RedisSlaveInstance.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/models/role/RedisUpstreamInstance.java b/src/main/java/io/lettuce/core/models/role/RedisUpstreamInstance.java index 8b73f34bf4..ea8986e564 100644 --- a/src/main/java/io/lettuce/core/models/role/RedisUpstreamInstance.java +++ b/src/main/java/io/lettuce/core/models/role/RedisUpstreamInstance.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/models/role/ReplicationPartner.java b/src/main/java/io/lettuce/core/models/role/ReplicationPartner.java index 3dfb0cb420..343ab5ac60 100644 --- a/src/main/java/io/lettuce/core/models/role/ReplicationPartner.java +++ b/src/main/java/io/lettuce/core/models/role/ReplicationPartner.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.io.Serializable; diff --git a/src/main/java/io/lettuce/core/models/role/RoleParser.java b/src/main/java/io/lettuce/core/models/role/RoleParser.java index 2e0f42e52d..4cb575ddae 100644 --- a/src/main/java/io/lettuce/core/models/role/RoleParser.java +++ b/src/main/java/io/lettuce/core/models/role/RoleParser.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/models/stream/PendingMessage.java b/src/main/java/io/lettuce/core/models/stream/PendingMessage.java index 4a81e6b6e1..c7d7c61f2d 100644 --- a/src/main/java/io/lettuce/core/models/stream/PendingMessage.java +++ b/src/main/java/io/lettuce/core/models/stream/PendingMessage.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.stream; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/models/stream/PendingMessages.java b/src/main/java/io/lettuce/core/models/stream/PendingMessages.java index 112aa77cce..88d1c6140a 100644 --- a/src/main/java/io/lettuce/core/models/stream/PendingMessages.java +++ b/src/main/java/io/lettuce/core/models/stream/PendingMessages.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.stream; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/models/stream/PendingParser.java b/src/main/java/io/lettuce/core/models/stream/PendingParser.java index 1b0235bfe9..b247fbcb28 100644 --- a/src/main/java/io/lettuce/core/models/stream/PendingParser.java +++ b/src/main/java/io/lettuce/core/models/stream/PendingParser.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.stream; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/models/stream/package-info.java b/src/main/java/io/lettuce/core/models/stream/package-info.java index 2cdbeeebf7..9a4814619d 100644 --- a/src/main/java/io/lettuce/core/models/stream/package-info.java +++ b/src/main/java/io/lettuce/core/models/stream/package-info.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ /** * Model and parser for the Stream-related command output such as {@literal XPENDING}. diff --git a/src/main/java/io/lettuce/core/output/ArrayOutput.java b/src/main/java/io/lettuce/core/output/ArrayOutput.java index f8ef7d178f..8ebc8d5719 100644 --- a/src/main/java/io/lettuce/core/output/ArrayOutput.java +++ b/src/main/java/io/lettuce/core/output/ArrayOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import io.lettuce.core.codec.RedisCodec; diff --git a/src/main/java/io/lettuce/core/output/DefaultTransactionResult.java b/src/main/java/io/lettuce/core/output/DefaultTransactionResult.java index b1be7cf662..cc5a1f613f 100644 --- a/src/main/java/io/lettuce/core/output/DefaultTransactionResult.java +++ b/src/main/java/io/lettuce/core/output/DefaultTransactionResult.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.util.Iterator; diff --git a/src/main/java/io/lettuce/core/output/GenericMapOutput.java b/src/main/java/io/lettuce/core/output/GenericMapOutput.java index e548df293f..d4b10b65c9 100644 --- a/src/main/java/io/lettuce/core/output/GenericMapOutput.java +++ b/src/main/java/io/lettuce/core/output/GenericMapOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/GeoCoordinatesListOutput.java b/src/main/java/io/lettuce/core/output/GeoCoordinatesListOutput.java index cc254eb4a2..bb51449cf1 100644 --- a/src/main/java/io/lettuce/core/output/GeoCoordinatesListOutput.java +++ b/src/main/java/io/lettuce/core/output/GeoCoordinatesListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static java.lang.Double.*; diff --git a/src/main/java/io/lettuce/core/output/GeoCoordinatesValueListOutput.java b/src/main/java/io/lettuce/core/output/GeoCoordinatesValueListOutput.java index e3d1269275..4bd8927c2a 100644 --- a/src/main/java/io/lettuce/core/output/GeoCoordinatesValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/GeoCoordinatesValueListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static java.lang.Double.*; diff --git a/src/main/java/io/lettuce/core/output/GeoWithinListOutput.java b/src/main/java/io/lettuce/core/output/GeoWithinListOutput.java index 46f6a00394..01d4941915 100644 --- a/src/main/java/io/lettuce/core/output/GeoWithinListOutput.java +++ b/src/main/java/io/lettuce/core/output/GeoWithinListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static java.lang.Double.*; diff --git a/src/main/java/io/lettuce/core/output/IntegerListOutput.java b/src/main/java/io/lettuce/core/output/IntegerListOutput.java index 232e12a938..d23acd8dc6 100644 --- a/src/main/java/io/lettuce/core/output/IntegerListOutput.java +++ b/src/main/java/io/lettuce/core/output/IntegerListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.util.Collections; diff --git a/src/main/java/io/lettuce/core/output/KeyScanOutput.java b/src/main/java/io/lettuce/core/output/KeyScanOutput.java index 38e21de772..b339a10f11 100644 --- a/src/main/java/io/lettuce/core/output/KeyScanOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyScanOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyScanStreamingOutput.java b/src/main/java/io/lettuce/core/output/KeyScanStreamingOutput.java index 0f61cc58a5..06de3ec7cb 100644 --- a/src/main/java/io/lettuce/core/output/KeyScanStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyScanStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyStreamingChannel.java b/src/main/java/io/lettuce/core/output/KeyStreamingChannel.java index 622becc7dc..6d18523e68 100644 --- a/src/main/java/io/lettuce/core/output/KeyStreamingChannel.java +++ b/src/main/java/io/lettuce/core/output/KeyStreamingChannel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; /** diff --git a/src/main/java/io/lettuce/core/output/KeyStreamingOutput.java b/src/main/java/io/lettuce/core/output/KeyStreamingOutput.java index 26ee6910d3..696ec10038 100644 --- a/src/main/java/io/lettuce/core/output/KeyStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyValueListOutput.java b/src/main/java/io/lettuce/core/output/KeyValueListOutput.java index 88e287233b..686bbdddf8 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyValueListScoredValueOutput.java b/src/main/java/io/lettuce/core/output/KeyValueListScoredValueOutput.java index d69d36267d..d4b79034f7 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueListScoredValueOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueListScoredValueOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static java.lang.Double.*; diff --git a/src/main/java/io/lettuce/core/output/KeyValueOfScoredValueOutput.java b/src/main/java/io/lettuce/core/output/KeyValueOfScoredValueOutput.java index d56cd6ed2f..6bb09df871 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueOfScoredValueOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueOfScoredValueOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static java.lang.Double.*; diff --git a/src/main/java/io/lettuce/core/output/KeyValueScanStreamingOutput.java b/src/main/java/io/lettuce/core/output/KeyValueScanStreamingOutput.java index a8033b063e..3cd141f87a 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueScanStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueScanStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyValueScoredValueOutput.java b/src/main/java/io/lettuce/core/output/KeyValueScoredValueOutput.java index 71459fdb41..994735d614 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueScoredValueOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueScoredValueOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyValueStreamingChannel.java b/src/main/java/io/lettuce/core/output/KeyValueStreamingChannel.java index 3efcc684a9..d36a5ff364 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueStreamingChannel.java +++ b/src/main/java/io/lettuce/core/output/KeyValueStreamingChannel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; /** diff --git a/src/main/java/io/lettuce/core/output/KeyValueStreamingOutput.java b/src/main/java/io/lettuce/core/output/KeyValueStreamingOutput.java index 118d52cba5..26aa08803c 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/KeyValueValueListOutput.java b/src/main/java/io/lettuce/core/output/KeyValueValueListOutput.java index 677ca8857d..52f17d9c93 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueValueListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/MapScanOutput.java b/src/main/java/io/lettuce/core/output/MapScanOutput.java index 8a4ced136f..34266b2f9d 100644 --- a/src/main/java/io/lettuce/core/output/MapScanOutput.java +++ b/src/main/java/io/lettuce/core/output/MapScanOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ObjectOutput.java b/src/main/java/io/lettuce/core/output/ObjectOutput.java index 13d1857c08..27710910a0 100644 --- a/src/main/java/io/lettuce/core/output/ObjectOutput.java +++ b/src/main/java/io/lettuce/core/output/ObjectOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/OutputFactory.java b/src/main/java/io/lettuce/core/output/OutputFactory.java index bf82860260..7a7f1debbf 100644 --- a/src/main/java/io/lettuce/core/output/OutputFactory.java +++ b/src/main/java/io/lettuce/core/output/OutputFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.util.*; diff --git a/src/main/java/io/lettuce/core/output/PendingMessageListOutput.java b/src/main/java/io/lettuce/core/output/PendingMessageListOutput.java index 471b1bf09a..ed1c8957da 100644 --- a/src/main/java/io/lettuce/core/output/PendingMessageListOutput.java +++ b/src/main/java/io/lettuce/core/output/PendingMessageListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/PendingMessagesOutput.java b/src/main/java/io/lettuce/core/output/PendingMessagesOutput.java index 9f5a24260d..3c66f6dc6e 100644 --- a/src/main/java/io/lettuce/core/output/PendingMessagesOutput.java +++ b/src/main/java/io/lettuce/core/output/PendingMessagesOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/PushOutput.java b/src/main/java/io/lettuce/core/output/PushOutput.java index 582471ed45..276bc4f3ea 100644 --- a/src/main/java/io/lettuce/core/output/PushOutput.java +++ b/src/main/java/io/lettuce/core/output/PushOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ReplayOutput.java b/src/main/java/io/lettuce/core/output/ReplayOutput.java index 77c512a33d..4dafced0f1 100644 --- a/src/main/java/io/lettuce/core/output/ReplayOutput.java +++ b/src/main/java/io/lettuce/core/output/ReplayOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ScanOutput.java b/src/main/java/io/lettuce/core/output/ScanOutput.java index 0bb3fbaabb..92a32aa21b 100644 --- a/src/main/java/io/lettuce/core/output/ScanOutput.java +++ b/src/main/java/io/lettuce/core/output/ScanOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ScoredValueOutput.java b/src/main/java/io/lettuce/core/output/ScoredValueOutput.java index eb8a4ce83d..08d57798d7 100644 --- a/src/main/java/io/lettuce/core/output/ScoredValueOutput.java +++ b/src/main/java/io/lettuce/core/output/ScoredValueOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ScoredValueScanOutput.java b/src/main/java/io/lettuce/core/output/ScoredValueScanOutput.java index 7f9f9103af..c7f8dc57e1 100644 --- a/src/main/java/io/lettuce/core/output/ScoredValueScanOutput.java +++ b/src/main/java/io/lettuce/core/output/ScoredValueScanOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ScoredValueScanStreamingOutput.java b/src/main/java/io/lettuce/core/output/ScoredValueScanStreamingOutput.java index 4460efa205..352febdaff 100644 --- a/src/main/java/io/lettuce/core/output/ScoredValueScanStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/ScoredValueScanStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ScoredValueStreamingChannel.java b/src/main/java/io/lettuce/core/output/ScoredValueStreamingChannel.java index 47c1867e3a..6b8edbbf08 100644 --- a/src/main/java/io/lettuce/core/output/ScoredValueStreamingChannel.java +++ b/src/main/java/io/lettuce/core/output/ScoredValueStreamingChannel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import io.lettuce.core.ScoredValue; diff --git a/src/main/java/io/lettuce/core/output/ScoredValueStreamingOutput.java b/src/main/java/io/lettuce/core/output/ScoredValueStreamingOutput.java index 6a0567e4c3..aecb443c7c 100644 --- a/src/main/java/io/lettuce/core/output/ScoredValueStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/ScoredValueStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/SocketAddressOutput.java b/src/main/java/io/lettuce/core/output/SocketAddressOutput.java index 5443392f65..b8cf652649 100644 --- a/src/main/java/io/lettuce/core/output/SocketAddressOutput.java +++ b/src/main/java/io/lettuce/core/output/SocketAddressOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.net.InetSocketAddress; diff --git a/src/main/java/io/lettuce/core/output/StreamMessageListOutput.java b/src/main/java/io/lettuce/core/output/StreamMessageListOutput.java index 2022a84d4c..c2d0b603ba 100644 --- a/src/main/java/io/lettuce/core/output/StreamMessageListOutput.java +++ b/src/main/java/io/lettuce/core/output/StreamMessageListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/StreamReadOutput.java b/src/main/java/io/lettuce/core/output/StreamReadOutput.java index 5b4d2e9588..67186df93e 100644 --- a/src/main/java/io/lettuce/core/output/StreamReadOutput.java +++ b/src/main/java/io/lettuce/core/output/StreamReadOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/StreamingChannel.java b/src/main/java/io/lettuce/core/output/StreamingChannel.java index 3375cf1515..50a706feab 100644 --- a/src/main/java/io/lettuce/core/output/StreamingChannel.java +++ b/src/main/java/io/lettuce/core/output/StreamingChannel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; /** diff --git a/src/main/java/io/lettuce/core/output/StreamingOutput.java b/src/main/java/io/lettuce/core/output/StreamingOutput.java index c072845ae2..2dc50b8938 100644 --- a/src/main/java/io/lettuce/core/output/StreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/StreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/output/StringListOutput.java b/src/main/java/io/lettuce/core/output/StringListOutput.java index d19271d726..df60ecbfb3 100644 --- a/src/main/java/io/lettuce/core/output/StringListOutput.java +++ b/src/main/java/io/lettuce/core/output/StringListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/StringValueListOutput.java b/src/main/java/io/lettuce/core/output/StringValueListOutput.java index 314b31f36e..12b0e46313 100644 --- a/src/main/java/io/lettuce/core/output/StringValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/StringValueListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/TransformingOutput.java b/src/main/java/io/lettuce/core/output/TransformingOutput.java index 252a1a4cbc..9d8632f15f 100644 --- a/src/main/java/io/lettuce/core/output/TransformingOutput.java +++ b/src/main/java/io/lettuce/core/output/TransformingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ValueScanOutput.java b/src/main/java/io/lettuce/core/output/ValueScanOutput.java index 36e8d811aa..ee592e7c6a 100644 --- a/src/main/java/io/lettuce/core/output/ValueScanOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueScanOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ValueScanStreamingOutput.java b/src/main/java/io/lettuce/core/output/ValueScanStreamingOutput.java index b659fab7b3..101ae1129c 100644 --- a/src/main/java/io/lettuce/core/output/ValueScanStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueScanStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ValueStreamingChannel.java b/src/main/java/io/lettuce/core/output/ValueStreamingChannel.java index 4b10adb366..3ded49cd1e 100644 --- a/src/main/java/io/lettuce/core/output/ValueStreamingChannel.java +++ b/src/main/java/io/lettuce/core/output/ValueStreamingChannel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; /** diff --git a/src/main/java/io/lettuce/core/output/ValueStreamingOutput.java b/src/main/java/io/lettuce/core/output/ValueStreamingOutput.java index b0584591f9..8b51076238 100644 --- a/src/main/java/io/lettuce/core/output/ValueStreamingOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueStreamingOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/ValueValueListOutput.java b/src/main/java/io/lettuce/core/output/ValueValueListOutput.java index 79645a53fc..338b0aa7bb 100644 --- a/src/main/java/io/lettuce/core/output/ValueValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueValueListOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/output/VoidOutput.java b/src/main/java/io/lettuce/core/output/VoidOutput.java index 3bca4363c3..b5d16cca94 100644 --- a/src/main/java/io/lettuce/core/output/VoidOutput.java +++ b/src/main/java/io/lettuce/core/output/VoidOutput.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/protocol/ActivationCommand.java b/src/main/java/io/lettuce/core/protocol/ActivationCommand.java index 5150977aa7..92dfa9b1e6 100644 --- a/src/main/java/io/lettuce/core/protocol/ActivationCommand.java +++ b/src/main/java/io/lettuce/core/protocol/ActivationCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/BaseRedisCommandBuilder.java b/src/main/java/io/lettuce/core/protocol/BaseRedisCommandBuilder.java index b6c957580c..fb149d4ac0 100644 --- a/src/main/java/io/lettuce/core/protocol/BaseRedisCommandBuilder.java +++ b/src/main/java/io/lettuce/core/protocol/BaseRedisCommandBuilder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.lettuce.core.RedisException; diff --git a/src/main/java/io/lettuce/core/protocol/ByteBufferCopyCodec.java b/src/main/java/io/lettuce/core/protocol/ByteBufferCopyCodec.java index b990f141c4..ce3cea57ae 100644 --- a/src/main/java/io/lettuce/core/protocol/ByteBufferCopyCodec.java +++ b/src/main/java/io/lettuce/core/protocol/ByteBufferCopyCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java b/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java index 2c2230378a..94b5361043 100644 --- a/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java +++ b/src/main/java/io/lettuce/core/protocol/ChannelLogDescriptor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.netty.channel.Channel; diff --git a/src/main/java/io/lettuce/core/protocol/CommandArgsAccessor.java b/src/main/java/io/lettuce/core/protocol/CommandArgsAccessor.java index 69263fea65..29f9a63e0a 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandArgsAccessor.java +++ b/src/main/java/io/lettuce/core/protocol/CommandArgsAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/protocol/CommandEncoder.java b/src/main/java/io/lettuce/core/protocol/CommandEncoder.java index 690e8adfbb..1bcb58b9ee 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandEncoder.java +++ b/src/main/java/io/lettuce/core/protocol/CommandEncoder.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.nio.charset.Charset; diff --git a/src/main/java/io/lettuce/core/protocol/CompleteableCommand.java b/src/main/java/io/lettuce/core/protocol/CompleteableCommand.java index 978b2a8f17..999c235aeb 100644 --- a/src/main/java/io/lettuce/core/protocol/CompleteableCommand.java +++ b/src/main/java/io/lettuce/core/protocol/CompleteableCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.function.BiConsumer; diff --git a/src/main/java/io/lettuce/core/protocol/ConnectionFacade.java b/src/main/java/io/lettuce/core/protocol/ConnectionFacade.java index 0d4c7353b8..69d80339ca 100644 --- a/src/main/java/io/lettuce/core/protocol/ConnectionFacade.java +++ b/src/main/java/io/lettuce/core/protocol/ConnectionFacade.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/ConnectionInitializer.java b/src/main/java/io/lettuce/core/protocol/ConnectionInitializer.java index 19250c6c3c..e23c509c69 100644 --- a/src/main/java/io/lettuce/core/protocol/ConnectionInitializer.java +++ b/src/main/java/io/lettuce/core/protocol/ConnectionInitializer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.concurrent.CompletionStage; diff --git a/src/main/java/io/lettuce/core/protocol/ConnectionIntent.java b/src/main/java/io/lettuce/core/protocol/ConnectionIntent.java index cb89858cdf..5c9200bf04 100644 --- a/src/main/java/io/lettuce/core/protocol/ConnectionIntent.java +++ b/src/main/java/io/lettuce/core/protocol/ConnectionIntent.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicies.java b/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicies.java index 5ecc523887..ae675b6984 100644 --- a/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicies.java +++ b/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicies.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.netty.buffer.ByteBuf; diff --git a/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicy.java b/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicy.java index 7b9e9bcd48..39712c8d2a 100644 --- a/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicy.java +++ b/src/main/java/io/lettuce/core/protocol/DecodeBufferPolicy.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.netty.buffer.ByteBuf; diff --git a/src/main/java/io/lettuce/core/protocol/DecoratedCommand.java b/src/main/java/io/lettuce/core/protocol/DecoratedCommand.java index ed30afbfca..a29379c039 100644 --- a/src/main/java/io/lettuce/core/protocol/DecoratedCommand.java +++ b/src/main/java/io/lettuce/core/protocol/DecoratedCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/DemandAware.java b/src/main/java/io/lettuce/core/protocol/DemandAware.java index f2a0114c5b..e5e018da93 100644 --- a/src/main/java/io/lettuce/core/protocol/DemandAware.java +++ b/src/main/java/io/lettuce/core/protocol/DemandAware.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/Endpoint.java b/src/main/java/io/lettuce/core/protocol/Endpoint.java index 0e5fd607a9..797bf324d3 100644 --- a/src/main/java/io/lettuce/core/protocol/Endpoint.java +++ b/src/main/java/io/lettuce/core/protocol/Endpoint.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.netty.channel.Channel; diff --git a/src/main/java/io/lettuce/core/protocol/HasQueuedCommands.java b/src/main/java/io/lettuce/core/protocol/HasQueuedCommands.java index 05b24995e0..0af73ebc3d 100644 --- a/src/main/java/io/lettuce/core/protocol/HasQueuedCommands.java +++ b/src/main/java/io/lettuce/core/protocol/HasQueuedCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/protocol/LatencyMeteredCommand.java b/src/main/java/io/lettuce/core/protocol/LatencyMeteredCommand.java index 494be6040d..26e7fb0e68 100644 --- a/src/main/java/io/lettuce/core/protocol/LatencyMeteredCommand.java +++ b/src/main/java/io/lettuce/core/protocol/LatencyMeteredCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/PristineFallbackCommand.java b/src/main/java/io/lettuce/core/protocol/PristineFallbackCommand.java index 2723ea534a..55aa21142e 100644 --- a/src/main/java/io/lettuce/core/protocol/PristineFallbackCommand.java +++ b/src/main/java/io/lettuce/core/protocol/PristineFallbackCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/protocol/ProtocolKeyword.java b/src/main/java/io/lettuce/core/protocol/ProtocolKeyword.java index 3c8c350b0f..88d432407a 100644 --- a/src/main/java/io/lettuce/core/protocol/ProtocolKeyword.java +++ b/src/main/java/io/lettuce/core/protocol/ProtocolKeyword.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/ProtocolVersion.java b/src/main/java/io/lettuce/core/protocol/ProtocolVersion.java index 5fc8f30482..d9db5ea8d6 100644 --- a/src/main/java/io/lettuce/core/protocol/ProtocolVersion.java +++ b/src/main/java/io/lettuce/core/protocol/ProtocolVersion.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/PushHandler.java b/src/main/java/io/lettuce/core/protocol/PushHandler.java index 09873cc5b5..a3827363ad 100644 --- a/src/main/java/io/lettuce/core/protocol/PushHandler.java +++ b/src/main/java/io/lettuce/core/protocol/PushHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.Collection; diff --git a/src/main/java/io/lettuce/core/protocol/RatioDecodeBufferPolicy.java b/src/main/java/io/lettuce/core/protocol/RatioDecodeBufferPolicy.java index 713a6769c0..9dcad5f509 100644 --- a/src/main/java/io/lettuce/core/protocol/RatioDecodeBufferPolicy.java +++ b/src/main/java/io/lettuce/core/protocol/RatioDecodeBufferPolicy.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/protocol/ReconnectionListener.java b/src/main/java/io/lettuce/core/protocol/ReconnectionListener.java index 2b86504eee..92c692c41a 100644 --- a/src/main/java/io/lettuce/core/protocol/ReconnectionListener.java +++ b/src/main/java/io/lettuce/core/protocol/ReconnectionListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.lettuce.core.ConnectionEvents; diff --git a/src/main/java/io/lettuce/core/protocol/RedisCommand.java b/src/main/java/io/lettuce/core/protocol/RedisCommand.java index 7c2a9178fd..8195484cd9 100644 --- a/src/main/java/io/lettuce/core/protocol/RedisCommand.java +++ b/src/main/java/io/lettuce/core/protocol/RedisCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.lettuce.core.output.CommandOutput; diff --git a/src/main/java/io/lettuce/core/protocol/RedisHandshakeHandler.java b/src/main/java/io/lettuce/core/protocol/RedisHandshakeHandler.java index d0257440ea..2ffd5a4241 100644 --- a/src/main/java/io/lettuce/core/protocol/RedisHandshakeHandler.java +++ b/src/main/java/io/lettuce/core/protocol/RedisHandshakeHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/protocol/RedisProtocolException.java b/src/main/java/io/lettuce/core/protocol/RedisProtocolException.java index 1fac1f21e7..2606a96814 100644 --- a/src/main/java/io/lettuce/core/protocol/RedisProtocolException.java +++ b/src/main/java/io/lettuce/core/protocol/RedisProtocolException.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.lettuce.core.RedisException; diff --git a/src/main/java/io/lettuce/core/protocol/SharedLock.java b/src/main/java/io/lettuce/core/protocol/SharedLock.java index 0eda8a4882..13a9cb8cfe 100644 --- a/src/main/java/io/lettuce/core/protocol/SharedLock.java +++ b/src/main/java/io/lettuce/core/protocol/SharedLock.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.concurrent.atomic.AtomicLongFieldUpdater; diff --git a/src/main/java/io/lettuce/core/protocol/TracedCommand.java b/src/main/java/io/lettuce/core/protocol/TracedCommand.java index b882269b0f..2c4a6d8af3 100644 --- a/src/main/java/io/lettuce/core/protocol/TracedCommand.java +++ b/src/main/java/io/lettuce/core/protocol/TracedCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import io.lettuce.core.tracing.TraceContext; diff --git a/src/main/java/io/lettuce/core/protocol/TransactionalCommand.java b/src/main/java/io/lettuce/core/protocol/TransactionalCommand.java index 75828f36da..5301f32953 100644 --- a/src/main/java/io/lettuce/core/protocol/TransactionalCommand.java +++ b/src/main/java/io/lettuce/core/protocol/TransactionalCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/protocol/WithLatency.java b/src/main/java/io/lettuce/core/protocol/WithLatency.java index e084e2b5cc..c5a85d9113 100644 --- a/src/main/java/io/lettuce/core/protocol/WithLatency.java +++ b/src/main/java/io/lettuce/core/protocol/WithLatency.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; /** diff --git a/src/main/java/io/lettuce/core/pubsub/PubSubCommandArgs.java b/src/main/java/io/lettuce/core/pubsub/PubSubCommandArgs.java index 0afd44a8e7..cccbc93fab 100644 --- a/src/main/java/io/lettuce/core/pubsub/PubSubCommandArgs.java +++ b/src/main/java/io/lettuce/core/pubsub/PubSubCommandArgs.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/pubsub/PubSubCommandHandler.java b/src/main/java/io/lettuce/core/pubsub/PubSubCommandHandler.java index 8074537f33..8b43d602e2 100644 --- a/src/main/java/io/lettuce/core/pubsub/PubSubCommandHandler.java +++ b/src/main/java/io/lettuce/core/pubsub/PubSubCommandHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub; import java.nio.ByteBuffer; diff --git a/src/main/java/io/lettuce/core/pubsub/PubSubMessage.java b/src/main/java/io/lettuce/core/pubsub/PubSubMessage.java index f36f2b1cc2..09bbeb2fac 100644 --- a/src/main/java/io/lettuce/core/pubsub/PubSubMessage.java +++ b/src/main/java/io/lettuce/core/pubsub/PubSubMessage.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub; /** diff --git a/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnection.java b/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnection.java index 87bcd9c299..a77c008840 100644 --- a/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnection.java +++ b/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub; import io.lettuce.core.api.StatefulRedisConnection; diff --git a/src/main/java/io/lettuce/core/pubsub/api/async/RedisPubSubAsyncCommands.java b/src/main/java/io/lettuce/core/pubsub/api/async/RedisPubSubAsyncCommands.java index 5d1f3b198c..1689639a65 100644 --- a/src/main/java/io/lettuce/core/pubsub/api/async/RedisPubSubAsyncCommands.java +++ b/src/main/java/io/lettuce/core/pubsub/api/async/RedisPubSubAsyncCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub.api.async; import io.lettuce.core.RedisFuture; diff --git a/src/main/java/io/lettuce/core/pubsub/api/reactive/ChannelMessage.java b/src/main/java/io/lettuce/core/pubsub/api/reactive/ChannelMessage.java index d98d618736..e93511be7b 100644 --- a/src/main/java/io/lettuce/core/pubsub/api/reactive/ChannelMessage.java +++ b/src/main/java/io/lettuce/core/pubsub/api/reactive/ChannelMessage.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub.api.reactive; /** diff --git a/src/main/java/io/lettuce/core/pubsub/api/reactive/PatternMessage.java b/src/main/java/io/lettuce/core/pubsub/api/reactive/PatternMessage.java index 69cf09932f..e0541637e3 100644 --- a/src/main/java/io/lettuce/core/pubsub/api/reactive/PatternMessage.java +++ b/src/main/java/io/lettuce/core/pubsub/api/reactive/PatternMessage.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub.api.reactive; /** diff --git a/src/main/java/io/lettuce/core/pubsub/api/reactive/RedisPubSubReactiveCommands.java b/src/main/java/io/lettuce/core/pubsub/api/reactive/RedisPubSubReactiveCommands.java index 3e455a14e5..ae5bd54a0e 100644 --- a/src/main/java/io/lettuce/core/pubsub/api/reactive/RedisPubSubReactiveCommands.java +++ b/src/main/java/io/lettuce/core/pubsub/api/reactive/RedisPubSubReactiveCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub.api.reactive; import reactor.core.publisher.Flux; diff --git a/src/main/java/io/lettuce/core/pubsub/api/sync/RedisPubSubCommands.java b/src/main/java/io/lettuce/core/pubsub/api/sync/RedisPubSubCommands.java index 75fcd716ba..93d44b35c1 100644 --- a/src/main/java/io/lettuce/core/pubsub/api/sync/RedisPubSubCommands.java +++ b/src/main/java/io/lettuce/core/pubsub/api/sync/RedisPubSubCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub.api.sync; import io.lettuce.core.api.sync.RedisCommands; diff --git a/src/main/java/io/lettuce/core/resource/ConstantDelay.java b/src/main/java/io/lettuce/core/resource/ConstantDelay.java index b8a8b0a4de..fcc93764eb 100644 --- a/src/main/java/io/lettuce/core/resource/ConstantDelay.java +++ b/src/main/java/io/lettuce/core/resource/ConstantDelay.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.time.Duration; diff --git a/src/main/java/io/lettuce/core/resource/DefaultEventLoopGroupProvider.java b/src/main/java/io/lettuce/core/resource/DefaultEventLoopGroupProvider.java index 4a679cdb2b..76a016335d 100644 --- a/src/main/java/io/lettuce/core/resource/DefaultEventLoopGroupProvider.java +++ b/src/main/java/io/lettuce/core/resource/DefaultEventLoopGroupProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import static io.lettuce.core.resource.PromiseAdapter.*; diff --git a/src/main/java/io/lettuce/core/resource/DefaultNettyCustomizer.java b/src/main/java/io/lettuce/core/resource/DefaultNettyCustomizer.java index 6247531af5..51e75a13e9 100644 --- a/src/main/java/io/lettuce/core/resource/DefaultNettyCustomizer.java +++ b/src/main/java/io/lettuce/core/resource/DefaultNettyCustomizer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import io.netty.bootstrap.Bootstrap; diff --git a/src/main/java/io/lettuce/core/resource/DefaultThreadFactoryProvider.java b/src/main/java/io/lettuce/core/resource/DefaultThreadFactoryProvider.java index 4f0d977f10..e3e637fc61 100644 --- a/src/main/java/io/lettuce/core/resource/DefaultThreadFactoryProvider.java +++ b/src/main/java/io/lettuce/core/resource/DefaultThreadFactoryProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.util.concurrent.ThreadFactory; diff --git a/src/main/java/io/lettuce/core/resource/DirContextDnsResolver.java b/src/main/java/io/lettuce/core/resource/DirContextDnsResolver.java index dab2272443..a8db4d8179 100644 --- a/src/main/java/io/lettuce/core/resource/DirContextDnsResolver.java +++ b/src/main/java/io/lettuce/core/resource/DirContextDnsResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.io.Closeable; diff --git a/src/main/java/io/lettuce/core/resource/DnsResolver.java b/src/main/java/io/lettuce/core/resource/DnsResolver.java index ae8373ec2b..23863402d5 100644 --- a/src/main/java/io/lettuce/core/resource/DnsResolver.java +++ b/src/main/java/io/lettuce/core/resource/DnsResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.net.InetAddress; diff --git a/src/main/java/io/lettuce/core/resource/DnsResolvers.java b/src/main/java/io/lettuce/core/resource/DnsResolvers.java index ab491bb1d4..54e2936349 100644 --- a/src/main/java/io/lettuce/core/resource/DnsResolvers.java +++ b/src/main/java/io/lettuce/core/resource/DnsResolvers.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.net.InetAddress; diff --git a/src/main/java/io/lettuce/core/resource/EventLoopGroupProvider.java b/src/main/java/io/lettuce/core/resource/EventLoopGroupProvider.java index 385ec47b89..a9bc01b9d7 100644 --- a/src/main/java/io/lettuce/core/resource/EventLoopGroupProvider.java +++ b/src/main/java/io/lettuce/core/resource/EventLoopGroupProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.util.concurrent.TimeUnit; diff --git a/src/main/java/io/lettuce/core/resource/EventLoopResourcesWrapper.java b/src/main/java/io/lettuce/core/resource/EventLoopResourcesWrapper.java index df9693deab..2a0193e641 100644 --- a/src/main/java/io/lettuce/core/resource/EventLoopResourcesWrapper.java +++ b/src/main/java/io/lettuce/core/resource/EventLoopResourcesWrapper.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/resource/MappingSocketAddressResolver.java b/src/main/java/io/lettuce/core/resource/MappingSocketAddressResolver.java index 105115aca9..aafc21d7b5 100644 --- a/src/main/java/io/lettuce/core/resource/MappingSocketAddressResolver.java +++ b/src/main/java/io/lettuce/core/resource/MappingSocketAddressResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.net.InetAddress; diff --git a/src/main/java/io/lettuce/core/resource/NettyCustomizer.java b/src/main/java/io/lettuce/core/resource/NettyCustomizer.java index 02bab792e0..16e62c0cc7 100644 --- a/src/main/java/io/lettuce/core/resource/NettyCustomizer.java +++ b/src/main/java/io/lettuce/core/resource/NettyCustomizer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import io.netty.bootstrap.Bootstrap; diff --git a/src/main/java/io/lettuce/core/resource/PromiseAdapter.java b/src/main/java/io/lettuce/core/resource/PromiseAdapter.java index ccb8c42099..440416d901 100644 --- a/src/main/java/io/lettuce/core/resource/PromiseAdapter.java +++ b/src/main/java/io/lettuce/core/resource/PromiseAdapter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import io.netty.util.concurrent.*; diff --git a/src/main/java/io/lettuce/core/resource/SocketAddressResolver.java b/src/main/java/io/lettuce/core/resource/SocketAddressResolver.java index a88924ac9b..0d2dccbbf4 100644 --- a/src/main/java/io/lettuce/core/resource/SocketAddressResolver.java +++ b/src/main/java/io/lettuce/core/resource/SocketAddressResolver.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.net.InetAddress; diff --git a/src/main/java/io/lettuce/core/resource/ThreadFactoryProvider.java b/src/main/java/io/lettuce/core/resource/ThreadFactoryProvider.java index 95551c2ee7..4ed5cd4b1b 100644 --- a/src/main/java/io/lettuce/core/resource/ThreadFactoryProvider.java +++ b/src/main/java/io/lettuce/core/resource/ThreadFactoryProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.util.concurrent.ThreadFactory; diff --git a/src/main/java/io/lettuce/core/resource/Transports.java b/src/main/java/io/lettuce/core/resource/Transports.java index 9f4d3da13a..e36195e4bd 100644 --- a/src/main/java/io/lettuce/core/resource/Transports.java +++ b/src/main/java/io/lettuce/core/resource/Transports.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/resource/UnavailableResources.java b/src/main/java/io/lettuce/core/resource/UnavailableResources.java index a2ba68fddb..0528080dcf 100644 --- a/src/main/java/io/lettuce/core/resource/UnavailableResources.java +++ b/src/main/java/io/lettuce/core/resource/UnavailableResources.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import java.net.SocketAddress; diff --git a/src/main/java/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnection.java b/src/main/java/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnection.java index 89dfcc6c75..8811934c8b 100644 --- a/src/main/java/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnection.java +++ b/src/main/java/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel.api; import io.lettuce.core.api.StatefulConnection; diff --git a/src/main/java/io/lettuce/core/support/AbstractCdiBean.java b/src/main/java/io/lettuce/core/support/AbstractCdiBean.java index 5f69c8dcb3..0f4e2f7658 100644 --- a/src/main/java/io/lettuce/core/support/AbstractCdiBean.java +++ b/src/main/java/io/lettuce/core/support/AbstractCdiBean.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/support/AsyncConnectionPoolSupport.java b/src/main/java/io/lettuce/core/support/AsyncConnectionPoolSupport.java index 8403e44ac8..58064b0384 100644 --- a/src/main/java/io/lettuce/core/support/AsyncConnectionPoolSupport.java +++ b/src/main/java/io/lettuce/core/support/AsyncConnectionPoolSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/support/AsyncObjectFactory.java b/src/main/java/io/lettuce/core/support/AsyncObjectFactory.java index b6d8086fc3..a0818bfcc8 100644 --- a/src/main/java/io/lettuce/core/support/AsyncObjectFactory.java +++ b/src/main/java/io/lettuce/core/support/AsyncObjectFactory.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.util.concurrent.CompletableFuture; diff --git a/src/main/java/io/lettuce/core/support/AsyncPool.java b/src/main/java/io/lettuce/core/support/AsyncPool.java index d1a713481e..c7e7c5395c 100644 --- a/src/main/java/io/lettuce/core/support/AsyncPool.java +++ b/src/main/java/io/lettuce/core/support/AsyncPool.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.io.Closeable; diff --git a/src/main/java/io/lettuce/core/support/BasePool.java b/src/main/java/io/lettuce/core/support/BasePool.java index 75ba755fa9..756c0c016c 100644 --- a/src/main/java/io/lettuce/core/support/BasePool.java +++ b/src/main/java/io/lettuce/core/support/BasePool.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import io.lettuce.core.internal.LettuceAssert; diff --git a/src/main/java/io/lettuce/core/support/BasePoolConfig.java b/src/main/java/io/lettuce/core/support/BasePoolConfig.java index f53191e99c..f74ff8effb 100644 --- a/src/main/java/io/lettuce/core/support/BasePoolConfig.java +++ b/src/main/java/io/lettuce/core/support/BasePoolConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; /** diff --git a/src/main/java/io/lettuce/core/support/BoundedAsyncPool.java b/src/main/java/io/lettuce/core/support/BoundedAsyncPool.java index cecf10bcf1..40b9393485 100644 --- a/src/main/java/io/lettuce/core/support/BoundedAsyncPool.java +++ b/src/main/java/io/lettuce/core/support/BoundedAsyncPool.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.util.ArrayList; diff --git a/src/main/java/io/lettuce/core/support/CommonsPool2ConfigConverter.java b/src/main/java/io/lettuce/core/support/CommonsPool2ConfigConverter.java index 893caeed8f..94dddfdb80 100644 --- a/src/main/java/io/lettuce/core/support/CommonsPool2ConfigConverter.java +++ b/src/main/java/io/lettuce/core/support/CommonsPool2ConfigConverter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import org.apache.commons.pool2.impl.GenericObjectPoolConfig; diff --git a/src/main/java/io/lettuce/core/support/ConnectionPoolSupport.java b/src/main/java/io/lettuce/core/support/ConnectionPoolSupport.java index 800d1b011c..489626f397 100644 --- a/src/main/java/io/lettuce/core/support/ConnectionPoolSupport.java +++ b/src/main/java/io/lettuce/core/support/ConnectionPoolSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static io.lettuce.core.support.ConnectionWrapping.HasTargetConnection; diff --git a/src/main/java/io/lettuce/core/support/ConnectionWrapping.java b/src/main/java/io/lettuce/core/support/ConnectionWrapping.java index 6b41d2b81e..04bddfdb58 100644 --- a/src/main/java/io/lettuce/core/support/ConnectionWrapping.java +++ b/src/main/java/io/lettuce/core/support/ConnectionWrapping.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.lang.reflect.InvocationTargetException; diff --git a/src/main/java/io/lettuce/core/support/LettuceCdiExtension.java b/src/main/java/io/lettuce/core/support/LettuceCdiExtension.java index e6267a5acc..1e63b7f696 100644 --- a/src/main/java/io/lettuce/core/support/LettuceCdiExtension.java +++ b/src/main/java/io/lettuce/core/support/LettuceCdiExtension.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/support/RedisClientCdiBean.java b/src/main/java/io/lettuce/core/support/RedisClientCdiBean.java index 12e5aa3f7c..1fa2341614 100644 --- a/src/main/java/io/lettuce/core/support/RedisClientCdiBean.java +++ b/src/main/java/io/lettuce/core/support/RedisClientCdiBean.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/support/RedisClusterClientCdiBean.java b/src/main/java/io/lettuce/core/support/RedisClusterClientCdiBean.java index 33191b7a41..86cd8f8ec2 100644 --- a/src/main/java/io/lettuce/core/support/RedisClusterClientCdiBean.java +++ b/src/main/java/io/lettuce/core/support/RedisClusterClientCdiBean.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.lang.annotation.Annotation; diff --git a/src/main/java/io/lettuce/core/support/caching/CacheAccessor.java b/src/main/java/io/lettuce/core/support/caching/CacheAccessor.java index 6c9fb31189..0e9f789c51 100644 --- a/src/main/java/io/lettuce/core/support/caching/CacheAccessor.java +++ b/src/main/java/io/lettuce/core/support/caching/CacheAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/support/caching/CacheFrontend.java b/src/main/java/io/lettuce/core/support/caching/CacheFrontend.java index e412e698b5..446dda1ca4 100644 --- a/src/main/java/io/lettuce/core/support/caching/CacheFrontend.java +++ b/src/main/java/io/lettuce/core/support/caching/CacheFrontend.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; import java.io.Closeable; diff --git a/src/main/java/io/lettuce/core/support/caching/ClientSideCaching.java b/src/main/java/io/lettuce/core/support/caching/ClientSideCaching.java index 86c3fbedfc..e512c88f7f 100644 --- a/src/main/java/io/lettuce/core/support/caching/ClientSideCaching.java +++ b/src/main/java/io/lettuce/core/support/caching/ClientSideCaching.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; import java.util.List; diff --git a/src/main/java/io/lettuce/core/support/caching/DefaultRedisCache.java b/src/main/java/io/lettuce/core/support/caching/DefaultRedisCache.java index e386838353..474a0df9d5 100644 --- a/src/main/java/io/lettuce/core/support/caching/DefaultRedisCache.java +++ b/src/main/java/io/lettuce/core/support/caching/DefaultRedisCache.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; import java.util.List; diff --git a/src/main/java/io/lettuce/core/support/caching/MapCacheAccessor.java b/src/main/java/io/lettuce/core/support/caching/MapCacheAccessor.java index 73f1be16fe..ac9f21f109 100644 --- a/src/main/java/io/lettuce/core/support/caching/MapCacheAccessor.java +++ b/src/main/java/io/lettuce/core/support/caching/MapCacheAccessor.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; import java.util.Map; diff --git a/src/main/java/io/lettuce/core/support/caching/RedisCache.java b/src/main/java/io/lettuce/core/support/caching/RedisCache.java index f0e1bf6564..ded00d04f8 100644 --- a/src/main/java/io/lettuce/core/support/caching/RedisCache.java +++ b/src/main/java/io/lettuce/core/support/caching/RedisCache.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; /** diff --git a/src/main/java/io/lettuce/core/tracing/DefaultLettuceObservationConvention.java b/src/main/java/io/lettuce/core/tracing/DefaultLettuceObservationConvention.java index addf4ec744..a79dd83a09 100644 --- a/src/main/java/io/lettuce/core/tracing/DefaultLettuceObservationConvention.java +++ b/src/main/java/io/lettuce/core/tracing/DefaultLettuceObservationConvention.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import static io.lettuce.core.tracing.RedisObservation.*; diff --git a/src/main/java/io/lettuce/core/tracing/LettuceObservationContext.java b/src/main/java/io/lettuce/core/tracing/LettuceObservationContext.java index 6af7ebe48f..0a01afbb45 100644 --- a/src/main/java/io/lettuce/core/tracing/LettuceObservationContext.java +++ b/src/main/java/io/lettuce/core/tracing/LettuceObservationContext.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import io.lettuce.core.protocol.RedisCommand; diff --git a/src/main/java/io/lettuce/core/tracing/LettuceObservationConvention.java b/src/main/java/io/lettuce/core/tracing/LettuceObservationConvention.java index 8c429cb3da..8e8ef45934 100644 --- a/src/main/java/io/lettuce/core/tracing/LettuceObservationConvention.java +++ b/src/main/java/io/lettuce/core/tracing/LettuceObservationConvention.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import io.micrometer.observation.Observation; diff --git a/src/main/java/io/lettuce/core/tracing/MicrometerTracing.java b/src/main/java/io/lettuce/core/tracing/MicrometerTracing.java index 23337c9fe7..3c7252d5e5 100644 --- a/src/main/java/io/lettuce/core/tracing/MicrometerTracing.java +++ b/src/main/java/io/lettuce/core/tracing/MicrometerTracing.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import static io.lettuce.core.tracing.RedisObservation.*; diff --git a/src/main/java/io/lettuce/core/tracing/SocketAddressEndpoint.java b/src/main/java/io/lettuce/core/tracing/SocketAddressEndpoint.java index f3222642fe..f229545172 100644 --- a/src/main/java/io/lettuce/core/tracing/SocketAddressEndpoint.java +++ b/src/main/java/io/lettuce/core/tracing/SocketAddressEndpoint.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import java.net.InetSocketAddress; diff --git a/src/main/java/io/lettuce/core/tracing/TraceContext.java b/src/main/java/io/lettuce/core/tracing/TraceContext.java index 1a5c9a6969..1922baf74f 100644 --- a/src/main/java/io/lettuce/core/tracing/TraceContext.java +++ b/src/main/java/io/lettuce/core/tracing/TraceContext.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; /** diff --git a/src/main/java/io/lettuce/core/tracing/TraceContextProvider.java b/src/main/java/io/lettuce/core/tracing/TraceContextProvider.java index d05a818e79..b3dcfbef69 100644 --- a/src/main/java/io/lettuce/core/tracing/TraceContextProvider.java +++ b/src/main/java/io/lettuce/core/tracing/TraceContextProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import reactor.core.publisher.Mono; diff --git a/src/main/java/io/lettuce/core/tracing/Tracer.java b/src/main/java/io/lettuce/core/tracing/Tracer.java index 4ddf0326ac..abe87f7859 100644 --- a/src/main/java/io/lettuce/core/tracing/Tracer.java +++ b/src/main/java/io/lettuce/core/tracing/Tracer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import io.lettuce.core.protocol.RedisCommand; diff --git a/src/main/java/io/lettuce/core/tracing/TracerProvider.java b/src/main/java/io/lettuce/core/tracing/TracerProvider.java index 6dd87444d9..83d92da2be 100644 --- a/src/main/java/io/lettuce/core/tracing/TracerProvider.java +++ b/src/main/java/io/lettuce/core/tracing/TracerProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; /** diff --git a/src/main/javadoc/stylesheet.css b/src/main/javadoc/stylesheet.css index e8274dc159..9cbe0b11f8 100644 --- a/src/main/javadoc/stylesheet.css +++ b/src/main/javadoc/stylesheet.css @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ /* Javadoc style sheet */ /* diff --git a/src/main/kotlin/io/lettuce/core/api/StatefulRedisConnectionExtensions.kt b/src/main/kotlin/io/lettuce/core/api/StatefulRedisConnectionExtensions.kt index 35c46283d3..f23c05c4d7 100644 --- a/src/main/kotlin/io/lettuce/core/api/StatefulRedisConnectionExtensions.kt +++ b/src/main/kotlin/io/lettuce/core/api/StatefulRedisConnectionExtensions.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api import io.lettuce.core.ExperimentalLettuceCoroutinesApi diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommands.kt index 016e3fc013..66da571532 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommands.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.coroutines diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommandsImpl.kt index 6a3d2a6128..e545b7549e 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisFunctionCoroutinesCommandsImpl.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.coroutines diff --git a/src/main/kotlin/io/lettuce/core/cluster/api/StatefulRedisClusterConnectionExtensions.kt b/src/main/kotlin/io/lettuce/core/cluster/api/StatefulRedisClusterConnectionExtensions.kt index f8e43a3659..76cd7199aa 100644 --- a/src/main/kotlin/io/lettuce/core/cluster/api/StatefulRedisClusterConnectionExtensions.kt +++ b/src/main/kotlin/io/lettuce/core/cluster/api/StatefulRedisClusterConnectionExtensions.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.api import io.lettuce.core.ExperimentalLettuceCoroutinesApi diff --git a/src/main/kotlin/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnectionExtensions.kt b/src/main/kotlin/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnectionExtensions.kt index 2cb6708d15..bfc351b3e4 100644 --- a/src/main/kotlin/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnectionExtensions.kt +++ b/src/main/kotlin/io/lettuce/core/sentinel/api/StatefulRedisSentinelConnectionExtensions.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel.api import io.lettuce.core.ExperimentalLettuceCoroutinesApi diff --git a/src/main/templates/io/lettuce/core/api/RedisFunctionCommands.java b/src/main/templates/io/lettuce/core/api/RedisFunctionCommands.java index 215903381a..7bce9261f0 100644 --- a/src/main/templates/io/lettuce/core/api/RedisFunctionCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisFunctionCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api; import java.util.Map; diff --git a/src/main/templates/io/lettuce/core/api/RedisGeoCommands.java b/src/main/templates/io/lettuce/core/api/RedisGeoCommands.java index 0cd2036862..7a9a8663e2 100644 --- a/src/main/templates/io/lettuce/core/api/RedisGeoCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisGeoCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.*; diff --git a/src/main/templates/io/lettuce/core/api/RedisHLLCommands.java b/src/main/templates/io/lettuce/core/api/RedisHLLCommands.java index 138a628674..e4ba553c8f 100644 --- a/src/main/templates/io/lettuce/core/api/RedisHLLCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisHLLCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api; /** diff --git a/src/main/templates/io/lettuce/core/api/RedisTransactionalCommands.java b/src/main/templates/io/lettuce/core/api/RedisTransactionalCommands.java index 59aefae98f..78ee54015f 100644 --- a/src/main/templates/io/lettuce/core/api/RedisTransactionalCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisTransactionalCommands.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api; import java.util.List; diff --git a/src/test/java/biz/paluch/redis/extensibility/LettuceGeoDemo.java b/src/test/java/biz/paluch/redis/extensibility/LettuceGeoDemo.java index 2c5e209d81..57bf25031c 100644 --- a/src/test/java/biz/paluch/redis/extensibility/LettuceGeoDemo.java +++ b/src/test/java/biz/paluch/redis/extensibility/LettuceGeoDemo.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package biz.paluch.redis.extensibility; import java.util.List; diff --git a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClient.java b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClient.java index cae61cf335..c52c768140 100644 --- a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClient.java +++ b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClient.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package biz.paluch.redis.extensibility; import java.time.Duration; diff --git a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClientIntegrationTests.java b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClientIntegrationTests.java index 1e7488c63c..12b559a4be 100644 --- a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClientIntegrationTests.java +++ b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClientIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package biz.paluch.redis.extensibility; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/biz/paluch/redis/extensibility/MyPubSubConnection.java b/src/test/java/biz/paluch/redis/extensibility/MyPubSubConnection.java index 3012623e48..6e91f06a70 100644 --- a/src/test/java/biz/paluch/redis/extensibility/MyPubSubConnection.java +++ b/src/test/java/biz/paluch/redis/extensibility/MyPubSubConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package biz.paluch.redis.extensibility; import java.time.Duration; diff --git a/src/test/java/io/lettuce/RedisBug.java b/src/test/java/io/lettuce/RedisBug.java index cad4365259..429cf77353 100644 --- a/src/test/java/io/lettuce/RedisBug.java +++ b/src/test/java/io/lettuce/RedisBug.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce; import java.lang.annotation.*; diff --git a/src/test/java/io/lettuce/category/SlowTests.java b/src/test/java/io/lettuce/category/SlowTests.java index ce5a90fdc5..bdf3ca8af7 100644 --- a/src/test/java/io/lettuce/category/SlowTests.java +++ b/src/test/java/io/lettuce/category/SlowTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.category; /** diff --git a/src/test/java/io/lettuce/codec/CRC16UnitTests.java b/src/test/java/io/lettuce/codec/CRC16UnitTests.java index 6b4bb14932..6d51a0bd57 100644 --- a/src/test/java/io/lettuce/codec/CRC16UnitTests.java +++ b/src/test/java/io/lettuce/codec/CRC16UnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.codec; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/AuthenticationIntegrationTests.java b/src/test/java/io/lettuce/core/AuthenticationIntegrationTests.java index be0fb948d7..8543dbeb9f 100644 --- a/src/test/java/io/lettuce/core/AuthenticationIntegrationTests.java +++ b/src/test/java/io/lettuce/core/AuthenticationIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/ByteBufferCodec.java b/src/test/java/io/lettuce/core/ByteBufferCodec.java index 327684974b..4a46fdd9a9 100644 --- a/src/test/java/io/lettuce/core/ByteBufferCodec.java +++ b/src/test/java/io/lettuce/core/ByteBufferCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.nio.ByteBuffer; diff --git a/src/test/java/io/lettuce/core/ClientIntegrationTests.java b/src/test/java/io/lettuce/core/ClientIntegrationTests.java index 962af4788f..9309c17e65 100644 --- a/src/test/java/io/lettuce/core/ClientIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ClientIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/ClientMetricsIntegrationTests.java b/src/test/java/io/lettuce/core/ClientMetricsIntegrationTests.java index 8bfd3bd3de..05ff559d0a 100644 --- a/src/test/java/io/lettuce/core/ClientMetricsIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ClientMetricsIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/ClientOptionsUnitTests.java b/src/test/java/io/lettuce/core/ClientOptionsUnitTests.java index 0ce7408bc6..3446caaf81 100644 --- a/src/test/java/io/lettuce/core/ClientOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/ClientOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/ConnectMethodsIntegrationTests.java b/src/test/java/io/lettuce/core/ConnectMethodsIntegrationTests.java index 6fbd619e35..7461b5da76 100644 --- a/src/test/java/io/lettuce/core/ConnectMethodsIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ConnectMethodsIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/ConnectionFutureUnitTests.java b/src/test/java/io/lettuce/core/ConnectionFutureUnitTests.java index f0b57a7169..bc3807a3ab 100644 --- a/src/test/java/io/lettuce/core/ConnectionFutureUnitTests.java +++ b/src/test/java/io/lettuce/core/ConnectionFutureUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/CopyArgsUnitTests.java b/src/test/java/io/lettuce/core/CopyArgsUnitTests.java index 59e23f7652..4b5170b903 100644 --- a/src/test/java/io/lettuce/core/CopyArgsUnitTests.java +++ b/src/test/java/io/lettuce/core/CopyArgsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import io.lettuce.core.codec.StringCodec; diff --git a/src/test/java/io/lettuce/core/CustomCodecIntegrationTests.java b/src/test/java/io/lettuce/core/CustomCodecIntegrationTests.java index 12e7f4c2fe..c68377344f 100644 --- a/src/test/java/io/lettuce/core/CustomCodecIntegrationTests.java +++ b/src/test/java/io/lettuce/core/CustomCodecIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/GeoModelUnitTests.java b/src/test/java/io/lettuce/core/GeoModelUnitTests.java index c3b6a06706..2aa55cb8e9 100644 --- a/src/test/java/io/lettuce/core/GeoModelUnitTests.java +++ b/src/test/java/io/lettuce/core/GeoModelUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/GeoValueUnitTests.java b/src/test/java/io/lettuce/core/GeoValueUnitTests.java index ec9ed8888d..6688b11b08 100644 --- a/src/test/java/io/lettuce/core/GeoValueUnitTests.java +++ b/src/test/java/io/lettuce/core/GeoValueUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/LimitUnitTests.java b/src/test/java/io/lettuce/core/LimitUnitTests.java index e91345e205..c8f9417519 100644 --- a/src/test/java/io/lettuce/core/LimitUnitTests.java +++ b/src/test/java/io/lettuce/core/LimitUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/PipeliningIntegrationTests.java b/src/test/java/io/lettuce/core/PipeliningIntegrationTests.java index 93a55c889a..8138a31cc0 100644 --- a/src/test/java/io/lettuce/core/PipeliningIntegrationTests.java +++ b/src/test/java/io/lettuce/core/PipeliningIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/ProtectedModeTests.java b/src/test/java/io/lettuce/core/ProtectedModeTests.java index 4aca39d258..1b2c9493a0 100644 --- a/src/test/java/io/lettuce/core/ProtectedModeTests.java +++ b/src/test/java/io/lettuce/core/ProtectedModeTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/RangeUnitTests.java b/src/test/java/io/lettuce/core/RangeUnitTests.java index cbd324d6ad..941270497c 100644 --- a/src/test/java/io/lettuce/core/RangeUnitTests.java +++ b/src/test/java/io/lettuce/core/RangeUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static io.lettuce.core.Range.Boundary.excluding; diff --git a/src/test/java/io/lettuce/core/ReactiveBackpressurePropagationUnitTests.java b/src/test/java/io/lettuce/core/ReactiveBackpressurePropagationUnitTests.java index c5e5d697cb..72b6a2467d 100644 --- a/src/test/java/io/lettuce/core/ReactiveBackpressurePropagationUnitTests.java +++ b/src/test/java/io/lettuce/core/ReactiveBackpressurePropagationUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/ReactiveStreamingOutputIntegrationTests.java b/src/test/java/io/lettuce/core/ReactiveStreamingOutputIntegrationTests.java index a9b8f73933..490f70d556 100644 --- a/src/test/java/io/lettuce/core/ReactiveStreamingOutputIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ReactiveStreamingOutputIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/RedisClientFactoryUnitTests.java b/src/test/java/io/lettuce/core/RedisClientFactoryUnitTests.java index 4784a00f0b..d16f0b1613 100644 --- a/src/test/java/io/lettuce/core/RedisClientFactoryUnitTests.java +++ b/src/test/java/io/lettuce/core/RedisClientFactoryUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThatThrownBy; diff --git a/src/test/java/io/lettuce/core/RedisClientIntegrationTests.java b/src/test/java/io/lettuce/core/RedisClientIntegrationTests.java index f61a22b5c0..2b78d3f99c 100644 --- a/src/test/java/io/lettuce/core/RedisClientIntegrationTests.java +++ b/src/test/java/io/lettuce/core/RedisClientIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/RedisClientListenerIntegrationTests.java b/src/test/java/io/lettuce/core/RedisClientListenerIntegrationTests.java index e2af3e60f6..1e8b2dcf54 100644 --- a/src/test/java/io/lettuce/core/RedisClientListenerIntegrationTests.java +++ b/src/test/java/io/lettuce/core/RedisClientListenerIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/test/java/io/lettuce/core/RedisClientUnitTests.java b/src/test/java/io/lettuce/core/RedisClientUnitTests.java index f42117cd0c..4614519091 100644 --- a/src/test/java/io/lettuce/core/RedisClientUnitTests.java +++ b/src/test/java/io/lettuce/core/RedisClientUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/RedisCommandBuilderUnitTests.java b/src/test/java/io/lettuce/core/RedisCommandBuilderUnitTests.java index aa08efa79f..9d2b676aae 100644 --- a/src/test/java/io/lettuce/core/RedisCommandBuilderUnitTests.java +++ b/src/test/java/io/lettuce/core/RedisCommandBuilderUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/RedisHandshakeUnitTests.java b/src/test/java/io/lettuce/core/RedisHandshakeUnitTests.java index 8563439934..ad818c25d7 100644 --- a/src/test/java/io/lettuce/core/RedisHandshakeUnitTests.java +++ b/src/test/java/io/lettuce/core/RedisHandshakeUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/ScanArgsUnitTests.java b/src/test/java/io/lettuce/core/ScanArgsUnitTests.java index fbe5bc7d0b..8bb1228580 100644 --- a/src/test/java/io/lettuce/core/ScanArgsUnitTests.java +++ b/src/test/java/io/lettuce/core/ScanArgsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/ScanCursorUnitTests.java b/src/test/java/io/lettuce/core/ScanCursorUnitTests.java index a213dcaa0a..d00e06de17 100644 --- a/src/test/java/io/lettuce/core/ScanCursorUnitTests.java +++ b/src/test/java/io/lettuce/core/ScanCursorUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/ScoredValueStreamingAdapter.java b/src/test/java/io/lettuce/core/ScoredValueStreamingAdapter.java index 6ef65ff827..9d2c980f86 100644 --- a/src/test/java/io/lettuce/core/ScoredValueStreamingAdapter.java +++ b/src/test/java/io/lettuce/core/ScoredValueStreamingAdapter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.ArrayList; diff --git a/src/test/java/io/lettuce/core/SocketOptionsIntegrationTests.java b/src/test/java/io/lettuce/core/SocketOptionsIntegrationTests.java index 662c778bee..82a3f275d0 100644 --- a/src/test/java/io/lettuce/core/SocketOptionsIntegrationTests.java +++ b/src/test/java/io/lettuce/core/SocketOptionsIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/SslOptionsUnitTests.java b/src/test/java/io/lettuce/core/SslOptionsUnitTests.java index 675c37c8ea..c4733fea34 100644 --- a/src/test/java/io/lettuce/core/SslOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/SslOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/SubscriptionCommandUnitTests.java b/src/test/java/io/lettuce/core/SubscriptionCommandUnitTests.java index e1d5a305f9..b0598788ae 100644 --- a/src/test/java/io/lettuce/core/SubscriptionCommandUnitTests.java +++ b/src/test/java/io/lettuce/core/SubscriptionCommandUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.mockito.Mockito.*; diff --git a/src/test/java/io/lettuce/core/SyncAsyncApiConvergenceUnitTests.java b/src/test/java/io/lettuce/core/SyncAsyncApiConvergenceUnitTests.java index 9c4b8e3706..13474aa25d 100644 --- a/src/test/java/io/lettuce/core/SyncAsyncApiConvergenceUnitTests.java +++ b/src/test/java/io/lettuce/core/SyncAsyncApiConvergenceUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/TestRedisPublisher.java b/src/test/java/io/lettuce/core/TestRedisPublisher.java index 13e839492e..cd730345e7 100644 --- a/src/test/java/io/lettuce/core/TestRedisPublisher.java +++ b/src/test/java/io/lettuce/core/TestRedisPublisher.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.function.Supplier; diff --git a/src/test/java/io/lettuce/core/TimeoutOptionsUnitTests.java b/src/test/java/io/lettuce/core/TimeoutOptionsUnitTests.java index bab1358e1c..4ef823f540 100644 --- a/src/test/java/io/lettuce/core/TimeoutOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/TimeoutOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static io.lettuce.core.TimeoutOptions.TimeoutSource; diff --git a/src/test/java/io/lettuce/core/UnixDomainSocketIntegrationTests.java b/src/test/java/io/lettuce/core/UnixDomainSocketIntegrationTests.java index be032d57d6..ae96c80554 100644 --- a/src/test/java/io/lettuce/core/UnixDomainSocketIntegrationTests.java +++ b/src/test/java/io/lettuce/core/UnixDomainSocketIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/ValueUnitTests.java b/src/test/java/io/lettuce/core/ValueUnitTests.java index 645afd1afb..e3af0fbe68 100644 --- a/src/test/java/io/lettuce/core/ValueUnitTests.java +++ b/src/test/java/io/lettuce/core/ValueUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/ByteCodecClusterIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ByteCodecClusterIntegrationTests.java index 5591e6fa35..b5066903d4 100644 --- a/src/test/java/io/lettuce/core/cluster/ByteCodecClusterIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ByteCodecClusterIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsIntegrationTests.java index f39dce7d14..b75954e65f 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsUnitTests.java index 001626e31b..98690cd668 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterClientOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ClusterCommandIntegrationTests.java index a939e89459..3c29bdbdf4 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static io.lettuce.core.cluster.ClusterTestUtil.*; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterCommandUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterCommandUnitTests.java index a0764c8521..561fd4b4b2 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterCommandUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterCommandUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java index 28243a83dd..bbbd61c6a5 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - */ -package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThatThrownBy; import static org.assertj.core.api.AssertionsForClassTypes.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterPartiallyDownIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ClusterPartiallyDownIntegrationTests.java index c3e01df715..6adee0f591 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterPartiallyDownIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterPartiallyDownIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ClusterReactiveCommandIntegrationTests.java index f4003071bf..80cd5bebbc 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterReadOnlyCommandsUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterReadOnlyCommandsUnitTests.java index 6cff347296..52da2acbd3 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterReadOnlyCommandsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterReadOnlyCommandsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterTestSettings.java b/src/test/java/io/lettuce/core/cluster/ClusterTestSettings.java index 1cda4a2c5e..261f686080 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterTestSettings.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterTestSettings.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import io.lettuce.core.TestSupport; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterTestUtil.java b/src/test/java/io/lettuce/core/cluster/ClusterTestUtil.java index 54361b9c3a..26c3ca8956 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterTestUtil.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterTestUtil.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.lang.reflect.InvocationHandler; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptionsUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptionsUnitTests.java index d7aa26d177..6932e034be 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshSchedulerUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshSchedulerUnitTests.java index 3e6af0ead2..4e6907564a 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshSchedulerUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterTopologyRefreshSchedulerUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/CommandSetIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/CommandSetIntegrationTests.java index 5c9b156fc0..a29bdcb0f8 100644 --- a/src/test/java/io/lettuce/core/cluster/CommandSetIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/CommandSetIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/HealthyMajorityPartitionsConsensusUnitTests.java b/src/test/java/io/lettuce/core/cluster/HealthyMajorityPartitionsConsensusUnitTests.java index 82fd066811..588db9bdc4 100644 --- a/src/test/java/io/lettuce/core/cluster/HealthyMajorityPartitionsConsensusUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/HealthyMajorityPartitionsConsensusUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static io.lettuce.core.cluster.PartitionsConsensusTestSupport.createMap; diff --git a/src/test/java/io/lettuce/core/cluster/KnownMajorityPartitionsConsensusUnitTests.java b/src/test/java/io/lettuce/core/cluster/KnownMajorityPartitionsConsensusUnitTests.java index ea67995019..dc2dcc9932 100644 --- a/src/test/java/io/lettuce/core/cluster/KnownMajorityPartitionsConsensusUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/KnownMajorityPartitionsConsensusUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static io.lettuce.core.cluster.PartitionsConsensusTestSupport.createMap; diff --git a/src/test/java/io/lettuce/core/cluster/NodeSelectionAsyncIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/NodeSelectionAsyncIntegrationTests.java index 18cf56b118..9ded3df028 100644 --- a/src/test/java/io/lettuce/core/cluster/NodeSelectionAsyncIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/NodeSelectionAsyncIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/NodeSelectionSyncIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/NodeSelectionSyncIntegrationTests.java index f0fd6be2a7..5d7059dd8d 100644 --- a/src/test/java/io/lettuce/core/cluster/NodeSelectionSyncIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/NodeSelectionSyncIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/PartitionsConsensusTestSupport.java b/src/test/java/io/lettuce/core/cluster/PartitionsConsensusTestSupport.java index e8b68ecdf8..340b3a787e 100644 --- a/src/test/java/io/lettuce/core/cluster/PartitionsConsensusTestSupport.java +++ b/src/test/java/io/lettuce/core/cluster/PartitionsConsensusTestSupport.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.*; diff --git a/src/test/java/io/lettuce/core/cluster/PipelinedRedisFutureUnitTests.java b/src/test/java/io/lettuce/core/cluster/PipelinedRedisFutureUnitTests.java index 4ec378a69c..95d3549e70 100644 --- a/src/test/java/io/lettuce/core/cluster/PipelinedRedisFutureUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/PipelinedRedisFutureUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterClientFactoryTests.java b/src/test/java/io/lettuce/core/cluster/RedisClusterClientFactoryTests.java index 1a97e0896f..f55a4cad56 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterClientFactoryTests.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterClientFactoryTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThatThrownBy; diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterClientIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/RedisClusterClientIntegrationTests.java index becd516e00..c48b6e8eab 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterClientIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterClientIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static io.lettuce.core.cluster.ClusterTestUtil.*; diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterPasswordSecuredSslIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/RedisClusterPasswordSecuredSslIntegrationTests.java index 10f6117ba4..59e0ee55dd 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterPasswordSecuredSslIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterPasswordSecuredSslIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static io.lettuce.test.settings.TestSettings.*; diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterURIUtilUnitTests.java b/src/test/java/io/lettuce/core/cluster/RedisClusterURIUtilUnitTests.java index cf15e21ac9..801417cef2 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterURIUtilUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterURIUtilUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/RedisReactiveClusterClientIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/RedisReactiveClusterClientIntegrationTests.java index 6045ddfcbf..ad96ced7ed 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisReactiveClusterClientIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/RedisReactiveClusterClientIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static io.lettuce.core.cluster.ClusterTestUtil.getOwnPartition; diff --git a/src/test/java/io/lettuce/core/cluster/RoundRobinUnitTests.java b/src/test/java/io/lettuce/core/cluster/RoundRobinUnitTests.java index 7247ba561e..86f8857120 100644 --- a/src/test/java/io/lettuce/core/cluster/RoundRobinUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/RoundRobinUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/ScanStreamIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ScanStreamIntegrationTests.java index 436b3c6590..090a36f63b 100644 --- a/src/test/java/io/lettuce/core/cluster/ScanStreamIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ScanStreamIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/cluster/SingleThreadedReactiveClusterClientIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/SingleThreadedReactiveClusterClientIntegrationTests.java index e80812f6e7..cd0afa6bae 100644 --- a/src/test/java/io/lettuce/core/cluster/SingleThreadedReactiveClusterClientIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/SingleThreadedReactiveClusterClientIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/SlotHashUnitTests.java b/src/test/java/io/lettuce/core/cluster/SlotHashUnitTests.java index 35b0cbaeae..d65e166ab2 100644 --- a/src/test/java/io/lettuce/core/cluster/SlotHashUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/SlotHashUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/commands/CustomClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/CustomClusterCommandIntegrationTests.java index bf6c3a214d..84f1d48a49 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/CustomClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/CustomClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/commands/GeoClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/GeoClusterCommandIntegrationTests.java index daa68bde42..e162c52f22 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/GeoClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/GeoClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/cluster/commands/HashClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/HashClusterCommandIntegrationTests.java index 001f4b05e5..6342a50874 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/HashClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/HashClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/cluster/commands/KeyClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/KeyClusterCommandIntegrationTests.java index 1e1cc15985..9ad153da8c 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/KeyClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/KeyClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/commands/ListClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/ListClusterCommandIntegrationTests.java index 6ee6c530d0..9da426849e 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/ListClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/ListClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java index aca7068065..18619d924d 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/StreamClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/cluster/commands/StringClusterCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/StringClusterCommandIntegrationTests.java index 1ec49e6a36..1b539abfc5 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/StringClusterCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/StringClusterCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/commands/reactive/HashClusterReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/reactive/HashClusterReactiveCommandIntegrationTests.java index cf17dc7a0b..b1040875a9 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/reactive/HashClusterReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/reactive/HashClusterReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/cluster/commands/reactive/ListClusterReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/reactive/ListClusterReactiveCommandIntegrationTests.java index 498c350863..f02e6901cb 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/reactive/ListClusterReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/reactive/ListClusterReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands.reactive; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/commands/reactive/StringClusterReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/commands/reactive/StringClusterReactiveCommandIntegrationTests.java index 5dbf42df3b..492c1070ae 100644 --- a/src/test/java/io/lettuce/core/cluster/commands/reactive/StringClusterReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/commands/reactive/StringClusterReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.commands.reactive; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParserUnitTests.java b/src/test/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParserUnitTests.java index f08d0903c2..8d028f00d4 100644 --- a/src/test/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParserUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/models/partitions/ClusterPartitionParserUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.partitions; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/models/partitions/PartitionsUnitTests.java b/src/test/java/io/lettuce/core/cluster/models/partitions/PartitionsUnitTests.java index 2f4994c5b0..bad3da7e00 100644 --- a/src/test/java/io/lettuce/core/cluster/models/partitions/PartitionsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/models/partitions/PartitionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.partitions; import static org.assertj.core.api.AssertionsForInterfaceTypes.*; diff --git a/src/test/java/io/lettuce/core/cluster/models/partitions/RedisClusterNodeUnitTests.java b/src/test/java/io/lettuce/core/cluster/models/partitions/RedisClusterNodeUnitTests.java index c6a74f9730..fa694b9c2d 100644 --- a/src/test/java/io/lettuce/core/cluster/models/partitions/RedisClusterNodeUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/models/partitions/RedisClusterNodeUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.partitions; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParserUnitTests.java b/src/test/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParserUnitTests.java index b65bed1e2f..a67ec113fe 100644 --- a/src/test/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParserUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/models/slots/ClusterSlotsParserUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.slots; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubConnectionIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubConnectionIntegrationTests.java index 91c91c3a4c..fef0576500 100644 --- a/src/test/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubConnectionIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/pubsub/RedisClusterPubSubConnectionIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.pubsub; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/cluster/topology/TopologyRefreshIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/topology/TopologyRefreshIntegrationTests.java index fd8ab2e655..c11212c228 100644 --- a/src/test/java/io/lettuce/core/cluster/topology/TopologyRefreshIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/topology/TopologyRefreshIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.topology; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/codec/CipherCodecUnitTests.java b/src/test/java/io/lettuce/core/codec/CipherCodecUnitTests.java index d67cefa5e4..a05bdc6392 100644 --- a/src/test/java/io/lettuce/core/codec/CipherCodecUnitTests.java +++ b/src/test/java/io/lettuce/core/codec/CipherCodecUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/codec/CompressionCodecUnitTests.java b/src/test/java/io/lettuce/core/codec/CompressionCodecUnitTests.java index 100cb7428c..1dc1f1213a 100644 --- a/src/test/java/io/lettuce/core/codec/CompressionCodecUnitTests.java +++ b/src/test/java/io/lettuce/core/codec/CompressionCodecUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/commands/BitStringCodec.java b/src/test/java/io/lettuce/core/commands/BitStringCodec.java index dcc377fb99..002f96e088 100644 --- a/src/test/java/io/lettuce/core/commands/BitStringCodec.java +++ b/src/test/java/io/lettuce/core/commands/BitStringCodec.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands; import java.nio.ByteBuffer; diff --git a/src/test/java/io/lettuce/core/commands/FunctionCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/FunctionCommandIntegrationTests.java index 90cc4a3328..5340b07c0b 100644 --- a/src/test/java/io/lettuce/core/commands/FunctionCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/FunctionCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands; import static io.lettuce.core.ScriptOutputType.*; diff --git a/src/test/java/io/lettuce/core/commands/GeoCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/GeoCommandIntegrationTests.java index 8eb9f8c538..478fb117ed 100644 --- a/src/test/java/io/lettuce/core/commands/GeoCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/GeoCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/commands/HLLCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/HLLCommandIntegrationTests.java index 066de8ccbd..5adcab1a97 100644 --- a/src/test/java/io/lettuce/core/commands/HLLCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/HLLCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/commands/RunOnlyOnceServerCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/RunOnlyOnceServerCommandIntegrationTests.java index a8cad3b8ca..bf158e033e 100644 --- a/src/test/java/io/lettuce/core/commands/RunOnlyOnceServerCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/RunOnlyOnceServerCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands; import static io.lettuce.test.settings.TestSettings.*; diff --git a/src/test/java/io/lettuce/core/commands/reactive/AclReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/AclReactiveCommandIntegrationTests.java index e9781f8118..e3fba38f39 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/AclReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/AclReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/BitReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/BitReactiveCommandIntegrationTests.java index 34c1fe8eef..57ebd996b1 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/BitReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/BitReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import static io.lettuce.core.BitFieldArgs.offset; diff --git a/src/test/java/io/lettuce/core/commands/reactive/CustomReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/CustomReactiveCommandIntegrationTests.java index f055cd914c..81a678156f 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/CustomReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/CustomReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/FunctionReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/FunctionReactiveCommandIntegrationTests.java index bdf1ac0ba9..f9bf8958d4 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/FunctionReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/FunctionReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 20234 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/GeoReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/GeoReactiveCommandIntegrationTests.java index 4fe7393f70..757d53604e 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/GeoReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/GeoReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/commands/reactive/HLLReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/HLLReactiveCommandIntegrationTests.java index 6a3c6d6cc7..7587539885 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/HLLReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/HLLReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/HashReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/HashReactiveCommandIntegrationTests.java index 3ea0090bbb..458fb5c384 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/HashReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/HashReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/commands/reactive/KeyReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/KeyReactiveCommandIntegrationTests.java index a7dcb7f232..3343e6a69c 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/KeyReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/KeyReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/ListReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/ListReactiveCommandIntegrationTests.java index 524f92d31e..ca322ad8d3 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/ListReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/ListReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/NumericReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/NumericReactiveCommandIntegrationTests.java index 9b70024e6a..4e8971a188 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/NumericReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/NumericReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/ScriptingReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/ScriptingReactiveCommandIntegrationTests.java index 04e999891c..d9257066e6 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/ScriptingReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/ScriptingReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/ServerReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/ServerReactiveCommandIntegrationTests.java index c062aba073..b811298065 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/ServerReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/ServerReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/commands/reactive/SetReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/SetReactiveCommandIntegrationTests.java index c849d5764b..85c383800a 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/SetReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/SetReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/SortReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/SortReactiveCommandIntegrationTests.java index 981b04b758..88a3fb21a1 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/SortReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/SortReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/SortedSetReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/SortedSetReactiveCommandIntegrationTests.java index 22f59af02f..b2deb0e28b 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/SortedSetReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/SortedSetReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/commands/reactive/StreamReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/StreamReactiveCommandIntegrationTests.java index bdaf27f9b9..7491eae769 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/StreamReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/StreamReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/StringReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/StringReactiveCommandIntegrationTests.java index cd21e0e470..889eb156a2 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/StringReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/StringReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/reactive/TransactionReactiveCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/reactive/TransactionReactiveCommandIntegrationTests.java index 1a2e6f10db..771da89434 100644 --- a/src/test/java/io/lettuce/core/commands/reactive/TransactionReactiveCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/reactive/TransactionReactiveCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.reactive; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/commands/transactional/BitTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/BitTxCommandIntegrationTests.java index bac990942f..b1156d8f27 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/BitTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/BitTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/GeoTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/GeoTxCommandIntegrationTests.java index 9e18253f3e..5566adc511 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/GeoTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/GeoTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/HLLTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/HLLTxCommandIntegrationTests.java index 74a8c86200..ca67fc4d7a 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/HLLTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/HLLTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/HashTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/HashTxCommandIntegrationTests.java index 1977de1cfa..de8d21a4a0 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/HashTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/HashTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/KeyTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/KeyTxCommandIntegrationTests.java index a30900c9d2..4b9c2620de 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/KeyTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/KeyTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/ListTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/ListTxCommandIntegrationTests.java index 00acecef1e..e57f86e2e6 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/ListTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/ListTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/SetTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/SetTxCommandIntegrationTests.java index 142bc2b479..ed1053b662 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/SetTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/SetTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/SortTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/SortTxCommandIntegrationTests.java index ea3edaa002..fc2f2d9ca7 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/SortTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/SortTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/SortedSetTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/SortedSetTxCommandIntegrationTests.java index 5948e7e1cc..ccbe2c9b59 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/SortedSetTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/SortedSetTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/StreamTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/StreamTxCommandIntegrationTests.java index 17614a379d..489be34ef9 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/StreamTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/StreamTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/StringTxCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/transactional/StringTxCommandIntegrationTests.java index 35cb8a6a9d..4a033970e3 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/StringTxCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/transactional/StringTxCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/commands/transactional/TxSyncInvocationHandler.java b/src/test/java/io/lettuce/core/commands/transactional/TxSyncInvocationHandler.java index ddc06350c0..7898941960 100644 --- a/src/test/java/io/lettuce/core/commands/transactional/TxSyncInvocationHandler.java +++ b/src/test/java/io/lettuce/core/commands/transactional/TxSyncInvocationHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.commands.transactional; import java.lang.reflect.InvocationTargetException; diff --git a/src/test/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategyUnitTests.java b/src/test/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategyUnitTests.java index c3f23fb15e..68c11d5bed 100644 --- a/src/test/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategyUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/BatchExecutableCommandLookupStrategyUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/dynamic/CommandSegmentCommandFactoryUnitTests.java b/src/test/java/io/lettuce/core/dynamic/CommandSegmentCommandFactoryUnitTests.java index ac60ff70e2..38dce41b95 100644 --- a/src/test/java/io/lettuce/core/dynamic/CommandSegmentCommandFactoryUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/CommandSegmentCommandFactoryUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/ConversionServiceUnitTests.java b/src/test/java/io/lettuce/core/dynamic/ConversionServiceUnitTests.java index c86902ee98..cf35802afa 100644 --- a/src/test/java/io/lettuce/core/dynamic/ConversionServiceUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/ConversionServiceUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/DeclaredCommandMethodUnitTests.java b/src/test/java/io/lettuce/core/dynamic/DeclaredCommandMethodUnitTests.java index 6b0402a585..22ab75580b 100644 --- a/src/test/java/io/lettuce/core/dynamic/DeclaredCommandMethodUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/DeclaredCommandMethodUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifierUnitTests.java b/src/test/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifierUnitTests.java index f970c5cbae..67d6303d54 100644 --- a/src/test/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifierUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/DefaultCommandMethodVerifierUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/dynamic/ParameterBinderUnitTests.java b/src/test/java/io/lettuce/core/dynamic/ParameterBinderUnitTests.java index fc30e05cbd..776e409735 100644 --- a/src/test/java/io/lettuce/core/dynamic/ParameterBinderUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/ParameterBinderUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactoryUnitTests.java b/src/test/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactoryUnitTests.java index 5dd81995fb..85266f8fe6 100644 --- a/src/test/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactoryUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/ReactiveCommandSegmentCommandFactoryUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptersUnitTests.java b/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptersUnitTests.java index a962e6c227..8cefbc82e0 100644 --- a/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptersUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptersUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptionIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptionIntegrationTests.java index f548f7690e..f1788c74a8 100644 --- a/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptionIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/ReactiveTypeAdaptionIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/RedisCommandsAsyncIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/RedisCommandsAsyncIntegrationTests.java index b34650aa0c..087ebad012 100644 --- a/src/test/java/io/lettuce/core/dynamic/RedisCommandsAsyncIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/RedisCommandsAsyncIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/RedisCommandsClusterIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/RedisCommandsClusterIntegrationTests.java index 25c807d6ed..90ce8e0a3f 100644 --- a/src/test/java/io/lettuce/core/dynamic/RedisCommandsClusterIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/RedisCommandsClusterIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/RedisCommandsIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/RedisCommandsIntegrationTests.java index d189d10f72..aa5d1b7731 100644 --- a/src/test/java/io/lettuce/core/dynamic/RedisCommandsIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/RedisCommandsIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/RedisCommandsReactiveIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/RedisCommandsReactiveIntegrationTests.java index 91d614b20d..2685b2ee6f 100644 --- a/src/test/java/io/lettuce/core/dynamic/RedisCommandsReactiveIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/RedisCommandsReactiveIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/dynamic/RedisCommandsSyncIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/RedisCommandsSyncIntegrationTests.java index d1212095d9..796deaeeb0 100644 --- a/src/test/java/io/lettuce/core/dynamic/RedisCommandsSyncIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/RedisCommandsSyncIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/dynamic/SimpleBatcherUnitTests.java b/src/test/java/io/lettuce/core/dynamic/SimpleBatcherUnitTests.java index 0b036b2073..404d92f9ff 100644 --- a/src/test/java/io/lettuce/core/dynamic/SimpleBatcherUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/SimpleBatcherUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/dynamic/codec/ParameterWrappersUnitTests.java b/src/test/java/io/lettuce/core/dynamic/codec/ParameterWrappersUnitTests.java index 5b7138034c..4358b41337 100644 --- a/src/test/java/io/lettuce/core/dynamic/codec/ParameterWrappersUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/codec/ParameterWrappersUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.codec; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryUnitTests.java b/src/test/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryUnitTests.java index eaf70f08d9..d5e78fdb37 100644 --- a/src/test/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/output/CodecAwareOutputResolverUnitTests.java b/src/test/java/io/lettuce/core/dynamic/output/CodecAwareOutputResolverUnitTests.java index 4fa28b7b0a..c3b58c68b3 100644 --- a/src/test/java/io/lettuce/core/dynamic/output/CodecAwareOutputResolverUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/output/CodecAwareOutputResolverUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolverUnitTests.java b/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolverUnitTests.java index a0a187cb3d..33b9e8cdcd 100644 --- a/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolverUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryCommandOutputFactoryResolverUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryUnitTests.java b/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryUnitTests.java index f785e312e9..e3e4aa3655 100644 --- a/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/output/OutputRegistryUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactoryUnitTests.java b/src/test/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactoryUnitTests.java index 9e122412f3..cdde59c4cb 100644 --- a/src/test/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactoryUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/segment/AnnotationCommandSegmentFactoryUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.segment; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformationUnitTests.java b/src/test/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformationUnitTests.java index 3df9cd512b..f1e0b2940b 100644 --- a/src/test/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformationUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/support/ParametrizedTypeInformationUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/dynamic/support/WildcardTypeInformationUnitTests.java b/src/test/java/io/lettuce/core/dynamic/support/WildcardTypeInformationUnitTests.java index 058a19b50e..652751169a 100644 --- a/src/test/java/io/lettuce/core/dynamic/support/WildcardTypeInformationUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/support/WildcardTypeInformationUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.support; import static io.lettuce.core.dynamic.support.ClassTypeInformation.from; diff --git a/src/test/java/io/lettuce/core/event/ConnectionEventsTriggeredIntegrationTests.java b/src/test/java/io/lettuce/core/event/ConnectionEventsTriggeredIntegrationTests.java index 243d6c4b1e..54933a026e 100644 --- a/src/test/java/io/lettuce/core/event/ConnectionEventsTriggeredIntegrationTests.java +++ b/src/test/java/io/lettuce/core/event/ConnectionEventsTriggeredIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/event/DefaultEventBusUnitTests.java b/src/test/java/io/lettuce/core/event/DefaultEventBusUnitTests.java index 1a4a6c8d47..3de1f9cebc 100644 --- a/src/test/java/io/lettuce/core/event/DefaultEventBusUnitTests.java +++ b/src/test/java/io/lettuce/core/event/DefaultEventBusUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/event/DefaultEventPublisherOptionsUnitTests.java b/src/test/java/io/lettuce/core/event/DefaultEventPublisherOptionsUnitTests.java index 26fdfcc8b1..6a3a9e3872 100644 --- a/src/test/java/io/lettuce/core/event/DefaultEventPublisherOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/event/DefaultEventPublisherOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/internal/AbstractInvocationHandlerUnitTests.java b/src/test/java/io/lettuce/core/internal/AbstractInvocationHandlerUnitTests.java index efdbce22af..2392f58f85 100644 --- a/src/test/java/io/lettuce/core/internal/AbstractInvocationHandlerUnitTests.java +++ b/src/test/java/io/lettuce/core/internal/AbstractInvocationHandlerUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat; diff --git a/src/test/java/io/lettuce/core/internal/FuturesUnitTests.java b/src/test/java/io/lettuce/core/internal/FuturesUnitTests.java index 10d306fb75..01e0f86ad5 100644 --- a/src/test/java/io/lettuce/core/internal/FuturesUnitTests.java +++ b/src/test/java/io/lettuce/core/internal/FuturesUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import static java.util.concurrent.TimeUnit.SECONDS; diff --git a/src/test/java/io/lettuce/core/internal/HostAndPortUnitTests.java b/src/test/java/io/lettuce/core/internal/HostAndPortUnitTests.java index 1aab8e8035..101f2ec3b8 100644 --- a/src/test/java/io/lettuce/core/internal/HostAndPortUnitTests.java +++ b/src/test/java/io/lettuce/core/internal/HostAndPortUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/internal/TimeoutProviderUnitTests.java b/src/test/java/io/lettuce/core/internal/TimeoutProviderUnitTests.java index 125dbb51a6..eaed022952 100644 --- a/src/test/java/io/lettuce/core/internal/TimeoutProviderUnitTests.java +++ b/src/test/java/io/lettuce/core/internal/TimeoutProviderUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.internal; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/masterreplica/ConnectionsUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/ConnectionsUnitTests.java index 16ee4bd979..a315a4cbb1 100644 --- a/src/test/java/io/lettuce/core/masterreplica/ConnectionsUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/ConnectionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.mockito.Mockito.*; diff --git a/src/test/java/io/lettuce/core/masterreplica/CustomCommandIntegrationTests.java b/src/test/java/io/lettuce/core/masterreplica/CustomCommandIntegrationTests.java index 70bd729aab..7c7fc56edb 100644 --- a/src/test/java/io/lettuce/core/masterreplica/CustomCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/CustomCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProviderUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProviderUnitTests.java index dfa1b3f1c6..81b0e4bda2 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProviderUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaConnectionProviderUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaSentinelSslIntegrationTests.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaSentinelSslIntegrationTests.java index 822d7a5b19..807faacdb6 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaSentinelSslIntegrationTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaSentinelSslIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTest.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTest.java index 96e99d86ae..d0fe107460 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTest.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefreshUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefreshUnitTests.java index 14be7a0090..3ba3071c10 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefreshUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyRefreshUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaUtilsUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaUtilsUnitTests.java index 0f6319775b..78b15067a8 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaUtilsUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaUtilsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.AssertionsForInterfaceTypes.*; diff --git a/src/test/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshUnitTests.java index 6e698b92ad..a8e1d74453 100644 --- a/src/test/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/SentinelTopologyRefreshUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/masterreplica/StaticMasterReplicaTest.java b/src/test/java/io/lettuce/core/masterreplica/StaticMasterReplicaTest.java index e371e9d350..3b12a81e9e 100644 --- a/src/test/java/io/lettuce/core/masterreplica/StaticMasterReplicaTest.java +++ b/src/test/java/io/lettuce/core/masterreplica/StaticMasterReplicaTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterreplica; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/masterslave/MasterSlaveSentinelIntegrationTests.java b/src/test/java/io/lettuce/core/masterslave/MasterSlaveSentinelIntegrationTests.java index b2b25ea657..ca8ec06d03 100644 --- a/src/test/java/io/lettuce/core/masterslave/MasterSlaveSentinelIntegrationTests.java +++ b/src/test/java/io/lettuce/core/masterslave/MasterSlaveSentinelIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterslave; import static io.lettuce.core.masterslave.MasterSlaveTest.slaveCall; diff --git a/src/test/java/io/lettuce/core/masterslave/MasterSlaveTest.java b/src/test/java/io/lettuce/core/masterslave/MasterSlaveTest.java index 401f24672b..645bbd66e9 100644 --- a/src/test/java/io/lettuce/core/masterslave/MasterSlaveTest.java +++ b/src/test/java/io/lettuce/core/masterslave/MasterSlaveTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterslave; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/masterslave/StaticMasterSlaveTest.java b/src/test/java/io/lettuce/core/masterslave/StaticMasterSlaveTest.java index f713572d19..19f590186e 100644 --- a/src/test/java/io/lettuce/core/masterslave/StaticMasterSlaveTest.java +++ b/src/test/java/io/lettuce/core/masterslave/StaticMasterSlaveTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.masterslave; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/metrics/CommandLatencyIdUnitTests.java b/src/test/java/io/lettuce/core/metrics/CommandLatencyIdUnitTests.java index bed157972f..e4e0b3704f 100644 --- a/src/test/java/io/lettuce/core/metrics/CommandLatencyIdUnitTests.java +++ b/src/test/java/io/lettuce/core/metrics/CommandLatencyIdUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.metrics; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptionsUnitTests.java b/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptionsUnitTests.java index 9208acb034..2d6c1880b8 100644 --- a/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptionsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.metrics; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/models/role/RoleParserUnitTests.java b/src/test/java/io/lettuce/core/models/role/RoleParserUnitTests.java index 552f4c24e6..ef3ec549b7 100644 --- a/src/test/java/io/lettuce/core/models/role/RoleParserUnitTests.java +++ b/src/test/java/io/lettuce/core/models/role/RoleParserUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.role; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/models/stream/PendingParserUnitTests.java b/src/test/java/io/lettuce/core/models/stream/PendingParserUnitTests.java index 9b3ee3f199..c00e0a0c0a 100644 --- a/src/test/java/io/lettuce/core/models/stream/PendingParserUnitTests.java +++ b/src/test/java/io/lettuce/core/models/stream/PendingParserUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.models.stream; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/output/BooleanListOutputUnitTests.java b/src/test/java/io/lettuce/core/output/BooleanListOutputUnitTests.java index 0a7f8607c0..6ae5cb0392 100644 --- a/src/test/java/io/lettuce/core/output/BooleanListOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/BooleanListOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/GeoCoordinatesListOutputUnitTests.java b/src/test/java/io/lettuce/core/output/GeoCoordinatesListOutputUnitTests.java index e67da79739..fb6a9352cf 100644 --- a/src/test/java/io/lettuce/core/output/GeoCoordinatesListOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/GeoCoordinatesListOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/GeoCoordinatesValueListOutputUnitTests.java b/src/test/java/io/lettuce/core/output/GeoCoordinatesValueListOutputUnitTests.java index ce29138bd2..3208af1666 100644 --- a/src/test/java/io/lettuce/core/output/GeoCoordinatesValueListOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/GeoCoordinatesValueListOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/GeoWithinListOutputUnitTests.java b/src/test/java/io/lettuce/core/output/GeoWithinListOutputUnitTests.java index 20836ddabf..bf0f5d5bbd 100644 --- a/src/test/java/io/lettuce/core/output/GeoWithinListOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/GeoWithinListOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/output/ListOutputUnitTests.java b/src/test/java/io/lettuce/core/output/ListOutputUnitTests.java index 17844e39ca..004504a084 100644 --- a/src/test/java/io/lettuce/core/output/ListOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/ListOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/MapOutputUnitTests.java b/src/test/java/io/lettuce/core/output/MapOutputUnitTests.java index 0acc4a2446..0c4aa8951f 100644 --- a/src/test/java/io/lettuce/core/output/MapOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/MapOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/MultiOutputUnitTests.java b/src/test/java/io/lettuce/core/output/MultiOutputUnitTests.java index 359519979f..02e00deeb8 100644 --- a/src/test/java/io/lettuce/core/output/MultiOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/MultiOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/output/ObjectOutputTests.java b/src/test/java/io/lettuce/core/output/ObjectOutputTests.java index 1d917e731b..b26c6e4fd3 100644 --- a/src/test/java/io/lettuce/core/output/ObjectOutputTests.java +++ b/src/test/java/io/lettuce/core/output/ObjectOutputTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2023-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/ReplayOutputUnitTests.java b/src/test/java/io/lettuce/core/output/ReplayOutputUnitTests.java index d6127208fb..e55a82df9b 100644 --- a/src/test/java/io/lettuce/core/output/ReplayOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/ReplayOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/output/ScoredValueListOutputUnitTests.java b/src/test/java/io/lettuce/core/output/ScoredValueListOutputUnitTests.java index 74a1f3f5ac..2990b83393 100644 --- a/src/test/java/io/lettuce/core/output/ScoredValueListOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/ScoredValueListOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/output/SocketAddressOutputUnitTests.java b/src/test/java/io/lettuce/core/output/SocketAddressOutputUnitTests.java index 4903bd4960..5573da7d46 100644 --- a/src/test/java/io/lettuce/core/output/SocketAddressOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/SocketAddressOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/output/StreamReadOutputUnitTests.java b/src/test/java/io/lettuce/core/output/StreamReadOutputUnitTests.java index ed65e194bf..29d14f4aee 100644 --- a/src/test/java/io/lettuce/core/output/StreamReadOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/StreamReadOutputUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/protocol/AsyncCommandUnitTests.java b/src/test/java/io/lettuce/core/protocol/AsyncCommandUnitTests.java index 0f58b0bf9a..6b5e43c40b 100644 --- a/src/test/java/io/lettuce/core/protocol/AsyncCommandUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/AsyncCommandUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/protocol/CommandArgsUnitTests.java b/src/test/java/io/lettuce/core/protocol/CommandArgsUnitTests.java index df96f8ef61..1f33fb83d4 100644 --- a/src/test/java/io/lettuce/core/protocol/CommandArgsUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/CommandArgsUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/protocol/CommandUnitTests.java b/src/test/java/io/lettuce/core/protocol/CommandUnitTests.java index 2fccf404de..2ce36ce495 100644 --- a/src/test/java/io/lettuce/core/protocol/CommandUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/CommandUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/protocol/CommandWrapperUnitTests.java b/src/test/java/io/lettuce/core/protocol/CommandWrapperUnitTests.java index ae326b0371..53372a3871 100644 --- a/src/test/java/io/lettuce/core/protocol/CommandWrapperUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/CommandWrapperUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/protocol/ConnectionFailureIntegrationTests.java b/src/test/java/io/lettuce/core/protocol/ConnectionFailureIntegrationTests.java index b284ba9d00..92ef7364e2 100644 --- a/src/test/java/io/lettuce/core/protocol/ConnectionFailureIntegrationTests.java +++ b/src/test/java/io/lettuce/core/protocol/ConnectionFailureIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/protocol/DecodeBufferPoliciesUnitTests.java b/src/test/java/io/lettuce/core/protocol/DecodeBufferPoliciesUnitTests.java index f6dcb96bdc..1b72467c1d 100644 --- a/src/test/java/io/lettuce/core/protocol/DecodeBufferPoliciesUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/DecodeBufferPoliciesUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.mockito.Mockito.never; diff --git a/src/test/java/io/lettuce/core/protocol/DefaultEndpointUnitTests.java b/src/test/java/io/lettuce/core/protocol/DefaultEndpointUnitTests.java index e7e36bd955..4a6422e026 100644 --- a/src/test/java/io/lettuce/core/protocol/DefaultEndpointUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/DefaultEndpointUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/protocol/TransactionalCommandUnitTests.java b/src/test/java/io/lettuce/core/protocol/TransactionalCommandUnitTests.java index e444b1341b..d6633a13ed 100644 --- a/src/test/java/io/lettuce/core/protocol/TransactionalCommandUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/TransactionalCommandUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/pubsub/PubSubCommandHandlerUnitTests.java b/src/test/java/io/lettuce/core/pubsub/PubSubCommandHandlerUnitTests.java index bf2fe771ca..6a7aeae260 100644 --- a/src/test/java/io/lettuce/core/pubsub/PubSubCommandHandlerUnitTests.java +++ b/src/test/java/io/lettuce/core/pubsub/PubSubCommandHandlerUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/pubsub/PubSubEndpointUnitTests.java b/src/test/java/io/lettuce/core/pubsub/PubSubEndpointUnitTests.java index cfd35e7e30..b3a3a143e0 100644 --- a/src/test/java/io/lettuce/core/pubsub/PubSubEndpointUnitTests.java +++ b/src/test/java/io/lettuce/core/pubsub/PubSubEndpointUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.pubsub; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/reactive/RedisPublisherVerification.java b/src/test/java/io/lettuce/core/reactive/RedisPublisherVerification.java index 7a9a87df95..88e0a4c625 100644 --- a/src/test/java/io/lettuce/core/reactive/RedisPublisherVerification.java +++ b/src/test/java/io/lettuce/core/reactive/RedisPublisherVerification.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.reactive; import static io.lettuce.core.protocol.CommandType.LRANGE; diff --git a/src/test/java/io/lettuce/core/reactive/ScanStreamVerification.java b/src/test/java/io/lettuce/core/reactive/ScanStreamVerification.java index c8e4b1237c..37f7be1fd9 100644 --- a/src/test/java/io/lettuce/core/reactive/ScanStreamVerification.java +++ b/src/test/java/io/lettuce/core/reactive/ScanStreamVerification.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.reactive; import java.util.HashMap; diff --git a/src/test/java/io/lettuce/core/reliability/AtLeastOnceTest.java b/src/test/java/io/lettuce/core/reliability/AtLeastOnceTest.java index ba14830710..68e96ae0aa 100644 --- a/src/test/java/io/lettuce/core/reliability/AtLeastOnceTest.java +++ b/src/test/java/io/lettuce/core/reliability/AtLeastOnceTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.reliability; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/reliability/AtMostOnceTest.java b/src/test/java/io/lettuce/core/reliability/AtMostOnceTest.java index 4b38df7154..9414ed5836 100644 --- a/src/test/java/io/lettuce/core/reliability/AtMostOnceTest.java +++ b/src/test/java/io/lettuce/core/reliability/AtMostOnceTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.reliability; import static io.lettuce.test.ConnectionTestUtil.*; diff --git a/src/test/java/io/lettuce/core/resource/ConstantDelayUnitTests.java b/src/test/java/io/lettuce/core/resource/ConstantDelayUnitTests.java index 365ee70787..263aa9370c 100644 --- a/src/test/java/io/lettuce/core/resource/ConstantDelayUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/ConstantDelayUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/resource/DefaultEventLoopGroupProviderUnitTests.java b/src/test/java/io/lettuce/core/resource/DefaultEventLoopGroupProviderUnitTests.java index 0751f4406a..8f3d530d7e 100644 --- a/src/test/java/io/lettuce/core/resource/DefaultEventLoopGroupProviderUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/DefaultEventLoopGroupProviderUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import static org.assertj.core.api.Assertions.assertThatThrownBy; diff --git a/src/test/java/io/lettuce/core/resource/DirContextDnsResolverTests.java b/src/test/java/io/lettuce/core/resource/DirContextDnsResolverTests.java index 4029bad98c..6618f56af4 100644 --- a/src/test/java/io/lettuce/core/resource/DirContextDnsResolverTests.java +++ b/src/test/java/io/lettuce/core/resource/DirContextDnsResolverTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import static org.assertj.core.api.Assertions.assertThatThrownBy; diff --git a/src/test/java/io/lettuce/core/resource/ExponentialDelayUnitTests.java b/src/test/java/io/lettuce/core/resource/ExponentialDelayUnitTests.java index d384cbec79..5449234b49 100644 --- a/src/test/java/io/lettuce/core/resource/ExponentialDelayUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/ExponentialDelayUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/resource/MappingSocketAddressResolverUnitTests.java b/src/test/java/io/lettuce/core/resource/MappingSocketAddressResolverUnitTests.java index b17bba3b9d..8657cd2983 100644 --- a/src/test/java/io/lettuce/core/resource/MappingSocketAddressResolverUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/MappingSocketAddressResolverUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.resource; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/sentinel/SentinelAclIntegrationTests.java b/src/test/java/io/lettuce/core/sentinel/SentinelAclIntegrationTests.java index 5965b0395d..12eecc1231 100644 --- a/src/test/java/io/lettuce/core/sentinel/SentinelAclIntegrationTests.java +++ b/src/test/java/io/lettuce/core/sentinel/SentinelAclIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/sentinel/SentinelCommandIntegrationTests.java b/src/test/java/io/lettuce/core/sentinel/SentinelCommandIntegrationTests.java index 402f533027..e71ec2133e 100644 --- a/src/test/java/io/lettuce/core/sentinel/SentinelCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/sentinel/SentinelCommandIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel; import static io.lettuce.test.settings.TestSettings.*; diff --git a/src/test/java/io/lettuce/core/sentinel/SentinelConnectionIntegrationTests.java b/src/test/java/io/lettuce/core/sentinel/SentinelConnectionIntegrationTests.java index d7550c0830..a0f5bab26a 100644 --- a/src/test/java/io/lettuce/core/sentinel/SentinelConnectionIntegrationTests.java +++ b/src/test/java/io/lettuce/core/sentinel/SentinelConnectionIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/sentinel/SentinelSslIntegrationTests.java b/src/test/java/io/lettuce/core/sentinel/SentinelSslIntegrationTests.java index 14054acfda..a4baa6a6f5 100644 --- a/src/test/java/io/lettuce/core/sentinel/SentinelSslIntegrationTests.java +++ b/src/test/java/io/lettuce/core/sentinel/SentinelSslIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel; import static io.lettuce.test.settings.TestSettings.sslPort; diff --git a/src/test/java/io/lettuce/core/sentinel/SentinelTestSettings.java b/src/test/java/io/lettuce/core/sentinel/SentinelTestSettings.java index 71b4a1b559..2f9bb41829 100644 --- a/src/test/java/io/lettuce/core/sentinel/SentinelTestSettings.java +++ b/src/test/java/io/lettuce/core/sentinel/SentinelTestSettings.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel; import io.lettuce.core.RedisURI; diff --git a/src/test/java/io/lettuce/core/sentinel/reactive/SentinelReactiveCommandTest.java b/src/test/java/io/lettuce/core/sentinel/reactive/SentinelReactiveCommandTest.java index 7f0bb1fa23..b843a78ac0 100644 --- a/src/test/java/io/lettuce/core/sentinel/reactive/SentinelReactiveCommandTest.java +++ b/src/test/java/io/lettuce/core/sentinel/reactive/SentinelReactiveCommandTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/sentinel/reactive/SentinelServerReactiveCommandTest.java b/src/test/java/io/lettuce/core/sentinel/reactive/SentinelServerReactiveCommandTest.java index 477ddc1ec4..72b3b68de3 100644 --- a/src/test/java/io/lettuce/core/sentinel/reactive/SentinelServerReactiveCommandTest.java +++ b/src/test/java/io/lettuce/core/sentinel/reactive/SentinelServerReactiveCommandTest.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.sentinel.reactive; import javax.inject.Inject; diff --git a/src/test/java/io/lettuce/core/support/AsyncConnectionPoolSupportIntegrationTests.java b/src/test/java/io/lettuce/core/support/AsyncConnectionPoolSupportIntegrationTests.java index e1b582dc47..50f4991255 100644 --- a/src/test/java/io/lettuce/core/support/AsyncConnectionPoolSupportIntegrationTests.java +++ b/src/test/java/io/lettuce/core/support/AsyncConnectionPoolSupportIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/support/AsyncPoolWithValidationUnitTests.java b/src/test/java/io/lettuce/core/support/AsyncPoolWithValidationUnitTests.java index 7e158e4c64..08002c843f 100644 --- a/src/test/java/io/lettuce/core/support/AsyncPoolWithValidationUnitTests.java +++ b/src/test/java/io/lettuce/core/support/AsyncPoolWithValidationUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static io.lettuce.core.internal.Futures.failed; diff --git a/src/test/java/io/lettuce/core/support/BoundedAsyncPoolUnitTests.java b/src/test/java/io/lettuce/core/support/BoundedAsyncPoolUnitTests.java index f4ee71d49b..a6818a80d3 100644 --- a/src/test/java/io/lettuce/core/support/BoundedAsyncPoolUnitTests.java +++ b/src/test/java/io/lettuce/core/support/BoundedAsyncPoolUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/support/CdiIntegrationTests.java b/src/test/java/io/lettuce/core/support/CdiIntegrationTests.java index bc60788eb9..d26e5220c5 100644 --- a/src/test/java/io/lettuce/core/support/CdiIntegrationTests.java +++ b/src/test/java/io/lettuce/core/support/CdiIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/support/CommonsPool2ConfigConverterUnitTests.java b/src/test/java/io/lettuce/core/support/CommonsPool2ConfigConverterUnitTests.java index 781edc919b..2d13294312 100644 --- a/src/test/java/io/lettuce/core/support/CommonsPool2ConfigConverterUnitTests.java +++ b/src/test/java/io/lettuce/core/support/CommonsPool2ConfigConverterUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/support/ConnectionPoolSupportIntegrationTests.java b/src/test/java/io/lettuce/core/support/ConnectionPoolSupportIntegrationTests.java index c4ca4ae450..2932f55d14 100644 --- a/src/test/java/io/lettuce/core/support/ConnectionPoolSupportIntegrationTests.java +++ b/src/test/java/io/lettuce/core/support/ConnectionPoolSupportIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/support/InjectedClient.java b/src/test/java/io/lettuce/core/support/InjectedClient.java index c971b3439b..3d96246c4b 100644 --- a/src/test/java/io/lettuce/core/support/InjectedClient.java +++ b/src/test/java/io/lettuce/core/support/InjectedClient.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import javax.annotation.PostConstruct; diff --git a/src/test/java/io/lettuce/core/support/PersonDB.java b/src/test/java/io/lettuce/core/support/PersonDB.java index 854e226636..f0689bee89 100644 --- a/src/test/java/io/lettuce/core/support/PersonDB.java +++ b/src/test/java/io/lettuce/core/support/PersonDB.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.lang.annotation.Retention; diff --git a/src/test/java/io/lettuce/core/support/PubSubTestListener.java b/src/test/java/io/lettuce/core/support/PubSubTestListener.java index f6246280a2..bc429051b7 100644 --- a/src/test/java/io/lettuce/core/support/PubSubTestListener.java +++ b/src/test/java/io/lettuce/core/support/PubSubTestListener.java @@ -1,18 +1,3 @@ -/* - * Copyright 2016-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.util.concurrent.BlockingQueue; diff --git a/src/test/java/io/lettuce/core/support/caching/ClientsideCachingIntegrationTests.java b/src/test/java/io/lettuce/core/support/caching/ClientsideCachingIntegrationTests.java index 689720a405..a6650c9a67 100644 --- a/src/test/java/io/lettuce/core/support/caching/ClientsideCachingIntegrationTests.java +++ b/src/test/java/io/lettuce/core/support/caching/ClientsideCachingIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support.caching; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/tracing/BraveTracingUnitTests.java b/src/test/java/io/lettuce/core/tracing/BraveTracingUnitTests.java index d216ad507c..90bf1e6f28 100644 --- a/src/test/java/io/lettuce/core/tracing/BraveTracingUnitTests.java +++ b/src/test/java/io/lettuce/core/tracing/BraveTracingUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import static org.assertj.core.api.Assertions.assertThat; diff --git a/src/test/java/io/lettuce/core/tracing/SynchronousIntegrationTests.java b/src/test/java/io/lettuce/core/tracing/SynchronousIntegrationTests.java index 12febc72dd..71bb3872a1 100644 --- a/src/test/java/io/lettuce/core/tracing/SynchronousIntegrationTests.java +++ b/src/test/java/io/lettuce/core/tracing/SynchronousIntegrationTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import static org.assertj.core.api.Assertions.*; diff --git a/src/test/java/io/lettuce/core/tracing/TestConfig.java b/src/test/java/io/lettuce/core/tracing/TestConfig.java index c820d72e9a..c6f163e73f 100644 --- a/src/test/java/io/lettuce/core/tracing/TestConfig.java +++ b/src/test/java/io/lettuce/core/tracing/TestConfig.java @@ -1,18 +1,3 @@ -/* - * Copyright 2022-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.tracing; import io.micrometer.core.instrument.MeterRegistry; diff --git a/src/test/java/io/lettuce/examples/ConnectToElastiCacheMaster.java b/src/test/java/io/lettuce/examples/ConnectToElastiCacheMaster.java index 932ebdc9ec..18df596c51 100644 --- a/src/test/java/io/lettuce/examples/ConnectToElastiCacheMaster.java +++ b/src/test/java/io/lettuce/examples/ConnectToElastiCacheMaster.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import io.lettuce.core.RedisClient; diff --git a/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingElastiCacheCluster.java b/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingElastiCacheCluster.java index 2271984754..2d15b4d54e 100644 --- a/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingElastiCacheCluster.java +++ b/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingElastiCacheCluster.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import java.util.Arrays; diff --git a/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingRedisSentinel.java b/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingRedisSentinel.java index 65cb65a783..fea0941ed7 100644 --- a/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingRedisSentinel.java +++ b/src/test/java/io/lettuce/examples/ConnectToMasterSlaveUsingRedisSentinel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import io.lettuce.core.ReadFrom; diff --git a/src/test/java/io/lettuce/examples/ConnectToRedisClusterSSL.java b/src/test/java/io/lettuce/examples/ConnectToRedisClusterSSL.java index 32cb6b531a..63f3543359 100644 --- a/src/test/java/io/lettuce/examples/ConnectToRedisClusterSSL.java +++ b/src/test/java/io/lettuce/examples/ConnectToRedisClusterSSL.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import io.lettuce.core.RedisURI; diff --git a/src/test/java/io/lettuce/examples/ConnectToRedisClusterWithTopologyRefreshing.java b/src/test/java/io/lettuce/examples/ConnectToRedisClusterWithTopologyRefreshing.java index af82d166c6..bfcdfc3174 100644 --- a/src/test/java/io/lettuce/examples/ConnectToRedisClusterWithTopologyRefreshing.java +++ b/src/test/java/io/lettuce/examples/ConnectToRedisClusterWithTopologyRefreshing.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import java.util.concurrent.TimeUnit; diff --git a/src/test/java/io/lettuce/examples/ConnectToRedisSSL.java b/src/test/java/io/lettuce/examples/ConnectToRedisSSL.java index 4b72358e81..fa7f780b9a 100644 --- a/src/test/java/io/lettuce/examples/ConnectToRedisSSL.java +++ b/src/test/java/io/lettuce/examples/ConnectToRedisSSL.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import io.lettuce.core.RedisClient; diff --git a/src/test/java/io/lettuce/examples/ConnectToRedisUsingRedisSentinel.java b/src/test/java/io/lettuce/examples/ConnectToRedisUsingRedisSentinel.java index 62611ef31d..2e4a8edcec 100644 --- a/src/test/java/io/lettuce/examples/ConnectToRedisUsingRedisSentinel.java +++ b/src/test/java/io/lettuce/examples/ConnectToRedisUsingRedisSentinel.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import io.lettuce.core.RedisClient; diff --git a/src/test/java/io/lettuce/examples/ReadWriteExample.java b/src/test/java/io/lettuce/examples/ReadWriteExample.java index 0e5a6a6172..3c4f3d8d37 100644 --- a/src/test/java/io/lettuce/examples/ReadWriteExample.java +++ b/src/test/java/io/lettuce/examples/ReadWriteExample.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.examples; import io.lettuce.core.RedisClient; diff --git a/src/test/java/io/lettuce/test/CanConnect.java b/src/test/java/io/lettuce/test/CanConnect.java index f0de48c172..dc116682b0 100644 --- a/src/test/java/io/lettuce/test/CanConnect.java +++ b/src/test/java/io/lettuce/test/CanConnect.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.io.IOException; diff --git a/src/test/java/io/lettuce/test/CliParser.java b/src/test/java/io/lettuce/test/CliParser.java index e06fbcf789..3665ea9e6d 100644 --- a/src/test/java/io/lettuce/test/CliParser.java +++ b/src/test/java/io/lettuce/test/CliParser.java @@ -1,18 +1,3 @@ -/* - * Copyright 2019-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.nio.charset.StandardCharsets; diff --git a/src/test/java/io/lettuce/test/ConnectionDecoratingInvocationHandler.java b/src/test/java/io/lettuce/test/ConnectionDecoratingInvocationHandler.java index 1223ee0272..5920e22905 100644 --- a/src/test/java/io/lettuce/test/ConnectionDecoratingInvocationHandler.java +++ b/src/test/java/io/lettuce/test/ConnectionDecoratingInvocationHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.lang.reflect.Method; diff --git a/src/test/java/io/lettuce/test/ConnectionTestUtil.java b/src/test/java/io/lettuce/test/ConnectionTestUtil.java index 8540fa3fd1..d8e87d416d 100644 --- a/src/test/java/io/lettuce/test/ConnectionTestUtil.java +++ b/src/test/java/io/lettuce/test/ConnectionTestUtil.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.lang.reflect.UndeclaredThrowableException; diff --git a/src/test/java/io/lettuce/test/Delay.java b/src/test/java/io/lettuce/test/Delay.java index ba8ae7632a..b6da1056b0 100644 --- a/src/test/java/io/lettuce/test/Delay.java +++ b/src/test/java/io/lettuce/test/Delay.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.time.Duration; diff --git a/src/test/java/io/lettuce/test/KeyValueStreamingAdapter.java b/src/test/java/io/lettuce/test/KeyValueStreamingAdapter.java index 2abde7fece..64b02198b2 100644 --- a/src/test/java/io/lettuce/test/KeyValueStreamingAdapter.java +++ b/src/test/java/io/lettuce/test/KeyValueStreamingAdapter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.util.LinkedHashMap; diff --git a/src/test/java/io/lettuce/test/KeysAndValues.java b/src/test/java/io/lettuce/test/KeysAndValues.java index 45409c0efc..33bbfe390a 100644 --- a/src/test/java/io/lettuce/test/KeysAndValues.java +++ b/src/test/java/io/lettuce/test/KeysAndValues.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.util.*; diff --git a/src/test/java/io/lettuce/test/LettuceExtension.java b/src/test/java/io/lettuce/test/LettuceExtension.java index 6e7f0fb5b0..1d1474fc43 100644 --- a/src/test/java/io/lettuce/test/LettuceExtension.java +++ b/src/test/java/io/lettuce/test/LettuceExtension.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.io.Closeable; diff --git a/src/test/java/io/lettuce/test/ListStreamingAdapter.java b/src/test/java/io/lettuce/test/ListStreamingAdapter.java index 71a0966352..a04d452f70 100644 --- a/src/test/java/io/lettuce/test/ListStreamingAdapter.java +++ b/src/test/java/io/lettuce/test/ListStreamingAdapter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.util.List; diff --git a/src/test/java/io/lettuce/test/ReactiveSyncInvocationHandler.java b/src/test/java/io/lettuce/test/ReactiveSyncInvocationHandler.java index 8e12bcd98f..8a7edb0a29 100644 --- a/src/test/java/io/lettuce/test/ReactiveSyncInvocationHandler.java +++ b/src/test/java/io/lettuce/test/ReactiveSyncInvocationHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.lang.reflect.InvocationTargetException; diff --git a/src/test/java/io/lettuce/test/ReflectionTestUtils.java b/src/test/java/io/lettuce/test/ReflectionTestUtils.java index 5f0d03d567..83bcaa936b 100644 --- a/src/test/java/io/lettuce/test/ReflectionTestUtils.java +++ b/src/test/java/io/lettuce/test/ReflectionTestUtils.java @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.lang.reflect.Field; diff --git a/src/test/java/io/lettuce/test/RoutingInvocationHandler.java b/src/test/java/io/lettuce/test/RoutingInvocationHandler.java index 0d05cbbb25..6c7b55ba8b 100644 --- a/src/test/java/io/lettuce/test/RoutingInvocationHandler.java +++ b/src/test/java/io/lettuce/test/RoutingInvocationHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.lang.reflect.InvocationHandler; diff --git a/src/test/java/io/lettuce/test/TestFutures.java b/src/test/java/io/lettuce/test/TestFutures.java index f99468a249..9f4b9a837d 100644 --- a/src/test/java/io/lettuce/test/TestFutures.java +++ b/src/test/java/io/lettuce/test/TestFutures.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.lang.reflect.UndeclaredThrowableException; diff --git a/src/test/java/io/lettuce/test/Wait.java b/src/test/java/io/lettuce/test/Wait.java index 70e88243a3..38b6f6a277 100644 --- a/src/test/java/io/lettuce/test/Wait.java +++ b/src/test/java/io/lettuce/test/Wait.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test; import java.time.Clock; diff --git a/src/test/java/io/lettuce/test/condition/EnabledOnCommand.java b/src/test/java/io/lettuce/test/condition/EnabledOnCommand.java index 833ef2bbca..71ed6c4fc3 100644 --- a/src/test/java/io/lettuce/test/condition/EnabledOnCommand.java +++ b/src/test/java/io/lettuce/test/condition/EnabledOnCommand.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.condition; import java.lang.annotation.*; diff --git a/src/test/java/io/lettuce/test/condition/EnabledOnCommandCondition.java b/src/test/java/io/lettuce/test/condition/EnabledOnCommandCondition.java index 9b1e7e59d2..6b54c5ee1a 100644 --- a/src/test/java/io/lettuce/test/condition/EnabledOnCommandCondition.java +++ b/src/test/java/io/lettuce/test/condition/EnabledOnCommandCondition.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.condition; import static org.junit.jupiter.api.extension.ConditionEvaluationResult.disabled; diff --git a/src/test/java/io/lettuce/test/condition/RedisConditions.java b/src/test/java/io/lettuce/test/condition/RedisConditions.java index 92ad4007aa..a3aa6b42e6 100644 --- a/src/test/java/io/lettuce/test/condition/RedisConditions.java +++ b/src/test/java/io/lettuce/test/condition/RedisConditions.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.condition; import java.io.ByteArrayInputStream; diff --git a/src/test/java/io/lettuce/test/resource/DefaultRedisClient.java b/src/test/java/io/lettuce/test/resource/DefaultRedisClient.java index 9d46ec56f7..799219cba4 100644 --- a/src/test/java/io/lettuce/test/resource/DefaultRedisClient.java +++ b/src/test/java/io/lettuce/test/resource/DefaultRedisClient.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.resource; import java.util.concurrent.TimeUnit; diff --git a/src/test/java/io/lettuce/test/resource/DefaultRedisClusterClient.java b/src/test/java/io/lettuce/test/resource/DefaultRedisClusterClient.java index 5f42509eee..35a3b8301d 100644 --- a/src/test/java/io/lettuce/test/resource/DefaultRedisClusterClient.java +++ b/src/test/java/io/lettuce/test/resource/DefaultRedisClusterClient.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.resource; import io.lettuce.core.RedisURI; diff --git a/src/test/java/io/lettuce/test/resource/FastShutdown.java b/src/test/java/io/lettuce/test/resource/FastShutdown.java index a44e2e6bae..0d2e633c15 100644 --- a/src/test/java/io/lettuce/test/resource/FastShutdown.java +++ b/src/test/java/io/lettuce/test/resource/FastShutdown.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.resource; import java.util.concurrent.TimeUnit; diff --git a/src/test/java/io/lettuce/test/resource/TestClientResources.java b/src/test/java/io/lettuce/test/resource/TestClientResources.java index b66aa7ebbb..2704e4f183 100644 --- a/src/test/java/io/lettuce/test/resource/TestClientResources.java +++ b/src/test/java/io/lettuce/test/resource/TestClientResources.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.resource; import java.util.concurrent.TimeUnit; diff --git a/src/test/java/io/lettuce/test/resource/TestEventLoopGroupProvider.java b/src/test/java/io/lettuce/test/resource/TestEventLoopGroupProvider.java index 37163975b9..01aee66de4 100644 --- a/src/test/java/io/lettuce/test/resource/TestEventLoopGroupProvider.java +++ b/src/test/java/io/lettuce/test/resource/TestEventLoopGroupProvider.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.resource; import java.util.concurrent.TimeUnit; diff --git a/src/test/java/io/lettuce/test/server/MockTcpServer.java b/src/test/java/io/lettuce/test/server/MockTcpServer.java index bbbd991c0d..baa57ee4ed 100644 --- a/src/test/java/io/lettuce/test/server/MockTcpServer.java +++ b/src/test/java/io/lettuce/test/server/MockTcpServer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.server; import java.util.ArrayList; diff --git a/src/test/java/io/lettuce/test/server/RandomResponseServer.java b/src/test/java/io/lettuce/test/server/RandomResponseServer.java index 5f76f1e742..bb8d8e3c71 100644 --- a/src/test/java/io/lettuce/test/server/RandomResponseServer.java +++ b/src/test/java/io/lettuce/test/server/RandomResponseServer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.server; /** diff --git a/src/test/java/io/lettuce/test/server/RandomServerHandler.java b/src/test/java/io/lettuce/test/server/RandomServerHandler.java index 8df738460c..9915d53aee 100644 --- a/src/test/java/io/lettuce/test/server/RandomServerHandler.java +++ b/src/test/java/io/lettuce/test/server/RandomServerHandler.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.test.server; import java.util.Arrays; diff --git a/src/test/jmh/io/lettuce/core/EmptyRedisChannelWriter.java b/src/test/jmh/io/lettuce/core/EmptyRedisChannelWriter.java index be7ad8b1ab..f2aa414a4f 100644 --- a/src/test/jmh/io/lettuce/core/EmptyRedisChannelWriter.java +++ b/src/test/jmh/io/lettuce/core/EmptyRedisChannelWriter.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.Collection; diff --git a/src/test/jmh/io/lettuce/core/EmptyStatefulRedisConnection.java b/src/test/jmh/io/lettuce/core/EmptyStatefulRedisConnection.java index b3ddeb8f6c..43092901cb 100644 --- a/src/test/jmh/io/lettuce/core/EmptyStatefulRedisConnection.java +++ b/src/test/jmh/io/lettuce/core/EmptyStatefulRedisConnection.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.time.Duration; diff --git a/src/test/jmh/io/lettuce/core/JmhMain.java b/src/test/jmh/io/lettuce/core/JmhMain.java index 24dc59fb86..d68804b808 100644 --- a/src/test/jmh/io/lettuce/core/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/JmhMain.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.util.concurrent.TimeUnit; diff --git a/src/test/jmh/io/lettuce/core/RedisClientBenchmark.java b/src/test/jmh/io/lettuce/core/RedisClientBenchmark.java index 775c0866ac..9fd0a64cc1 100644 --- a/src/test/jmh/io/lettuce/core/RedisClientBenchmark.java +++ b/src/test/jmh/io/lettuce/core/RedisClientBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core; import java.time.Duration; diff --git a/src/test/jmh/io/lettuce/core/cluster/EmptyRedisClusterClient.java b/src/test/jmh/io/lettuce/core/cluster/EmptyRedisClusterClient.java index 7fa61b2723..3bab8f843e 100644 --- a/src/test/jmh/io/lettuce/core/cluster/EmptyRedisClusterClient.java +++ b/src/test/jmh/io/lettuce/core/cluster/EmptyRedisClusterClient.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.net.SocketAddress; diff --git a/src/test/jmh/io/lettuce/core/cluster/JmhMain.java b/src/test/jmh/io/lettuce/core/cluster/JmhMain.java index e0de4582a0..c604b846d0 100644 --- a/src/test/jmh/io/lettuce/core/cluster/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/cluster/JmhMain.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.util.concurrent.TimeUnit; diff --git a/src/test/jmh/io/lettuce/core/cluster/RedisClusterClientBenchmark.java b/src/test/jmh/io/lettuce/core/cluster/RedisClusterClientBenchmark.java index 628e6faf38..ab1666e119 100644 --- a/src/test/jmh/io/lettuce/core/cluster/RedisClusterClientBenchmark.java +++ b/src/test/jmh/io/lettuce/core/cluster/RedisClusterClientBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import org.openjdk.jmh.annotations.*; diff --git a/src/test/jmh/io/lettuce/core/cluster/SlotHashBenchmark.java b/src/test/jmh/io/lettuce/core/cluster/SlotHashBenchmark.java index 861abcc4b4..53590fb419 100644 --- a/src/test/jmh/io/lettuce/core/cluster/SlotHashBenchmark.java +++ b/src/test/jmh/io/lettuce/core/cluster/SlotHashBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster; import java.nio.ByteBuffer; diff --git a/src/test/jmh/io/lettuce/core/cluster/models/partitions/JmhMain.java b/src/test/jmh/io/lettuce/core/cluster/models/partitions/JmhMain.java index 1196b3f15f..7509cfa9e3 100644 --- a/src/test/jmh/io/lettuce/core/cluster/models/partitions/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/cluster/models/partitions/JmhMain.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.partitions; import java.util.concurrent.TimeUnit; diff --git a/src/test/jmh/io/lettuce/core/cluster/models/partitions/RedisClusterNodeBenchmark.java b/src/test/jmh/io/lettuce/core/cluster/models/partitions/RedisClusterNodeBenchmark.java index 9177ec31ca..21ac89d636 100644 --- a/src/test/jmh/io/lettuce/core/cluster/models/partitions/RedisClusterNodeBenchmark.java +++ b/src/test/jmh/io/lettuce/core/cluster/models/partitions/RedisClusterNodeBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.cluster.models.partitions; import java.util.Collections; diff --git a/src/test/jmh/io/lettuce/core/codec/StringCodecBenchmark.java b/src/test/jmh/io/lettuce/core/codec/StringCodecBenchmark.java index 36e8d5adf4..f5fe7f04e2 100644 --- a/src/test/jmh/io/lettuce/core/codec/StringCodecBenchmark.java +++ b/src/test/jmh/io/lettuce/core/codec/StringCodecBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.ByteBuffer; diff --git a/src/test/jmh/io/lettuce/core/codec/Utf8StringCodecBenchmark.java b/src/test/jmh/io/lettuce/core/codec/Utf8StringCodecBenchmark.java index 7736538183..a13779f82c 100644 --- a/src/test/jmh/io/lettuce/core/codec/Utf8StringCodecBenchmark.java +++ b/src/test/jmh/io/lettuce/core/codec/Utf8StringCodecBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.codec; import java.nio.ByteBuffer; diff --git a/src/test/jmh/io/lettuce/core/dynamic/RedisCommandFactoryBenchmark.java b/src/test/jmh/io/lettuce/core/dynamic/RedisCommandFactoryBenchmark.java index 5bb555b47c..9147df0d0c 100644 --- a/src/test/jmh/io/lettuce/core/dynamic/RedisCommandFactoryBenchmark.java +++ b/src/test/jmh/io/lettuce/core/dynamic/RedisCommandFactoryBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import org.mockito.Mockito; diff --git a/src/test/jmh/io/lettuce/core/dynamic/RedisCommandsBenchmark.java b/src/test/jmh/io/lettuce/core/dynamic/RedisCommandsBenchmark.java index 210dd770d0..4c0b1e854b 100644 --- a/src/test/jmh/io/lettuce/core/dynamic/RedisCommandsBenchmark.java +++ b/src/test/jmh/io/lettuce/core/dynamic/RedisCommandsBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic; import java.util.concurrent.CompletableFuture; diff --git a/src/test/jmh/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryBenchmark.java b/src/test/jmh/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryBenchmark.java index a685293a7f..3fb5f62294 100644 --- a/src/test/jmh/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryBenchmark.java +++ b/src/test/jmh/io/lettuce/core/dynamic/intercept/InvocationProxyFactoryBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.dynamic.intercept; import org.openjdk.jmh.annotations.Benchmark; diff --git a/src/test/jmh/io/lettuce/core/output/JmhMain.java b/src/test/jmh/io/lettuce/core/output/JmhMain.java index 4ac5a4e217..947e38a31e 100644 --- a/src/test/jmh/io/lettuce/core/output/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/output/JmhMain.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.util.concurrent.TimeUnit; diff --git a/src/test/jmh/io/lettuce/core/output/ValueListOutputBenchmark.java b/src/test/jmh/io/lettuce/core/output/ValueListOutputBenchmark.java index 2c86f41311..be7d68f263 100644 --- a/src/test/jmh/io/lettuce/core/output/ValueListOutputBenchmark.java +++ b/src/test/jmh/io/lettuce/core/output/ValueListOutputBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.output; import java.nio.ByteBuffer; diff --git a/src/test/jmh/io/lettuce/core/protocol/CommandBenchmark.java b/src/test/jmh/io/lettuce/core/protocol/CommandBenchmark.java index 8fcfb02003..5146d57685 100644 --- a/src/test/jmh/io/lettuce/core/protocol/CommandBenchmark.java +++ b/src/test/jmh/io/lettuce/core/protocol/CommandBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.nio.charset.StandardCharsets; diff --git a/src/test/jmh/io/lettuce/core/protocol/EmptyByteBuf.java b/src/test/jmh/io/lettuce/core/protocol/EmptyByteBuf.java index dd67d8af7d..0ebe04bac5 100644 --- a/src/test/jmh/io/lettuce/core/protocol/EmptyByteBuf.java +++ b/src/test/jmh/io/lettuce/core/protocol/EmptyByteBuf.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.io.InputStream; diff --git a/src/test/jmh/io/lettuce/core/protocol/EmptyFuture.java b/src/test/jmh/io/lettuce/core/protocol/EmptyFuture.java index 64e2690b64..8744f57f72 100644 --- a/src/test/jmh/io/lettuce/core/protocol/EmptyFuture.java +++ b/src/test/jmh/io/lettuce/core/protocol/EmptyFuture.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.concurrent.TimeUnit; diff --git a/src/test/jmh/io/lettuce/core/protocol/EmptyPromise.java b/src/test/jmh/io/lettuce/core/protocol/EmptyPromise.java index 3b1bc9fcb8..1b18f0de80 100644 --- a/src/test/jmh/io/lettuce/core/protocol/EmptyPromise.java +++ b/src/test/jmh/io/lettuce/core/protocol/EmptyPromise.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import java.util.concurrent.TimeUnit; diff --git a/src/test/jmh/io/lettuce/core/protocol/RedisEndpointBenchmark.java b/src/test/jmh/io/lettuce/core/protocol/RedisEndpointBenchmark.java index 8a0041c687..8a73d742aa 100644 --- a/src/test/jmh/io/lettuce/core/protocol/RedisEndpointBenchmark.java +++ b/src/test/jmh/io/lettuce/core/protocol/RedisEndpointBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2011-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.protocol; import org.openjdk.jmh.annotations.*; diff --git a/src/test/jmh/io/lettuce/core/support/AsyncConnectionPoolBenchmark.java b/src/test/jmh/io/lettuce/core/support/AsyncConnectionPoolBenchmark.java index eb77350b68..98955d2e0f 100644 --- a/src/test/jmh/io/lettuce/core/support/AsyncConnectionPoolBenchmark.java +++ b/src/test/jmh/io/lettuce/core/support/AsyncConnectionPoolBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.util.concurrent.CompletableFuture; diff --git a/src/test/jmh/io/lettuce/core/support/GenericConnectionPoolBenchmark.java b/src/test/jmh/io/lettuce/core/support/GenericConnectionPoolBenchmark.java index ac804767b5..0f22270890 100644 --- a/src/test/jmh/io/lettuce/core/support/GenericConnectionPoolBenchmark.java +++ b/src/test/jmh/io/lettuce/core/support/GenericConnectionPoolBenchmark.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import org.apache.commons.pool2.impl.GenericObjectPool; diff --git a/src/test/jmh/io/lettuce/core/support/JmhMain.java b/src/test/jmh/io/lettuce/core/support/JmhMain.java index d8de4c5f23..e7a3fa0aed 100644 --- a/src/test/jmh/io/lettuce/core/support/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/support/JmhMain.java @@ -1,18 +1,3 @@ -/* - * Copyright 2017-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.support; import java.util.concurrent.TimeUnit; diff --git a/src/test/kotlin/io/lettuce/core/CoroutinesIntegrationTests.kt b/src/test/kotlin/io/lettuce/core/CoroutinesIntegrationTests.kt index 755897b377..150da82af3 100644 --- a/src/test/kotlin/io/lettuce/core/CoroutinesIntegrationTests.kt +++ b/src/test/kotlin/io/lettuce/core/CoroutinesIntegrationTests.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core import io.lettuce.core.api.StatefulRedisConnection diff --git a/src/test/kotlin/io/lettuce/core/api/coroutines/CoroutinesIntegrationTests.kt b/src/test/kotlin/io/lettuce/core/api/coroutines/CoroutinesIntegrationTests.kt index ffbf23101e..ac55bf2d69 100644 --- a/src/test/kotlin/io/lettuce/core/api/coroutines/CoroutinesIntegrationTests.kt +++ b/src/test/kotlin/io/lettuce/core/api/coroutines/CoroutinesIntegrationTests.kt @@ -1,18 +1,3 @@ -/* - * Copyright 2020-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.api.coroutines import io.lettuce.core.RedisClient diff --git a/src/test/kotlin/io/lettuce/core/event/jfr/JfrEventRecorderUnitTests.java b/src/test/kotlin/io/lettuce/core/event/jfr/JfrEventRecorderUnitTests.java index 82ee04398d..c2e459a178 100644 --- a/src/test/kotlin/io/lettuce/core/event/jfr/JfrEventRecorderUnitTests.java +++ b/src/test/kotlin/io/lettuce/core/event/jfr/JfrEventRecorderUnitTests.java @@ -1,18 +1,3 @@ -/* - * Copyright 2021-2024 the original author or authors. - * - * 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 - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package io.lettuce.core.event.jfr; import static org.assertj.core.api.Assertions.*; From a42133610b64bfafa8b6e54ce01def0969657b9c Mon Sep 17 00:00:00 2001 From: Igor Malinovskyi Date: Tue, 19 Mar 2024 09:26:23 +0100 Subject: [PATCH 2/4] Update headers on files with contributions --- LICENSE | 198 ++---------------- .../core/AbstractRedisAsyncCommands.java | 8 +- .../io/lettuce/core/AbstractRedisClient.java | 8 +- .../core/AbstractRedisReactiveCommands.java | 8 +- .../java/io/lettuce/core/AclSetuserArgs.java | 8 +- .../java/io/lettuce/core/BitFieldArgs.java | 8 +- .../java/io/lettuce/core/ClientListArgs.java | 8 +- .../java/io/lettuce/core/ClientOptions.java | 8 +- .../lettuce/core/CommandListenerWriter.java | 8 +- .../io/lettuce/core/CompositeArgument.java | 8 +- .../io/lettuce/core/ConcurrentLruCache.java | 8 +- .../io/lettuce/core/ConnectionBuilder.java | 8 +- .../java/io/lettuce/core/ConnectionState.java | 8 +- src/main/java/io/lettuce/core/CopyArgs.java | 8 +- src/main/java/io/lettuce/core/FlushMode.java | 8 +- .../core/FutureSyncInvocationHandler.java | 8 +- .../java/io/lettuce/core/KeyScanArgs.java | 8 +- src/main/java/io/lettuce/core/KeyValue.java | 8 +- src/main/java/io/lettuce/core/KillArgs.java | 8 +- src/main/java/io/lettuce/core/LMoveArgs.java | 8 +- .../java/io/lettuce/core/MigrateArgs.java | 8 +- src/main/java/io/lettuce/core/ReadFrom.java | 8 +- .../java/io/lettuce/core/ReadFromImpl.java | 8 +- .../java/io/lettuce/core/RedisClient.java | 8 +- .../io/lettuce/core/RedisCommandBuilder.java | 8 +- .../RedisCommandInterruptedException.java | 8 +- .../java/io/lettuce/core/RedisException.java | 8 +- .../java/io/lettuce/core/RedisHandshake.java | 8 +- .../java/io/lettuce/core/RedisPublisher.java | 8 +- .../lettuce/core/RedisReadOnlyException.java | 8 +- src/main/java/io/lettuce/core/RedisURI.java | 8 +- .../java/io/lettuce/core/RestoreArgs.java | 8 +- src/main/java/io/lettuce/core/ScanArgs.java | 8 +- src/main/java/io/lettuce/core/ScanStream.java | 8 +- .../java/io/lettuce/core/ScoredValue.java | 8 +- .../io/lettuce/core/ScriptOutputType.java | 8 +- src/main/java/io/lettuce/core/SetArgs.java | 8 +- .../java/io/lettuce/core/ShutdownArgs.java | 8 +- .../java/io/lettuce/core/SocketOptions.java | 8 +- .../io/lettuce/core/SslConnectionBuilder.java | 8 +- src/main/java/io/lettuce/core/SslOptions.java | 8 +- .../core/StatefulRedisConnectionImpl.java | 8 +- .../java/io/lettuce/core/StrAlgoArgs.java | 8 +- .../io/lettuce/core/StringMatchResult.java | 8 +- src/main/java/io/lettuce/core/XAddArgs.java | 8 +- .../java/io/lettuce/core/XAutoClaimArgs.java | 8 +- .../java/io/lettuce/core/XPendingArgs.java | 8 +- src/main/java/io/lettuce/core/XTrimArgs.java | 8 +- src/main/java/io/lettuce/core/ZAddArgs.java | 8 +- .../java/io/lettuce/core/ZAggregateArgs.java | 8 +- src/main/java/io/lettuce/core/ZStoreArgs.java | 8 +- .../api/async/BaseRedisAsyncCommands.java | 8 +- .../core/api/async/RedisAclAsyncCommands.java | 8 +- .../core/api/async/RedisAsyncCommands.java | 8 +- .../core/api/async/RedisGeoAsyncCommands.java | 8 +- .../core/api/async/RedisHLLAsyncCommands.java | 8 +- .../api/async/RedisHashAsyncCommands.java | 8 +- .../core/api/async/RedisKeyAsyncCommands.java | 8 +- .../api/async/RedisListAsyncCommands.java | 8 +- .../async/RedisScriptingAsyncCommands.java | 8 +- .../api/async/RedisServerAsyncCommands.java | 8 +- .../core/api/async/RedisSetAsyncCommands.java | 8 +- .../async/RedisSortedSetAsyncCommands.java | 8 +- .../api/async/RedisStreamAsyncCommands.java | 8 +- .../api/async/RedisStringAsyncCommands.java | 8 +- .../RedisTransactionalAsyncCommands.java | 8 +- .../reactive/BaseRedisReactiveCommands.java | 8 +- .../reactive/RedisAclReactiveCommands.java | 8 +- .../reactive/RedisGeoReactiveCommands.java | 8 +- .../reactive/RedisHashReactiveCommands.java | 8 +- .../reactive/RedisKeyReactiveCommands.java | 8 +- .../reactive/RedisListReactiveCommands.java | 8 +- .../api/reactive/RedisReactiveCommands.java | 8 +- .../RedisScriptingReactiveCommands.java | 8 +- .../reactive/RedisServerReactiveCommands.java | 8 +- .../reactive/RedisSetReactiveCommands.java | 8 +- .../RedisSortedSetReactiveCommands.java | 8 +- .../reactive/RedisStreamReactiveCommands.java | 8 +- .../reactive/RedisStringReactiveCommands.java | 8 +- .../core/api/sync/BaseRedisCommands.java | 8 +- .../core/api/sync/RedisAclCommands.java | 8 +- .../lettuce/core/api/sync/RedisCommands.java | 8 +- .../core/api/sync/RedisGeoCommands.java | 8 +- .../core/api/sync/RedisHLLCommands.java | 8 +- .../core/api/sync/RedisHashCommands.java | 8 +- .../core/api/sync/RedisKeyCommands.java | 8 +- .../core/api/sync/RedisListCommands.java | 8 +- .../core/api/sync/RedisScriptingCommands.java | 8 +- .../core/api/sync/RedisServerCommands.java | 8 +- .../core/api/sync/RedisSetCommands.java | 8 +- .../core/api/sync/RedisSortedSetCommands.java | 8 +- .../core/api/sync/RedisStreamCommands.java | 8 +- .../core/api/sync/RedisStringCommands.java | 8 +- .../api/sync/RedisTransactionalCommands.java | 8 +- .../AsyncClusterConnectionProvider.java | 8 +- .../core/cluster/ClusterClientOptions.java | 8 +- .../cluster/ClusterConnectionProvider.java | 8 +- .../ClusterDistributionChannelWriter.java | 8 +- .../ClusterFutureSyncInvocationHandler.java | 8 +- .../cluster/ClusterNodeConnectionFactory.java | 8 +- .../ClusterTopologyRefreshOptions.java | 8 +- .../ClusterTopologyRefreshScheduler.java | 8 +- .../core/cluster/DynamicNodeSelection.java | 8 +- .../core/cluster/MultiNodeExecution.java | 8 +- .../core/cluster/PipelinedRedisFuture.java | 8 +- .../PooledClusterConnectionProvider.java | 8 +- ...RedisAdvancedClusterAsyncCommandsImpl.java | 8 +- ...isAdvancedClusterReactiveCommandsImpl.java | 8 +- .../core/cluster/RedisClusterClient.java | 8 +- .../RedisClusterPubSubAsyncCommandsImpl.java | 8 +- ...edisClusterPubSubReactiveCommandsImpl.java | 8 +- .../io/lettuce/core/cluster/RoundRobin.java | 8 +- .../RoundRobinSocketAddressSupplier.java | 8 +- .../StatefulRedisClusterConnectionImpl.java | 8 +- ...tefulRedisClusterPubSubConnectionImpl.java | 8 +- .../core/cluster/StaticNodeSelection.java | 8 +- .../api/StatefulRedisClusterConnection.java | 8 +- .../async/BaseNodeSelectionAsyncCommands.java | 8 +- .../async/NodeSelectionAclAsyncCommands.java | 8 +- .../async/NodeSelectionGeoAsyncCommands.java | 8 +- .../async/NodeSelectionHLLAsyncCommands.java | 8 +- .../async/NodeSelectionHashAsyncCommands.java | 8 +- .../async/NodeSelectionKeyAsyncCommands.java | 8 +- .../async/NodeSelectionListAsyncCommands.java | 8 +- .../NodeSelectionScriptingAsyncCommands.java | 8 +- .../NodeSelectionServerAsyncCommands.java | 8 +- .../async/NodeSelectionSetAsyncCommands.java | 8 +- .../NodeSelectionSortedSetAsyncCommands.java | 8 +- .../NodeSelectionStreamAsyncCommands.java | 8 +- .../NodeSelectionStringAsyncCommands.java | 8 +- .../RedisAdvancedClusterAsyncCommands.java | 8 +- .../api/async/RedisClusterAsyncCommands.java | 8 +- .../RedisAdvancedClusterReactiveCommands.java | 8 +- .../RedisClusterReactiveCommands.java | 8 +- .../api/sync/BaseNodeSelectionCommands.java | 8 +- .../api/sync/NodeSelectionAclCommands.java | 8 +- .../api/sync/NodeSelectionGeoCommands.java | 8 +- .../api/sync/NodeSelectionHLLCommands.java | 8 +- .../api/sync/NodeSelectionHashCommands.java | 8 +- .../api/sync/NodeSelectionKeyCommands.java | 8 +- .../api/sync/NodeSelectionListCommands.java | 8 +- .../sync/NodeSelectionScriptingCommands.java | 8 +- .../api/sync/NodeSelectionServerCommands.java | 8 +- .../api/sync/NodeSelectionSetCommands.java | 8 +- .../sync/NodeSelectionSortedSetCommands.java | 8 +- .../api/sync/NodeSelectionStreamCommands.java | 8 +- .../api/sync/NodeSelectionStringCommands.java | 8 +- .../sync/RedisAdvancedClusterCommands.java | 8 +- .../api/sync/RedisClusterCommands.java | 8 +- .../cluster/models/partitions/Partitions.java | 8 +- .../models/partitions/RedisClusterNode.java | 8 +- .../DefaultClusterTopologyRefresh.java | 8 +- .../cluster/topology/NodeTopologyView.java | 8 +- .../java/io/lettuce/core/codec/Base16.java | 8 +- .../io/lettuce/core/codec/ByteArrayCodec.java | 8 +- .../io/lettuce/core/codec/StringCodec.java | 8 +- .../lettuce/core/codec/ToByteBufEncoder.java | 8 +- .../lettuce/core/dynamic/SimpleBatcher.java | 8 +- .../codec/AnnotationRedisCodecResolver.java | 8 +- .../AdaptiveRefreshTriggeredEvent.java | 8 +- .../event/command/CommandFailedEvent.java | 8 +- .../core/event/command/CommandListener.java | 8 +- .../event/command/CommandStartedEvent.java | 8 +- .../core/event/metrics/JfrCommandLatency.java | 8 +- .../event/metrics/JfrCommandLatencyEvent.java | 8 +- .../internal/AbstractInvocationHandler.java | 8 +- .../core/internal/ExceptionFactory.java | 8 +- .../lettuce/core/internal/LettuceStrings.java | 8 +- .../masterreplica/AutodiscoveryConnector.java | 8 +- .../MasterReplicaChannelWriter.java | 8 +- .../core/masterreplica/ReadOnlyCommands.java | 8 +- .../ReplicaTopologyProvider.java | 8 +- .../core/masterreplica/SentinelConnector.java | 8 +- .../StaticMasterReplicaConnector.java | 8 +- .../CommandLatencyCollectorOptions.java | 8 +- .../DefaultCommandLatencyCollector.java | 8 +- ...DefaultCommandLatencyCollectorOptions.java | 8 +- .../lettuce/core/metrics/MetricCollector.java | 8 +- .../MicrometerCommandLatencyRecorder.java | 8 +- .../core/metrics/MicrometerOptions.java | 8 +- .../core/models/command/CommandDetail.java | 8 +- .../models/command/CommandDetailParser.java | 8 +- .../core/models/stream/ClaimedMessages.java | 8 +- .../core/output/BooleanListOutput.java | 8 +- .../io/lettuce/core/output/BooleanOutput.java | 8 +- .../lettuce/core/output/ByteArrayOutput.java | 8 +- .../core/output/ClaimedMessagesOutput.java | 8 +- .../io/lettuce/core/output/CommandOutput.java | 8 +- .../io/lettuce/core/output/DateOutput.java | 8 +- .../lettuce/core/output/DoubleListOutput.java | 8 +- .../io/lettuce/core/output/DoubleOutput.java | 8 +- .../io/lettuce/core/output/IntegerOutput.java | 8 +- .../io/lettuce/core/output/KeyListOutput.java | 8 +- .../io/lettuce/core/output/KeyOutput.java | 8 +- .../lettuce/core/output/KeyValueOutput.java | 8 +- .../core/output/ListOfGenericMapsOutput.java | 8 +- .../lettuce/core/output/ListOfMapsOutput.java | 8 +- .../lettuce/core/output/ListSubscriber.java | 8 +- .../io/lettuce/core/output/MapOutput.java | 8 +- .../io/lettuce/core/output/MultiOutput.java | 8 +- .../core/output/NestedMultiOutput.java | 8 +- .../core/output/ScoredValueListOutput.java | 8 +- .../io/lettuce/core/output/StatusOutput.java | 8 +- .../core/output/StringMatchResultOutput.java | 8 +- .../lettuce/core/output/ValueListOutput.java | 8 +- .../io/lettuce/core/output/ValueOutput.java | 8 +- .../lettuce/core/output/ValueSetOutput.java | 8 +- .../lettuce/core/protocol/AsyncCommand.java | 8 +- .../io/lettuce/core/protocol/Command.java | 8 +- .../io/lettuce/core/protocol/CommandArgs.java | 8 +- .../core/protocol/CommandExpiryWriter.java | 8 +- .../lettuce/core/protocol/CommandHandler.java | 8 +- .../lettuce/core/protocol/CommandKeyword.java | 8 +- .../io/lettuce/core/protocol/CommandType.java | 8 +- .../lettuce/core/protocol/CommandWrapper.java | 8 +- .../core/protocol/ConnectionWatchdog.java | 8 +- .../core/protocol/DefaultEndpoint.java | 8 +- .../core/protocol/ReadOnlyCommands.java | 8 +- .../core/protocol/ReconnectionHandler.java | 8 +- .../core/protocol/RedisStateMachine.java | 8 +- .../core/pubsub/PubSubCommandBuilder.java | 8 +- .../lettuce/core/pubsub/PubSubEndpoint.java | 8 +- .../io/lettuce/core/pubsub/PubSubOutput.java | 8 +- .../core/pubsub/RedisPubSubAdapter.java | 8 +- .../pubsub/RedisPubSubAsyncCommandsImpl.java | 8 +- .../core/pubsub/RedisPubSubListener.java | 8 +- .../RedisPubSubReactiveCommandsImpl.java | 8 +- .../StatefulRedisPubSubConnectionImpl.java | 8 +- .../core/resource/ClientResources.java | 8 +- .../resource/DecorrelatedJitterDelay.java | 8 +- .../core/resource/DefaultClientResources.java | 8 +- .../java/io/lettuce/core/resource/Delay.java | 8 +- .../lettuce/core/resource/EpollProvider.java | 8 +- .../core/resource/EqualJitterDelay.java | 8 +- .../core/resource/EventLoopResources.java | 8 +- .../core/resource/ExponentialDelay.java | 8 +- .../core/resource/FullJitterDelay.java | 8 +- .../core/resource/IOUringProvider.java | 8 +- .../lettuce/core/resource/KqueueProvider.java | 8 +- .../RedisSentinelAsyncCommandsImpl.java | 8 +- .../RedisSentinelReactiveCommandsImpl.java | 8 +- .../core/sentinel/SentinelCommandBuilder.java | 8 +- .../StatefulRedisSentinelConnectionImpl.java | 8 +- .../api/async/RedisSentinelAsyncCommands.java | 8 +- .../RedisSentinelReactiveCommands.java | 8 +- .../api/sync/RedisSentinelCommands.java | 8 +- .../core/support/BoundedPoolConfig.java | 8 +- .../io/lettuce/core/tracing/BraveTracing.java | 8 +- .../io/lettuce/core/tracing/NoOpTracing.java | 8 +- .../core/tracing/RedisObservation.java | 8 +- .../java/io/lettuce/core/tracing/Tracing.java | 8 +- .../core/ExperimentalLettuceCoroutinesApi.kt | 8 +- src/main/kotlin/io/lettuce/core/ScanFlow.kt | 8 +- .../api/async/RedisAsyncCommandsExtensions.kt | 8 +- .../coroutines/BaseRedisCoroutinesCommands.kt | 8 +- .../BaseRedisCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisAclCoroutinesCommands.kt | 8 +- .../RedisAclCoroutinesCommandsImpl.kt | 8 +- .../api/coroutines/RedisCoroutinesCommands.kt | 8 +- .../RedisCoroutinesCommandsExtensions.kt | 8 +- .../coroutines/RedisCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisGeoCoroutinesCommands.kt | 8 +- .../RedisGeoCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisHLLCoroutinesCommands.kt | 8 +- .../RedisHLLCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisHashCoroutinesCommands.kt | 8 +- .../RedisHashCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisKeyCoroutinesCommands.kt | 8 +- .../RedisKeyCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisListCoroutinesCommands.kt | 8 +- .../RedisListCoroutinesCommandsImpl.kt | 8 +- .../RedisScriptingCoroutinesCommands.kt | 8 +- .../RedisScriptingCoroutinesCommandsImpl.kt | 8 +- .../RedisServerCoroutinesCommands.kt | 8 +- .../RedisServerCoroutinesCommandsImpl.kt | 8 +- .../coroutines/RedisSetCoroutinesCommands.kt | 8 +- .../RedisSetCoroutinesCommandsImpl.kt | 8 +- .../RedisSortedSetCoroutinesCommands.kt | 8 +- .../RedisSortedSetCoroutinesCommandsImpl.kt | 8 +- .../RedisStreamCoroutinesCommands.kt | 8 +- .../RedisStreamCoroutinesCommandsImpl.kt | 8 +- .../RedisStringCoroutinesCommands.kt | 8 +- .../RedisStringCoroutinesCommandsImpl.kt | 8 +- .../RedisTransactionalCoroutinesCommands.kt | 8 +- ...edisTransactionalCoroutinesCommandsImpl.kt | 8 +- .../api/sync/RedisSyncCommandsExtensions.kt | 8 +- .../RedisClusterCoroutinesCommands.kt | 8 +- .../RedisClusterCoroutinesCommandsImpl.kt | 8 +- .../RedisSentinelCoroutinesCommands.kt | 8 +- .../RedisSentinelCoroutinesCommandsImpl.kt | 8 +- .../lettuce/core/api/BaseRedisCommands.java | 8 +- .../io/lettuce/core/api/RedisAclCommands.java | 8 +- .../lettuce/core/api/RedisHashCommands.java | 8 +- .../io/lettuce/core/api/RedisKeyCommands.java | 8 +- .../lettuce/core/api/RedisListCommands.java | 8 +- .../core/api/RedisScriptingCommands.java | 8 +- .../core/api/RedisSentinelCommands.java | 8 +- .../lettuce/core/api/RedisServerCommands.java | 8 +- .../io/lettuce/core/api/RedisSetCommands.java | 8 +- .../core/api/RedisSortedSetCommands.java | 8 +- .../lettuce/core/api/RedisStreamCommands.java | 8 +- .../lettuce/core/api/RedisStringCommands.java | 8 +- .../MyExtendedRedisClusterClient.java | 8 +- ...dedRedisClusterClientIntegrationTests.java | 8 +- .../MyRedisClusterConnection.java | 8 +- .../apigenerator/CompilationUnitFactory.java | 8 +- .../io/lettuce/apigenerator/Constants.java | 8 +- .../lettuce/apigenerator/CreateAsyncApi.java | 8 +- .../CreateAsyncNodeSelectionClusterApi.java | 8 +- .../CreateKotlinCoroutinesApi.java | 8 +- .../apigenerator/CreateReactiveApi.java | 8 +- .../lettuce/apigenerator/CreateSyncApi.java | 8 +- .../CreateSyncNodeSelectionClusterApi.java | 8 +- .../KotlinCompilationUnitFactory.java | 8 +- .../lettuce/core/AbstractRedisClientTest.java | 8 +- .../lettuce/core/AclSetuserArgsUnitTests.java | 8 +- .../core/AsyncConnectionIntegrationTests.java | 8 +- .../core/ClientOptionsIntegrationTests.java | 8 +- .../core/CommandListenerIntegrationTests.java | 8 +- .../ConnectionCommandIntegrationTests.java | 8 +- .../core/ExceptionFactoryUnitTests.java | 8 +- .../core/KeepAliveOptionsUnitTests.java | 8 +- .../ReactiveConnectionIntegrationTests.java | 8 +- .../RedisClientConnectIntegrationTests.java | 8 +- .../core/RedisURIBuilderUnitTests.java | 8 +- .../io/lettuce/core/RedisURIUnitTests.java | 8 +- .../core/ScanIteratorIntegrationTests.java | 8 +- .../core/ScanStreamIntegrationTests.java | 8 +- .../io/lettuce/core/ScoredValueUnitTests.java | 8 +- .../lettuce/core/SocketOptionsUnitTests.java | 8 +- .../io/lettuce/core/SslIntegrationTests.java | 8 +- .../java/io/lettuce/core/TestSupport.java | 8 +- .../core/Utf8StringCodecIntegrationTests.java | 8 +- .../lettuce/core/ZAggregateArgsUnitTests.java | 8 +- ...AdvancedClusterClientIntegrationTests.java | 8 +- ...vancedClusterReactiveIntegrationTests.java | 8 +- ...yncConnectionProviderIntegrationTests.java | 8 +- ...terDistributionChannelWriterUnitTests.java | 8 +- .../io/lettuce/core/cluster/ClusterSetup.java | 8 +- .../core/cluster/ClusterTestHelper.java | 8 +- ...ledClusterConnectionProviderUnitTests.java | 8 +- .../core/cluster/ReadFromUnitTests.java | 8 +- .../RedisClusterReadFromIntegrationTests.java | 8 +- .../core/cluster/RedisClusterSetupTest.java | 8 +- .../RedisClusterStressScenariosTest.java | 8 +- ...ndRobinSocketAddressSupplierUnitTests.java | 8 +- .../cluster/ScanIteratorIntegrationTests.java | 8 +- .../ClusterTopologyRefreshUnitTests.java | 8 +- .../topology/NodeTopologyViewsUnitTests.java | 8 +- .../cluster/topology/RequestsUnitTests.java | 8 +- .../TopologyComparatorsUnitTests.java | 8 +- .../core/codec/StringCodecUnitTests.java | 8 +- .../commands/AclCommandIntegrationTests.java | 8 +- .../commands/BitCommandIntegrationTests.java | 8 +- .../CustomCommandIntegrationTests.java | 8 +- .../commands/HashCommandIntegrationTests.java | 8 +- .../commands/KeyCommandIntegrationTests.java | 8 +- .../commands/ListCommandIntegrationTests.java | 8 +- .../NumericCommandIntegrationTests.java | 8 +- .../ScriptingCommandIntegrationTests.java | 8 +- .../ServerCommandIntegrationTests.java | 8 +- .../commands/SetCommandIntegrationTests.java | 8 +- .../commands/SortCommandIntegrationTests.java | 8 +- .../SortedSetCommandIntegrationTests.java | 8 +- .../StreamCommandIntegrationTests.java | 8 +- .../StringCommandIntegrationTests.java | 8 +- .../TransactionCommandIntegrationTests.java | 8 +- ...RedisCommandsBatchingIntegrationTests.java | 8 +- ...AnnotationRedisCodecResolverUnitTests.java | 8 +- .../core/internal/LettuceStringsTests.java | 8 +- .../MasterReplicaChannelWriterUnitTests.java | 8 +- ...asterReplicaTopologyProviderUnitTests.java | 8 +- ...mmandLatencyCollectorOptionsUnitTests.java | 8 +- ...faultCommandLatencyCollectorUnitTests.java | 8 +- ...ometerCommandLatencyRecorderUnitTests.java | 8 +- .../metrics/MicrometerOptionsUnitTests.java | 8 +- .../command/CommandDetailParserUnitTests.java | 8 +- .../output/NestedMultiOutputUnitTests.java | 8 +- .../protocol/CommandHandlerUnitTests.java | 8 +- .../protocol/RatioDecodeBufferPolicyTest.java | 8 +- .../RedisStateMachineResp2UnitTests.java | 8 +- .../RedisStateMachineResp3UnitTests.java | 8 +- .../core/protocol/StateMachineUnitTests.java | 8 +- .../core/pubsub/PubSubCommandResp2Test.java | 8 +- .../core/pubsub/PubSubCommandTest.java | 8 +- .../core/pubsub/PubSubReactiveTest.java | 8 +- .../DecorrelatedJitterDelayUnitTests.java | 8 +- .../DefaultClientResourcesUnitTests.java | 8 +- .../resource/EqualJitterDelayUnitTests.java | 8 +- .../resource/FullJitterDelayUnitTests.java | 8 +- ...SentinelServerCommandIntegrationTests.java | 8 +- .../tracing/BraveTracingIntegrationTests.java | 8 +- .../io/lettuce/examples/ConnectToRedis.java | 8 +- .../examples/ConnectToRedisCluster.java | 8 +- .../java/io/lettuce/test/WithPassword.java | 8 +- .../lettuce/test/settings/TestSettings.java | 8 +- ...terDistributionChannelWriterBenchmark.java | 8 +- .../jmh/io/lettuce/core/codec/JmhMain.java | 8 +- .../protocol/CommandHandlerBenchmark.java | 8 +- .../core/protocol/EmptyClientResources.java | 8 +- .../lettuce/core/protocol/EmptyContext.java | 8 +- .../jmh/io/lettuce/core/protocol/JmhMain.java | 8 +- .../protocol/RedisStateMachineBenchmark.java | 8 +- .../lettuce/core/ScanFlowIntegrationTests.kt | 8 +- .../TransactionExtensionsIntegrationTests.kt | 8 +- 405 files changed, 2445 insertions(+), 985 deletions(-) diff --git a/LICENSE b/LICENSE index 49cc83d2ee..7e01d712b2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,177 +1,21 @@ - - Apache License - Version 2.0, January 2004 - https://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS +MIT License + +Copyright (c) 2023-Present, Redis Ltd. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java b/src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java index 8924c27274..3691c4b9f5 100644 --- a/src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java +++ b/src/main/java/io/lettuce/core/AbstractRedisAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/AbstractRedisClient.java b/src/main/java/io/lettuce/core/AbstractRedisClient.java index 5987b1c164..64ff3d90a5 100644 --- a/src/main/java/io/lettuce/core/AbstractRedisClient.java +++ b/src/main/java/io/lettuce/core/AbstractRedisClient.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java b/src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java index 310fe03185..c35c7bbba4 100644 --- a/src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java +++ b/src/main/java/io/lettuce/core/AbstractRedisReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/AclSetuserArgs.java b/src/main/java/io/lettuce/core/AclSetuserArgs.java index e8492421e1..4b3e27a69f 100644 --- a/src/main/java/io/lettuce/core/AclSetuserArgs.java +++ b/src/main/java/io/lettuce/core/AclSetuserArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/BitFieldArgs.java b/src/main/java/io/lettuce/core/BitFieldArgs.java index 6f8efdf32e..6b2741d038 100644 --- a/src/main/java/io/lettuce/core/BitFieldArgs.java +++ b/src/main/java/io/lettuce/core/BitFieldArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ClientListArgs.java b/src/main/java/io/lettuce/core/ClientListArgs.java index 5b5baae5a4..2b0afca90a 100644 --- a/src/main/java/io/lettuce/core/ClientListArgs.java +++ b/src/main/java/io/lettuce/core/ClientListArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2023-2024 the original author or authors. + * Copyright 2023-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ClientOptions.java b/src/main/java/io/lettuce/core/ClientOptions.java index e64a0521c6..a8f3eee83b 100644 --- a/src/main/java/io/lettuce/core/ClientOptions.java +++ b/src/main/java/io/lettuce/core/ClientOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/CommandListenerWriter.java b/src/main/java/io/lettuce/core/CommandListenerWriter.java index 082835aefc..93df84ad8a 100644 --- a/src/main/java/io/lettuce/core/CommandListenerWriter.java +++ b/src/main/java/io/lettuce/core/CommandListenerWriter.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/CompositeArgument.java b/src/main/java/io/lettuce/core/CompositeArgument.java index de1e7ad2c5..dde1aa848c 100644 --- a/src/main/java/io/lettuce/core/CompositeArgument.java +++ b/src/main/java/io/lettuce/core/CompositeArgument.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ConcurrentLruCache.java b/src/main/java/io/lettuce/core/ConcurrentLruCache.java index 902c062f4e..5fde885311 100644 --- a/src/main/java/io/lettuce/core/ConcurrentLruCache.java +++ b/src/main/java/io/lettuce/core/ConcurrentLruCache.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ConnectionBuilder.java b/src/main/java/io/lettuce/core/ConnectionBuilder.java index 0423409d9d..4bb3127b88 100644 --- a/src/main/java/io/lettuce/core/ConnectionBuilder.java +++ b/src/main/java/io/lettuce/core/ConnectionBuilder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ConnectionState.java b/src/main/java/io/lettuce/core/ConnectionState.java index eedc3022f0..7641070310 100644 --- a/src/main/java/io/lettuce/core/ConnectionState.java +++ b/src/main/java/io/lettuce/core/ConnectionState.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/CopyArgs.java b/src/main/java/io/lettuce/core/CopyArgs.java index b1d86a7dc2..2b38787333 100644 --- a/src/main/java/io/lettuce/core/CopyArgs.java +++ b/src/main/java/io/lettuce/core/CopyArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/FlushMode.java b/src/main/java/io/lettuce/core/FlushMode.java index a6cf354f3c..9e2f4e5466 100644 --- a/src/main/java/io/lettuce/core/FlushMode.java +++ b/src/main/java/io/lettuce/core/FlushMode.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/FutureSyncInvocationHandler.java b/src/main/java/io/lettuce/core/FutureSyncInvocationHandler.java index b0460bcc8b..a080ead113 100644 --- a/src/main/java/io/lettuce/core/FutureSyncInvocationHandler.java +++ b/src/main/java/io/lettuce/core/FutureSyncInvocationHandler.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/KeyScanArgs.java b/src/main/java/io/lettuce/core/KeyScanArgs.java index 4963e03620..a5e5e8fc35 100644 --- a/src/main/java/io/lettuce/core/KeyScanArgs.java +++ b/src/main/java/io/lettuce/core/KeyScanArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/KeyValue.java b/src/main/java/io/lettuce/core/KeyValue.java index 17a12a2103..3683fffe0c 100644 --- a/src/main/java/io/lettuce/core/KeyValue.java +++ b/src/main/java/io/lettuce/core/KeyValue.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/KillArgs.java b/src/main/java/io/lettuce/core/KillArgs.java index 505da24723..d3a05c3b83 100644 --- a/src/main/java/io/lettuce/core/KillArgs.java +++ b/src/main/java/io/lettuce/core/KillArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/LMoveArgs.java b/src/main/java/io/lettuce/core/LMoveArgs.java index ad5ff24ddb..35b270db5b 100644 --- a/src/main/java/io/lettuce/core/LMoveArgs.java +++ b/src/main/java/io/lettuce/core/LMoveArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/MigrateArgs.java b/src/main/java/io/lettuce/core/MigrateArgs.java index 02d5952535..77af12e6da 100644 --- a/src/main/java/io/lettuce/core/MigrateArgs.java +++ b/src/main/java/io/lettuce/core/MigrateArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ReadFrom.java b/src/main/java/io/lettuce/core/ReadFrom.java index eead27571e..f247fac947 100644 --- a/src/main/java/io/lettuce/core/ReadFrom.java +++ b/src/main/java/io/lettuce/core/ReadFrom.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ReadFromImpl.java b/src/main/java/io/lettuce/core/ReadFromImpl.java index af8d7cc150..303fb26054 100644 --- a/src/main/java/io/lettuce/core/ReadFromImpl.java +++ b/src/main/java/io/lettuce/core/ReadFromImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisClient.java b/src/main/java/io/lettuce/core/RedisClient.java index 0b51f45e0c..c87497c625 100644 --- a/src/main/java/io/lettuce/core/RedisClient.java +++ b/src/main/java/io/lettuce/core/RedisClient.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisCommandBuilder.java b/src/main/java/io/lettuce/core/RedisCommandBuilder.java index e6c9581aaf..acfd58a12f 100644 --- a/src/main/java/io/lettuce/core/RedisCommandBuilder.java +++ b/src/main/java/io/lettuce/core/RedisCommandBuilder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisCommandInterruptedException.java b/src/main/java/io/lettuce/core/RedisCommandInterruptedException.java index 662029e028..fbfa435b6f 100644 --- a/src/main/java/io/lettuce/core/RedisCommandInterruptedException.java +++ b/src/main/java/io/lettuce/core/RedisCommandInterruptedException.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisException.java b/src/main/java/io/lettuce/core/RedisException.java index cef129b71e..a34ba532d8 100644 --- a/src/main/java/io/lettuce/core/RedisException.java +++ b/src/main/java/io/lettuce/core/RedisException.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisHandshake.java b/src/main/java/io/lettuce/core/RedisHandshake.java index b1b9c92b5f..111d30328e 100644 --- a/src/main/java/io/lettuce/core/RedisHandshake.java +++ b/src/main/java/io/lettuce/core/RedisHandshake.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisPublisher.java b/src/main/java/io/lettuce/core/RedisPublisher.java index 3a7cf37120..f19de1fed1 100644 --- a/src/main/java/io/lettuce/core/RedisPublisher.java +++ b/src/main/java/io/lettuce/core/RedisPublisher.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisReadOnlyException.java b/src/main/java/io/lettuce/core/RedisReadOnlyException.java index 949e2f4ac8..066229abf9 100644 --- a/src/main/java/io/lettuce/core/RedisReadOnlyException.java +++ b/src/main/java/io/lettuce/core/RedisReadOnlyException.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RedisURI.java b/src/main/java/io/lettuce/core/RedisURI.java index 3c080959ff..7aaa1da1df 100644 --- a/src/main/java/io/lettuce/core/RedisURI.java +++ b/src/main/java/io/lettuce/core/RedisURI.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/RestoreArgs.java b/src/main/java/io/lettuce/core/RestoreArgs.java index ae9c8af014..ff18ebfe5c 100644 --- a/src/main/java/io/lettuce/core/RestoreArgs.java +++ b/src/main/java/io/lettuce/core/RestoreArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ScanArgs.java b/src/main/java/io/lettuce/core/ScanArgs.java index 12dfbf4634..1ec158c646 100644 --- a/src/main/java/io/lettuce/core/ScanArgs.java +++ b/src/main/java/io/lettuce/core/ScanArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ScanStream.java b/src/main/java/io/lettuce/core/ScanStream.java index 259e5ceba1..3d25986fac 100644 --- a/src/main/java/io/lettuce/core/ScanStream.java +++ b/src/main/java/io/lettuce/core/ScanStream.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ScoredValue.java b/src/main/java/io/lettuce/core/ScoredValue.java index a970ebb7f7..5e5e480a9d 100644 --- a/src/main/java/io/lettuce/core/ScoredValue.java +++ b/src/main/java/io/lettuce/core/ScoredValue.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ScriptOutputType.java b/src/main/java/io/lettuce/core/ScriptOutputType.java index 715387e86d..817698afc2 100644 --- a/src/main/java/io/lettuce/core/ScriptOutputType.java +++ b/src/main/java/io/lettuce/core/ScriptOutputType.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/SetArgs.java b/src/main/java/io/lettuce/core/SetArgs.java index 2a1243756a..a4a5387829 100644 --- a/src/main/java/io/lettuce/core/SetArgs.java +++ b/src/main/java/io/lettuce/core/SetArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ShutdownArgs.java b/src/main/java/io/lettuce/core/ShutdownArgs.java index 4c45a67804..47b134edaf 100644 --- a/src/main/java/io/lettuce/core/ShutdownArgs.java +++ b/src/main/java/io/lettuce/core/ShutdownArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2022-2024 the original author or authors. + * Copyright 2022-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/SocketOptions.java b/src/main/java/io/lettuce/core/SocketOptions.java index cb9c66bf1f..a69dd4b430 100644 --- a/src/main/java/io/lettuce/core/SocketOptions.java +++ b/src/main/java/io/lettuce/core/SocketOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/SslConnectionBuilder.java b/src/main/java/io/lettuce/core/SslConnectionBuilder.java index 0b74354668..42874e71bc 100644 --- a/src/main/java/io/lettuce/core/SslConnectionBuilder.java +++ b/src/main/java/io/lettuce/core/SslConnectionBuilder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/SslOptions.java b/src/main/java/io/lettuce/core/SslOptions.java index fa77d94723..c9cde88186 100644 --- a/src/main/java/io/lettuce/core/SslOptions.java +++ b/src/main/java/io/lettuce/core/SslOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/StatefulRedisConnectionImpl.java b/src/main/java/io/lettuce/core/StatefulRedisConnectionImpl.java index e55bec7080..5f64e272e8 100644 --- a/src/main/java/io/lettuce/core/StatefulRedisConnectionImpl.java +++ b/src/main/java/io/lettuce/core/StatefulRedisConnectionImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/StrAlgoArgs.java b/src/main/java/io/lettuce/core/StrAlgoArgs.java index b1f17b454c..009f916fd4 100644 --- a/src/main/java/io/lettuce/core/StrAlgoArgs.java +++ b/src/main/java/io/lettuce/core/StrAlgoArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/StringMatchResult.java b/src/main/java/io/lettuce/core/StringMatchResult.java index 413ed3bd34..8fe98b9da5 100644 --- a/src/main/java/io/lettuce/core/StringMatchResult.java +++ b/src/main/java/io/lettuce/core/StringMatchResult.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/XAddArgs.java b/src/main/java/io/lettuce/core/XAddArgs.java index 6978e6c7d1..d2e3d06823 100644 --- a/src/main/java/io/lettuce/core/XAddArgs.java +++ b/src/main/java/io/lettuce/core/XAddArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/XAutoClaimArgs.java b/src/main/java/io/lettuce/core/XAutoClaimArgs.java index 28ae063ad0..ad2e45ebee 100644 --- a/src/main/java/io/lettuce/core/XAutoClaimArgs.java +++ b/src/main/java/io/lettuce/core/XAutoClaimArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/XPendingArgs.java b/src/main/java/io/lettuce/core/XPendingArgs.java index 1d4612b92c..db47baee18 100644 --- a/src/main/java/io/lettuce/core/XPendingArgs.java +++ b/src/main/java/io/lettuce/core/XPendingArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/XTrimArgs.java b/src/main/java/io/lettuce/core/XTrimArgs.java index 4c242259e1..153a8619d4 100644 --- a/src/main/java/io/lettuce/core/XTrimArgs.java +++ b/src/main/java/io/lettuce/core/XTrimArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ZAddArgs.java b/src/main/java/io/lettuce/core/ZAddArgs.java index 51a39ec82d..bba7c4e365 100644 --- a/src/main/java/io/lettuce/core/ZAddArgs.java +++ b/src/main/java/io/lettuce/core/ZAddArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ZAggregateArgs.java b/src/main/java/io/lettuce/core/ZAggregateArgs.java index 75c14183a3..8d4d30dfbf 100644 --- a/src/main/java/io/lettuce/core/ZAggregateArgs.java +++ b/src/main/java/io/lettuce/core/ZAggregateArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/ZStoreArgs.java b/src/main/java/io/lettuce/core/ZStoreArgs.java index 19248f0605..8b43434c9c 100644 --- a/src/main/java/io/lettuce/core/ZStoreArgs.java +++ b/src/main/java/io/lettuce/core/ZStoreArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/BaseRedisAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/BaseRedisAsyncCommands.java index 8c8b381303..829d0a6ea2 100644 --- a/src/main/java/io/lettuce/core/api/async/BaseRedisAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/BaseRedisAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisAclAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisAclAsyncCommands.java index b4d268d1b6..633beffc48 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisAclAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisAclAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisAsyncCommands.java index 1f5db55f24..be442dd70b 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisGeoAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisGeoAsyncCommands.java index aea0d372d9..90632b731a 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisGeoAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisGeoAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisHLLAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisHLLAsyncCommands.java index 2b604d8183..c9a8cf9bd5 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisHLLAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisHLLAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisHashAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisHashAsyncCommands.java index 3d0f4a75ea..b57b208954 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisHashAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisHashAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisKeyAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisKeyAsyncCommands.java index 89cf26df02..cceffb8a71 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisKeyAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisKeyAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisListAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisListAsyncCommands.java index ccee55af26..0b6ea4b42d 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisListAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisListAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisScriptingAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisScriptingAsyncCommands.java index 278d36b4f3..76b1fe3f89 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisScriptingAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisScriptingAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisServerAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisServerAsyncCommands.java index 3f571a4256..86714aab9a 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisServerAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisServerAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisSetAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisSetAsyncCommands.java index 46cad70909..2caa9bdfdd 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisSetAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisSetAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisSortedSetAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisSortedSetAsyncCommands.java index 755525dad3..6119585764 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisSortedSetAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisSortedSetAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisStreamAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisStreamAsyncCommands.java index 75d0150aad..df6e81e1e7 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisStreamAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisStreamAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisStringAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisStringAsyncCommands.java index f239692a45..c3ea91fb92 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisStringAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisStringAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/async/RedisTransactionalAsyncCommands.java b/src/main/java/io/lettuce/core/api/async/RedisTransactionalAsyncCommands.java index b028180d15..4378632c49 100644 --- a/src/main/java/io/lettuce/core/api/async/RedisTransactionalAsyncCommands.java +++ b/src/main/java/io/lettuce/core/api/async/RedisTransactionalAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/BaseRedisReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/BaseRedisReactiveCommands.java index 27eb0672b9..6a2ce56e4a 100644 --- a/src/main/java/io/lettuce/core/api/reactive/BaseRedisReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/BaseRedisReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisAclReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisAclReactiveCommands.java index 4d2af9b2bf..d389a69a4e 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisAclReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisAclReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisGeoReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisGeoReactiveCommands.java index 869b997a9d..866025cf90 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisGeoReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisGeoReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisHashReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisHashReactiveCommands.java index 9dbf9a6c50..e27714bee8 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisHashReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisHashReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisKeyReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisKeyReactiveCommands.java index 36a33632a3..1fbfdda1a8 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisKeyReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisKeyReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisListReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisListReactiveCommands.java index 49aec9a6a2..65f9a5b0bb 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisListReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisListReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisReactiveCommands.java index fba52030fe..346f79b4bf 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisScriptingReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisScriptingReactiveCommands.java index 0247800fa2..749ef60959 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisScriptingReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisScriptingReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisServerReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisServerReactiveCommands.java index c8b86f8549..3e2d0addcc 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisServerReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisServerReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisSetReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisSetReactiveCommands.java index 522dbdcfca..fb6f1fae29 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisSetReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisSetReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisSortedSetReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisSortedSetReactiveCommands.java index 509009cd50..980c416a25 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisSortedSetReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisSortedSetReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisStreamReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisStreamReactiveCommands.java index 61e02fa13e..4ef801e5ab 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisStreamReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisStreamReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/reactive/RedisStringReactiveCommands.java b/src/main/java/io/lettuce/core/api/reactive/RedisStringReactiveCommands.java index 79080ac75c..f96a00d94d 100644 --- a/src/main/java/io/lettuce/core/api/reactive/RedisStringReactiveCommands.java +++ b/src/main/java/io/lettuce/core/api/reactive/RedisStringReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/BaseRedisCommands.java b/src/main/java/io/lettuce/core/api/sync/BaseRedisCommands.java index c0295bfc2d..0ff193b1c2 100644 --- a/src/main/java/io/lettuce/core/api/sync/BaseRedisCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/BaseRedisCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisAclCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisAclCommands.java index 4986b3e909..aea491eba7 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisAclCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisAclCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisCommands.java index bdb48c63d1..efc6005bb0 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisGeoCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisGeoCommands.java index 7466fa0892..ea6f96cf90 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisGeoCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisGeoCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisHLLCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisHLLCommands.java index 68ae158ab1..cae160a802 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisHLLCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisHLLCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisHashCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisHashCommands.java index efd20170d7..b4cdad955a 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisHashCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisHashCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisKeyCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisKeyCommands.java index 865b18a398..516e4ab072 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisKeyCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisKeyCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisListCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisListCommands.java index 1a346d9672..1f1b4ae58e 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisListCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisListCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisScriptingCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisScriptingCommands.java index 500c66871d..19425de304 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisScriptingCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisScriptingCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisServerCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisServerCommands.java index f3ad6c578d..7454ce2e6a 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisServerCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisServerCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisSetCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisSetCommands.java index d3ee0710c0..c78e36bfbc 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisSetCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisSetCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisSortedSetCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisSortedSetCommands.java index 16264c94bb..05e3ddcf1f 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisSortedSetCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisSortedSetCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisStreamCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisStreamCommands.java index 74c04c4198..0632e21074 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisStreamCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisStreamCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisStringCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisStringCommands.java index e2ab4a9c73..5edc4ee2e6 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisStringCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisStringCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/api/sync/RedisTransactionalCommands.java b/src/main/java/io/lettuce/core/api/sync/RedisTransactionalCommands.java index fc743cb456..0cf2b2e3ca 100644 --- a/src/main/java/io/lettuce/core/api/sync/RedisTransactionalCommands.java +++ b/src/main/java/io/lettuce/core/api/sync/RedisTransactionalCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/AsyncClusterConnectionProvider.java b/src/main/java/io/lettuce/core/cluster/AsyncClusterConnectionProvider.java index 3f6c1b96b2..f164b9a4c8 100644 --- a/src/main/java/io/lettuce/core/cluster/AsyncClusterConnectionProvider.java +++ b/src/main/java/io/lettuce/core/cluster/AsyncClusterConnectionProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterClientOptions.java b/src/main/java/io/lettuce/core/cluster/ClusterClientOptions.java index bf78a4144d..edf9f952f2 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterClientOptions.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterClientOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterConnectionProvider.java b/src/main/java/io/lettuce/core/cluster/ClusterConnectionProvider.java index 0c564bdb05..1e36f2bb8c 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterConnectionProvider.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterConnectionProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterDistributionChannelWriter.java b/src/main/java/io/lettuce/core/cluster/ClusterDistributionChannelWriter.java index 22380d206a..a0a80609f1 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterDistributionChannelWriter.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterDistributionChannelWriter.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterFutureSyncInvocationHandler.java b/src/main/java/io/lettuce/core/cluster/ClusterFutureSyncInvocationHandler.java index d7cf37f756..449e969f03 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterFutureSyncInvocationHandler.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterFutureSyncInvocationHandler.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterNodeConnectionFactory.java b/src/main/java/io/lettuce/core/cluster/ClusterNodeConnectionFactory.java index 4a0014d978..0af56d51a1 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterNodeConnectionFactory.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterNodeConnectionFactory.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptions.java b/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptions.java index 5c9462001b..ddf33481a4 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptions.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshScheduler.java b/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshScheduler.java index 3fdbfa1c3a..b47b386d2c 100644 --- a/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshScheduler.java +++ b/src/main/java/io/lettuce/core/cluster/ClusterTopologyRefreshScheduler.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/DynamicNodeSelection.java b/src/main/java/io/lettuce/core/cluster/DynamicNodeSelection.java index 545afe6c3c..2f2b89b6a8 100644 --- a/src/main/java/io/lettuce/core/cluster/DynamicNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/DynamicNodeSelection.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/MultiNodeExecution.java b/src/main/java/io/lettuce/core/cluster/MultiNodeExecution.java index b8a867bbf5..1480e36483 100644 --- a/src/main/java/io/lettuce/core/cluster/MultiNodeExecution.java +++ b/src/main/java/io/lettuce/core/cluster/MultiNodeExecution.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/PipelinedRedisFuture.java b/src/main/java/io/lettuce/core/cluster/PipelinedRedisFuture.java index 7dc05a6334..b29b849da2 100644 --- a/src/main/java/io/lettuce/core/cluster/PipelinedRedisFuture.java +++ b/src/main/java/io/lettuce/core/cluster/PipelinedRedisFuture.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/PooledClusterConnectionProvider.java b/src/main/java/io/lettuce/core/cluster/PooledClusterConnectionProvider.java index a06cb3dd35..d0fc85b514 100644 --- a/src/main/java/io/lettuce/core/cluster/PooledClusterConnectionProvider.java +++ b/src/main/java/io/lettuce/core/cluster/PooledClusterConnectionProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterAsyncCommandsImpl.java b/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterAsyncCommandsImpl.java index b1dc0ecb68..f4d8fc63e9 100644 --- a/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterAsyncCommandsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterAsyncCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterReactiveCommandsImpl.java b/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterReactiveCommandsImpl.java index c0ad09e18f..2df05e254b 100644 --- a/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterReactiveCommandsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/RedisAdvancedClusterReactiveCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RedisClusterClient.java b/src/main/java/io/lettuce/core/cluster/RedisClusterClient.java index 0551df7eba..2e74091a5e 100644 --- a/src/main/java/io/lettuce/core/cluster/RedisClusterClient.java +++ b/src/main/java/io/lettuce/core/cluster/RedisClusterClient.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubAsyncCommandsImpl.java b/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubAsyncCommandsImpl.java index 5d85c0134d..28a2f972ef 100644 --- a/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubAsyncCommandsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubAsyncCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubReactiveCommandsImpl.java b/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubReactiveCommandsImpl.java index 2ee1feeb49..40fa1c2adb 100644 --- a/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubReactiveCommandsImpl.java +++ b/src/main/java/io/lettuce/core/cluster/RedisClusterPubSubReactiveCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RoundRobin.java b/src/main/java/io/lettuce/core/cluster/RoundRobin.java index 91b0f1a9aa..b04a6ffbd7 100644 --- a/src/main/java/io/lettuce/core/cluster/RoundRobin.java +++ b/src/main/java/io/lettuce/core/cluster/RoundRobin.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplier.java b/src/main/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplier.java index 5ef872f6f4..86b03037d1 100644 --- a/src/main/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplier.java +++ b/src/main/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplier.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterConnectionImpl.java b/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterConnectionImpl.java index 8dce49d137..3e89689016 100644 --- a/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterConnectionImpl.java +++ b/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterConnectionImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterPubSubConnectionImpl.java b/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterPubSubConnectionImpl.java index 53d9a3b643..b78b885b6e 100644 --- a/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterPubSubConnectionImpl.java +++ b/src/main/java/io/lettuce/core/cluster/StatefulRedisClusterPubSubConnectionImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/StaticNodeSelection.java b/src/main/java/io/lettuce/core/cluster/StaticNodeSelection.java index 6dbdf6683e..6872cbc41d 100644 --- a/src/main/java/io/lettuce/core/cluster/StaticNodeSelection.java +++ b/src/main/java/io/lettuce/core/cluster/StaticNodeSelection.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/StatefulRedisClusterConnection.java b/src/main/java/io/lettuce/core/cluster/api/StatefulRedisClusterConnection.java index 96a05d9e94..1bbc296199 100644 --- a/src/main/java/io/lettuce/core/cluster/api/StatefulRedisClusterConnection.java +++ b/src/main/java/io/lettuce/core/cluster/api/StatefulRedisClusterConnection.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/BaseNodeSelectionAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/BaseNodeSelectionAsyncCommands.java index b08959f2e9..f52d5bbffe 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/BaseNodeSelectionAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/BaseNodeSelectionAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAclAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAclAsyncCommands.java index 30ad357293..80a851d81c 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAclAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionAclAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionGeoAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionGeoAsyncCommands.java index 58d1eb5445..8d322888b8 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionGeoAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionGeoAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHLLAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHLLAsyncCommands.java index 5610cad9a9..c6ed931865 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHLLAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHLLAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHashAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHashAsyncCommands.java index 163ed16c8e..e6635535e2 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHashAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionHashAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionKeyAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionKeyAsyncCommands.java index 66b2337f6a..44bbd168a3 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionKeyAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionKeyAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionListAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionListAsyncCommands.java index 5a0922a89f..bc3cbf68cf 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionListAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionListAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionScriptingAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionScriptingAsyncCommands.java index 2b58a14d58..746ae61d52 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionScriptingAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionScriptingAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionServerAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionServerAsyncCommands.java index 059e870baa..42b308d470 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionServerAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionServerAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSetAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSetAsyncCommands.java index 9c293a3985..f80337a557 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSetAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSetAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSortedSetAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSortedSetAsyncCommands.java index 4e4e5fbf8f..14eb3a2551 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSortedSetAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionSortedSetAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStreamAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStreamAsyncCommands.java index 557f12a256..06f6acf6d2 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStreamAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStreamAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStringAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStringAsyncCommands.java index ad8e9c93fe..0897d9592b 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStringAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/NodeSelectionStringAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/RedisAdvancedClusterAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/RedisAdvancedClusterAsyncCommands.java index debb0cbd70..2b56d12e53 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/RedisAdvancedClusterAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/RedisAdvancedClusterAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/async/RedisClusterAsyncCommands.java b/src/main/java/io/lettuce/core/cluster/api/async/RedisClusterAsyncCommands.java index cb53ef8c10..6a9c81ade5 100644 --- a/src/main/java/io/lettuce/core/cluster/api/async/RedisClusterAsyncCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/async/RedisClusterAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/reactive/RedisAdvancedClusterReactiveCommands.java b/src/main/java/io/lettuce/core/cluster/api/reactive/RedisAdvancedClusterReactiveCommands.java index d480643933..75ad65c235 100644 --- a/src/main/java/io/lettuce/core/cluster/api/reactive/RedisAdvancedClusterReactiveCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/reactive/RedisAdvancedClusterReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/reactive/RedisClusterReactiveCommands.java b/src/main/java/io/lettuce/core/cluster/api/reactive/RedisClusterReactiveCommands.java index d3a98f4e91..d7e3a9757c 100644 --- a/src/main/java/io/lettuce/core/cluster/api/reactive/RedisClusterReactiveCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/reactive/RedisClusterReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/BaseNodeSelectionCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/BaseNodeSelectionCommands.java index 9318dbd0d0..a996f6f549 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/BaseNodeSelectionCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/BaseNodeSelectionCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionAclCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionAclCommands.java index 60228a1124..e99d88244d 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionAclCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionAclCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionGeoCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionGeoCommands.java index be33fcb04b..e2f529f319 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionGeoCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionGeoCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHLLCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHLLCommands.java index 6449a5d963..fe789aacfd 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHLLCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHLLCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHashCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHashCommands.java index faaf1978bc..716976016c 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHashCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionHashCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionKeyCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionKeyCommands.java index 9090c9d28d..d09dd4f39a 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionKeyCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionKeyCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionListCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionListCommands.java index 1d0a8c7cd3..0752b92ac0 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionListCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionListCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionScriptingCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionScriptingCommands.java index b491870ea6..f64078e375 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionScriptingCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionScriptingCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionServerCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionServerCommands.java index 608d65a643..b8179a7d0f 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionServerCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionServerCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSetCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSetCommands.java index 022cb255ff..ec8204c665 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSetCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSetCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSortedSetCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSortedSetCommands.java index 26de49a480..4ea7fc2015 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSortedSetCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionSortedSetCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStreamCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStreamCommands.java index c5b1aa8497..1d477eca73 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStreamCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStreamCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStringCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStringCommands.java index 7050265b0e..6ce1146973 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStringCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/NodeSelectionStringCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/RedisAdvancedClusterCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/RedisAdvancedClusterCommands.java index 2b42a367a0..8b452842b8 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/RedisAdvancedClusterCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/RedisAdvancedClusterCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/api/sync/RedisClusterCommands.java b/src/main/java/io/lettuce/core/cluster/api/sync/RedisClusterCommands.java index cd7b338de1..597ec53d75 100644 --- a/src/main/java/io/lettuce/core/cluster/api/sync/RedisClusterCommands.java +++ b/src/main/java/io/lettuce/core/cluster/api/sync/RedisClusterCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/models/partitions/Partitions.java b/src/main/java/io/lettuce/core/cluster/models/partitions/Partitions.java index 1cd94ffb82..944e7d4d3c 100644 --- a/src/main/java/io/lettuce/core/cluster/models/partitions/Partitions.java +++ b/src/main/java/io/lettuce/core/cluster/models/partitions/Partitions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/models/partitions/RedisClusterNode.java b/src/main/java/io/lettuce/core/cluster/models/partitions/RedisClusterNode.java index 756237840c..e1cef2fdce 100644 --- a/src/main/java/io/lettuce/core/cluster/models/partitions/RedisClusterNode.java +++ b/src/main/java/io/lettuce/core/cluster/models/partitions/RedisClusterNode.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/topology/DefaultClusterTopologyRefresh.java b/src/main/java/io/lettuce/core/cluster/topology/DefaultClusterTopologyRefresh.java index 4b5094c435..350978981d 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/DefaultClusterTopologyRefresh.java +++ b/src/main/java/io/lettuce/core/cluster/topology/DefaultClusterTopologyRefresh.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java b/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java index 9c957e105f..f8f5eba463 100644 --- a/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java +++ b/src/main/java/io/lettuce/core/cluster/topology/NodeTopologyView.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/codec/Base16.java b/src/main/java/io/lettuce/core/codec/Base16.java index 64088ea58d..d0e9c1f58e 100644 --- a/src/main/java/io/lettuce/core/codec/Base16.java +++ b/src/main/java/io/lettuce/core/codec/Base16.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/codec/ByteArrayCodec.java b/src/main/java/io/lettuce/core/codec/ByteArrayCodec.java index b1ea5d27a9..c8a9cffd06 100644 --- a/src/main/java/io/lettuce/core/codec/ByteArrayCodec.java +++ b/src/main/java/io/lettuce/core/codec/ByteArrayCodec.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/codec/StringCodec.java b/src/main/java/io/lettuce/core/codec/StringCodec.java index db9eda9ebd..3a36fcf8e0 100644 --- a/src/main/java/io/lettuce/core/codec/StringCodec.java +++ b/src/main/java/io/lettuce/core/codec/StringCodec.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/codec/ToByteBufEncoder.java b/src/main/java/io/lettuce/core/codec/ToByteBufEncoder.java index c3faea4596..84d72d66ce 100644 --- a/src/main/java/io/lettuce/core/codec/ToByteBufEncoder.java +++ b/src/main/java/io/lettuce/core/codec/ToByteBufEncoder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/dynamic/SimpleBatcher.java b/src/main/java/io/lettuce/core/dynamic/SimpleBatcher.java index 327a423ad1..9d42d37b69 100644 --- a/src/main/java/io/lettuce/core/dynamic/SimpleBatcher.java +++ b/src/main/java/io/lettuce/core/dynamic/SimpleBatcher.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolver.java b/src/main/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolver.java index 3073d9296d..c3148e1a6c 100644 --- a/src/main/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolver.java +++ b/src/main/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolver.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/event/cluster/AdaptiveRefreshTriggeredEvent.java b/src/main/java/io/lettuce/core/event/cluster/AdaptiveRefreshTriggeredEvent.java index b66acd03e5..e45a493e35 100644 --- a/src/main/java/io/lettuce/core/event/cluster/AdaptiveRefreshTriggeredEvent.java +++ b/src/main/java/io/lettuce/core/event/cluster/AdaptiveRefreshTriggeredEvent.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/event/command/CommandFailedEvent.java b/src/main/java/io/lettuce/core/event/command/CommandFailedEvent.java index b848b40a04..f2a6013b10 100644 --- a/src/main/java/io/lettuce/core/event/command/CommandFailedEvent.java +++ b/src/main/java/io/lettuce/core/event/command/CommandFailedEvent.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/event/command/CommandListener.java b/src/main/java/io/lettuce/core/event/command/CommandListener.java index 48dabc115a..ad62c43ac5 100644 --- a/src/main/java/io/lettuce/core/event/command/CommandListener.java +++ b/src/main/java/io/lettuce/core/event/command/CommandListener.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/event/command/CommandStartedEvent.java b/src/main/java/io/lettuce/core/event/command/CommandStartedEvent.java index 1717b1928e..eb72b1de2c 100644 --- a/src/main/java/io/lettuce/core/event/command/CommandStartedEvent.java +++ b/src/main/java/io/lettuce/core/event/command/CommandStartedEvent.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatency.java b/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatency.java index 65d1341f84..7685497708 100644 --- a/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatency.java +++ b/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatency.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatencyEvent.java b/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatencyEvent.java index 1763b94115..89a1da416a 100644 --- a/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatencyEvent.java +++ b/src/main/java/io/lettuce/core/event/metrics/JfrCommandLatencyEvent.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/internal/AbstractInvocationHandler.java b/src/main/java/io/lettuce/core/internal/AbstractInvocationHandler.java index ffbf6f37b2..2eb72488ad 100644 --- a/src/main/java/io/lettuce/core/internal/AbstractInvocationHandler.java +++ b/src/main/java/io/lettuce/core/internal/AbstractInvocationHandler.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/internal/ExceptionFactory.java b/src/main/java/io/lettuce/core/internal/ExceptionFactory.java index b711cd4d45..b4374082a9 100644 --- a/src/main/java/io/lettuce/core/internal/ExceptionFactory.java +++ b/src/main/java/io/lettuce/core/internal/ExceptionFactory.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/internal/LettuceStrings.java b/src/main/java/io/lettuce/core/internal/LettuceStrings.java index c39cd2c17b..1f08f535a8 100644 --- a/src/main/java/io/lettuce/core/internal/LettuceStrings.java +++ b/src/main/java/io/lettuce/core/internal/LettuceStrings.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/masterreplica/AutodiscoveryConnector.java b/src/main/java/io/lettuce/core/masterreplica/AutodiscoveryConnector.java index d5c832ae32..93e00ad118 100644 --- a/src/main/java/io/lettuce/core/masterreplica/AutodiscoveryConnector.java +++ b/src/main/java/io/lettuce/core/masterreplica/AutodiscoveryConnector.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriter.java b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriter.java index 14f79c090f..bfa4b4bd28 100644 --- a/src/main/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriter.java +++ b/src/main/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriter.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/masterreplica/ReadOnlyCommands.java b/src/main/java/io/lettuce/core/masterreplica/ReadOnlyCommands.java index 189cccebdf..67616a7ef5 100644 --- a/src/main/java/io/lettuce/core/masterreplica/ReadOnlyCommands.java +++ b/src/main/java/io/lettuce/core/masterreplica/ReadOnlyCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/masterreplica/ReplicaTopologyProvider.java b/src/main/java/io/lettuce/core/masterreplica/ReplicaTopologyProvider.java index 8aeae7d2fc..8c2f3ca71a 100644 --- a/src/main/java/io/lettuce/core/masterreplica/ReplicaTopologyProvider.java +++ b/src/main/java/io/lettuce/core/masterreplica/ReplicaTopologyProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/masterreplica/SentinelConnector.java b/src/main/java/io/lettuce/core/masterreplica/SentinelConnector.java index b608b4b63b..597efaa1b7 100644 --- a/src/main/java/io/lettuce/core/masterreplica/SentinelConnector.java +++ b/src/main/java/io/lettuce/core/masterreplica/SentinelConnector.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaConnector.java b/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaConnector.java index fd46e54a79..bff843c2f8 100644 --- a/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaConnector.java +++ b/src/main/java/io/lettuce/core/masterreplica/StaticMasterReplicaConnector.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/metrics/CommandLatencyCollectorOptions.java b/src/main/java/io/lettuce/core/metrics/CommandLatencyCollectorOptions.java index ebf006acd9..61d5f5bcdd 100644 --- a/src/main/java/io/lettuce/core/metrics/CommandLatencyCollectorOptions.java +++ b/src/main/java/io/lettuce/core/metrics/CommandLatencyCollectorOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollector.java b/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollector.java index 9aab063156..e4f71f1578 100644 --- a/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollector.java +++ b/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollector.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptions.java b/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptions.java index d408d9dac9..37ba6fafe4 100644 --- a/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptions.java +++ b/src/main/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/metrics/MetricCollector.java b/src/main/java/io/lettuce/core/metrics/MetricCollector.java index 40cc691b09..7f7f46ad6a 100644 --- a/src/main/java/io/lettuce/core/metrics/MetricCollector.java +++ b/src/main/java/io/lettuce/core/metrics/MetricCollector.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorder.java b/src/main/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorder.java index 7561f432e0..fcd47c7fb9 100644 --- a/src/main/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorder.java +++ b/src/main/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/metrics/MicrometerOptions.java b/src/main/java/io/lettuce/core/metrics/MicrometerOptions.java index 096a8f2b76..86886f1a99 100644 --- a/src/main/java/io/lettuce/core/metrics/MicrometerOptions.java +++ b/src/main/java/io/lettuce/core/metrics/MicrometerOptions.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/models/command/CommandDetail.java b/src/main/java/io/lettuce/core/models/command/CommandDetail.java index 8f884334eb..a5407a8cc7 100644 --- a/src/main/java/io/lettuce/core/models/command/CommandDetail.java +++ b/src/main/java/io/lettuce/core/models/command/CommandDetail.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/models/command/CommandDetailParser.java b/src/main/java/io/lettuce/core/models/command/CommandDetailParser.java index 142139d31a..0f4c03325c 100644 --- a/src/main/java/io/lettuce/core/models/command/CommandDetailParser.java +++ b/src/main/java/io/lettuce/core/models/command/CommandDetailParser.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/models/stream/ClaimedMessages.java b/src/main/java/io/lettuce/core/models/stream/ClaimedMessages.java index f51f1682b1..ae9d17b17a 100644 --- a/src/main/java/io/lettuce/core/models/stream/ClaimedMessages.java +++ b/src/main/java/io/lettuce/core/models/stream/ClaimedMessages.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/BooleanListOutput.java b/src/main/java/io/lettuce/core/output/BooleanListOutput.java index 887b7cb131..3170aabd08 100644 --- a/src/main/java/io/lettuce/core/output/BooleanListOutput.java +++ b/src/main/java/io/lettuce/core/output/BooleanListOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/BooleanOutput.java b/src/main/java/io/lettuce/core/output/BooleanOutput.java index 98af1d25ee..dba5f55f09 100644 --- a/src/main/java/io/lettuce/core/output/BooleanOutput.java +++ b/src/main/java/io/lettuce/core/output/BooleanOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ByteArrayOutput.java b/src/main/java/io/lettuce/core/output/ByteArrayOutput.java index eb04f3e0d7..f28341c97a 100644 --- a/src/main/java/io/lettuce/core/output/ByteArrayOutput.java +++ b/src/main/java/io/lettuce/core/output/ByteArrayOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ClaimedMessagesOutput.java b/src/main/java/io/lettuce/core/output/ClaimedMessagesOutput.java index 53fff65727..49d36c3f5d 100644 --- a/src/main/java/io/lettuce/core/output/ClaimedMessagesOutput.java +++ b/src/main/java/io/lettuce/core/output/ClaimedMessagesOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/CommandOutput.java b/src/main/java/io/lettuce/core/output/CommandOutput.java index 3fb45d7075..2b4a851267 100644 --- a/src/main/java/io/lettuce/core/output/CommandOutput.java +++ b/src/main/java/io/lettuce/core/output/CommandOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/DateOutput.java b/src/main/java/io/lettuce/core/output/DateOutput.java index 8f83a0634b..cb81667241 100644 --- a/src/main/java/io/lettuce/core/output/DateOutput.java +++ b/src/main/java/io/lettuce/core/output/DateOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/DoubleListOutput.java b/src/main/java/io/lettuce/core/output/DoubleListOutput.java index 9f57a8a65c..24865c2be6 100644 --- a/src/main/java/io/lettuce/core/output/DoubleListOutput.java +++ b/src/main/java/io/lettuce/core/output/DoubleListOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/DoubleOutput.java b/src/main/java/io/lettuce/core/output/DoubleOutput.java index 8de91e5c2a..415fe3b997 100644 --- a/src/main/java/io/lettuce/core/output/DoubleOutput.java +++ b/src/main/java/io/lettuce/core/output/DoubleOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/IntegerOutput.java b/src/main/java/io/lettuce/core/output/IntegerOutput.java index 820aa39a4d..8c3cc943e2 100644 --- a/src/main/java/io/lettuce/core/output/IntegerOutput.java +++ b/src/main/java/io/lettuce/core/output/IntegerOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/KeyListOutput.java b/src/main/java/io/lettuce/core/output/KeyListOutput.java index b01deab69d..cdeb72ec31 100644 --- a/src/main/java/io/lettuce/core/output/KeyListOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyListOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/KeyOutput.java b/src/main/java/io/lettuce/core/output/KeyOutput.java index ede4d26f63..654a6f5ee2 100644 --- a/src/main/java/io/lettuce/core/output/KeyOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/KeyValueOutput.java b/src/main/java/io/lettuce/core/output/KeyValueOutput.java index ff757ca3ef..7d34cfeeb7 100644 --- a/src/main/java/io/lettuce/core/output/KeyValueOutput.java +++ b/src/main/java/io/lettuce/core/output/KeyValueOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ListOfGenericMapsOutput.java b/src/main/java/io/lettuce/core/output/ListOfGenericMapsOutput.java index ae2ddd0d89..e44166a136 100644 --- a/src/main/java/io/lettuce/core/output/ListOfGenericMapsOutput.java +++ b/src/main/java/io/lettuce/core/output/ListOfGenericMapsOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ListOfMapsOutput.java b/src/main/java/io/lettuce/core/output/ListOfMapsOutput.java index e77b547f0d..264b7d471c 100644 --- a/src/main/java/io/lettuce/core/output/ListOfMapsOutput.java +++ b/src/main/java/io/lettuce/core/output/ListOfMapsOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ListSubscriber.java b/src/main/java/io/lettuce/core/output/ListSubscriber.java index 9bceb3d8be..f3ff90d72c 100644 --- a/src/main/java/io/lettuce/core/output/ListSubscriber.java +++ b/src/main/java/io/lettuce/core/output/ListSubscriber.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/MapOutput.java b/src/main/java/io/lettuce/core/output/MapOutput.java index 9b4b23a68f..5bf467b740 100644 --- a/src/main/java/io/lettuce/core/output/MapOutput.java +++ b/src/main/java/io/lettuce/core/output/MapOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/MultiOutput.java b/src/main/java/io/lettuce/core/output/MultiOutput.java index 4d1b63f870..949a64cbfa 100644 --- a/src/main/java/io/lettuce/core/output/MultiOutput.java +++ b/src/main/java/io/lettuce/core/output/MultiOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/NestedMultiOutput.java b/src/main/java/io/lettuce/core/output/NestedMultiOutput.java index 12a8a2569d..93b7d4e887 100644 --- a/src/main/java/io/lettuce/core/output/NestedMultiOutput.java +++ b/src/main/java/io/lettuce/core/output/NestedMultiOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ScoredValueListOutput.java b/src/main/java/io/lettuce/core/output/ScoredValueListOutput.java index 08e71af9d5..2c2179683c 100644 --- a/src/main/java/io/lettuce/core/output/ScoredValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/ScoredValueListOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/StatusOutput.java b/src/main/java/io/lettuce/core/output/StatusOutput.java index 7f0a1d47d2..9024b01de6 100644 --- a/src/main/java/io/lettuce/core/output/StatusOutput.java +++ b/src/main/java/io/lettuce/core/output/StatusOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/StringMatchResultOutput.java b/src/main/java/io/lettuce/core/output/StringMatchResultOutput.java index dd9b904272..2653f8f2cc 100644 --- a/src/main/java/io/lettuce/core/output/StringMatchResultOutput.java +++ b/src/main/java/io/lettuce/core/output/StringMatchResultOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ValueListOutput.java b/src/main/java/io/lettuce/core/output/ValueListOutput.java index aa9ad30b00..a403b818f6 100644 --- a/src/main/java/io/lettuce/core/output/ValueListOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueListOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ValueOutput.java b/src/main/java/io/lettuce/core/output/ValueOutput.java index 0ddcf3b39c..4434cb0f02 100644 --- a/src/main/java/io/lettuce/core/output/ValueOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/output/ValueSetOutput.java b/src/main/java/io/lettuce/core/output/ValueSetOutput.java index b992d67332..7c01352eeb 100644 --- a/src/main/java/io/lettuce/core/output/ValueSetOutput.java +++ b/src/main/java/io/lettuce/core/output/ValueSetOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/AsyncCommand.java b/src/main/java/io/lettuce/core/protocol/AsyncCommand.java index e185a46a1b..6aa676012b 100644 --- a/src/main/java/io/lettuce/core/protocol/AsyncCommand.java +++ b/src/main/java/io/lettuce/core/protocol/AsyncCommand.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/Command.java b/src/main/java/io/lettuce/core/protocol/Command.java index 7f8d45ee87..215b706247 100644 --- a/src/main/java/io/lettuce/core/protocol/Command.java +++ b/src/main/java/io/lettuce/core/protocol/Command.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/CommandArgs.java b/src/main/java/io/lettuce/core/protocol/CommandArgs.java index b32b8edaa6..c34ed70e1c 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandArgs.java +++ b/src/main/java/io/lettuce/core/protocol/CommandArgs.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/CommandExpiryWriter.java b/src/main/java/io/lettuce/core/protocol/CommandExpiryWriter.java index 3ee540f7b7..dcd71e6d42 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandExpiryWriter.java +++ b/src/main/java/io/lettuce/core/protocol/CommandExpiryWriter.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/CommandHandler.java b/src/main/java/io/lettuce/core/protocol/CommandHandler.java index 740c535194..83bf304020 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandHandler.java +++ b/src/main/java/io/lettuce/core/protocol/CommandHandler.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/CommandKeyword.java b/src/main/java/io/lettuce/core/protocol/CommandKeyword.java index 8c53f0f817..272a7a2570 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandKeyword.java +++ b/src/main/java/io/lettuce/core/protocol/CommandKeyword.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/CommandType.java b/src/main/java/io/lettuce/core/protocol/CommandType.java index cdfe8d0dd5..446007b17d 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandType.java +++ b/src/main/java/io/lettuce/core/protocol/CommandType.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/CommandWrapper.java b/src/main/java/io/lettuce/core/protocol/CommandWrapper.java index c7b20b11be..f0be8ea54c 100644 --- a/src/main/java/io/lettuce/core/protocol/CommandWrapper.java +++ b/src/main/java/io/lettuce/core/protocol/CommandWrapper.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/ConnectionWatchdog.java b/src/main/java/io/lettuce/core/protocol/ConnectionWatchdog.java index 95ba6cd424..b403f04e3d 100644 --- a/src/main/java/io/lettuce/core/protocol/ConnectionWatchdog.java +++ b/src/main/java/io/lettuce/core/protocol/ConnectionWatchdog.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/DefaultEndpoint.java b/src/main/java/io/lettuce/core/protocol/DefaultEndpoint.java index dc2c107e9a..07fbacf77a 100644 --- a/src/main/java/io/lettuce/core/protocol/DefaultEndpoint.java +++ b/src/main/java/io/lettuce/core/protocol/DefaultEndpoint.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/ReadOnlyCommands.java b/src/main/java/io/lettuce/core/protocol/ReadOnlyCommands.java index b20157f3dd..a6bfc6333f 100644 --- a/src/main/java/io/lettuce/core/protocol/ReadOnlyCommands.java +++ b/src/main/java/io/lettuce/core/protocol/ReadOnlyCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/ReconnectionHandler.java b/src/main/java/io/lettuce/core/protocol/ReconnectionHandler.java index 079d034730..8bf183b426 100644 --- a/src/main/java/io/lettuce/core/protocol/ReconnectionHandler.java +++ b/src/main/java/io/lettuce/core/protocol/ReconnectionHandler.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/protocol/RedisStateMachine.java b/src/main/java/io/lettuce/core/protocol/RedisStateMachine.java index ac292f0c49..e9ecc34703 100644 --- a/src/main/java/io/lettuce/core/protocol/RedisStateMachine.java +++ b/src/main/java/io/lettuce/core/protocol/RedisStateMachine.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/PubSubCommandBuilder.java b/src/main/java/io/lettuce/core/pubsub/PubSubCommandBuilder.java index db22a9dcd5..6c66ce0ebd 100644 --- a/src/main/java/io/lettuce/core/pubsub/PubSubCommandBuilder.java +++ b/src/main/java/io/lettuce/core/pubsub/PubSubCommandBuilder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java b/src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java index 2ccbaf6a5d..bad26297d2 100644 --- a/src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java +++ b/src/main/java/io/lettuce/core/pubsub/PubSubEndpoint.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/PubSubOutput.java b/src/main/java/io/lettuce/core/pubsub/PubSubOutput.java index 5ba1aa6ccc..16309ca69b 100644 --- a/src/main/java/io/lettuce/core/pubsub/PubSubOutput.java +++ b/src/main/java/io/lettuce/core/pubsub/PubSubOutput.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/RedisPubSubAdapter.java b/src/main/java/io/lettuce/core/pubsub/RedisPubSubAdapter.java index bf51f0a7c4..e63dc28796 100644 --- a/src/main/java/io/lettuce/core/pubsub/RedisPubSubAdapter.java +++ b/src/main/java/io/lettuce/core/pubsub/RedisPubSubAdapter.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/RedisPubSubAsyncCommandsImpl.java b/src/main/java/io/lettuce/core/pubsub/RedisPubSubAsyncCommandsImpl.java index 595c92c5c3..1d883bb64e 100644 --- a/src/main/java/io/lettuce/core/pubsub/RedisPubSubAsyncCommandsImpl.java +++ b/src/main/java/io/lettuce/core/pubsub/RedisPubSubAsyncCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/RedisPubSubListener.java b/src/main/java/io/lettuce/core/pubsub/RedisPubSubListener.java index c3e036cbda..2099197bb9 100644 --- a/src/main/java/io/lettuce/core/pubsub/RedisPubSubListener.java +++ b/src/main/java/io/lettuce/core/pubsub/RedisPubSubListener.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/RedisPubSubReactiveCommandsImpl.java b/src/main/java/io/lettuce/core/pubsub/RedisPubSubReactiveCommandsImpl.java index dba1a4b258..ad90ead9fc 100644 --- a/src/main/java/io/lettuce/core/pubsub/RedisPubSubReactiveCommandsImpl.java +++ b/src/main/java/io/lettuce/core/pubsub/RedisPubSubReactiveCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnectionImpl.java b/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnectionImpl.java index 5d55e4d682..33b1f1412e 100644 --- a/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnectionImpl.java +++ b/src/main/java/io/lettuce/core/pubsub/StatefulRedisPubSubConnectionImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/ClientResources.java b/src/main/java/io/lettuce/core/resource/ClientResources.java index c8a7e45c22..4d82d4ac08 100644 --- a/src/main/java/io/lettuce/core/resource/ClientResources.java +++ b/src/main/java/io/lettuce/core/resource/ClientResources.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/DecorrelatedJitterDelay.java b/src/main/java/io/lettuce/core/resource/DecorrelatedJitterDelay.java index 21acaa5504..6ce0bd3707 100644 --- a/src/main/java/io/lettuce/core/resource/DecorrelatedJitterDelay.java +++ b/src/main/java/io/lettuce/core/resource/DecorrelatedJitterDelay.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/DefaultClientResources.java b/src/main/java/io/lettuce/core/resource/DefaultClientResources.java index d9acd088dc..9b20bf21ce 100644 --- a/src/main/java/io/lettuce/core/resource/DefaultClientResources.java +++ b/src/main/java/io/lettuce/core/resource/DefaultClientResources.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/Delay.java b/src/main/java/io/lettuce/core/resource/Delay.java index 76188c6fad..df67c274b2 100644 --- a/src/main/java/io/lettuce/core/resource/Delay.java +++ b/src/main/java/io/lettuce/core/resource/Delay.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/EpollProvider.java b/src/main/java/io/lettuce/core/resource/EpollProvider.java index 54c61c8f9c..bb74833455 100644 --- a/src/main/java/io/lettuce/core/resource/EpollProvider.java +++ b/src/main/java/io/lettuce/core/resource/EpollProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/EqualJitterDelay.java b/src/main/java/io/lettuce/core/resource/EqualJitterDelay.java index baee7a17c4..03f448f3f2 100644 --- a/src/main/java/io/lettuce/core/resource/EqualJitterDelay.java +++ b/src/main/java/io/lettuce/core/resource/EqualJitterDelay.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/EventLoopResources.java b/src/main/java/io/lettuce/core/resource/EventLoopResources.java index 37fddb7820..7d1880ccc3 100644 --- a/src/main/java/io/lettuce/core/resource/EventLoopResources.java +++ b/src/main/java/io/lettuce/core/resource/EventLoopResources.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/ExponentialDelay.java b/src/main/java/io/lettuce/core/resource/ExponentialDelay.java index 73e41c0e8c..7322624995 100644 --- a/src/main/java/io/lettuce/core/resource/ExponentialDelay.java +++ b/src/main/java/io/lettuce/core/resource/ExponentialDelay.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/FullJitterDelay.java b/src/main/java/io/lettuce/core/resource/FullJitterDelay.java index afe8438a60..fa44065175 100644 --- a/src/main/java/io/lettuce/core/resource/FullJitterDelay.java +++ b/src/main/java/io/lettuce/core/resource/FullJitterDelay.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/IOUringProvider.java b/src/main/java/io/lettuce/core/resource/IOUringProvider.java index 6809fdc817..5f029b0bac 100644 --- a/src/main/java/io/lettuce/core/resource/IOUringProvider.java +++ b/src/main/java/io/lettuce/core/resource/IOUringProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/resource/KqueueProvider.java b/src/main/java/io/lettuce/core/resource/KqueueProvider.java index c30b4f69ee..5db028f46c 100644 --- a/src/main/java/io/lettuce/core/resource/KqueueProvider.java +++ b/src/main/java/io/lettuce/core/resource/KqueueProvider.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java b/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java index 35cc9cdb09..4cf9ebbc34 100644 --- a/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java +++ b/src/main/java/io/lettuce/core/sentinel/RedisSentinelAsyncCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/RedisSentinelReactiveCommandsImpl.java b/src/main/java/io/lettuce/core/sentinel/RedisSentinelReactiveCommandsImpl.java index df2d9d6cc7..f4ec35bf2e 100644 --- a/src/main/java/io/lettuce/core/sentinel/RedisSentinelReactiveCommandsImpl.java +++ b/src/main/java/io/lettuce/core/sentinel/RedisSentinelReactiveCommandsImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/SentinelCommandBuilder.java b/src/main/java/io/lettuce/core/sentinel/SentinelCommandBuilder.java index c21f791be6..568f59ef61 100644 --- a/src/main/java/io/lettuce/core/sentinel/SentinelCommandBuilder.java +++ b/src/main/java/io/lettuce/core/sentinel/SentinelCommandBuilder.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/StatefulRedisSentinelConnectionImpl.java b/src/main/java/io/lettuce/core/sentinel/StatefulRedisSentinelConnectionImpl.java index d42a824120..0f729d9096 100644 --- a/src/main/java/io/lettuce/core/sentinel/StatefulRedisSentinelConnectionImpl.java +++ b/src/main/java/io/lettuce/core/sentinel/StatefulRedisSentinelConnectionImpl.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/api/async/RedisSentinelAsyncCommands.java b/src/main/java/io/lettuce/core/sentinel/api/async/RedisSentinelAsyncCommands.java index fad29fac7a..cd3462d7f5 100644 --- a/src/main/java/io/lettuce/core/sentinel/api/async/RedisSentinelAsyncCommands.java +++ b/src/main/java/io/lettuce/core/sentinel/api/async/RedisSentinelAsyncCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/api/reactive/RedisSentinelReactiveCommands.java b/src/main/java/io/lettuce/core/sentinel/api/reactive/RedisSentinelReactiveCommands.java index be6aafc7b9..04fb113034 100644 --- a/src/main/java/io/lettuce/core/sentinel/api/reactive/RedisSentinelReactiveCommands.java +++ b/src/main/java/io/lettuce/core/sentinel/api/reactive/RedisSentinelReactiveCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/sentinel/api/sync/RedisSentinelCommands.java b/src/main/java/io/lettuce/core/sentinel/api/sync/RedisSentinelCommands.java index 3b2c07118c..44ef4643d4 100644 --- a/src/main/java/io/lettuce/core/sentinel/api/sync/RedisSentinelCommands.java +++ b/src/main/java/io/lettuce/core/sentinel/api/sync/RedisSentinelCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/support/BoundedPoolConfig.java b/src/main/java/io/lettuce/core/support/BoundedPoolConfig.java index c47de1cf1a..c9a0c4f8c5 100644 --- a/src/main/java/io/lettuce/core/support/BoundedPoolConfig.java +++ b/src/main/java/io/lettuce/core/support/BoundedPoolConfig.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/tracing/BraveTracing.java b/src/main/java/io/lettuce/core/tracing/BraveTracing.java index f4f8102128..339db4178c 100644 --- a/src/main/java/io/lettuce/core/tracing/BraveTracing.java +++ b/src/main/java/io/lettuce/core/tracing/BraveTracing.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/tracing/NoOpTracing.java b/src/main/java/io/lettuce/core/tracing/NoOpTracing.java index 7f4146b016..0a497a3ef1 100644 --- a/src/main/java/io/lettuce/core/tracing/NoOpTracing.java +++ b/src/main/java/io/lettuce/core/tracing/NoOpTracing.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/tracing/RedisObservation.java b/src/main/java/io/lettuce/core/tracing/RedisObservation.java index 310e9300fa..52f7ab7a6f 100644 --- a/src/main/java/io/lettuce/core/tracing/RedisObservation.java +++ b/src/main/java/io/lettuce/core/tracing/RedisObservation.java @@ -1,7 +1,11 @@ /* - * Copyright 2013-2024 the original author or authors. + * Copyright 2013-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/java/io/lettuce/core/tracing/Tracing.java b/src/main/java/io/lettuce/core/tracing/Tracing.java index 414e9e7cfa..bb844ac045 100644 --- a/src/main/java/io/lettuce/core/tracing/Tracing.java +++ b/src/main/java/io/lettuce/core/tracing/Tracing.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/ExperimentalLettuceCoroutinesApi.kt b/src/main/kotlin/io/lettuce/core/ExperimentalLettuceCoroutinesApi.kt index d41265bbaa..d1e7360d86 100644 --- a/src/main/kotlin/io/lettuce/core/ExperimentalLettuceCoroutinesApi.kt +++ b/src/main/kotlin/io/lettuce/core/ExperimentalLettuceCoroutinesApi.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/ScanFlow.kt b/src/main/kotlin/io/lettuce/core/ScanFlow.kt index 556bee849e..9fc7216e9e 100644 --- a/src/main/kotlin/io/lettuce/core/ScanFlow.kt +++ b/src/main/kotlin/io/lettuce/core/ScanFlow.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/async/RedisAsyncCommandsExtensions.kt b/src/main/kotlin/io/lettuce/core/api/async/RedisAsyncCommandsExtensions.kt index 8071c3ff64..6f7609cad6 100644 --- a/src/main/kotlin/io/lettuce/core/api/async/RedisAsyncCommandsExtensions.kt +++ b/src/main/kotlin/io/lettuce/core/api/async/RedisAsyncCommandsExtensions.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommands.kt index f8c7639252..e4e8a4b559 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommandsImpl.kt index 4d4e1ff6da..ceebfcaf4f 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/BaseRedisCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommands.kt index 374980eb77..6b6ed5f718 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommandsImpl.kt index c904e22ac1..b6303afb44 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisAclCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommands.kt index b254211d72..2732a4f348 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsExtensions.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsExtensions.kt index dd29bf54d9..5d565109a8 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsExtensions.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsExtensions.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsImpl.kt index 3b618dcf6a..0dc6b5e196 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommands.kt index 299b77ee22..7c9a5d96a1 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommandsImpl.kt index d30085977d..e8fda9705f 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisGeoCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommands.kt index 260548d933..b0e49c16ce 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommandsImpl.kt index fea16b0071..6da61cc8d7 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHLLCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommands.kt index 04e27dfb71..f6ea8f53f8 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommandsImpl.kt index dc586b3d1f..dc7412b795 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisHashCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommands.kt index 345f5533ad..6d3f92bcad 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommandsImpl.kt index 3779a9e230..5b62a92d3c 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisKeyCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommands.kt index e245859b28..71a7c5961c 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommandsImpl.kt index 32d2aa57b2..f0b5549ae6 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisListCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommands.kt index d34ab29986..020ac1a873 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommandsImpl.kt index 676af0453d..403cb26164 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisScriptingCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommands.kt index 8f92d4a5f5..a0524be3d6 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommandsImpl.kt index 66d6cce770..3427baa780 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisServerCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommands.kt index 8889e64aab..c85395f1d1 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommandsImpl.kt index 6e824fb78b..fd3ae7012b 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSetCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommands.kt index 8f9c8685aa..a5c09e16e1 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommandsImpl.kt index 549d91f749..26922a488d 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisSortedSetCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommands.kt index 64b563f74c..89b54b26a0 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommandsImpl.kt index 2373eacd6a..82397aeba3 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStreamCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommands.kt index 2aeb20a18d..72df1f67fb 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommandsImpl.kt index da27f3fb75..86586c6899 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisStringCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommands.kt index 866ead1fa9..dc8952ed69 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommandsImpl.kt index 84bdf3ca40..3d5c6df2a6 100644 --- a/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/api/coroutines/RedisTransactionalCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/api/sync/RedisSyncCommandsExtensions.kt b/src/main/kotlin/io/lettuce/core/api/sync/RedisSyncCommandsExtensions.kt index 9994dc60f2..0088f41fc6 100644 --- a/src/main/kotlin/io/lettuce/core/api/sync/RedisSyncCommandsExtensions.kt +++ b/src/main/kotlin/io/lettuce/core/api/sync/RedisSyncCommandsExtensions.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommands.kt index cbf981ff24..c6fc638a0f 100644 --- a/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommandsImpl.kt index 2742611903..a0addea1c0 100644 --- a/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/cluster/api/coroutines/RedisClusterCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommands.kt b/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommands.kt index 1c1c1818ca..cc8e6e4862 100644 --- a/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommands.kt +++ b/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommands.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommandsImpl.kt b/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommandsImpl.kt index 0a646bf4ac..d0b9cff033 100644 --- a/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommandsImpl.kt +++ b/src/main/kotlin/io/lettuce/core/sentinel/api/coroutines/RedisSentinelCoroutinesCommandsImpl.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/BaseRedisCommands.java b/src/main/templates/io/lettuce/core/api/BaseRedisCommands.java index e9486a0b9b..ff02318edc 100644 --- a/src/main/templates/io/lettuce/core/api/BaseRedisCommands.java +++ b/src/main/templates/io/lettuce/core/api/BaseRedisCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisAclCommands.java b/src/main/templates/io/lettuce/core/api/RedisAclCommands.java index b27e551141..6a3b0e58f6 100644 --- a/src/main/templates/io/lettuce/core/api/RedisAclCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisAclCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisHashCommands.java b/src/main/templates/io/lettuce/core/api/RedisHashCommands.java index 520dbc8b3a..03435441d2 100644 --- a/src/main/templates/io/lettuce/core/api/RedisHashCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisHashCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisKeyCommands.java b/src/main/templates/io/lettuce/core/api/RedisKeyCommands.java index ed90e342a1..bdd3568991 100644 --- a/src/main/templates/io/lettuce/core/api/RedisKeyCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisKeyCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisListCommands.java b/src/main/templates/io/lettuce/core/api/RedisListCommands.java index 6f39e9ba58..0b540838d7 100644 --- a/src/main/templates/io/lettuce/core/api/RedisListCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisListCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisScriptingCommands.java b/src/main/templates/io/lettuce/core/api/RedisScriptingCommands.java index 8ee90064c2..ed47b21ca7 100644 --- a/src/main/templates/io/lettuce/core/api/RedisScriptingCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisScriptingCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisSentinelCommands.java b/src/main/templates/io/lettuce/core/api/RedisSentinelCommands.java index 81a4dd851e..9e7db5137b 100644 --- a/src/main/templates/io/lettuce/core/api/RedisSentinelCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisSentinelCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisServerCommands.java b/src/main/templates/io/lettuce/core/api/RedisServerCommands.java index 9c5e7c1681..6775494a61 100644 --- a/src/main/templates/io/lettuce/core/api/RedisServerCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisServerCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisSetCommands.java b/src/main/templates/io/lettuce/core/api/RedisSetCommands.java index ddc1c975cc..46d50aa77d 100644 --- a/src/main/templates/io/lettuce/core/api/RedisSetCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisSetCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisSortedSetCommands.java b/src/main/templates/io/lettuce/core/api/RedisSortedSetCommands.java index d559ef1019..841e14a835 100644 --- a/src/main/templates/io/lettuce/core/api/RedisSortedSetCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisSortedSetCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisStreamCommands.java b/src/main/templates/io/lettuce/core/api/RedisStreamCommands.java index 3921b90fe5..29c39e379a 100644 --- a/src/main/templates/io/lettuce/core/api/RedisStreamCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisStreamCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/main/templates/io/lettuce/core/api/RedisStringCommands.java b/src/main/templates/io/lettuce/core/api/RedisStringCommands.java index e32e39d1ec..05f6264228 100644 --- a/src/main/templates/io/lettuce/core/api/RedisStringCommands.java +++ b/src/main/templates/io/lettuce/core/api/RedisStringCommands.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClient.java b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClient.java index e978ec8199..e97e5d823e 100644 --- a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClient.java +++ b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClient.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClientIntegrationTests.java b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClientIntegrationTests.java index 804957e4d5..1b45bce601 100644 --- a/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClientIntegrationTests.java +++ b/src/test/java/biz/paluch/redis/extensibility/MyExtendedRedisClusterClientIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/biz/paluch/redis/extensibility/MyRedisClusterConnection.java b/src/test/java/biz/paluch/redis/extensibility/MyRedisClusterConnection.java index a4f0e29b40..18e8feacf8 100644 --- a/src/test/java/biz/paluch/redis/extensibility/MyRedisClusterConnection.java +++ b/src/test/java/biz/paluch/redis/extensibility/MyRedisClusterConnection.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CompilationUnitFactory.java b/src/test/java/io/lettuce/apigenerator/CompilationUnitFactory.java index 17d67427d8..2be57d325b 100644 --- a/src/test/java/io/lettuce/apigenerator/CompilationUnitFactory.java +++ b/src/test/java/io/lettuce/apigenerator/CompilationUnitFactory.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/Constants.java b/src/test/java/io/lettuce/apigenerator/Constants.java index ec29583d7a..744fccbf16 100644 --- a/src/test/java/io/lettuce/apigenerator/Constants.java +++ b/src/test/java/io/lettuce/apigenerator/Constants.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CreateAsyncApi.java b/src/test/java/io/lettuce/apigenerator/CreateAsyncApi.java index 5e8080ec6f..300ce31c57 100644 --- a/src/test/java/io/lettuce/apigenerator/CreateAsyncApi.java +++ b/src/test/java/io/lettuce/apigenerator/CreateAsyncApi.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CreateAsyncNodeSelectionClusterApi.java b/src/test/java/io/lettuce/apigenerator/CreateAsyncNodeSelectionClusterApi.java index 8ad08624dc..294d117c93 100644 --- a/src/test/java/io/lettuce/apigenerator/CreateAsyncNodeSelectionClusterApi.java +++ b/src/test/java/io/lettuce/apigenerator/CreateAsyncNodeSelectionClusterApi.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CreateKotlinCoroutinesApi.java b/src/test/java/io/lettuce/apigenerator/CreateKotlinCoroutinesApi.java index 0e97ed27e6..4069bf8da2 100644 --- a/src/test/java/io/lettuce/apigenerator/CreateKotlinCoroutinesApi.java +++ b/src/test/java/io/lettuce/apigenerator/CreateKotlinCoroutinesApi.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CreateReactiveApi.java b/src/test/java/io/lettuce/apigenerator/CreateReactiveApi.java index b341b42e91..8444a7c645 100644 --- a/src/test/java/io/lettuce/apigenerator/CreateReactiveApi.java +++ b/src/test/java/io/lettuce/apigenerator/CreateReactiveApi.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CreateSyncApi.java b/src/test/java/io/lettuce/apigenerator/CreateSyncApi.java index fcf37a37d7..fb9bf9fcc0 100644 --- a/src/test/java/io/lettuce/apigenerator/CreateSyncApi.java +++ b/src/test/java/io/lettuce/apigenerator/CreateSyncApi.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/CreateSyncNodeSelectionClusterApi.java b/src/test/java/io/lettuce/apigenerator/CreateSyncNodeSelectionClusterApi.java index 9dd3cb499c..88ae384697 100644 --- a/src/test/java/io/lettuce/apigenerator/CreateSyncNodeSelectionClusterApi.java +++ b/src/test/java/io/lettuce/apigenerator/CreateSyncNodeSelectionClusterApi.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/apigenerator/KotlinCompilationUnitFactory.java b/src/test/java/io/lettuce/apigenerator/KotlinCompilationUnitFactory.java index 7a5d8e6365..341b1d0477 100644 --- a/src/test/java/io/lettuce/apigenerator/KotlinCompilationUnitFactory.java +++ b/src/test/java/io/lettuce/apigenerator/KotlinCompilationUnitFactory.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/AbstractRedisClientTest.java b/src/test/java/io/lettuce/core/AbstractRedisClientTest.java index d943ef7679..f73c5083f8 100644 --- a/src/test/java/io/lettuce/core/AbstractRedisClientTest.java +++ b/src/test/java/io/lettuce/core/AbstractRedisClientTest.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/AclSetuserArgsUnitTests.java b/src/test/java/io/lettuce/core/AclSetuserArgsUnitTests.java index 8d4839304c..aed35cd717 100644 --- a/src/test/java/io/lettuce/core/AclSetuserArgsUnitTests.java +++ b/src/test/java/io/lettuce/core/AclSetuserArgsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/AsyncConnectionIntegrationTests.java b/src/test/java/io/lettuce/core/AsyncConnectionIntegrationTests.java index eeedd0c418..af5b21b5ba 100644 --- a/src/test/java/io/lettuce/core/AsyncConnectionIntegrationTests.java +++ b/src/test/java/io/lettuce/core/AsyncConnectionIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ClientOptionsIntegrationTests.java b/src/test/java/io/lettuce/core/ClientOptionsIntegrationTests.java index ab819351ec..b3b2a84b02 100644 --- a/src/test/java/io/lettuce/core/ClientOptionsIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ClientOptionsIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/CommandListenerIntegrationTests.java b/src/test/java/io/lettuce/core/CommandListenerIntegrationTests.java index 39d87c905c..93037b91c4 100644 --- a/src/test/java/io/lettuce/core/CommandListenerIntegrationTests.java +++ b/src/test/java/io/lettuce/core/CommandListenerIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ConnectionCommandIntegrationTests.java b/src/test/java/io/lettuce/core/ConnectionCommandIntegrationTests.java index 52c7b82600..65e9ec1a6f 100644 --- a/src/test/java/io/lettuce/core/ConnectionCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ConnectionCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ExceptionFactoryUnitTests.java b/src/test/java/io/lettuce/core/ExceptionFactoryUnitTests.java index af69e79954..dd73b86f84 100644 --- a/src/test/java/io/lettuce/core/ExceptionFactoryUnitTests.java +++ b/src/test/java/io/lettuce/core/ExceptionFactoryUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/KeepAliveOptionsUnitTests.java b/src/test/java/io/lettuce/core/KeepAliveOptionsUnitTests.java index 8e67c784e2..dfde78d0d5 100644 --- a/src/test/java/io/lettuce/core/KeepAliveOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/KeepAliveOptionsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ReactiveConnectionIntegrationTests.java b/src/test/java/io/lettuce/core/ReactiveConnectionIntegrationTests.java index 2b032c3cc5..66af01406d 100644 --- a/src/test/java/io/lettuce/core/ReactiveConnectionIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ReactiveConnectionIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/RedisClientConnectIntegrationTests.java b/src/test/java/io/lettuce/core/RedisClientConnectIntegrationTests.java index c8591e9490..d0bb44f842 100644 --- a/src/test/java/io/lettuce/core/RedisClientConnectIntegrationTests.java +++ b/src/test/java/io/lettuce/core/RedisClientConnectIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/RedisURIBuilderUnitTests.java b/src/test/java/io/lettuce/core/RedisURIBuilderUnitTests.java index 5991e7b30f..e368b84e99 100644 --- a/src/test/java/io/lettuce/core/RedisURIBuilderUnitTests.java +++ b/src/test/java/io/lettuce/core/RedisURIBuilderUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/RedisURIUnitTests.java b/src/test/java/io/lettuce/core/RedisURIUnitTests.java index b557069162..999be45c29 100644 --- a/src/test/java/io/lettuce/core/RedisURIUnitTests.java +++ b/src/test/java/io/lettuce/core/RedisURIUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ScanIteratorIntegrationTests.java b/src/test/java/io/lettuce/core/ScanIteratorIntegrationTests.java index f2d67bf2ac..a8bafea0a8 100644 --- a/src/test/java/io/lettuce/core/ScanIteratorIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ScanIteratorIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ScanStreamIntegrationTests.java b/src/test/java/io/lettuce/core/ScanStreamIntegrationTests.java index bed577f424..c8e6419c05 100644 --- a/src/test/java/io/lettuce/core/ScanStreamIntegrationTests.java +++ b/src/test/java/io/lettuce/core/ScanStreamIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ScoredValueUnitTests.java b/src/test/java/io/lettuce/core/ScoredValueUnitTests.java index ca355f579e..98114db288 100644 --- a/src/test/java/io/lettuce/core/ScoredValueUnitTests.java +++ b/src/test/java/io/lettuce/core/ScoredValueUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/SocketOptionsUnitTests.java b/src/test/java/io/lettuce/core/SocketOptionsUnitTests.java index 6955597b37..1554efa6f0 100644 --- a/src/test/java/io/lettuce/core/SocketOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/SocketOptionsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/SslIntegrationTests.java b/src/test/java/io/lettuce/core/SslIntegrationTests.java index da75c9a4f7..0c1b586190 100644 --- a/src/test/java/io/lettuce/core/SslIntegrationTests.java +++ b/src/test/java/io/lettuce/core/SslIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/TestSupport.java b/src/test/java/io/lettuce/core/TestSupport.java index 638915e38a..389f3a2e05 100644 --- a/src/test/java/io/lettuce/core/TestSupport.java +++ b/src/test/java/io/lettuce/core/TestSupport.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/Utf8StringCodecIntegrationTests.java b/src/test/java/io/lettuce/core/Utf8StringCodecIntegrationTests.java index 6fb4ff7c33..42326ca1c0 100644 --- a/src/test/java/io/lettuce/core/Utf8StringCodecIntegrationTests.java +++ b/src/test/java/io/lettuce/core/Utf8StringCodecIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/ZAggregateArgsUnitTests.java b/src/test/java/io/lettuce/core/ZAggregateArgsUnitTests.java index 89b6ac032b..a7abfe56db 100644 --- a/src/test/java/io/lettuce/core/ZAggregateArgsUnitTests.java +++ b/src/test/java/io/lettuce/core/ZAggregateArgsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/AdvancedClusterClientIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/AdvancedClusterClientIntegrationTests.java index 22cd281320..bdebd0b21c 100644 --- a/src/test/java/io/lettuce/core/cluster/AdvancedClusterClientIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/AdvancedClusterClientIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/AdvancedClusterReactiveIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/AdvancedClusterReactiveIntegrationTests.java index 820bec4f93..b6758b580a 100644 --- a/src/test/java/io/lettuce/core/cluster/AdvancedClusterReactiveIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/AdvancedClusterReactiveIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/AsyncConnectionProviderIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/AsyncConnectionProviderIntegrationTests.java index f0d2132bdb..ba92d9c3ce 100644 --- a/src/test/java/io/lettuce/core/cluster/AsyncConnectionProviderIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/AsyncConnectionProviderIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/ClusterDistributionChannelWriterUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterDistributionChannelWriterUnitTests.java index 41e6b789ee..95b6806350 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterDistributionChannelWriterUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterDistributionChannelWriterUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/ClusterSetup.java b/src/test/java/io/lettuce/core/cluster/ClusterSetup.java index 178bbeb7f3..da8f75cd13 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterSetup.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterSetup.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/ClusterTestHelper.java b/src/test/java/io/lettuce/core/cluster/ClusterTestHelper.java index af587fb08d..a526b0355c 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterTestHelper.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterTestHelper.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/PooledClusterConnectionProviderUnitTests.java b/src/test/java/io/lettuce/core/cluster/PooledClusterConnectionProviderUnitTests.java index c5323742ef..78901e1b4a 100644 --- a/src/test/java/io/lettuce/core/cluster/PooledClusterConnectionProviderUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/PooledClusterConnectionProviderUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/ReadFromUnitTests.java b/src/test/java/io/lettuce/core/cluster/ReadFromUnitTests.java index 5e13bfcf91..89888646c3 100644 --- a/src/test/java/io/lettuce/core/cluster/ReadFromUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ReadFromUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterReadFromIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/RedisClusterReadFromIntegrationTests.java index 66dc84f7f4..b6e05ed1f9 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterReadFromIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterReadFromIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterSetupTest.java b/src/test/java/io/lettuce/core/cluster/RedisClusterSetupTest.java index f66e892717..dd02aece4e 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterSetupTest.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterSetupTest.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/RedisClusterStressScenariosTest.java b/src/test/java/io/lettuce/core/cluster/RedisClusterStressScenariosTest.java index acfdaa96ee..521b05c8a5 100644 --- a/src/test/java/io/lettuce/core/cluster/RedisClusterStressScenariosTest.java +++ b/src/test/java/io/lettuce/core/cluster/RedisClusterStressScenariosTest.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplierUnitTests.java b/src/test/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplierUnitTests.java index adb2d3322d..8b9ca68d38 100644 --- a/src/test/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplierUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/RoundRobinSocketAddressSupplierUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/ScanIteratorIntegrationTests.java b/src/test/java/io/lettuce/core/cluster/ScanIteratorIntegrationTests.java index daf1943b95..2ae850d696 100644 --- a/src/test/java/io/lettuce/core/cluster/ScanIteratorIntegrationTests.java +++ b/src/test/java/io/lettuce/core/cluster/ScanIteratorIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/topology/ClusterTopologyRefreshUnitTests.java b/src/test/java/io/lettuce/core/cluster/topology/ClusterTopologyRefreshUnitTests.java index b769ed9617..6106fa571c 100644 --- a/src/test/java/io/lettuce/core/cluster/topology/ClusterTopologyRefreshUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/topology/ClusterTopologyRefreshUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/topology/NodeTopologyViewsUnitTests.java b/src/test/java/io/lettuce/core/cluster/topology/NodeTopologyViewsUnitTests.java index 8db28ae283..cc98c276ff 100644 --- a/src/test/java/io/lettuce/core/cluster/topology/NodeTopologyViewsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/topology/NodeTopologyViewsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/topology/RequestsUnitTests.java b/src/test/java/io/lettuce/core/cluster/topology/RequestsUnitTests.java index b64202c492..5a96533a3e 100644 --- a/src/test/java/io/lettuce/core/cluster/topology/RequestsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/topology/RequestsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/cluster/topology/TopologyComparatorsUnitTests.java b/src/test/java/io/lettuce/core/cluster/topology/TopologyComparatorsUnitTests.java index d2c9611201..c1a69cefa1 100644 --- a/src/test/java/io/lettuce/core/cluster/topology/TopologyComparatorsUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/topology/TopologyComparatorsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/codec/StringCodecUnitTests.java b/src/test/java/io/lettuce/core/codec/StringCodecUnitTests.java index d3e7a8100d..0b41407131 100644 --- a/src/test/java/io/lettuce/core/codec/StringCodecUnitTests.java +++ b/src/test/java/io/lettuce/core/codec/StringCodecUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java index ad2e8e1bed..9ed326d999 100644 --- a/src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/AclCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/BitCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/BitCommandIntegrationTests.java index 1766672fab..4ecd8d0c40 100644 --- a/src/test/java/io/lettuce/core/commands/BitCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/BitCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/CustomCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/CustomCommandIntegrationTests.java index 82412e1010..dac8934922 100644 --- a/src/test/java/io/lettuce/core/commands/CustomCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/CustomCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/HashCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/HashCommandIntegrationTests.java index 0558b2182d..3891f9c3e7 100644 --- a/src/test/java/io/lettuce/core/commands/HashCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/HashCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/KeyCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/KeyCommandIntegrationTests.java index bd095e6922..45d7e3840d 100644 --- a/src/test/java/io/lettuce/core/commands/KeyCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/KeyCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/ListCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/ListCommandIntegrationTests.java index c40cdda51f..4f26a86804 100644 --- a/src/test/java/io/lettuce/core/commands/ListCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/ListCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/NumericCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/NumericCommandIntegrationTests.java index 2ea2fb7938..0bf5779e0c 100644 --- a/src/test/java/io/lettuce/core/commands/NumericCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/NumericCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/ScriptingCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/ScriptingCommandIntegrationTests.java index 33d34cc974..96cd29db3f 100644 --- a/src/test/java/io/lettuce/core/commands/ScriptingCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/ScriptingCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/ServerCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/ServerCommandIntegrationTests.java index 937295a679..e9e8e35f61 100644 --- a/src/test/java/io/lettuce/core/commands/ServerCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/ServerCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/SetCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/SetCommandIntegrationTests.java index ef8d4d8878..413b9f3b66 100644 --- a/src/test/java/io/lettuce/core/commands/SetCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/SetCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/SortCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/SortCommandIntegrationTests.java index 44f4c29972..a408016469 100644 --- a/src/test/java/io/lettuce/core/commands/SortCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/SortCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/SortedSetCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/SortedSetCommandIntegrationTests.java index 2ef39728ca..1e37c5850d 100644 --- a/src/test/java/io/lettuce/core/commands/SortedSetCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/SortedSetCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/StreamCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/StreamCommandIntegrationTests.java index ab0a64fde5..2216955d4d 100644 --- a/src/test/java/io/lettuce/core/commands/StreamCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/StreamCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/StringCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/StringCommandIntegrationTests.java index 7c5cffec1d..95539e5e5d 100644 --- a/src/test/java/io/lettuce/core/commands/StringCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/StringCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/commands/TransactionCommandIntegrationTests.java b/src/test/java/io/lettuce/core/commands/TransactionCommandIntegrationTests.java index 43c33a3d8d..fc74c044d2 100644 --- a/src/test/java/io/lettuce/core/commands/TransactionCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/commands/TransactionCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/dynamic/RedisCommandsBatchingIntegrationTests.java b/src/test/java/io/lettuce/core/dynamic/RedisCommandsBatchingIntegrationTests.java index fd57efd30d..ee36d8b237 100644 --- a/src/test/java/io/lettuce/core/dynamic/RedisCommandsBatchingIntegrationTests.java +++ b/src/test/java/io/lettuce/core/dynamic/RedisCommandsBatchingIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolverUnitTests.java b/src/test/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolverUnitTests.java index daaf398450..5f3bec050b 100644 --- a/src/test/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolverUnitTests.java +++ b/src/test/java/io/lettuce/core/dynamic/codec/AnnotationRedisCodecResolverUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/internal/LettuceStringsTests.java b/src/test/java/io/lettuce/core/internal/LettuceStringsTests.java index 851645ebc3..fb3b65aaf7 100644 --- a/src/test/java/io/lettuce/core/internal/LettuceStringsTests.java +++ b/src/test/java/io/lettuce/core/internal/LettuceStringsTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriterUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriterUnitTests.java index abfc1556ab..a52af6a72f 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriterUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaChannelWriterUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyProviderUnitTests.java b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyProviderUnitTests.java index 82c3e78e5d..328dc74ee7 100644 --- a/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyProviderUnitTests.java +++ b/src/test/java/io/lettuce/core/masterreplica/MasterReplicaTopologyProviderUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/metrics/CommandLatencyCollectorOptionsUnitTests.java b/src/test/java/io/lettuce/core/metrics/CommandLatencyCollectorOptionsUnitTests.java index d97e801fde..79611b6afd 100644 --- a/src/test/java/io/lettuce/core/metrics/CommandLatencyCollectorOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/metrics/CommandLatencyCollectorOptionsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorUnitTests.java b/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorUnitTests.java index d3526672f3..6456551c13 100644 --- a/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorUnitTests.java +++ b/src/test/java/io/lettuce/core/metrics/DefaultCommandLatencyCollectorUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorderUnitTests.java b/src/test/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorderUnitTests.java index 646303d271..167e3d07de 100644 --- a/src/test/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorderUnitTests.java +++ b/src/test/java/io/lettuce/core/metrics/MicrometerCommandLatencyRecorderUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/metrics/MicrometerOptionsUnitTests.java b/src/test/java/io/lettuce/core/metrics/MicrometerOptionsUnitTests.java index 0b5c287c09..3035aa1b60 100644 --- a/src/test/java/io/lettuce/core/metrics/MicrometerOptionsUnitTests.java +++ b/src/test/java/io/lettuce/core/metrics/MicrometerOptionsUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/models/command/CommandDetailParserUnitTests.java b/src/test/java/io/lettuce/core/models/command/CommandDetailParserUnitTests.java index 18a6b95d9d..60e54774de 100644 --- a/src/test/java/io/lettuce/core/models/command/CommandDetailParserUnitTests.java +++ b/src/test/java/io/lettuce/core/models/command/CommandDetailParserUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/output/NestedMultiOutputUnitTests.java b/src/test/java/io/lettuce/core/output/NestedMultiOutputUnitTests.java index 3f5a6de176..76234eff23 100644 --- a/src/test/java/io/lettuce/core/output/NestedMultiOutputUnitTests.java +++ b/src/test/java/io/lettuce/core/output/NestedMultiOutputUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/protocol/CommandHandlerUnitTests.java b/src/test/java/io/lettuce/core/protocol/CommandHandlerUnitTests.java index 1a13985e14..243b9f8b55 100644 --- a/src/test/java/io/lettuce/core/protocol/CommandHandlerUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/CommandHandlerUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/protocol/RatioDecodeBufferPolicyTest.java b/src/test/java/io/lettuce/core/protocol/RatioDecodeBufferPolicyTest.java index 9ce86c638f..3654ea4815 100644 --- a/src/test/java/io/lettuce/core/protocol/RatioDecodeBufferPolicyTest.java +++ b/src/test/java/io/lettuce/core/protocol/RatioDecodeBufferPolicyTest.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp2UnitTests.java b/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp2UnitTests.java index 2854967d96..d05d7ff3bd 100644 --- a/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp2UnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp2UnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp3UnitTests.java b/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp3UnitTests.java index 3079e0060a..3b7a356272 100644 --- a/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp3UnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/RedisStateMachineResp3UnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2019-2024 the original author or authors. + * Copyright 2019-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/protocol/StateMachineUnitTests.java b/src/test/java/io/lettuce/core/protocol/StateMachineUnitTests.java index 94e056fdfa..ff0164f567 100644 --- a/src/test/java/io/lettuce/core/protocol/StateMachineUnitTests.java +++ b/src/test/java/io/lettuce/core/protocol/StateMachineUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/pubsub/PubSubCommandResp2Test.java b/src/test/java/io/lettuce/core/pubsub/PubSubCommandResp2Test.java index 7a3b171e97..7f822f6586 100644 --- a/src/test/java/io/lettuce/core/pubsub/PubSubCommandResp2Test.java +++ b/src/test/java/io/lettuce/core/pubsub/PubSubCommandResp2Test.java @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/pubsub/PubSubCommandTest.java b/src/test/java/io/lettuce/core/pubsub/PubSubCommandTest.java index ddc07ed421..a7192dee1b 100644 --- a/src/test/java/io/lettuce/core/pubsub/PubSubCommandTest.java +++ b/src/test/java/io/lettuce/core/pubsub/PubSubCommandTest.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/pubsub/PubSubReactiveTest.java b/src/test/java/io/lettuce/core/pubsub/PubSubReactiveTest.java index b65f34c667..2ddde13e8a 100644 --- a/src/test/java/io/lettuce/core/pubsub/PubSubReactiveTest.java +++ b/src/test/java/io/lettuce/core/pubsub/PubSubReactiveTest.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/resource/DecorrelatedJitterDelayUnitTests.java b/src/test/java/io/lettuce/core/resource/DecorrelatedJitterDelayUnitTests.java index 6a5317eee4..7677d790bb 100644 --- a/src/test/java/io/lettuce/core/resource/DecorrelatedJitterDelayUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/DecorrelatedJitterDelayUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/resource/DefaultClientResourcesUnitTests.java b/src/test/java/io/lettuce/core/resource/DefaultClientResourcesUnitTests.java index 5a17a186ff..33dfd39f30 100644 --- a/src/test/java/io/lettuce/core/resource/DefaultClientResourcesUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/DefaultClientResourcesUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/resource/EqualJitterDelayUnitTests.java b/src/test/java/io/lettuce/core/resource/EqualJitterDelayUnitTests.java index c5c276a5da..2df3c480aa 100644 --- a/src/test/java/io/lettuce/core/resource/EqualJitterDelayUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/EqualJitterDelayUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/resource/FullJitterDelayUnitTests.java b/src/test/java/io/lettuce/core/resource/FullJitterDelayUnitTests.java index c5e2746d2b..ffdf19609d 100644 --- a/src/test/java/io/lettuce/core/resource/FullJitterDelayUnitTests.java +++ b/src/test/java/io/lettuce/core/resource/FullJitterDelayUnitTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/sentinel/SentinelServerCommandIntegrationTests.java b/src/test/java/io/lettuce/core/sentinel/SentinelServerCommandIntegrationTests.java index b1c3f37178..a4bef94e69 100644 --- a/src/test/java/io/lettuce/core/sentinel/SentinelServerCommandIntegrationTests.java +++ b/src/test/java/io/lettuce/core/sentinel/SentinelServerCommandIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/core/tracing/BraveTracingIntegrationTests.java b/src/test/java/io/lettuce/core/tracing/BraveTracingIntegrationTests.java index 022b3d982c..060ee42e53 100644 --- a/src/test/java/io/lettuce/core/tracing/BraveTracingIntegrationTests.java +++ b/src/test/java/io/lettuce/core/tracing/BraveTracingIntegrationTests.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/examples/ConnectToRedis.java b/src/test/java/io/lettuce/examples/ConnectToRedis.java index cbf22dc717..5ae347792d 100644 --- a/src/test/java/io/lettuce/examples/ConnectToRedis.java +++ b/src/test/java/io/lettuce/examples/ConnectToRedis.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/examples/ConnectToRedisCluster.java b/src/test/java/io/lettuce/examples/ConnectToRedisCluster.java index fd40862b16..fba7f2efd7 100644 --- a/src/test/java/io/lettuce/examples/ConnectToRedisCluster.java +++ b/src/test/java/io/lettuce/examples/ConnectToRedisCluster.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/test/WithPassword.java b/src/test/java/io/lettuce/test/WithPassword.java index 9956794492..de0a804723 100644 --- a/src/test/java/io/lettuce/test/WithPassword.java +++ b/src/test/java/io/lettuce/test/WithPassword.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/java/io/lettuce/test/settings/TestSettings.java b/src/test/java/io/lettuce/test/settings/TestSettings.java index 81a7531d90..cf5411b1ef 100644 --- a/src/test/java/io/lettuce/test/settings/TestSettings.java +++ b/src/test/java/io/lettuce/test/settings/TestSettings.java @@ -1,7 +1,11 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/cluster/ClusterDistributionChannelWriterBenchmark.java b/src/test/jmh/io/lettuce/core/cluster/ClusterDistributionChannelWriterBenchmark.java index b7cb44e7bb..0eb76a8319 100644 --- a/src/test/jmh/io/lettuce/core/cluster/ClusterDistributionChannelWriterBenchmark.java +++ b/src/test/jmh/io/lettuce/core/cluster/ClusterDistributionChannelWriterBenchmark.java @@ -1,7 +1,11 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/codec/JmhMain.java b/src/test/jmh/io/lettuce/core/codec/JmhMain.java index 6a5f344ccc..c363361f76 100644 --- a/src/test/jmh/io/lettuce/core/codec/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/codec/JmhMain.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/protocol/CommandHandlerBenchmark.java b/src/test/jmh/io/lettuce/core/protocol/CommandHandlerBenchmark.java index 2a39ae1145..7c2b75279c 100644 --- a/src/test/jmh/io/lettuce/core/protocol/CommandHandlerBenchmark.java +++ b/src/test/jmh/io/lettuce/core/protocol/CommandHandlerBenchmark.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/protocol/EmptyClientResources.java b/src/test/jmh/io/lettuce/core/protocol/EmptyClientResources.java index be3f173205..d1cd62027f 100644 --- a/src/test/jmh/io/lettuce/core/protocol/EmptyClientResources.java +++ b/src/test/jmh/io/lettuce/core/protocol/EmptyClientResources.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/protocol/EmptyContext.java b/src/test/jmh/io/lettuce/core/protocol/EmptyContext.java index 8577c483c2..09f80efe62 100644 --- a/src/test/jmh/io/lettuce/core/protocol/EmptyContext.java +++ b/src/test/jmh/io/lettuce/core/protocol/EmptyContext.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/protocol/JmhMain.java b/src/test/jmh/io/lettuce/core/protocol/JmhMain.java index ff475d746b..c5c1767531 100644 --- a/src/test/jmh/io/lettuce/core/protocol/JmhMain.java +++ b/src/test/jmh/io/lettuce/core/protocol/JmhMain.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/jmh/io/lettuce/core/protocol/RedisStateMachineBenchmark.java b/src/test/jmh/io/lettuce/core/protocol/RedisStateMachineBenchmark.java index c3e12a7781..e5c0e02f3d 100644 --- a/src/test/jmh/io/lettuce/core/protocol/RedisStateMachineBenchmark.java +++ b/src/test/jmh/io/lettuce/core/protocol/RedisStateMachineBenchmark.java @@ -1,7 +1,11 @@ /* - * Copyright 2011-2024 the original author or authors. + * Copyright 2011-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/kotlin/io/lettuce/core/ScanFlowIntegrationTests.kt b/src/test/kotlin/io/lettuce/core/ScanFlowIntegrationTests.kt index e5fa0c16ca..1bdc675c55 100644 --- a/src/test/kotlin/io/lettuce/core/ScanFlowIntegrationTests.kt +++ b/src/test/kotlin/io/lettuce/core/ScanFlowIntegrationTests.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * diff --git a/src/test/kotlin/io/lettuce/core/TransactionExtensionsIntegrationTests.kt b/src/test/kotlin/io/lettuce/core/TransactionExtensionsIntegrationTests.kt index a60dc600af..af3479c3d7 100644 --- a/src/test/kotlin/io/lettuce/core/TransactionExtensionsIntegrationTests.kt +++ b/src/test/kotlin/io/lettuce/core/TransactionExtensionsIntegrationTests.kt @@ -1,7 +1,11 @@ /* - * Copyright 2020-2024 the original author or authors. + * Copyright 2020-Present, Redis Ltd. and Contributors + * All rights reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License. + * + * This file contains contributions from third-party contributors + * 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 * From f78774e2200f3c18fbb0aee84a78f8963444b2e1 Mon Sep 17 00:00:00 2001 From: Igor Malinovskyi Date: Tue, 26 Mar 2024 15:29:36 +0100 Subject: [PATCH 3/4] Update README --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index acfa8b795a..a1484030eb 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,27 @@ This version of Lettuce has been tested against the latest Redis source-build. See the [reference documentation](https://lettuce.io/docs/) and [Wiki](https://github.com/lettuce-io/lettuce-core/wiki) for more details. +## How do I Redis? + +[Learn for free at Redis University](https://university.redis.com/) + +[Build faster with the Redis Launchpad](https://launchpad.redis.com/) + +[Try the Redis Cloud](https://redis.com/try-free/) + +[Dive in developer tutorials](https://developer.redis.com/) + +[Join the Redis community](https://redis.com/community/) + +[Work at Redis](https://redis.com/company/careers/jobs/) Communication --------------- * [GitHub Discussions](https://github.com/lettuce-io/lettuce-core/discussions) (Q&A, Ideas, General discussion) * Stack Overflow (Questions): [https://stackoverflow.com/questions/tagged/lettuce](https://stackoverflow.com/questions/tagged/lettuce) -* Gitter (chat): [![Join the chat at https://gitter.im/lettuce-io/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lettuce-io/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -* Twitter: [@LettuceDriver](https://twitter.com/LettuceDriver) +* Discord: [![Discord](https://img.shields.io/discord/697882427875393627.svg?style=social&logo=discord)](https://discord.gg/redis) +* Twitter: [![Twitter](https://img.shields.io/twitter/follow/redisinc?style=social)](https://twitter.com/redisinc) * [GitHub Issues](https://github.com/lettuce-io/lettuce-core/issues) (Bug reports, feature requests) @@ -140,19 +153,6 @@ connection.getStatefulConnection().addListener(new RedisPubSubListener Date: Tue, 26 Mar 2024 15:42:52 +0100 Subject: [PATCH 4/4] Add missing package line --- .../io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java b/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java index bbbd61c6a5..a8da42cca2 100644 --- a/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java +++ b/src/test/java/io/lettuce/core/cluster/ClusterNodeEndpointUnitTests.java @@ -1,3 +1,4 @@ +package io.lettuce.core.cluster; import static org.assertj.core.api.Assertions.assertThatThrownBy; import static org.assertj.core.api.AssertionsForClassTypes.assertThat;