The issue being that currently, there is no license.
I have already done the work, I just need to open the PR. Any concerns?
It would be similar to this thread:
https://github.com/retep998/winapi-rs/issues/308
The COPYRIGHT would read:
EDITED (MIT/Apache)
Short version for non-lawyers:
All Rust RFCs are dual-licensed under Apache 2.0 and MIT terms, as documentation.
Longer version:
Rust RFCs, as well as supporting documentation, are copyrighted by their respective authors, and are licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option. All Rust RFCs and supporting documentation carrying such notice may not be copied, modified, or distributed except according to those terms.
NOTE: This may be a reason to assign copyright? Or to have a Rust RFC writers? It seems a different group from the Rust Project developers, since, in this case, each RFC is a single thing, instead of being a part of a whole.