From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.12608.1596568215079756518 for ; Tue, 04 Aug 2020 12:10:15 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: michael.d.kinney@intel.com) IronPort-SDR: OA9+RUXlPXLJnMlsqvef8wwpEWn1Q0ugdblJLGJ5d8FWXkxXd2I9HlNsgv38Un6Wp+XJxPeZXS rs+eDh7PIb8Q== X-IronPort-AV: E=McAfee;i="6000,8403,9703"; a="151624287" X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="151624287" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 12:10:14 -0700 IronPort-SDR: p+pRYG0BYuRx3yeDBiNiHibOsAbBqtScm66VpQqz6Vw8trDvtGV3ONaDDU1AX+LlHOMcP4WN6f 0c0J+96NY8cg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,434,1589266800"; d="scan'208";a="275891832" Received: from mdkinney-mobl2.amr.corp.intel.com ([10.255.230.184]) by fmsmga008.fm.intel.com with ESMTP; 04 Aug 2020 12:10:14 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm Subject: [Patch 4/4] Readme.rst: List submodules and links to licenses Date: Tue, 4 Aug 2020 12:10:10 -0700 Message-Id: <20200804191010.36292-5-michael.d.kinney@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200804191010.36292-1-michael.d.kinney@intel.com> References: <20200804191010.36292-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 `__. -- 2.21.0.windows.1