Skip to content

Commit

Permalink
HBASE-28718 Should support different license name for 'Apache License…
Browse files Browse the repository at this point in the history
…, Version 2.0'
  • Loading branch information
Apache9 committed Jul 8, 2024
1 parent 610af48 commit a84d334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 467 deletions.
5 changes: 4 additions & 1 deletion hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,10 @@ project website
${dep.url}
project source
${dep.scm.url}
#elseif( !(${dep.licenses[0].name.contains("Apache License, Version 2.0")} || ${dep.licenses[0].name.contains("The Apache Software License, Version 2.0")}) )
#elseif( !(${dep.licenses[0].name.contains("Apache License, Version 2.0")}
|| ${dep.licenses[0].name.contains("The Apache Software License, Version 2.0")}
|| ${dep.licenses[0].name.contains("Apache Software License - Version 2.0")}
|| ${dep.licenses[0].name.contains("Apache-2.0")}) )
#if( ${dep.licenses[0].name.contains("CDDL")} )
#if( ${dep.licenses[0].name.contains("1.0")} )
#set($aggregated = $cddl_1_0.add($dep))
Expand Down
Loading

0 comments on commit a84d334

Please sign in to comment.