Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85898?usp=email )
Change subject: Documentation: Add a statement about committer responsibilities ......................................................................
Documentation: Add a statement about committer responsibilities
This statement clarifies committer responsibilities, including using generative AI.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Ibfc92fc76149f96bd8e65befce99f3a2ddc3d847 --- M Documentation/contributing/index.md 1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/85898/1
diff --git a/Documentation/contributing/index.md b/Documentation/contributing/index.md index 38a67c0..cfbc96c 100644 --- a/Documentation/contributing/index.md +++ b/Documentation/contributing/index.md @@ -9,3 +9,19 @@ Documentation Ideas <documentation_ideas.md> Google Summer of Code <gsoc.md> ``` + +The coreboot project uses the Developer Certificate of Origin as its +policy of accepting contributions. As such, a submitter bears the burden +that they have all necessary rights to submit their contribution to the +project under the project's licenses as appropriate. Violations of third +party rights will lead to the code's removal or replacement as suitable +to bring the project back into compliance. + +This applies no matter under which circumstances a contribution has been +created: legal frameworks, work contracts, "AI" tooling, or other +aspects that may affect the ownership and copyright status of a +contribution are outside the project's control. + +See the [Sign-off procedure] for more information. + +[Sign-off procedure]: gerrit_guidelines.md#sign-off-procedure