From: Jordan Justen <jordan.l.justen@intel.com>
To: Michael D Kinney <michael.d.kinney@intel.com>, edk2-devel@lists.01.org
Cc: Leif Lindholm <leif.lindholm@linaro.org>,
Andrew Fish <afish@apple.com>, Laszlo Ersek <lersek@redhat.com>,
Subject: Re: [Patch v4 6/6] edk2: Add Readme.md to root of edk2 repository
Date: Tue, 25 Jul 2017 10:25:51 -0700 [thread overview]
Message-ID: <150100355096.16362.13770237634170290738@jljusten-skl> (raw)
In-Reply-To: <20170724234516.12552-7-michael.d.kinney@intel.com>
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 <leif.lindholm@linaro.org>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> 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/BrotliCompress/LICENSE)
> +* [MdeModulePkg/Library/BrotliCustomDecompressLib](MdeModulePkg/Library/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/OpensslLib/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/Getting-Started-with-EDK-II)
> +* [Mailing Lists](https://github.com/tianocore/tianocore.github.io/wiki/Mailing-Lists)
> +* [TianoCore Bugzilla](https://bugzilla.tianocore.org)
> +* [How To Contribute](https://github.com/tianocore/tianocore.github.io/wiki/How-To-Contribute)
> --
> 2.13.1.windows.2
>
next prev parent reply other threads:[~2017-07-25 17:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-24 23:45 [Patch V4 0/6] Update to Tiano Contribution Agreement 1.1 Michael D Kinney
2017-07-24 23:45 ` [Patch v4 1/6] BaseTools/PatchCheck: Support " Michael D Kinney
2017-07-24 23:45 ` [Patch v4 2/6] edk2: Move TianoCore Contribution Agreement to root Michael D Kinney
2017-07-24 23:45 ` [Patch v4 3/6] edk2: Update to TianoCore Contribution Agreement 1.1 Michael D Kinney
2017-07-25 17:36 ` Jordan Justen
2017-07-25 17:55 ` Kinney, Michael D
2017-07-26 17:05 ` Jordan Justen
2017-07-26 17:45 ` Kinney, Michael D
2017-07-26 18:20 ` Jordan Justen
2017-07-26 19:13 ` Laszlo Ersek
2017-07-24 23:45 ` [Patch v4 4/6] edk2: Reformat " Michael D Kinney
2017-07-24 23:45 ` [Patch v4 5/6] edk2: Move License.txt file to root Michael D Kinney
2017-07-25 0:12 ` Kinney, Michael D
2017-07-24 23:45 ` [Patch v4 6/6] edk2: Add Readme.md to root of edk2 repository Michael D Kinney
2017-07-25 17:25 ` Jordan Justen [this message]
2017-07-25 17:43 ` Kinney, Michael D
2017-07-25 13:07 ` [Patch V4 0/6] Update to Tiano Contribution Agreement 1.1 Laszlo Ersek
2017-07-25 16:06 ` Kinney, Michael D
2017-07-26 10:39 ` Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=150100355096.16362.13770237634170290738@jljusten-skl \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox