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

Workaround needed for windows-rs targets #206

Open
gelvinp opened this issue Nov 24, 2022 · 0 comments
Open

Workaround needed for windows-rs targets #206

gelvinp opened this issue Nov 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gelvinp
Copy link

gelvinp commented Nov 24, 2022

None of the windows-rs targets have license files in the crate source, instead there is a license file in the top level of the git repo.

As seen here:
https://github.com/microsoft/windows-rs
there are both MIT and Apache-2.0 licenses available, but none of the crates in the targets directory have license files, giving the generated license file the default MIT license without the correct copyright info for these targets (e.g. windows_x86_64_msvc)

The workaround I'm using is to set the clarification path to ../windows-sys-0.42.0/license-mit which is just escaping to another crate from this same repo which does have a license file and is checksum identical to the one at the root of the repo. I don't know why this crate has a copy of the license and none of the targets do but whatever works I guess.

@gelvinp gelvinp added the enhancement New feature or request label Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant