Repository: incubator-systemml Updated Branches: refs/heads/master 7e2383bfa -> 2dbed2074
[SYSTEMML-1211] Update license for bin artifacts Update LICENSE file for bin artifacts to include additional avro jars. Also include reference to wink in LICENSE, since it is included in the main SystemML jar. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/2dbed207 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/2dbed207 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/2dbed207 Branch: refs/heads/master Commit: 2dbed2074c08437d26739e6dba2524497c096bf9 Parents: 7e2383b Author: Deron Eriksson <[email protected]> Authored: Fri Feb 17 09:44:08 2017 -0800 Committer: Deron Eriksson <[email protected]> Committed: Fri Feb 17 09:44:08 2017 -0800 ---------------------------------------------------------------------- src/assembly/bin/LICENSE | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/2dbed207/src/assembly/bin/LICENSE ---------------------------------------------------------------------- diff --git a/src/assembly/bin/LICENSE b/src/assembly/bin/LICENSE index 08cd163..8ef1f6f 100644 --- a/src/assembly/bin/LICENSE +++ b/src/assembly/bin/LICENSE @@ -205,6 +205,9 @@ The following components come under the Apache Software License 2.0. avro-1.7.4.jar +avro-ipc-1.7.7-tests.jar +avro-ipc-1.7.7.jar +avro-mapred-1.7.7-hadoop2.jar commons-cli-1.2.jar commons-collections-3.2.1.jar commons-configuration-1.6.jar @@ -233,6 +236,10 @@ jackson-mapper-asl-1.9.13.jar log4j-1.2.15.jar opencsv-2.3.jar +The following compile-scope dependencies come under the Apache Software License 2.0. + +Apache Wink :: JSON4J (http://www.apache.org/wink/wink-json4j/) org.apache.wink:wink-json4j:1.4 + The following windows-only components come under the Apache Software License 2.0. hadoop.dll
