Repository: incubator-systemml Updated Branches: refs/heads/master eeb4f2708 -> 735397b53
[SYSTEMML-1440] Automate Release Artifact verification Closes #457. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/735397b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/735397b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/735397b5 Branch: refs/heads/master Commit: 735397b53c2dc6ffaf05a0b18b4c21a0b9681e85 Parents: eeb4f27 Author: Arvind Surve <[email protected]> Authored: Mon Apr 10 23:39:20 2017 -0700 Committer: Arvind Surve <[email protected]> Committed: Mon Apr 10 23:39:20 2017 -0700 ---------------------------------------------------------------------- .../java/org/apache/sysml/validation/ValidateLicAndNotice.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/735397b5/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 98212d2..74300ef 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 @@ -121,6 +121,8 @@ public class ValidateLicAndNotice String [][] strTemp4 = {{"jQuery v1.12.0", "(c) jQuery Foundation", "false"}, {"jQuery v1.12.0", "Copyright jQuery Foundation and other contributors, https://jquery.org/", "false"}}; hmJSLicenses.put("jquery-1.12.0.min.js", strTemp4); + String [][] strTemp5 = {{"Pygments", "Copyright (c) 2006-2017 by the respective authors (see AUTHORS file).", "false"}}; + hmJSLicenses.put("pygments-default.css", strTemp5); } public ValidateLicAndNotice() {
