rust-osdev/uefi-rs

Remove changes that we don't have permission to relicense

Closed this issue · 1 comments

Checklist for authors/PRs/commits that we don't have relicensing approval for.

For each change, we'll need to resolve as follows:

  • If the change has no creative component (e.g. a typo fix or simply matching
    arguments types to the UEFI spec) then no approval is needed and we can keep
    the change.
  • If the change does have a creative component:
    • If it is not important from an API perspective (e.g. docstring addition) we
      can just revert it.
    • If it is important from an API perspective, we can revert and rewrite the
      change.

All done here. See linked PRs for code that was rewritten.