From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9903122361E4A for ; Thu, 8 Feb 2018 01:19:18 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 72A3BC04AC4B; Thu, 8 Feb 2018 09:25:02 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-94.phx2.redhat.com [10.3.116.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id 352932A340; Thu, 8 Feb 2018 09:25:01 +0000 (UTC) From: Laszlo Ersek To: Jordan Justen , Ard Biesheuvel Cc: "Kinney, Michael D" , "edk2-devel@lists.01.org" , "Yao, Jiewen" References: <20180207225822.28876-1-michael.d.kinney@intel.com> <20180207225822.28876-6-michael.d.kinney@intel.com> <151807874262.22216.16754691005585782342@jljusten-skl> Message-ID: Date: Thu, 8 Feb 2018 10:25:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <151807874262.22216.16754691005585782342@jljusten-skl> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 08 Feb 2018 09:25:02 +0000 (UTC) Subject: Re: [Patch 05/10] OvmfPkg: Add SafeIntLib and BmpSupportLib to DSC files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 09:19:19 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 02/08/18 09:32, Jordan Justen wrote: > Given the wording from the contribution agreement, it appears that it > would also be fine to just use Mike's Signed-off-by if he is > authorized to contribute the code even though he didn't author it. So basically just """ Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney """ implies Mike saying, "trust me guys, I got Microsoft's authorization (or whoever the original authors were) to contribute their code under the 2-clause BSDL". Is that right? Dunno why but this concept is hard for me to accept. :) "whoever the original authors were" is super vague to me. Let's say I want to verify that authorization myself: whom do I contact? Are the "https://github.com/Microsoft/MS_UEFI/..." references considered sufficient origin information? Thanks, Laszlo