MNG-6779 jcl-over-slf4j is Apache 2.0, even if its pom says MIT

This commit is contained in:
Hervé Boutemy 2019-10-13 17:19:26 +02:00
parent 3f3d775ede
commit 55572a4eb0

View File

@ -33,9 +33,8 @@ subject to the terms and conditions of the following licenses:
#* *##set ( $spdx = false ) #* *##set ( $spdx = false )
#* *##set ( $includeLicense = true ) #* *##set ( $includeLicense = true )
#* *### #* *###
#* *##if ( ( $project.artifact.toString() == "org.checkerframework:checker-compat-qual:jar:2.0.0" ) #* *##if ( $project.artifact.artifactId == "jcl-over-slf4j" )
&& ( $url == "http://www.gnu.org/software/classpath/license.html" ) ) #* *### jcl-over-slf4j is Apache 2.0, even if its pom says MIT
#* *### checkerframework is MIT for qual: https://github.com/typetools/checker-framework/blob/master/LICENSE.txt
#* *##set ( $includeLicense = false ) #* *##set ( $includeLicense = false )
#* *##end #* *##end
#* *##if ( $license.name == "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0" ) #* *##if ( $license.name == "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0" )