Add license for docs, add notes on AP2 for code, add requirement for origin certification

This commit is contained in:
Pim van Pelt
2022-04-07 21:18:05 +00:00
parent 771d1ba62f
commit 8854208b09
2 changed files with 409 additions and 0 deletions

View File

@ -57,3 +57,16 @@ Developer deep-dives:
* [Validation](https://ipng.ch/s/articles/2022/03/27/vppcfg-1.html)
* [Path Planning](https://ipng.ch/s/articles/2022/04/02/vppcfg-2.html)
* [Design - Reconciliation](docs/design.md)
## Licensing
The code in this project is release under Apache 2.0 license. A copy of the license
is provided in this repo [here](LICENSE). All contributions are held against our
[contributing](docs/contributing.md) guidelines. Notably, all code must be licensed
Apache 2.0, and all contributions must come with a certificate of origin in the
form of a `Signed-off-by` field in the commit.
All documentation under the docs/ directory is licensed Creative Commons Attribution
4.0 International License ([details](http://creativecommons.org/licenses/by/4.0/)). A
copy of the license is provided in this repo [here](docs/LICENSE).