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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8321158091 for ; Sun, 12 Jun 2022 19:13:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12B07E08ED; Sun, 12 Jun 2022 19:13:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E61CFE08ED for ; Sun, 12 Jun 2022 19:13:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2603340FDF for ; Sun, 12 Jun 2022 19:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C4E456 for ; Sun, 12 Jun 2022 19:13:04 +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: <1655061066.10a2746a9a44523e5a5f1ffe01aee0447e127635.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0001.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 10a2746a9a44523e5a5f1ffe01aee0447e127635 X-VCS-Branch: master Date: Sun, 12 Jun 2022 19:13:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e5ce569-0ea8-492f-a9a5-bfa3df893489 X-Archives-Hash: 7710e85850ad98a96eb43922284f6d4c commit: 10a2746a9a44523e5a5f1ffe01aee0447e127635 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 6 16:38:40 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 12 19:11:06 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=10a2746a glep-0001: Clarify that multiple authors are comma-separated This follows from headers being RFC 2822 style, but clarify it by explicitly saying so. Closes: https://bugs.gentoo.org/850121 Signed-off-by: Ulrich Müller gentoo.org> glep-0001.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glep-0001.rst b/glep-0001.rst index 61a08a4..020fac3 100644 --- a/glep-0001.rst +++ b/glep-0001.rst @@ -8,7 +8,7 @@ Type: Informational Status: Active Version: 4 Created: 2003-05-31 -Last-Modified: 2019-11-24 +Last-Modified: 2022-06-06 Post-History: 2003-06-01, 2003-07-02, 2008-01-19, 2008-06-05, 2011-03-09, 2013-12-14, 2017-09-17, 2018-07-10, 2019-11-24 Content-Type: text/x-rst @@ -273,7 +273,8 @@ if the email address is included, and just if the address is not given. If there are multiple authors, each should be on a separate line -following RFC 2822 continuation line conventions. +following RFC 2822 continuation line conventions. The list of authors is +comma-separated, i.e. all lines but the last must end with a comma. The Type header specifies the type of GLEP: Informational or Standards Track.