From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Tue, 04 Jun 2019 10:55:40 -0700 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A73FA3084249; Tue, 4 Jun 2019 17:55:29 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-251.ams2.redhat.com [10.36.117.251]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0898860FD5; Tue, 4 Jun 2019 17:55:28 +0000 (UTC) Subject: Re: [edk2-devel] [Patch] edk2: Update additional licenses in Readme.md To: devel@edk2.groups.io, michael.d.kinney@intel.com References: <20190604171248.23020-1-michael.d.kinney@intel.com> From: "Laszlo Ersek" Message-ID: Date: Tue, 4 Jun 2019 19:55:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190604171248.23020-1-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Tue, 04 Jun 2019 17:55:29 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/04/19 19:12, Michael D Kinney wrote: > * 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 > --- > 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 additional licenses: > * [MdeModulePkg/Library/LzmaCustomDecompressLib](MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt) > * [IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk](IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt) > * [BaseTools/Source/C/VfrCompile/Pccts](BaseTools/Source/C/VfrCompile/Pccts/RIGHTS) > -* [EdkCompatibilityPkg/Other/Maintained/Tools/Pccts](EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/README) > * [MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma](MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/README) > * [OvmfPkg](OvmfPkg/License.txt) > -* [CryptoPkg/Library/OpensslLib/openssl](CryptoPkg/Library/OpensslLib/openssl/LICENSE) > +* [CryptoPkg/Library/OpensslLib/openssl](https://github.com/openssl/openssl) > +* [ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3](https://github.com/ucb-bar/berkeley-softfloat-3) > > The EDK II Project is composed of packages. The maintainers for each package > are listed in [Maintainers.txt](Maintainers.txt). > Please add 1 or 2 sentences to the commit message as to why this change is useful -- IIUC, the goal is that the links (currently pointing into submodule trees) become functional in a web browser, when a user looks at the landing page at . With such a clarification: Reviewed-by: Laszlo Ersek (And I agree this is eligible for pushing during the hard freeze.) Thanks! Laszlo