AltF02 / x11-rs

Rust bindings for X11 libraries
https://docs.rs/x11
MIT License
207 stars 66 forks source link

Include LICENSE files #97

Closed ignatenkobrain closed 4 years ago

ignatenkobrain commented 5 years ago

Please include LICENSE text into the repo and all crates. Thanks!

erlepereira commented 5 years ago

reference for related discussion #82

erlepereira commented 4 years ago

These versions were published with the license fixed as per earlier discussions. x11-dl v2.18.5 x11 v2.18.2

cuviper commented 4 years ago

LICENSE-MIT is in the repo now, but it is not included in the published crates. You can also get a local preview of this by running cargo package --list. One easy way to include the license file is to symlink it into each crate's own root.

erlepereira commented 4 years ago

Will update this in the next release. Should be quicker than the last release, working on some fixes, cleanups etc.

Thanks.