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 <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Leif Lindholm <leif@nuviainc.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
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 <https://github.com/google/brotli/blob/master/LICENSE>`__
-- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli <https://github.com/google/brotli/blob/master/LICENSE>`__
- `BaseTools/Source/C/LzmaCompress <BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt>`__
-- `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>`__
-- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma <https://github.com/kkos/oniguruma/blob/master/README.md>`__
+- `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c <CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c>`__
+- `CryptoPkg\Library\Include\crypto\dso_conf.h <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__
+- `CryptoPkg\Library\Include\openssl\opensslconf.h <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__
+- `EmbeddedPkg/Library/FdtLib <EmbeddedPkg/Library/FdtLib/fdt.c>`__. (EDK II uses BSD License)
+- `EmbeddedPkg/Include/fdt.h <EmbeddedPkg/Include/fdt.h>`__. (EDK II uses BSD Licence)
+- `EmbeddedPkg/Include/libfdt.h <EmbeddedPkg/Include/libfdt.h>`__. (EDK II uses BSD License)
+- `MdeModulePkg/Library/LzmaCustomDecompressLib <MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt>`__
- `OvmfPkg <OvmfPkg/License.txt>`__
-- `CryptoPkg/Library/OpensslLib/openssl <https://github.com/openssl/openssl/blob/50eaac9f3337667259de725451f201e784599687/LICENSE>`__
+
+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 <https://github.com/ucb-bar/berkeley-softfloat-3/blob/b64af41c3276f97f0e181920400ee056b9c88037/COPYING.txt>`__
+- `BaseTools/Source/C/BrotliCompress/brotli <https://github.com/google/brotli/blob/666c3280cc11dc433c303d79a83d4ffbdd12cc8d/LICENSE>`__
+- `CryptoPkg/Library/OpensslLib/openssl <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__
+- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli <https://github.com/google/brotli/blob/666c3280cc11dc433c303d79a83d4ffbdd12cc8d/LICENSE>`__
+- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma <https://github.com/kkos/oniguruma/blob/abfc8ff81df4067f309032467785e06975678f0d/COPYING>`__
+- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka <https://git.cryptomilk.org/projects/cmocka.git/tree/COPYING?h=cmocka-1.1.5&id=f5e2cd77c88d9f792562888d2b70c5a396bfbf7a>`__
The EDK II Project is composed of packages. The maintainers for each package
are listed in `Maintainers.txt <Maintainers.txt>`__.
--
2.21.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#63710): https://edk2.groups.io/g/devel/message/63710
Mute This Topic: https://groups.io/mt/75993660/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Hi Mike,
For the series:
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Recent events make me think though - should we have an explicit
statement regarding those files we have that are generated without an
explicit license?
/
Leif
On Tue, Aug 04, 2020 at 12:10:10 -0700, 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 <afish@apple.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Leif Lindholm <leif@nuviainc.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> 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 <https://github.com/google/brotli/blob/master/LICENSE>`__
> -- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli <https://github.com/google/brotli/blob/master/LICENSE>`__
> - `BaseTools/Source/C/LzmaCompress <BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt>`__
> -- `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>`__
> -- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma <https://github.com/kkos/oniguruma/blob/master/README.md>`__
> +- `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c <CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c>`__
> +- `CryptoPkg\Library\Include\crypto\dso_conf.h <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__
> +- `CryptoPkg\Library\Include\openssl\opensslconf.h <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__
> +- `EmbeddedPkg/Library/FdtLib <EmbeddedPkg/Library/FdtLib/fdt.c>`__. (EDK II uses BSD License)
> +- `EmbeddedPkg/Include/fdt.h <EmbeddedPkg/Include/fdt.h>`__. (EDK II uses BSD Licence)
> +- `EmbeddedPkg/Include/libfdt.h <EmbeddedPkg/Include/libfdt.h>`__. (EDK II uses BSD License)
> +- `MdeModulePkg/Library/LzmaCustomDecompressLib <MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt>`__
> - `OvmfPkg <OvmfPkg/License.txt>`__
> -- `CryptoPkg/Library/OpensslLib/openssl <https://github.com/openssl/openssl/blob/50eaac9f3337667259de725451f201e784599687/LICENSE>`__
> +
> +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 <https://github.com/ucb-bar/berkeley-softfloat-3/blob/b64af41c3276f97f0e181920400ee056b9c88037/COPYING.txt>`__
> +- `BaseTools/Source/C/BrotliCompress/brotli <https://github.com/google/brotli/blob/666c3280cc11dc433c303d79a83d4ffbdd12cc8d/LICENSE>`__
> +- `CryptoPkg/Library/OpensslLib/openssl <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__
> +- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli <https://github.com/google/brotli/blob/666c3280cc11dc433c303d79a83d4ffbdd12cc8d/LICENSE>`__
> +- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma <https://github.com/kkos/oniguruma/blob/abfc8ff81df4067f309032467785e06975678f0d/COPYING>`__
> +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka <https://git.cryptomilk.org/projects/cmocka.git/tree/COPYING?h=cmocka-1.1.5&id=f5e2cd77c88d9f792562888d2b70c5a396bfbf7a>`__
>
> The EDK II Project is composed of packages. The maintainers for each package
> are listed in `Maintainers.txt <Maintainers.txt>`__.
> --
> 2.21.0.windows.1
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#63722): https://edk2.groups.io/g/devel/message/63722
Mute This Topic: https://groups.io/mt/75993660/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Hi Leif, Thank you for the reviews! For generated files, I think there are two categories 1) Files generated as part of the build process that are placed in the build output directly and are never checked into a repository. 2) Files that are generated from a tool used by a developer, and a developer then checks the generated files into a repository. Which recent events are you referring to? Thanks, Mike > -----Original Message----- > From: Leif Lindholm <leif@nuviainc.com> > Sent: Wednesday, August 5, 2020 3:14 AM > To: devel@edk2.groups.io; Kinney, Michael D > <michael.d.kinney@intel.com> > Cc: Andrew Fish <afish@apple.com>; Laszlo Ersek > <lersek@redhat.com> > Subject: Re: [edk2-devel] [Patch 4/4] Readme.rst: List > submodules and links to licenses > > Hi Mike, > > For the series: > Reviewed-by: Leif Lindholm <leif@nuviainc.com> > > Recent events make me think though - should we have an > explicit > statement regarding those files we have that are > generated without an > explicit license? > > / > Leif > > On Tue, Aug 04, 2020 at 12:10:10 -0700, 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 <afish@apple.com> > > Cc: Laszlo Ersek <lersek@redhat.com> > > Cc: Leif Lindholm <leif@nuviainc.com> > > Signed-off-by: Michael D Kinney > <michael.d.kinney@intel.com> > > --- > > 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 > <https://github.com/google/brotli/blob/master/LICENSE>`_ > _ > > -- > `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli > <https://github.com/google/brotli/blob/master/LICENSE>`_ > _ > > - `BaseTools/Source/C/LzmaCompress > <BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt>`__ > > -- `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>`__ > > -- > `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma > <https://github.com/kkos/oniguruma/blob/master/README.md > >`__ > > +- > `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c > <CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c>`__ > > +- `CryptoPkg\Library\Include\crypto\dso_conf.h > <https://github.com/openssl/openssl/blob/e2e09d9fba1187f > 8d6aafaa34d4172f56f1ffb72/LICENSE>`__ > > +- `CryptoPkg\Library\Include\openssl\opensslconf.h > <https://github.com/openssl/openssl/blob/e2e09d9fba1187f > 8d6aafaa34d4172f56f1ffb72/LICENSE>`__ > > +- `EmbeddedPkg/Library/FdtLib > <EmbeddedPkg/Library/FdtLib/fdt.c>`__. (EDK II uses BSD > License) > > +- `EmbeddedPkg/Include/fdt.h > <EmbeddedPkg/Include/fdt.h>`__. (EDK II uses BSD > Licence) > > +- `EmbeddedPkg/Include/libfdt.h > <EmbeddedPkg/Include/libfdt.h>`__. (EDK II uses BSD > License) > > +- `MdeModulePkg/Library/LzmaCustomDecompressLib > <MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK- > README.txt>`__ > > - `OvmfPkg <OvmfPkg/License.txt>`__ > > -- `CryptoPkg/Library/OpensslLib/openssl > <https://github.com/openssl/openssl/blob/50eaac9f3337667 > 259de725451f201e784599687/LICENSE>`__ > > + > > +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 <https://github.com/ucb-bar/berkeley- > softfloat- > 3/blob/b64af41c3276f97f0e181920400ee056b9c88037/COPYING. > txt>`__ > > +- `BaseTools/Source/C/BrotliCompress/brotli > <https://github.com/google/brotli/blob/666c3280cc11dc433 > c303d79a83d4ffbdd12cc8d/LICENSE>`__ > > +- `CryptoPkg/Library/OpensslLib/openssl > <https://github.com/openssl/openssl/blob/e2e09d9fba1187f > 8d6aafaa34d4172f56f1ffb72/LICENSE>`__ > > +- > `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli > <https://github.com/google/brotli/blob/666c3280cc11dc433 > c303d79a83d4ffbdd12cc8d/LICENSE>`__ > > +- > `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma > <https://github.com/kkos/oniguruma/blob/abfc8ff81df4067f > 309032467785e06975678f0d/COPYING>`__ > > +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka > <https://git.cryptomilk.org/projects/cmocka.git/tree/COP > YING?h=cmocka- > 1.1.5&id=f5e2cd77c88d9f792562888d2b70c5a396bfbf7a>`__ > > > > The EDK II Project is composed of packages. The > maintainers for each package > > are listed in `Maintainers.txt <Maintainers.txt>`__. > > -- > > 2.21.0.windows.1 > > > > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#63728): https://edk2.groups.io/g/devel/message/63728 Mute This Topic: https://groups.io/mt/75993660/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
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 <afish@apple.com> > Cc: Laszlo Ersek <lersek@redhat.com> > Cc: Leif Lindholm <leif@nuviainc.com> > Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> > --- > 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 <https://github.com/google/brotli/blob/master/LICENSE>`__ > -- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli <https://github.com/google/brotli/blob/master/LICENSE>`__ > - `BaseTools/Source/C/LzmaCompress <BaseTools/Source/C/LzmaCompress/LZMA-SDK-README.txt>`__ > -- `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>`__ > -- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma <https://github.com/kkos/oniguruma/blob/master/README.md>`__ > +- `CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c <CryptoPkg\Library\BaseCryptLib\SysCall\inet_pton.c>`__ > +- `CryptoPkg\Library\Include\crypto\dso_conf.h <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__ > +- `CryptoPkg\Library\Include\openssl\opensslconf.h <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__ > +- `EmbeddedPkg/Library/FdtLib <EmbeddedPkg/Library/FdtLib/fdt.c>`__. (EDK II uses BSD License) > +- `EmbeddedPkg/Include/fdt.h <EmbeddedPkg/Include/fdt.h>`__. (EDK II uses BSD Licence) > +- `EmbeddedPkg/Include/libfdt.h <EmbeddedPkg/Include/libfdt.h>`__. (EDK II uses BSD License) > +- `MdeModulePkg/Library/LzmaCustomDecompressLib <MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt>`__ > - `OvmfPkg <OvmfPkg/License.txt>`__ > -- `CryptoPkg/Library/OpensslLib/openssl <https://github.com/openssl/openssl/blob/50eaac9f3337667259de725451f201e784599687/LICENSE>`__ > + > +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 <https://github.com/ucb-bar/berkeley-softfloat-3/blob/b64af41c3276f97f0e181920400ee056b9c88037/COPYING.txt>`__ > +- `BaseTools/Source/C/BrotliCompress/brotli <https://github.com/google/brotli/blob/666c3280cc11dc433c303d79a83d4ffbdd12cc8d/LICENSE>`__ > +- `CryptoPkg/Library/OpensslLib/openssl <https://github.com/openssl/openssl/blob/e2e09d9fba1187f8d6aafaa34d4172f56f1ffb72/LICENSE>`__ > +- `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli <https://github.com/google/brotli/blob/666c3280cc11dc433c303d79a83d4ffbdd12cc8d/LICENSE>`__ > +- `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma <https://github.com/kkos/oniguruma/blob/abfc8ff81df4067f309032467785e06975678f0d/COPYING>`__ > +- `UnitTestFrameworkPkg/Library/CmockaLib/cmocka <https://git.cryptomilk.org/projects/cmocka.git/tree/COPYING?h=cmocka-1.1.5&id=f5e2cd77c88d9f792562888d2b70c5a396bfbf7a>`__ > > The EDK II Project is composed of packages. The maintainers for each package > are listed in `Maintainers.txt <Maintainers.txt>`__. > Acked-by: Laszlo Ersek <lersek@redhat.com> -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#63766): https://edk2.groups.io/g/devel/message/63766 Mute This Topic: https://groups.io/mt/75993660/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=-=-=-=-=-=-=-=-=-=-=-
© 2016 - 2026 Red Hat, Inc.