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

Check alternative extensions to find license text #65

Open
Nemo157 opened this issue Nov 26, 2019 · 1 comment
Open

Check alternative extensions to find license text #65

Nemo157 opened this issue Nov 26, 2019 · 1 comment

Comments

@Nemo157
Copy link
Owner

Nemo157 commented Nov 26, 2019

> cargo lichking bundle
warning: IANAL: This is not legal advice and is not guaranteed to be correct.
The imagine package uses some third party libraries under their own license terms:

 * bytemuck 1.0.1 under the terms of Zlib:

error: bytemuck has no candidate texts for license Zlib in ~\.cargo\registry\src\github.com-1ecc6299db9ec823\bytemuck-1.0.1

bytemuck does include the license in LICENSE-ZLIB.md

you should really check alternate extensions like .txt and .md

Lokathor

@Nemo157
Copy link
Owner Author

Nemo157 commented Nov 26, 2019

generic names does include other extensions:

name.to_uppercase() == "LICENSE"
|| name.to_uppercase() == "LICENCE"
|| name.to_uppercase() == "LICENSE.MD"
|| name.to_uppercase() == "LICENSE.TXT"

but the license specific ones don't

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

1 participant