Adding d3 license due to the blur-gui module.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/89366b43 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/89366b43 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/89366b43 Branch: refs/heads/master Commit: 89366b4363454a4de0f5b81c2e96ceba97c3e1a3 Parents: 37e881b Author: Aaron McCurry <[email protected]> Authored: Mon Sep 9 15:02:06 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Mon Sep 9 15:02:06 2013 -0400 ---------------------------------------------------------------------- LICENSE | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/89366b43/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index e54ab73..5a745a4 100644 --- a/LICENSE +++ b/LICENSE @@ -727,4 +727,37 @@ http://jquery.com/ ========================================================================== This product bundles the following, which is available under the MIT License: Respond.js ./docs/resources/js/respond.min.js -Copyright (C) 2012 by Ryan Van Etten \ No newline at end of file +Copyright (C) 2012 by Ryan Van Etten + +========================================================================== +The following license applies to the following libraries: d3 +-------------------------------------------------------------------------- +Copyright (c) 2013, 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. + +blur-gui/src/main/webapp/js/d3.v2.js +blur-gui/src/main/webapp/js/d3.v2.min.js \ No newline at end of file
