Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEZ-4530: Distribution years in NOTICE files are incorrect #327

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

zabetak
Copy link
Contributor

@zabetak zabetak commented Jan 19, 2024

According to the ASF policy the NOTICE file must reflect the distribution years of the product.

Update the files using the following command:

find . -name "*NOTICE*" -exec sed -i 's/Copyright.*/Copyright 2014-2024 The Apache Software Foundation/' {} \;

According to the ASF policy the NOTICE file must reflect the distribution years of the product.
@abstractdog abstractdog self-requested a review January 19, 2024 15:32
@abstractdog abstractdog merged commit d8dda5c into apache:master Jan 19, 2024
4 checks passed
asfgit pushed a commit that referenced this pull request Jan 19, 2024
…amatis Zampetakis reviewed by Laszlo Bodor)

According to the ASF policy the NOTICE file must reflect the distribution years of the product.
@tez-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 25m 12s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 9 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 5m 40s Maven dependency ordering for branch
+1 💚 mvninstall 10m 14s master passed
+1 💚 javadoc 6m 32s master passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu122.04
+1 💚 javadoc 6m 1s master passed with JDK Private Build-1.8.0_392-8u392-ga-1~22.04-b08
_ Patch Compile Tests _
+0 🆗 mvndep 0m 10s Maven dependency ordering for patch
+1 💚 mvninstall 9m 51s the patch passed
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 javadoc 6m 20s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu122.04
+1 💚 javadoc 6m 6s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~22.04-b08
_ Other Tests _
+1 💚 unit 2m 28s tez-api in the patch passed.
+1 💚 unit 0m 37s tez-common in the patch passed.
+1 💚 unit 0m 51s tez-runtime-internals in the patch passed.
+1 💚 unit 5m 46s tez-runtime-library in the patch passed.
+1 💚 unit 1m 36s tez-mapreduce in the patch passed.
+1 💚 unit 0m 26s tez-examples in the patch passed.
+1 💚 unit 5m 21s tez-dag in the patch passed.
-1 ❌ unit 43m 18s tez-tests in the patch failed.
+1 💚 unit 1m 38s tez-ui in the patch passed.
+1 💚 unit 1m 48s tez-yarn-timeline-history in the patch passed.
+1 💚 unit 0m 28s tez-yarn-timeline-cache-plugin in the patch passed.
+1 💚 unit 1m 50s tez-yarn-timeline-history-with-fs in the patch passed.
+1 💚 unit 0m 28s tez-dist in the patch passed.
+1 💚 unit 75m 12s root in the patch passed.
+1 💚 asflicense 5m 40s The patch does not generate ASF License warnings.
225m 57s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/artifact/out/Dockerfile
GITHUB PR #327
JIRA Issue TEZ-4530
Optional Tests dupname asflicense javac javadoc unit shellcheck shelldocs
uname Linux 5d13696da74d 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/tez.sh
git revision master / 2161124
Default Java Private Build-1.8.0_392-8u392-ga-1~22.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu122.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~22.04-b08
unit https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/artifact/out/patch-unit-tez-tests.txt
Test Results https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/testReport/
Max. process+thread count 2100 (vs. ulimit of 5500)
modules C: tez-api tez-common tez-runtime-internals tez-runtime-library tez-mapreduce tez-examples tez-dag tez-tests tez-ui tez-plugins/tez-yarn-timeline-history tez-plugins/tez-yarn-timeline-cache-plugin tez-plugins/tez-yarn-timeline-history-with-fs tez-dist . U: .
Console output https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/console
versions git=2.34.1 maven=3.6.3 shellcheck=0.7.1
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants