You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/05/04 23:57:12 UTC

[jira] [Created] (SYSTEMML-659) Update license and notice for main jar artifact

Deron Eriksson created SYSTEMML-659:
---------------------------------------

             Summary: Update license and notice for main jar artifact
                 Key: SYSTEMML-659
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-659
             Project: SystemML
          Issue Type: Task
          Components: Build
            Reporter: Deron Eriksson


The main project jar file that is built (such as systemml-0.10.0-incubating-SNAPSHOT.jar) contains classes from some other projects since they are set to the default scope (compile). These projects can be seen in META-INF/DEPENDENCIES:

{code}
// ------------------------------------------------------------------
// Transitive dependencies of this project determined from the
// maven pom organized by organization.
// ------------------------------------------------------------------

SystemML


From: 'abego Software GmbH, Germany' (http://abego-software.de)
  - abego TreeLayout Core (http://code.google.com/p/treelayout/) org.abego.treelayout:org.abego.treelayout.core:jar:1.0.1
    License: BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)  (http://treelayout.googlecode.com/files/LICENSE.TXT)

From: 'an unknown organization'
  - Guava: Google Core Libraries for Java (http://code.google.com/p/guava-libraries/guava) com.google.guava:guava:bundle:14.0.1
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)

From: 'ANTLR' (http://www.antlr.org)
  - ANTLR 4 Runtime Annotations (http://www.antlr.org/antlr4-annotations) org.antlr:antlr4-annotations:jar:4.3
    License: The BSD License  (http://www.antlr.org/license.html)
  - ANTLR 4 Runtime (http://www.antlr.org/antlr4-runtime) org.antlr:antlr4-runtime:jar:4.3
    License: The BSD License  (http://www.antlr.org/license.html)

From: 'The Apache Software Foundation' (http://www.apache.org/)
  - Apache Wink :: JSON4J (http://www.apache.org/wink/wink-json4j/) org.apache.wink:wink-json4j:jar:1.4
    License: The Apache Software License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
{code}

The LICENSE and NOTICE files (in META-INF) included in the jar most likely need to be updated to reference these libraries.



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