From 9cd059652345951c9392b3b275ffc68963bff18a Mon Sep 17 00:00:00 2001 From: He Wei Date: Fri, 2 Sep 2022 14:44:24 +0800 Subject: [PATCH] Update Third_Party_Open_Source_Software_Notice for robin-hood-hashing --- Third_Party_Open_Source_Software_Notice | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Third_Party_Open_Source_Software_Notice b/Third_Party_Open_Source_Software_Notice index 4f94b06a689..5068139e768 100644 --- a/Third_Party_Open_Source_Software_Notice +++ b/Third_Party_Open_Source_Software_Notice @@ -9654,3 +9654,33 @@ Software: astunparse 1.6.3 Copyright notice: Copyright (c) 2014, Simon Percivall Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation + +Software: robin-hood-hashing 3.11.5 +Copyright notice: +Copyright (c) 2018-2021 Martin Ankerl +Copyright (c) 2018-2021 Martin Ankerl +Copyright (c) 2019-2020 Martin Ankerl +Copyright (c) 2016-2021 Viktor Kirilov +Copyright (c) 2016-2019 Viktor Kirilov + +License:MIT License + +Copyright (c) 2018-2021 Martin Ankerl + +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.