This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 224a102b66d HADOOP-19745. License header verification failure in
hadoop-assemblies (#8112) (#8115)
224a102b66d is described below
commit 224a102b66ddd222cf6d0fb637c98001eafbae94
Author: Steve Loughran <[email protected]>
AuthorDate: Tue Dec 2 19:17:53 2025 +0000
HADOOP-19745. License header verification failure in hadoop-assemblies
(#8112) (#8115)
Followup to HADOOP-19696: the license URL in asf license headers MUST be
http and not https
---
.../src/main/resources/assemblies/hadoop-cloud-storage.xml | 2 +-
hadoop-assemblies/src/main/resources/assemblies/hadoop-yarn-dist.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-assemblies/src/main/resources/assemblies/hadoop-cloud-storage.xml
b/hadoop-assemblies/src/main/resources/assemblies/hadoop-cloud-storage.xml
index 03f62dcb4b8..127cc03e652 100644
--- a/hadoop-assemblies/src/main/resources/assemblies/hadoop-cloud-storage.xml
+++ b/hadoop-assemblies/src/main/resources/assemblies/hadoop-cloud-storage.xml
@@ -6,7 +6,7 @@
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
- https://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,
diff --git
a/hadoop-assemblies/src/main/resources/assemblies/hadoop-yarn-dist.xml
b/hadoop-assemblies/src/main/resources/assemblies/hadoop-yarn-dist.xml
index cb90d59fcd7..7fe5b8e683e 100644
--- a/hadoop-assemblies/src/main/resources/assemblies/hadoop-yarn-dist.xml
+++ b/hadoop-assemblies/src/main/resources/assemblies/hadoop-yarn-dist.xml
@@ -6,7 +6,7 @@
(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.01
+ 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,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]