From nobody Wed Nov 27 02:30:31 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41876+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41876+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1559668371; cv=none; d=zoho.com; s=zohoarc; b=RrIV5szXJ9F/8XJcD55rWGfOWL7hbSKLvpBALbLHGMxfULPFxe9mr+B72MWVZ1+gwJaLfVSe0uOh4mAWES9LiQFgxhV9bPMtI8pzCw1oZ2Dtbr07157Wl83wUkVugWo4BSal+q95sfbIjLQ4eFGpztdlGZFUx/ThPzUjABjDs9E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559668371; h=Content-Transfer-Encoding:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=D1y6Uzc9Nh7iVHGlzqj1FkaOoqIvhrp/gqnL97bdp3I=; b=Qxhc4qqVP+mSbji0Go9hzK3W58WSgm58YHfgkHTL2Jae3n9e+aC9V9mhSDdaS47CBDl6HP2HC6ecJ9oKfmjxhfPkXBqRyYWekC2lqHguDb9W/O2qmNuvyD8Kb/mQ9bLBseG1JrfYdxjUQvZ3tiNU5PQqfoRRHaj+1BvqdeGWCXM= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41876+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1559668371563711.9918192476792; Tue, 4 Jun 2019 10:12:51 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Tue, 04 Jun 2019 10:12:50 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 10:12:49 -0700 X-ExtLoop1: 1 X-Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by fmsmga005.fm.intel.com with ESMTP; 04 Jun 2019 10:12:49 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Subject: [edk2-devel] [Patch] edk2: Update additional licenses in Readme.md Date: Tue, 4 Jun 2019 10:12:48 -0700 Message-Id: <20190604171248.23020-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,michael.d.kinney@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1559668371; bh=mBvXUOpV8/pn3d9q51ekzXzVOSHXdGF0Rcq3CzHTJ5w=; h=Date:From:Reply-To:Subject:To; b=Eci2Mp6MBPQg7ayf2rZ9KO8CaJRpT4Ay94Ttw8NclsYG1MsbnCQwZf/wwPpZI03G4Cy kYVKOFA/0nz501CGRAji8PYpilmI8kpNHIAn2E0CFUGGGI4XJrh2xLzd1Maz3rBg2AivM 3fZfkv3ddaXUUHrU5H1DhBgEQEMMnuAY5KQ= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" * Remove refrences EdkCompatibilityPkg * Update link to OpenSSL to https://github.com/openssl/openssl * Add link to https://github.com/ucb-bar/berkeley-softfloat-3 for ArmSoftFloatLib Signed-off-by: Michael D Kinney Reviewed-by: Laszlo Ersek --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1feba16075..d5556e15c6 100644 --- a/Readme.md +++ b/Readme.md @@ -12,10 +12,10 @@ contains the following components that are covered by a= dditional licenses: * [MdeModulePkg/Library/LzmaCustomDecompressLib](MdeModulePkg/Library/Lzma= CustomDecompressLib/LZMA-SDK-README.txt) * [IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk](IntelFrame= workModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt) * [BaseTools/Source/C/VfrCompile/Pccts](BaseTools/Source/C/VfrCompile/Pcct= s/RIGHTS) -* [EdkCompatibilityPkg/Other/Maintained/Tools/Pccts](EdkCompatibilityPkg/O= ther/Maintained/Tools/Pccts/README) * [MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma](MdeModulePkg/Uni= versal/RegularExpressionDxe/Oniguruma/README) * [OvmfPkg](OvmfPkg/License.txt) -* [CryptoPkg/Library/OpensslLib/openssl](CryptoPkg/Library/OpensslLib/open= ssl/LICENSE) +* [CryptoPkg/Library/OpensslLib/openssl](https://github.com/openssl/openss= l) +* [ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3](https://github.com= /ucb-bar/berkeley-softfloat-3) =20 The EDK II Project is composed of packages. The maintainers for each pack= age are listed in [Maintainers.txt](Maintainers.txt). --=20 2.21.0.windows.1 -=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 (#41876): https://edk2.groups.io/g/devel/message/41876 Mute This Topic: https://groups.io/mt/31928713/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-