Add a CC0-1.0 license option for the notify-types crate#663
Add a CC0-1.0 license option for the notify-types crate#663musicinmybrain wants to merge 1 commit intonotify-rs:mainfrom
Conversation
This changes the license of the notify-types crate from MIT OR Apache-2.0 to MIT OR Apache-2.0 OR CC0-1.0 and adds a copy of LICENSE-CC0 from the main notify crate, as requested in notify-rs#661 (comment).
In that case, let's not do it. |
We have the following policy:
This exception covers our We would not be able to package the If a relicensing of the remaining |
|
There is an open issue, I fear notify is stuck in re licensing limbo hell. |
This changes the license of the
notify-typescrate fromto
and adds a copy of
LICENSE-CC0from the main notify crate, as requested in #661 (comment).I don’t have a personal interest in this change – in fact, it makes my life very slightly more difficult as a downstream package maintainer, since
CC0-1.0is not-allowed for code in Fedora and I would need to patch it out of the choices in the license expression. Still, this PR ties up the last loose end from the discussion in #661.