|
186 | 186 | //! # License |
187 | 187 | //! <!-- Keep in Sync with README! --> |
188 | 188 | //! |
189 | | -//! The code in this repository is licensed under the Mozilla Public License 2. |
190 | | -//! This license allows you to use the crate in proprietary programs, but any |
191 | | -//! modifications to the files must be open-sourced. |
192 | | -//! |
193 | | -//! The full text of the license is available in the [license file][LICENSE]. |
| 189 | +//! Licensed under either of [Apache License, Version 2.0][apache] or |
| 190 | +//! [MIT license][mit] at your option. |
194 | 191 | //! |
195 | 192 | //! # Terminology |
196 | 193 | //! |
197 | 194 | //! Both "EFI" and "UEFI" can be used interchangeably, such as "UEFI image" or |
198 | 195 | //! "EFI image". We prefer "UEFI" in our crate and its documentation. |
199 | 196 | //! |
200 | | -//! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE |
201 | 197 | //! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/ |
202 | 198 | //! [UEFI]: https://uefi.org/ |
203 | 199 | //! [Zulip]: https://rust-osdev.zulipchat.com |
|
206 | 202 | //! [`entry-macro`]: uefi_macros::entry |
207 | 203 | //! [`r-efi`]: https://crates.io/crates/r-efi |
208 | 204 | //! [`unsafe_protocol`]: proto::unsafe_protocol |
| 205 | +//! [apache]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE-APACHE |
209 | 206 | //! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md |
210 | 207 | //! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues |
| 208 | +//! [mit]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE-MIT |
211 | 209 | //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html |
212 | 210 | //! [spec]: https://uefi.org/specifications |
213 | 211 | //! [template]: https://github.com/rust-osdev/uefi-rs/tree/main/template |
|
0 commit comments