Repository: systemml Updated Branches: refs/heads/master de0513415 -> 9a8421d4c
[SYSTEMML-1642] Update license with current code change Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/9a8421d4 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/9a8421d4 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/9a8421d4 Branch: refs/heads/master Commit: 9a8421d4c4fe3bc65ebac703fd30be49a20d8c8c Parents: de05134 Author: Arvind Surve <[email protected]> Authored: Tue Aug 29 10:27:42 2017 -0700 Committer: Arvind Surve <[email protected]> Committed: Tue Aug 29 10:27:42 2017 -0700 ---------------------------------------------------------------------- .../java/org/apache/sysml/validation/ValidateLicAndNotice.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/9a8421d4/dev/release/src/test/java/org/apache/sysml/validation/ValidateLicAndNotice.java ---------------------------------------------------------------------- diff --git a/dev/release/src/test/java/org/apache/sysml/validation/ValidateLicAndNotice.java b/dev/release/src/test/java/org/apache/sysml/validation/ValidateLicAndNotice.java index 230cdbb..391862d 100644 --- a/dev/release/src/test/java/org/apache/sysml/validation/ValidateLicAndNotice.java +++ b/dev/release/src/test/java/org/apache/sysml/validation/ValidateLicAndNotice.java @@ -59,7 +59,10 @@ public class ValidateLicAndNotice static final String[][] packageLicenses = { {"org/antlr", "ANTLR 4 Runtime (http://www.antlr.org/antlr4-runtime) org.antlr:antlr4-runtime:4.5.3"}, - {"org/apache/wink/json4j","Apache Wink :: JSON4J (http://www.apache.org/wink/wink-json4j/) org.apache.wink:wink-json4j:1.4"} + {"org/apache/wink/json4j","Apache Wink :: JSON4J (http://www.apache.org/wink/wink-json4j/) org.apache.wink:wink-json4j:1.4"}, + {"caffe","The proto file (src/main/proto/caffe/caffe.proto) is part of Caffe project,"}, + {"org/tensorflow","The proto files (src/main/proto/tensorflow/event.proto and src/main/proto/tensorflow/summary.proto) is part of TensorFlow project,"}, + {"jcuda","JCuda (jcuda.org)"}, }; public static HashMap<String, String[][]> hmJSLicenses = new HashMap<String, String[][]>();
