File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 186186//! # License
187187//! <!-- Keep in Sync with README! -->
188188//!
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.
194191//!
195192//! # Terminology
196193//!
197194//! Both "EFI" and "UEFI" can be used interchangeably, such as "UEFI image" or
198195//! "EFI image". We prefer "UEFI" in our crate and its documentation.
199196//!
200- //! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE
201197//! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/
202198//! [UEFI]: https://uefi.org/
203199//! [Zulip]: https://rust-osdev.zulipchat.com
206202//! [`entry-macro`]: uefi_macros::entry
207203//! [`r-efi`]: https://crates.io/crates/r-efi
208204//! [`unsafe_protocol`]: proto::unsafe_protocol
205+ //! [apache]: LICENSE-APACHE
209206//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
210207//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
208+ //! [mit]: LICENSE-MIT
211209//! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
212210//! [spec]: https://uefi.org/specifications
213211//! [template]: https://github.com/rust-osdev/uefi-rs/tree/main/template
You can’t perform that action at this time.
0 commit comments