* [Patch] edk2: Update additional licenses in Readme.md
@ 2019-06-04 17:12 Michael D Kinney
2019-06-04 17:55 ` [edk2-devel] " Laszlo Ersek
2019-06-04 18:00 ` Leif Lindholm
0 siblings, 2 replies; 5+ messages in thread
From: Michael D Kinney @ 2019-06-04 17:12 UTC (permalink / raw)
To: devel
* 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 <michael.d.kinney@intel.com>
---
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).
--
2.21.0.windows.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch] edk2: Update additional licenses in Readme.md
2019-06-04 17:12 [Patch] edk2: Update additional licenses in Readme.md Michael D Kinney
@ 2019-06-04 17:55 ` Laszlo Ersek
2019-06-04 18:00 ` Leif Lindholm
1 sibling, 0 replies; 5+ messages in thread
From: Laszlo Ersek @ 2019-06-04 17:55 UTC (permalink / raw)
To: devel, michael.d.kinney
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 <michael.d.kinney@intel.com>
> ---
> 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 <https://github.com/tianocore/edk2/>.
With such a clarification:
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
(And I agree this is eligible for pushing during the hard freeze.)
Thanks!
Laszlo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch] edk2: Update additional licenses in Readme.md
2019-06-04 17:12 [Patch] edk2: Update additional licenses in Readme.md Michael D Kinney
2019-06-04 17:55 ` [edk2-devel] " Laszlo Ersek
@ 2019-06-04 18:00 ` Leif Lindholm
2019-06-04 18:31 ` Michael D Kinney
1 sibling, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2019-06-04 18:00 UTC (permalink / raw)
To: devel, michael.d.kinney
On Tue, Jun 04, 2019 at 10:12:48AM -0700, 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
Bikeshed warning:
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> 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)
For both of the above, could we point directly to the files in
question rather than pointing only at the repository?
I.e.
https://github.com/openssl/openssl/blob/151333164ece49fdba3fe5c4bbdc3333cd9ae66d/LICENSE
and
https://github.com/ucb-bar/berkeley-softfloat-3/blob/f74b1e48110ac3a27dd49b787d164e55e42d81d1/COPYING.txt
To be updated when updating the submodule base commits, if the license
files have changed in the meantime.
That way we don't end up confusing consumers if upstream relicenses a
later version.
/
Leif
> 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
>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch] edk2: Update additional licenses in Readme.md
2019-06-04 18:00 ` Leif Lindholm
@ 2019-06-04 18:31 ` Michael D Kinney
2019-06-04 18:41 ` Leif Lindholm
0 siblings, 1 reply; 5+ messages in thread
From: Michael D Kinney @ 2019-06-04 18:31 UTC (permalink / raw)
To: devel@edk2.groups.io, leif.lindholm@linaro.org, Kinney, Michael D
Leif,
I was wanting to figure out how to do the direct link
to the license material. Thanks for providing that!
I will send V2.
Mike
> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io]
> On Behalf Of Leif Lindholm
> Sent: Tuesday, June 4, 2019 11:00 AM
> To: devel@edk2.groups.io; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Subject: Re: [edk2-devel] [Patch] edk2: Update
> additional licenses in Readme.md
>
> On Tue, Jun 04, 2019 at 10:12:48AM -0700, 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
>
> Bikeshed warning:
>
> > Signed-off-by: Michael D Kinney
> <michael.d.kinney@intel.com>
> > ---
> > 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](MdeModule
> Pkg/Library/Lz
> > maCustomDecompressLib/LZMA-SDK-README.txt)
> > *
> >
> [IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib
> /Sdk](IntelFra
> > meworkModulePkg/Library/LzmaCustomDecompressLib/LZMA-
> SDK-README.txt)
> > *
> >
> [BaseTools/Source/C/VfrCompile/Pccts](BaseTools/Source/C
> /VfrCompile/Pc
> > cts/RIGHTS)
> > -*
> >
> [EdkCompatibilityPkg/Other/Maintained/Tools/Pccts](EdkCo
> mpatibilityPkg
> > /Other/Maintained/Tools/Pccts/README)
> > *
> >
> [MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma](
> MdeModulePkg/U
> > niversal/RegularExpressionDxe/Oniguruma/README)
> > * [OvmfPkg](OvmfPkg/License.txt)
> > -*
> >
> [CryptoPkg/Library/OpensslLib/openssl](CryptoPkg/Library
> /OpensslLib/op
> > enssl/LICENSE)
> > +*
> >
> +[CryptoPkg/Library/OpensslLib/openssl](https://github.c
> om/openssl/ope
> > +nssl)
> > +*
> > +[ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-
> 3](https://github.
> > +com/ucb-bar/berkeley-softfloat-3)
>
> For both of the above, could we point directly to the
> files in question rather than pointing only at the
> repository?
> I.e.
> https://github.com/openssl/openssl/blob/151333164ece49fd
> ba3fe5c4bbdc3333cd9ae66d/LICENSE
> and
> https://github.com/ucb-bar/berkeley-softfloat-
> 3/blob/f74b1e48110ac3a27dd49b787d164e55e42d81d1/COPYING.
> txt
>
> To be updated when updating the submodule base commits,
> if the license files have changed in the meantime.
>
> That way we don't end up confusing consumers if upstream
> relicenses a later version.
>
> /
> Leif
>
> > 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
> >
> >
> >
> >
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] [Patch] edk2: Update additional licenses in Readme.md
2019-06-04 18:31 ` Michael D Kinney
@ 2019-06-04 18:41 ` Leif Lindholm
0 siblings, 0 replies; 5+ messages in thread
From: Leif Lindholm @ 2019-06-04 18:41 UTC (permalink / raw)
To: Kinney, Michael D; +Cc: devel@edk2.groups.io
:)
For future reference:
- browse to file
- click the "history" button
- click the "<>" button for the top commit ("Browse the repository at
this point in history")
- browse to the file again
(If someone has a less tedious route I'd appreciate it, but it works.)
/
Leif
On Tue, Jun 04, 2019 at 06:31:51PM +0000, Kinney, Michael D wrote:
> Leif,
>
> I was wanting to figure out how to do the direct link
> to the license material. Thanks for providing that!
>
> I will send V2.
>
> Mike
>
> > -----Original Message-----
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io]
> > On Behalf Of Leif Lindholm
> > Sent: Tuesday, June 4, 2019 11:00 AM
> > To: devel@edk2.groups.io; Kinney, Michael D
> > <michael.d.kinney@intel.com>
> > Subject: Re: [edk2-devel] [Patch] edk2: Update
> > additional licenses in Readme.md
> >
> > On Tue, Jun 04, 2019 at 10:12:48AM -0700, 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
> >
> > Bikeshed warning:
> >
> > > Signed-off-by: Michael D Kinney
> > <michael.d.kinney@intel.com>
> > > ---
> > > 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](MdeModule
> > Pkg/Library/Lz
> > > maCustomDecompressLib/LZMA-SDK-README.txt)
> > > *
> > >
> > [IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib
> > /Sdk](IntelFra
> > > meworkModulePkg/Library/LzmaCustomDecompressLib/LZMA-
> > SDK-README.txt)
> > > *
> > >
> > [BaseTools/Source/C/VfrCompile/Pccts](BaseTools/Source/C
> > /VfrCompile/Pc
> > > cts/RIGHTS)
> > > -*
> > >
> > [EdkCompatibilityPkg/Other/Maintained/Tools/Pccts](EdkCo
> > mpatibilityPkg
> > > /Other/Maintained/Tools/Pccts/README)
> > > *
> > >
> > [MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma](
> > MdeModulePkg/U
> > > niversal/RegularExpressionDxe/Oniguruma/README)
> > > * [OvmfPkg](OvmfPkg/License.txt)
> > > -*
> > >
> > [CryptoPkg/Library/OpensslLib/openssl](CryptoPkg/Library
> > /OpensslLib/op
> > > enssl/LICENSE)
> > > +*
> > >
> > +[CryptoPkg/Library/OpensslLib/openssl](https://github.c
> > om/openssl/ope
> > > +nssl)
> > > +*
> > > +[ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-
> > 3](https://github.
> > > +com/ucb-bar/berkeley-softfloat-3)
> >
> > For both of the above, could we point directly to the
> > files in question rather than pointing only at the
> > repository?
> > I.e.
> > https://github.com/openssl/openssl/blob/151333164ece49fd
> > ba3fe5c4bbdc3333cd9ae66d/LICENSE
> > and
> > https://github.com/ucb-bar/berkeley-softfloat-
> > 3/blob/f74b1e48110ac3a27dd49b787d164e55e42d81d1/COPYING.
> > txt
> >
> > To be updated when updating the submodule base commits,
> > if the license files have changed in the meantime.
> >
> > That way we don't end up confusing consumers if upstream
> > relicenses a later version.
> >
> > /
> > Leif
> >
> > > 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
> > >
> > >
> > >
> > >
> >
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-06-04 18:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 17:12 [Patch] edk2: Update additional licenses in Readme.md Michael D Kinney
2019-06-04 17:55 ` [edk2-devel] " Laszlo Ersek
2019-06-04 18:00 ` Leif Lindholm
2019-06-04 18:31 ` Michael D Kinney
2019-06-04 18:41 ` Leif Lindholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox