Skip to content

Commit fd5bd1f

Browse files
Remove license per file (#737)
Remove license per file
1 parent 350f4c2 commit fd5bd1f

File tree

411 files changed

+4
-7764
lines changed

Some content is hidden

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

411 files changed

+4
-7764
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: |
2626
docker compose -f ./docker/github/docker-compose.yaml up unit-test
2727
28-
copyright:
29-
name: Copyright and code format
28+
code_format:
29+
name: Code format
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 20
3232
steps:
@@ -47,4 +47,4 @@ jobs:
4747
uses: gradle/actions/setup-gradle@v3
4848

4949
- name: Run copyright and code format checks
50-
run: ./gradlew --no-daemon checkLicenseMain checkLicenses spotlessCheck
50+
run: ./gradlew --no-daemon spotlessCheck

LICENSE.txt renamed to LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Temporal Java SDK
22

3-
Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3+
Copyright (c) 2025 Temporal Technologies, Inc. All Rights Reserved
44

55
Copyright (c) 2017 Uber Technologies, Inc. All Rights Reserved
66

build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
plugins {
2-
id 'org.cadixdev.licenser' version '0.6.1'
32
id "net.ltgt.errorprone" version "4.0.1"
43
id 'com.diffplug.spotless' version '6.25.0' apply false
54
id "org.springframework.boot" version "${springBootPluginVersion}"
65
}
76

87
subprojects {
98
apply plugin: 'java'
10-
apply plugin: 'org.cadixdev.licenser'
119
apply plugin: 'net.ltgt.errorprone'
1210
apply plugin: 'com.diffplug.spotless'
1311

@@ -44,15 +42,6 @@ subprojects {
4442

4543
}
4644

47-
license {
48-
header rootProject.file('license-header.txt')
49-
exclude '**/*.json'
50-
exclude '**/*.yaml'
51-
exclude '**/*.yml'
52-
exclude '**/*.html'
53-
exclude '**/*.js'
54-
}
55-
5645
apply plugin: 'com.diffplug.spotless'
5746

5847
spotless {

core/src/main/java/io/temporal/samples/asyncchild/ChildWorkflow.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncchild;
212

223
import io.temporal.workflow.WorkflowInterface;

core/src/main/java/io/temporal/samples/asyncchild/ChildWorkflowImpl.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncchild;
212

223
import io.temporal.workflow.Workflow;

core/src/main/java/io/temporal/samples/asyncchild/ParentWorkflow.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncchild;
212

223
import io.temporal.api.common.v1.WorkflowExecution;

core/src/main/java/io/temporal/samples/asyncchild/ParentWorkflowImpl.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncchild;
212

223
import io.temporal.api.common.v1.WorkflowExecution;

core/src/main/java/io/temporal/samples/asyncchild/Starter.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncchild;
212

223
import io.temporal.api.common.v1.WorkflowExecution;

core/src/main/java/io/temporal/samples/asyncuntypedchild/ChildWorkflow.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncuntypedchild;
212

223
import io.temporal.workflow.WorkflowInterface;

core/src/main/java/io/temporal/samples/asyncuntypedchild/ChildWorkflowImpl.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
/*
2-
* Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved
3-
*
4-
* Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5-
*
6-
* Modifications copyright (C) 2017 Uber Technologies, Inc.
7-
*
8-
* Licensed under the Apache License, Version 2.0 (the "License"). You may not
9-
* use this file except in compliance with the License. A copy of the License is
10-
* located at
11-
*
12-
* http://aws.amazon.com/apache2.0
13-
*
14-
* or in the "license" file accompanying this file. This file is distributed on
15-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
16-
* express or implied. See the License for the specific language governing
17-
* permissions and limitations under the License.
18-
*/
19-
201
package io.temporal.samples.asyncuntypedchild;
212

223
import io.temporal.workflow.Workflow;

0 commit comments

Comments
 (0)