D3

Vendor: Michael Bostock

D3 v5.12.0 
==========

TOP-LEVEL LICENSE:  BSD-3-Clause
-----------------
Copyright 2010-2017 Mike 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.

* Neither the name of the author nor the names of contributors may 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.

********************************************************************************

FOURTH PARTY DEPENDENCIES
-------------------------

LIBRARY NAME        LICENSE (see license text below)
------------        --------------------------------
d3-array            BSD-3-Clause
d3-axis             BSD-3-Clause
d3-brush            BSD-3-Clause
d3-chord            BSD-3-Clause
d3-collection       BSD-3-Clause
d3-color            BSD-3-Clause
d3-contour          BSD-3-Clause
d3-dispatch         BSD-3-Clause
d3-drag             BSD-3-Clause
d3-dsv              BSD-3-Clause
commander           MIT
iconv-lite          MIT
safer-buffer        MIT
rw                  BSD-3-Clause
d3-ease             BSD-3-Clause
d3-fetch            BSD-3-Clause
d3-force            BSD-3-Clause
d3-format           BSD-3-Clause
d3-geo              BSD-3-Clause
d3-hierarchy        BSD-3-Clause
d3-interpolate      BSD-3-Clause
d3-path             BSD-3-Clause
d3-polygon          BSD-3-Clause
d3-quadtree         BSD-3-Clause
d3-random           BSD-3-Clause
d3-scale            BSD-3-Clause
d3-scale-chromatic  BSD-3-Clause
d3-selection        BSD-3-Clause
d3-shape            BSD-3-Clause
d3-time             BSD-3-Clause
d3-time-format      BSD-3-Clause
d3-timer            BSD-3-Clause
d3-transition       BSD-3-Clause
d3-voronoi          BSD-3-Clause
d3-zoom             BSD-3-Clause

---------------------------------------

COPYRIGHT NOTICES
-----------------
d3-array:
Copyright 2010-2018 Mike Bostock

d3-axis:
Copyright 2010-2016 Mike Bostock

d3-brush:
Copyright 2010-2016 Mike Bostock

d3-chord:
Copyright 2010-2016 Mike Bostock

d3-collection:
Copyright 2010-2016, Mike Bostock

d3-color:
Copyright 2010-2016 Mike Bostock

d3-contour:
Copyright 2012-2017 Mike Bostock

d3-dispatch:
Copyright 2010-2016 Mike Bostock

d3-drag:
Copyright 2010-2016 Mike Bostock

d3-dsv:
Copyright 2013-2016 Mike Bostock

commander:
Copyright (c) 2011 TJ Holowaychuk 

iconv-lite:
Copyright (c) 2011 Alexander Shtuchkin

safer-buffer:
Copyright (c) 2018 Nikita Skovoroda 

rw:
Copyright (c) 2014-2016, Michael Bostock

d3-ease:
Copyright 2010-2016 Mike Bostock
Copyright 2001 Robert Penner

d3-fetch:
Copyright 2016 Mike Bostock

d3-force:
Copyright 2010-2016 Mike Bostock

d3-format:
Copyright 2010-2015 Mike Bostock

d3-geo:
Copyright 2010-2016 Mike Bostock

d3-hierarchy:
Copyright 2010-2016 Mike Bostock

d3-interpolate:
Copyright 2010-2016 Mike Bostock

d3-path:
Copyright 2015-2016 Mike Bostock

d3-polygon:
Copyright 2010-2016 Mike Bostock

d3-quadtree:
Copyright 2010-2016 Mike Bostock

d3-random:
Copyright 2010-2016 Mike Bostock

d3-scale:
Copyright 2010-2015 Mike Bostock

d3-scale-chromatic:
Copyright 2010-2018 Mike Bostock

d3-selection:
Copyright (c) 2010-2018, Michael Bostock

d3-shape:
Copyright 2010-2015 Mike Bostock

d3-time:
Copyright 2010-2016 Mike Bostock

d3-time-format:
Copyright 2010-2017 Mike Bostock

d3-timer:
Copyright 2010-2016 Mike Bostock

d3-transition:
Copyright 2010-2016 Mike Bostock

d3-voronoi:
Copyright 2010-2016 Mike Bostock

d3-zoom:
Copyright 2010-2016 Mike Bostock

--------------------------------------------------------------------------------

BSD-3-Clause
------------
Copyright  

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.

* Neither the name of the author nor the names of contributors may 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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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.

--------------------------------------------------------------------------------

MIT
---
Copyright  

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.

--------------------------------------------------------------------------------