Repository: incubator-systemml Updated Branches: refs/heads/master 9bf4154c4 -> 88e79bb34
[SYSTEMML-1601] Update license to remove reference to node_modules Node_modules is just a build temporary folder generated by the website/documentation build and not shipped with SystemML. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/8ad35c5b Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/8ad35c5b Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/8ad35c5b Branch: refs/heads/master Commit: 8ad35c5b1a6958862dfab3d5f6232988ce57f36e Parents: 9bf4154 Author: Luciano Resende <[email protected]> Authored: Thu May 11 06:20:06 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Thu May 11 06:20:06 2017 -0700 ---------------------------------------------------------------------- src/assembly/source/LICENSE | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/8ad35c5b/src/assembly/source/LICENSE ---------------------------------------------------------------------- diff --git a/src/assembly/source/LICENSE b/src/assembly/source/LICENSE index 23907d1..1454392 100644 --- a/src/assembly/source/LICENSE +++ b/src/assembly/source/LICENSE @@ -312,7 +312,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. jQuery v1.12.0 (jquery-1.12.0.min.js) includes sizzle.js (sizzle.min.js) which is distributed under the following license (http://sizzlejs.com/): - + Copyright jQuery Foundation and other contributors, https://jquery.org/ This software consists of voluntary contributions made by many @@ -372,12 +372,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - - \ No newline at end of file
