mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 03:29:34 +00:00
d0201cf2e5
Some checks failed
Full Stack Tests / build (push) Has been cancelled
Coordinator Tests / build (push) Has been cancelled
crypto/ Tests / test-crypto (push) Has been cancelled
networks/ Tests / test-networks (push) Has been cancelled
Message Queue Tests / build (push) Has been cancelled
no-std build / build (push) Has been cancelled
Lint / clippy (macos-13) (push) Has been cancelled
Lint / clippy (macos-14) (push) Has been cancelled
Lint / clippy (ubuntu-latest) (push) Has been cancelled
Lint / clippy (windows-latest) (push) Has been cancelled
Lint / deny (push) Has been cancelled
Lint / fmt (push) Has been cancelled
Lint / machete (push) Has been cancelled
Deploy Rust docs and Jekyll site to Pages / build (push) Has been cancelled
Processor Tests / build (push) Has been cancelled
Reproducible Runtime / build (push) Has been cancelled
Tests / test-infra (push) Has been cancelled
Tests / test-substrate (push) Has been cancelled
Tests / test-serai-client (push) Has been cancelled
Deploy Rust docs and Jekyll site to Pages / deploy (push) Has been cancelled
8 lines
522 B
Text
8 lines
522 B
Text
Serai crates are licensed under one of two licenses, either MIT or AGPL-3.0,
|
|
depending on the crate in question. Each crate declares their license in their
|
|
`Cargo.toml` and includes a `LICENSE` file detailing its status. Additionally,
|
|
a full copy of the AGPL-3.0 License is included in the root of this repository
|
|
as a reference text. This copy should be provided with any distribution of a
|
|
crate licensed under the AGPL-3.0, as per its terms.
|
|
|
|
The GitHub actions/workflows (`.github`) are licensed under the MIT license.
|