THIRD-PARTY SOFTWARE NOTICES AND INFORMATION

This project incorporates components from the projects listed below.
The original copyright notices and the licenses under which this project
received such components are set forth below. The project's own code is
licensed under the BSD 2-Clause License (see LICENSE file in the project root).

This file was generated for compliance with the license terms of the
third-party software used by this project. It covers both the C/NGINX
module component and the Rust conversion engine component.

================================================================================

Section A: C / NGINX Module Dependencies

================================================================================

1.  NGINX
    https://nginx.org/
    License: BSD-2-Clause
    Copyright (c) 2002-2024 Igor Sysoev
    Copyright (c) 2011-2024 Nginx, Inc.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.

    2. 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.

    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 HOLDER 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.

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

2.  zlib
    https://www.zlib.net/
    License: zlib License
    Copyright (c) 1995-2024 Jean-loup Gailly and Mark Adler

    This software is provided 'as-is', without any express or implied warranty.
    In no event will the authors be held liable for any damages arising from the
    use of this software.

    Permission is granted to anyone to use this software for any purpose,
    including commercial applications, and to alter it and redistribute it
    freely, subject to the following restrictions:

    1. The origin of this software must not be misrepresented; you must not
       claim that you wrote the original software. If you use this software in
       a product, an acknowledgment in the product documentation would be
       appreciated but is not required.
    2. Altered source versions must be plainly marked as such, and must not be
       misrepresented as being the original software.
    3. This notice may not be removed or altered from any source distribution.

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

3.  Brotli (optional, when NGX_HTTP_BROTLI is enabled)
    https://github.com/google/brotli
    License: MIT
    Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors

    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.

================================================================================

Section B: Rust Conversion Engine Dependencies

================================================================================

4.  html5ever 0.38.0
    https://github.com/servo/html5ever
    License: MIT OR Apache-2.0
    Copyright (c) 2014-2017 The html5ever Project Developers

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option. See below for the full text of each license.

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

5.  markup5ever 0.38.0
    https://github.com/servo/html5ever/tree/main/markup5ever
    License: MIT OR Apache-2.0
    Copyright (c) 2014-2017 The html5ever Project Developers

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option.

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

6.  markup5ever_rcdom 0.38.0
    https://github.com/nicksenger/markup5ever_rcdom
    License: MIT OR Apache-2.0
    Copyright (c) 2014-2017 The html5ever Project Developers

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option.

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

7.  blake3 1.8.3
    https://github.com/BLAKE3-team/BLAKE3
    License: CC0-1.0 OR Apache-2.0
    Copyright (c) 2019-2024 Samuel Neves and Jack O'Connor

    This work is released into the public domain with CC0 1.0. Alternatively,
    it is licensed under the Apache License 2.0.

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

8.  hex 0.4.3
    https://github.com/KokaKiwi/rust-hex
    License: MIT OR Apache-2.0
    Copyright (c) 2013-2020 The rust-hex Developers

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option.

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

9.  regex 1.12.3
    https://github.com/rust-lang/regex
    License: MIT OR Apache-2.0
    Copyright (c) 2014 The Rust Project Developers

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option.

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

10. encoding_rs 0.8.35
    https://github.com/nickel-org/rust-encoding-rs
    License: MIT OR Apache-2.0
    Copyright Mozilla Foundation

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option.

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

11. flate2 1.1.9
    https://github.com/rust-lang/flate2-rs
    License: MIT OR Apache-2.0
    Copyright (c) 2014 Alex Crichton

    Licensed under the Apache License, Version 2.0 or the MIT license, at your
    option.

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

12. brotli 8.0.2 (Rust crate)
    https://github.com/dropbox/rust-brotli
    License: BSD-3-Clause OR MIT
    Copyright (c) 2016 Dropbox, Inc.

    Licensed under the BSD 3-Clause License or the MIT license, at your option.

================================================================================

Section C: Build-Time Tool Dependencies (not distributed in binary)

================================================================================

13. cbindgen 0.29.2
    https://github.com/mozilla/cbindgen
    License: MPL-2.0
    Copyright (c) Mozilla Corporation

    Used at build time to generate C header files from Rust FFI definitions.
    cbindgen is not linked into or distributed with the final binary. Its
    output (the generated C header) is not subject to MPL-2.0 copyleft
    obligations.

================================================================================

Full License Texts

================================================================================

--- MIT License ---

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.

--- Apache License, Version 2.0 ---

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.

--- CC0 1.0 Universal ---

The person who associated a work with this deed has dedicated the work to the
public domain by waiving all of his or her rights to the work worldwide under
copyright law, including all related and neighboring rights, to the extent
allowed by law.

You can copy, modify, distribute and perform the work, even for commercial
purposes, all without asking permission.

    https://creativecommons.org/publicdomain/zero/1.0/
