Skip to content

Commit 0ef5feb

Browse files
committed
licenses updated
1 parent 685b340 commit 0ef5feb

File tree

1,210 files changed

+409
-1496
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,210 files changed

+409
-1496
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# The Initial Developer of the Covered Software is
1616
# Terracotta, Inc., a Software AG company
1717
#
18+
#
1819

1920
#
2021

checkstyle-toolkit/suppressions.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<!--
43
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
84
9-
http://terracotta.org/legal/terracotta-public-license.
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
8+
9+
http://terracotta.org/legal/terracotta-public-license.
1010
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.
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.
1414
15-
The Covered Software is Terracotta Core.
15+
The Covered Software is Terracotta Core.
1616
17-
The Initial Developer of the Covered Software is
18-
Terracotta, Inc., a Software AG company
19-
-->
17+
The Initial Developer of the Covered Software is
18+
Terracotta, Inc., a Software AG company
2019
20+
-->
2121
<!DOCTYPE suppressions PUBLIC
2222
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
2323
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">

checkstyle/suppressions.xml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<!--
4-
~
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
8-
~
9-
~ http://terracotta.org/legal/terracotta-public-license.
10-
~
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
19-
~
20-
-->
213
4+
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
8+
9+
http://terracotta.org/legal/terracotta-public-license.
10+
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
19+
20+
-->
2221
<!DOCTYPE suppressions PUBLIC
2322
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
2423
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
1111
* the specific language governing rights and limitations under the License.
1212
*
13-
* The Covered Software is common SPI.
13+
* The Covered Software is Terracotta Core.
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
1918
package com.tc.net.core;
2019

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
1111
* the specific language governing rights and limitations under the License.
1212
*
13-
* The Covered Software is common SPI.
13+
* The Covered Software is Terracotta Core.
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
1918
package com.tc.net.core;
2019

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
1111
* the specific language governing rights and limitations under the License.
1212
*
13-
* The Covered Software is common SPI.
13+
* The Covered Software is Terracotta Core.
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
1918
package com.tc.net.core;
2019

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
1111
* the specific language governing rights and limitations under the License.
1212
*
13-
* The Covered Software is common SPI.
13+
* The Covered Software is Terracotta Core.
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
1918
package com.tc.net.core;
2019

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
19-
2018
package com.tc.net.core;
2119

2220
/**

common-spi/src/main/java/com/tc/text/PrettyPrintable.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
1111
* the specific language governing rights and limitations under the License.
1212
*
13-
* The Covered Software is common SPI.
13+
* The Covered Software is Terracotta Core.
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
1918
package com.tc.text;
2019

common-spi/src/main/java/com/tc/text/PrettyPrinter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
1111
* the specific language governing rights and limitations under the License.
1212
*
13-
* The Covered Software is common SPI.
13+
* The Covered Software is Terracotta Core.
1414
*
1515
* The Initial Developer of the Covered Software is
1616
* Terracotta, Inc., a Software AG company
17-
*
1817
*/
1918
package com.tc.text;
2019

0 commit comments

Comments
 (0)