Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install README.md, COPYRIGHT, LICENSE-MIT, LICENSE-APACHE #17690

Closed
brson opened this issue Oct 1, 2014 · 2 comments
Closed

Install README.md, COPYRIGHT, LICENSE-MIT, LICENSE-APACHE #17690

brson opened this issue Oct 1, 2014 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented Oct 1, 2014

These are currently included in the binary tarballs, but not actually installed. They need to be part of the installation to comply with the licenses. Probably put them in ${prefix}/share/doc/rust. Make sure the Mac .pkg and Windows .exe installers do too.

@brson brson mentioned this issue Oct 1, 2014
65 tasks
@brson
Copy link
Contributor Author

brson commented Oct 2, 2014

For the windows installation we might also put that 'third-party' directory that deals with the mingw components into this doc directory.

nodakai added a commit to nodakai/rust that referenced this issue Nov 30, 2014
The license document is compressed by DEFLATE and then stored as
pub const license::text::COPYRIGHT of type &'static [u8].
A helper script src/etc/license2rs.sh takes care of updating it.

It is decompressed by flate::inflate_bytes() on runtime.

Fix rust-lang#17690

Signed-off-by: NODA, Kai <nodakai@gmail.com>
@alexcrichton
Copy link
Member

I believe we do this now, so closing.

lnicola pushed a commit to lnicola/rust that referenced this issue Jul 28, 2024
…cola

internal: Fix and enable unsafe_op_in_unsafe_fn

Closes rust-lang#17689
RalfJung pushed a commit to RalfJung/rust that referenced this issue Aug 1, 2024
…cola

internal: Fix and enable unsafe_op_in_unsafe_fn

Closes rust-lang#17689
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants