You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/10/13 15:19:31 UTC

[maven] branch master updated: MNG-6779 jcl-over-slf4j is Apache 2.0, even if its pom says MIT

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 55572a4  MNG-6779 jcl-over-slf4j is Apache 2.0, even if its pom says MIT
55572a4 is described below

commit 55572a4eb05c495128a40f0c9080f5c17775b0b6
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 13 17:19:26 2019 +0200

    MNG-6779 jcl-over-slf4j is Apache 2.0, even if its pom says MIT
---
 apache-maven/src/main/appended-resources/META-INF/LICENSE.vm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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