@@ -1371,3 +1371,48 @@ The externally maintained libraries used by Node.js are:
13711371 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13721372 THE SOFTWARE.
13731373 """
1374+
1375+ - HdrHistogram, located at deps/histogram, is licensed as follows:
1376+ """
1377+ The code in this repository code was Written by Gil Tene, Michael Barker,
1378+ and Matt Warren, and released to the public domain, as explained at
1379+ http://creativecommons.org/publicdomain/zero/1.0/
1380+
1381+ For users of this code who wish to consume it under the "BSD" license
1382+ rather than under the public domain or CC0 contribution text mentioned
1383+ above, the code found under this directory is *also* provided under the
1384+ following license (commonly referred to as the BSD 2-Clause License). This
1385+ license does not detract from the above stated release of the code into
1386+ the public domain, and simply represents an additional license granted by
1387+ the Author.
1388+
1389+ -----------------------------------------------------------------------------
1390+ ** Beginning of "BSD 2-Clause License" text. **
1391+
1392+ Copyright (c) 2012, 2013, 2014 Gil Tene
1393+ Copyright (c) 2014 Michael Barker
1394+ Copyright (c) 2014 Matt Warren
1395+ All rights reserved.
1396+
1397+ Redistribution and use in source and binary forms, with or without
1398+ modification, are permitted provided that the following conditions are met:
1399+
1400+ 1. Redistributions of source code must retain the above copyright notice,
1401+ this list of conditions and the following disclaimer.
1402+
1403+ 2. Redistributions in binary form must reproduce the above copyright notice,
1404+ this list of conditions and the following disclaimer in the documentation
1405+ and/or other materials provided with the distribution.
1406+
1407+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1408+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1409+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1410+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
1411+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1412+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1413+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1414+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1415+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1416+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
1417+ THE POSSIBILITY OF SUCH DAMAGE.
1418+ """
0 commit comments