Repository: incubator-htrace Updated Branches: refs/heads/master 565cf5205 -> 1d8ed273d
HTRACE-346. Replace references to LICENSE urls in LICENSE.txt with full texts (Mike Drob via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/1d8ed273 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/1d8ed273 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/1d8ed273 Branch: refs/heads/master Commit: 1d8ed273d9422842d4a644c15a694a678ff43925 Parents: 565cf52 Author: Colin P. McCabe <[email protected]> Authored: Fri Sep 2 17:00:18 2016 -0700 Committer: Colin P. McCabe <[email protected]> Committed: Fri Sep 2 17:01:01 2016 -0700 ---------------------------------------------------------------------- LICENSE.txt | 103 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 69 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/1d8ed273/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 0befae8..a45e331 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -206,37 +206,72 @@ of dependencies that are NOT Apache Licensed. The HTrace Owl logo is from http://www.clker.com/clipart-13653.html. It is public domain. -D3, a javascript library for manipulating data, used by htrace-hbase -is Copyright 2010-2014, Michael Bostock and BSD licensed: -https://github.com/mbostock/d3/blob/master/LICENSE - -Bootstrap, an html, css, and javascript framework, is -Copyright (c) 2011-2015 Twitter, Inc and MIT licensed: -https://github.com/twbs/bootstrap/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 - -moment.js is a front end time conversion project. -It is (c) 2011-2014 Tim Wood, Iskren Chernev, Moment.js contributors -and shared under the MIT license: -https://github.com/moment/moment/blob/develop/LICENSE - -CMP is an implementation of the MessagePack serialization format in -C. It is licensed under the MIT license: -https://github.com/camgunz/cmp/blob/master/LICENSE -See ./htrace-c/src/util/cmp.c and ./htrace-c/src/util/cmp.h. +D3 v3.4.11, a javascript library for manipulating data, used by htrace-hbase +is available under the BSD License: + + Copyright (c) 2010-2014, Michael Bostock + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * The name Michael Bostock may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT, + INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The following libraries are all available under these terms of the MIT license + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND 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. + +Bootstrap v3.3.1, an html, css, and javascript framework. +Copyright (c) 2011-2014 Twitter, Inc. + +underscore 1.7.0, a javascript library of functional programming helpers. +Copyright (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative +Reporters & Editors + +jquery 2.1.4, a javascript library. +Copyright 2014 jQuery Foundation and other contributors, https://jquery.org/ + +backbone 1.1.2, a javascript library. +Copyright (c) 2010-2014 Jeremy Ashkenas, DocumentCloud. + +moment.js 2.10.3, a front end time conversion project. +Copyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors. + +CMP v10 is an implementation of the MessagePack serialization format in C. +Copyright (c) 2014 Charles Gunyon +
