Skip to content

Commit b436ab4

Browse files
committed
Fix LICENSE.vm issues
1 parent 819b410 commit b436ab4

File tree

1 file changed

+1
-1
lines changed
  • hbase-resource-bundle/src/main/resources/META-INF

1 file changed

+1
-1
lines changed

hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ You can redistribute it and/or modify it under either the terms of the
13811381
## See this FAQ link for justifications: https://www.apache.org/legal/resolved.html
13821382
##
13831383
## NB: This list is later compared as lower-case. New entries must also be all lower-case
1384-
#set($non_aggregate_fine = [ 'public domain', 'new bsd license', 'bsd license', 'bsd', 'bsd 2-clause license', 'mozilla public license version 1.1', 'mozilla public license version 2.0', 'creative commons attribution license, version 2.5' ])
1384+
#set($non_aggregate_fine = [ 'public domain', 'new bsd license', 'bsd license', 'bsd', 'bsd 2-clause license', 'mozilla public license version 1.1', 'mozilla public license version 2.0', 'creative commons attribution license, version 2.5', 'apache license 2.0' ])
13851385
## include LICENSE sections for anything not under ASL2.0
13861386
#foreach( ${dep} in ${projects} )
13871387
## if there are no licenses we'll fail the build later, so

0 commit comments

Comments
 (0)