Repository: spark Updated Branches: refs/heads/master 33f167d76 -> 9cf429aaf
SPARK-2414 [BUILD] Add LICENSE entry for jquery The JIRA concerned removing jquery, and this does not remove jquery. While it is distributed by Spark it should have an accompanying line in LICENSE, very technically, as per http://www.apache.org/dev/licensing-howto.html Author: Sean Owen <[email protected]> Closes #1748 from srowen/SPARK-2414 and squashes the following commits: 2fdb03c [Sean Owen] Add LICENSE entry for jquery Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9cf429aa Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9cf429aa Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9cf429aa Branch: refs/heads/master Commit: 9cf429aaf529e91f619910c33cfe46bf33a66982 Parents: 33f167d Author: Sean Owen <[email protected]> Authored: Sat Aug 2 21:55:56 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sat Aug 2 21:55:56 2014 -0700 ---------------------------------------------------------------------- LICENSE | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/9cf429aa/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 76a3601..e9a1153 100644 --- a/LICENSE +++ b/LICENSE @@ -549,3 +549,4 @@ The following components are provided under the MIT License. See project link fo (MIT License) pyrolite (org.spark-project:pyrolite:2.0.1 - http://pythonhosted.org/Pyro4/) (MIT License) scopt (com.github.scopt:scopt_2.10:3.2.0 - https://github.com/scopt/scopt) (The MIT License) Mockito (org.mockito:mockito-all:1.8.5 - http://www.mockito.org) + (MIT License) jquery (https://jquery.org/license/) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
