@@ -221,10 +221,10 @@ under the License.
221221 limitations under the License.
222222
223223## Special cases, for e.g. ASL2.0 licensed works that bundle additional third party works
224- #set($bundled-jquery = ${bundled-jquery .equalsIgnoreCase("true")})
225- #set($bundled-logo = ${bundled-logo .equalsIgnoreCase("true")})
226- #set($bundled-dependencies = ${bundled-dependencies .equalsIgnoreCase("true")})
227- #if($bundled-jquery || $bundled-logo || $bundled-dependencies )
224+ #set($bundled_jquery = ${bundled_jquery .equalsIgnoreCase("true")})
225+ #set($bundled_logo = ${bundled_logo .equalsIgnoreCase("true")})
226+ #set($bundled_dependencies = ${bundled_dependencies .equalsIgnoreCase("true")})
227+ #if($bundled_jquery || $bundled_logo || $bundled_dependencies )
228228====
229229${project.name} contained works
230230
@@ -884,12 +884,12 @@ facade for Java, which can be obtained at:
884884 * HOMEPAGE:
885885 * http://www.slf4j.org/
886886#end
887- ## Supplemental from commons-math
887+ ## Supplemental from commons_math
888888#macro(commons_math_license)
889889----
890890APACHE COMMONS MATH DERIVATIVE WORKS:
891891
892- The Apache commons-math library includes a number of subcomponents
892+ The Apache commons_math library includes a number of subcomponents
893893whose implementation is derived from original sources written
894894in C or Fortran. License terms of the original sources
895895are reproduced below.
@@ -1178,7 +1178,7 @@ For the org.apache.hadoop.util.bloom.* classes:
11781178## skip jquery
11791179## skip backbone
11801180## relocated jackson 2.4.0 is ASLv2 with no notice
1181- ## relocated commons-logging 1.1.1 is in NOTICE.vm
1181+ ## relocated commons_logging 1.1.1 is in NOTICE.vm
11821182#end
11831183#macro (thrift_license)
11841184## Thrift supplemental for libthrift is a no-op.
@@ -1295,15 +1295,15 @@ You can redistribute it and/or modify it under either the terms of the
12951295 PURPOSE.
12961296#end
12971297## modules with bundled works in source
1298- #if(${bundled-jquery })
1298+ #if(${bundled_jquery })
12991299#jquery_license()
13001300#end
1301- #if(${bundled-logo })
1301+ #if(${bundled_logo })
13021302#orca_logo_license()
13031303#end
13041304## when true, we're in a module that makes a binary dist with
13051305## bundled works.
1306- #if(${bundled-dependencies })
1306+ #if(${bundled_dependencies })
13071307====
13081308## gather up CDDL licensed works
13091309#set($cddl_1_0 = [])
@@ -1316,8 +1316,8 @@ You can redistribute it and/or modify it under either the terms of the
13161316#set($cpl = [])
13171317## gather up EPL 1.0 works
13181318#set($epl = [])
1319- ## track commons-math
1320- #set($commons-math = false)
1319+ ## track commons_math
1320+ #set($commons_math = false)
13211321## track if we need jruby additionals.
13221322#set($jruby = false)
13231323## track hadoops
@@ -1342,7 +1342,7 @@ g:${dep.groupId} AND a:${dep.artifactId} AND v:${dep.version}
13421342Until ratis-resource-bundle/src/main/resources/supplemental-models.xml
13431343is updated, the build should fail.
13441344#end
1345- #if(${debug-print-included-work-info .equalsIgnoreCase("true")})
1345+ #if(${debug_print_included_work_info .equalsIgnoreCase("true")})
13461346=====
13471347Check license for included work
13481348
@@ -1364,8 +1364,8 @@ ${dep.scm.url}
13641364#end
13651365#set($aggregated=false)
13661366## Check for our set of known dependencies that require manual LICENSE additions.
1367- #if($dep.artifactId.equals("commons-math3 "))
1368- #set($commons-math =true)
1367+ #if($dep.artifactId.equals("commons_math3 "))
1368+ #set($commons_math =true)
13691369#end
13701370#if($dep.artifactId.equals("jruby-complete"))
13711371#set($jruby=true)
@@ -1465,7 +1465,7 @@ ${dep.scm.url}
14651465#if($hadoop)
14661466#hadoop_license()
14671467#end
1468- #if($commons-math )
1468+ #if($commons_math )
14691469#commons_math_license()
14701470#end
14711471#if(!(${mit.isEmpty()}))
0 commit comments