From nobody Thu Apr 25 20:06:34 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+80371+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80371+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1631120158; cv=none; d=zohomail.com; s=zohoarc; b=aG1hopwiaBN3h53ZJF1esXie5Gz6R1uQMLM9R4GpirR3+ldMgH1nj0mRTXPjRykJkKXjGZ/8fvwqMCHapQyipy9CFo98VtYxkDsKyhsEyFTPXDeT02ePz3LW6AvwvMLgq/lSD7P7YXILIGrp0srIouNaVgIAbMf8MBFJQCTfHto= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1631120158; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=hR+IeOnVBczQETGMhmr2ND+ys3xAtZLSbwS08HSal2o=; b=jT3cFdHQWNoer9tMmZrq8sX/8PZ+sfLq/gkydxvIFZammBlCL9rFsOmQXPrfKHSDI4LwfI9HS+fcVhICCCebHTS2LzmrYMfsxKlfN0G33w9xEOvvmGeexoIMdM6II6BI/BlZQXzV9RU/yElJBYomHvGDzFitNmPC8AbDJ52W0c4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+80371+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1631120158817496.5858260930546; Wed, 8 Sep 2021 09:55:58 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id RztfYY1788612xZ3JNU9WVoN; Wed, 08 Sep 2021 09:55:58 -0700 X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.14663.1631120157518387970 for ; Wed, 08 Sep 2021 09:55:57 -0700 X-IronPort-AV: E=McAfee;i="6200,9189,10101"; a="284244918" X-IronPort-AV: E=Sophos;i="5.85,278,1624345200"; d="scan'208";a="284244918" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2021 09:54:51 -0700 X-IronPort-AV: E=Sophos;i="5.85,278,1624345200"; d="scan'208";a="513329226" X-Received: from njayapra-mobl1.gar.corp.intel.com ([10.213.83.91]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2021 09:54:49 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Rebecca Cran , Michael D Kinney Subject: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc/Readme.md: Updated Readme.md with Python 3.6.8 License details Date: Wed, 8 Sep 2021 22:24:05 +0530 Message-Id: <20210908165405.2008-2-n.jayaprakash@intel.com> In-Reply-To: <20210908165405.2008-1-n.jayaprakash@intel.com> References: <20210908165405.2008-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com X-Gm-Message-State: SKvKrn0shOvNOy4ExXfjfJqmx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1631120158; bh=MtbOYEMsYmZ+dGoyBEI7CFPwWuam7OmjPnmVioFI/Ig=; h=Cc:Date:From:Reply-To:Subject:To; b=JD86nhtqqRWN3ZviF28omXVebwRCASsgTnN+LakUaifanGDyElDNrv2U1cNfVa/V9Fe +NtfPbssqymMqe2ZGurKU8o+51HRT7L5qAEBn/0QKgs7iTcvmvBzDrtHCj1omv4/UuecQ CUOqPNAdqWY64fsrmQdAL2PL6IyWAIwZ7uw= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1631120159636100001 Content-Type: text/plain; charset="utf-8" REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3611 This commit contains updates made to the Readme.md file of edk2-libc repo to add the Python 3.6.8 license at appropriate section in the file Cc: Rebecca Cran Cc: Michael D Kinney --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 341be14..0012cd5 100644 --- a/Readme.md +++ b/Readme.md @@ -24,6 +24,7 @@ contains the following components that are covered by add= itional licenses: * [AppPkg/Applications/Python/Python-2.7.2/Tools/pybench](AppPkg/Applicati= ons/Python/Python-2.7.2/Tools/pybench/LICENSE) * [AppPkg/Applications/Python/Python-2.7.2](AppPkg/Applications/Python/Pyt= hon-2.7.2/LICENSE) * [AppPkg/Applications/Python/Python-2.7.10](AppPkg/Applications/Python/Py= thon-2.7.10/LICENSE) +* [AppPkg/Applications/Python/Python-3.6.8](AppPkg/Applications/Python/Pyt= hon-3.6.8/LICENSE) =20 The EDK II LIBC Project is composed of packages. The maintainers for each package are listed in [Maintainers.txt](Maintainers.txt). --=20 2.32.0.windows.2 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#80371): https://edk2.groups.io/g/devel/message/80371 Mute This Topic: https://groups.io/mt/85464006/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-