Skip to content

Commit

Permalink
HBASE-26760 LICENSE handling should not allow non-aggregated apache-2…
Browse files Browse the repository at this point in the history
….0 (apache#4172)

branch-2* already has correct names for Xerial Snappy wrapper and GSON.

Signed-off-by: Nick Dimiduk <[email protected]>
(cherry picked from commit bcd9a9a)
(cherry picked from commit fa1a177)
Change-Id: I1a7ec76bc3b94a3a3562cef53e1c1796bcddc914
  • Loading branch information
busbey committed Mar 9, 2022
1 parent 4ebea86 commit 3a5b826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ You can redistribute it and/or modify it under either the terms of the
## See this FAQ link for justifications: https://www.apache.org/legal/resolved.html
##
## NB: This list is later compared as lower-case. New entries must also be all lower-case
#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-2.0' ])
#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' ])
## include LICENSE sections for anything not under ASL2.0
#foreach( ${dep} in ${projects} )
## if there are no licenses we'll fail the build later, so
Expand Down

0 comments on commit 3a5b826

Please sign in to comment.