krata: improved doc structure

This commit is contained in:
Alex Zenla
2024-03-08 08:12:10 +00:00
parent 184ccfbd53
commit bbf4d403f4
8 changed files with 136 additions and 113 deletions

21
LICENSING.md Normal file
View File

@ -0,0 +1,21 @@
# Licensing Guide
## Current License
This repository is licensed under AGPLv3, except where noted in this document.
## External Contributions
External contributions are not yet accepted. Edera might utilize a different license or continue using AGPLv3, but with an associated (intentionally contributor friendly) CLA in order to allow external contribution.
The current external contribution situation is due to the upstart of Edera and the desire to create a licensing model that respects the
our contributors while also ensuring that Edera can be a sustainable business. Edera is committed to open-source and giving back to the community, and care is being taken to ensure it is positioned for those goals.
## Licensing Exceptions
As noted in the table below, some code in this repository is licensed under different terms:
| Vendored Path | Source Repository | License |
| --------------------- | -------------------------------------------- | -------- |
| crates/vendor/advmac | https://github.com/GamePad64/advmac | MIT |
| crates/vendor/loopdev | https://github.com/stratis-storage/loopdev-3 | MIT |