From 2ccda962febfb02d649e3f002a5148d3ead49087 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 21 Apr 2021 17:00:54 -0700 Subject: [PATCH] Add a pointer and note about contributions being under the FPCA Before the ansible repo was public, everyone who could commit to it was in the sysadmin group, which required FPCA agreement. Now that it's public we should make sure to clarify this for all users who might submit contributions. Additionally we should add a note to the pull request template. Signed-off-by: Kevin Fenzi --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6202833357..424537d7f7 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,12 @@ When a playbook or change is checked into ansible you should assume that it could be run at ***ANY TIME***. Always make sure the checked in state is the desired state. Always test changes when they land so they don't surprise you later. + +Contributing and Licensing +-------------------------- + +Contributions to this repository are subject to the Fedora Project +Contributor Agreement. If no license is specified, the MIT license is used, otherwise +the contribution is under the specified acceptable Fedora License. +See https://fedoraproject.org/wiki/Legal:Fedora_Project_Contributor_Agreement +for more information.