Skip to content

Commit be2eef1

Browse files
Merge pull request #1 from mobasherul/copyright
Add IBM Copyright Statements
2 parents fe83b06 + 2fa96c4 commit be2eef1

File tree

410 files changed

+847
-478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+847
-478
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright Terracotta, Inc.
3+
# Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

src/main/java/com/tc/abortable/AbortedOperationException.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.abortable;
56

src/main/java/com/tc/async/api/EventContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.async.api;
56

src/main/java/com/tc/async/api/MultiThreadedEventContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.async.api;
56

src/main/java/com/tc/async/api/OrderedEventContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.async.api;
56

src/main/java/com/tc/bytes/BufferPool.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.bytes;
56

src/main/java/com/tc/bytes/TCByteBuffer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
3-
* notice. All rights reserved.
2+
* Copyright 2003-2008 Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
44
*/
55
package com.tc.bytes;
66

src/main/java/com/tc/bytes/TCByteBufferFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.bytes;
56

src/main/java/com/tc/bytes/TCByteBufferFactoryConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
2-
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
34
*/
45
package com.tc.bytes;
56

0 commit comments

Comments
 (0)