From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web12.4825.1596679429230460742 for ; Wed, 05 Aug 2020 19:03:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=L++lai1E; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596679428; 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=m+O+tM3vpp/LqF0Twjo6odAoB1kBuFnouN54j0P+ptg=; b=L++lai1Ee74rrRa8/EtX0z3eq3+Dbv807k1cEFJuZIGn0pV6hiolHWmDuPfUa13uk8Mmw1 6Gh1wxLkawjnfNQbGx9HY9ufIw1mCAvv5YuwquJ5lh1Nh2f7TrrguENyWQG0KqgP+U/oz3 H1WPOTbqiPENFqLZ+UxOZQiaYz2+U8I= 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-134-njrcOy8cMISJ3bSv2ONQaA-1; Wed, 05 Aug 2020 22:03:43 -0400 X-MC-Unique: njrcOy8cMISJ3bSv2ONQaA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A2A60106B242; Thu, 6 Aug 2020 02:03:42 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-48.ams2.redhat.com [10.36.112.48]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6A38661799; Thu, 6 Aug 2020 02:03:41 +0000 (UTC) Subject: Re: [edk2-devel] [Patch 4/4] Readme.rst: List submodules and links to licenses To: devel@edk2.groups.io, michael.d.kinney@intel.com Cc: Andrew Fish , Leif Lindholm References: <20200804191010.36292-1-michael.d.kinney@intel.com> <20200804191010.36292-5-michael.d.kinney@intel.com> From: "Laszlo Ersek" Message-ID: <36ad3733-5263-cd12-77d6-cc7c7286a755@redhat.com> Date: Thu, 6 Aug 2020 04:03:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200804191010.36292-5-michael.d.kinney@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/04/20 21:10, Michael D Kinney wrote: > Update list of content that is covered by a license other than > the BSD-2-Clause Plus Patent License and break out list of > content that is included as a git submodule from upstream > projects. > > * Use alphabetic order of content > * Remove references to IntelFrameworkModulePkg > * Add reference for UnitTestFrameworkPkg use of cmocka > > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Leif Lindholm > Signed-off-by: Michael D Kinney > --- > ReadMe.rst | 22 ++++++++++++++++------ > 1 file changed, 16 insertions(+), 6 deletions(-) > > diff --git a/ReadMe.rst b/ReadMe.rst > index d597e34efc..a16e13547f 100644 > --- a/ReadMe.rst > +++ b/ReadMe.rst > @@ -69,16 +69,26 @@ The majority of the content in the EDK II open source project uses a > source project contains the following components that are covered by additional > licenses: > > -- `BaseTools/Source/C/BrotliCompress/brotli `__ > -- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli `__ > - `BaseTools/Source/C/LzmaCompress `__ > -- `MdeModulePkg/Library/LzmaCustomDecompressLib `__ > -- `IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk `__ > - `BaseTools/Source/C/VfrCompile/Pccts `__ > -- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma `__ > +- `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c `__ > +- `CryptoPkg\Library\Include\crypto\dso_conf.h `__ > +- `CryptoPkg\Library\Include\openssl\opensslconf.h `__ > +- `EmbeddedPkg/Library/FdtLib `__. (EDK II uses BSD License) > +- `EmbeddedPkg/Include/fdt.h `__. (EDK II uses BSD Licence) > +- `EmbeddedPkg/Include/libfdt.h `__. (EDK II uses BSD License) > +- `MdeModulePkg/Library/LzmaCustomDecompressLib `__ > - `OvmfPkg `__ > -- `CryptoPkg/Library/OpensslLib/openssl `__ > + > +The EDK II open source project uses content from upstream projects as git submodules > +that are covered by additional licenses. > + > - `ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 `__ > +- `BaseTools/Source/C/BrotliCompress/brotli `__ > +- `CryptoPkg/Library/OpensslLib/openssl `__ > +- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli `__ > +- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma `__ > +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka `__ > > The EDK II Project is composed of packages. The maintainers for each package > are listed in `Maintainers.txt `__. > Acked-by: Laszlo Ersek