Replies: 4 comments
|
really we should have the spdx operators |
0 replies
|
Probably makes sense for AND & WITH but why would downstream distributors (like Void) need to bundle license files with binaries while the upstream licensing policy doesn't require it? |
0 replies
|
It is nice to pass through dual-licence choice to users of Void-built binaries, and carrying single file is low enough effort to enable this. |
0 replies
|
Fair enough. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have seem quite a few rust (
build_style=cargo) templates which listslicense="Apache-2.0, MIT"while the corresponding upstreams clearly mentions choosing either "at your option". Since "MIT" licenses require an additionalvlicense, is there are a reason why we can't setlicense="Apache-2.0"and remove thosevlicensecalls inpost_install()?All reactions