-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[RFC] shards licenses #548
Comments
Sounds good! We can easily assemble the The link information however would be difficult to obtain. And it probably doesn't make much sense for a source distribution format. The reason is that the Crystal code only contains lib bindings, not the libraries themselves. Which binary libraries are linked in the end and what licenses they have is not conclusively determined by the bindings. It depends on link time configuration. For example, the bindings may target |
Then I guess link targets could still be supplied? The file linked is probably more useful than It's too bad There are a few distro specific shell one liners to get the copyright of a package. Maybe their inclusion isn't too cumbersome? |
Yeah, maybe we could collect all the |
|
If you pass |
It's |
Proposal: A new shards command to see all licenses in use.
shards licenses
Output:
A software package may have multiple licenses.
A more structured
yaml
option may be preferred with either a path to the file or the license itself.Also see crystal-lang/crystal#11488
The text was updated successfully, but these errors were encountered: