Menu
AkurAI-Build
publicLatest change 1c2159692a31765cd66ed709791ba11468054873 - Initial commit: bunfork v0.1.0 source tree by Olafur Bui
# Third-party notices bunfork includes third-party software. Exact Rust package versions are recorded in `Cargo.lock`; upstream crate packages contain their complete license texts. ## Bundled native components - **SQLCipher 4.14.0** is statically bundled through `rusqlite`/`libsqlite3-sys`. SQLCipher additions are Copyright (c) 2008-2020 Zetetic LLC and use the BSD 3-Clause license reproduced below. - **SQLite**, on which SQLCipher is based, is dedicated to the public domain. - **OpenSSL 3.6.3** is built by `openssl-src 300.6.1+3.6.3` and is licensed under Apache-2.0. ### SQLCipher BSD 3-Clause license Copyright (c) 2008-2020 Zetetic LLC All rights reserved. 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. 3. Neither the name of the ZETETIC LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY ZETETIC LLC "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 ZETETIC LLC 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. ## Direct Rust dependencies | Package | License | | --- | --- | | `anyhow` | MIT OR Apache-2.0 | | `axum` | MIT | | `clap` | MIT OR Apache-2.0 | | `fs2` | MIT OR Apache-2.0 | | `getrandom` | MIT OR Apache-2.0 | | `libc` | MIT OR Apache-2.0 | | `minijinja` | Apache-2.0 | | `percent-encoding` | MIT OR Apache-2.0 | | `rusqlite`, `libsqlite3-sys` | MIT | | `serde`, `serde_json` | MIT OR Apache-2.0 | | `sha2` | MIT OR Apache-2.0 | | `subtle` | BSD-3-Clause | | `tempfile` | MIT OR Apache-2.0 | | `tokio` | MIT | | `tower-http`, `tracing`, `tracing-subscriber` | MIT | | `zeroize` | MIT OR Apache-2.0 | Transitive dependencies and their license expressions are identified by `Cargo.lock` and the corresponding upstream crate packages. ## Reference repositories Repositories copied under `.refrepos/`—Bun, Deno, Svelte, SvelteKit, Next.js, Vue, Nuxt, Vite, Rari, Leptos, Dioxus, Andromeda, and Ponytail—are research and behavioral-test references only. They are ignored by version control and excluded from Bunfork compilation/deployment. No reference source, fixture, binary, or asset is incorporated into Bunfork; their separate licenses govern those local copies. Bunfork's implementation and hand-authored behavioral fixtures are clean-room work based on observable contracts.