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

include LICENSE file in published crates #127

Merged
merged 1 commit into from Nov 8, 2022
Merged

include LICENSE file in published crates #127

merged 1 commit into from Nov 8, 2022

Conversation

decathorpe
Copy link
Contributor

The MIT license requires that published / redistributed sources include a copy of the license text. This isn't the case for source code of the k9 crate that is published / redistributed via https://crates.io.

This PR adds a symlink in the k9 directory that points at the LICENSE file in the repository root, which makes cargo include the file when packaging / publishing the crate.

Note that if you are publishing this crate from an operating system which doesn't support symbolic links (Windows, I'm looking at you), a full copy of the file might be needed in the k9 directory, instead, to have cargo pick it up correctly.

@aaronabramov
Copy link
Owner

thank you!
(sorry i totally missed the email notification)

@aaronabramov aaronabramov merged commit 390f089 into aaronabramov:master Nov 8, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants