jojochuang commented on code in PR #6671:
URL: https://github.com/apache/hbase/pull/6671#discussion_r1949698191


##########
hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm:
##########
@@ -1469,9 +1469,12 @@ ${dep.scm.url}
   "Apache License, Version 2.0" is the official name in the past
   "The Apache Software License, Version 2.0" is the official name in the past 
too
   "Apache Software License - Version 2.0" is what jetty uses in pom
+  "Apache License, version 2.0" and "Apache License 2.0" are used by Jboss 
artifacts
   "Apache-2.0" is the new short official name
 *#
 #elseif( !(${dep.licenses[0].name.contains("Apache License, Version 2.0")}
+  || ${dep.licenses[0].name.contains("Apache License, version 2.0")}

Review Comment:
   If the license check fails because the exact text doesn't match, we 
typically override the dependency license by updating this file: 
hbase-resource-bundle/src/main/resources/supplemental-models.xml



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to