From dcf51c05e83809a73f29cb2dce9424e1838639cf Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Mon, 3 Aug 2020 12:08:10 -0700 Subject: Readme.rst: List submodules and links to licenses 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 Reviewed-by: Leif Lindholm Acked-by: Ard Biesheuvel Acked-by: Laszlo Ersek --- ReadMe.rst | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'ReadMe.rst') diff --git a/ReadMe.rst b/ReadMe.rst index d597e34..a16e135 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 `__. -- cgit v1.1