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 @@