mirror of https://github.com/apache/lucene.git
SOLR-3238: Move License for d3.js & highlight.js
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1341066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20f10be75b
commit
e688e6c07b
|
@ -16,6 +16,12 @@ including, but not limited to:
|
||||||
This product includes the JQuery JavaScript library created by John Resig.
|
This product includes the JQuery JavaScript library created by John Resig.
|
||||||
Copyright (c) 2010 John Resig, http://jquery.com/
|
Copyright (c) 2010 John Resig, http://jquery.com/
|
||||||
|
|
||||||
|
This product includes the D3.js JavaScript library created by Michael Bostock.
|
||||||
|
Copyright (c) 2012, Michael Bostock, https://github.com/mbostock/d3
|
||||||
|
|
||||||
|
This product includes the highlight.js Javascript library created by Ivan Sagalaev
|
||||||
|
Copyright (c) 2006, Ivan Sagalaev, https://github.com/isagalaev/highlight.js
|
||||||
|
|
||||||
stax-utils library: https://stax-utils.dev.java.net/
|
stax-utils library: https://stax-utils.dev.java.net/
|
||||||
Copyright (c) 2004, Christian Niles, unit12.net
|
Copyright (c) 2004, Christian Niles, unit12.net
|
||||||
Copyright (c) 2004, Sun Microsystems, Inc.
|
Copyright (c) 2004, Sun Microsystems, Inc.
|
||||||
|
|
|
@ -1,34 +1,3 @@
|
||||||
/*
|
|
||||||
|
|
||||||
Copyright (c) 2012, 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.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function(){if (!Date.now) Date.now = function() {
|
(function(){if (!Date.now) Date.now = function() {
|
||||||
return +new Date;
|
return +new Date;
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue