Skip to content

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

Merged
abstractdog merged 1 commit into
apache:masterfrom
zabetak:TEZ-4530
Jan 19, 2024
Merged

TEZ-4530: Distribution years in NOTICE files are incorrect#327
abstractdog merged 1 commit into
apache:masterfrom
zabetak:TEZ-4530

Conversation

@zabetak

Copy link
Copy Markdown
Member

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:masterJan 19, 2024
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
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec25m 12sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo case conflicting files found.
+0 🆗shelldocs0m 0sShelldocs was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
+1 💚test4tests0m 0sThe patch appears to include 9 new or modified test files.
_ master Compile Tests _
+0 🆗mvndep5m 40sMaven dependency ordering for branch
+1 💚mvninstall10m 14smaster passed
+1 💚javadoc6m 32smaster passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu122.04
+1 💚javadoc6m 1smaster passed with JDK Private Build-1.8.0_392-8u392-ga-1~22.04-b08
_ Patch Compile Tests _
+0 🆗mvndep0m 10sMaven dependency ordering for patch
+1 💚mvninstall9m 51sthe patch passed
+1 💚shellcheck0m 0sThere were no new shellcheck issues.
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚javadoc6m 20sthe patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu122.04
+1 💚javadoc6m 6sthe patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~22.04-b08
_ Other Tests _
+1 💚unit2m 28stez-api in the patch passed.
+1 💚unit0m 37stez-common in the patch passed.
+1 💚unit0m 51stez-runtime-internals in the patch passed.
+1 💚unit5m 46stez-runtime-library in the patch passed.
+1 💚unit1m 36stez-mapreduce in the patch passed.
+1 💚unit0m 26stez-examples in the patch passed.
+1 💚unit5m 21stez-dag in the patch passed.
-1 ❌unit43m 18stez-tests in the patch failed.
+1 💚unit1m 38stez-ui in the patch passed.
+1 💚unit1m 48stez-yarn-timeline-history in the patch passed.
+1 💚unit0m 28stez-yarn-timeline-cache-plugin in the patch passed.
+1 💚unit1m 50stez-yarn-timeline-history-with-fs in the patch passed.
+1 💚unit0m 28stez-dist in the patch passed.
+1 💚unit75m 12sroot in the patch passed.
+1 💚asflicense5m 40sThe patch does not generate ASF License warnings.
225m 57s
SubsystemReport/Notes
DockerClientAPI=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 IssueTEZ-4530
Optional Testsdupname asflicense javac javadoc unit shellcheck shelldocs
unameLinux 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 toolmaven
Personalitypersonality/tez.sh
git revisionmaster / 2161124
Default JavaPrivate 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
unithttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/artifact/out/patch-unit-tez-tests.txt
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/testReport/
Max. process+thread count2100 (vs. ulimit of 5500)
modulesC: 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 outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-327/1/console
versionsgit=2.34.1 maven=3.6.3 shellcheck=0.7.1
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Sign up for freeto 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

@zabetak@tez-yetus@abstractdog