Skip to content

Commit dae1f7c

Browse files
committed
chore: migrate to SPDX-License-Identifier
1 parent 3a12e7e commit dae1f7c

File tree

531 files changed

+1614
-6324
lines changed

Some content is hidden

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

531 files changed

+1614
-6324
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Copyright 2023 The original authors
21
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
7-
# http://www.apache.org/licenses/LICENSE-2.0
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
84
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
146
#
157
name: Docker Builds & Push
168
on:

.github/workflows/early-access.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Copyright 2023 The original authors
21
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
7-
# http://www.apache.org/licenses/LICENSE-2.0
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
84
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
146
#
157
name: Early Access
168

.github/workflows/feature.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
4+
#
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
#
17
name: PR Build
28

39
on:

.github/workflows/github-page.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
4+
#
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
#
17
name: GitHub Pages
28

39
on:

.github/workflows/main.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Copyright 2023 The original authors
21
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
7-
# http://www.apache.org/licenses/LICENSE-2.0
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
84
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
146
#
157
name: Main Build
168

.github/workflows/maven-deploy.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Copyright 2023 The original authors
21
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
7-
# http://www.apache.org/licenses/LICENSE-2.0
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
84
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
146
#
157
name: Deploy Maven Central
168

.github/workflows/release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1-
# Copyright 2023 The original authors
21
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
7-
# http://www.apache.org/licenses/LICENSE-2.0
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
84
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
146
#
157
name: Releases
168

.github/workflows/stale.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
# Copyright (c) StreamThoughts
4+
#
5+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
6+
#
17
name: 'Close stale issues and PRs'
28
on:
39
schedule:

checkstyle/checkstyle.xml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
<?xml version="1.0" ?>
22
<!--
3-
~ Copyright 2019-2020 StreamThoughts.
4-
~
5-
~ Licensed to the Apache Software Foundation (ASF) under one or more
6-
~ contributor license agreements. See the NOTICE file distributed with
7-
~ this work for additional information regarding copyright ownership.
8-
~ The ASF licenses this file to You under the Apache License, Version 2.0
9-
~ (the "License"); you may not use this file except in compliance with
10-
~ the License. You may obtain a copy of the License at
11-
~
12-
~ http://www.apache.org/licenses/LICENSE-2.0
13-
~
14-
~ Unless required by applicable law or agreed to in writing, software
15-
~ distributed under the License is distributed on an "AS IS" BASIS,
16-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
~ See the License for the specific language governing permissions and
18-
~ limitations under the License.
19-
-->
3+
SPDX-License-Identifier: Apache-2.0
4+
Copyright (c) StreamThoughts
5+
6+
Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
7+
-->
208
<!DOCTYPE module PUBLIC
219
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
2210
"https://checkstyle.org/dtds/configuration_1_3.dtd">
@@ -31,10 +19,9 @@
3119
<property name="file" value="${basedir}/checkstyle/suppressions.xml"/>
3220
</module>
3321
<module name="Header">
34-
<property name="headerFile" value="${basedir}/license-header" />
22+
<property name="headerFile" value="${basedir}/header" />
3523
<property name="ignoreLines" value="1, 2"/>
3624
</module>
37-
3825
<module name="LineLength">
3926
<property name="fileExtensions" value="java"/>
4027
<property name="max" value="120"/>

checkstyle/suppressions.xml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
~ Copyright 2019-2020 StreamThoughts.
4-
~
5-
~ Licensed to the Apache Software Foundation (ASF) under one or more
6-
~ contributor license agreements. See the NOTICE file distributed with
7-
~ this work for additional information regarding copyright ownership.
8-
~ The ASF licenses this file to You under the Apache License, Version 2.0
9-
~ (the "License"); you may not use this file except in compliance with
10-
~ the License. You may obtain a copy of the License at
11-
~
12-
~ http://www.apache.org/licenses/LICENSE-2.0
13-
~
14-
~ Unless required by applicable law or agreed to in writing, software
15-
~ distributed under the License is distributed on an "AS IS" BASIS,
16-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
~ See the License for the specific language governing permissions and
18-
~ limitations under the License.
19-
-->
3+
SPDX-License-Identifier: Apache-2.0
4+
Copyright (c) StreamThoughts
205
6+
Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
7+
-->
218
<!DOCTYPE suppressions PUBLIC
229
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
2310
"https://checkstyle.org/dtds/suppressions_1_0.dtd">

connect-file-pulse-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3535
<checkstyle.config.location>${project.parent.basedir}</checkstyle.config.location>
36-
<license.header.file>${project.parent.basedir}/license-header</license.header.file>
36+
<license.header.file>${project.parent.basedir}/header</license.header.file>
3737
</properties>
3838

3939
<build>

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/annotation/VisibleForTesting.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.annotation;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/clean/BatchFileCleanupPolicy.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.clean;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/clean/DelegateBatchFileCleanupPolicy.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.clean;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/clean/FileCleanupPolicy.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.clean;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/clean/FileCleanupPolicyResult.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.clean;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/clean/FileCleanupPolicyResultSet.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.clean;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/clean/GenericFileCleanupPolicy.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.clean;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/config/SimpleConfig.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2023 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.config;
178

connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/data/ArraySchema.java

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
/*
2-
* Copyright 2019-2020 StreamThoughts.
2+
* SPDX-License-Identifier: Apache-2.0
3+
* Copyright (c) StreamThoughts
34
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
5+
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
156
*/
167
package io.streamthoughts.kafka.connect.filepulse.data;
178

0 commit comments

Comments
 (0)