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

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cd751991d15 HADOOP-19745. License header verification failure in 
hadoop-assemblies (#8112)
cd751991d15 is described below

commit cd751991d1598efb4137727b5c347271cfa930ee
Author: Steve Loughran <[email protected]>
AuthorDate: Tue Dec 2 10:23:58 2025 +0000

    HADOOP-19745. License header verification failure in hadoop-assemblies 
(#8112)
    
    
    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]

Reply via email to