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 5F265138334 for ; Fri, 31 Aug 2018 14:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06AEBE0896; 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 CE8F5E0896 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 79BEB335CEC 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 5D51E3C4 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: <1535726449.40d20d7ed2eeb7e38ffd2038d2130adc551b4798.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: 40d20d7ed2eeb7e38ffd2038d2130adc551b4798 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: 4f3edb71-2a35-409b-bbff-64c55d1d7d72 X-Archives-Hash: b82db29730bfac1aac3ecdcc1822dbe4 commit: 40d20d7ed2eeb7e38ffd2038d2130adc551b4798 Author: Ulrich Müller gentoo org> AuthorDate: Tue Aug 28 18:45:45 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 31 14:40:49 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=40d20d7e glep-0076: Allow the Linux DCO as an alternative. Note that it can only be used if applicable (requested by mgorny): "... we should explicitly note that people using kernel DCO can't commit license files" glep-0076.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/glep-0076.rst b/glep-0076.rst index 6503d41..f1bedc9 100644 --- a/glep-0076.rst +++ b/glep-0076.rst @@ -10,7 +10,7 @@ Type: Informational Status: Draft Version: 1 Created: 2013-04-23 -Last-Modified: 2018-08-24 +Last-Modified: 2018-08-28 Post-History: 2018-06-10, 2018-06-19 Content-Type: text/x-rst --- @@ -170,6 +170,12 @@ 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. +Alternatively, and if it is applicable, committers are allowed to +certify their commits with the Linux Kernel DCO 1.1. This shall be +clearly indicated by adding ``(Linux DCO 1.1)`` at the end of the +``Signed-off-by`` line. Using the Gentoo Certificate of Origin is +strongly preferred, though. + Copyright Attribution ---------------------