Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 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,16 @@ 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")}) )
#*
"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-2.0" is the new short official name
*#
#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