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 DFC73138334 for ; Sat, 17 Nov 2018 13:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D865FE0982; Sat, 17 Nov 2018 13:08:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3232E0982 for ; Sat, 17 Nov 2018 13:08:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97B7F335C31 for ; Sat, 17 Nov 2018 13:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30812455 for ; Sat, 17 Nov 2018 13:08:16 +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: <1542137369.a8aa27236d32fe93a249eeeb3ea82210a40b023a.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: a8aa27236d32fe93a249eeeb3ea82210a40b023a X-VCS-Branch: master Date: Sat, 17 Nov 2018 13:08:16 +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: 4500474d-7769-43da-84c8-83e114fb5b57 X-Archives-Hash: 9050855974891988b51c9db91a50360a commit: a8aa27236d32fe93a249eeeb3ea82210a40b023a Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 13 19:29:29 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 13 19:29:29 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=a8aa2723 glep-0076: Use a literal block for the Signed-off-by line. No change of text. Signed-off-by: Ulrich Müller gentoo.org> glep-0076.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glep-0076.rst b/glep-0076.rst index f0b3894..09e1423 100644 --- a/glep-0076.rst +++ b/glep-0076.rst @@ -10,7 +10,7 @@ Type: Informational Status: Active Version: 1.1 Created: 2013-04-23 -Last-Modified: 2018-10-21 +Last-Modified: 2018-11-13 Post-History: 2018-06-10, 2018-06-19, 2018-08-31, 2018-09-26 Content-Type: text/x-rst --- @@ -132,7 +132,10 @@ 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 Certificate of Origin by adding ``Signed-off-by: Name `` +the Certificate of Origin by adding :: + + Signed-off-by: Name + to the commit message as a separate line. The sign-off must contain the committer's legal name as a natural person, i.e., the name that would appear in a government issued document.