This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 8fb542139 PARQUET-2499: Update NOTICE to Apache Parquet Java (#1375)
8fb542139 is described below
commit 8fb54213909aa9ce914fa0a0957804966f095552
Author: Cancai Cai <[email protected]>
AuthorDate: Thu Jun 20 09:26:44 2024 +0800
PARQUET-2499: Update NOTICE to Apache Parquet Java (#1375)
---
NOTICE | 2 +-
parquet-cli/src/main/resources/META-INF/NOTICE | 4 ++--
parquet-protobuf/src/main/resources/META-INF/NOTICE | 4 ++--
pom.xml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/NOTICE b/NOTICE
index 5f6f83c1f..46300d6cd 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
-Apache Parquet MR
+Apache Parquet Java
Copyright 2014-2024 The Apache Software Foundation
This product includes software developed at
diff --git a/parquet-cli/src/main/resources/META-INF/NOTICE
b/parquet-cli/src/main/resources/META-INF/NOTICE
index f90733d38..16d96dc43 100644
--- a/parquet-cli/src/main/resources/META-INF/NOTICE
+++ b/parquet-cli/src/main/resources/META-INF/NOTICE
@@ -1,6 +1,6 @@
-Apache Parquet MR
-Copyright 2016 The Apache Software Foundation
+Apache Parquet Java
+Copyright 2014-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/parquet-protobuf/src/main/resources/META-INF/NOTICE
b/parquet-protobuf/src/main/resources/META-INF/NOTICE
index 215e2c48d..7e50080ec 100644
--- a/parquet-protobuf/src/main/resources/META-INF/NOTICE
+++ b/parquet-protobuf/src/main/resources/META-INF/NOTICE
@@ -1,6 +1,6 @@
-Apache Parquet MR (Incubating)
-Copyright 2014 The Apache Software Foundation
+Apache Parquet Java
+Copyright 2014-2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index f7c29f6a7..55a24850d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<version>1.15.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>Apache Parquet MR</name>
+ <name>Apache Parquet Java</name>
<url>https://parquet.apache.org</url>
<description>Parquet is a columnar storage format that supports nested data.
This provides the java implementation.</description>