|
15 | 15 | 15. ext/phar/zip.c portion extracted from libzip
|
16 | 16 | 16. libbcmath (ext/bcmath) see ext/bcmath/libbcmath/LICENSE
|
17 | 17 | 17. ext/mbstring/ucgendat portions based on the ucgendat.c from the OpenLDAP
|
| 18 | +18. xxHash (ext/hash/xxhash) |
18 | 19 |
|
19 | 20 |
|
20 | 21 | 3. pcre2lib (ext/pcre)
|
@@ -640,3 +641,39 @@ OpenLDAP is a registered trademark of the OpenLDAP Foundation.
|
640 | 641 | Copyright 1999-2003 The OpenLDAP Foundation, Redwood City,
|
641 | 642 | California, USA. All Rights Reserved. Permission to copy and
|
642 | 643 | distribute verbatim copies of this document is granted.
|
| 644 | + |
| 645 | + |
| 646 | +18. xxHash |
| 647 | + |
| 648 | +xxHash - Extremely Fast Hash algorithm |
| 649 | +Header File |
| 650 | +Copyright (C) 2012-2020 Yann Collet |
| 651 | + |
| 652 | +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) |
| 653 | + |
| 654 | +Redistribution and use in source and binary forms, with or without |
| 655 | +modification, are permitted provided that the following conditions are |
| 656 | +met: |
| 657 | + |
| 658 | + * Redistributions of source code must retain the above copyright |
| 659 | + notice, this list of conditions and the following disclaimer. |
| 660 | + * Redistributions in binary form must reproduce the above |
| 661 | + copyright notice, this list of conditions and the following disclaimer |
| 662 | + in the documentation and/or other materials provided with the |
| 663 | + distribution. |
| 664 | + |
| 665 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 666 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 667 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 668 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 669 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 670 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 671 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 672 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 673 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 674 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 675 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 676 | + |
| 677 | +You can contact the author at: |
| 678 | + - xxHash homepage: https://www.xxhash.com |
| 679 | + - xxHash source repository: https://github.com/Cyan4973/xxHash |
0 commit comments