Skip to content

Commit 51c74d3

Browse files
author
Clifford W. Johnson
authored
Merge pull request #1340 from myronkscott/update_cp
Update to APLv2.0 with IBM Copyright
2 parents 25ab506 + 411e7fa commit 51c74d3

File tree

1,279 files changed

+14524
-16199
lines changed

Some content is hidden

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

1,279 files changed

+14524
-16199
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.
67
* You may obtain a copy of the License at
78
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* http://www.apache.org/licenses/LICENSE-2.0
910
*
1011
* Unless required by applicable law or agreed to in writing, software
1112
* distributed under the License is distributed on an "AS IS" BASIS,
1213
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1314
* See the License for the specific language governing permissions and
1415
* limitations under the License.
1516
*/
16-
1717
//See Jenkins wiki pages for info
1818
mavenBuildOSS([maven_goal : 'clean deploy',
1919
maven_goal_pr : 'clean verify'

LICENSE

Lines changed: 201 additions & 411 deletions
Large diffs are not rendered by default.

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#
21
# Copyright Terracotta, Inc.
2+
# Copyright Super iPaaS Integration LLC, an IBM Company 2024
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -12,7 +12,6 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
#
1615

1716
# See shared code location for steps and parameters:
1817
# https://dev.azure.com/TerracottaCI/_git/terracotta

build-data/pom.xml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~
4-
~ The contents of this file are subject to the Terracotta Public License Version
5-
~ 2.0 (the "License"); You may not use this file except in compliance with the
6-
~ License. You may obtain a copy of the License at
7-
~
8-
~ http://terracotta.org/legal/terracotta-public-license.
9-
~
10-
~ Software distributed under the License is distributed on an "AS IS" basis,
11-
~ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
12-
~ the specific language governing rights and limitations under the License.
13-
~
14-
~ The Covered Software is Terracotta Core.
15-
~
16-
~ The Initial Developer of the Covered Software is
17-
~ Terracotta, Inc., a Software AG company
18-
~
3+
Copyright Terracotta, Inc.
4+
Copyright Super iPaaS Integration LLC, an IBM Company 2024
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
1917
-->
2018

2119
<!--

build-parent/pom.xml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~
4-
~ The contents of this file are subject to the Terracotta Public License Version
5-
~ 2.0 (the "License"); You may not use this file except in compliance with the
6-
~ License. You may obtain a copy of the License at
7-
~
8-
~ http://terracotta.org/legal/terracotta-public-license.
9-
~
10-
~ Software distributed under the License is distributed on an "AS IS" basis,
11-
~ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
12-
~ the specific language governing rights and limitations under the License.
13-
~
14-
~ The Covered Software is Terracotta Core.
15-
~
16-
~ The Initial Developer of the Covered Software is
17-
~ Terracotta, Inc., a Software AG company
18-
~
3+
Copyright Terracotta, Inc.
4+
Copyright Super iPaaS Integration LLC, an IBM Company 2024
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
1917
-->
2018

2119
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -35,8 +33,8 @@
3533

3634
<licenses>
3735
<license>
38-
<name>Terracotta Public License</name>
39-
<url>http://www.terracotta.org/legal/terracotta-public-license</url>
36+
<name>The Apache License, Version 2.0</name>
37+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
4038
</license>
4139
</licenses>
4240

checkstyle-toolkit/suppressions.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4+
Copyright Terracotta, Inc.
5+
Copyright Super iPaaS Integration LLC, an IBM Company 2024
46
5-
The contents of this file are subject to the Terracotta Public License Version
6-
2.0 (the "License"); You may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
810
9-
http://terracotta.org/legal/terracotta-public-license.
11+
http://www.apache.org/licenses/LICENSE-2.0
1012
11-
Software distributed under the License is distributed on an "AS IS" basis,
12-
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
13-
the specific language governing rights and limitations under the License.
14-
15-
The Covered Software is Terracotta Core.
16-
17-
The Initial Developer of the Covered Software is
18-
Terracotta, Inc., a Software AG company
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
1918
2019
2120
-->

checkstyle/suppressions.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4+
Copyright Terracotta, Inc.
5+
Copyright Super iPaaS Integration LLC, an IBM Company 2024
46
5-
The contents of this file are subject to the Terracotta Public License Version
6-
2.0 (the "License"); You may not use this file except in compliance with the
7-
License. You may obtain a copy of the License at
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
810
9-
http://terracotta.org/legal/terracotta-public-license.
11+
http://www.apache.org/licenses/LICENSE-2.0
1012
11-
Software distributed under the License is distributed on an "AS IS" basis,
12-
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
13-
the specific language governing rights and limitations under the License.
14-
15-
The Covered Software is Terracotta Core.
16-
17-
The Initial Developer of the Covered Software is
18-
Terracotta, Inc., a Software AG company
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
1918
2019
2120
-->

client-runtime/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright Terracotta, Inc.
4+
Copyright Super iPaaS Integration LLC, an IBM Company 2024
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
218
<project xmlns="http://maven.apache.org/POM/4.0.0"
319
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
420
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

common-spi/pom.xml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~
4-
~ The contents of this file are subject to the Terracotta Public License Version
5-
~ 2.0 (the "License"); You may not use this file except in compliance with the
6-
~ License. You may obtain a copy of the License at
7-
~
8-
~ http://terracotta.org/legal/terracotta-public-license.
9-
~
10-
~ Software distributed under the License is distributed on an "AS IS" basis,
11-
~ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
12-
~ the specific language governing rights and limitations under the License.
13-
~
14-
~ The Covered Software is Terracotta Core.
15-
~
16-
~ The Initial Developer of the Covered Software is
17-
~ Terracotta, Inc., a Software AG company
18-
~
19-
-->
3+
~ Copyright Terracotta, Inc.
4+
~ Copyright Super iPaaS Integration LLC, an IBM Company 2024
5+
~
6+
~ Licensed under the Apache License, Version 2.0 (the "License");
7+
~ you may not use this file except in compliance with the License.
8+
~ You may obtain a copy of the License at
9+
~
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software
13+
~ distributed under the License is distributed on an "AS IS" BASIS,
14+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
~ See the License for the specific language governing permissions and
16+
~ limitations under the License.
17+
-->
2018

2119
<project xmlns="http://maven.apache.org/POM/4.0.0"
2220
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

common-spi/src/main/java/com/tc/net/core/AbstractBufferManager.java

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
/*
2+
* Copyright Terracotta, Inc.
3+
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
24
*
3-
* The contents of this file are subject to the Terracotta Public License Version
4-
* 2.0 (the "License"); You may not use this file except in compliance with the
5-
* License. You may obtain a copy of the License at
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
68
*
7-
* http://terracotta.org/legal/terracotta-public-license.
9+
* http://www.apache.org/licenses/LICENSE-2.0
810
*
9-
* Software distributed under the License is distributed on an "AS IS" basis,
10-
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
11-
* the specific language governing rights and limitations under the License.
12-
*
13-
* The Covered Software is Terracotta Core.
14-
*
15-
* The Initial Developer of the Covered Software is
16-
* Terracotta, Inc., a Software AG company
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
1716
*
1817
*/
1918
package com.tc.net.core;

0 commit comments

Comments
 (0)