Repository: incubator-htrace Updated Branches: refs/heads/3.1 cc54af7ed -> 0cabe569b
HTRACE-80 Add new dependencies to LICENSE Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/0cabe569 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/0cabe569 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/0cabe569 Branch: refs/heads/3.1 Commit: 0cabe569bc05a58c7a319a460eed5e50e136bae7 Parents: cc54af7 Author: stack <[email protected]> Authored: Thu Jan 15 11:17:25 2015 -0800 Committer: stack <[email protected]> Committed: Thu Jan 15 11:17:25 2015 -0800 ---------------------------------------------------------------------- LICENSE.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/0cabe569/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 6d7bec1..6343a3c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -229,3 +229,20 @@ and portions Copyright (c) 2012 The Go Authors. Its a BSD license: https://github.com/tools/godep/blob/master/License +underscore, a javascript library of functional programming helpers, is +(c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters +& Editors and an MIT license: +https://github.com/jashkenas/underscore/blob/master/LICENSE + +jquery, a javascript library, is Copyright jQuery Foundation and other +contributors, https://jquery.org/. The software consists of +voluntary contributions made by many individuals. For exact +contribution history, see the revision history +available at https://github.com/jquery/jquery +It is MIT licensed: +https://github.com/jquery/jquery/blob/master/LICENSE.txt + +backbone, is a javascript library, that is Copyright (c) 2010-2014 +Jeremy Ashkenas, DocumentCloud. It is MIT licensed: +https://github.com/jashkenas/backbone/blob/master/LICENSE +
