webui: add d3 library - version 3.5.6

prerequisite for: https://fedorahosted.org/freeipa/ticket/4286

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Petr Vobornik 2015-11-12 18:15:22 +01:00
parent b8059001a5
commit ce1645ceec
4 changed files with 41 additions and 0 deletions

View File

@ -40,6 +40,9 @@ Dojo, Dojo Builder - dual licensed under BSD license and AFL version 2.1
QRCode.js - licensed under MIT license
* qrcode.js
d3 - licensed under BSD License
* d3.js
Full license texts and copyright notices are listed below.
= jQuery copyright notice with MIT license =
@ -754,3 +757,31 @@ POSSIBILITY OF SUCH DAMAGES.
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
== d3.js BSD License ==
Copyright (c) 2010-2015, 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.

View File

@ -21,6 +21,10 @@
parseOnLoad: false,
async: true,
packages: [
{
name: 'libs',
location: 'libs'
},
{
name:'dojo',
location:'dojo'

View File

@ -5,6 +5,7 @@ app_DATA = \
bootstrap.js \
bootstrap-datepicker.js \
browser.js \
d3.js \
jquery.js \
jquery.ordered-map.js \
json2.js \

5
install/ui/src/libs/d3.js vendored Normal file

File diff suppressed because one or more lines are too long