|
| 1 | +# Third-Party Notices |
| 2 | + |
| 3 | +This project is licensed under the MIT License. It also includes or depends on third-party components under their own licenses. |
| 4 | + |
| 5 | +## `github.com/pierrec/lz4/v4` |
| 6 | + |
| 7 | +- Project: `github.com/pierrec/lz4/v4` |
| 8 | +- License: `BSD-3-Clause` |
| 9 | +- Source: `https://github.com/pierrec/lz4` |
| 10 | + |
| 11 | +License text: |
| 12 | + |
| 13 | +```text |
| 14 | +Copyright (c) 2015, Pierre Curto |
| 15 | +All rights reserved. |
| 16 | +
|
| 17 | +Redistribution and use in source and binary forms, with or without |
| 18 | +modification, are permitted provided that the following conditions are met: |
| 19 | +
|
| 20 | +* Redistributions of source code must retain the above copyright notice, this |
| 21 | + list of conditions and the following disclaimer. |
| 22 | +
|
| 23 | +* Redistributions in binary form must reproduce the above copyright notice, |
| 24 | + this list of conditions and the following disclaimer in the documentation |
| 25 | + and/or other materials provided with the distribution. |
| 26 | +
|
| 27 | +* Neither the name of xxHash nor the names of its |
| 28 | + contributors may be used to endorse or promote products derived from |
| 29 | + this software without specific prior written permission. |
| 30 | +
|
| 31 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 32 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 33 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 34 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 35 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 36 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 37 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 38 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 39 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 40 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 41 | +``` |
| 42 | + |
| 43 | +## `github.com/secDre4mer/lzx` |
| 44 | + |
| 45 | +- Project: `github.com/secDre4mer/lzx` |
| 46 | +- License: `MIT` |
| 47 | +- Source: `https://github.com/secDre4mer/lzx` |
| 48 | + |
| 49 | +License text: |
| 50 | + |
| 51 | +```text |
| 52 | +MIT License |
| 53 | +
|
| 54 | +Copyright (c) 2025 secDre4mer |
| 55 | +
|
| 56 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 57 | +of this software and associated documentation files (the "Software"), to deal |
| 58 | +in the Software without restriction, including without limitation the rights |
| 59 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 60 | +copies of the Software, and to permit persons to whom the Software is |
| 61 | +furnished to do so, subject to the following conditions: |
| 62 | +
|
| 63 | +The above copyright notice and this permission notice shall be included in all |
| 64 | +copies or substantial portions of the Software. |
| 65 | +
|
| 66 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 67 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 68 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 69 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 70 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 71 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 72 | +SOFTWARE. |
| 73 | +``` |
0 commit comments