From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F3CB138334 for ; Fri, 31 Aug 2018 14:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25797E0894; Fri, 31 Aug 2018 14:57:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3AA2E0894 for ; Fri, 31 Aug 2018 14:57:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 788AC335CE4 for ; Fri, 31 Aug 2018 14:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A5EB3C3 for ; Fri, 31 Aug 2018 14:57:14 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1535726448.c79cd4db5e08a8e35d81e6bf0ba8b0b9fbbb43d8.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0076.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c79cd4db5e08a8e35d81e6bf0ba8b0b9fbbb43d8 X-VCS-Branch: master Date: Fri, 31 Aug 2018 14:57:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a3a51d78-9d72-43ad-8b2e-25f07939352c X-Archives-Hash: a05b29a7f1ece707a41152bc0a1936cd commit: c79cd4db5e08a8e35d81e6bf0ba8b0b9fbbb43d8 Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 24 19:54:18 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 31 14:40:48 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=c79cd4db glep-0076: Rename the DCO to "Gentoo Certificate of Origin". We cannot name it DCO, because the license conditions of OSDL's DCO 1.1 say: If you modify you must use a name or title distinguishable from "Developer's Certificate of Origin" or "DCO" or any confusingly similar name. glep-0076.rst | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/glep-0076.rst b/glep-0076.rst index 2012e5c..6503d41 100644 --- a/glep-0076.rst +++ b/glep-0076.rst @@ -130,14 +130,13 @@ certificate of origin. The purpose of the certificate is to declare that the contribution can be modified and redistributed in accordance with the project's license. -For commits made using a VCS, the committer shall certify agreement -to the Gentoo DCO by adding ``Signed-off-by: Name `` to the -commit message as a separate line. Committers must use their real -name, i.e., the name that would appear in an official document like -a passport. +For commits made using a VCS, the committer shall certify agreement to +the Certificate of Origin by adding ``Signed-off-by: Name `` +to the commit message as a separate line. Committers must use their +real name, i.e., the name that would appear in an official document +like a passport. -The following is the current Gentoo Developer's Certificate of Origin, -revision 1: +The following is the current Gentoo Certificate of Origin, revision 1: By making a contribution to this project, I certify that: @@ -166,7 +165,7 @@ revision 1: maintained indefinitely and may be redistributed consistent with this project or the free software license(s) involved. -The Gentoo DCO is licensed under a Creative Commons +The Gentoo Certificate of Origin is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License [#CC-BY-SA-3.0]_. It is based on the Linux Kernel DCO [#OSDL-DCO]_, released by Open Source Development Labs, Inc. in 2005 under a CC-BY-SA-2.5 License. @@ -263,11 +262,11 @@ this, as long as the license in question is a free software or open source license. -DCO Changes ------------ +Changes to the Certificate of Origin +------------------------------------ -The Gentoo DCO rev. 1 has been based on Linux Kernel DCO 1.1 -[#OSDL-DCO]_. It features the following modifications from +The Gentoo Certificate of Origin rev. 1 has been based on Linux Kernel +DCO 1.1 [#OSDL-DCO]_. It features the following modifications from the original: i. The enumeration has been modified to use numeric points. @@ -289,8 +288,9 @@ v. The term "open source" has been replaced by "free software" The new point was deemed necessary to allow committing license files into the Gentoo repository, since those files usually do not permit modification. It has been established that adding a clear provision -for this case is better than excluding those commits from DCO -compliance. Debian was facing a similar problem [#DEBIAN-LICENSE]_. +for this case is better than excluding those commits from compliance +with the Certificate of Origin. Debian was facing a similar problem +[#DEBIAN-LICENSE]_. The update of point (c) was necessary to allow the new clause being certified by the person providing the contribution. @@ -345,7 +345,8 @@ References .. [#PROJECTS] Licensing of Gentoo projects, https://wiki.gentoo.org/wiki/Project:Licenses/Licensing_of_Gentoo_projects -.. [#OSDL-DCO] Developer's Certificate of Origin 1.1, +.. [#OSDL-DCO] Open Source Development Labs, Inc., + Developer's Certificate of Origin 1.1, https://web.archive.org/web/20060524185355/http://www.osdlab.org/newsroom/press_releases/2004/2004_05_24_dco.html .. [#FLA] FSFE Legal: Fiduciary Licence Agreement (FLA),