From 9433a3e62f7453926e4be2512639f94beb887a4c Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 17 Aug 2023 20:38:20 +1000 Subject: [PATCH] doc: edit README.md - contributing code Edit the "Contributing Code" section of the "ceph/README.md" file. Signed-off-by: Zac Dover --- README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f06aae59ffee1..9676268bdb80c 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,25 @@ # Ceph - a scalable distributed storage system -Please see https://ceph.com/ for current info. +See https://ceph.com/ for current information about Ceph. ## Contributing Code -Most of Ceph is dual licensed under the LGPL version 2.1 or 3.0. Some -miscellaneous code is under a BSD-style license or is public domain. -The documentation is licensed under Creative Commons -Attribution Share Alike 3.0 (CC-BY-SA-3.0). There are a handful of headers -included here that are licensed under the GPL. Please see the file -COPYING for a full inventory of licenses by file. +Most of Ceph is dual-licensed under the LGPL version 2.1 or 3.0. Some +miscellaneous code is either public domain or licensed under a BSD-style +license. -Code contributions must include a valid "Signed-off-by" acknowledging -the license for the modified or contributed file. Please see the file -SubmittingPatches.rst for details on what that means and on how to -generate and submit patches. +The Ceph documentation is licensed under Creative Commons Attribution Share +Alike 3.0 (CC-BY-SA-3.0). -We do not require assignment of copyright to contribute code; code is +Some headers included in the `ceph/ceph` repository are licensed under the GPL. +See the file `COPYING` for a full inventory of licenses by file. + +All code contributions must include a valid "Signed-off-by" line. See the file +`SubmittingPatches.rst` for details on this and instructions on how to generate +and submit patches. + +Assignment of copyright is not required to contribute code. Code is contributed under the terms of the applicable license. -- 2.39.5