From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web12.2898.1601021092212198003 for ; Fri, 25 Sep 2020 01:04:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=OqOoiLvE; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601021091; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bEcvF47p4LpMRZC8pOxvJ+cORVBOGxTCN5CK1V2FChU=; b=OqOoiLvEhz7RybTT5r22briJrykkUf629I/nvYis4fBOcFSDuqUys3IrOFSiXXF0qEiiuR 6+QluowDj/eo8pCP2znbMZlLmoPG+PJvt0gmfWDEtjNyHwUDo9vG5LvBYm2nSVdpXG2S5Z +j5OwYH1d82wiQ02dnkrU/k7RvUTUWE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-579-aO7QUXAONUy5pdcs8YBOmw-1; Fri, 25 Sep 2020 04:04:49 -0400 X-MC-Unique: aO7QUXAONUy5pdcs8YBOmw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B8A011008306; Fri, 25 Sep 2020 08:04:47 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-178.ams2.redhat.com [10.36.112.178]) by smtp.corp.redhat.com (Postfix) with ESMTP id B97C37882F; Fri, 25 Sep 2020 08:04:45 +0000 (UTC) Subject: Re: [edk2-devel] [edk2-test] Contributions.txt still mentions the TianoCore Contribution Agreement To: devel@edk2.groups.io, rebecca@nuviainc.com, Eric Jin , G Edhaya Chandran , Samer El-Haj-Mahmoud References: <1f0b654c-fa35-5479-2030-74d08821e555@nuviainc.com> From: "Laszlo Ersek" Cc: Michael Kinney , "Leif Lindholm (Nuvia address)" , Andrew Fish Message-ID: <4046dcf1-1cf7-42e5-74b8-b711d6fea358@redhat.com> Date: Fri, 25 Sep 2020 10:04:44 +0200 MIME-Version: 1.0 In-Reply-To: <1f0b654c-fa35-5479-2030-74d08821e555@nuviainc.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/24/20 23:42, Rebecca Cran wrote: > While working on the SctPkg, I noticed the Contributions.txt file in the > top of the repo still mentions the TianoCore Contribution Agreement. > Does it need updated? > > (CC'ing the other stewards) Most likely so. It's probably best to "replay" (or "port") edk2 commit 3806e1fd1397 to edk2-test. The "TianoCore Contribution Agreement" should be mentioned indirectly, if at all, namely via a reference to edk2's "License-History.txt". Note that "BaseTools/Scripts/PatchCheck.py" in edk2 already rejects commit messages that contain "Contributed-under" lines; see the "check_contributed_under" method. Thanks Laszlo