Skip to content

Commit c518d28

Browse files
ovmf-prebuilt: Update readme
1 parent 43541d3 commit c518d28

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

ovmf-prebuilt/README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
# ovmf-prebuilt
22

3-
This package will contain a library for downloading prebuilts. It is not
4-
yet implemented.
3+
[![Crates.io](https://img.shields.io/crates/v/ovmf-prebuilt)][crates.io]
4+
[![Docs.rs](https://docs.rs/ovmf-prebuilt/badge.svg)][docs.rs]
5+
6+
This library downloads and caches prebuilt [OVMF] binaries. See
7+
[docs.rs/ovmf-prebuilt][docs.rs] for a usage example.
8+
9+
## License
10+
11+
This packaged is under either of
12+
13+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
14+
http://www.apache.org/licenses/LICENSE-2.0)
15+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
16+
17+
at your option.
18+
19+
Unless you explicitly state otherwise, any contribution intentionally
20+
submitted for inclusion in the work by you, as defined in the Apache-2.0
21+
license, shall be dual licensed as above, without any additional terms
22+
or conditions.
23+
24+
Note that the downloaded prebuilts are under a different license. OVMF
25+
is part of the [tianocore/edk2] project. See the [`License.txt`][edk2
26+
license] and the [OVMF wiki] for licensing information.
27+
28+
[OVMF wiki]: https://github.com/tianocore/tianocore.github.io/wiki/OVMF
29+
[OVMF]: https://github.com/tianocore/edk2/tree/master/OvmfPkg#readme
30+
[crates.io]: https://crates.io/crates/ovmf-prebuilt
31+
[docs.rs]: https://docs.rs/ovmf-prebuilt
32+
[edk2 license]: https://github.com/tianocore/edk2/blob/master/License.txt
33+
[tianocore/edk2]: https://github.com/tianocore/edk2

0 commit comments

Comments
 (0)