You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/10/07 16:11:26 UTC

[jira] [Commented] (QPID-6772) [Java] logback license is reported as incompatible

    [ https://issues.apache.org/jira/browse/QPID-6772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946899#comment-14946899 ] 

ASF subversion and git services commented on QPID-6772:
-------------------------------------------------------

Commit 1707313 from orudyy@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1707313 ]

QPID-6772,QPID-6777: Add missing licences and copyrights to LICENSE and NOTICE files accordingly. Change parent pom to apache parent pom and move license check from old parent pom into project pom

(work done by Lorenz Quack <qu...@gmail.com> and Alex Rudyy <or...@gmail.com>)

> [Java] logback license is reported as incompatible
> --------------------------------------------------
>
>                 Key: QPID-6772
>                 URL: https://issues.apache.org/jira/browse/QPID-6772
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Client
>            Reporter: Alex Rudyy
>            Priority: Blocker
>             Fix For: qpid-java-6.0
>
>         Attachments: pom-changes.diff
>
>
> mvn package -P dependency-check  is flagging our use of logback as license incompatible.  Now, logback is dual license LGNU and Eclipse Public License - the latter is compatible with Apache in binary form
> It seems the problem is simple the name of the license differs slightly so we are not detecting it as acceptable.
>  
> {noformat}
>  [INFO] Included licenses (whitelist): [Apache Software License, Version 2.0, The MIT License, BSD License, Eclipse Public License - Version 1.0, Common Public License Version 1.0, Academic Free License v2.1]
> [WARNING] There is 3 forbidden licenses used:
> [WARNING] License Unknown license used by 1 dependencies: -slf4j-api (org.slf4j:slf4j-api:1.7.12 - no url defined)
> [WARNING] License Eclipse Public License - v 1.0used by 2 dependencies: -Logback Classic Module (ch.qos.logback:logback-classic:1.1.3 - http://logback.qos.ch/logback-classic) -Logback Core Module (ch.qos.logback:logback-core:1.1.3 - http://logback.qos.ch/logback-core)
> [WARNING] License GNU Lesser General Public Licenseused by 2 dependencies: -Logback Classic Module (ch.qos.logback:logback-classic:1.1.3 - http://logback.qos.ch/logback-classic) -Logback Core Module (ch.qos.logback:logback-core:1.1.3 - http://logback.qos.ch/logback-core)
>  {noformat}
> The logback issue is "Eclipse Public License - Version 1.0" != "License Eclipse Public License - v 1.0"
>  
> We might need an additional "licenseMerge" in the configuration of license-maven-plugin
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org