Open
Description
Previous context: https://internals.rust-lang.org/t/does-the-standard-library-have-linking-exceptions-to-their-licensing/11377
Now obviously if you have [dependencies]
from crates.io then you have to follow each appropriate license.
But if you just make a "no dependency" program, you're still including all sorts of code from std
/alloc
/core
/libm
/libc
/compiler_builtins
/hashbrown
and possibly others I'm not even thinking of.
- Can we please get a very clear, preferably single file, text to be included as the "attribution" for building a Rust program at all.