From 4523a139a5ef7088c41af1055f876f73a518633d Mon Sep 17 00:00:00 2001 From: Myron Scott Date: Wed, 12 Feb 2025 12:29:56 -0800 Subject: [PATCH] Update copyright to new holder --- Jenkinsfile | 2 +- azure-pipelines.yml | 2 +- build-data/build.gradle | 2 +- build.gradle | 2 +- client-api/build.gradle | 2 +- client-runtime/build.gradle | 2 +- common-api/build.gradle | 2 +- common-spi/build.gradle | 2 +- .../main/java/com/tc/net/core/DefaultSocketEndpointFactory.java | 2 +- common-spi/src/main/java/com/tc/net/core/ProductID.java | 2 +- common-spi/src/main/java/com/tc/net/core/SocketEndpoint.java | 2 +- .../src/main/java/com/tc/net/core/SocketEndpointFactory.java | 2 +- .../java/com/tc/net/core/SocketEndpointFactorySupplier.java | 2 +- common-spi/src/main/java/com/tc/productinfo/BaseBuildInfo.java | 2 +- common-spi/src/main/java/com/tc/productinfo/BasePatchInfo.java | 2 +- common-spi/src/main/java/com/tc/productinfo/BuildInfo.java | 2 +- common-spi/src/main/java/com/tc/productinfo/Description.java | 2 +- common-spi/src/main/java/com/tc/productinfo/ExtensionInfo.java | 2 +- common-spi/src/main/java/com/tc/productinfo/PatchInfo.java | 2 +- common-spi/src/main/java/com/tc/productinfo/ProductInfo.java | 2 +- .../src/main/java/com/tc/productinfo/VersionCompatibility.java | 2 +- common-spi/src/main/java/com/tc/productinfo/VersionInfo.java | 2 +- common-spi/src/main/java/com/tc/text/PrettyPrintable.java | 2 +- common-spi/src/main/java/com/tc/text/PrettyPrinter.java | 2 +- common-spi/src/main/java/com/tc/util/TCServiceLoader.java | 2 +- common/build.gradle | 2 +- common/src/main/java/com/tc/async/api/AbstractEventHandler.java | 2 +- common/src/main/java/com/tc/async/api/ConfigurationContext.java | 2 +- common/src/main/java/com/tc/async/api/DirectExecutionMode.java | 2 +- common/src/main/java/com/tc/async/api/EventHandler.java | 2 +- .../src/main/java/com/tc/async/api/EventHandlerException.java | 2 +- common/src/main/java/com/tc/async/api/PostInit.java | 2 +- common/src/main/java/com/tc/async/api/SEDA.java | 2 +- common/src/main/java/com/tc/async/api/Sink.java | 2 +- common/src/main/java/com/tc/async/api/Source.java | 2 +- common/src/main/java/com/tc/async/api/Stage.java | 2 +- common/src/main/java/com/tc/async/api/StageListener.java | 2 +- common/src/main/java/com/tc/async/api/StageManager.java | 2 +- common/src/main/java/com/tc/async/api/StageMonitor.java | 2 +- common/src/main/java/com/tc/async/api/StageQueueStats.java | 2 +- .../src/main/java/com/tc/async/impl/AbstractStageQueueImpl.java | 2 +- .../main/java/com/tc/async/impl/ConfigurationContextImpl.java | 2 +- common/src/main/java/com/tc/async/impl/DirectEventCreator.java | 2 +- common/src/main/java/com/tc/async/impl/Event.java | 2 +- common/src/main/java/com/tc/async/impl/EventCreator.java | 2 +- common/src/main/java/com/tc/async/impl/MockSink.java | 2 +- common/src/main/java/com/tc/async/impl/MockStage.java | 2 +- .../src/main/java/com/tc/async/impl/MonitoringEventCreator.java | 2 +- common/src/main/java/com/tc/async/impl/MultiStageQueueImpl.java | 2 +- common/src/main/java/com/tc/async/impl/NullSink.java | 2 +- common/src/main/java/com/tc/async/impl/NullStageListener.java | 2 +- common/src/main/java/com/tc/async/impl/NullStageMonitor.java | 2 +- common/src/main/java/com/tc/async/impl/OrderedSink.java | 2 +- common/src/main/java/com/tc/async/impl/PipelineMonitor.java | 2 +- .../main/java/com/tc/async/impl/PipelineMonitoringConsumer.java | 2 +- .../main/java/com/tc/async/impl/SingletonStageQueueImpl.java | 2 +- common/src/main/java/com/tc/async/impl/StageController.java | 2 +- common/src/main/java/com/tc/async/impl/StageImpl.java | 2 +- common/src/main/java/com/tc/async/impl/StageManagerImpl.java | 2 +- common/src/main/java/com/tc/async/impl/StageMonitorImpl.java | 2 +- common/src/main/java/com/tc/async/impl/StageQueue.java | 2 +- common/src/main/java/com/tc/async/impl/TestEventHandler.java | 2 +- .../src/main/java/com/tc/exception/AbstractExceptionHelper.java | 2 +- common/src/main/java/com/tc/exception/ExceptionHelper.java | 2 +- common/src/main/java/com/tc/exception/ExceptionHelperImpl.java | 2 +- common/src/main/java/com/tc/exception/ExceptionWrapper.java | 2 +- common/src/main/java/com/tc/exception/ExceptionWrapperImpl.java | 2 +- .../main/java/com/tc/exception/InvalidSequenceIDException.java | 2 +- .../src/main/java/com/tc/exception/RuntimeExceptionHelper.java | 2 +- .../java/com/tc/exception/TCLockUpgradeNotSupportedError.java | 2 +- .../src/main/java/com/tc/exception/TCNotRunningException.java | 2 +- .../main/java/com/tc/exception/TCServerRestartException.java | 2 +- .../main/java/com/tc/exception/TCShutdownServerException.java | 2 +- .../java/com/tc/exception/ZapDirtyDbServerNodeException.java | 2 +- .../src/main/java/com/tc/exception/ZapServerNodeException.java | 2 +- .../main/java/com/tc/handler/CallbackGroupExceptionHandler.java | 2 +- .../src/main/java/com/tc/handler/CallbackHandlerResources.java | 2 +- .../com/tc/handler/CallbackStartupExceptionLoggingAdapter.java | 2 +- common/src/main/java/com/tc/lang/L1ThrowableHandler.java | 2 +- common/src/main/java/com/tc/lang/ServerExitStatus.java | 2 +- common/src/main/java/com/tc/lang/TCThreadGroup.java | 2 +- common/src/main/java/com/tc/lang/TestThrowableHandler.java | 2 +- common/src/main/java/com/tc/lang/ThrowableHandler.java | 2 +- common/src/main/java/com/tc/lang/ThrowableHandlerImpl.java | 2 +- .../main/java/com/tc/logging/BaseMessageDecoratorTCLogger.java | 2 +- common/src/main/java/com/tc/logging/CallbackOnExitHandler.java | 2 +- common/src/main/java/com/tc/logging/CallbackOnExitState.java | 2 +- common/src/main/java/com/tc/logging/ClientIDLogger.java | 2 +- common/src/main/java/com/tc/logging/ClientIDLoggerProvider.java | 2 +- common/src/main/java/com/tc/logging/ConnectionIdLogger.java | 2 +- common/src/main/java/com/tc/logging/DefaultLoggerProvider.java | 2 +- common/src/main/java/com/tc/logging/DumpLogger.java | 2 +- common/src/main/java/com/tc/logging/LossyTCLogger.java | 2 +- common/src/main/java/com/tc/logging/NoopLoggingProvider.java | 2 +- common/src/main/java/com/tc/logging/TCLoggerProvider.java | 2 +- common/src/main/java/com/tc/logging/TCLogging.java | 2 +- common/src/main/java/com/tc/logging/ThreadDumpHandler.java | 2 +- .../main/java/com/tc/management/AbstractTerracottaMBean.java | 2 +- .../main/java/com/tc/management/RuntimeStatisticConstants.java | 2 +- common/src/main/java/com/tc/management/TerracottaMBean.java | 2 +- .../src/main/java/com/tc/management/beans/l1/L1InfoMBean.java | 2 +- .../com/tc/management/beans/logging/TCLoggingBroadcaster.java | 2 +- .../tc/management/beans/logging/TCLoggingBroadcasterMBean.java | 2 +- .../tc/management/beans/logging/TCLoggingHistoryProvider.java | 2 +- common/src/main/java/com/tc/net/AddressChecker.java | 2 +- common/src/main/java/com/tc/net/EphemeralPorts.java | 2 +- .../src/main/java/com/tc/net/ReconnectionRejectedException.java | 2 +- common/src/main/java/com/tc/net/basic/BasicConnection.java | 2 +- .../src/main/java/com/tc/net/basic/BasicConnectionManager.java | 2 +- .../src/main/java/com/tc/net/core/ClearTextSocketEndpoint.java | 2 +- .../java/com/tc/net/core/ClearTextSocketEndpointFactory.java | 2 +- common/src/main/java/com/tc/net/core/Constants.java | 2 +- common/src/main/java/com/tc/net/core/CoreNIOServices.java | 2 +- common/src/main/java/com/tc/net/core/SocketParams.java | 2 +- common/src/main/java/com/tc/net/core/TCChannelReader.java | 2 +- common/src/main/java/com/tc/net/core/TCChannelWriter.java | 2 +- common/src/main/java/com/tc/net/core/TCComm.java | 2 +- common/src/main/java/com/tc/net/core/TCCommImpl.java | 2 +- common/src/main/java/com/tc/net/core/TCConnectionImpl.java | 2 +- common/src/main/java/com/tc/net/core/TCConnectionManager.java | 2 +- .../src/main/java/com/tc/net/core/TCConnectionManagerImpl.java | 2 +- common/src/main/java/com/tc/net/core/TCListener.java | 2 +- common/src/main/java/com/tc/net/core/TCListenerImpl.java | 2 +- .../src/main/java/com/tc/net/core/TCSocketEndpointReader.java | 2 +- common/src/main/java/com/tc/net/core/TCWorkerCommManager.java | 2 +- .../java/com/tc/net/core/event/TCConnectionEventCaller.java | 2 +- common/src/main/java/com/tc/net/core/event/TCListenerEvent.java | 2 +- .../java/com/tc/net/core/event/TCListenerEventListener.java | 2 +- .../java/com/tc/net/protocol/ClientNetworkStackHarness.java | 2 +- .../java/com/tc/net/protocol/IllegalReconnectException.java | 2 +- .../java/com/tc/net/protocol/LayeredNetworkStackHarness.java | 2 +- common/src/main/java/com/tc/net/protocol/NetworkLayer.java | 2 +- .../src/main/java/com/tc/net/protocol/NetworkStackHarness.java | 2 +- .../java/com/tc/net/protocol/NetworkStackHarnessFactory.java | 2 +- .../src/main/java/com/tc/net/protocol/NullProtocolAdaptor.java | 2 +- .../com/tc/net/protocol/PlainNetworkStackHarnessFactory.java | 2 +- .../java/com/tc/net/protocol/ProductNotSupportedException.java | 2 +- .../main/java/com/tc/net/protocol/ProtocolAdaptorFactory.java | 2 +- .../java/com/tc/net/protocol/RejectReconnectionException.java | 2 +- .../java/com/tc/net/protocol/ServerNetworkStackHarness.java | 2 +- .../java/com/tc/net/protocol/tcm/AbstractMessageChannel.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/ChannelEventImpl.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/ChannelManager.java | 2 +- .../com/tc/net/protocol/tcm/ChannelManagerEventListener.java | 2 +- .../main/java/com/tc/net/protocol/tcm/ChannelManagerImpl.java | 2 +- .../main/java/com/tc/net/protocol/tcm/ClientMessageChannel.java | 2 +- .../java/com/tc/net/protocol/tcm/ClientMessageChannelImpl.java | 2 +- .../java/com/tc/net/protocol/tcm/CommunicationsManager.java | 2 +- .../java/com/tc/net/protocol/tcm/CommunicationsManagerImpl.java | 2 +- .../java/com/tc/net/protocol/tcm/GeneratedMessageFactory.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/HydrateContext.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/HydrateHandler.java | 2 +- .../java/com/tc/net/protocol/tcm/MessageChannelInternal.java | 2 +- .../main/java/com/tc/net/protocol/tcm/MessageMonitorImpl.java | 2 +- .../com/tc/net/protocol/tcm/MessageTransportFactoryImpl.java | 2 +- .../main/java/com/tc/net/protocol/tcm/MockMessageChannel.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/NetworkListener.java | 2 +- .../main/java/com/tc/net/protocol/tcm/NetworkListenerImpl.java | 2 +- .../main/java/com/tc/net/protocol/tcm/NullMessageMonitor.java | 2 +- .../java/com/tc/net/protocol/tcm/RedirectAddressProvider.java | 2 +- .../main/java/com/tc/net/protocol/tcm/ServerMessageChannel.java | 2 +- .../com/tc/net/protocol/tcm/ServerMessageChannelFactory.java | 2 +- .../java/com/tc/net/protocol/tcm/ServerMessageChannelImpl.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCMessageFactory.java | 2 +- .../main/java/com/tc/net/protocol/tcm/TCMessageFactoryImpl.java | 2 +- .../com/tc/net/protocol/tcm/TCMessageHydrateAndConvertSink.java | 2 +- .../main/java/com/tc/net/protocol/tcm/TCMessageHydrateSink.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCMessageParser.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCMessageRouter.java | 2 +- .../main/java/com/tc/net/protocol/tcm/TCMessageRouterImpl.java | 2 +- common/src/main/java/com/tc/net/protocol/tcm/TCMessageSink.java | 2 +- .../main/java/com/tc/net/protocol/tcm/TestMessageChannel.java | 2 +- .../tc/net/protocol/tcm/UnsupportedMessageTypeException.java | 2 +- .../java/com/tc/net/protocol/tcm/msgs/CommsMessageFactory.java | 2 +- .../com/tc/net/protocol/tcm/msgs/CommsMessagesResource.java | 2 +- .../com/tc/net/protocol/transport/AbstractMessageTransport.java | 2 +- .../java/com/tc/net/protocol/transport/CallbackPortRange.java | 2 +- .../tc/net/protocol/transport/ClientConnectionErrorDetails.java | 2 +- .../net/protocol/transport/ClientConnectionErrorListener.java | 2 +- .../tc/net/protocol/transport/ClientConnectionEstablisher.java | 2 +- .../com/tc/net/protocol/transport/ClientMessageTransport.java | 2 +- .../com/tc/net/protocol/transport/ConnectionHealthChecker.java | 2 +- .../net/protocol/transport/ConnectionHealthCheckerContext.java | 2 +- .../transport/ConnectionHealthCheckerContextDummyImpl.java | 2 +- .../transport/ConnectionHealthCheckerContextEchoImpl.java | 2 +- .../protocol/transport/ConnectionHealthCheckerContextImpl.java | 2 +- .../net/protocol/transport/ConnectionHealthCheckerEchoImpl.java | 2 +- .../tc/net/protocol/transport/ConnectionHealthCheckerImpl.java | 2 +- .../tc/net/protocol/transport/ConnectionHealthCheckerUtil.java | 2 +- .../java/com/tc/net/protocol/transport/ConnectionIDFactory.java | 2 +- .../tc/net/protocol/transport/ConnectionIDFactoryListener.java | 2 +- .../java/com/tc/net/protocol/transport/ConnectionPolicy.java | 2 +- .../com/tc/net/protocol/transport/ConnectionPolicyImpl.java | 2 +- .../java/com/tc/net/protocol/transport/ConnectionWatcher.java | 2 +- .../tc/net/protocol/transport/DefaultConnectionIdFactory.java | 2 +- .../net/protocol/transport/DisabledHealthCheckerConfigImpl.java | 2 +- .../java/com/tc/net/protocol/transport/HealthCheckerConfig.java | 2 +- .../net/protocol/transport/HealthCheckerConfigClientImpl.java | 2 +- .../com/tc/net/protocol/transport/HealthCheckerConfigImpl.java | 2 +- .../tc/net/protocol/transport/HealthCheckerSocketConnect.java | 2 +- .../transport/HealthCheckerSocketConnectEventListener.java | 2 +- .../net/protocol/transport/HealthCheckerSocketConnectImpl.java | 2 +- .../tc/net/protocol/transport/InvalidConnectionIDException.java | 2 +- .../src/main/java/com/tc/net/protocol/transport/JvmIDUtil.java | 2 +- .../java/com/tc/net/protocol/transport/MessageTransport.java | 2 +- .../com/tc/net/protocol/transport/MessageTransportBase.java | 2 +- .../com/tc/net/protocol/transport/MessageTransportFactory.java | 2 +- .../tc/net/protocol/transport/MessageTransportInitiator.java | 2 +- .../com/tc/net/protocol/transport/MessageTransportListener.java | 2 +- .../com/tc/net/protocol/transport/MessageTransportState.java | 2 +- .../com/tc/net/protocol/transport/MessageTransportStatus.java | 2 +- .../com/tc/net/protocol/transport/NetworkStackProvider.java | 2 +- .../java/com/tc/net/protocol/transport/NoActiveException.java | 2 +- .../tc/net/protocol/transport/NullConnectionIDFactoryImpl.java | 2 +- .../com/tc/net/protocol/transport/NullConnectionPolicy.java | 2 +- .../protocol/transport/NullHealthCheckerSocketConnectImpl.java | 2 +- .../tc/net/protocol/transport/ReconnectionRejectedCallback.java | 2 +- .../tc/net/protocol/transport/ReconnectionRejectedHandler.java | 2 +- .../net/protocol/transport/ReconnectionRejectedHandlerL1.java | 2 +- .../net/protocol/transport/ReconnectionRejectedHandlerL2.java | 2 +- .../tc/net/protocol/transport/RestoreConnectionCallback.java | 2 +- .../com/tc/net/protocol/transport/ServerMessageTransport.java | 2 +- .../java/com/tc/net/protocol/transport/ServerStackProvider.java | 2 +- .../net/protocol/transport/TransportHandshakeErrorContext.java | 2 +- .../net/protocol/transport/TransportHandshakeErrorHandler.java | 2 +- .../transport/TransportHandshakeErrorHandlerForGroupComm.java | 2 +- .../protocol/transport/TransportHandshakeErrorHandlerForL1.java | 2 +- .../protocol/transport/TransportHandshakeErrorNullHandler.java | 2 +- .../tc/net/protocol/transport/TransportHandshakeException.java | 2 +- .../protocol/transport/TransportNetworkStackHarnessFactory.java | 2 +- .../java/com/tc/net/protocol/transport/TransportRedirect.java | 2 +- .../protocol/transport/UnsupportedWireProtocolException.java | 2 +- .../tc/net/protocol/transport/WireProtocolAdaptorFactory.java | 2 +- .../net/protocol/transport/WireProtocolAdaptorFactoryImpl.java | 2 +- common/src/main/java/com/tc/net/proxy/TCPProxy.java | 2 +- common/src/main/java/com/tc/net/util/InetSocketAddressList.java | 2 +- common/src/main/java/com/tc/object/ClientIDProvider.java | 2 +- common/src/main/java/com/tc/object/StatType.java | 2 +- .../src/main/java/com/tc/object/bytecode/MockClassProvider.java | 2 +- common/src/main/java/com/tc/object/config/DSOMBeanConfig.java | 2 +- .../com/tc/object/handshakemanager/ClientHandshakeCallback.java | 2 +- common/src/main/java/com/tc/object/net/ChannelStats.java | 2 +- common/src/main/java/com/tc/object/net/DSOChannelManager.java | 2 +- .../src/main/java/com/tc/object/net/DSOChannelManagerImpl.java | 2 +- .../src/main/java/com/tc/object/net/DSOChannelManagerMBean.java | 2 +- common/src/main/java/com/tc/object/net/MockChannelManager.java | 2 +- .../src/main/java/com/tc/object/net/NoSuchChannelException.java | 2 +- common/src/main/java/com/tc/object/tx/TimerSpec.java | 2 +- common/src/main/java/com/tc/object/tx/TimerSpecFactory.java | 2 +- common/src/main/java/com/tc/objectserver/api/TestSink.java | 2 +- common/src/main/java/com/tc/operatorevent/NodeNameProvider.java | 2 +- common/src/main/java/com/tc/process/StreamAppender.java | 2 +- common/src/main/java/com/tc/process/StreamCollector.java | 2 +- common/src/main/java/com/tc/process/StreamCopier.java | 2 +- common/src/main/java/com/tc/properties/ReconnectConfig.java | 2 +- common/src/main/java/com/tc/properties/TCProperties.java | 2 +- common/src/main/java/com/tc/properties/TCPropertiesConsts.java | 2 +- common/src/main/java/com/tc/properties/TCPropertiesImpl.java | 2 +- common/src/main/java/com/tc/properties/TCSubProperties.java | 2 +- common/src/main/java/com/tc/runtime/GcMonitor.java | 2 +- common/src/main/java/com/tc/runtime/JVMMemoryManager.java | 2 +- common/src/main/java/com/tc/runtime/Jdk15MemoryUsage.java | 2 +- common/src/main/java/com/tc/runtime/MemoryEventsListener.java | 2 +- common/src/main/java/com/tc/runtime/MemoryUsage.java | 2 +- common/src/main/java/com/tc/runtime/TCMemoryManager.java | 2 +- common/src/main/java/com/tc/runtime/TCMemoryManagerImpl.java | 2 +- .../src/main/java/com/tc/runtime/TCMemoryManagerJdk15Basic.java | 2 +- .../java/com/tc/runtime/TCMemoryManagerJdk15PoolMonitor.java | 2 +- common/src/main/java/com/tc/runtime/TCRuntime.java | 2 +- .../main/java/com/tc/security/TCAuthenticationException.java | 2 +- .../src/main/java/com/tc/security/TCAuthorizationException.java | 2 +- .../src/main/java/com/tc/statistics/util/NullStatsRecorder.java | 2 +- common/src/main/java/com/tc/statistics/util/StatsPrinter.java | 2 +- common/src/main/java/com/tc/statistics/util/StatsRecorder.java | 2 +- common/src/main/java/com/tc/stats/AbstractNotifyingMBean.java | 2 +- common/src/main/java/com/tc/stats/LossyStack.java | 2 +- common/src/main/java/com/tc/stats/Stats.java | 2 +- common/src/main/java/com/tc/stats/StatsConfig.java | 2 +- common/src/main/java/com/tc/stats/counter/BoundedCounter.java | 2 +- .../main/java/com/tc/stats/counter/BoundedCounterConfig.java | 2 +- common/src/main/java/com/tc/stats/counter/Counter.java | 2 +- common/src/main/java/com/tc/stats/counter/CounterConfig.java | 2 +- common/src/main/java/com/tc/stats/counter/CounterImpl.java | 2 +- common/src/main/java/com/tc/stats/counter/CounterManager.java | 2 +- .../src/main/java/com/tc/stats/counter/CounterManagerImpl.java | 2 +- .../src/main/java/com/tc/stats/counter/SimpleCounterConfig.java | 2 +- .../main/java/com/tc/stats/counter/sampled/SampledCounter.java | 2 +- .../java/com/tc/stats/counter/sampled/SampledCounterConfig.java | 2 +- .../java/com/tc/stats/counter/sampled/SampledCounterImpl.java | 2 +- .../com/tc/stats/counter/sampled/SampledCumulativeCounter.java | 2 +- .../stats/counter/sampled/SampledCumulativeCounterConfig.java | 2 +- .../tc/stats/counter/sampled/SampledCumulativeCounterImpl.java | 2 +- .../com/tc/stats/counter/sampled/TimeStampedCounterValue.java | 2 +- .../tc/stats/counter/sampled/derived/SampledRateCounter.java | 2 +- .../stats/counter/sampled/derived/SampledRateCounterConfig.java | 2 +- .../stats/counter/sampled/derived/SampledRateCounterImpl.java | 2 +- .../src/main/java/com/tc/stats/statistics/CountStatistic.java | 2 +- .../main/java/com/tc/stats/statistics/CountStatisticImpl.java | 2 +- .../src/main/java/com/tc/stats/statistics/DoubleStatistic.java | 2 +- .../main/java/com/tc/stats/statistics/DoubleStatisticImpl.java | 2 +- common/src/main/java/com/tc/stats/statistics/Statistic.java | 2 +- common/src/main/java/com/tc/stats/statistics/StatisticImpl.java | 2 +- common/src/main/java/com/tc/stats/statistics/TimeStatistic.java | 2 +- .../main/java/com/tc/stats/statistics/TimeStatisticImpl.java | 2 +- common/src/main/java/com/tc/sysinfo/EnvStats.java | 2 +- common/src/main/java/com/tc/test/GroupData.java | 2 +- .../main/java/com/tc/text/AbbreviatedMapListPrettyPrint.java | 2 +- common/src/main/java/com/tc/text/Banner.java | 2 +- common/src/main/java/com/tc/text/ConsoleParagraphFormatter.java | 2 +- common/src/main/java/com/tc/text/DumpLoggerWriter.java | 2 +- common/src/main/java/com/tc/text/MapListPrettyPrint.java | 2 +- common/src/main/java/com/tc/text/ParagraphFormatter.java | 2 +- common/src/main/java/com/tc/text/PrettyPrinterImpl.java | 2 +- common/src/main/java/com/tc/text/StringFormatter.java | 2 +- common/src/main/java/com/tc/text/StringUtils.java | 2 +- common/src/main/java/com/tc/tracing/Trace.java | 2 +- common/src/main/java/com/tc/util/AATreeSet.java | 2 +- common/src/main/java/com/tc/util/ArchiveBuilder.java | 2 +- common/src/main/java/com/tc/util/CallStackTrace.java | 2 +- common/src/main/java/com/tc/util/CallableWaiter.java | 2 +- common/src/main/java/com/tc/util/CommonShutDownHook.java | 2 +- common/src/main/java/com/tc/util/CompositeIterator.java | 2 +- common/src/main/java/com/tc/util/DebugUtil.java | 2 +- common/src/main/java/com/tc/util/ManagedServiceLoader.java | 2 +- common/src/main/java/com/tc/util/MergableLinkedList.java | 2 +- common/src/main/java/com/tc/util/OidLongArray.java | 2 +- common/src/main/java/com/tc/util/SimpleRingBuffer.java | 2 +- .../src/main/java/com/tc/util/SynchronizedSinglyLinkedList.java | 2 +- .../src/main/java/com/tc/util/TCDataFileLockingException.java | 2 +- common/src/main/java/com/tc/util/Throwables.java | 2 +- common/src/main/java/com/tc/util/ToolClassNames.java | 2 +- common/src/main/java/com/tc/util/UpdatableFixedHeap.java | 2 +- common/src/main/java/com/tc/util/Util.java | 2 +- common/src/main/java/com/tc/util/ZipBuilder.java | 2 +- .../main/java/com/tc/util/concurrent/CircularLossyQueue.java | 2 +- .../java/com/tc/util/concurrent/CopyOnWriteSequentialMap.java | 2 +- common/src/main/java/com/tc/util/concurrent/LifeCycleState.java | 2 +- .../main/java/com/tc/util/concurrent/NamedThreadFactory.java | 2 +- .../java/com/tc/util/concurrent/NoExceptionLinkedQueue.java | 2 +- .../main/java/com/tc/util/concurrent/NullLifeCycleState.java | 2 +- common/src/main/java/com/tc/util/concurrent/QueueFactory.java | 2 +- common/src/main/java/com/tc/util/concurrent/SetOnceRef.java | 2 +- .../main/java/com/tc/util/concurrent/TCConcurrentMultiMap.java | 2 +- .../src/main/java/com/tc/util/concurrent/TCConcurrentStore.java | 2 +- .../java/com/tc/util/concurrent/TCExceptionResultException.java | 2 +- common/src/main/java/com/tc/util/concurrent/TCFuture.java | 2 +- .../main/java/com/tc/util/concurrent/ThreadFactoryBuilder.java | 2 +- .../java/com/tc/util/concurrent/ThreadPreferenceExecutor.java | 2 +- common/src/main/java/com/tc/util/concurrent/ThreadUtil.java | 2 +- .../main/java/com/tc/util/concurrent/ThrottledTaskExecutor.java | 2 +- common/src/main/java/com/tc/util/concurrent/Timer.java | 2 +- .../main/java/com/tc/util/concurrent/TimerNamedRunnable.java | 2 +- common/src/main/java/com/tc/util/io/FileUtils.java | 2 +- common/src/main/java/com/tc/util/io/IOUtils.java | 2 +- common/src/main/java/com/tc/util/io/TCFileUtils.java | 2 +- .../src/main/java/com/tc/util/properties/TCPropertyStore.java | 2 +- common/src/main/java/com/tc/util/runtime/Os.java | 2 +- common/src/main/java/com/tc/util/runtime/ThreadDumpUtil.java | 2 +- common/src/main/java/com/tc/util/runtime/Vm.java | 2 +- common/src/main/java/com/tc/util/runtime/VmVersion.java | 2 +- common/src/main/java/com/tc/util/sequence/BatchSequence.java | 2 +- .../main/java/com/tc/util/sequence/BatchSequenceProvider.java | 2 +- .../main/java/com/tc/util/sequence/BatchSequenceReceiver.java | 2 +- common/src/main/java/com/tc/util/sequence/MutableSequence.java | 2 +- common/src/main/java/com/tc/util/sequence/Sequence.java | 2 +- common/src/main/java/com/tc/util/sequence/SequenceBatch.java | 2 +- .../src/main/java/com/tc/util/sequence/SequenceGenerator.java | 2 +- common/src/main/java/com/tc/util/sequence/SimpleSequence.java | 2 +- .../java/com/tc/util/startuplock/FileNotCreatedException.java | 2 +- .../com/tc/util/startuplock/LocationNotCreatedException.java | 2 +- .../com/tc/util/version/CollectionVersionCompatibility.java | 2 +- .../java/com/tc/util/version/DefaultVersionCompatibility.java | 2 +- common/src/main/java/com/tc/util/version/Version.java | 2 +- common/src/main/java/com/tc/util/version/VersionMatcher.java | 2 +- common/src/main/java/com/tc/util/version/VersionRange.java | 2 +- common/src/main/resources/com/tc/handler/messages.properties | 2 +- .../main/resources/com/tc/management/TerracottaMBean.properties | 2 +- .../resources/com/tc/net/protocol/tcm/msgs/comms.properties | 2 +- .../src/main/resources/com/tc/operatorevent/messages.properties | 2 +- common/src/main/resources/com/tc/properties/tc.properties | 2 +- .../test/java/com/tc/async/impl/MultiStageQueueImplTest.java | 2 +- common/src/test/java/com/tc/async/impl/OrderedSinkTest.java | 2 +- .../java/com/tc/async/impl/SingletonStageQueueImplTest.java | 2 +- common/src/test/java/com/tc/async/impl/StageControllerTest.java | 2 +- common/src/test/java/com/tc/async/impl/StageImplTest.java | 2 +- .../src/test/java/com/tc/async/impl/StageManagerImplTest.java | 2 +- .../src/test/java/com/tc/async/impl/StageMonitorImplTest.java | 2 +- common/src/test/java/com/tc/async/impl/TCNotRunningTest.java | 2 +- common/src/test/java/com/tc/exception/ExceptionHelperTest.java | 2 +- .../test/java/com/tc/handler/CallbackHandlerResourcesTest.java | 2 +- common/src/test/java/com/tc/io/EnsureWritableDirTest.java | 2 +- common/src/test/java/com/tc/lang/ThrowableHandlerTest.java | 2 +- common/src/test/java/com/tc/logging/LossyTCLoggerTest.java | 2 +- common/src/test/java/com/tc/net/AddressCheckerTest.java | 2 +- common/src/test/java/com/tc/net/EphemeralPortsTest.java | 2 +- common/src/test/java/com/tc/net/basic/BasicConnectionTest.java | 2 +- common/src/test/java/com/tc/net/core/NoReconnectThreadTest.java | 2 +- common/src/test/java/com/tc/net/core/TCConnectionImplTest.java | 2 +- .../src/test/java/com/tc/net/core/TCConnectionManagerTest.java | 2 +- .../test/java/com/tc/net/core/TCSocketEndpointReaderTest.java | 2 +- .../src/test/java/com/tc/net/core/TCWorkerCommManagerTest.java | 2 +- .../java/com/tc/net/protocol/tcm/ChannelManagerImplTest.java | 2 +- .../com/tc/net/protocol/tcm/ClientMessageChannelImplTest.java | 2 +- .../test/java/com/tc/net/protocol/tcm/HydrateHandlerTest.java | 2 +- .../test/java/com/tc/net/protocol/tcm/LazyHandshakeTest.java | 2 +- .../test/java/com/tc/net/protocol/tcm/MessageChannelTest.java | 2 +- .../java/com/tc/net/protocol/tcm/MessageMonitorImplTest.java | 2 +- .../test/java/com/tc/net/protocol/tcm/NetworkListenerTest.java | 2 +- .../test/java/com/tc/net/protocol/tcm/TCMessageRouterTest.java | 2 +- common/src/test/java/com/tc/net/protocol/tcm/TestTCMessage.java | 2 +- .../com/tc/net/protocol/transport/CallbackPortRangeTest.java | 2 +- .../protocol/transport/ClientConnectionErrorDetailsTest.java | 2 +- .../net/protocol/transport/ClientConnectionEstablisherTest.java | 2 +- .../tc/net/protocol/transport/ClientMessageTransportTest.java | 2 +- .../protocol/transport/ConnectionHealthCheckerContextTest.java | 2 +- .../com/tc/net/protocol/transport/ConnectionPolicyTest.java | 2 +- .../transport/HealthCheckerMonitorThreadEngineTest.java | 2 +- .../tc/net/protocol/transport/ServerMessageTransportTest.java | 2 +- .../tc/net/protocol/transport/TCConnectionTransportTest.java | 2 +- .../test/java/com/tc/net/util/InetSocketAddressListTest.java | 2 +- common/src/test/java/com/tc/object/tx/WaitInvocationTest.java | 2 +- common/src/test/java/com/tc/runtime/MemoryPoolsTest.java | 2 +- common/src/test/java/com/tc/stats/CircularLossyQueueTest.java | 2 +- common/src/test/java/com/tc/stats/LossyStackTest.java | 2 +- .../src/test/java/com/tc/stats/counter/BoundedCounterTest.java | 2 +- common/src/test/java/com/tc/stats/counter/CounterTest.java | 2 +- .../test/java/com/tc/stats/counter/SampledRateCounterTest.java | 2 +- .../tc/stats/counter/sampled/SampledCumulativeCounterTest.java | 2 +- common/src/test/java/com/tc/test/AppServerInfoTest.java | 2 +- common/src/test/java/com/tc/test/ExpiredTimeBombTest.java | 2 +- common/src/test/java/com/tc/test/TCTestCaseTest.java | 2 +- common/src/test/java/com/tc/test/TimeBombTest.java | 2 +- .../java/com/tc/text/AbbreviatedMapListPrettyPrintTest.java | 2 +- common/src/test/java/com/tc/text/MapListPrettyPrintTest.java | 2 +- common/src/test/java/com/tc/util/AATreeSetTest.java | 2 +- .../src/test/java/com/tc/util/ActiveCoordinatorHelperTest.java | 2 +- common/src/test/java/com/tc/util/CompositeIteratorTest.java | 2 +- common/src/test/java/com/tc/util/ManagedServiceLoaderTest.java | 2 +- common/src/test/java/com/tc/util/MergableLinkedListTest.java | 2 +- common/src/test/java/com/tc/util/NetworkSanityTest.java | 2 +- common/src/test/java/com/tc/util/OidLongArrayTest.java | 2 +- common/src/test/java/com/tc/util/OverrideTestServiceImpl.java | 2 +- common/src/test/java/com/tc/util/ProductInfoTest.java | 2 +- common/src/test/java/com/tc/util/SimpleRingBufferTest.java | 2 +- common/src/test/java/com/tc/util/TCPropertiesConstsTest.java | 2 +- common/src/test/java/com/tc/util/TCPropertyStoreTest.java | 2 +- common/src/test/java/com/tc/util/TestBuildData.java | 2 +- common/src/test/java/com/tc/util/TestPatchData.java | 2 +- common/src/test/java/com/tc/util/TestService.java | 2 +- common/src/test/java/com/tc/util/TestServiceImpl.java | 2 +- common/src/test/java/com/tc/util/UpdatableFixedHeapTest.java | 2 +- .../com/tc/util/concurrent/CopyOnWriteSequentialMapTest.java | 2 +- common/src/test/java/com/tc/util/concurrent/SetOnceRefTest.java | 2 +- .../java/com/tc/util/concurrent/TCConcurrentMultiMapTest.java | 2 +- common/src/test/java/com/tc/util/concurrent/TCFutureTest.java | 2 +- .../com/tc/util/concurrent/ThreadPreferenceExecutorTest.java | 2 +- .../java/com/tc/util/concurrent/ThrottledTaskExecutorTest.java | 2 +- .../test/java/com/tc/util/runtime/ThreadDumpUtilJdk16Test.java | 2 +- .../test/java/com/tc/util/runtime/ThreadDumpUtilTestBase.java | 2 +- .../src/test/java/com/tc/util/sequence/BatchSequenceTest.java | 2 +- .../test/java/com/tc/util/version/VersionCompatibilityTest.java | 2 +- .../src/test/java/com/tc/util/version/VersionMatcherTest.java | 2 +- common/src/test/java/com/tc/util/version/VersionRangeTest.java | 2 +- common/src/test/java/com/tc/util/version/VersionTest.java | 2 +- .../resources/META-INF/services/com.tc.productinfo.Description | 2 +- common/src/test/resources/com/tc/properties/tests.properties | 2 +- .../test/resources/com/tc/util/integration-modules.properties | 2 +- common/src/test/resources/logback-test.xml | 2 +- configuration-provider/build.gradle | 2 +- .../main/java/org/terracotta/configuration/Configuration.java | 2 +- .../org/terracotta/configuration/ConfigurationException.java | 2 +- .../org/terracotta/configuration/ConfigurationProvider.java | 2 +- .../java/org/terracotta/configuration/FailoverBehavior.java | 2 +- .../java/org/terracotta/configuration/ServerConfiguration.java | 2 +- connection-impl/build.gradle | 2 +- .../src/main/java/com/terracotta/connection/ClientHandle.java | 2 +- .../main/java/com/terracotta/connection/ClientHandleImpl.java | 2 +- .../java/com/terracotta/connection/EndpointConnectorImpl.java | 2 +- .../com/terracotta/connection/EntityClientServiceFactory.java | 2 +- .../java/com/terracotta/connection/TerracottaConnection.java | 2 +- .../com/terracotta/connection/TerracottaInternalClient.java | 2 +- .../terracotta/connection/TerracottaInternalClientFactory.java | 2 +- .../connection/TerracottaInternalClientFactoryImpl.java | 2 +- .../com/terracotta/connection/TerracottaInternalClientImpl.java | 2 +- .../terracotta/connection/api/AbstractConnectionService.java | 2 +- .../terracotta/connection/api/DetailedConnectionException.java | 2 +- .../terracotta/connection/api/DiagnosticConnectionService.java | 2 +- .../terracotta/connection/api/TerracottaConnectionService.java | 2 +- .../com/terracotta/connection/entity/TerracottaEntityRef.java | 2 +- .../connection/api/AbstractConnectionServiceTest.java | 2 +- .../connection/api/DetailedConnectionExceptionTest.java | 2 +- .../connection/api/DiagnosticConnectionServiceTest.java | 2 +- .../connection/api/TerracottaConnectionServiceTest.java | 2 +- .../terracotta/connection/entity/TerracottaEntityRefTest.java | 2 +- connection-impl/src/test/resources/logback-test.xml | 2 +- default-configuration/build.gradle | 2 +- default-configuration/src/assemble/distribution.xml | 2 +- .../org/terracotta/config/provider/ConfigExtensionInfo.java | 2 +- .../config/provider/DefaultConfigurationProvider.java | 2 +- .../main/java/org/terracotta/config/provider/RelayMBean.java | 2 +- .../java/org/terracotta/config/provider/RelayMBeanImpl.java | 2 +- .../org/terracotta/config/provider/ServerConfigurationImpl.java | 2 +- .../org/terracotta/config/provider/ConfigExtensionInfoTest.java | 2 +- .../config/provider/DefaultConfigurationProviderTest.java | 2 +- .../org/terracotta/config/provider/ServerConfigurationTest.java | 2 +- default-configuration/src/test/resources/logback-test.xml | 2 +- default-configuration/src/test/resources/simple-tc-config.xml | 2 +- examples/clustered-map/client/build.gradle | 2 +- .../java/org/terracotta/entity/map/ConcurrentClusteredMap.java | 2 +- .../src/main/java/org/terracotta/entity/map/MapConfig.java | 2 +- .../java/org/terracotta/entity/map/TerracottaClusteredMap.java | 2 +- .../entity/map/TerracottaClusteredMapClientService.java | 2 +- .../src/main/java/org/terracotta/entity/map/ValueCodec.java | 2 +- .../main/java/org/terracotta/entity/map/ValueCodecFactory.java | 2 +- .../META-INF/services/org.terracotta.entity.EntityClientService | 2 +- examples/clustered-map/common/build.gradle | 2 +- .../java/org/terracotta/entity/map/common/BooleanResponse.java | 2 +- .../java/org/terracotta/entity/map/common/ClearOperation.java | 2 +- .../org/terracotta/entity/map/common/ClusteredMapCodec.java | 2 +- .../entity/map/common/ConditionalRemoveOperation.java | 2 +- .../entity/map/common/ConditionalReplaceOperation.java | 2 +- .../org/terracotta/entity/map/common/ContainsKeyOperation.java | 2 +- .../terracotta/entity/map/common/ContainsValueOperation.java | 2 +- .../org/terracotta/entity/map/common/EntrySetOperation.java | 2 +- .../java/org/terracotta/entity/map/common/EntrySetResponse.java | 2 +- .../java/org/terracotta/entity/map/common/GetOperation.java | 2 +- .../java/org/terracotta/entity/map/common/KeySetOperation.java | 2 +- .../java/org/terracotta/entity/map/common/KeySetResponse.java | 2 +- .../java/org/terracotta/entity/map/common/KeyedOperation.java | 2 +- .../main/java/org/terracotta/entity/map/common/MapConfig.java | 2 +- .../java/org/terracotta/entity/map/common/MapOperation.java | 2 +- .../main/java/org/terracotta/entity/map/common/MapResponse.java | 2 +- .../java/org/terracotta/entity/map/common/MapValueResponse.java | 2 +- .../java/org/terracotta/entity/map/common/NullResponse.java | 2 +- .../java/org/terracotta/entity/map/common/OperationCodec.java | 2 +- .../java/org/terracotta/entity/map/common/PrimitiveCodec.java | 2 +- .../java/org/terracotta/entity/map/common/PutAllOperation.java | 2 +- .../org/terracotta/entity/map/common/PutIfAbsentOperation.java | 2 +- .../org/terracotta/entity/map/common/PutIfPresentOperation.java | 2 +- .../java/org/terracotta/entity/map/common/PutOperation.java | 2 +- .../java/org/terracotta/entity/map/common/RemoveOperation.java | 2 +- .../java/org/terracotta/entity/map/common/ResponseCodec.java | 2 +- .../java/org/terracotta/entity/map/common/SizeOperation.java | 2 +- .../java/org/terracotta/entity/map/common/SizeResponse.java | 2 +- .../terracotta/entity/map/common/ValueCollectionResponse.java | 2 +- .../java/org/terracotta/entity/map/common/ValueWrapper.java | 2 +- .../java/org/terracotta/entity/map/common/ValuesOperation.java | 2 +- examples/clustered-map/server/build.gradle | 2 +- .../entity/map/server/ActiveTerracottaClusteredMap.java | 2 +- .../org/terracotta/entity/map/server/ClusteredMapSyncCodec.java | 2 +- .../main/java/org/terracotta/entity/map/server/CompoundMap.java | 2 +- .../terracotta/entity/map/server/MapConcurrencyStrategy.java | 2 +- .../org/terracotta/entity/map/server/MapExecutionStrategy.java | 2 +- .../main/java/org/terracotta/entity/map/server/MapProvider.java | 2 +- .../entity/map/server/PassiveTerracottaClusteredMap.java | 2 +- .../java/org/terracotta/entity/map/server/SyncOperation.java | 2 +- .../entity/map/server/TerracottaClusteredMapService.java | 2 +- .../META-INF/services/org.terracotta.entity.EntityServerService | 2 +- .../META-INF/services/org.terracotta.entity.ServiceProvider | 2 +- examples/extended-server/build.gradle | 2 +- .../src/main/java/org/terracotta/internal/ExtendedServer.java | 2 +- .../resources/META-INF/services/com.tc.productinfo.Description | 2 +- examples/extended-server/src/main/resources/logback-test.xml | 2 +- .../toy/src/main/java/org/terracotta/example/ContinuousToy.java | 2 +- examples/toy/src/main/java/org/terracotta/example/GetToy.java | 2 +- examples/toy/src/main/java/org/terracotta/example/MapToy.java | 2 +- galvan-support/build.gradle | 2 +- .../terracotta/testing/api/BasicTestClusterConfiguration.java | 2 +- .../src/main/java/org/terracotta/testing/api/ConfigBuilder.java | 2 +- .../java/org/terracotta/testing/api/LegacyConfigBuilder.java | 2 +- .../terracotta/testing/config/DefaultLegacyConfigBuilder.java | 2 +- .../terracotta/testing/config/DefaultStartupCommandBuilder.java | 2 +- .../java/org/terracotta/testing/config/TcConfigBuilder.java | 2 +- .../java/org/terracotta/testing/master/BasicHarnessEntry.java | 2 +- .../java/org/terracotta/testing/master/BasicHarnessMain.java | 2 +- .../main/java/org/terracotta/testing/plugin/PauseControl.java | 2 +- .../java/org/terracotta/testing/rules/BasicExternalCluster.java | 2 +- .../terracotta/testing/rules/BasicExternalClusterBuilder.java | 2 +- .../src/main/java/org/terracotta/testing/rules/Cluster.java | 2 +- .../src/main/java/org/terracotta/testing/rules/TestManager.java | 2 +- .../java/org/terracotta/testing/support/BasicHarnessRunner.java | 2 +- .../java/org/terracotta/testing/support/BasicHarnessTest.java | 2 +- .../src/main/java/org/terracotta/testing/support/PortTool.java | 2 +- .../META-INF/services/org.terracotta.entity.ServiceProvider | 2 +- .../java/org/terracotta/functional/DiagnosticFunctionIT.java | 2 +- .../test/java/org/terracotta/functional/DirectConnectIT.java | 2 +- .../test/java/org/terracotta/functional/ExtendedServerIT.java | 2 +- .../java/org/terracotta/functional/InformationConnectionIT.java | 2 +- .../src/test/java/org/terracotta/functional/MapAndCancel.java | 2 +- .../src/test/java/org/terracotta/functional/PassiveDeathIT.java | 2 +- .../test/java/org/terracotta/functional/ReconnectRejectIT.java | 2 +- .../java/org/terracotta/functional/ReflectorFunctionIT.java | 2 +- .../test/java/org/terracotta/functional/ShutdownFunctionIT.java | 2 +- .../testing/rules/BasicExternalClusterActivePassiveIT.java | 2 +- .../terracotta/testing/rules/BasicExternalClusterBadPathIT.java | 2 +- .../testing/rules/BasicExternalClusterClassRuleIT.java | 2 +- .../testing/rules/BasicExternalClusterFOPAvailabilityIT.java | 2 +- .../testing/rules/BasicExternalClusterFOPConsistencyIT.java | 2 +- .../testing/rules/BasicExternalClusterImmediateControlIT.java | 2 +- .../testing/rules/BasicExternalClusterMethodRuleIT.java | 2 +- .../terracotta/testing/rules/BasicExternalConsistencyIT.java | 2 +- .../test/java/org/terracotta/testing/rules/ClientLeakIT.java | 2 +- .../terracotta/testing/rules/CorruptConfigWithClassRuleIT.java | 2 +- .../testing/rules/SimpleActivePassiveWithClassRuleIT.java | 2 +- .../org/terracotta/testing/support/CorruptServerConfigIT.java | 2 +- .../org/terracotta/testing/support/CrashAndHangClientsIT.java | 2 +- .../org/terracotta/testing/support/MalformedPortTestIT.java | 2 +- .../org/terracotta/testing/support/MultiProcessGalvanTest.java | 2 +- .../org/terracotta/testing/support/SimpleClientStartUpIT.java | 2 +- galvan-support/src/test/resources/custom-logback-ext.xml | 2 +- galvan-support/src/test/resources/logback-test.xml | 2 +- galvan-support/src/test/resources/tc-config.xml | 2 +- galvan/build.gradle | 2 +- .../java/org/terracotta/testing/api/IClientErrorHandler.java | 2 +- .../org/terracotta/testing/api/ITestClusterConfiguration.java | 2 +- .../src/main/java/org/terracotta/testing/api/ITestMaster.java | 2 +- .../org/terracotta/testing/client/ClientSideIPCManager.java | 2 +- .../java/org/terracotta/testing/client/IPCClusterControl.java | 2 +- .../main/java/org/terracotta/testing/client/TestClientStub.java | 2 +- galvan/src/main/java/org/terracotta/testing/common/Assert.java | 2 +- .../java/org/terracotta/testing/common/IPCMessageConstants.java | 2 +- .../terracotta/testing/common/MultiplexedEventingStream.java | 2 +- .../org/terracotta/testing/common/SimpleEventingStream.java | 2 +- .../terracotta/testing/config/BasicClientArgumentBuilder.java | 2 +- .../org/terracotta/testing/config/ClientsConfiguration.java | 2 +- .../main/java/org/terracotta/testing/config/ClusterInfo.java | 2 +- .../java/org/terracotta/testing/config/ConfigConstants.java | 2 +- .../org/terracotta/testing/config/IClientArgumentBuilder.java | 2 +- .../src/main/java/org/terracotta/testing/config/ServerInfo.java | 2 +- .../org/terracotta/testing/config/StartupCommandBuilder.java | 2 +- .../java/org/terracotta/testing/config/StripeConfiguration.java | 2 +- .../src/main/java/org/terracotta/testing/demos/TestHelpers.java | 2 +- .../java/org/terracotta/testing/logging/ContextualLogger.java | 2 +- .../main/java/org/terracotta/testing/logging/VerboseLogger.java | 2 +- .../java/org/terracotta/testing/logging/VerboseManager.java | 2 +- .../org/terracotta/testing/logging/VerboseOutputStream.java | 2 +- .../org/terracotta/testing/master/AbstractHarnessEntry.java | 2 +- .../java/org/terracotta/testing/master/ClientEventManager.java | 2 +- .../java/org/terracotta/testing/master/ClientInstaller.java | 2 +- .../main/java/org/terracotta/testing/master/ClientRunner.java | 2 +- .../org/terracotta/testing/master/ClientSubProcessManager.java | 2 +- .../java/org/terracotta/testing/master/CommandLineSupport.java | 2 +- .../main/java/org/terracotta/testing/master/DebugOptions.java | 2 +- .../java/org/terracotta/testing/master/EnvironmentOptions.java | 2 +- .../main/java/org/terracotta/testing/master/FileHelpers.java | 2 +- .../org/terracotta/testing/master/GalvanFailureException.java | 2 +- .../main/java/org/terracotta/testing/master/IGalvanServer.java | 2 +- .../org/terracotta/testing/master/IGalvanStateInterlock.java | 2 +- .../org/terracotta/testing/master/IMultiProcessControl.java | 2 +- .../java/org/terracotta/testing/master/ITestStateManager.java | 2 +- .../main/java/org/terracotta/testing/master/ITestWaiter.java | 2 +- .../main/java/org/terracotta/testing/master/InlineServer.java | 2 +- .../java/org/terracotta/testing/master/IsolatedClassLoader.java | 2 +- .../main/java/org/terracotta/testing/master/ReadyStripe.java | 2 +- .../org/terracotta/testing/master/ServerDeploymentBuilder.java | 2 +- .../main/java/org/terracotta/testing/master/ServerInstance.java | 2 +- .../src/main/java/org/terracotta/testing/master/ServerMode.java | 2 +- .../main/java/org/terracotta/testing/master/ServerProcess.java | 2 +- .../org/terracotta/testing/master/ServerProcessControl.java | 2 +- .../main/java/org/terracotta/testing/master/StateInterlock.java | 2 +- .../java/org/terracotta/testing/master/StripeInstaller.java | 2 +- .../java/org/terracotta/testing/master/TestStateManager.java | 2 +- .../org/terracotta/testing/support/AbstractHarnessRunner.java | 2 +- .../org/terracotta/testing/support/AbstractHarnessTest.java | 2 +- .../java/org/terracotta/testing/config/ClusterInfoTest.java | 2 +- .../test/java/org/terracotta/testing/config/ServerInfoTest.java | 2 +- .../org/terracotta/testing/master/AbstractHarnessEntryTest.java | 2 +- .../org/terracotta/testing/master/ClientEventManagerTest.java | 2 +- .../terracotta/testing/master/ServerDeploymentBuilderTest.java | 2 +- .../test/java/org/terracotta/testing/master/ServerModeTest.java | 2 +- galvan/src/test/resources/logback.xml | 2 +- header.txt | 2 +- management/build.gradle | 2 +- .../src/main/java/com/tc/management/ManagementResources.java | 2 +- .../src/main/java/com/tc/management/TerracottaManagement.java | 2 +- .../src/main/java/com/tc/management/beans/L2MBeanNames.java | 2 +- .../main/java/com/tc/management/beans/TCServerInfoMBean.java | 2 +- .../management/beans/sessions/SessionStatisticsMBean.properties | 2 +- .../com/tc/management/beans/tx/ClientTxMonitorMBean.properties | 2 +- .../com/tc/management/exposed/SessionsProductMBean.properties | 2 +- .../com/tc/management/exposed/TerracottaClusterMBean.properties | 2 +- .../src/main/resources/com/tc/management/management.properties | 2 +- management/src/main/resources/security.xsd | 2 +- management/src/main/resources/storage.xsd | 2 +- management/src/test/resources/security-conf1-defaults.xml | 2 +- management/src/test/resources/security-conf2.xml | 2 +- management/src/test/resources/storage-xsd-test.xml | 2 +- passthrough-server/build.gradle | 2 +- .../src/main/java/org/terracotta/passthrough/Assert.java | 2 +- .../org/terracotta/passthrough/IAsynchronousServerCrasher.java | 2 +- .../src/main/java/org/terracotta/passthrough/IFetchResult.java | 2 +- .../java/org/terracotta/passthrough/IMessageSenderWrapper.java | 2 +- .../passthrough/PassThroughServerActiveInvokeContext.java | 2 +- .../terracotta/passthrough/PassThroughServerInvokeContext.java | 2 +- .../org/terracotta/passthrough/PassthroughClientDescriptor.java | 2 +- .../org/terracotta/passthrough/PassthroughClientSourceId.java | 2 +- .../org/terracotta/passthrough/PassthroughClusterControl.java | 2 +- .../terracotta/passthrough/PassthroughCommunicatorService.java | 2 +- .../passthrough/PassthroughCommunicatorServiceProvider.java | 2 +- .../java/org/terracotta/passthrough/PassthroughConnection.java | 2 +- .../terracotta/passthrough/PassthroughConnectionService.java | 2 +- .../org/terracotta/passthrough/PassthroughConnectionState.java | 2 +- .../main/java/org/terracotta/passthrough/PassthroughDumper.java | 2 +- .../terracotta/passthrough/PassthroughEndpointConnector.java | 2 +- .../passthrough/PassthroughEndpointConnectorImpl.java | 2 +- .../terracotta/passthrough/PassthroughEntityClientEndpoint.java | 2 +- .../java/org/terracotta/passthrough/PassthroughEntityRef.java | 2 +- .../java/org/terracotta/passthrough/PassthroughEntityTuple.java | 2 +- .../PassthroughImplementationProvidedServiceProvider.java | 2 +- .../terracotta/passthrough/PassthroughInterserverInterlock.java | 2 +- .../java/org/terracotta/passthrough/PassthroughInvocation.java | 2 +- .../terracotta/passthrough/PassthroughInvocationCallback.java | 2 +- .../org/terracotta/passthrough/PassthroughLifeCycleHandler.java | 2 +- .../java/org/terracotta/passthrough/PassthroughMessage.java | 2 +- .../org/terracotta/passthrough/PassthroughMessageCodec.java | 2 +- .../org/terracotta/passthrough/PassthroughMessageContainer.java | 2 +- .../org/terracotta/passthrough/PassthroughMessengerService.java | 2 +- .../passthrough/PassthroughMessengerServiceProvider.java | 2 +- .../terracotta/passthrough/PassthroughMonitoringProducer.java | 2 +- .../passthrough/PassthroughNullPlatformPersistentStorage.java | 2 +- .../PassthroughNullPlatformStorageServiceProvider.java | 2 +- .../passthrough/PassthroughPlatformConfiguration.java | 2 +- .../org/terracotta/passthrough/PassthroughPlatformService.java | 2 +- .../passthrough/PassthroughPlatformServiceProvider.java | 2 +- .../org/terracotta/passthrough/PassthroughReferenceManager.java | 2 +- .../terracotta/passthrough/PassthroughRetirementManager.java | 2 +- .../main/java/org/terracotta/passthrough/PassthroughServer.java | 2 +- .../org/terracotta/passthrough/PassthroughServerCrasher.java | 2 +- .../terracotta/passthrough/PassthroughServerMessageDecoder.java | 2 +- .../org/terracotta/passthrough/PassthroughServerProcess.java | 2 +- .../org/terracotta/passthrough/PassthroughServerRegistry.java | 2 +- .../org/terracotta/passthrough/PassthroughServiceRegistry.java | 2 +- .../java/org/terracotta/passthrough/PassthroughTestHelpers.java | 2 +- .../java/org/terracotta/passthrough/PassthroughTimerThread.java | 2 +- .../passthrough/PassthroughTransactionOrderManager.java | 2 +- .../passthrough/PassthroughUncaughtExceptionHandler.java | 2 +- .../terracotta/passthrough/PassthroughConnectionStateTest.java | 2 +- .../passthrough/PassthroughRetirementManagerTest.java | 2 +- server-api/build.gradle | 2 +- server-bootstrap/build.gradle | 2 +- .../src/main/java/com/tc/server/BootstrapService.java | 2 +- server-bootstrap/src/main/java/com/tc/server/Directories.java | 2 +- .../src/test/java/com/tc/server/DirectoriesTest.java | 2 +- server-runtime/build.gradle | 2 +- server-spi/build.gradle | 2 +- server-spi/src/main/java/com/tc/spi/DiagnosticFormat.java | 2 +- server-spi/src/main/java/com/tc/spi/Guardian.java | 2 +- server-spi/src/main/java/com/tc/spi/NetworkTranslator.java | 2 +- server-spi/src/main/java/com/tc/spi/Pauseable.java | 2 +- server-spi/src/main/java/com/tc/spi/ProductCapabilities.java | 2 +- tc-client/build.gradle | 2 +- tc-client/src/main/java/com/tc/client/ClientFactory.java | 2 +- .../main/java/com/tc/cluster/ClientChannelEventController.java | 2 +- .../src/main/java/com/tc/exception/EntityBusyException.java | 2 +- .../main/java/com/tc/exception/EntityReferencedException.java | 2 +- .../src/main/java/com/tc/exception/WrappedEntityException.java | 2 +- tc-client/src/main/java/com/tc/object/AckMonitor.java | 2 +- .../src/main/java/com/tc/object/BinaryInvocationCallback.java | 2 +- tc-client/src/main/java/com/tc/object/ClientBuilder.java | 2 +- tc-client/src/main/java/com/tc/object/ClientBuilderFactory.java | 2 +- tc-client/src/main/java/com/tc/object/ClientEntityManager.java | 2 +- .../src/main/java/com/tc/object/ClientEntityManagerImpl.java | 2 +- .../src/main/java/com/tc/object/ClientEntityStateManager.java | 2 +- .../src/main/java/com/tc/object/ClientShutdownManager.java | 2 +- .../src/main/java/com/tc/object/DistributedObjectClient.java | 2 +- .../main/java/com/tc/object/DistributedObjectClientFactory.java | 2 +- .../src/main/java/com/tc/object/EntityClientEndpointImpl.java | 2 +- tc-client/src/main/java/com/tc/object/ExceptionUtils.java | 2 +- tc-client/src/main/java/com/tc/object/InFlightMessage.java | 2 +- tc-client/src/main/java/com/tc/object/InFlightStats.java | 2 +- tc-client/src/main/java/com/tc/object/InvocationHandler.java | 2 +- tc-client/src/main/java/com/tc/object/LookupState.java | 2 +- .../src/main/java/com/tc/object/LookupStateTransition.java | 2 +- .../main/java/com/tc/object/LookupStateTransitionAdaptor.java | 2 +- .../main/java/com/tc/object/ReconnectionRejectedListener.java | 2 +- .../src/main/java/com/tc/object/SafeInvocationCallback.java | 2 +- .../src/main/java/com/tc/object/StandardClientBuilder.java | 2 +- .../main/java/com/tc/object/StandardClientBuilderFactory.java | 2 +- tc-client/src/main/java/com/tc/object/TransactionSource.java | 2 +- .../java/com/tc/object/handler/ClientCoordinationHandler.java | 2 +- .../com/tc/object/handshakemanager/ClientHandshakeManager.java | 2 +- .../tc/object/handshakemanager/ClientHandshakeManagerImpl.java | 2 +- .../java/com/tc/object/request/MultiRequestReceiveHandler.java | 2 +- .../main/java/com/tc/object/request/RequestReceiveHandler.java | 2 +- .../main/java/com/tc/object/request/RequestResponseHandler.java | 2 +- .../src/main/java/com/terracotta/diagnostic/DiagnosticCLI.java | 2 +- .../java/com/terracotta/diagnostic/DiagnosticClientBuilder.java | 2 +- .../terracotta/diagnostic/DiagnosticClientEntityManager.java | 2 +- .../terracotta/diagnostic/DiagnosticEntityClientService.java | 2 +- .../src/main/java/com/terracotta/diagnostic/Diagnostics.java | 2 +- .../src/test/java/com/tc/object/ClientEntityManagerTest.java | 2 +- .../test/java/com/tc/object/DistributedObjectClientTest.java | 2 +- tc-client/src/test/java/com/tc/object/ExceptionUtilsTest.java | 2 +- .../src/test/java/com/tc/object/SafeInvocationCallbackTest.java | 2 +- .../java/com/tc/object/StandardClientBuilderFactoryTest.java | 2 +- .../src/test/java/com/tc/object/TransactionSourceTest.java | 2 +- .../tc/object/handshakemanager/ClientHandshakeManagerTest.java | 2 +- tc-client/src/test/java/com/tc/util/UtilHashTest.java | 2 +- .../src/test/resources/com/tc/object/config/empty-tc-config.xml | 2 +- .../src/test/resources/com/tc/object/config/tc-config-l2.xml | 2 +- tc-client/src/test/resources/logback-test.xml | 2 +- tc-messaging/build.gradle | 2 +- .../main/java/com/tc/async/api/MultiThreadedEventContext.java | 2 +- .../src/main/java/com/tc/async/api/OrderedEventContext.java | 2 +- tc-messaging/src/main/java/com/tc/bytes/TCByteBuffer.java | 2 +- .../src/main/java/com/tc/bytes/TCByteBufferAllocator.java | 2 +- .../src/main/java/com/tc/bytes/TCByteBufferFactory.java | 2 +- tc-messaging/src/main/java/com/tc/bytes/TCByteBufferImpl.java | 2 +- .../src/main/java/com/tc/bytes/TCDirectByteBufferCache.java | 2 +- tc-messaging/src/main/java/com/tc/bytes/TCReference.java | 2 +- tc-messaging/src/main/java/com/tc/bytes/TCReferenceSupport.java | 2 +- tc-messaging/src/main/java/com/tc/entity/DiagnosticMessage.java | 2 +- .../src/main/java/com/tc/entity/DiagnosticMessageImpl.java | 2 +- .../src/main/java/com/tc/entity/DiagnosticResponse.java | 2 +- .../src/main/java/com/tc/entity/DiagnosticResponseImpl.java | 2 +- .../java/com/tc/entity/LinearVoltronEntityMultiResponse.java | 2 +- .../src/main/java/com/tc/entity/MessageCodecSupplier.java | 2 +- .../main/java/com/tc/entity/NetworkVoltronEntityMessage.java | 2 +- .../java/com/tc/entity/NetworkVoltronEntityMessageImpl.java | 2 +- .../java/com/tc/entity/ReplayVoltronEntityMultiResponse.java | 2 +- .../src/main/java/com/tc/entity/RequestPersistenceOptions.java | 2 +- .../src/main/java/com/tc/entity/ResendVoltronEntityMessage.java | 2 +- .../src/main/java/com/tc/entity/ServerEntityMessage.java | 2 +- .../src/main/java/com/tc/entity/ServerEntityMessageImpl.java | 2 +- .../main/java/com/tc/entity/VoltronEntityAppliedResponse.java | 2 +- .../java/com/tc/entity/VoltronEntityAppliedResponseImpl.java | 2 +- .../src/main/java/com/tc/entity/VoltronEntityMessage.java | 2 +- .../src/main/java/com/tc/entity/VoltronEntityMultiResponse.java | 2 +- .../main/java/com/tc/entity/VoltronEntityReceivedResponse.java | 2 +- .../java/com/tc/entity/VoltronEntityReceivedResponseImpl.java | 2 +- .../src/main/java/com/tc/entity/VoltronEntityResponse.java | 2 +- .../main/java/com/tc/entity/VoltronEntityRetiredResponse.java | 2 +- .../java/com/tc/entity/VoltronEntityRetiredResponseImpl.java | 2 +- .../src/main/java/com/tc/exception/ServerException.java | 2 +- .../src/main/java/com/tc/exception/ServerExceptionType.java | 2 +- .../src/main/java/com/tc/exception/ServerRuntimeException.java | 2 +- tc-messaging/src/main/java/com/tc/exception/TCError.java | 2 +- tc-messaging/src/main/java/com/tc/exception/TCException.java | 2 +- .../src/main/java/com/tc/exception/TCInternalError.java | 2 +- .../src/main/java/com/tc/exception/TCInterruptedException.java | 2 +- .../src/main/java/com/tc/exception/TCRuntimeException.java | 2 +- tc-messaging/src/main/java/com/tc/io/InputWrapper.java | 2 +- tc-messaging/src/main/java/com/tc/io/OutputWrapper.java | 2 +- .../src/main/java/com/tc/io/TCByteArrayOutputStream.java | 2 +- tc-messaging/src/main/java/com/tc/io/TCByteBufferInput.java | 2 +- .../src/main/java/com/tc/io/TCByteBufferInputStream.java | 2 +- tc-messaging/src/main/java/com/tc/io/TCByteBufferOutput.java | 2 +- .../src/main/java/com/tc/io/TCByteBufferOutputStream.java | 2 +- tc-messaging/src/main/java/com/tc/io/TCDataInput.java | 2 +- tc-messaging/src/main/java/com/tc/io/TCDataOutput.java | 2 +- .../src/main/java/com/tc/io/TCDirectByteBufferOutputStream.java | 2 +- tc-messaging/src/main/java/com/tc/io/TCSerializable.java | 2 +- tc-messaging/src/main/java/com/tc/l2/dup/RelayMessage.java | 2 +- tc-messaging/src/main/java/com/tc/l2/ha/ClusterState.java | 2 +- tc-messaging/src/main/java/com/tc/l2/msg/ActiveJoinMessage.java | 2 +- .../src/main/java/com/tc/l2/msg/ClusterStateMessage.java | 2 +- .../src/main/java/com/tc/l2/msg/IBatchableGroupMessage.java | 2 +- tc-messaging/src/main/java/com/tc/l2/msg/L2StateMessage.java | 2 +- .../src/main/java/com/tc/l2/msg/PlatformInfoRequest.java | 2 +- .../src/main/java/com/tc/l2/msg/ReplicationAckTuple.java | 2 +- .../src/main/java/com/tc/l2/msg/ReplicationMessage.java | 2 +- .../src/main/java/com/tc/l2/msg/ReplicationMessageAck.java | 2 +- .../src/main/java/com/tc/l2/msg/ReplicationResultCode.java | 2 +- .../src/main/java/com/tc/l2/msg/SyncReplicationActivity.java | 2 +- tc-messaging/src/main/java/com/tc/l2/state/Enrollment.java | 2 +- tc-messaging/src/main/java/com/tc/net/ClientID.java | 2 +- .../src/main/java/com/tc/net/CommStackMismatchException.java | 2 +- .../main/java/com/tc/net/MaxConnectionsExceededException.java | 2 +- tc-messaging/src/main/java/com/tc/net/NodeID.java | 2 +- tc-messaging/src/main/java/com/tc/net/ServerID.java | 2 +- tc-messaging/src/main/java/com/tc/net/StripeID.java | 2 +- tc-messaging/src/main/java/com/tc/net/TCSocketAddress.java | 2 +- tc-messaging/src/main/java/com/tc/net/core/TCConnection.java | 2 +- .../main/java/com/tc/net/core/event/TCConnectionErrorEvent.java | 2 +- .../src/main/java/com/tc/net/core/event/TCConnectionEvent.java | 2 +- .../java/com/tc/net/core/event/TCConnectionEventListener.java | 2 +- .../src/main/java/com/tc/net/groups/AbstractGroupMessage.java | 2 +- tc-messaging/src/main/java/com/tc/net/groups/GroupMessage.java | 2 +- .../src/main/java/com/tc/net/groups/GroupZapNodeMessage.java | 2 +- .../src/main/java/com/tc/net/groups/L1RemovedGroupMessage.java | 2 +- tc-messaging/src/main/java/com/tc/net/groups/MessageID.java | 2 +- .../src/main/java/com/tc/net/groups/NodeIDSerializer.java | 2 +- .../src/main/java/com/tc/net/groups/StripeIDGroupMessage.java | 2 +- .../java/com/tc/net/groups/StripeIDMismatchGroupMessage.java | 2 +- .../main/java/com/tc/net/groups/TCGroupHandshakeMessage.java | 2 +- .../src/main/java/com/tc/net/groups/TCGroupMessageWrapper.java | 2 +- .../main/java/com/tc/net/protocol/AbstractTCNetworkHeader.java | 2 +- .../java/com/tc/net/protocol/AbstractTCProtocolAdaptor.java | 2 +- .../src/main/java/com/tc/net/protocol/NetworkMessageSink.java | 2 +- .../src/main/java/com/tc/net/protocol/NetworkStackID.java | 2 +- .../src/main/java/com/tc/net/protocol/TCNetworkHeader.java | 2 +- .../src/main/java/com/tc/net/protocol/TCNetworkMessage.java | 2 +- .../src/main/java/com/tc/net/protocol/TCNetworkMessageImpl.java | 2 +- .../src/main/java/com/tc/net/protocol/TCProtocolAdaptor.java | 2 +- .../src/main/java/com/tc/net/protocol/TCProtocolException.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/ChannelEvent.java | 2 +- .../main/java/com/tc/net/protocol/tcm/ChannelEventListener.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/ChannelEventType.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/ChannelID.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/MessageChannel.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/MessageMonitor.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/NetworkRecall.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCAction.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCActionImpl.java | 2 +- .../java/com/tc/net/protocol/tcm/TCActionNetworkMessage.java | 2 +- .../com/tc/net/protocol/tcm/TCActionNetworkMessageImpl.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCMessageHeader.java | 2 +- .../main/java/com/tc/net/protocol/tcm/TCMessageHeaderImpl.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/TCMessageType.java | 2 +- .../main/java/com/tc/net/protocol/tcm/UnknownNameException.java | 2 +- .../src/main/java/com/tc/net/protocol/tcm/msgs/PingMessage.java | 2 +- .../src/main/java/com/tc/net/protocol/transport/AckMessage.java | 2 +- .../main/java/com/tc/net/protocol/transport/ConnectionID.java | 2 +- .../tc/net/protocol/transport/HealthCheckerProbeMessage.java | 2 +- .../protocol/transport/HealthCheckerProbeMessageFactory.java | 2 +- .../main/java/com/tc/net/protocol/transport/SynAckMessage.java | 2 +- .../src/main/java/com/tc/net/protocol/transport/SynMessage.java | 2 +- .../com/tc/net/protocol/transport/TransportHandshakeError.java | 2 +- .../tc/net/protocol/transport/TransportHandshakeMessage.java | 2 +- .../protocol/transport/TransportHandshakeMessageFactory.java | 2 +- .../tc/net/protocol/transport/TransportMessageFactoryImpl.java | 2 +- .../com/tc/net/protocol/transport/TransportMessageImpl.java | 2 +- .../main/java/com/tc/net/protocol/transport/TypeOfService.java | 2 +- .../java/com/tc/net/protocol/transport/WireProtocolAdaptor.java | 2 +- .../com/tc/net/protocol/transport/WireProtocolAdaptorImpl.java | 2 +- .../com/tc/net/protocol/transport/WireProtocolException.java | 2 +- .../com/tc/net/protocol/transport/WireProtocolGroupMessage.java | 2 +- .../tc/net/protocol/transport/WireProtocolGroupMessageImpl.java | 2 +- .../java/com/tc/net/protocol/transport/WireProtocolHeader.java | 2 +- .../protocol/transport/WireProtocolHeaderFormatException.java | 2 +- .../java/com/tc/net/protocol/transport/WireProtocolMessage.java | 2 +- .../com/tc/net/protocol/transport/WireProtocolMessageImpl.java | 2 +- .../com/tc/net/protocol/transport/WireProtocolMessageSink.java | 2 +- tc-messaging/src/main/java/com/tc/object/ClientInstanceID.java | 2 +- tc-messaging/src/main/java/com/tc/object/EntityDescriptor.java | 2 +- tc-messaging/src/main/java/com/tc/object/EntityID.java | 2 +- tc-messaging/src/main/java/com/tc/object/FetchID.java | 2 +- .../src/main/java/com/tc/object/compression/CompressedData.java | 2 +- .../java/com/tc/object/compression/StringCompressionUtil.java | 2 +- .../src/main/java/com/tc/object/loaders/ClassProvider.java | 2 +- .../java/com/tc/object/msg/ClientEntityReferenceContext.java | 2 +- .../main/java/com/tc/object/msg/ClientHandshakeAckMessage.java | 2 +- .../java/com/tc/object/msg/ClientHandshakeAckMessageImpl.java | 2 +- .../src/main/java/com/tc/object/msg/ClientHandshakeMessage.java | 2 +- .../java/com/tc/object/msg/ClientHandshakeMessageFactory.java | 2 +- .../main/java/com/tc/object/msg/ClientHandshakeMessageImpl.java | 2 +- .../java/com/tc/object/msg/ClientHandshakeRefusedMessage.java | 2 +- .../com/tc/object/msg/ClientHandshakeRefusedMessageImpl.java | 2 +- .../main/java/com/tc/object/msg/ClientHandshakeResponse.java | 2 +- .../main/java/com/tc/object/msg/ClusterMembershipMessage.java | 2 +- .../src/main/java/com/tc/object/msg/DSOMessageBase.java | 2 +- tc-messaging/src/main/java/com/tc/object/msg/MapSerializer.java | 2 +- tc-messaging/src/main/java/com/tc/object/session/SessionID.java | 2 +- .../src/main/java/com/tc/object/tx/ServerTransactionID.java | 2 +- tc-messaging/src/main/java/com/tc/object/tx/TransactionID.java | 2 +- .../src/main/java/com/tc/object/tx/TransactionIDGenerator.java | 2 +- tc-messaging/src/main/java/com/tc/util/AbstractIdentifier.java | 2 +- tc-messaging/src/main/java/com/tc/util/Assert.java | 2 +- tc-messaging/src/main/java/com/tc/util/ClassUtils.java | 2 +- tc-messaging/src/main/java/com/tc/util/Conversion.java | 2 +- .../src/main/java/com/tc/util/FindbugsSuppressWarnings.java | 2 +- tc-messaging/src/main/java/com/tc/util/HexDump.java | 2 +- tc-messaging/src/main/java/com/tc/util/SequenceGenerator.java | 2 +- tc-messaging/src/main/java/com/tc/util/SequenceID.java | 2 +- tc-messaging/src/main/java/com/tc/util/ServiceUtil.java | 2 +- tc-messaging/src/main/java/com/tc/util/SinglyLinkedList.java | 2 +- tc-messaging/src/main/java/com/tc/util/Stack.java | 2 +- tc-messaging/src/main/java/com/tc/util/State.java | 2 +- tc-messaging/src/main/java/com/tc/util/StringUtil.java | 2 +- tc-messaging/src/main/java/com/tc/util/TCAssertionError.java | 2 +- tc-messaging/src/main/java/com/tc/util/TCTimeoutException.java | 2 +- tc-messaging/src/main/java/com/tc/util/UUID.java | 2 +- .../src/main/java/com/tc/util/concurrent/FlightControl.java | 2 +- .../src/main/java/com/tc/util/concurrent/SetOnceFlag.java | 2 +- .../src/test/java/com/tc/bytes/TCByteBufferAllocatorTest.java | 2 +- tc-messaging/src/test/java/com/tc/bytes/TCByteBufferTest.java | 2 +- .../src/test/java/com/tc/bytes/TCReferenceSupportTest.java | 2 +- .../java/com/tc/entity/NetworkVoltronEntityMessageImplTest.java | 2 +- .../src/test/java/com/tc/io/TCByteBufferInputStreamTest.java | 2 +- .../src/test/java/com/tc/io/TCByteBufferOutputStreamTest.java | 2 +- .../src/test/java/com/tc/l2/msg/ActiveJoinMessageTest.java | 2 +- .../src/test/java/com/tc/l2/msg/L2StateMessageTest.java | 2 +- tc-messaging/src/test/java/com/tc/l2/state/EnrollmentTest.java | 2 +- .../src/test/java/com/tc/net/NodeIDSerializationTest.java | 2 +- tc-messaging/src/test/java/com/tc/net/ServerIDTest.java | 2 +- tc-messaging/src/test/java/com/tc/net/groups/NodeIDTest.java | 2 +- .../test/java/com/tc/net/protocol/TCNetworkMessageImplTest.java | 2 +- .../com/tc/net/protocol/tcm/TCActionNetworkMessageImplTest.java | 2 +- .../java/com/tc/net/protocol/transport/ConnectionIDTest.java | 2 +- .../net/protocol/transport/TransportHandshakeMessageTest.java | 2 +- .../tc/net/protocol/transport/WireProtocoGroupMessageTest.java | 2 +- .../com/tc/net/protocol/transport/WireProtocolHeaderTest.java | 2 +- .../com/tc/object/compression/StringCompressionUtilTest.java | 2 +- .../java/com/tc/object/msg/ClientHandshakeMessageImplTest.java | 2 +- .../test/java/com/tc/object/msg/ClientHandshakeMessageTest.java | 2 +- .../src/test/java/com/tc/object/tx/ServerTransactionIDTest.java | 2 +- .../src/test/java/com/tc/util/AbstractIdentifierTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/AssertTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/ClassUtilsTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/ConversionTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/HexDumpTest.java | 2 +- .../src/test/java/com/tc/util/SequenceGeneratorTest.java | 2 +- .../src/test/java/com/tc/util/SinglyLinkedListTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/StackTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/StringUtilTest.java | 2 +- tc-messaging/src/test/java/com/tc/util/UUIDTest.java | 2 +- .../src/test/java/com/tc/util/concurrent/SetOnceFlagTest.java | 2 +- tc-server/build.gradle | 2 +- .../tc/classloader/AnnotationBasedCommonComponentChecker.java | 2 +- .../tc/classloader/AnnotationOrDirectoryStrategyChecker.java | 2 +- tc-server/src/main/java/com/tc/classloader/ApiClassLoader.java | 2 +- .../java/com/tc/classloader/BasicCommonComponentChecker.java | 2 +- .../main/java/com/tc/classloader/CommonComponentChecker.java | 2 +- .../main/java/com/tc/classloader/ComponentURLClassLoader.java | 2 +- tc-server/src/main/java/com/tc/classloader/ServiceLocator.java | 2 +- .../src/main/java/com/tc/classloader/StrictURLClassLoader.java | 2 +- .../com/tc/classloader/UniversalCommonComponentChecker.java | 2 +- tc-server/src/main/java/com/tc/config/GroupConfiguration.java | 2 +- .../src/main/java/com/tc/config/ServerConfigurationManager.java | 2 +- .../com/tc/handler/CallbackDirtyDatabaseCleanUpAdapter.java | 2 +- .../java/com/tc/handler/CallbackZapDirtyDbExceptionAdapter.java | 2 +- .../com/tc/handler/CallbackZapServerNodeExceptionAdapter.java | 2 +- tc-server/src/main/java/com/tc/l2/L2DebugLogging.java | 2 +- tc-server/src/main/java/com/tc/l2/api/L2Coordinator.java | 2 +- .../main/java/com/tc/l2/api/ReplicatedClusterStateManager.java | 2 +- .../src/main/java/com/tc/l2/context/StateChangedEvent.java | 2 +- .../src/main/java/com/tc/l2/ha/BlockTimeWeightGenerator.java | 2 +- .../src/main/java/com/tc/l2/ha/ChannelWeightGenerator.java | 2 +- .../src/main/java/com/tc/l2/ha/ClusterIDMissmatchException.java | 2 +- .../src/main/java/com/tc/l2/ha/ClusterStateDBKeyNames.java | 2 +- tc-server/src/main/java/com/tc/l2/ha/ClusterStateImpl.java | 2 +- .../src/main/java/com/tc/l2/ha/ConnectionIDWeightGenerator.java | 2 +- .../java/com/tc/l2/ha/ConsistencyManagerWeightGenerator.java | 2 +- .../src/main/java/com/tc/l2/ha/GenerationWeightGenerator.java | 2 +- tc-server/src/main/java/com/tc/l2/ha/HASettingsChecker.java | 2 +- .../src/main/java/com/tc/l2/ha/InitialStateWeightGenerator.java | 2 +- tc-server/src/main/java/com/tc/l2/ha/L2HACoordinator.java | 2 +- .../src/main/java/com/tc/l2/ha/L2HAZapNodeRequestProcessor.java | 2 +- tc-server/src/main/java/com/tc/l2/ha/RandomWeightGenerator.java | 2 +- .../java/com/tc/l2/ha/ReplicatedClusterStateManagerImpl.java | 2 +- .../src/main/java/com/tc/l2/ha/SequenceIDWeightGenerator.java | 2 +- .../src/main/java/com/tc/l2/ha/ServerUptimeWeightGenerator.java | 2 +- .../src/main/java/com/tc/l2/ha/StripeIDStateManagerImpl.java | 2 +- .../src/main/java/com/tc/l2/ha/TopologyWeightGenerator.java | 2 +- .../main/java/com/tc/l2/ha/TransactionCountWeightGenerator.java | 2 +- .../src/main/java/com/tc/l2/ha/WeightGeneratorFactory.java | 2 +- tc-server/src/main/java/com/tc/l2/handler/GroupEvent.java | 2 +- .../main/java/com/tc/l2/handler/GroupEventsDispatchHandler.java | 2 +- .../src/main/java/com/tc/l2/handler/L2StateMessageHandler.java | 2 +- .../main/java/com/tc/l2/handler/PlatformInfoRequestHandler.java | 2 +- .../src/main/java/com/tc/l2/logging/BootstrapConfigurator.java | 2 +- .../src/main/java/com/tc/l2/logging/BufferingAppender.java | 2 +- .../com/tc/l2/logging/StartupAndSizeBasedTriggeringPolicy.java | 2 +- tc-server/src/main/java/com/tc/l2/logging/TCLogbackLogging.java | 2 +- .../src/main/java/com/tc/l2/state/AvailabilityManagerImpl.java | 2 +- tc-server/src/main/java/com/tc/l2/state/ConsistencyMBean.java | 2 +- .../src/main/java/com/tc/l2/state/ConsistencyMBeanImpl.java | 2 +- tc-server/src/main/java/com/tc/l2/state/ConsistencyManager.java | 2 +- .../src/main/java/com/tc/l2/state/ConsistencyManagerImpl.java | 2 +- .../java/com/tc/l2/state/DiagnosticModeConsistencyManager.java | 2 +- tc-server/src/main/java/com/tc/l2/state/ElectionContext.java | 2 +- tc-server/src/main/java/com/tc/l2/state/ElectionManager.java | 2 +- .../src/main/java/com/tc/l2/state/ElectionManagerImpl.java | 2 +- tc-server/src/main/java/com/tc/l2/state/EnrollmentFactory.java | 2 +- .../src/main/java/com/tc/l2/state/SafeStartupManagerImpl.java | 2 +- tc-server/src/main/java/com/tc/l2/state/ServerMode.java | 2 +- tc-server/src/main/java/com/tc/l2/state/ServerVoterManager.java | 2 +- .../src/main/java/com/tc/l2/state/ServerVoterManagerImpl.java | 2 +- .../src/main/java/com/tc/l2/state/StateChangeListener.java | 2 +- tc-server/src/main/java/com/tc/l2/state/StateManager.java | 2 +- tc-server/src/main/java/com/tc/l2/state/StateManagerImpl.java | 2 +- tc-server/src/main/java/com/tc/l2/state/StateSyncManager.java | 2 +- .../src/main/java/com/tc/l2/state/StateSyncManagerImpl.java | 2 +- tc-server/src/main/java/com/tc/management/beans/L2Dumper.java | 2 +- .../src/main/java/com/tc/management/beans/L2DumperMBean.java | 2 +- .../com/tc/management/beans/StateChangeNotificationInfo.java | 2 +- .../src/main/java/com/tc/management/beans/TCServerInfo.java | 2 +- .../java/com/tc/net/groups/DefaultZapNodeRequestProcessor.java | 2 +- .../src/main/java/com/tc/net/groups/DiscoveryStateMachine.java | 2 +- .../main/java/com/tc/net/groups/DummyStripeIDStateManager.java | 2 +- .../src/main/java/com/tc/net/groups/GroupEventsListener.java | 2 +- tc-server/src/main/java/com/tc/net/groups/GroupException.java | 2 +- tc-server/src/main/java/com/tc/net/groups/GroupManager.java | 2 +- .../src/main/java/com/tc/net/groups/GroupMessageListener.java | 2 +- tc-server/src/main/java/com/tc/net/groups/GroupResponse.java | 2 +- .../main/java/com/tc/net/groups/GroupZapNodeMessageFactory.java | 2 +- tc-server/src/main/java/com/tc/net/groups/Node.java | 2 +- .../main/java/com/tc/net/groups/NullTCGroupMemberDiscovery.java | 2 +- .../main/java/com/tc/net/groups/RouteGroupMessagesToSink.java | 2 +- .../src/main/java/com/tc/net/groups/StripeIDEventListener.java | 2 +- .../java/com/tc/net/groups/StripeIDGroupMessageFactory.java | 2 +- .../com/tc/net/groups/StripeIDMismatchGroupMessageFactory.java | 2 +- .../tc/net/groups/StripeIDMismatchNotificationProcessor.java | 2 +- .../src/main/java/com/tc/net/groups/StripeIDStateManager.java | 2 +- .../src/main/java/com/tc/net/groups/TCGroupManagerImpl.java | 2 +- tc-server/src/main/java/com/tc/net/groups/TCGroupMember.java | 2 +- .../src/main/java/com/tc/net/groups/TCGroupMemberDiscovery.java | 2 +- .../java/com/tc/net/groups/TCGroupMemberDiscoveryStatic.java | 2 +- .../src/main/java/com/tc/net/groups/TCGroupMemberImpl.java | 2 +- .../src/main/java/com/tc/net/groups/TCGroupMessageListener.java | 2 +- tc-server/src/main/java/com/tc/net/groups/ZapEventListener.java | 2 +- .../main/java/com/tc/net/groups/ZapNodeRequestProcessor.java | 2 +- tc-server/src/main/java/com/tc/net/utils/L2Utils.java | 2 +- .../java/com/tc/objectserver/api/ClientNotFoundException.java | 2 +- .../src/main/java/com/tc/objectserver/api/EntityManager.java | 2 +- .../src/main/java/com/tc/objectserver/api/ManagedEntity.java | 2 +- .../java/com/tc/objectserver/api/ManagementKeyCallback.java | 2 +- .../src/main/java/com/tc/objectserver/api/ResultCapture.java | 2 +- tc-server/src/main/java/com/tc/objectserver/api/Retiree.java | 2 +- .../main/java/com/tc/objectserver/api/ServerEntityAction.java | 2 +- .../main/java/com/tc/objectserver/api/ServerEntityRequest.java | 2 +- .../main/java/com/tc/objectserver/api/ServerEntityResponse.java | 2 +- .../src/main/java/com/tc/objectserver/api/ShutdownError.java | 2 +- .../main/java/com/tc/objectserver/api/StatisticsCapture.java | 2 +- .../src/main/java/com/tc/objectserver/api/Transaction.java | 2 +- .../main/java/com/tc/objectserver/api/TransactionListener.java | 2 +- .../main/java/com/tc/objectserver/api/TransactionProvider.java | 2 +- .../objectserver/context/InvalidateObjectsForClientContext.java | 2 +- .../tc/objectserver/context/LowWaterMarkCallbackContext.java | 2 +- .../context/OffHeapEvictedEntriesCommitManager.java | 2 +- .../com/tc/objectserver/core/api/ITopologyEventCollector.java | 2 +- .../tc/objectserver/core/api/ServerConfigurationContext.java | 2 +- .../java/com/tc/objectserver/core/impl/GuardianContext.java | 2 +- .../core/impl/ManagementTopologyEventCollector.java | 2 +- .../objectserver/core/impl/MonitoringProducerMultiplexor.java | 2 +- .../objectserver/core/impl/ServerConfigurationContextImpl.java | 2 +- .../com/tc/objectserver/core/impl/ServerManagementContext.java | 2 +- .../entity/AbstractServerEntityRequestResponse.java | 2 +- .../com/tc/objectserver/entity/ActiveInvokeChannelImpl.java | 2 +- .../com/tc/objectserver/entity/ActiveInvokeContextImpl.java | 2 +- .../java/com/tc/objectserver/entity/ActivePassiveAckWaiter.java | 2 +- .../com/tc/objectserver/entity/ActiveToPassiveReplication.java | 2 +- .../main/java/com/tc/objectserver/entity/BarrierCompletion.java | 2 +- .../java/com/tc/objectserver/entity/ClientDescriptorImpl.java | 2 +- .../com/tc/objectserver/entity/ClientDisconnectMessage.java | 2 +- .../com/tc/objectserver/entity/ClientEntityStateManager.java | 2 +- .../tc/objectserver/entity/ClientEntityStateManagerImpl.java | 2 +- .../java/com/tc/objectserver/entity/ClientSourceIdImpl.java | 2 +- .../tc/objectserver/entity/CloseableActiveInvokeChannel.java | 2 +- .../src/main/java/com/tc/objectserver/entity/CreateMessage.java | 2 +- .../com/tc/objectserver/entity/CreateSystemEntityMessage.java | 2 +- .../main/java/com/tc/objectserver/entity/DestroyMessage.java | 2 +- .../main/java/com/tc/objectserver/entity/EntityManagerImpl.java | 2 +- .../main/java/com/tc/objectserver/entity/InvokeContextImpl.java | 2 +- .../com/tc/objectserver/entity/LocalPipelineFlushMessage.java | 2 +- .../main/java/com/tc/objectserver/entity/ManagedEntityImpl.java | 2 +- .../com/tc/objectserver/entity/ManagedEntitySyncInterop.java | 2 +- .../main/java/com/tc/objectserver/entity/MessageDecoder.java | 2 +- .../main/java/com/tc/objectserver/entity/MessagePayload.java | 2 +- .../java/com/tc/objectserver/entity/NoReplicationBroker.java | 2 +- .../main/java/com/tc/objectserver/entity/NoopResultCapture.java | 2 +- .../com/tc/objectserver/entity/PassiveReplicationBroker.java | 2 +- .../java/com/tc/objectserver/entity/PassiveResultCapture.java | 2 +- .../main/java/com/tc/objectserver/entity/PlatformEntity.java | 2 +- .../java/com/tc/objectserver/entity/ReconfigureMessage.java | 2 +- .../main/java/com/tc/objectserver/entity/ReconnectListener.java | 2 +- .../main/java/com/tc/objectserver/entity/ReferenceMessage.java | 2 +- .../main/java/com/tc/objectserver/entity/ReplicationSender.java | 2 +- .../main/java/com/tc/objectserver/entity/RequestProcessor.java | 2 +- .../com/tc/objectserver/entity/RequestProcessorHandler.java | 2 +- .../main/java/com/tc/objectserver/entity/ResultCaptureImpl.java | 2 +- .../java/com/tc/objectserver/entity/ServerEntityFactory.java | 2 +- .../com/tc/objectserver/entity/ServerEntityRequestImpl.java | 2 +- .../com/tc/objectserver/entity/ServerEntityRequestResponse.java | 2 +- .../main/java/com/tc/objectserver/entity/SimpleCompletion.java | 2 +- .../com/tc/objectserver/entity/SyncRequestProcessorHandler.java | 2 +- .../java/com/tc/objectserver/entity/VoltronMessageSink.java | 2 +- .../tc/objectserver/handler/ClientChannelLifeCycleHandler.java | 2 +- .../com/tc/objectserver/handler/ClientHandshakeHandler.java | 2 +- .../java/com/tc/objectserver/handler/CloseChannelHandler.java | 2 +- .../tc/objectserver/handler/DuplicationTransactionHandler.java | 2 +- .../com/tc/objectserver/handler/EntityExistenceHelpers.java | 2 +- .../main/java/com/tc/objectserver/handler/GenericHandler.java | 2 +- .../com/tc/objectserver/handler/GroupMessageBatchContext.java | 2 +- .../main/java/com/tc/objectserver/handler/PassiveAckSender.java | 2 +- .../com/tc/objectserver/handler/ProcessTransactionHandler.java | 2 +- .../com/tc/objectserver/handler/ReceiveGroupMessageHandler.java | 2 +- .../src/main/java/com/tc/objectserver/handler/RelaySender.java | 2 +- .../com/tc/objectserver/handler/RelayTransactionHandler.java | 2 +- .../tc/objectserver/handler/ReplicatedTransactionHandler.java | 2 +- .../com/tc/objectserver/handler/ReplicationReceivingAction.java | 2 +- .../com/tc/objectserver/handler/ReplicationSendingAction.java | 2 +- .../main/java/com/tc/objectserver/handler/ResponseMessage.java | 2 +- .../java/com/tc/objectserver/handler/RetirementManager.java | 2 +- .../tc/objectserver/handler/TCGroupHandshakeMessageHandler.java | 2 +- .../tc/objectserver/handler/TCGroupMemberDiscoveryHandler.java | 2 +- .../java/com/tc/objectserver/handler/VoltronMessageHandler.java | 2 +- .../objectserver/handshakemanager/ClientHandshakeException.java | 2 +- .../handshakemanager/ClientHandshakeMonitoringInfo.java | 2 +- .../handshakemanager/ClientHandshakePrettyPrintable.java | 2 +- .../handshakemanager/ServerClientHandshakeManager.java | 2 +- .../handshakemanager/ServerClientModeInCompatibleException.java | 2 +- .../main/java/com/tc/objectserver/impl/ChannelStatsImpl.java | 2 +- .../java/com/tc/objectserver/impl/ConnectionIDFactoryImpl.java | 2 +- .../main/java/com/tc/objectserver/impl/DiagnosticsHandler.java | 2 +- .../java/com/tc/objectserver/impl/DistributedObjectServer.java | 2 +- .../src/main/java/com/tc/objectserver/impl/JMXSubsystem.java | 2 +- .../java/com/tc/objectserver/impl/NullTransactionProvider.java | 2 +- .../src/main/java/com/tc/objectserver/impl/ServerBuilder.java | 2 +- .../main/java/com/tc/objectserver/impl/ServerNameProvider.java | 2 +- .../tc/objectserver/impl/ServerPersistenceVersionChecker.java | 2 +- .../java/com/tc/objectserver/impl/StandardServerBuilder.java | 2 +- .../main/java/com/tc/objectserver/impl/ThisServerNodeId.java | 2 +- tc-server/src/main/java/com/tc/objectserver/impl/Topology.java | 2 +- .../main/java/com/tc/objectserver/impl/TopologyListener.java | 2 +- .../src/main/java/com/tc/objectserver/impl/TopologyManager.java | 2 +- .../com/tc/objectserver/persistence/ClientStatePersistor.java | 2 +- .../com/tc/objectserver/persistence/ClusterPersistentState.java | 2 +- .../com/tc/objectserver/persistence/ClusterStatePersistor.java | 2 +- .../main/java/com/tc/objectserver/persistence/EntityData.java | 2 +- .../java/com/tc/objectserver/persistence/EntityPersistor.java | 2 +- .../java/com/tc/objectserver/persistence/NullPersistor.java | 2 +- .../objectserver/persistence/NullPlatformPersistentStorage.java | 2 +- .../persistence/NullPlatformStorageProviderConfiguration.java | 2 +- .../persistence/NullPlatformStorageServiceProvider.java | 2 +- .../tc/objectserver/persistence/ObjectNotFoundException.java | 2 +- .../main/java/com/tc/objectserver/persistence/Persistor.java | 2 +- .../com/tc/objectserver/persistence/RelayPersistentState.java | 2 +- .../com/tc/objectserver/persistence/ServerPersistentState.java | 2 +- .../tc/objectserver/persistence/TestClusterStatePersistor.java | 2 +- .../tc/objectserver/persistence/TransactionOrderPersistor.java | 2 +- .../java/com/tc/objectserver/storage/api/OffheapJMXStats.java | 2 +- .../main/java/com/tc/objectserver/storage/api/OffheapStats.java | 2 +- .../java/com/tc/objectserver/storage/api/StorageDataStats.java | 2 +- tc-server/src/main/java/com/tc/server/Bootstrap.java | 2 +- .../src/main/java/com/tc/server/BootstrapThrowableHandler.java | 2 +- .../com/tc/server/CallbackShutdownExceptionLoggingAdapter.java | 2 +- .../com/tc/server/ConfigurationExceptionLoggingAdapter.java | 2 +- tc-server/src/main/java/com/tc/server/ServiceClassLoader.java | 2 +- tc-server/src/main/java/com/tc/server/TCServer.java | 2 +- tc-server/src/main/java/com/tc/server/TCServerImpl.java | 2 +- .../src/main/java/com/tc/server/UnexpectedStateException.java | 2 +- .../src/main/java/com/tc/services/BestEffortsMonitoring.java | 2 +- tc-server/src/main/java/com/tc/services/ClientAccount.java | 2 +- .../src/main/java/com/tc/services/ClientMessageSender.java | 2 +- .../src/main/java/com/tc/services/CommunicatorService.java | 2 +- .../java/com/tc/services/CommunicatorServiceConfiguration.java | 2 +- .../main/java/com/tc/services/DelegatingServiceRegistry.java | 2 +- .../java/com/tc/services/EmptyServiceProviderConfiguration.java | 2 +- .../java/com/tc/services/EntityClientCommunicatorService.java | 2 +- .../main/java/com/tc/services/EntityMessengerConfiguration.java | 2 +- .../src/main/java/com/tc/services/EntityMessengerProvider.java | 2 +- .../src/main/java/com/tc/services/EntityMessengerService.java | 2 +- .../src/main/java/com/tc/services/EntityServiceWrapper.java | 2 +- tc-server/src/main/java/com/tc/services/ISimpleTimer.java | 2 +- .../src/main/java/com/tc/services/IStripeMonitoringWrapper.java | 2 +- .../com/tc/services/ImplementationProvidedServiceProvider.java | 2 +- .../src/main/java/com/tc/services/InternalServiceRegistry.java | 2 +- .../src/main/java/com/tc/services/LocalMonitoringProducer.java | 2 +- .../src/main/java/com/tc/services/MappedStateCollector.java | 2 +- .../main/java/com/tc/services/PlatformConfigurationImpl.java | 2 +- .../src/main/java/com/tc/services/PlatformServiceImpl.java | 2 +- .../src/main/java/com/tc/services/PlatformServiceProvider.java | 2 +- tc-server/src/main/java/com/tc/services/ResponseWaiter.java | 2 +- .../src/main/java/com/tc/services/SingleThreadedTimer.java | 2 +- .../java/com/tc/services/TerracottaServiceProviderRegistry.java | 2 +- .../com/tc/services/TerracottaServiceProviderRegistryImpl.java | 2 +- tc-server/src/main/java/com/tc/services/TimeSource.java | 2 +- tc-server/src/main/java/com/tc/stats/Client.java | 2 +- tc-server/src/main/java/com/tc/stats/DSO.java | 2 +- tc-server/src/main/java/com/tc/stats/api/ClientMBean.java | 2 +- tc-server/src/main/java/com/tc/stats/api/DSOMBean.java | 2 +- tc-server/src/main/java/com/tc/util/DaemonThreadFactory.java | 2 +- tc-server/src/main/java/com/tc/util/Events.java | 2 +- tc-server/src/main/java/com/tc/util/SparseList.java | 2 +- .../com/tc/management/beans/TCServerInfoMBean.properties | 2 +- .../src/main/resources/com/tc/stats/DSOClientMBean.properties | 2 +- tc-server/src/main/resources/com/tc/stats/DSOMBean.properties | 2 +- .../java/com/tc/classloader/AlternativeTestInterfaceImpl.java | 2 +- .../src/test/java/com/tc/classloader/ApiClassLoaderTest.java | 2 +- .../src/test/java/com/tc/classloader/CommonComponentClass.java | 2 +- .../java/com/tc/classloader/ComponentURLClassLoaderTest.java | 2 +- .../test/java/com/tc/classloader/OverloadTestInterfaceImpl.java | 2 +- .../src/test/java/com/tc/classloader/ServiceLocatorTest.java | 2 +- .../test/java/com/tc/classloader/SpecificComponentClass.java | 2 +- .../test/java/com/tc/classloader/StrictURLClassLoaderTest.java | 2 +- tc-server/src/test/java/com/tc/classloader/TestInterface.java | 2 +- .../src/test/java/com/tc/classloader/TestInterfaceHandle.java | 2 +- .../src/test/java/com/tc/classloader/TestInterfaceImpl.java | 2 +- .../src/test/java/com/tc/config/GroupConfigurationTest.java | 2 +- .../test/java/com/tc/config/ServerConfigurationManagerTest.java | 2 +- .../src/test/java/com/tc/l2/ha/ChannelWeightGeneratorTest.java | 2 +- .../test/java/com/tc/l2/ha/L2HAZapNodeRequestProcessorTest.java | 2 +- .../src/test/java/com/tc/l2/ha/RandomWeightGeneratorTest.java | 2 +- .../test/java/com/tc/l2/ha/ServerUptimeWeightGeneratorTest.java | 2 +- .../java/com/tc/l2/ha/TransactionCountWeightGeneratorTest.java | 2 +- .../src/test/java/com/tc/l2/logging/TCLogbackLoggingTest.java | 2 +- .../test/java/com/tc/l2/state/AvailabilityManagerImplTest.java | 2 +- .../test/java/com/tc/l2/state/ConsistencyManagerImplTest.java | 2 +- .../test/java/com/tc/l2/state/SafeStartupManagerImplTest.java | 2 +- .../test/java/com/tc/l2/state/ServerVoterManagerImplTest.java | 2 +- .../src/test/java/com/tc/l2/state/StateManagerImplTest.java | 2 +- .../src/test/java/com/tc/management/beans/L2DumperTest.java | 2 +- .../test/java/com/tc/net/groups/MockStageManagerFactory.java | 2 +- tc-server/src/test/java/com/tc/net/groups/NodeTest.java | 2 +- .../src/test/java/com/tc/net/groups/TCGroupManagerImplTest.java | 2 +- .../java/com/tc/net/groups/TCGroupManagerNodeJoinedTest.java | 2 +- .../test/java/com/tc/net/groups/TCGroupMessageWrapperTest.java | 2 +- .../java/com/tc/net/groups/TCGroupSendLargeMessageTest.java | 2 +- .../src/test/java/com/tc/net/groups/TestActiveGroupManager.java | 2 +- tc-server/src/test/java/com/tc/net/groups/TestStateManager.java | 2 +- .../test/java/com/tc/net/groups/TestStateManagerFactory.java | 2 +- .../java/com/tc/net/protocol/tcm/TestCommunicationsManager.java | 2 +- .../com/tc/net/protocol/transport/ServerStackProviderTest.java | 2 +- tc-server/src/test/java/com/tc/net/utils/L2UtilsTest.java | 2 +- .../java/com/tc/objectserver/api/ServerEntityActionTest.java | 2 +- .../core/impl/ManagementTopologyEventCollectorTest.java | 2 +- .../com/tc/objectserver/entity/ActiveInvokeContextImplTest.java | 2 +- .../com/tc/objectserver/entity/ActivePassiveAckWaiterTest.java | 2 +- .../tc/objectserver/entity/ActiveToPassiveReplicationTest.java | 2 +- .../objectserver/entity/ClientEntityStateManagerImplTest.java | 2 +- .../java/com/tc/objectserver/entity/ClientSourceIdImplTest.java | 2 +- .../java/com/tc/objectserver/entity/EntityManagerImplTest.java | 2 +- .../java/com/tc/objectserver/entity/InvokeContextImplTest.java | 2 +- .../java/com/tc/objectserver/entity/ManagedEntityImplTest.java | 2 +- .../tc/objectserver/entity/ManagedEntitySyncInteropTest.java | 2 +- .../java/com/tc/objectserver/entity/MessagePayloadTest.java | 2 +- .../java/com/tc/objectserver/entity/ReplicationSenderTest.java | 2 +- .../java/com/tc/objectserver/entity/RequestProcessorTest.java | 2 +- .../com/tc/objectserver/entity/ServerEntityRequestImplTest.java | 2 +- .../objectserver/handler/ClientChannelLifeCycleHandlerTest.java | 2 +- .../com/tc/objectserver/handler/EntityExistenceHelpersTest.java | 2 +- .../tc/objectserver/handler/ProcessTransactionHandlerTest.java | 2 +- .../objectserver/handler/ReplicatedTransactionHandlerTest.java | 2 +- .../java/com/tc/objectserver/handler/RetirementManagerTest.java | 2 +- .../handshakemanager/ServerClientHandshakeManagerTest.java | 2 +- .../com/tc/objectserver/impl/ConnectionIDFactoryImplTest.java | 2 +- .../objectserver/impl/ServerPersistenceVersionCheckerTest.java | 2 +- .../com/tc/objectserver/persistence/EntityPersistorTest.java | 2 +- .../java/com/tc/objectserver/persistence/PersistorTest.java | 2 +- .../objectserver/persistence/TransactionOrderPersistorTest.java | 2 +- .../java/com/tc/objectserver/testentity/TestEntityServer.java | 2 +- .../com/tc/objectserver/testentity/TestEntityServerService.java | 2 +- .../src/test/java/com/tc/server/ServiceClassLoaderTest.java | 2 +- tc-server/src/test/java/com/tc/server/TCServerImplTest.java | 2 +- tc-server/src/test/java/com/tc/server/TestChild.java | 2 +- tc-server/src/test/java/com/tc/server/TestInterface.java | 2 +- tc-server/src/test/java/com/tc/server/TestInterfaceImpl.java | 2 +- tc-server/src/test/java/com/tc/server/TestService.java | 2 +- tc-server/src/test/java/com/tc/server/TestServiceProvider.java | 2 +- .../java/com/tc/server/TestServiceProviderConfiguration.java | 2 +- .../test/java/com/tc/services/BestEffortsMonitoringTest.java | 2 +- .../src/test/java/com/tc/services/CommunicatorServiceTest.java | 2 +- .../java/com/tc/services/DelegatingServiceRegistryTest.java | 2 +- .../test/java/com/tc/services/EntityMessengerProviderTest.java | 2 +- .../test/java/com/tc/services/EntityMessengerServiceTest.java | 2 +- .../test/java/com/tc/services/LocalMonitoringProducerTest.java | 2 +- .../src/test/java/com/tc/services/PlatformServiceImplTest.java | 2 +- .../src/test/java/com/tc/services/SingleThreadedTimerTest.java | 2 +- tc-server/src/test/java/com/tc/services/TestTimeSource.java | 2 +- tc-server/src/test/java/com/tc/stats/DSOTest.java | 2 +- tc-server/src/test/java/com/tc/stats/MBeanRegTest.java | 2 +- tc-server/src/test/java/com/tc/util/SparseListTest.java | 2 +- .../META-INF/services/org.terracotta.entity.EntityServerService | 2 +- .../resources/com/tc/config/schema/setup/default-config.xml | 2 +- tc-server/src/test/resources/com/tc/properties/tests.properties | 2 +- tc-server/src/test/resources/logback-test.xml | 2 +- tc-server/src/test/resources/simple-tc-config.xml | 2 +- terracotta/build.gradle | 2 +- terracotta/src/main/java/com/tc/server/ServerFactory.java | 2 +- terracotta/src/main/java/com/tc/server/TCServerMain.java | 2 +- terracotta/src/main/java/com/tc/server/TestingServerMain.java | 2 +- test-common/build.gradle | 2 +- test-common/src/main/java/com/tc/process/Exec.java | 2 +- test-common/src/main/java/com/tc/process/StreamAppender.java | 2 +- test-common/src/main/java/com/tc/process/StreamCollector.java | 2 +- test-common/src/main/java/com/tc/process/StreamCopier.java | 2 +- test-common/src/main/java/com/tc/test/AppServerInfo.java | 2 +- test-common/src/main/java/com/tc/test/BaseDirectoryHelper.java | 2 +- test-common/src/main/java/com/tc/test/BaseScriptTest.java | 2 +- .../src/main/java/com/tc/test/ClassBasedDirectoryTree.java | 2 +- test-common/src/main/java/com/tc/test/DataDirectoryHelper.java | 2 +- test-common/src/main/java/com/tc/test/EqualityChecker.java | 2 +- test-common/src/main/java/com/tc/test/ScriptTestUtil.java | 2 +- test-common/src/main/java/com/tc/test/SurrogateMain.java | 2 +- test-common/src/main/java/com/tc/test/TCTestCase.java | 2 +- test-common/src/main/java/com/tc/test/TempDirectoryHelper.java | 2 +- test-common/src/main/java/com/tc/test/TestConfigObject.java | 2 +- test-common/src/main/java/com/tc/test/TestConfigUtil.java | 2 +- .../src/main/java/com/tc/test/UniqueSequenceGenerator.java | 2 +- test-common/src/main/java/com/tc/util/Banner.java | 2 +- .../src/main/java/com/tc/util/ExternalProcessStreamWriter.java | 2 +- .../src/main/java/com/tc/util/SerializationTestUtil.java | 2 +- test-common/src/main/java/com/tc/util/TestTimer.java | 2 +- test-common/src/main/java/com/tc/util/ThreadUtil.java | 2 +- test-common/src/main/java/com/tc/util/runtime/ThreadDump.java | 2 +- .../main/java/org/terracotta/test/categories/CheckShorts.java | 2 +- .../src/main/java/org/terracotta/test/categories/PerfTests.java | 2 +- .../main/java/org/terracotta/test/categories/SingleServer.java | 2 +- .../src/main/java/org/terracotta/test/categories/SlowTests.java | 2 +- test-interfaces/build.gradle | 2 +- .../java/org/terracotta/passthrough/IClientTestEnvironment.java | 2 +- .../main/java/org/terracotta/passthrough/IClusterControl.java | 2 +- .../src/main/java/org/terracotta/passthrough/IClusterInfo.java | 2 +- .../src/main/java/org/terracotta/passthrough/ICommonTest.java | 2 +- .../src/main/java/org/terracotta/passthrough/IServerInfo.java | 2 +- .../org/terracotta/passthrough/SimpleClientTestEnvironment.java | 2 +- tripwire/appenders/build.gradle | 2 +- .../src/main/java/org/terracotta/tripwire/DumpAppender.java | 2 +- .../src/main/java/org/terracotta/tripwire/EventAppender.java | 2 +- .../src/main/java/org/terracotta/tripwire/JFRAppender.java | 2 +- .../src/main/java/org/terracotta/tripwire/LogEvent.java | 2 +- tripwire/appenders/src/main/resources/custom.jfc | 2 +- tripwire/appenders/src/main/resources/custom2.jfc | 2 +- tripwire/appenders/src/main/resources/highoverhead.jfc | 2 +- .../src/test/java/org/terracotta/tripwire/JFRAppenderTest.java | 2 +- tripwire/appenders/src/test/resources/logback.xml | 2 +- tripwire/plugin/build.gradle | 2 +- .../src/main/java/org/terracotta/tripwire/ClusterInfoEvent.java | 2 +- .../main/java/org/terracotta/tripwire/ClusterInfoMonitor.java | 2 +- .../java/org/terracotta/tripwire/ClusterInfoMonitorImpl.java | 2 +- .../plugin/src/main/java/org/terracotta/tripwire/DiskEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/DiskMonitor.java | 2 +- .../src/main/java/org/terracotta/tripwire/DiskMonitorImpl.java | 2 +- .../plugin/src/main/java/org/terracotta/tripwire/Event.java | 2 +- .../src/main/java/org/terracotta/tripwire/MemoryEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/MemoryMonitor.java | 2 +- .../main/java/org/terracotta/tripwire/MemoryMonitorImpl.java | 2 +- .../src/main/java/org/terracotta/tripwire/MessageEvent.java | 2 +- .../plugin/src/main/java/org/terracotta/tripwire/Monitor.java | 2 +- .../src/main/java/org/terracotta/tripwire/MonitoringEvent.java | 2 +- .../plugin/src/main/java/org/terracotta/tripwire/NullEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/NullMonitor.java | 2 +- .../src/main/java/org/terracotta/tripwire/PrimeEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/ReplicationEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/ServerStateEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/StageEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/StageMonitor.java | 2 +- .../src/main/java/org/terracotta/tripwire/StageMonitorImpl.java | 2 +- .../plugin/src/main/java/org/terracotta/tripwire/SyncEvent.java | 2 +- .../src/main/java/org/terracotta/tripwire/TripwireFactory.java | 2 +- .../main/java/org/terracotta/tripwire/TripwireRecording.java | 2 +- tripwire/plugin/src/main/resources/custom.jfc | 2 +- tripwire/plugin/src/main/resources/custom2.jfc | 2 +- tripwire/plugin/src/main/resources/highoverhead.jfc | 2 +- .../test/java/org/terracotta/tripwire/TripwireFactoryTest.java | 2 +- 1436 files changed, 1436 insertions(+), 1436 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 16b25b31b0..045f7b2efa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad2b3e7f35..7b76cdd4dc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. -# Copyright Super iPaaS Integration LLC, an IBM Company 2024 +# Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build-data/build.gradle b/build-data/build.gradle index 38a73a5b84..08995bdf97 100644 --- a/build-data/build.gradle +++ b/build-data/build.gradle @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build.gradle b/build.gradle index 2e549ce5fa..401fd9d29f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client-api/build.gradle b/client-api/build.gradle index 8f690db069..3a46778664 100644 --- a/client-api/build.gradle +++ b/client-api/build.gradle @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client-runtime/build.gradle b/client-runtime/build.gradle index 419051d0d6..17483654d3 100644 --- a/client-runtime/build.gradle +++ b/client-runtime/build.gradle @@ -1,7 +1,7 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-api/build.gradle b/common-api/build.gradle index f7b6579ade..5adcb0c55f 100644 --- a/common-api/build.gradle +++ b/common-api/build.gradle @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/build.gradle b/common-spi/build.gradle index 027d51682c..dc6425d7ac 100644 --- a/common-spi/build.gradle +++ b/common-spi/build.gradle @@ -1,7 +1,7 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/net/core/DefaultSocketEndpointFactory.java b/common-spi/src/main/java/com/tc/net/core/DefaultSocketEndpointFactory.java index 6d4ad95d42..24bb6740fa 100644 --- a/common-spi/src/main/java/com/tc/net/core/DefaultSocketEndpointFactory.java +++ b/common-spi/src/main/java/com/tc/net/core/DefaultSocketEndpointFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/net/core/ProductID.java b/common-spi/src/main/java/com/tc/net/core/ProductID.java index 6e9fa3bb78..943b2a85b3 100644 --- a/common-spi/src/main/java/com/tc/net/core/ProductID.java +++ b/common-spi/src/main/java/com/tc/net/core/ProductID.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/net/core/SocketEndpoint.java b/common-spi/src/main/java/com/tc/net/core/SocketEndpoint.java index 528f6fc1e9..7ff4f43d85 100644 --- a/common-spi/src/main/java/com/tc/net/core/SocketEndpoint.java +++ b/common-spi/src/main/java/com/tc/net/core/SocketEndpoint.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactory.java b/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactory.java index f35fa5dfba..ac6e045b8f 100644 --- a/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactory.java +++ b/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactorySupplier.java b/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactorySupplier.java index 0f6c380771..8ee345a022 100644 --- a/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactorySupplier.java +++ b/common-spi/src/main/java/com/tc/net/core/SocketEndpointFactorySupplier.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/BaseBuildInfo.java b/common-spi/src/main/java/com/tc/productinfo/BaseBuildInfo.java index 27b67b4428..a02335cf9b 100644 --- a/common-spi/src/main/java/com/tc/productinfo/BaseBuildInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/BaseBuildInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/BasePatchInfo.java b/common-spi/src/main/java/com/tc/productinfo/BasePatchInfo.java index 2297dcc637..602250ec40 100644 --- a/common-spi/src/main/java/com/tc/productinfo/BasePatchInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/BasePatchInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/BuildInfo.java b/common-spi/src/main/java/com/tc/productinfo/BuildInfo.java index 495f82e881..8fc29f6157 100644 --- a/common-spi/src/main/java/com/tc/productinfo/BuildInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/BuildInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/Description.java b/common-spi/src/main/java/com/tc/productinfo/Description.java index 95803a496d..c0768a2fef 100644 --- a/common-spi/src/main/java/com/tc/productinfo/Description.java +++ b/common-spi/src/main/java/com/tc/productinfo/Description.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/ExtensionInfo.java b/common-spi/src/main/java/com/tc/productinfo/ExtensionInfo.java index cdb6b0c15d..22c16ef6eb 100644 --- a/common-spi/src/main/java/com/tc/productinfo/ExtensionInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/ExtensionInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/PatchInfo.java b/common-spi/src/main/java/com/tc/productinfo/PatchInfo.java index 8d59637943..0a9678fa9a 100644 --- a/common-spi/src/main/java/com/tc/productinfo/PatchInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/PatchInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/ProductInfo.java b/common-spi/src/main/java/com/tc/productinfo/ProductInfo.java index 3632c106a5..5b538dec85 100644 --- a/common-spi/src/main/java/com/tc/productinfo/ProductInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/ProductInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/VersionCompatibility.java b/common-spi/src/main/java/com/tc/productinfo/VersionCompatibility.java index a053187a30..d7f9b55893 100644 --- a/common-spi/src/main/java/com/tc/productinfo/VersionCompatibility.java +++ b/common-spi/src/main/java/com/tc/productinfo/VersionCompatibility.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/productinfo/VersionInfo.java b/common-spi/src/main/java/com/tc/productinfo/VersionInfo.java index fe23bb3218..766ed25823 100644 --- a/common-spi/src/main/java/com/tc/productinfo/VersionInfo.java +++ b/common-spi/src/main/java/com/tc/productinfo/VersionInfo.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/text/PrettyPrintable.java b/common-spi/src/main/java/com/tc/text/PrettyPrintable.java index 07f18e1f1b..fb6db45519 100644 --- a/common-spi/src/main/java/com/tc/text/PrettyPrintable.java +++ b/common-spi/src/main/java/com/tc/text/PrettyPrintable.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/text/PrettyPrinter.java b/common-spi/src/main/java/com/tc/text/PrettyPrinter.java index 6378256060..40c9721567 100644 --- a/common-spi/src/main/java/com/tc/text/PrettyPrinter.java +++ b/common-spi/src/main/java/com/tc/text/PrettyPrinter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common-spi/src/main/java/com/tc/util/TCServiceLoader.java b/common-spi/src/main/java/com/tc/util/TCServiceLoader.java index e5b5985cab..c8c558156b 100644 --- a/common-spi/src/main/java/com/tc/util/TCServiceLoader.java +++ b/common-spi/src/main/java/com/tc/util/TCServiceLoader.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/build.gradle b/common/build.gradle index 0254bd795a..276a84096d 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,7 +1,7 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/AbstractEventHandler.java b/common/src/main/java/com/tc/async/api/AbstractEventHandler.java index c0bf7b0c8f..2ff4b323b0 100644 --- a/common/src/main/java/com/tc/async/api/AbstractEventHandler.java +++ b/common/src/main/java/com/tc/async/api/AbstractEventHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/ConfigurationContext.java b/common/src/main/java/com/tc/async/api/ConfigurationContext.java index 1e799f58e6..2cdf5f652a 100644 --- a/common/src/main/java/com/tc/async/api/ConfigurationContext.java +++ b/common/src/main/java/com/tc/async/api/ConfigurationContext.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/DirectExecutionMode.java b/common/src/main/java/com/tc/async/api/DirectExecutionMode.java index 52018e1dcd..dae04db671 100644 --- a/common/src/main/java/com/tc/async/api/DirectExecutionMode.java +++ b/common/src/main/java/com/tc/async/api/DirectExecutionMode.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/EventHandler.java b/common/src/main/java/com/tc/async/api/EventHandler.java index edc28f6ed1..dd5b650cfd 100644 --- a/common/src/main/java/com/tc/async/api/EventHandler.java +++ b/common/src/main/java/com/tc/async/api/EventHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/EventHandlerException.java b/common/src/main/java/com/tc/async/api/EventHandlerException.java index b0e08df43c..ed2f4a5838 100644 --- a/common/src/main/java/com/tc/async/api/EventHandlerException.java +++ b/common/src/main/java/com/tc/async/api/EventHandlerException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/PostInit.java b/common/src/main/java/com/tc/async/api/PostInit.java index a4edba5cb4..6d86b2cd3a 100644 --- a/common/src/main/java/com/tc/async/api/PostInit.java +++ b/common/src/main/java/com/tc/async/api/PostInit.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/SEDA.java b/common/src/main/java/com/tc/async/api/SEDA.java index 4acaece7ea..b61d6dc8b0 100644 --- a/common/src/main/java/com/tc/async/api/SEDA.java +++ b/common/src/main/java/com/tc/async/api/SEDA.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/Sink.java b/common/src/main/java/com/tc/async/api/Sink.java index 66c74b5d0f..10aaf4a4d2 100644 --- a/common/src/main/java/com/tc/async/api/Sink.java +++ b/common/src/main/java/com/tc/async/api/Sink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/Source.java b/common/src/main/java/com/tc/async/api/Source.java index b755a46860..1db319ffd7 100644 --- a/common/src/main/java/com/tc/async/api/Source.java +++ b/common/src/main/java/com/tc/async/api/Source.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/Stage.java b/common/src/main/java/com/tc/async/api/Stage.java index 1962c48ab0..8543e8c89d 100644 --- a/common/src/main/java/com/tc/async/api/Stage.java +++ b/common/src/main/java/com/tc/async/api/Stage.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/StageListener.java b/common/src/main/java/com/tc/async/api/StageListener.java index ebe81828f6..69d4fee8a4 100644 --- a/common/src/main/java/com/tc/async/api/StageListener.java +++ b/common/src/main/java/com/tc/async/api/StageListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/StageManager.java b/common/src/main/java/com/tc/async/api/StageManager.java index 95b4989a4a..4e1864b2c9 100644 --- a/common/src/main/java/com/tc/async/api/StageManager.java +++ b/common/src/main/java/com/tc/async/api/StageManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/StageMonitor.java b/common/src/main/java/com/tc/async/api/StageMonitor.java index 06a73c9b28..d3c1b7cc1c 100644 --- a/common/src/main/java/com/tc/async/api/StageMonitor.java +++ b/common/src/main/java/com/tc/async/api/StageMonitor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/api/StageQueueStats.java b/common/src/main/java/com/tc/async/api/StageQueueStats.java index 0d24ca6c63..f33f6f70bd 100644 --- a/common/src/main/java/com/tc/async/api/StageQueueStats.java +++ b/common/src/main/java/com/tc/async/api/StageQueueStats.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/AbstractStageQueueImpl.java b/common/src/main/java/com/tc/async/impl/AbstractStageQueueImpl.java index 4e2ebb29a6..1e6c34979c 100644 --- a/common/src/main/java/com/tc/async/impl/AbstractStageQueueImpl.java +++ b/common/src/main/java/com/tc/async/impl/AbstractStageQueueImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/ConfigurationContextImpl.java b/common/src/main/java/com/tc/async/impl/ConfigurationContextImpl.java index 56d3b2b7a8..358d7f2d0c 100644 --- a/common/src/main/java/com/tc/async/impl/ConfigurationContextImpl.java +++ b/common/src/main/java/com/tc/async/impl/ConfigurationContextImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/DirectEventCreator.java b/common/src/main/java/com/tc/async/impl/DirectEventCreator.java index 87a97acae0..1b919bd7a9 100644 --- a/common/src/main/java/com/tc/async/impl/DirectEventCreator.java +++ b/common/src/main/java/com/tc/async/impl/DirectEventCreator.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/Event.java b/common/src/main/java/com/tc/async/impl/Event.java index f0942ac806..4ab4644264 100644 --- a/common/src/main/java/com/tc/async/impl/Event.java +++ b/common/src/main/java/com/tc/async/impl/Event.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/EventCreator.java b/common/src/main/java/com/tc/async/impl/EventCreator.java index 27dbf1ab49..263a177e84 100644 --- a/common/src/main/java/com/tc/async/impl/EventCreator.java +++ b/common/src/main/java/com/tc/async/impl/EventCreator.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/MockSink.java b/common/src/main/java/com/tc/async/impl/MockSink.java index b12676bac2..c03953b8dd 100755 --- a/common/src/main/java/com/tc/async/impl/MockSink.java +++ b/common/src/main/java/com/tc/async/impl/MockSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/MockStage.java b/common/src/main/java/com/tc/async/impl/MockStage.java index 0c76c45824..380813040d 100644 --- a/common/src/main/java/com/tc/async/impl/MockStage.java +++ b/common/src/main/java/com/tc/async/impl/MockStage.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/MonitoringEventCreator.java b/common/src/main/java/com/tc/async/impl/MonitoringEventCreator.java index 8c90b2a734..7f5a6293d4 100644 --- a/common/src/main/java/com/tc/async/impl/MonitoringEventCreator.java +++ b/common/src/main/java/com/tc/async/impl/MonitoringEventCreator.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/MultiStageQueueImpl.java b/common/src/main/java/com/tc/async/impl/MultiStageQueueImpl.java index 7b0366c34e..9f9cf8fab5 100644 --- a/common/src/main/java/com/tc/async/impl/MultiStageQueueImpl.java +++ b/common/src/main/java/com/tc/async/impl/MultiStageQueueImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/NullSink.java b/common/src/main/java/com/tc/async/impl/NullSink.java index f8b63a595e..f80a7a51f7 100644 --- a/common/src/main/java/com/tc/async/impl/NullSink.java +++ b/common/src/main/java/com/tc/async/impl/NullSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/NullStageListener.java b/common/src/main/java/com/tc/async/impl/NullStageListener.java index 11a51d4ceb..0b89956930 100644 --- a/common/src/main/java/com/tc/async/impl/NullStageListener.java +++ b/common/src/main/java/com/tc/async/impl/NullStageListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/NullStageMonitor.java b/common/src/main/java/com/tc/async/impl/NullStageMonitor.java index ae5874452a..26cbbbfe94 100644 --- a/common/src/main/java/com/tc/async/impl/NullStageMonitor.java +++ b/common/src/main/java/com/tc/async/impl/NullStageMonitor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/OrderedSink.java b/common/src/main/java/com/tc/async/impl/OrderedSink.java index a0146f2df4..6d7879a764 100644 --- a/common/src/main/java/com/tc/async/impl/OrderedSink.java +++ b/common/src/main/java/com/tc/async/impl/OrderedSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/PipelineMonitor.java b/common/src/main/java/com/tc/async/impl/PipelineMonitor.java index 1626adeef7..5b379e1cc1 100644 --- a/common/src/main/java/com/tc/async/impl/PipelineMonitor.java +++ b/common/src/main/java/com/tc/async/impl/PipelineMonitor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/PipelineMonitoringConsumer.java b/common/src/main/java/com/tc/async/impl/PipelineMonitoringConsumer.java index 2f757d7c41..ceabba079f 100644 --- a/common/src/main/java/com/tc/async/impl/PipelineMonitoringConsumer.java +++ b/common/src/main/java/com/tc/async/impl/PipelineMonitoringConsumer.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/SingletonStageQueueImpl.java b/common/src/main/java/com/tc/async/impl/SingletonStageQueueImpl.java index 761f0f8c30..013e7d605c 100644 --- a/common/src/main/java/com/tc/async/impl/SingletonStageQueueImpl.java +++ b/common/src/main/java/com/tc/async/impl/SingletonStageQueueImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/StageController.java b/common/src/main/java/com/tc/async/impl/StageController.java index cdc7442368..9318a8b7f5 100644 --- a/common/src/main/java/com/tc/async/impl/StageController.java +++ b/common/src/main/java/com/tc/async/impl/StageController.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/StageImpl.java b/common/src/main/java/com/tc/async/impl/StageImpl.java index 97c1f00855..be0e09d729 100644 --- a/common/src/main/java/com/tc/async/impl/StageImpl.java +++ b/common/src/main/java/com/tc/async/impl/StageImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/StageManagerImpl.java b/common/src/main/java/com/tc/async/impl/StageManagerImpl.java index 7f5e171c9e..ab66ca19a9 100644 --- a/common/src/main/java/com/tc/async/impl/StageManagerImpl.java +++ b/common/src/main/java/com/tc/async/impl/StageManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/StageMonitorImpl.java b/common/src/main/java/com/tc/async/impl/StageMonitorImpl.java index a72526921b..417b856266 100644 --- a/common/src/main/java/com/tc/async/impl/StageMonitorImpl.java +++ b/common/src/main/java/com/tc/async/impl/StageMonitorImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/StageQueue.java b/common/src/main/java/com/tc/async/impl/StageQueue.java index 2d087252ba..c4cd6e29ca 100644 --- a/common/src/main/java/com/tc/async/impl/StageQueue.java +++ b/common/src/main/java/com/tc/async/impl/StageQueue.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/async/impl/TestEventHandler.java b/common/src/main/java/com/tc/async/impl/TestEventHandler.java index 329a4d1da9..c10363e15b 100755 --- a/common/src/main/java/com/tc/async/impl/TestEventHandler.java +++ b/common/src/main/java/com/tc/async/impl/TestEventHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/AbstractExceptionHelper.java b/common/src/main/java/com/tc/exception/AbstractExceptionHelper.java index 6da26045b6..5a8006a2ba 100644 --- a/common/src/main/java/com/tc/exception/AbstractExceptionHelper.java +++ b/common/src/main/java/com/tc/exception/AbstractExceptionHelper.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/ExceptionHelper.java b/common/src/main/java/com/tc/exception/ExceptionHelper.java index 600fc8f39a..f6bc14732e 100644 --- a/common/src/main/java/com/tc/exception/ExceptionHelper.java +++ b/common/src/main/java/com/tc/exception/ExceptionHelper.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/ExceptionHelperImpl.java b/common/src/main/java/com/tc/exception/ExceptionHelperImpl.java index 07e22cd1e8..68dd5e7659 100644 --- a/common/src/main/java/com/tc/exception/ExceptionHelperImpl.java +++ b/common/src/main/java/com/tc/exception/ExceptionHelperImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/ExceptionWrapper.java b/common/src/main/java/com/tc/exception/ExceptionWrapper.java index 9239c5c3e2..449399c791 100644 --- a/common/src/main/java/com/tc/exception/ExceptionWrapper.java +++ b/common/src/main/java/com/tc/exception/ExceptionWrapper.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/ExceptionWrapperImpl.java b/common/src/main/java/com/tc/exception/ExceptionWrapperImpl.java index 1f855b9548..4d2de7d068 100644 --- a/common/src/main/java/com/tc/exception/ExceptionWrapperImpl.java +++ b/common/src/main/java/com/tc/exception/ExceptionWrapperImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/InvalidSequenceIDException.java b/common/src/main/java/com/tc/exception/InvalidSequenceIDException.java index 989f91d2ab..77549a3db5 100644 --- a/common/src/main/java/com/tc/exception/InvalidSequenceIDException.java +++ b/common/src/main/java/com/tc/exception/InvalidSequenceIDException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/RuntimeExceptionHelper.java b/common/src/main/java/com/tc/exception/RuntimeExceptionHelper.java index f04d69b6de..83d6c5e8cf 100644 --- a/common/src/main/java/com/tc/exception/RuntimeExceptionHelper.java +++ b/common/src/main/java/com/tc/exception/RuntimeExceptionHelper.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/TCLockUpgradeNotSupportedError.java b/common/src/main/java/com/tc/exception/TCLockUpgradeNotSupportedError.java index faf5993b2d..8a35f56dae 100644 --- a/common/src/main/java/com/tc/exception/TCLockUpgradeNotSupportedError.java +++ b/common/src/main/java/com/tc/exception/TCLockUpgradeNotSupportedError.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/TCNotRunningException.java b/common/src/main/java/com/tc/exception/TCNotRunningException.java index d0e7ec5c18..75b3df6fe7 100644 --- a/common/src/main/java/com/tc/exception/TCNotRunningException.java +++ b/common/src/main/java/com/tc/exception/TCNotRunningException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/TCServerRestartException.java b/common/src/main/java/com/tc/exception/TCServerRestartException.java index 97d287c46c..2f1fe4c885 100644 --- a/common/src/main/java/com/tc/exception/TCServerRestartException.java +++ b/common/src/main/java/com/tc/exception/TCServerRestartException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/TCShutdownServerException.java b/common/src/main/java/com/tc/exception/TCShutdownServerException.java index 5563c0091e..9c458c2ff1 100644 --- a/common/src/main/java/com/tc/exception/TCShutdownServerException.java +++ b/common/src/main/java/com/tc/exception/TCShutdownServerException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/ZapDirtyDbServerNodeException.java b/common/src/main/java/com/tc/exception/ZapDirtyDbServerNodeException.java index fa400f691f..c9ec7e42db 100644 --- a/common/src/main/java/com/tc/exception/ZapDirtyDbServerNodeException.java +++ b/common/src/main/java/com/tc/exception/ZapDirtyDbServerNodeException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/exception/ZapServerNodeException.java b/common/src/main/java/com/tc/exception/ZapServerNodeException.java index 2896ddebe7..b8b0d590b0 100644 --- a/common/src/main/java/com/tc/exception/ZapServerNodeException.java +++ b/common/src/main/java/com/tc/exception/ZapServerNodeException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/handler/CallbackGroupExceptionHandler.java b/common/src/main/java/com/tc/handler/CallbackGroupExceptionHandler.java index c6f1a2af42..cc13719bda 100644 --- a/common/src/main/java/com/tc/handler/CallbackGroupExceptionHandler.java +++ b/common/src/main/java/com/tc/handler/CallbackGroupExceptionHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/handler/CallbackHandlerResources.java b/common/src/main/java/com/tc/handler/CallbackHandlerResources.java index 371d0dad27..b1839ec29d 100644 --- a/common/src/main/java/com/tc/handler/CallbackHandlerResources.java +++ b/common/src/main/java/com/tc/handler/CallbackHandlerResources.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/handler/CallbackStartupExceptionLoggingAdapter.java b/common/src/main/java/com/tc/handler/CallbackStartupExceptionLoggingAdapter.java index ac671f1c30..03d471fbc0 100644 --- a/common/src/main/java/com/tc/handler/CallbackStartupExceptionLoggingAdapter.java +++ b/common/src/main/java/com/tc/handler/CallbackStartupExceptionLoggingAdapter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/lang/L1ThrowableHandler.java b/common/src/main/java/com/tc/lang/L1ThrowableHandler.java index f271723fc3..7297b3fca5 100644 --- a/common/src/main/java/com/tc/lang/L1ThrowableHandler.java +++ b/common/src/main/java/com/tc/lang/L1ThrowableHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/lang/ServerExitStatus.java b/common/src/main/java/com/tc/lang/ServerExitStatus.java index 4355fde650..37d2a1e6cd 100644 --- a/common/src/main/java/com/tc/lang/ServerExitStatus.java +++ b/common/src/main/java/com/tc/lang/ServerExitStatus.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/lang/TCThreadGroup.java b/common/src/main/java/com/tc/lang/TCThreadGroup.java index d308168b84..acd802398c 100644 --- a/common/src/main/java/com/tc/lang/TCThreadGroup.java +++ b/common/src/main/java/com/tc/lang/TCThreadGroup.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/lang/TestThrowableHandler.java b/common/src/main/java/com/tc/lang/TestThrowableHandler.java index 9565f4b93f..5620046365 100644 --- a/common/src/main/java/com/tc/lang/TestThrowableHandler.java +++ b/common/src/main/java/com/tc/lang/TestThrowableHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/lang/ThrowableHandler.java b/common/src/main/java/com/tc/lang/ThrowableHandler.java index 197e3f2375..be69b80ceb 100644 --- a/common/src/main/java/com/tc/lang/ThrowableHandler.java +++ b/common/src/main/java/com/tc/lang/ThrowableHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/lang/ThrowableHandlerImpl.java b/common/src/main/java/com/tc/lang/ThrowableHandlerImpl.java index 20ac11fc38..5ff8cd5da7 100644 --- a/common/src/main/java/com/tc/lang/ThrowableHandlerImpl.java +++ b/common/src/main/java/com/tc/lang/ThrowableHandlerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/BaseMessageDecoratorTCLogger.java b/common/src/main/java/com/tc/logging/BaseMessageDecoratorTCLogger.java index fa7ee1ab7d..d5d580365a 100644 --- a/common/src/main/java/com/tc/logging/BaseMessageDecoratorTCLogger.java +++ b/common/src/main/java/com/tc/logging/BaseMessageDecoratorTCLogger.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/CallbackOnExitHandler.java b/common/src/main/java/com/tc/logging/CallbackOnExitHandler.java index e0adccfe10..39bf43f3f6 100644 --- a/common/src/main/java/com/tc/logging/CallbackOnExitHandler.java +++ b/common/src/main/java/com/tc/logging/CallbackOnExitHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/CallbackOnExitState.java b/common/src/main/java/com/tc/logging/CallbackOnExitState.java index 6ec596ec3c..0304dd45eb 100644 --- a/common/src/main/java/com/tc/logging/CallbackOnExitState.java +++ b/common/src/main/java/com/tc/logging/CallbackOnExitState.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/ClientIDLogger.java b/common/src/main/java/com/tc/logging/ClientIDLogger.java index f1d45ccff6..8a8165aefe 100644 --- a/common/src/main/java/com/tc/logging/ClientIDLogger.java +++ b/common/src/main/java/com/tc/logging/ClientIDLogger.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/ClientIDLoggerProvider.java b/common/src/main/java/com/tc/logging/ClientIDLoggerProvider.java index 149b52ebab..d155ea57f7 100644 --- a/common/src/main/java/com/tc/logging/ClientIDLoggerProvider.java +++ b/common/src/main/java/com/tc/logging/ClientIDLoggerProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/ConnectionIdLogger.java b/common/src/main/java/com/tc/logging/ConnectionIdLogger.java index aaa540eab1..0376522201 100644 --- a/common/src/main/java/com/tc/logging/ConnectionIdLogger.java +++ b/common/src/main/java/com/tc/logging/ConnectionIdLogger.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/DefaultLoggerProvider.java b/common/src/main/java/com/tc/logging/DefaultLoggerProvider.java index 2aabd22bae..65f06e49c5 100644 --- a/common/src/main/java/com/tc/logging/DefaultLoggerProvider.java +++ b/common/src/main/java/com/tc/logging/DefaultLoggerProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/DumpLogger.java b/common/src/main/java/com/tc/logging/DumpLogger.java index 8eedd43595..fa0f8b147f 100644 --- a/common/src/main/java/com/tc/logging/DumpLogger.java +++ b/common/src/main/java/com/tc/logging/DumpLogger.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/LossyTCLogger.java b/common/src/main/java/com/tc/logging/LossyTCLogger.java index fc2f9a95b5..bb38cda9c3 100644 --- a/common/src/main/java/com/tc/logging/LossyTCLogger.java +++ b/common/src/main/java/com/tc/logging/LossyTCLogger.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/NoopLoggingProvider.java b/common/src/main/java/com/tc/logging/NoopLoggingProvider.java index 8c18129c78..f6e019f617 100644 --- a/common/src/main/java/com/tc/logging/NoopLoggingProvider.java +++ b/common/src/main/java/com/tc/logging/NoopLoggingProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/TCLoggerProvider.java b/common/src/main/java/com/tc/logging/TCLoggerProvider.java index 7082f7a55a..c3a4cdeaaa 100644 --- a/common/src/main/java/com/tc/logging/TCLoggerProvider.java +++ b/common/src/main/java/com/tc/logging/TCLoggerProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/TCLogging.java b/common/src/main/java/com/tc/logging/TCLogging.java index b71a4a6ad3..f5fd5e3120 100644 --- a/common/src/main/java/com/tc/logging/TCLogging.java +++ b/common/src/main/java/com/tc/logging/TCLogging.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/logging/ThreadDumpHandler.java b/common/src/main/java/com/tc/logging/ThreadDumpHandler.java index 0f7c2cd0b7..c015626407 100644 --- a/common/src/main/java/com/tc/logging/ThreadDumpHandler.java +++ b/common/src/main/java/com/tc/logging/ThreadDumpHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/AbstractTerracottaMBean.java b/common/src/main/java/com/tc/management/AbstractTerracottaMBean.java index b66525c879..e1ecd64e6a 100644 --- a/common/src/main/java/com/tc/management/AbstractTerracottaMBean.java +++ b/common/src/main/java/com/tc/management/AbstractTerracottaMBean.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/RuntimeStatisticConstants.java b/common/src/main/java/com/tc/management/RuntimeStatisticConstants.java index 189331bef3..7bae0e9caa 100644 --- a/common/src/main/java/com/tc/management/RuntimeStatisticConstants.java +++ b/common/src/main/java/com/tc/management/RuntimeStatisticConstants.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/TerracottaMBean.java b/common/src/main/java/com/tc/management/TerracottaMBean.java index 397b6b4742..d2e2d7eb96 100644 --- a/common/src/main/java/com/tc/management/TerracottaMBean.java +++ b/common/src/main/java/com/tc/management/TerracottaMBean.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/beans/l1/L1InfoMBean.java b/common/src/main/java/com/tc/management/beans/l1/L1InfoMBean.java index 3cd6567784..38fff459fa 100644 --- a/common/src/main/java/com/tc/management/beans/l1/L1InfoMBean.java +++ b/common/src/main/java/com/tc/management/beans/l1/L1InfoMBean.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcaster.java b/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcaster.java index 27158b57c4..ef5e685b33 100644 --- a/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcaster.java +++ b/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcaster.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcasterMBean.java b/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcasterMBean.java index b18cd8396c..2a99e9338a 100644 --- a/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcasterMBean.java +++ b/common/src/main/java/com/tc/management/beans/logging/TCLoggingBroadcasterMBean.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/management/beans/logging/TCLoggingHistoryProvider.java b/common/src/main/java/com/tc/management/beans/logging/TCLoggingHistoryProvider.java index 53236e493a..c4943e37a5 100644 --- a/common/src/main/java/com/tc/management/beans/logging/TCLoggingHistoryProvider.java +++ b/common/src/main/java/com/tc/management/beans/logging/TCLoggingHistoryProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/AddressChecker.java b/common/src/main/java/com/tc/net/AddressChecker.java index 4832a8d484..a53f7beb5c 100755 --- a/common/src/main/java/com/tc/net/AddressChecker.java +++ b/common/src/main/java/com/tc/net/AddressChecker.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/EphemeralPorts.java b/common/src/main/java/com/tc/net/EphemeralPorts.java index a7c772c2e3..56b7792329 100644 --- a/common/src/main/java/com/tc/net/EphemeralPorts.java +++ b/common/src/main/java/com/tc/net/EphemeralPorts.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/ReconnectionRejectedException.java b/common/src/main/java/com/tc/net/ReconnectionRejectedException.java index 5198a3dc92..e1e37a5a33 100644 --- a/common/src/main/java/com/tc/net/ReconnectionRejectedException.java +++ b/common/src/main/java/com/tc/net/ReconnectionRejectedException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/basic/BasicConnection.java b/common/src/main/java/com/tc/net/basic/BasicConnection.java index 0edb50f882..356d3fe924 100644 --- a/common/src/main/java/com/tc/net/basic/BasicConnection.java +++ b/common/src/main/java/com/tc/net/basic/BasicConnection.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/basic/BasicConnectionManager.java b/common/src/main/java/com/tc/net/basic/BasicConnectionManager.java index 5c77d2623d..10328488f4 100644 --- a/common/src/main/java/com/tc/net/basic/BasicConnectionManager.java +++ b/common/src/main/java/com/tc/net/basic/BasicConnectionManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/ClearTextSocketEndpoint.java b/common/src/main/java/com/tc/net/core/ClearTextSocketEndpoint.java index 614b55f8cb..4655437c7d 100644 --- a/common/src/main/java/com/tc/net/core/ClearTextSocketEndpoint.java +++ b/common/src/main/java/com/tc/net/core/ClearTextSocketEndpoint.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/ClearTextSocketEndpointFactory.java b/common/src/main/java/com/tc/net/core/ClearTextSocketEndpointFactory.java index 819f5878c3..21d3128626 100644 --- a/common/src/main/java/com/tc/net/core/ClearTextSocketEndpointFactory.java +++ b/common/src/main/java/com/tc/net/core/ClearTextSocketEndpointFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/Constants.java b/common/src/main/java/com/tc/net/core/Constants.java index 7942fe7b4f..48700d6684 100644 --- a/common/src/main/java/com/tc/net/core/Constants.java +++ b/common/src/main/java/com/tc/net/core/Constants.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/CoreNIOServices.java b/common/src/main/java/com/tc/net/core/CoreNIOServices.java index 7184c23707..ea792f0c31 100644 --- a/common/src/main/java/com/tc/net/core/CoreNIOServices.java +++ b/common/src/main/java/com/tc/net/core/CoreNIOServices.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/SocketParams.java b/common/src/main/java/com/tc/net/core/SocketParams.java index dbba937797..565952b155 100755 --- a/common/src/main/java/com/tc/net/core/SocketParams.java +++ b/common/src/main/java/com/tc/net/core/SocketParams.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCChannelReader.java b/common/src/main/java/com/tc/net/core/TCChannelReader.java index bb8aef9d69..aad47bbccc 100644 --- a/common/src/main/java/com/tc/net/core/TCChannelReader.java +++ b/common/src/main/java/com/tc/net/core/TCChannelReader.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCChannelWriter.java b/common/src/main/java/com/tc/net/core/TCChannelWriter.java index 931370029b..13d4818a59 100644 --- a/common/src/main/java/com/tc/net/core/TCChannelWriter.java +++ b/common/src/main/java/com/tc/net/core/TCChannelWriter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCComm.java b/common/src/main/java/com/tc/net/core/TCComm.java index 98df710bd8..461f4265e7 100644 --- a/common/src/main/java/com/tc/net/core/TCComm.java +++ b/common/src/main/java/com/tc/net/core/TCComm.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCCommImpl.java b/common/src/main/java/com/tc/net/core/TCCommImpl.java index 7ccb6d8cca..027064aee8 100644 --- a/common/src/main/java/com/tc/net/core/TCCommImpl.java +++ b/common/src/main/java/com/tc/net/core/TCCommImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCConnectionImpl.java b/common/src/main/java/com/tc/net/core/TCConnectionImpl.java index f23e5e3d69..324257ac21 100644 --- a/common/src/main/java/com/tc/net/core/TCConnectionImpl.java +++ b/common/src/main/java/com/tc/net/core/TCConnectionImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCConnectionManager.java b/common/src/main/java/com/tc/net/core/TCConnectionManager.java index 5ff3549e87..9f485420a6 100644 --- a/common/src/main/java/com/tc/net/core/TCConnectionManager.java +++ b/common/src/main/java/com/tc/net/core/TCConnectionManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCConnectionManagerImpl.java b/common/src/main/java/com/tc/net/core/TCConnectionManagerImpl.java index ea212329a0..54551e2738 100644 --- a/common/src/main/java/com/tc/net/core/TCConnectionManagerImpl.java +++ b/common/src/main/java/com/tc/net/core/TCConnectionManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCListener.java b/common/src/main/java/com/tc/net/core/TCListener.java index 5bc1cc3ade..07d2aa1f95 100644 --- a/common/src/main/java/com/tc/net/core/TCListener.java +++ b/common/src/main/java/com/tc/net/core/TCListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCListenerImpl.java b/common/src/main/java/com/tc/net/core/TCListenerImpl.java index 86dee5a6fc..f26f4bd88e 100644 --- a/common/src/main/java/com/tc/net/core/TCListenerImpl.java +++ b/common/src/main/java/com/tc/net/core/TCListenerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCSocketEndpointReader.java b/common/src/main/java/com/tc/net/core/TCSocketEndpointReader.java index 1a3d8d72fe..3cabee08e9 100644 --- a/common/src/main/java/com/tc/net/core/TCSocketEndpointReader.java +++ b/common/src/main/java/com/tc/net/core/TCSocketEndpointReader.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/TCWorkerCommManager.java b/common/src/main/java/com/tc/net/core/TCWorkerCommManager.java index 31a49cb688..540c8fcaee 100644 --- a/common/src/main/java/com/tc/net/core/TCWorkerCommManager.java +++ b/common/src/main/java/com/tc/net/core/TCWorkerCommManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/event/TCConnectionEventCaller.java b/common/src/main/java/com/tc/net/core/event/TCConnectionEventCaller.java index e822b231c4..349d7046eb 100644 --- a/common/src/main/java/com/tc/net/core/event/TCConnectionEventCaller.java +++ b/common/src/main/java/com/tc/net/core/event/TCConnectionEventCaller.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/event/TCListenerEvent.java b/common/src/main/java/com/tc/net/core/event/TCListenerEvent.java index 706cad8f84..b25392a860 100644 --- a/common/src/main/java/com/tc/net/core/event/TCListenerEvent.java +++ b/common/src/main/java/com/tc/net/core/event/TCListenerEvent.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/core/event/TCListenerEventListener.java b/common/src/main/java/com/tc/net/core/event/TCListenerEventListener.java index b71cb73f1f..3e21d78a9c 100644 --- a/common/src/main/java/com/tc/net/core/event/TCListenerEventListener.java +++ b/common/src/main/java/com/tc/net/core/event/TCListenerEventListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/ClientNetworkStackHarness.java b/common/src/main/java/com/tc/net/protocol/ClientNetworkStackHarness.java index 7737de5fc8..210b652eef 100644 --- a/common/src/main/java/com/tc/net/protocol/ClientNetworkStackHarness.java +++ b/common/src/main/java/com/tc/net/protocol/ClientNetworkStackHarness.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/IllegalReconnectException.java b/common/src/main/java/com/tc/net/protocol/IllegalReconnectException.java index c664099132..f953d80580 100755 --- a/common/src/main/java/com/tc/net/protocol/IllegalReconnectException.java +++ b/common/src/main/java/com/tc/net/protocol/IllegalReconnectException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/LayeredNetworkStackHarness.java b/common/src/main/java/com/tc/net/protocol/LayeredNetworkStackHarness.java index 17ff30c69f..45e54bc0e9 100644 --- a/common/src/main/java/com/tc/net/protocol/LayeredNetworkStackHarness.java +++ b/common/src/main/java/com/tc/net/protocol/LayeredNetworkStackHarness.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/NetworkLayer.java b/common/src/main/java/com/tc/net/protocol/NetworkLayer.java index 6f758936b2..9461616cca 100644 --- a/common/src/main/java/com/tc/net/protocol/NetworkLayer.java +++ b/common/src/main/java/com/tc/net/protocol/NetworkLayer.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/NetworkStackHarness.java b/common/src/main/java/com/tc/net/protocol/NetworkStackHarness.java index a58acdbf9d..c1b53cba33 100644 --- a/common/src/main/java/com/tc/net/protocol/NetworkStackHarness.java +++ b/common/src/main/java/com/tc/net/protocol/NetworkStackHarness.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/NetworkStackHarnessFactory.java b/common/src/main/java/com/tc/net/protocol/NetworkStackHarnessFactory.java index 78749da988..d84a6aee24 100644 --- a/common/src/main/java/com/tc/net/protocol/NetworkStackHarnessFactory.java +++ b/common/src/main/java/com/tc/net/protocol/NetworkStackHarnessFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/NullProtocolAdaptor.java b/common/src/main/java/com/tc/net/protocol/NullProtocolAdaptor.java index d2eada79cc..ec47d65464 100644 --- a/common/src/main/java/com/tc/net/protocol/NullProtocolAdaptor.java +++ b/common/src/main/java/com/tc/net/protocol/NullProtocolAdaptor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/PlainNetworkStackHarnessFactory.java b/common/src/main/java/com/tc/net/protocol/PlainNetworkStackHarnessFactory.java index c9479ea490..66c6a0fcd6 100644 --- a/common/src/main/java/com/tc/net/protocol/PlainNetworkStackHarnessFactory.java +++ b/common/src/main/java/com/tc/net/protocol/PlainNetworkStackHarnessFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/ProductNotSupportedException.java b/common/src/main/java/com/tc/net/protocol/ProductNotSupportedException.java index 850bb934d9..3625624380 100644 --- a/common/src/main/java/com/tc/net/protocol/ProductNotSupportedException.java +++ b/common/src/main/java/com/tc/net/protocol/ProductNotSupportedException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/ProtocolAdaptorFactory.java b/common/src/main/java/com/tc/net/protocol/ProtocolAdaptorFactory.java index 63f525c981..e98459ecaa 100644 --- a/common/src/main/java/com/tc/net/protocol/ProtocolAdaptorFactory.java +++ b/common/src/main/java/com/tc/net/protocol/ProtocolAdaptorFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/RejectReconnectionException.java b/common/src/main/java/com/tc/net/protocol/RejectReconnectionException.java index 9661d938ee..6e2ed01651 100644 --- a/common/src/main/java/com/tc/net/protocol/RejectReconnectionException.java +++ b/common/src/main/java/com/tc/net/protocol/RejectReconnectionException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/ServerNetworkStackHarness.java b/common/src/main/java/com/tc/net/protocol/ServerNetworkStackHarness.java index d4f2ee9d2f..ac5c53f9b9 100644 --- a/common/src/main/java/com/tc/net/protocol/ServerNetworkStackHarness.java +++ b/common/src/main/java/com/tc/net/protocol/ServerNetworkStackHarness.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/AbstractMessageChannel.java b/common/src/main/java/com/tc/net/protocol/tcm/AbstractMessageChannel.java index e9ae46866b..8372051a8c 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/AbstractMessageChannel.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/AbstractMessageChannel.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ChannelEventImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/ChannelEventImpl.java index 5c46395873..0ea8d156db 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ChannelEventImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ChannelEventImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ChannelManager.java b/common/src/main/java/com/tc/net/protocol/tcm/ChannelManager.java index cc2ab368df..19b20d7d7b 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ChannelManager.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ChannelManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerEventListener.java b/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerEventListener.java index fc94461562..cfbe36ab0a 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerEventListener.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerEventListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerImpl.java index d72b2bff46..4e5dfbbf1b 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ChannelManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannel.java b/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannel.java index 4bf5b4015e..72266751aa 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannel.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannel.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannelImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannelImpl.java index 78a32445e4..e8bbe91e9c 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannelImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ClientMessageChannelImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManager.java b/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManager.java index 1ee1eed397..15b25db089 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManager.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManagerImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManagerImpl.java index 286bee48d5..eae8d648fd 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManagerImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/CommunicationsManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/GeneratedMessageFactory.java b/common/src/main/java/com/tc/net/protocol/tcm/GeneratedMessageFactory.java index 64b7451fdb..8d6b4ebec4 100755 --- a/common/src/main/java/com/tc/net/protocol/tcm/GeneratedMessageFactory.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/GeneratedMessageFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/HydrateContext.java b/common/src/main/java/com/tc/net/protocol/tcm/HydrateContext.java index 7eb06ca7ac..384ee1e534 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/HydrateContext.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/HydrateContext.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/HydrateHandler.java b/common/src/main/java/com/tc/net/protocol/tcm/HydrateHandler.java index 81e40400ae..d5ef089333 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/HydrateHandler.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/HydrateHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/MessageChannelInternal.java b/common/src/main/java/com/tc/net/protocol/tcm/MessageChannelInternal.java index 981a167910..59191f53e7 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/MessageChannelInternal.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/MessageChannelInternal.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/MessageMonitorImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/MessageMonitorImpl.java index 45d5059491..b317856e23 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/MessageMonitorImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/MessageMonitorImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/MessageTransportFactoryImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/MessageTransportFactoryImpl.java index e08f34b6e5..4e9f54b530 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/MessageTransportFactoryImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/MessageTransportFactoryImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/MockMessageChannel.java b/common/src/main/java/com/tc/net/protocol/tcm/MockMessageChannel.java index dc6a6f6f39..3568baf6b3 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/MockMessageChannel.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/MockMessageChannel.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/NetworkListener.java b/common/src/main/java/com/tc/net/protocol/tcm/NetworkListener.java index 5531c2f977..7627d40ae1 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/NetworkListener.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/NetworkListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/NetworkListenerImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/NetworkListenerImpl.java index 8cdea42b77..c8393392a3 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/NetworkListenerImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/NetworkListenerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/NullMessageMonitor.java b/common/src/main/java/com/tc/net/protocol/tcm/NullMessageMonitor.java index 1ac6550b8b..c74ca32b59 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/NullMessageMonitor.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/NullMessageMonitor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/RedirectAddressProvider.java b/common/src/main/java/com/tc/net/protocol/tcm/RedirectAddressProvider.java index 00f21c09ff..d7490df147 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/RedirectAddressProvider.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/RedirectAddressProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannel.java b/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannel.java index 0191b6cbca..c269cbdfd4 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannel.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannel.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelFactory.java b/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelFactory.java index 09efdd4f4e..81a4f4d935 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelFactory.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelImpl.java index 9508512d92..b1f9bd9c36 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/ServerMessageChannelImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactory.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactory.java index 5753f29fc4..676530ba1d 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactory.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactoryImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactoryImpl.java index d45c40c439..db9704a52d 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactoryImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageFactoryImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateAndConvertSink.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateAndConvertSink.java index 62096d1699..4133d5f76b 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateAndConvertSink.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateAndConvertSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateSink.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateSink.java index d8c5c34984..314b6110b9 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateSink.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageHydrateSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageParser.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageParser.java index a956224646..6c59281bfa 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageParser.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageParser.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouter.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouter.java index cc4435791f..7e06ead708 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouter.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouterImpl.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouterImpl.java index 32c7016fb5..66e44a4b68 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouterImpl.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageRouterImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageSink.java b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageSink.java index b4cf3669a4..cf069b7fab 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TCMessageSink.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TCMessageSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/TestMessageChannel.java b/common/src/main/java/com/tc/net/protocol/tcm/TestMessageChannel.java index e22398b19f..b36201b03a 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/TestMessageChannel.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/TestMessageChannel.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/UnsupportedMessageTypeException.java b/common/src/main/java/com/tc/net/protocol/tcm/UnsupportedMessageTypeException.java index 203081eff6..33a37860a5 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/UnsupportedMessageTypeException.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/UnsupportedMessageTypeException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessageFactory.java b/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessageFactory.java index a1c35a32ba..39de48dda8 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessageFactory.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessageFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessagesResource.java b/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessagesResource.java index 7e320777b7..67bced2f73 100644 --- a/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessagesResource.java +++ b/common/src/main/java/com/tc/net/protocol/tcm/msgs/CommsMessagesResource.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/AbstractMessageTransport.java b/common/src/main/java/com/tc/net/protocol/transport/AbstractMessageTransport.java index dfc7f01c0d..736bbd16cb 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/AbstractMessageTransport.java +++ b/common/src/main/java/com/tc/net/protocol/transport/AbstractMessageTransport.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/CallbackPortRange.java b/common/src/main/java/com/tc/net/protocol/transport/CallbackPortRange.java index cb1f835ec1..4dc13c5224 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/CallbackPortRange.java +++ b/common/src/main/java/com/tc/net/protocol/transport/CallbackPortRange.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorDetails.java b/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorDetails.java index 744d3cbca1..9407fefb12 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorDetails.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorDetails.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorListener.java b/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorListener.java index c3dee8fe43..4332c8f412 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorListener.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionErrorListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionEstablisher.java b/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionEstablisher.java index 734a2752c8..d0a3a264ca 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionEstablisher.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ClientConnectionEstablisher.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ClientMessageTransport.java b/common/src/main/java/com/tc/net/protocol/transport/ClientMessageTransport.java index bd485fadba..06fbb8a4f3 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ClientMessageTransport.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ClientMessageTransport.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthChecker.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthChecker.java index 1637ad2617..065b8afced 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthChecker.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthChecker.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContext.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContext.java index 9617263875..95f3b2c316 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContext.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContext.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextDummyImpl.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextDummyImpl.java index 49a4376389..498e4ac8b7 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextDummyImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextDummyImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextEchoImpl.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextEchoImpl.java index 80fb2194ba..ffbebbcce3 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextEchoImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextEchoImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextImpl.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextImpl.java index fc533a3bb0..68f0b21aa2 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerEchoImpl.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerEchoImpl.java index f49ff9422e..62a4a1de72 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerEchoImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerEchoImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerImpl.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerImpl.java index cac13ed29f..f3823a4d02 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerUtil.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerUtil.java index 19a9331fc8..07ed3a6ae7 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerUtil.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionHealthCheckerUtil.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactory.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactory.java index 0ded28f049..83a5c78dd1 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactory.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactoryListener.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactoryListener.java index 41db9dded5..fd6a4004db 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactoryListener.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionIDFactoryListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicy.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicy.java index ccb992b8b4..2ad79ccf00 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicy.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicy.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicyImpl.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicyImpl.java index 674a099dc4..b1353277f9 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicyImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionPolicyImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ConnectionWatcher.java b/common/src/main/java/com/tc/net/protocol/transport/ConnectionWatcher.java index 6b4445fc36..83709ab05d 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ConnectionWatcher.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ConnectionWatcher.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/DefaultConnectionIdFactory.java b/common/src/main/java/com/tc/net/protocol/transport/DefaultConnectionIdFactory.java index 0e0938f407..fadc27d881 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/DefaultConnectionIdFactory.java +++ b/common/src/main/java/com/tc/net/protocol/transport/DefaultConnectionIdFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/DisabledHealthCheckerConfigImpl.java b/common/src/main/java/com/tc/net/protocol/transport/DisabledHealthCheckerConfigImpl.java index ae5f9fbd9c..e308a2b653 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/DisabledHealthCheckerConfigImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/DisabledHealthCheckerConfigImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfig.java b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfig.java index 229b8f21b9..b0d6ff2425 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfig.java +++ b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigClientImpl.java b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigClientImpl.java index 025bbd9767..1d2698d4de 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigClientImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigClientImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigImpl.java b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigImpl.java index be08e06127..bac81f2b6e 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerConfigImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnect.java b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnect.java index ea19974b76..10abb7becc 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnect.java +++ b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnect.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectEventListener.java b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectEventListener.java index 67747e126d..adb8851636 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectEventListener.java +++ b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectEventListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectImpl.java b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectImpl.java index 8032a55360..a6bf516406 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/HealthCheckerSocketConnectImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/InvalidConnectionIDException.java b/common/src/main/java/com/tc/net/protocol/transport/InvalidConnectionIDException.java index 2e079f6fb7..ccd8234b1f 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/InvalidConnectionIDException.java +++ b/common/src/main/java/com/tc/net/protocol/transport/InvalidConnectionIDException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/JvmIDUtil.java b/common/src/main/java/com/tc/net/protocol/transport/JvmIDUtil.java index 701e7eabb7..61b767d097 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/JvmIDUtil.java +++ b/common/src/main/java/com/tc/net/protocol/transport/JvmIDUtil.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransport.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransport.java index 5c4d16196f..6da7b8dab8 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransport.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransport.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportBase.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportBase.java index 5e2b9a852e..1b14e87b29 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportBase.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportBase.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportFactory.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportFactory.java index 1e478127f9..9554198d53 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportFactory.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportInitiator.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportInitiator.java index 56925f2ade..8b1ad62c60 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportInitiator.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportInitiator.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportListener.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportListener.java index 83a9b28c93..fa2ea5fa95 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportListener.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportState.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportState.java index 75186ffb23..49470dbbdb 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportState.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportState.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportStatus.java b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportStatus.java index 67f8762cb5..81fd8d40dd 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/MessageTransportStatus.java +++ b/common/src/main/java/com/tc/net/protocol/transport/MessageTransportStatus.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/NetworkStackProvider.java b/common/src/main/java/com/tc/net/protocol/transport/NetworkStackProvider.java index 92183b2930..ecc35670fd 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/NetworkStackProvider.java +++ b/common/src/main/java/com/tc/net/protocol/transport/NetworkStackProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/NoActiveException.java b/common/src/main/java/com/tc/net/protocol/transport/NoActiveException.java index 30de1a5c15..87724d517c 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/NoActiveException.java +++ b/common/src/main/java/com/tc/net/protocol/transport/NoActiveException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/NullConnectionIDFactoryImpl.java b/common/src/main/java/com/tc/net/protocol/transport/NullConnectionIDFactoryImpl.java index 35b37d820c..5cee864fa9 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/NullConnectionIDFactoryImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/NullConnectionIDFactoryImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/NullConnectionPolicy.java b/common/src/main/java/com/tc/net/protocol/transport/NullConnectionPolicy.java index 86a01546e4..c4be87fc93 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/NullConnectionPolicy.java +++ b/common/src/main/java/com/tc/net/protocol/transport/NullConnectionPolicy.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/NullHealthCheckerSocketConnectImpl.java b/common/src/main/java/com/tc/net/protocol/transport/NullHealthCheckerSocketConnectImpl.java index a84c238a22..92b3f0d505 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/NullHealthCheckerSocketConnectImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/NullHealthCheckerSocketConnectImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedCallback.java b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedCallback.java index 558d2675a3..8e2cd27ddb 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedCallback.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedCallback.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandler.java b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandler.java index 3a65444f1c..9f4cfbe931 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandler.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL1.java b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL1.java index 9ce84f21b2..c7d8717437 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL1.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL1.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL2.java b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL2.java index fc863383b7..d57139aa48 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL2.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ReconnectionRejectedHandlerL2.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/RestoreConnectionCallback.java b/common/src/main/java/com/tc/net/protocol/transport/RestoreConnectionCallback.java index b699ee4266..411356bf81 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/RestoreConnectionCallback.java +++ b/common/src/main/java/com/tc/net/protocol/transport/RestoreConnectionCallback.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ServerMessageTransport.java b/common/src/main/java/com/tc/net/protocol/transport/ServerMessageTransport.java index 91484c3a77..0ac1d13fec 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ServerMessageTransport.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ServerMessageTransport.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/ServerStackProvider.java b/common/src/main/java/com/tc/net/protocol/transport/ServerStackProvider.java index 96f531dd5a..ac0f587788 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/ServerStackProvider.java +++ b/common/src/main/java/com/tc/net/protocol/transport/ServerStackProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorContext.java b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorContext.java index 6211f8c34f..15492094f5 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorContext.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorContext.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandler.java b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandler.java index 719a5c62f9..96981ea9bc 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandler.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForGroupComm.java b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForGroupComm.java index 5e5203ff96..0fd9dd33c2 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForGroupComm.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForGroupComm.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForL1.java b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForL1.java index b1659149d8..87e69f0fa9 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForL1.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorHandlerForL1.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorNullHandler.java b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorNullHandler.java index bc955e9851..8e45dd15e1 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorNullHandler.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeErrorNullHandler.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeException.java b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeException.java index 4a077f4f97..12b51d18d0 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeException.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportHandshakeException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportNetworkStackHarnessFactory.java b/common/src/main/java/com/tc/net/protocol/transport/TransportNetworkStackHarnessFactory.java index 579b1424b8..74fac5f034 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportNetworkStackHarnessFactory.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportNetworkStackHarnessFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/TransportRedirect.java b/common/src/main/java/com/tc/net/protocol/transport/TransportRedirect.java index b7b6b4ef71..59397a2a0c 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/TransportRedirect.java +++ b/common/src/main/java/com/tc/net/protocol/transport/TransportRedirect.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/UnsupportedWireProtocolException.java b/common/src/main/java/com/tc/net/protocol/transport/UnsupportedWireProtocolException.java index 3fff07517f..f8805539be 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/UnsupportedWireProtocolException.java +++ b/common/src/main/java/com/tc/net/protocol/transport/UnsupportedWireProtocolException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactory.java b/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactory.java index 19c460213d..aed54cf821 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactory.java +++ b/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactoryImpl.java b/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactoryImpl.java index a09ca8af4d..e8744dcfc8 100644 --- a/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactoryImpl.java +++ b/common/src/main/java/com/tc/net/protocol/transport/WireProtocolAdaptorFactoryImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/proxy/TCPProxy.java b/common/src/main/java/com/tc/net/proxy/TCPProxy.java index c903730e45..b3e87e49f6 100644 --- a/common/src/main/java/com/tc/net/proxy/TCPProxy.java +++ b/common/src/main/java/com/tc/net/proxy/TCPProxy.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/net/util/InetSocketAddressList.java b/common/src/main/java/com/tc/net/util/InetSocketAddressList.java index f41edcbc36..f5b7e7feb9 100644 --- a/common/src/main/java/com/tc/net/util/InetSocketAddressList.java +++ b/common/src/main/java/com/tc/net/util/InetSocketAddressList.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/ClientIDProvider.java b/common/src/main/java/com/tc/object/ClientIDProvider.java index 7225d57f39..e6069e750a 100644 --- a/common/src/main/java/com/tc/object/ClientIDProvider.java +++ b/common/src/main/java/com/tc/object/ClientIDProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/StatType.java b/common/src/main/java/com/tc/object/StatType.java index 0f2ba374b2..a4c2dff693 100644 --- a/common/src/main/java/com/tc/object/StatType.java +++ b/common/src/main/java/com/tc/object/StatType.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/bytecode/MockClassProvider.java b/common/src/main/java/com/tc/object/bytecode/MockClassProvider.java index 80adaa55d5..355efcf62e 100755 --- a/common/src/main/java/com/tc/object/bytecode/MockClassProvider.java +++ b/common/src/main/java/com/tc/object/bytecode/MockClassProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/config/DSOMBeanConfig.java b/common/src/main/java/com/tc/object/config/DSOMBeanConfig.java index 2c153198b7..c613f83a45 100644 --- a/common/src/main/java/com/tc/object/config/DSOMBeanConfig.java +++ b/common/src/main/java/com/tc/object/config/DSOMBeanConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/handshakemanager/ClientHandshakeCallback.java b/common/src/main/java/com/tc/object/handshakemanager/ClientHandshakeCallback.java index 435cf127ed..991f4efb15 100644 --- a/common/src/main/java/com/tc/object/handshakemanager/ClientHandshakeCallback.java +++ b/common/src/main/java/com/tc/object/handshakemanager/ClientHandshakeCallback.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/net/ChannelStats.java b/common/src/main/java/com/tc/object/net/ChannelStats.java index 50d235d790..c7b61b057a 100644 --- a/common/src/main/java/com/tc/object/net/ChannelStats.java +++ b/common/src/main/java/com/tc/object/net/ChannelStats.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/net/DSOChannelManager.java b/common/src/main/java/com/tc/object/net/DSOChannelManager.java index fee8ea40f6..8e637c5b46 100644 --- a/common/src/main/java/com/tc/object/net/DSOChannelManager.java +++ b/common/src/main/java/com/tc/object/net/DSOChannelManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/net/DSOChannelManagerImpl.java b/common/src/main/java/com/tc/object/net/DSOChannelManagerImpl.java index d2d308868b..5a0817c0b2 100644 --- a/common/src/main/java/com/tc/object/net/DSOChannelManagerImpl.java +++ b/common/src/main/java/com/tc/object/net/DSOChannelManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/net/DSOChannelManagerMBean.java b/common/src/main/java/com/tc/object/net/DSOChannelManagerMBean.java index 516c78df86..7562ba580b 100644 --- a/common/src/main/java/com/tc/object/net/DSOChannelManagerMBean.java +++ b/common/src/main/java/com/tc/object/net/DSOChannelManagerMBean.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/net/MockChannelManager.java b/common/src/main/java/com/tc/object/net/MockChannelManager.java index 0005df870b..b7d26febe8 100644 --- a/common/src/main/java/com/tc/object/net/MockChannelManager.java +++ b/common/src/main/java/com/tc/object/net/MockChannelManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/net/NoSuchChannelException.java b/common/src/main/java/com/tc/object/net/NoSuchChannelException.java index 5bcbedc3b1..fad94bd0ed 100644 --- a/common/src/main/java/com/tc/object/net/NoSuchChannelException.java +++ b/common/src/main/java/com/tc/object/net/NoSuchChannelException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/tx/TimerSpec.java b/common/src/main/java/com/tc/object/tx/TimerSpec.java index 3f247c234b..41d8d2305b 100644 --- a/common/src/main/java/com/tc/object/tx/TimerSpec.java +++ b/common/src/main/java/com/tc/object/tx/TimerSpec.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/object/tx/TimerSpecFactory.java b/common/src/main/java/com/tc/object/tx/TimerSpecFactory.java index 0e37665fdf..c36bdcc98c 100644 --- a/common/src/main/java/com/tc/object/tx/TimerSpecFactory.java +++ b/common/src/main/java/com/tc/object/tx/TimerSpecFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/objectserver/api/TestSink.java b/common/src/main/java/com/tc/objectserver/api/TestSink.java index 74aaa73f3e..e8d5a9c2c8 100755 --- a/common/src/main/java/com/tc/objectserver/api/TestSink.java +++ b/common/src/main/java/com/tc/objectserver/api/TestSink.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/operatorevent/NodeNameProvider.java b/common/src/main/java/com/tc/operatorevent/NodeNameProvider.java index 16189e9340..746c12ab99 100644 --- a/common/src/main/java/com/tc/operatorevent/NodeNameProvider.java +++ b/common/src/main/java/com/tc/operatorevent/NodeNameProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/process/StreamAppender.java b/common/src/main/java/com/tc/process/StreamAppender.java index fa86629e4e..2ebabfc8f4 100755 --- a/common/src/main/java/com/tc/process/StreamAppender.java +++ b/common/src/main/java/com/tc/process/StreamAppender.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/process/StreamCollector.java b/common/src/main/java/com/tc/process/StreamCollector.java index 70ed4384e7..71b9f30218 100755 --- a/common/src/main/java/com/tc/process/StreamCollector.java +++ b/common/src/main/java/com/tc/process/StreamCollector.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/process/StreamCopier.java b/common/src/main/java/com/tc/process/StreamCopier.java index 1a47eaf91b..e214849f37 100755 --- a/common/src/main/java/com/tc/process/StreamCopier.java +++ b/common/src/main/java/com/tc/process/StreamCopier.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/properties/ReconnectConfig.java b/common/src/main/java/com/tc/properties/ReconnectConfig.java index a319e5449b..406bbb41b7 100644 --- a/common/src/main/java/com/tc/properties/ReconnectConfig.java +++ b/common/src/main/java/com/tc/properties/ReconnectConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/properties/TCProperties.java b/common/src/main/java/com/tc/properties/TCProperties.java index a98a0f4220..cd3267ef93 100644 --- a/common/src/main/java/com/tc/properties/TCProperties.java +++ b/common/src/main/java/com/tc/properties/TCProperties.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/properties/TCPropertiesConsts.java b/common/src/main/java/com/tc/properties/TCPropertiesConsts.java index 1583650bb6..f883e50885 100644 --- a/common/src/main/java/com/tc/properties/TCPropertiesConsts.java +++ b/common/src/main/java/com/tc/properties/TCPropertiesConsts.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/properties/TCPropertiesImpl.java b/common/src/main/java/com/tc/properties/TCPropertiesImpl.java index cb80649860..0756c397dc 100644 --- a/common/src/main/java/com/tc/properties/TCPropertiesImpl.java +++ b/common/src/main/java/com/tc/properties/TCPropertiesImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/properties/TCSubProperties.java b/common/src/main/java/com/tc/properties/TCSubProperties.java index 34db5ac085..162c87e74c 100644 --- a/common/src/main/java/com/tc/properties/TCSubProperties.java +++ b/common/src/main/java/com/tc/properties/TCSubProperties.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/GcMonitor.java b/common/src/main/java/com/tc/runtime/GcMonitor.java index 62fe27acbf..c5c44dac2c 100644 --- a/common/src/main/java/com/tc/runtime/GcMonitor.java +++ b/common/src/main/java/com/tc/runtime/GcMonitor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/JVMMemoryManager.java b/common/src/main/java/com/tc/runtime/JVMMemoryManager.java index 350f3affce..e85e5a6d62 100644 --- a/common/src/main/java/com/tc/runtime/JVMMemoryManager.java +++ b/common/src/main/java/com/tc/runtime/JVMMemoryManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/Jdk15MemoryUsage.java b/common/src/main/java/com/tc/runtime/Jdk15MemoryUsage.java index c3603d31fe..c989727742 100644 --- a/common/src/main/java/com/tc/runtime/Jdk15MemoryUsage.java +++ b/common/src/main/java/com/tc/runtime/Jdk15MemoryUsage.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/MemoryEventsListener.java b/common/src/main/java/com/tc/runtime/MemoryEventsListener.java index f145b385cf..8e54375e8c 100644 --- a/common/src/main/java/com/tc/runtime/MemoryEventsListener.java +++ b/common/src/main/java/com/tc/runtime/MemoryEventsListener.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/MemoryUsage.java b/common/src/main/java/com/tc/runtime/MemoryUsage.java index ee1b3ea200..0f4ef66793 100644 --- a/common/src/main/java/com/tc/runtime/MemoryUsage.java +++ b/common/src/main/java/com/tc/runtime/MemoryUsage.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/TCMemoryManager.java b/common/src/main/java/com/tc/runtime/TCMemoryManager.java index b88b56d864..b62ed1637c 100644 --- a/common/src/main/java/com/tc/runtime/TCMemoryManager.java +++ b/common/src/main/java/com/tc/runtime/TCMemoryManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/TCMemoryManagerImpl.java b/common/src/main/java/com/tc/runtime/TCMemoryManagerImpl.java index ebf2843543..8ea812690d 100644 --- a/common/src/main/java/com/tc/runtime/TCMemoryManagerImpl.java +++ b/common/src/main/java/com/tc/runtime/TCMemoryManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15Basic.java b/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15Basic.java index 2766a37086..cac8352caf 100644 --- a/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15Basic.java +++ b/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15Basic.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15PoolMonitor.java b/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15PoolMonitor.java index 33fa878124..26091478b9 100644 --- a/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15PoolMonitor.java +++ b/common/src/main/java/com/tc/runtime/TCMemoryManagerJdk15PoolMonitor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/runtime/TCRuntime.java b/common/src/main/java/com/tc/runtime/TCRuntime.java index 5f71b5e1b1..7808c86c1b 100644 --- a/common/src/main/java/com/tc/runtime/TCRuntime.java +++ b/common/src/main/java/com/tc/runtime/TCRuntime.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/security/TCAuthenticationException.java b/common/src/main/java/com/tc/security/TCAuthenticationException.java index de9ecc0034..7c4b84c741 100644 --- a/common/src/main/java/com/tc/security/TCAuthenticationException.java +++ b/common/src/main/java/com/tc/security/TCAuthenticationException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/security/TCAuthorizationException.java b/common/src/main/java/com/tc/security/TCAuthorizationException.java index 7f493782a9..a912c53ac5 100644 --- a/common/src/main/java/com/tc/security/TCAuthorizationException.java +++ b/common/src/main/java/com/tc/security/TCAuthorizationException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/statistics/util/NullStatsRecorder.java b/common/src/main/java/com/tc/statistics/util/NullStatsRecorder.java index 5e0b14ba99..1ad0f9634e 100644 --- a/common/src/main/java/com/tc/statistics/util/NullStatsRecorder.java +++ b/common/src/main/java/com/tc/statistics/util/NullStatsRecorder.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/statistics/util/StatsPrinter.java b/common/src/main/java/com/tc/statistics/util/StatsPrinter.java index 81b626f770..a800494659 100644 --- a/common/src/main/java/com/tc/statistics/util/StatsPrinter.java +++ b/common/src/main/java/com/tc/statistics/util/StatsPrinter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/statistics/util/StatsRecorder.java b/common/src/main/java/com/tc/statistics/util/StatsRecorder.java index 941a0c3e4c..7d9970b999 100644 --- a/common/src/main/java/com/tc/statistics/util/StatsRecorder.java +++ b/common/src/main/java/com/tc/statistics/util/StatsRecorder.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/AbstractNotifyingMBean.java b/common/src/main/java/com/tc/stats/AbstractNotifyingMBean.java index 27354359f7..5b34c8173c 100644 --- a/common/src/main/java/com/tc/stats/AbstractNotifyingMBean.java +++ b/common/src/main/java/com/tc/stats/AbstractNotifyingMBean.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/LossyStack.java b/common/src/main/java/com/tc/stats/LossyStack.java index ef563a42b4..fb202dacaa 100644 --- a/common/src/main/java/com/tc/stats/LossyStack.java +++ b/common/src/main/java/com/tc/stats/LossyStack.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/Stats.java b/common/src/main/java/com/tc/stats/Stats.java index 8c70ffd3b5..e3d614320d 100644 --- a/common/src/main/java/com/tc/stats/Stats.java +++ b/common/src/main/java/com/tc/stats/Stats.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/StatsConfig.java b/common/src/main/java/com/tc/stats/StatsConfig.java index dab495804e..3e69ff3fc6 100644 --- a/common/src/main/java/com/tc/stats/StatsConfig.java +++ b/common/src/main/java/com/tc/stats/StatsConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/BoundedCounter.java b/common/src/main/java/com/tc/stats/counter/BoundedCounter.java index ec5755e497..1949bd776a 100644 --- a/common/src/main/java/com/tc/stats/counter/BoundedCounter.java +++ b/common/src/main/java/com/tc/stats/counter/BoundedCounter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/BoundedCounterConfig.java b/common/src/main/java/com/tc/stats/counter/BoundedCounterConfig.java index ae0d218d82..0cb7e134e2 100644 --- a/common/src/main/java/com/tc/stats/counter/BoundedCounterConfig.java +++ b/common/src/main/java/com/tc/stats/counter/BoundedCounterConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/Counter.java b/common/src/main/java/com/tc/stats/counter/Counter.java index 457e0ed1bc..75e0420979 100644 --- a/common/src/main/java/com/tc/stats/counter/Counter.java +++ b/common/src/main/java/com/tc/stats/counter/Counter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/CounterConfig.java b/common/src/main/java/com/tc/stats/counter/CounterConfig.java index aadefd97d3..010a1c5f80 100644 --- a/common/src/main/java/com/tc/stats/counter/CounterConfig.java +++ b/common/src/main/java/com/tc/stats/counter/CounterConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/CounterImpl.java b/common/src/main/java/com/tc/stats/counter/CounterImpl.java index ea80133aba..54482c40b1 100644 --- a/common/src/main/java/com/tc/stats/counter/CounterImpl.java +++ b/common/src/main/java/com/tc/stats/counter/CounterImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/CounterManager.java b/common/src/main/java/com/tc/stats/counter/CounterManager.java index ed5f3a965e..5659cddcda 100644 --- a/common/src/main/java/com/tc/stats/counter/CounterManager.java +++ b/common/src/main/java/com/tc/stats/counter/CounterManager.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/CounterManagerImpl.java b/common/src/main/java/com/tc/stats/counter/CounterManagerImpl.java index a42a89bb8c..1ea0e51e0d 100644 --- a/common/src/main/java/com/tc/stats/counter/CounterManagerImpl.java +++ b/common/src/main/java/com/tc/stats/counter/CounterManagerImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/SimpleCounterConfig.java b/common/src/main/java/com/tc/stats/counter/SimpleCounterConfig.java index 0e4acf4468..4bf7d7a3db 100644 --- a/common/src/main/java/com/tc/stats/counter/SimpleCounterConfig.java +++ b/common/src/main/java/com/tc/stats/counter/SimpleCounterConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/SampledCounter.java b/common/src/main/java/com/tc/stats/counter/sampled/SampledCounter.java index 1e1fb81e56..3565da28bc 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/SampledCounter.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/SampledCounter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterConfig.java b/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterConfig.java index c958097ef3..062efcd55e 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterConfig.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterImpl.java b/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterImpl.java index 0544a9fa95..3a73229cd2 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterImpl.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/SampledCounterImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounter.java b/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounter.java index 7d1f526e96..bd63b2fb00 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounter.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterConfig.java b/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterConfig.java index b3baa9d652..115e09ad76 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterConfig.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterImpl.java b/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterImpl.java index 9b66209d22..3f33046987 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterImpl.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/SampledCumulativeCounterImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/TimeStampedCounterValue.java b/common/src/main/java/com/tc/stats/counter/sampled/TimeStampedCounterValue.java index 6da4460449..c30d7284e8 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/TimeStampedCounterValue.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/TimeStampedCounterValue.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounter.java b/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounter.java index e5cb85fd3e..30dffb64cd 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounter.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterConfig.java b/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterConfig.java index 4fa987f5bc..632da36fbf 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterConfig.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterConfig.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterImpl.java b/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterImpl.java index 68462d7f0c..090870876b 100644 --- a/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterImpl.java +++ b/common/src/main/java/com/tc/stats/counter/sampled/derived/SampledRateCounterImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/CountStatistic.java b/common/src/main/java/com/tc/stats/statistics/CountStatistic.java index c1507d9d0a..5d0fa0b5cf 100755 --- a/common/src/main/java/com/tc/stats/statistics/CountStatistic.java +++ b/common/src/main/java/com/tc/stats/statistics/CountStatistic.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/CountStatisticImpl.java b/common/src/main/java/com/tc/stats/statistics/CountStatisticImpl.java index 30209e6232..3c27265621 100644 --- a/common/src/main/java/com/tc/stats/statistics/CountStatisticImpl.java +++ b/common/src/main/java/com/tc/stats/statistics/CountStatisticImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/DoubleStatistic.java b/common/src/main/java/com/tc/stats/statistics/DoubleStatistic.java index 83f28d05f4..3ea493c5a4 100644 --- a/common/src/main/java/com/tc/stats/statistics/DoubleStatistic.java +++ b/common/src/main/java/com/tc/stats/statistics/DoubleStatistic.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/DoubleStatisticImpl.java b/common/src/main/java/com/tc/stats/statistics/DoubleStatisticImpl.java index 39f91a59b4..958d069c0b 100644 --- a/common/src/main/java/com/tc/stats/statistics/DoubleStatisticImpl.java +++ b/common/src/main/java/com/tc/stats/statistics/DoubleStatisticImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/Statistic.java b/common/src/main/java/com/tc/stats/statistics/Statistic.java index ce4bf94f77..966c6e6e90 100755 --- a/common/src/main/java/com/tc/stats/statistics/Statistic.java +++ b/common/src/main/java/com/tc/stats/statistics/Statistic.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/StatisticImpl.java b/common/src/main/java/com/tc/stats/statistics/StatisticImpl.java index 094b500808..eebec6d3e7 100644 --- a/common/src/main/java/com/tc/stats/statistics/StatisticImpl.java +++ b/common/src/main/java/com/tc/stats/statistics/StatisticImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/TimeStatistic.java b/common/src/main/java/com/tc/stats/statistics/TimeStatistic.java index f39404e019..2ae0125fe8 100755 --- a/common/src/main/java/com/tc/stats/statistics/TimeStatistic.java +++ b/common/src/main/java/com/tc/stats/statistics/TimeStatistic.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/stats/statistics/TimeStatisticImpl.java b/common/src/main/java/com/tc/stats/statistics/TimeStatisticImpl.java index 379c97e446..1218c3d356 100644 --- a/common/src/main/java/com/tc/stats/statistics/TimeStatisticImpl.java +++ b/common/src/main/java/com/tc/stats/statistics/TimeStatisticImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/sysinfo/EnvStats.java b/common/src/main/java/com/tc/sysinfo/EnvStats.java index 4b9112482a..569489793b 100644 --- a/common/src/main/java/com/tc/sysinfo/EnvStats.java +++ b/common/src/main/java/com/tc/sysinfo/EnvStats.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/test/GroupData.java b/common/src/main/java/com/tc/test/GroupData.java index 9c8c34157d..090b19ce89 100755 --- a/common/src/main/java/com/tc/test/GroupData.java +++ b/common/src/main/java/com/tc/test/GroupData.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/AbbreviatedMapListPrettyPrint.java b/common/src/main/java/com/tc/text/AbbreviatedMapListPrettyPrint.java index f363603257..e8b2a105cd 100644 --- a/common/src/main/java/com/tc/text/AbbreviatedMapListPrettyPrint.java +++ b/common/src/main/java/com/tc/text/AbbreviatedMapListPrettyPrint.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/Banner.java b/common/src/main/java/com/tc/text/Banner.java index 8e0612eb27..d384eec4e0 100644 --- a/common/src/main/java/com/tc/text/Banner.java +++ b/common/src/main/java/com/tc/text/Banner.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/ConsoleParagraphFormatter.java b/common/src/main/java/com/tc/text/ConsoleParagraphFormatter.java index 8332ca6365..1d41323c2f 100644 --- a/common/src/main/java/com/tc/text/ConsoleParagraphFormatter.java +++ b/common/src/main/java/com/tc/text/ConsoleParagraphFormatter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/DumpLoggerWriter.java b/common/src/main/java/com/tc/text/DumpLoggerWriter.java index 827c8d84a5..09dab39a3e 100644 --- a/common/src/main/java/com/tc/text/DumpLoggerWriter.java +++ b/common/src/main/java/com/tc/text/DumpLoggerWriter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/MapListPrettyPrint.java b/common/src/main/java/com/tc/text/MapListPrettyPrint.java index b56e661846..2f9f87e13c 100644 --- a/common/src/main/java/com/tc/text/MapListPrettyPrint.java +++ b/common/src/main/java/com/tc/text/MapListPrettyPrint.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/ParagraphFormatter.java b/common/src/main/java/com/tc/text/ParagraphFormatter.java index 88d579d436..329c4eb5fa 100644 --- a/common/src/main/java/com/tc/text/ParagraphFormatter.java +++ b/common/src/main/java/com/tc/text/ParagraphFormatter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/PrettyPrinterImpl.java b/common/src/main/java/com/tc/text/PrettyPrinterImpl.java index 36b30e912c..fb0239c2aa 100644 --- a/common/src/main/java/com/tc/text/PrettyPrinterImpl.java +++ b/common/src/main/java/com/tc/text/PrettyPrinterImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/StringFormatter.java b/common/src/main/java/com/tc/text/StringFormatter.java index 1d9cf709bd..f79d4c53c3 100644 --- a/common/src/main/java/com/tc/text/StringFormatter.java +++ b/common/src/main/java/com/tc/text/StringFormatter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/text/StringUtils.java b/common/src/main/java/com/tc/text/StringUtils.java index 4ba09cab03..1e80e3c506 100644 --- a/common/src/main/java/com/tc/text/StringUtils.java +++ b/common/src/main/java/com/tc/text/StringUtils.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/tracing/Trace.java b/common/src/main/java/com/tc/tracing/Trace.java index 9141ac2971..27d453f8b5 100644 --- a/common/src/main/java/com/tc/tracing/Trace.java +++ b/common/src/main/java/com/tc/tracing/Trace.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/AATreeSet.java b/common/src/main/java/com/tc/util/AATreeSet.java index 42a0499e11..a07e242aa5 100644 --- a/common/src/main/java/com/tc/util/AATreeSet.java +++ b/common/src/main/java/com/tc/util/AATreeSet.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/ArchiveBuilder.java b/common/src/main/java/com/tc/util/ArchiveBuilder.java index 9aec6f8829..0f6e1d71b0 100644 --- a/common/src/main/java/com/tc/util/ArchiveBuilder.java +++ b/common/src/main/java/com/tc/util/ArchiveBuilder.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/CallStackTrace.java b/common/src/main/java/com/tc/util/CallStackTrace.java index 0d2a5eb2d6..633019e498 100644 --- a/common/src/main/java/com/tc/util/CallStackTrace.java +++ b/common/src/main/java/com/tc/util/CallStackTrace.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/CallableWaiter.java b/common/src/main/java/com/tc/util/CallableWaiter.java index 3c780cf2dc..9d3af3c24e 100644 --- a/common/src/main/java/com/tc/util/CallableWaiter.java +++ b/common/src/main/java/com/tc/util/CallableWaiter.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/CommonShutDownHook.java b/common/src/main/java/com/tc/util/CommonShutDownHook.java index 4fdc7d72ff..c1b876f2be 100644 --- a/common/src/main/java/com/tc/util/CommonShutDownHook.java +++ b/common/src/main/java/com/tc/util/CommonShutDownHook.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/CompositeIterator.java b/common/src/main/java/com/tc/util/CompositeIterator.java index c8f55fd0e1..d236b8c7b3 100644 --- a/common/src/main/java/com/tc/util/CompositeIterator.java +++ b/common/src/main/java/com/tc/util/CompositeIterator.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/DebugUtil.java b/common/src/main/java/com/tc/util/DebugUtil.java index 8801d2acd3..0abcc53cf9 100644 --- a/common/src/main/java/com/tc/util/DebugUtil.java +++ b/common/src/main/java/com/tc/util/DebugUtil.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/ManagedServiceLoader.java b/common/src/main/java/com/tc/util/ManagedServiceLoader.java index a30392f9dd..60aedf86ae 100644 --- a/common/src/main/java/com/tc/util/ManagedServiceLoader.java +++ b/common/src/main/java/com/tc/util/ManagedServiceLoader.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/MergableLinkedList.java b/common/src/main/java/com/tc/util/MergableLinkedList.java index 82aa64eaae..7da7718018 100644 --- a/common/src/main/java/com/tc/util/MergableLinkedList.java +++ b/common/src/main/java/com/tc/util/MergableLinkedList.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/OidLongArray.java b/common/src/main/java/com/tc/util/OidLongArray.java index 86d1ab6839..46d6579794 100755 --- a/common/src/main/java/com/tc/util/OidLongArray.java +++ b/common/src/main/java/com/tc/util/OidLongArray.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/SimpleRingBuffer.java b/common/src/main/java/com/tc/util/SimpleRingBuffer.java index 3cb27e1b27..e618fe0b29 100644 --- a/common/src/main/java/com/tc/util/SimpleRingBuffer.java +++ b/common/src/main/java/com/tc/util/SimpleRingBuffer.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/SynchronizedSinglyLinkedList.java b/common/src/main/java/com/tc/util/SynchronizedSinglyLinkedList.java index 189822b501..7d1ad91234 100644 --- a/common/src/main/java/com/tc/util/SynchronizedSinglyLinkedList.java +++ b/common/src/main/java/com/tc/util/SynchronizedSinglyLinkedList.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/TCDataFileLockingException.java b/common/src/main/java/com/tc/util/TCDataFileLockingException.java index f84f39c5ce..0918fd2d1a 100644 --- a/common/src/main/java/com/tc/util/TCDataFileLockingException.java +++ b/common/src/main/java/com/tc/util/TCDataFileLockingException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/Throwables.java b/common/src/main/java/com/tc/util/Throwables.java index 7c385a43c8..300e51c4fd 100644 --- a/common/src/main/java/com/tc/util/Throwables.java +++ b/common/src/main/java/com/tc/util/Throwables.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/ToolClassNames.java b/common/src/main/java/com/tc/util/ToolClassNames.java index 7c5b0b5fa7..c172bdf6ad 100644 --- a/common/src/main/java/com/tc/util/ToolClassNames.java +++ b/common/src/main/java/com/tc/util/ToolClassNames.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/UpdatableFixedHeap.java b/common/src/main/java/com/tc/util/UpdatableFixedHeap.java index cac9178c57..f540480707 100644 --- a/common/src/main/java/com/tc/util/UpdatableFixedHeap.java +++ b/common/src/main/java/com/tc/util/UpdatableFixedHeap.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/Util.java b/common/src/main/java/com/tc/util/Util.java index 0a5ce57cf4..09df913994 100644 --- a/common/src/main/java/com/tc/util/Util.java +++ b/common/src/main/java/com/tc/util/Util.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/ZipBuilder.java b/common/src/main/java/com/tc/util/ZipBuilder.java index 7a851d3705..5aa19a156a 100644 --- a/common/src/main/java/com/tc/util/ZipBuilder.java +++ b/common/src/main/java/com/tc/util/ZipBuilder.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/CircularLossyQueue.java b/common/src/main/java/com/tc/util/concurrent/CircularLossyQueue.java index e530a306a2..26c7f2e2cf 100644 --- a/common/src/main/java/com/tc/util/concurrent/CircularLossyQueue.java +++ b/common/src/main/java/com/tc/util/concurrent/CircularLossyQueue.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/CopyOnWriteSequentialMap.java b/common/src/main/java/com/tc/util/concurrent/CopyOnWriteSequentialMap.java index b572167c30..a81e4e5071 100644 --- a/common/src/main/java/com/tc/util/concurrent/CopyOnWriteSequentialMap.java +++ b/common/src/main/java/com/tc/util/concurrent/CopyOnWriteSequentialMap.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/LifeCycleState.java b/common/src/main/java/com/tc/util/concurrent/LifeCycleState.java index 8bd7d3e0f6..32ad5df92f 100644 --- a/common/src/main/java/com/tc/util/concurrent/LifeCycleState.java +++ b/common/src/main/java/com/tc/util/concurrent/LifeCycleState.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/NamedThreadFactory.java b/common/src/main/java/com/tc/util/concurrent/NamedThreadFactory.java index 8f262d3114..8526bc3c4f 100644 --- a/common/src/main/java/com/tc/util/concurrent/NamedThreadFactory.java +++ b/common/src/main/java/com/tc/util/concurrent/NamedThreadFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/NoExceptionLinkedQueue.java b/common/src/main/java/com/tc/util/concurrent/NoExceptionLinkedQueue.java index 42af5501ad..3cdd9f6ed2 100644 --- a/common/src/main/java/com/tc/util/concurrent/NoExceptionLinkedQueue.java +++ b/common/src/main/java/com/tc/util/concurrent/NoExceptionLinkedQueue.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/NullLifeCycleState.java b/common/src/main/java/com/tc/util/concurrent/NullLifeCycleState.java index 18738f34af..b4a6f7c42c 100644 --- a/common/src/main/java/com/tc/util/concurrent/NullLifeCycleState.java +++ b/common/src/main/java/com/tc/util/concurrent/NullLifeCycleState.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/QueueFactory.java b/common/src/main/java/com/tc/util/concurrent/QueueFactory.java index d8a0c29336..0eaa9c9bc6 100644 --- a/common/src/main/java/com/tc/util/concurrent/QueueFactory.java +++ b/common/src/main/java/com/tc/util/concurrent/QueueFactory.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/SetOnceRef.java b/common/src/main/java/com/tc/util/concurrent/SetOnceRef.java index 4511838ef8..30138bf38f 100644 --- a/common/src/main/java/com/tc/util/concurrent/SetOnceRef.java +++ b/common/src/main/java/com/tc/util/concurrent/SetOnceRef.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/TCConcurrentMultiMap.java b/common/src/main/java/com/tc/util/concurrent/TCConcurrentMultiMap.java index 80c1f909bd..9792bd81ab 100644 --- a/common/src/main/java/com/tc/util/concurrent/TCConcurrentMultiMap.java +++ b/common/src/main/java/com/tc/util/concurrent/TCConcurrentMultiMap.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/TCConcurrentStore.java b/common/src/main/java/com/tc/util/concurrent/TCConcurrentStore.java index 0c322455a2..341b4060f5 100644 --- a/common/src/main/java/com/tc/util/concurrent/TCConcurrentStore.java +++ b/common/src/main/java/com/tc/util/concurrent/TCConcurrentStore.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/TCExceptionResultException.java b/common/src/main/java/com/tc/util/concurrent/TCExceptionResultException.java index e324fb0a25..7ab9f26c41 100644 --- a/common/src/main/java/com/tc/util/concurrent/TCExceptionResultException.java +++ b/common/src/main/java/com/tc/util/concurrent/TCExceptionResultException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/TCFuture.java b/common/src/main/java/com/tc/util/concurrent/TCFuture.java index 635a66306c..14b9d2157c 100644 --- a/common/src/main/java/com/tc/util/concurrent/TCFuture.java +++ b/common/src/main/java/com/tc/util/concurrent/TCFuture.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/ThreadFactoryBuilder.java b/common/src/main/java/com/tc/util/concurrent/ThreadFactoryBuilder.java index 1edf0ce3dc..9a551e2da9 100644 --- a/common/src/main/java/com/tc/util/concurrent/ThreadFactoryBuilder.java +++ b/common/src/main/java/com/tc/util/concurrent/ThreadFactoryBuilder.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/ThreadPreferenceExecutor.java b/common/src/main/java/com/tc/util/concurrent/ThreadPreferenceExecutor.java index 76c63a36e7..0656e7278d 100755 --- a/common/src/main/java/com/tc/util/concurrent/ThreadPreferenceExecutor.java +++ b/common/src/main/java/com/tc/util/concurrent/ThreadPreferenceExecutor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/ThreadUtil.java b/common/src/main/java/com/tc/util/concurrent/ThreadUtil.java index c1b4d4994c..e5c36c337d 100644 --- a/common/src/main/java/com/tc/util/concurrent/ThreadUtil.java +++ b/common/src/main/java/com/tc/util/concurrent/ThreadUtil.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/ThrottledTaskExecutor.java b/common/src/main/java/com/tc/util/concurrent/ThrottledTaskExecutor.java index 9d8a1c0b54..18c4e6eb52 100644 --- a/common/src/main/java/com/tc/util/concurrent/ThrottledTaskExecutor.java +++ b/common/src/main/java/com/tc/util/concurrent/ThrottledTaskExecutor.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/Timer.java b/common/src/main/java/com/tc/util/concurrent/Timer.java index 34f38a4c21..57a8b805a6 100644 --- a/common/src/main/java/com/tc/util/concurrent/Timer.java +++ b/common/src/main/java/com/tc/util/concurrent/Timer.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/concurrent/TimerNamedRunnable.java b/common/src/main/java/com/tc/util/concurrent/TimerNamedRunnable.java index 70b198275f..e328afcf6d 100644 --- a/common/src/main/java/com/tc/util/concurrent/TimerNamedRunnable.java +++ b/common/src/main/java/com/tc/util/concurrent/TimerNamedRunnable.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/io/FileUtils.java b/common/src/main/java/com/tc/util/io/FileUtils.java index a464e48ca9..4caef469b0 100644 --- a/common/src/main/java/com/tc/util/io/FileUtils.java +++ b/common/src/main/java/com/tc/util/io/FileUtils.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/io/IOUtils.java b/common/src/main/java/com/tc/util/io/IOUtils.java index 13d5453a4d..1e1e96992c 100644 --- a/common/src/main/java/com/tc/util/io/IOUtils.java +++ b/common/src/main/java/com/tc/util/io/IOUtils.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/io/TCFileUtils.java b/common/src/main/java/com/tc/util/io/TCFileUtils.java index 5a7ff1138f..3764389af3 100644 --- a/common/src/main/java/com/tc/util/io/TCFileUtils.java +++ b/common/src/main/java/com/tc/util/io/TCFileUtils.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/properties/TCPropertyStore.java b/common/src/main/java/com/tc/util/properties/TCPropertyStore.java index bbc8e7d3a3..48908cfbae 100644 --- a/common/src/main/java/com/tc/util/properties/TCPropertyStore.java +++ b/common/src/main/java/com/tc/util/properties/TCPropertyStore.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/runtime/Os.java b/common/src/main/java/com/tc/util/runtime/Os.java index a6e25bb05f..76a8d83d6c 100644 --- a/common/src/main/java/com/tc/util/runtime/Os.java +++ b/common/src/main/java/com/tc/util/runtime/Os.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/runtime/ThreadDumpUtil.java b/common/src/main/java/com/tc/util/runtime/ThreadDumpUtil.java index ed6f27f55b..e385221dd8 100644 --- a/common/src/main/java/com/tc/util/runtime/ThreadDumpUtil.java +++ b/common/src/main/java/com/tc/util/runtime/ThreadDumpUtil.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/runtime/Vm.java b/common/src/main/java/com/tc/util/runtime/Vm.java index f067f3d43d..18a3ca0c89 100644 --- a/common/src/main/java/com/tc/util/runtime/Vm.java +++ b/common/src/main/java/com/tc/util/runtime/Vm.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/runtime/VmVersion.java b/common/src/main/java/com/tc/util/runtime/VmVersion.java index c025e4f929..fc0efa6e07 100644 --- a/common/src/main/java/com/tc/util/runtime/VmVersion.java +++ b/common/src/main/java/com/tc/util/runtime/VmVersion.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/BatchSequence.java b/common/src/main/java/com/tc/util/sequence/BatchSequence.java index 210f4ba0d9..24c4bc0a36 100644 --- a/common/src/main/java/com/tc/util/sequence/BatchSequence.java +++ b/common/src/main/java/com/tc/util/sequence/BatchSequence.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/BatchSequenceProvider.java b/common/src/main/java/com/tc/util/sequence/BatchSequenceProvider.java index 1f9637729e..d7771a360c 100644 --- a/common/src/main/java/com/tc/util/sequence/BatchSequenceProvider.java +++ b/common/src/main/java/com/tc/util/sequence/BatchSequenceProvider.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/BatchSequenceReceiver.java b/common/src/main/java/com/tc/util/sequence/BatchSequenceReceiver.java index 8f8217db85..b847c0f186 100644 --- a/common/src/main/java/com/tc/util/sequence/BatchSequenceReceiver.java +++ b/common/src/main/java/com/tc/util/sequence/BatchSequenceReceiver.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/MutableSequence.java b/common/src/main/java/com/tc/util/sequence/MutableSequence.java index d93f9bd225..2e3bc8fed8 100644 --- a/common/src/main/java/com/tc/util/sequence/MutableSequence.java +++ b/common/src/main/java/com/tc/util/sequence/MutableSequence.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/Sequence.java b/common/src/main/java/com/tc/util/sequence/Sequence.java index 16c53f590f..b140037bfd 100644 --- a/common/src/main/java/com/tc/util/sequence/Sequence.java +++ b/common/src/main/java/com/tc/util/sequence/Sequence.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/SequenceBatch.java b/common/src/main/java/com/tc/util/sequence/SequenceBatch.java index 940589aeb2..450fdc249a 100644 --- a/common/src/main/java/com/tc/util/sequence/SequenceBatch.java +++ b/common/src/main/java/com/tc/util/sequence/SequenceBatch.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/SequenceGenerator.java b/common/src/main/java/com/tc/util/sequence/SequenceGenerator.java index 798f2c9e7d..9e6210ecf4 100644 --- a/common/src/main/java/com/tc/util/sequence/SequenceGenerator.java +++ b/common/src/main/java/com/tc/util/sequence/SequenceGenerator.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/sequence/SimpleSequence.java b/common/src/main/java/com/tc/util/sequence/SimpleSequence.java index 0d5eabe132..9971fb6190 100644 --- a/common/src/main/java/com/tc/util/sequence/SimpleSequence.java +++ b/common/src/main/java/com/tc/util/sequence/SimpleSequence.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/startuplock/FileNotCreatedException.java b/common/src/main/java/com/tc/util/startuplock/FileNotCreatedException.java index b58e5aee76..1623dccde5 100644 --- a/common/src/main/java/com/tc/util/startuplock/FileNotCreatedException.java +++ b/common/src/main/java/com/tc/util/startuplock/FileNotCreatedException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/startuplock/LocationNotCreatedException.java b/common/src/main/java/com/tc/util/startuplock/LocationNotCreatedException.java index c1482e8f61..a4ddb9e9a8 100644 --- a/common/src/main/java/com/tc/util/startuplock/LocationNotCreatedException.java +++ b/common/src/main/java/com/tc/util/startuplock/LocationNotCreatedException.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/version/CollectionVersionCompatibility.java b/common/src/main/java/com/tc/util/version/CollectionVersionCompatibility.java index f22682f302..5bad4649ea 100644 --- a/common/src/main/java/com/tc/util/version/CollectionVersionCompatibility.java +++ b/common/src/main/java/com/tc/util/version/CollectionVersionCompatibility.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/version/DefaultVersionCompatibility.java b/common/src/main/java/com/tc/util/version/DefaultVersionCompatibility.java index c778072e2a..e44aebbb9d 100644 --- a/common/src/main/java/com/tc/util/version/DefaultVersionCompatibility.java +++ b/common/src/main/java/com/tc/util/version/DefaultVersionCompatibility.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/version/Version.java b/common/src/main/java/com/tc/util/version/Version.java index d75e598fea..218d653ed1 100644 --- a/common/src/main/java/com/tc/util/version/Version.java +++ b/common/src/main/java/com/tc/util/version/Version.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/version/VersionMatcher.java b/common/src/main/java/com/tc/util/version/VersionMatcher.java index 2257055429..7a76ad05c8 100644 --- a/common/src/main/java/com/tc/util/version/VersionMatcher.java +++ b/common/src/main/java/com/tc/util/version/VersionMatcher.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/java/com/tc/util/version/VersionRange.java b/common/src/main/java/com/tc/util/version/VersionRange.java index f52065e829..40ab703c1e 100644 --- a/common/src/main/java/com/tc/util/version/VersionRange.java +++ b/common/src/main/java/com/tc/util/version/VersionRange.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/main/resources/com/tc/handler/messages.properties b/common/src/main/resources/com/tc/handler/messages.properties index 16100c28a6..a09e6f6ccb 100644 --- a/common/src/main/resources/com/tc/handler/messages.properties +++ b/common/src/main/resources/com/tc/handler/messages.properties @@ -1,6 +1,6 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/main/resources/com/tc/management/TerracottaMBean.properties b/common/src/main/resources/com/tc/management/TerracottaMBean.properties index 19a5a121c2..ca107e0e67 100644 --- a/common/src/main/resources/com/tc/management/TerracottaMBean.properties +++ b/common/src/main/resources/com/tc/management/TerracottaMBean.properties @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/main/resources/com/tc/net/protocol/tcm/msgs/comms.properties b/common/src/main/resources/com/tc/net/protocol/tcm/msgs/comms.properties index d872553c8d..1cdd31cf17 100644 --- a/common/src/main/resources/com/tc/net/protocol/tcm/msgs/comms.properties +++ b/common/src/main/resources/com/tc/net/protocol/tcm/msgs/comms.properties @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/main/resources/com/tc/operatorevent/messages.properties b/common/src/main/resources/com/tc/operatorevent/messages.properties index e1443c8792..239ce85f37 100644 --- a/common/src/main/resources/com/tc/operatorevent/messages.properties +++ b/common/src/main/resources/com/tc/operatorevent/messages.properties @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/main/resources/com/tc/properties/tc.properties b/common/src/main/resources/com/tc/properties/tc.properties index c0e7bedd9d..bd7718772f 100644 --- a/common/src/main/resources/com/tc/properties/tc.properties +++ b/common/src/main/resources/com/tc/properties/tc.properties @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/MultiStageQueueImplTest.java b/common/src/test/java/com/tc/async/impl/MultiStageQueueImplTest.java index f0dbcbce8c..36953d12ea 100644 --- a/common/src/test/java/com/tc/async/impl/MultiStageQueueImplTest.java +++ b/common/src/test/java/com/tc/async/impl/MultiStageQueueImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/OrderedSinkTest.java b/common/src/test/java/com/tc/async/impl/OrderedSinkTest.java index acb56867ca..bbeeb79d10 100644 --- a/common/src/test/java/com/tc/async/impl/OrderedSinkTest.java +++ b/common/src/test/java/com/tc/async/impl/OrderedSinkTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/SingletonStageQueueImplTest.java b/common/src/test/java/com/tc/async/impl/SingletonStageQueueImplTest.java index 864f0fd972..62eb20a3cf 100644 --- a/common/src/test/java/com/tc/async/impl/SingletonStageQueueImplTest.java +++ b/common/src/test/java/com/tc/async/impl/SingletonStageQueueImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/StageControllerTest.java b/common/src/test/java/com/tc/async/impl/StageControllerTest.java index efa9c8f482..da2a8cf51f 100644 --- a/common/src/test/java/com/tc/async/impl/StageControllerTest.java +++ b/common/src/test/java/com/tc/async/impl/StageControllerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/StageImplTest.java b/common/src/test/java/com/tc/async/impl/StageImplTest.java index 9d2741ab82..1389e51995 100644 --- a/common/src/test/java/com/tc/async/impl/StageImplTest.java +++ b/common/src/test/java/com/tc/async/impl/StageImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/StageManagerImplTest.java b/common/src/test/java/com/tc/async/impl/StageManagerImplTest.java index 1276d17185..37376f6fa8 100644 --- a/common/src/test/java/com/tc/async/impl/StageManagerImplTest.java +++ b/common/src/test/java/com/tc/async/impl/StageManagerImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/StageMonitorImplTest.java b/common/src/test/java/com/tc/async/impl/StageMonitorImplTest.java index f5fa7ce03b..719842ab24 100644 --- a/common/src/test/java/com/tc/async/impl/StageMonitorImplTest.java +++ b/common/src/test/java/com/tc/async/impl/StageMonitorImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/async/impl/TCNotRunningTest.java b/common/src/test/java/com/tc/async/impl/TCNotRunningTest.java index 4172f19c87..30166af471 100644 --- a/common/src/test/java/com/tc/async/impl/TCNotRunningTest.java +++ b/common/src/test/java/com/tc/async/impl/TCNotRunningTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/exception/ExceptionHelperTest.java b/common/src/test/java/com/tc/exception/ExceptionHelperTest.java index d8e87e233d..0facdbef8a 100644 --- a/common/src/test/java/com/tc/exception/ExceptionHelperTest.java +++ b/common/src/test/java/com/tc/exception/ExceptionHelperTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/handler/CallbackHandlerResourcesTest.java b/common/src/test/java/com/tc/handler/CallbackHandlerResourcesTest.java index 7f31942cfb..420686ab1e 100644 --- a/common/src/test/java/com/tc/handler/CallbackHandlerResourcesTest.java +++ b/common/src/test/java/com/tc/handler/CallbackHandlerResourcesTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/io/EnsureWritableDirTest.java b/common/src/test/java/com/tc/io/EnsureWritableDirTest.java index 01c53de304..1ada2fb197 100644 --- a/common/src/test/java/com/tc/io/EnsureWritableDirTest.java +++ b/common/src/test/java/com/tc/io/EnsureWritableDirTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/lang/ThrowableHandlerTest.java b/common/src/test/java/com/tc/lang/ThrowableHandlerTest.java index 2f964f0b68..3917e25ea1 100644 --- a/common/src/test/java/com/tc/lang/ThrowableHandlerTest.java +++ b/common/src/test/java/com/tc/lang/ThrowableHandlerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/logging/LossyTCLoggerTest.java b/common/src/test/java/com/tc/logging/LossyTCLoggerTest.java index 4ebcc5a09f..914b03eccb 100644 --- a/common/src/test/java/com/tc/logging/LossyTCLoggerTest.java +++ b/common/src/test/java/com/tc/logging/LossyTCLoggerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/AddressCheckerTest.java b/common/src/test/java/com/tc/net/AddressCheckerTest.java index 0aa129043c..04415906ec 100755 --- a/common/src/test/java/com/tc/net/AddressCheckerTest.java +++ b/common/src/test/java/com/tc/net/AddressCheckerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/EphemeralPortsTest.java b/common/src/test/java/com/tc/net/EphemeralPortsTest.java index 1f3c3be606..0fec85dd14 100644 --- a/common/src/test/java/com/tc/net/EphemeralPortsTest.java +++ b/common/src/test/java/com/tc/net/EphemeralPortsTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/basic/BasicConnectionTest.java b/common/src/test/java/com/tc/net/basic/BasicConnectionTest.java index 916c8c09ca..de9e510fd6 100644 --- a/common/src/test/java/com/tc/net/basic/BasicConnectionTest.java +++ b/common/src/test/java/com/tc/net/basic/BasicConnectionTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/core/NoReconnectThreadTest.java b/common/src/test/java/com/tc/net/core/NoReconnectThreadTest.java index 41eb96b48d..d718ee8c81 100644 --- a/common/src/test/java/com/tc/net/core/NoReconnectThreadTest.java +++ b/common/src/test/java/com/tc/net/core/NoReconnectThreadTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/core/TCConnectionImplTest.java b/common/src/test/java/com/tc/net/core/TCConnectionImplTest.java index 8f526f93bb..1eacdb7885 100644 --- a/common/src/test/java/com/tc/net/core/TCConnectionImplTest.java +++ b/common/src/test/java/com/tc/net/core/TCConnectionImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/core/TCConnectionManagerTest.java b/common/src/test/java/com/tc/net/core/TCConnectionManagerTest.java index 243b4680d7..0f68343e64 100644 --- a/common/src/test/java/com/tc/net/core/TCConnectionManagerTest.java +++ b/common/src/test/java/com/tc/net/core/TCConnectionManagerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/core/TCSocketEndpointReaderTest.java b/common/src/test/java/com/tc/net/core/TCSocketEndpointReaderTest.java index aef893a3e8..613c327327 100644 --- a/common/src/test/java/com/tc/net/core/TCSocketEndpointReaderTest.java +++ b/common/src/test/java/com/tc/net/core/TCSocketEndpointReaderTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/core/TCWorkerCommManagerTest.java b/common/src/test/java/com/tc/net/core/TCWorkerCommManagerTest.java index 1ef2f0f2fd..c0888f7dfc 100644 --- a/common/src/test/java/com/tc/net/core/TCWorkerCommManagerTest.java +++ b/common/src/test/java/com/tc/net/core/TCWorkerCommManagerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/ChannelManagerImplTest.java b/common/src/test/java/com/tc/net/protocol/tcm/ChannelManagerImplTest.java index 81571419ff..97cfa4fb5b 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/ChannelManagerImplTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/ChannelManagerImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/ClientMessageChannelImplTest.java b/common/src/test/java/com/tc/net/protocol/tcm/ClientMessageChannelImplTest.java index 312615b0ca..b30a7eb878 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/ClientMessageChannelImplTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/ClientMessageChannelImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/HydrateHandlerTest.java b/common/src/test/java/com/tc/net/protocol/tcm/HydrateHandlerTest.java index b98b10e7fb..ed07e61c14 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/HydrateHandlerTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/HydrateHandlerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/LazyHandshakeTest.java b/common/src/test/java/com/tc/net/protocol/tcm/LazyHandshakeTest.java index 720682b416..2cc7764b3d 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/LazyHandshakeTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/LazyHandshakeTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/MessageChannelTest.java b/common/src/test/java/com/tc/net/protocol/tcm/MessageChannelTest.java index a51b208736..de95e2e7df 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/MessageChannelTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/MessageChannelTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/MessageMonitorImplTest.java b/common/src/test/java/com/tc/net/protocol/tcm/MessageMonitorImplTest.java index 2d92b47e44..a8c684d811 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/MessageMonitorImplTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/MessageMonitorImplTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/NetworkListenerTest.java b/common/src/test/java/com/tc/net/protocol/tcm/NetworkListenerTest.java index a3cb6f3628..2fcda1d255 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/NetworkListenerTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/NetworkListenerTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/TCMessageRouterTest.java b/common/src/test/java/com/tc/net/protocol/tcm/TCMessageRouterTest.java index af6b01998b..e75b6c77d6 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/TCMessageRouterTest.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/TCMessageRouterTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/tcm/TestTCMessage.java b/common/src/test/java/com/tc/net/protocol/tcm/TestTCMessage.java index c86c3f3616..8a8e5cf91e 100644 --- a/common/src/test/java/com/tc/net/protocol/tcm/TestTCMessage.java +++ b/common/src/test/java/com/tc/net/protocol/tcm/TestTCMessage.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/CallbackPortRangeTest.java b/common/src/test/java/com/tc/net/protocol/transport/CallbackPortRangeTest.java index afc39027a7..72f6ca0946 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/CallbackPortRangeTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/CallbackPortRangeTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionErrorDetailsTest.java b/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionErrorDetailsTest.java index 26de3759ae..db85b2c263 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionErrorDetailsTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionErrorDetailsTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionEstablisherTest.java b/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionEstablisherTest.java index 3823da89a9..f09f209a34 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionEstablisherTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/ClientConnectionEstablisherTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/ClientMessageTransportTest.java b/common/src/test/java/com/tc/net/protocol/transport/ClientMessageTransportTest.java index 28aa914aab..ab910fc7ab 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/ClientMessageTransportTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/ClientMessageTransportTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextTest.java b/common/src/test/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextTest.java index 478b7eced6..21daacb2e4 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/ConnectionHealthCheckerContextTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/ConnectionPolicyTest.java b/common/src/test/java/com/tc/net/protocol/transport/ConnectionPolicyTest.java index 83a7d08527..8561d5395d 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/ConnectionPolicyTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/ConnectionPolicyTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/HealthCheckerMonitorThreadEngineTest.java b/common/src/test/java/com/tc/net/protocol/transport/HealthCheckerMonitorThreadEngineTest.java index 36b875a316..d4588d4285 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/HealthCheckerMonitorThreadEngineTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/HealthCheckerMonitorThreadEngineTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/ServerMessageTransportTest.java b/common/src/test/java/com/tc/net/protocol/transport/ServerMessageTransportTest.java index 4ac2425d8f..c70908cb9e 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/ServerMessageTransportTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/ServerMessageTransportTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/protocol/transport/TCConnectionTransportTest.java b/common/src/test/java/com/tc/net/protocol/transport/TCConnectionTransportTest.java index ba9a589e62..dd3742dbbd 100644 --- a/common/src/test/java/com/tc/net/protocol/transport/TCConnectionTransportTest.java +++ b/common/src/test/java/com/tc/net/protocol/transport/TCConnectionTransportTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/net/util/InetSocketAddressListTest.java b/common/src/test/java/com/tc/net/util/InetSocketAddressListTest.java index 25be3b702d..5d77d56881 100644 --- a/common/src/test/java/com/tc/net/util/InetSocketAddressListTest.java +++ b/common/src/test/java/com/tc/net/util/InetSocketAddressListTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/object/tx/WaitInvocationTest.java b/common/src/test/java/com/tc/object/tx/WaitInvocationTest.java index 972ec5a559..839457093a 100644 --- a/common/src/test/java/com/tc/object/tx/WaitInvocationTest.java +++ b/common/src/test/java/com/tc/object/tx/WaitInvocationTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/runtime/MemoryPoolsTest.java b/common/src/test/java/com/tc/runtime/MemoryPoolsTest.java index 5acfe8f30a..7a8c33a4a4 100644 --- a/common/src/test/java/com/tc/runtime/MemoryPoolsTest.java +++ b/common/src/test/java/com/tc/runtime/MemoryPoolsTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/stats/CircularLossyQueueTest.java b/common/src/test/java/com/tc/stats/CircularLossyQueueTest.java index a0a3971934..fe71ce22a1 100644 --- a/common/src/test/java/com/tc/stats/CircularLossyQueueTest.java +++ b/common/src/test/java/com/tc/stats/CircularLossyQueueTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/stats/LossyStackTest.java b/common/src/test/java/com/tc/stats/LossyStackTest.java index c2947a06f3..9f27da9b9b 100644 --- a/common/src/test/java/com/tc/stats/LossyStackTest.java +++ b/common/src/test/java/com/tc/stats/LossyStackTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/stats/counter/BoundedCounterTest.java b/common/src/test/java/com/tc/stats/counter/BoundedCounterTest.java index c19c8ee5e0..0aae3e60ee 100644 --- a/common/src/test/java/com/tc/stats/counter/BoundedCounterTest.java +++ b/common/src/test/java/com/tc/stats/counter/BoundedCounterTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/stats/counter/CounterTest.java b/common/src/test/java/com/tc/stats/counter/CounterTest.java index 2278660552..83e2b6cf0d 100644 --- a/common/src/test/java/com/tc/stats/counter/CounterTest.java +++ b/common/src/test/java/com/tc/stats/counter/CounterTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/stats/counter/SampledRateCounterTest.java b/common/src/test/java/com/tc/stats/counter/SampledRateCounterTest.java index b95005696d..aa345c032b 100644 --- a/common/src/test/java/com/tc/stats/counter/SampledRateCounterTest.java +++ b/common/src/test/java/com/tc/stats/counter/SampledRateCounterTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/stats/counter/sampled/SampledCumulativeCounterTest.java b/common/src/test/java/com/tc/stats/counter/sampled/SampledCumulativeCounterTest.java index 3f6886252a..0c11229a96 100644 --- a/common/src/test/java/com/tc/stats/counter/sampled/SampledCumulativeCounterTest.java +++ b/common/src/test/java/com/tc/stats/counter/sampled/SampledCumulativeCounterTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/test/AppServerInfoTest.java b/common/src/test/java/com/tc/test/AppServerInfoTest.java index 9624fe2c38..05013913e2 100644 --- a/common/src/test/java/com/tc/test/AppServerInfoTest.java +++ b/common/src/test/java/com/tc/test/AppServerInfoTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/test/ExpiredTimeBombTest.java b/common/src/test/java/com/tc/test/ExpiredTimeBombTest.java index f212ec58e3..8f8e8593a8 100644 --- a/common/src/test/java/com/tc/test/ExpiredTimeBombTest.java +++ b/common/src/test/java/com/tc/test/ExpiredTimeBombTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/test/TCTestCaseTest.java b/common/src/test/java/com/tc/test/TCTestCaseTest.java index ab9626b027..82b735edfd 100644 --- a/common/src/test/java/com/tc/test/TCTestCaseTest.java +++ b/common/src/test/java/com/tc/test/TCTestCaseTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/test/TimeBombTest.java b/common/src/test/java/com/tc/test/TimeBombTest.java index c07ba4813c..dfd17f450a 100644 --- a/common/src/test/java/com/tc/test/TimeBombTest.java +++ b/common/src/test/java/com/tc/test/TimeBombTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/text/AbbreviatedMapListPrettyPrintTest.java b/common/src/test/java/com/tc/text/AbbreviatedMapListPrettyPrintTest.java index 59f02a56d7..a46a449c4d 100644 --- a/common/src/test/java/com/tc/text/AbbreviatedMapListPrettyPrintTest.java +++ b/common/src/test/java/com/tc/text/AbbreviatedMapListPrettyPrintTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/text/MapListPrettyPrintTest.java b/common/src/test/java/com/tc/text/MapListPrettyPrintTest.java index 4232dd79c3..48547473b9 100644 --- a/common/src/test/java/com/tc/text/MapListPrettyPrintTest.java +++ b/common/src/test/java/com/tc/text/MapListPrettyPrintTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/AATreeSetTest.java b/common/src/test/java/com/tc/util/AATreeSetTest.java index 09e98f4b86..0ec679c2fe 100755 --- a/common/src/test/java/com/tc/util/AATreeSetTest.java +++ b/common/src/test/java/com/tc/util/AATreeSetTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/ActiveCoordinatorHelperTest.java b/common/src/test/java/com/tc/util/ActiveCoordinatorHelperTest.java index 896e31ce00..d266b7e6c5 100755 --- a/common/src/test/java/com/tc/util/ActiveCoordinatorHelperTest.java +++ b/common/src/test/java/com/tc/util/ActiveCoordinatorHelperTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/CompositeIteratorTest.java b/common/src/test/java/com/tc/util/CompositeIteratorTest.java index a6d5a74c97..859beb15e4 100644 --- a/common/src/test/java/com/tc/util/CompositeIteratorTest.java +++ b/common/src/test/java/com/tc/util/CompositeIteratorTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/ManagedServiceLoaderTest.java b/common/src/test/java/com/tc/util/ManagedServiceLoaderTest.java index fbb25fd530..f5e0fc5ab7 100644 --- a/common/src/test/java/com/tc/util/ManagedServiceLoaderTest.java +++ b/common/src/test/java/com/tc/util/ManagedServiceLoaderTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/MergableLinkedListTest.java b/common/src/test/java/com/tc/util/MergableLinkedListTest.java index 38504b672b..5ae1ba2315 100755 --- a/common/src/test/java/com/tc/util/MergableLinkedListTest.java +++ b/common/src/test/java/com/tc/util/MergableLinkedListTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/NetworkSanityTest.java b/common/src/test/java/com/tc/util/NetworkSanityTest.java index f5d97c7da5..e9070d33c9 100755 --- a/common/src/test/java/com/tc/util/NetworkSanityTest.java +++ b/common/src/test/java/com/tc/util/NetworkSanityTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/OidLongArrayTest.java b/common/src/test/java/com/tc/util/OidLongArrayTest.java index dd816b804a..d539c0182a 100755 --- a/common/src/test/java/com/tc/util/OidLongArrayTest.java +++ b/common/src/test/java/com/tc/util/OidLongArrayTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/OverrideTestServiceImpl.java b/common/src/test/java/com/tc/util/OverrideTestServiceImpl.java index acf72252c1..2d8cf8f2e5 100644 --- a/common/src/test/java/com/tc/util/OverrideTestServiceImpl.java +++ b/common/src/test/java/com/tc/util/OverrideTestServiceImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/ProductInfoTest.java b/common/src/test/java/com/tc/util/ProductInfoTest.java index cbb152e41b..b79941ae75 100755 --- a/common/src/test/java/com/tc/util/ProductInfoTest.java +++ b/common/src/test/java/com/tc/util/ProductInfoTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/SimpleRingBufferTest.java b/common/src/test/java/com/tc/util/SimpleRingBufferTest.java index 982d355279..0fa5feb5a7 100644 --- a/common/src/test/java/com/tc/util/SimpleRingBufferTest.java +++ b/common/src/test/java/com/tc/util/SimpleRingBufferTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/TCPropertiesConstsTest.java b/common/src/test/java/com/tc/util/TCPropertiesConstsTest.java index 4a580286e5..d934e836dc 100755 --- a/common/src/test/java/com/tc/util/TCPropertiesConstsTest.java +++ b/common/src/test/java/com/tc/util/TCPropertiesConstsTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/TCPropertyStoreTest.java b/common/src/test/java/com/tc/util/TCPropertyStoreTest.java index 231a3886fe..6d3eba6a7a 100755 --- a/common/src/test/java/com/tc/util/TCPropertyStoreTest.java +++ b/common/src/test/java/com/tc/util/TCPropertyStoreTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/TestBuildData.java b/common/src/test/java/com/tc/util/TestBuildData.java index 2e1892b51e..8cf768abde 100644 --- a/common/src/test/java/com/tc/util/TestBuildData.java +++ b/common/src/test/java/com/tc/util/TestBuildData.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/TestPatchData.java b/common/src/test/java/com/tc/util/TestPatchData.java index c56a2b8ed6..fb4f36f490 100644 --- a/common/src/test/java/com/tc/util/TestPatchData.java +++ b/common/src/test/java/com/tc/util/TestPatchData.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/TestService.java b/common/src/test/java/com/tc/util/TestService.java index f98b4e4ba0..52a894be41 100644 --- a/common/src/test/java/com/tc/util/TestService.java +++ b/common/src/test/java/com/tc/util/TestService.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/TestServiceImpl.java b/common/src/test/java/com/tc/util/TestServiceImpl.java index 6158ea1b6b..5ae5663dd1 100644 --- a/common/src/test/java/com/tc/util/TestServiceImpl.java +++ b/common/src/test/java/com/tc/util/TestServiceImpl.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/UpdatableFixedHeapTest.java b/common/src/test/java/com/tc/util/UpdatableFixedHeapTest.java index 5a5eb301df..4993b107b3 100644 --- a/common/src/test/java/com/tc/util/UpdatableFixedHeapTest.java +++ b/common/src/test/java/com/tc/util/UpdatableFixedHeapTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/concurrent/CopyOnWriteSequentialMapTest.java b/common/src/test/java/com/tc/util/concurrent/CopyOnWriteSequentialMapTest.java index d1b4334072..c8c35cb3fa 100644 --- a/common/src/test/java/com/tc/util/concurrent/CopyOnWriteSequentialMapTest.java +++ b/common/src/test/java/com/tc/util/concurrent/CopyOnWriteSequentialMapTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/concurrent/SetOnceRefTest.java b/common/src/test/java/com/tc/util/concurrent/SetOnceRefTest.java index 2f64239670..bfa81c6989 100644 --- a/common/src/test/java/com/tc/util/concurrent/SetOnceRefTest.java +++ b/common/src/test/java/com/tc/util/concurrent/SetOnceRefTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/concurrent/TCConcurrentMultiMapTest.java b/common/src/test/java/com/tc/util/concurrent/TCConcurrentMultiMapTest.java index 8b328d993e..1be4d0b3ab 100644 --- a/common/src/test/java/com/tc/util/concurrent/TCConcurrentMultiMapTest.java +++ b/common/src/test/java/com/tc/util/concurrent/TCConcurrentMultiMapTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/concurrent/TCFutureTest.java b/common/src/test/java/com/tc/util/concurrent/TCFutureTest.java index 2d628d9dd0..3c54ed7e39 100644 --- a/common/src/test/java/com/tc/util/concurrent/TCFutureTest.java +++ b/common/src/test/java/com/tc/util/concurrent/TCFutureTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/concurrent/ThreadPreferenceExecutorTest.java b/common/src/test/java/com/tc/util/concurrent/ThreadPreferenceExecutorTest.java index 28b575cbf9..ce75ec3575 100755 --- a/common/src/test/java/com/tc/util/concurrent/ThreadPreferenceExecutorTest.java +++ b/common/src/test/java/com/tc/util/concurrent/ThreadPreferenceExecutorTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/concurrent/ThrottledTaskExecutorTest.java b/common/src/test/java/com/tc/util/concurrent/ThrottledTaskExecutorTest.java index 2d84b2a7e9..5196f04b7c 100644 --- a/common/src/test/java/com/tc/util/concurrent/ThrottledTaskExecutorTest.java +++ b/common/src/test/java/com/tc/util/concurrent/ThrottledTaskExecutorTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilJdk16Test.java b/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilJdk16Test.java index 693e7c5eb3..fa20895d24 100644 --- a/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilJdk16Test.java +++ b/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilJdk16Test.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilTestBase.java b/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilTestBase.java index 6ca1288f4c..bc5a3f796d 100644 --- a/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilTestBase.java +++ b/common/src/test/java/com/tc/util/runtime/ThreadDumpUtilTestBase.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/sequence/BatchSequenceTest.java b/common/src/test/java/com/tc/util/sequence/BatchSequenceTest.java index fe4fadbf10..03b9a5e917 100644 --- a/common/src/test/java/com/tc/util/sequence/BatchSequenceTest.java +++ b/common/src/test/java/com/tc/util/sequence/BatchSequenceTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/version/VersionCompatibilityTest.java b/common/src/test/java/com/tc/util/version/VersionCompatibilityTest.java index 2e82c1f2cf..f15b7d68aa 100644 --- a/common/src/test/java/com/tc/util/version/VersionCompatibilityTest.java +++ b/common/src/test/java/com/tc/util/version/VersionCompatibilityTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/version/VersionMatcherTest.java b/common/src/test/java/com/tc/util/version/VersionMatcherTest.java index 9f8a7102d1..92a1677a1b 100644 --- a/common/src/test/java/com/tc/util/version/VersionMatcherTest.java +++ b/common/src/test/java/com/tc/util/version/VersionMatcherTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/version/VersionRangeTest.java b/common/src/test/java/com/tc/util/version/VersionRangeTest.java index ea0f0d8b31..55af1d7402 100644 --- a/common/src/test/java/com/tc/util/version/VersionRangeTest.java +++ b/common/src/test/java/com/tc/util/version/VersionRangeTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/java/com/tc/util/version/VersionTest.java b/common/src/test/java/com/tc/util/version/VersionTest.java index 1d5f7a95ca..15e4a398db 100644 --- a/common/src/test/java/com/tc/util/version/VersionTest.java +++ b/common/src/test/java/com/tc/util/version/VersionTest.java @@ -1,6 +1,6 @@ /* * Copyright Terracotta, Inc. - * Copyright Super iPaaS Integration LLC, an IBM Company 2024 + * Copyright IBM Corp. 2024, 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/common/src/test/resources/META-INF/services/com.tc.productinfo.Description b/common/src/test/resources/META-INF/services/com.tc.productinfo.Description index aececcc06b..221a147c15 100644 --- a/common/src/test/resources/META-INF/services/com.tc.productinfo.Description +++ b/common/src/test/resources/META-INF/services/com.tc.productinfo.Description @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. -# Copyright Super iPaaS Integration LLC, an IBM Company 2024 +# Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/test/resources/com/tc/properties/tests.properties b/common/src/test/resources/com/tc/properties/tests.properties index 89cc07d67d..7c2d9f036f 100644 --- a/common/src/test/resources/com/tc/properties/tests.properties +++ b/common/src/test/resources/com/tc/properties/tests.properties @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/test/resources/com/tc/util/integration-modules.properties b/common/src/test/resources/com/tc/util/integration-modules.properties index 8975497394..6a776743ff 100755 --- a/common/src/test/resources/com/tc/util/integration-modules.properties +++ b/common/src/test/resources/com/tc/util/integration-modules.properties @@ -1,5 +1,5 @@ # Copyright Terracotta, Inc. - # Copyright Super iPaaS Integration LLC, an IBM Company 2024 + # Copyright IBM Corp. 2024, 2025 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/common/src/test/resources/logback-test.xml b/common/src/test/resources/logback-test.xml index 55c5c7c93d..4e09877f5f 100644 --- a/common/src/test/resources/logback-test.xml +++ b/common/src/test/resources/logback-test.xml @@ -1,7 +1,7 @@