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

Add license file symlinks #2916

Merged
merged 4 commits into from
Jan 30, 2025
Merged

Add license file symlinks #2916

merged 4 commits into from
Jan 30, 2025

Conversation

tokatoka
Copy link
Member

No description provided.

@anforowicz
Copy link

Thanks for the PR. I think that publishing the license files to crates.io also requires listing them in Cargo.toml which I believe in your case means editing libafl_libfuzzer/Cargo.toml. Something like this I think:

-include = ["/src", "/Cargo.toml", "/build.rs", "/runtime"]
+include = ["/src", "/Cargo.toml", "/build.rs", "/runtime", "LICENSE-MIT", "LICENSE-APACHE"]

My understanding of this is based on https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields. It seems that one can check what would get published by running: cargo package --list.

@tokatoka
Copy link
Member Author

for me cargo package --list looks correct now. is it good for you?

@anforowicz
Copy link

for me cargo package --list looks correct now. is it good for you?

Yes, thank you very much.

@tokatoka tokatoka mentioned this pull request Jan 30, 2025
@tokatoka tokatoka merged commit 5c248d7 into main Jan 30, 2025
107 checks passed
@tokatoka tokatoka deleted the add_license branch January 30, 2025 17:03
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.

2 participants