blob: bfd4113b1903b355566b5e218d41fe9693caf347 [file] [log] [blame]
// ------------------------------------------------------------------
// NOTICE file corresponding to the section 4d of The Apache License,
// Version 2.0, in this case for ${project.name}
// ------------------------------------------------------------------
${project.name}
Copyright ${projectTimespan} The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
#if($preProjectText)
$preProjectText
#end
#if(!$noProjects)
#foreach ( $project in $projects )
This product includes/uses software, $project.name#if($project.url) ($project.url)#end
#if( $project.organization.name )
,
developed by $project.organization.name #if( $project.organization.url ) ($project.organization.url)#end
#end
#if ($addLicense)#foreach ( $license in $project.licenses)
License: $license.name #if ($license.url) ($license.url)#end
#end#end
#end
#end
#if($postProjectText)
$postProjectText
#end