mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
d21160868c
* update `books/` * update CONTRIBUTING.md * .gitignore: ignore built books * add dummy `books/architecture/` * remove some changes from CONTRIBUTING.md out of scope, will be in another PR * add docs/books to LICENSE * formatting
8 lines
481 B
Text
8 lines
481 B
Text
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`. Additionally, a full copy of both licenses are included in the
|
|
root of this repository for reference. These copies should be provided with
|
|
any distribution of a crate, as per the respective license's terms.
|
|
|
|
All documentation, including the books in the `books/` directory, is licensed
|
|
under the MIT license.
|