This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 5dc6dacb Fix license headers (#1201)
5dc6dacb is described below
commit 5dc6dacb8079369750e9828af8eaf143df755884
Author: Julien Nioche <[email protected]>
AuthorDate: Mon Apr 29 16:03:41 2024 +0100
Fix license headers (#1201)
Signed-off-by: Julien Nioche <[email protected]>
---
THIRD-PARTY.txt | 2 ++
.../java/org/apache/stormcrawler/indexer/BasicIndexingTest.java | 7 +++----
.../test/java/org/apache/stormcrawler/indexer/IndexerTester.java | 7 +++----
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt
index 9362d1bc..d7911348 100644
--- a/THIRD-PARTY.txt
+++ b/THIRD-PARTY.txt
@@ -36,6 +36,7 @@ List of third-party dependencies grouped by their license
type.
* Apache Commons Text (org.apache.commons:commons-text:1.11.0 -
https://commons.apache.org/proper/commons-text)
* Apache FontBox (org.apache.pdfbox:fontbox:2.0.29 -
http://pdfbox.apache.org/)
* Apache Hadoop Auth (org.apache.hadoop:hadoop-auth:3.3.6 - no url
defined)
+ * Apache Hadoop Client API (org.apache.hadoop:hadoop-client-api:3.3.6
- no url defined)
* Apache Hadoop Common (org.apache.hadoop:hadoop-common:3.3.6 - no url
defined)
* Apache Hadoop shaded Guava
(org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1 -
https://www.apache.org/hadoop-thirdparty/hadoop-shaded-guava/)
* Apache HBase - Client (org.apache.hbase:hbase-client:2.5.6-hadoop3 -
https://hbase.apache.org/hbase-build-configuration/hbase-client)
@@ -253,6 +254,7 @@ List of third-party dependencies grouped by their license
type.
* server (org.opensearch:opensearch:2.12.0 -
https://github.com/opensearch-project/OpenSearch.git)
* Shaded Deps for Storm Client
(org.apache.storm:storm-shaded-deps:2.6.2 -
https://storm.apache.org/storm-shaded-deps)
* SnakeYAML (org.yaml:snakeyaml:2.2 -
https://bitbucket.org/snakeyaml/snakeyaml)
+ * snappy-java (org.xerial.snappy:snappy-java:1.1.8.2 -
https://github.com/xerial/snappy-java)
* sniffer (org.opensearch.client:opensearch-rest-client-sniffer:2.12.0
- https://github.com/opensearch-project/OpenSearch.git)
* SparseBitSet (com.zaxxer:SparseBitSet:1.2 -
https://github.com/brettwooldridge/SparseBitSet)
* storm-autocreds (org.apache.storm:storm-autocreds:2.6.2 -
https://storm.apache.org/external/storm-autocreds)
diff --git
a/core/src/test/java/org/apache/stormcrawler/indexer/BasicIndexingTest.java
b/core/src/test/java/org/apache/stormcrawler/indexer/BasicIndexingTest.java
index 4ebb3e75..72a8def5 100644
--- a/core/src/test/java/org/apache/stormcrawler/indexer/BasicIndexingTest.java
+++ b/core/src/test/java/org/apache/stormcrawler/indexer/BasicIndexingTest.java
@@ -1,12 +1,12 @@
/*
- * Licensed to DigitalPebble Ltd under one or more
+ * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * DigitalPebble licenses this file to You under the Apache License, Version
2.0
+ * The ASF licenses this file to you 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
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.stormcrawler.indexer;
import java.util.ArrayList;
diff --git
a/core/src/test/java/org/apache/stormcrawler/indexer/IndexerTester.java
b/core/src/test/java/org/apache/stormcrawler/indexer/IndexerTester.java
index ea0c0f18..7dffe7ba 100644
--- a/core/src/test/java/org/apache/stormcrawler/indexer/IndexerTester.java
+++ b/core/src/test/java/org/apache/stormcrawler/indexer/IndexerTester.java
@@ -1,12 +1,12 @@
/*
- * Licensed to DigitalPebble Ltd under one or more
+ * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
- * DigitalPebble licenses this file to You under the Apache License, Version
2.0
+ * The ASF licenses this file to you 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
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
package org.apache.stormcrawler.indexer;
import static org.mockito.Mockito.mock;