Skip to content

Enforce licenses #1140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 15 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
#
# Copyright Terracotta, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# The contents of this file are subject to the Terracotta Public License Version
# 2.0 (the "License"); You may not use this file except in compliance with the
# License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://terracotta.org/legal/terracotta-public-license.
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
# the specific language governing rights and limitations under the License.
#
# The Covered Software is Terracotta Core.
#
# The Initial Developer of the Covered Software is
# Terracotta, Inc., a Software AG company
#
#

#

# See shared code location for steps and parameters:
Expand Down
35 changes: 17 additions & 18 deletions checkstyle-toolkit/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~
~ The contents of this file are subject to the Terracotta Public License Version
~ 2.0 (the "License"); You may not use this file except in compliance with the
~ License. You may obtain a copy of the License at
~
~ http://terracotta.org/legal/terracotta-public-license.
~
~ Software distributed under the License is distributed on an "AS IS" basis,
~ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
~ the specific language governing rights and limitations under the License.
~
~ The Covered Software is Terracotta Core.
~
~ The Initial Developer of the Covered Software is
~ Terracotta, Inc., a Software AG company
~
-->


The contents of this file are subject to the Terracotta Public License Version
2.0 (the "License"); You may not use this file except in compliance with the
License. You may obtain a copy of the License at

http://terracotta.org/legal/terracotta-public-license.

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.

The Covered Software is Terracotta Core.

The Initial Developer of the Covered Software is
Terracotta, Inc., a Software AG company

-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
Expand Down
35 changes: 17 additions & 18 deletions checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~
~ The contents of this file are subject to the Terracotta Public License Version
~ 2.0 (the "License"); You may not use this file except in compliance with the
~ License. You may obtain a copy of the License at
~
~ http://terracotta.org/legal/terracotta-public-license.
~
~ Software distributed under the License is distributed on an "AS IS" basis,
~ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
~ the specific language governing rights and limitations under the License.
~
~ The Covered Software is Terracotta Core.
~
~ The Initial Developer of the Covered Software is
~ Terracotta, Inc., a Software AG company
~
-->


The contents of this file are subject to the Terracotta Public License Version
2.0 (the "License"); You may not use this file except in compliance with the
License. You may obtain a copy of the License at

http://terracotta.org/legal/terracotta-public-license.

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
the specific language governing rights and limitations under the License.

The Covered Software is Terracotta Core.

The Initial Developer of the Covered Software is
Terracotta, Inc., a Software AG company

-->
<!DOCTYPE suppressions PUBLIC
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Covered Software is common SPI.
* The Covered Software is Terracotta Core.
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.net.core;

Expand Down
3 changes: 1 addition & 2 deletions common-spi/src/main/java/com/tc/net/core/BufferManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Covered Software is common SPI.
* The Covered Software is Terracotta Core.
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.net.core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Covered Software is common SPI.
* The Covered Software is Terracotta Core.
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.net.core;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Covered Software is common SPI.
* The Covered Software is Terracotta Core.
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.net.core;

Expand Down
2 changes: 0 additions & 2 deletions common-spi/src/main/java/com/tc/net/core/ProductID.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/

package com.tc.net.core;

/**
Expand Down
3 changes: 1 addition & 2 deletions common-spi/src/main/java/com/tc/text/PrettyPrintable.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Covered Software is common SPI.
* The Covered Software is Terracotta Core.
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.text;

Expand Down
3 changes: 1 addition & 2 deletions common-spi/src/main/java/com/tc/text/PrettyPrinter.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
* the specific language governing rights and limitations under the License.
*
* The Covered Software is common SPI.
* The Covered Software is Terracotta Core.
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.text;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/EventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/PostInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/SEDA.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/Sink.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/Source.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/Stage.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/StageListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/StageManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/StageMonitor.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/api/StageQueueStats.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.api;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/impl/Event.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
2 changes: 0 additions & 2 deletions common/src/main/java/com/tc/async/impl/EventCreator.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/

package com.tc.async.impl;

/**
Expand Down
2 changes: 0 additions & 2 deletions common/src/main/java/com/tc/async/impl/MockSink.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/

package com.tc.async.impl;

import com.tc.async.api.Sink;
Expand Down
1 change: 0 additions & 1 deletion common/src/main/java/com/tc/async/impl/MockStage.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
* The Initial Developer of the Covered Software is
* Terracotta, Inc., a Software AG company
*
*/
package com.tc.async.impl;

Expand Down
Loading