-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Use SPDX license identifiers for license
in shard.yml
#641
Conversation
Oh, and, out of curiosity: in what context is license_url used? |
I suppose, being super proper would entail accommodating SPDX license expressions. crystal, for instance, is licensed Apache-2.0 WITH Swift-exception. |
Thanks for the feedback! What do you think about allowing for SPDX license expressions? Edit: It seems to me that without them, it may not be possible to describe the licensing of a shard accurately. Such as in the case of crystal. |
Expressions sounds good 👍 |
abc1089
to
b1855db
Compare
I'm really sorry for not getting back to you! How's this? What about these, now: https://github.com/crystal-lang/shards/blob/master/src/spec.cr#L216-L224 |
license
license
in shard.yml
Thanks! |
Thank you! 🙇 |
I suppose #221 can be closed? |
I'd love to see #221 implemented. This is my go at it!