-
Notifications
You must be signed in to change notification settings - Fork 228
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
Publish 5.x version to include the license file(s)? #460
Comments
What do I have to do for that ? Because I didn't change anything in the project regarding the license since pre 5.0, so it being missing means cargo didn't include it ? |
I think this happened when notify shifted over to using workspaces. By default it'll pick up the license files where you ran it, but I don't think this happens by default with workspaces. In my projects, I just symlink to the loplevel license, with something like this:
You can then use I wasn't sure what's covered by the CC0 or artistic license, so I didn't upload a PR for this. |
Yeah in hindsight it makes total sense that it's not in the actual workspace crate anymore.. Thanks! |
Leaving this open until I've done the release |
Closed by 85a231f Edit: debouncer will follow after merging another feature |
Hello all,
I noticed that the 5.0.0 notify crate does not include a license file. Would it be possible to release a point release to include the actual license text in the crate?
Thanks, that'll help make it easier to use.
The text was updated successfully, but these errors were encountered: