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

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 75b567daa705 [SPARK-46628][INFRA] Use SPDX short identifier in 
`license` name
75b567daa705 is described below

commit 75b567daa705016f2ddb74dc8404ae66bc33bbcd
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Mon Jan 8 16:24:06 2024 -0800

    [SPARK-46628][INFRA] Use SPDX short identifier in `license` name
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use SPDX short identifier as `license`'s `name` field.
    
    - https://spdx.org/licenses/Apache-2.0.html
    
    ### Why are the changes needed?
    
    SPDX short identifier is recommended as `name` field by `Apache Maven`.
    - https://maven.apache.org/pom.html#Licenses
    
    ASF pom file has been using it. This PR aims to match with ASF pom file.
    - https://github.com/apache/maven-apache-parent/pull/118
    - 
https://github.com/apache/maven-apache-parent/blob/7888bdb8ee653ecc03b5fee136540a607193c240/pom.xml#L46
    ```
    <name>Apache-2.0</name>
    ```
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #44631 from dongjoon-hyun/SPARK-46628.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit d008f81a9d8d4b5e8e434469755405f6ae747e75)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 14e0ab3e0f62..9e945f8d959a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <url>https://spark.apache.org/</url>
   <licenses>
     <license>
-      <name>Apache 2.0 License</name>
+      <name>Apache-2.0</name>
       <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
       <distribution>repo</distribution>
     </license>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to