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/05 00:20:13 UTC

[jira] [Created] (SYSTEMML-661) Update license and notice for distrib assembly (tar.gz and zip)

Deron Eriksson created SYSTEMML-661:
---------------------------------------

             Summary: Update license and notice for distrib assembly (tar.gz and zip)
                 Key: SYSTEMML-661
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-661
             Project: SystemML
          Issue Type: Task
          Components: Build
            Reporter: Deron Eriksson


The distrib assembly (see pom.xml which references src/assembly/distrib.xml) generates tar.gz and zip artifacts (such as systemml-0.10.0-incubating-SNAPSHOT.tar.gz and systemml-0.10.0-incubating-SNAPSHOT.zip). These artifacts contain the SystemML.jar file. This file contains classes from other projects since the scope of these projects is set to the default "compile" scope (see SYSTEMML-659).

These dependencies can be seen in the META-INF/DEPENDENCIES file in the SystemML.jar file:
{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 the base directory in the tar.gz and zip files should be updated to reference these libraries.




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