From nobody Mon Apr 29 13:35:25 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+41901+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+41901+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1559697333; cv=none; d=zoho.com; s=zohoarc; b=hWoZMhNRSiJyek9X6IT2jFsikP3NRTwF+3cEl8vFlJI1049hVv1Gulx2g86PN+RQP73OPWtJDSlSfdKH3CWDFsGj+JpwEDCwbZs5m2cT7OYZ8TY0n2iK4QBcs5ERdh6rrswT4apTpIXXk7Mbd3SoXZMdPykQPQ1+IwG3icqkl+4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559697333; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=I4HIfAkzR/4bzO3E56ZawbIZcDyVg0Put40UKgyzfws=; b=c/NxpLH2Bm4DHaaUpRgK/AdJFYsNrmBtLJMevmGYGKwGBUZydzu5RHEEwaYSo4yVMJaPhIW6/qW1RpKPcSBAV5ieaRl3xRyWJdQyHntHOVYxo1EEOowxjYEtt/z1OUgJKVPv5g10mVKOcPOHt7CremgqlbfgD2bMzavcRP1ie2Y= 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+41901+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 1559697333763863.1579117756229; Tue, 4 Jun 2019 18:15:33 -0700 (PDT) Return-Path: X-Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Tue, 04 Jun 2019 18:15:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 18:15:31 -0700 X-ExtLoop1: 1 X-Received: from mdkinney-mobl2.amr.corp.intel.com ([10.254.90.37]) by orsmga003.jf.intel.com with ESMTP; 04 Jun 2019 18:15:31 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Laszlo Ersek Subject: [edk2-devel] [Patch V3] edk2: Update additional licenses in Readme.md Date: Tue, 4 Jun 2019 18:15:30 -0700 Message-Id: <20190605011530.11268-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=1559697332; bh=xjiWA+saVDTJmBzSNrc6KFXzvgF5JnWIr82tj6HFYLI=; h=Cc:Date:From:Reply-To:Subject:To; b=Dri26qNkBlZv1GXwJRdXVr4Al/dJr63Y89TwT82gDB1k4QrQjhI+zWdniXFyJVV/8xU y21GS6TMu4k4St4j3Fh49B+BDxoa+k2Qhmxb9ZngpQQFy2lFwUt60AGE0xg24Wgh71srl n6s7XF0ESsHQGOcPNCW2D2+mZ8EZH1TIzyU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Update the list of additional licenses in Readme.md. For additional licenses from a git submodule, provide a link to the license file in the remote git repository. This makes the links in Readme.md when viewed from the edk2 repository GitHub landing page https://github.com/tianocore/edk2/ functional from a web browser. * Remove references EdkCompatibilityPkg * Update link to OpenSSL to license file in the git submodule link to https://github.com/openssl/openssl * Add link to license file in the git submodule like to https://github.com/ucb-bar/berkeley-softfloat-3 for ArmSoftFloatLib Signed-off-by: Michael D Kinney Reviewed-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Philippe Mathieu-Daude --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 1feba16075..e564c6c09b 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/blob/50eaac9f3337667259de725451f201e784599687/LICENSE) +* [ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3](https://github.com= /ucb-bar/berkeley-softfloat-3/blob/b64af41c3276f97f0e181920400ee056b9c88037= /COPYING.txt) =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 (#41901): https://edk2.groups.io/g/devel/message/41901 Mute This Topic: https://groups.io/mt/31932893/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-