1 | # EDK II Project
|
---|
2 |
|
---|
3 | A modern, feature-rich, cross-platform firmware development environment
|
---|
4 | for the UEFI and PI specifications from www.uefi.org.
|
---|
5 |
|
---|
6 | Contributions to the EDK II open source project are covered by the
|
---|
7 | [TianoCore Contribution Agreement 1.1](Contributions.txt)
|
---|
8 |
|
---|
9 | The majority of the content in the EDK II open source project uses a
|
---|
10 | [BSD 2-Clause License](License.txt). The EDK II open source project contains
|
---|
11 | the following components that are covered by additional licenses:
|
---|
12 | * [AppPkg/Applications/Python/Python-2.7.2/Tools/pybench](AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/LICENSE)
|
---|
13 | * [AppPkg/Applications/Python/Python-2.7.2](AppPkg/Applications/Python/Python-2.7.2/LICENSE)
|
---|
14 | * [AppPkg/Applications/Python/Python-2.7.10](AppPkg/Applications/Python/Python-2.7.10/LICENSE)
|
---|
15 | * [BaseTools/Source/C/BrotliCompress](BaseTools/Source/C/BrotliCompress/LICENSE)
|
---|
16 | * [MdeModulePkg/Library/BrotliCustomDecompressLib](MdeModulePkg/Library/BrotliCustomDecompressLib/LICENSE)
|
---|
17 | * [OvmfPkg](OvmfPkg/License.txt)
|
---|
18 | * [CryptoPkg/Library/OpensslLib/openssl](CryptoPkg/Library/OpensslLib/openssl/LICENSE)
|
---|
19 |
|
---|
20 | The EDK II Project is composed of packages. The maintainers for each package
|
---|
21 | are listed in [Maintainers.txt](Maintainers.txt).
|
---|
22 |
|
---|
23 | # Resources
|
---|
24 | * [TianoCore](http://www.tianocore.org)
|
---|
25 | * [EDK II](https://github.com/tianocore/tianocore.github.io/wiki/EDK-II)
|
---|
26 | * [Getting Started with EDK II](https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II)
|
---|
27 | * [Mailing Lists](https://github.com/tianocore/tianocore.github.io/wiki/Mailing-Lists)
|
---|
28 | * [TianoCore Bugzilla](https://bugzilla.tianocore.org)
|
---|
29 | * [How To Contribute](https://github.com/tianocore/tianocore.github.io/wiki/How-To-Contribute)
|
---|