rust-osdev/uefi-rs

Placeholders for year and license holder were not replaced in license

Closed this issue · 1 comments

Hi! I was just looking through the project and I noticed that near the EOF of the license the placeholders for the year and license holder haven't been replaced.

Do you mean this text: https://github.com/rust-osdev/uefi-rs/blob/main/LICENSE-APACHE#L190?

If so, that's fine to leave as-is I think; it's descriptive text on how to apply the boilerplate notice. It's not necessary to fill that in, and as far as I know apache-2.0 does not require any per-project edits to the license. (The MIT license does require edits, but I believe ours is correctly filled in: https://github.com/rust-osdev/uefi-rs/blob/main/LICENSE-MIT#L1.)

Closing, but please let us know if I've misunderstood something.