You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xpr03 I think it should be
CC0-1.0 AND Artistic-2.0
.a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We specifically make it a dual license ?
a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I used the rand version for specification
a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/notify-rs/notify#license says we license the code under both.
a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah but https://github.com/rust-random/rand#license does it the same way, I thought thats the normal form, you license it as both, so you can choose "this or that".
a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anyway if you think that's not right please change it accordingly, I'll create a PR next time.
a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, it's unclear to me that whether we allow users to select licenses at their option. Since we want to drop CC-0 in the future, it's more better to use
WITH
, according to https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields?a0f4855
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The thing is that we dual-license every new code. So at least at some point everything should be dual licensed..