Skip to content

Commit

Permalink
MNG-6414 Add more Apache license headers to skip downloading license …
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
slachiewicz committed Jul 20, 2018
1 parent 768e01c commit 549766c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
Expand Up @@ -21,11 +21,11 @@ Apache Maven includes a number of components and libraries with separate
copyright notices and license terms. Your use of those components are
subject to the terms and conditions of the following licenses.

#set ( $apacheTxt = "The Apache Software License, Version 2.0" )

#set ( $apacheLicTexts = [ "Apache License, Version 2.0", "The Apache Software License, Version 2.0",
"ASLv2", "Apache Public License 2.0" ] )
#foreach ( $project in $projects )
#foreach ( $license in $project.licenses)
#if ( ! ($apacheTxt == $license.name) )
#if ( !($apacheLicTexts.contains( $license.name)) )
#set ( $artId = $project.artifact.artifactId)
#set ( $lf = $locator )
#set ( $url = $license.url )
Expand Down

0 comments on commit 549766c

Please sign in to comment.