This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch branch-0.10.3
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.10.3 by this push:
     new 07d2eba04 TEZ-4530: Distribution years in NOTICE files are incorrect 
(#327) (Stamatis Zampetakis reviewed by Laszlo Bodor)
07d2eba04 is described below

commit 07d2eba04144f89814e7741eadb5c7cebb3c3af3
Author: Stamatis Zampetakis <zabe...@gmail.com>
AuthorDate: Fri Jan 19 16:32:47 2024 +0100

    TEZ-4530: Distribution years in NOTICE files are incorrect (#327) (Stamatis 
Zampetakis reviewed by Laszlo Bodor)
    
    According to the ASF policy the NOTICE file must reflect the distribution 
years of the product.
---
 NOTICE.txt                                                              | 2 +-
 tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt                  | 2 +-
 tez-api/src/main/resources/META-INF/NOTICE.txt                          | 2 +-
 tez-api/src/test/resources/META-INF/NOTICE.txt                          | 2 +-
 tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt               | 2 +-
 tez-common/src/main/resources/META-INF/NOTICE.txt                       | 2 +-
 tez-common/src/test/resources/META-INF/NOTICE.txt                       | 2 +-
 tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt                  | 2 +-
 tez-dag/src/main/resources/META-INF/NOTICE.txt                          | 2 +-
 tez-dag/src/test/resources/META-INF/NOTICE.txt                          | 2 +-
 tez-dist/dist-files/full/NOTICE                                         | 2 +-
 tez-dist/dist-files/minimal/NOTICE                                      | 2 +-
 tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt                 | 2 +-
 tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt             | 2 +-
 tez-examples/src/main/resources/META-INF/NOTICE.txt                     | 2 +-
 tez-examples/src/test/resources/META-INF/NOTICE.txt                     | 2 +-
 tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt            | 2 +-
 tez-mapreduce/src/main/resources/META-INF/NOTICE.txt                    | 2 +-
 tez-mapreduce/src/test/resources/META-INF/NOTICE.txt                    | 2 +-
 .../src/main/javadoc/resources/META-INF/NOTICE.txt                      | 2 +-
 .../src/main/resources/META-INF/NOTICE.txt                              | 2 +-
 .../src/main/javadoc/resources/META-INF/NOTICE.txt                      | 2 +-
 .../src/main/resources/META-INF/NOTICE.txt                              | 2 +-
 .../src/main/javadoc/resources/META-INF/NOTICE.txt                      | 2 +-
 .../tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt    | 2 +-
 .../tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt    | 2 +-
 tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt    | 2 +-
 tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt            | 2 +-
 tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt            | 2 +-
 tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt      | 2 +-
 tez-runtime-library/src/main/resources/META-INF/NOTICE.txt              | 2 +-
 tez-runtime-library/src/test/resources/META-INF/NOTICE.txt              | 2 +-
 tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt                | 2 +-
 tez-tests/src/main/resources/META-INF/NOTICE.txt                        | 2 +-
 tez-tests/src/test/resources/META-INF/NOTICE.txt                        | 2 +-
 tez-ui/src/main/resources/META-INF/NOTICE.txt                           | 2 +-
 36 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-api/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-api/src/main/resources/META-INF/NOTICE.txt 
b/tez-api/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-api/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-api/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-api/src/test/resources/META-INF/NOTICE.txt 
b/tez-api/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-api/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-api/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-common/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-common/src/main/resources/META-INF/NOTICE.txt 
b/tez-common/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-common/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-common/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-common/src/test/resources/META-INF/NOTICE.txt 
b/tez-common/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-common/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-common/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-dag/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-dag/src/main/resources/META-INF/NOTICE.txt 
b/tez-dag/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-dag/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-dag/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-dag/src/test/resources/META-INF/NOTICE.txt 
b/tez-dag/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-dag/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-dag/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-dist/dist-files/full/NOTICE b/tez-dist/dist-files/full/NOTICE
index 99b8d1579..d6d7f1158 100644
--- a/tez-dist/dist-files/full/NOTICE
+++ b/tez-dist/dist-files/full/NOTICE
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2015 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-dist/dist-files/minimal/NOTICE 
b/tez-dist/dist-files/minimal/NOTICE
index 9c69dff5f..c036d1c1f 100644
--- a/tez-dist/dist-files/minimal/NOTICE
+++ b/tez-dist/dist-files/minimal/NOTICE
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2015 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-dist/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-examples/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-examples/src/main/resources/META-INF/NOTICE.txt 
b/tez-examples/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-examples/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-examples/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-examples/src/test/resources/META-INF/NOTICE.txt 
b/tez-examples/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-examples/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-examples/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-mapreduce/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt 
b/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-mapreduce/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt 
b/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-mapreduce/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt
 
b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt
 
b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-cache-plugin/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt
 
b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt
 
b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-history-with-fs/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt
 
b/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-history/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt 
b/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-history/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt 
b/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- 
a/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt
+++ 
b/tez-plugins/tez-yarn-timeline-history/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git 
a/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-runtime-internals/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt 
b/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-runtime-internals/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt 
b/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-runtime-internals/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-runtime-library/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt 
b/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-runtime-library/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt 
b/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-runtime-library/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt 
b/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt
+++ b/tez-tests/src/main/javadoc/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-tests/src/main/resources/META-INF/NOTICE.txt 
b/tez-tests/src/main/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-tests/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-tests/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-tests/src/test/resources/META-INF/NOTICE.txt 
b/tez-tests/src/test/resources/META-INF/NOTICE.txt
index 3f36fcc6b..259590569 100644
--- a/tez-tests/src/test/resources/META-INF/NOTICE.txt
+++ b/tez-tests/src/test/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/tez-ui/src/main/resources/META-INF/NOTICE.txt 
b/tez-ui/src/main/resources/META-INF/NOTICE.txt
index 0e67d1fa9..18e068345 100644
--- a/tez-ui/src/main/resources/META-INF/NOTICE.txt
+++ b/tez-ui/src/main/resources/META-INF/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Tez
-Copyright (c) 2016 The Apache Software Foundation
+Copyright 2014-2024 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Reply via email to