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

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new c4f0cf089bf IGNITE-28114 Remove custom configuration for Apache RAT 
plugin (#12871)
c4f0cf089bf is described below

commit c4f0cf089bf200d679e611fc97115273b06da035
Author: Alexey Abashev <[email protected]>
AuthorDate: Mon Mar 16 13:48:30 2026 +0300

    IGNITE-28114 Remove custom configuration for Apache RAT plugin (#12871)
---
 parent/pom.xml        | 3 ++-
 parent/rat-config.xml | 9 ++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0eb8c5fa71d..ac1d2a63650 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -755,7 +755,7 @@
                         <configuration>
                             
<config>${maven.multiModuleProjectDirectory}/parent/rat-config.xml</config>
                             <!-- Disable SCM ignore file parsing to avoid RAT 
0.17 race condition
-                                 with temporary NameSet files in parallel 
builds (CREADUR-RAT-311) -->
+                                 with temporary NameSet files in parallel 
builds -->
                             
<parseSCMIgnoresAsExcludes>false</parseSCMIgnoresAsExcludes>
                         </configuration>
                         <executions>
@@ -811,6 +811,7 @@
                                         
<inputExclude>**/MIGRATION_GUIDE*</inputExclude>
                                         
<inputExclude>src/main/java/org/apache/ignite/internal/util/nio/SelectedSelectionKeySet.java</inputExclude><!--
 Apache 2.0 license -->
                                         
<inputExclude>src/main/java/org/apache/ignite/internal/processors/query/calcite/sql/generated/*.java</inputExclude><!--auto
 generated files-->
+                                        
<inputExclude>src/main/java/org/apache/ignite/internal/processors/query/stat/hll/**</inputExclude><!--
 Apache 2.0 license, copyright Aggregate Knowledge, Inc. -->
                                         
<inputExclude>src/main/java/org/jsr166/*.java</inputExclude>
                                         
<inputExclude>src/main/java/org/mindrot/*.java</inputExclude>
                                         
<inputExclude>src/test/java/org/apache/ignite/p2p/p2p.properties</inputExclude><!--test
 depends on file content-->
diff --git a/parent/rat-config.xml b/parent/rat-config.xml
index 42adbeb905a..d6ddc425252 100644
--- a/parent/rat-config.xml
+++ b/parent/rat-config.xml
@@ -17,10 +17,12 @@
 -->
 <rat-config>
     <families>
-        <family id="IAL20" name="Ignite Apache License 2.0"/>
+        <family id="AL" name="Apache License"/>
     </families>
     <licenses>
-        <license family="IAL20" id="IAL20" name="Ignite Apache License 2.0">
+        <!-- Override built-in AL2.0: replace the permissive URL-based matcher
+             with the full ASF license header text. -->
+        <license family="AL" id="AL2.0" name="Apache License 2.0">
             <text>Licensed to the Apache Software Foundation (ASF) under one 
or more
                 contributor license agreements.  See the NOTICE file 
distributed with
                 this work for additional information regarding copyright 
ownership.
@@ -37,7 +39,4 @@
                 limitations under the License.</text>
         </license>
     </licenses>
-    <approved>
-        <family license_ref="IAL20"/>
-    </approved>
 </rat-config>

Reply via email to