mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
1d4abc841c
* Rename AGPL-3.0 to LICENSE-AGPL * Create LICENSE-MIT (#9) * Rename LICENSE to LICENSE.md * remove rust version * bump rust-version
6 lines
446 B
Markdown
6 lines
446 B
Markdown
Cuprate 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.
|