From 1f10be158edc2d8977d6502f945e7cf100d69a25 Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Tue, 19 Sep 2017 15:18:39 -0400 Subject: [PATCH] HBASE-18851 Add "BSD" to the acceptable licenses list org.ow2.asm:asm actually is 3-clause BSD, but it was marked as "BSD" which we need to add to our exclusions list. --- hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm index e1475a56ac..0df8f33737 100644 --- a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm +++ b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm @@ -1338,7 +1338,7 @@ You can redistribute it and/or modify it under either the terms of the ## license mentions. ## ## See this FAQ link for justifications: https://www.apache.org/legal/resolved.html -#set($non_aggregate_fine = [ 'Public Domain', 'New BSD license', 'BSD license', 'Mozilla Public License Version 1.1', 'Mozilla Public License Version 2.0', 'Creative Commons Attribution License, Version 2.5' ]) +#set($non_aggregate_fine = [ 'Public Domain', 'New BSD license', 'BSD license', 'BSD', '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 -- 2.13.3