Jordan, Yes. I can update Readme.md to provide single link to OvmfPkg/License.txt file.
Mike > -----Original Message----- > From: Justen, Jordan L > Sent: Tuesday, July 25, 2017 10:26 AM > To: Kinney, Michael D <[email protected]>; edk2- > [email protected] > Cc: Leif Lindholm <[email protected]>; Andrew Fish > <[email protected]>; Laszlo Ersek <[email protected]> > Subject: Re: [Patch v4 6/6] edk2: Add Readme.md to root of edk2 > repository > > On 2017-07-24 16:45:16, Michael D Kinney wrote: > > https://bugzilla.tianocore.org/show_bug.cgi?id=643 > > > > Add Readme.md with a brief description of the EDK II > > open source project along with links to contribution > > agreement, licenses, and resources. > > > > Cc: Leif Lindholm <[email protected]> > > Cc: Andrew Fish <[email protected]> > > Cc: Jordan Justen <[email protected]> > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Michael D Kinney <[email protected]> > > --- > > Readme.md | 28 ++++++++++++++++++++++++++++ > > 1 file changed, 28 insertions(+) > > create mode 100644 Readme.md > > > > diff --git a/Readme.md b/Readme.md > > new file mode 100644 > > index 0000000000..f779e8d458 > > --- /dev/null > > +++ b/Readme.md > > @@ -0,0 +1,28 @@ > > +# EDK II Project > > + > > +A modern, feature-rich, cross-platform firmware development > environment > > +for the UEFI and PI specifications from www.uefi.org. > > + > > +Contributions to the EDK II open source project are covered > by the > > +[TianoCore Contribution Agreement 1.1](Contributions.txt) > > + > > +The majority of the content in the EDK II open source project > uses a > > +[BSD 2-Clause License](License.txt). The EDK II open source > project contains > > +the following components that are covered by additional > licenses: > > +* [AppPkg/Applications/Python/Python- > 2.7.2/Tools/pybench](AppPkg/Applications/Python/Python- > 2.7.2/Tools/pybench/LICENSE) > > +* [AppPkg/Applications/Python/Python- > 2.7.2](AppPkg/Applications/Python/Python-2.7.2/LICENSE) > > +* [AppPkg/Applications/Python/Python- > 2.7.10](AppPkg/Applications/Python/Python-2.7.10/LICENSE) > > +* > [BaseTools/Source/C/BrotliCompress](BaseTools/Source/C/BrotliCom > press/LICENSE) > > +* > [MdeModulePkg/Library/BrotliCustomDecompressLib](MdeModulePkg/Li > brary/BrotliCustomDecompressLib/LICENSE) > > +* [OvmfPkg/Include/IndustryStandard/Xen](OvmfPkg/License.txt) > > +* [OvmfPkg/XenBusDxe](OvmfPkg/License.txt) > > +* [OvmfPkg/XenPvBlkDxe](OvmfPkg/License.txt) > > Can we just list this as a single link? > > * [OvmfPkg](OvmfPkg/License.txt) > > -Jordan > > > +* > [CryptoPkg/Library/OpensslLib/openssl](CryptoPkg/Library/Openssl > Lib/openssl/LICENSE) > > + > > +# Resources > > +* [TianoCore](http://www.tianocore.org) > > +* [EDK > II](https://github.com/tianocore/tianocore.github.io/wiki/EDK- > II) > > +* [Getting Started with EDK > II](https://github.com/tianocore/tianocore.github.io/wiki/Gettin > g-Started-with-EDK-II) > > +* [Mailing > Lists](https://github.com/tianocore/tianocore.github.io/wiki/Mai > ling-Lists) > > +* [TianoCore Bugzilla](https://bugzilla.tianocore.org) > > +* [How To > Contribute](https://github.com/tianocore/tianocore.github.io/wik > i/How-To-Contribute) > > -- > > 2.13.1.windows.2 > > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

