mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Lists the four Apache-2.0-only backend dependencies (openssl, rusqlite_migration, sync_wrapper, zopfli) with their copyright holders, as required by the Apache License 2.0 for distributed works. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
OOTT
|
|
Copyright (C) 2024-2026 rzuasti
|
|
|
|
This product includes software developed by third parties and distributed
|
|
under the Apache License, Version 2.0. A copy of the Apache License is
|
|
available at https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
openssl (https://github.com/rust-openssl/rust-openssl)
|
|
Copyright 2011-2017 Google Inc.
|
|
2013 Jack Lloyd
|
|
2013-2014 Steven Fackler
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
rusqlite_migration (https://github.com/cljoly/rusqlite_migration)
|
|
Copyright Clément Joly and contributors.
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
sync_wrapper (https://github.com/Actyx/sync_wrapper)
|
|
Copyright Actyx AG.
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
zopfli (https://github.com/zopfli-rs/zopfli)
|
|
Copyright the zopfli-rs contributors.
|
|
Based on the original Zopfli C code by Google (Mark Adler, Jyrki Alakuijala,
|
|
Frédéric Kayser, Jeffrey Lim).
|
|
Licensed under the Apache License, Version 2.0.
|