-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
flam3: fix license (gpl3Only, not cc-by-nc-sa-20) #95572
Conversation
144350f
to
1fc9cdc
Compare
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec { | |||
homepage = "https://flam3.com/"; | |||
maintainers = [ maintainers.nand0p ]; | |||
platforms = platforms.linux; | |||
license = licenses.cc-by-nc-sa-20; | |||
license = licenses.gpl3Only; |
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.
Looks like gpl3Plus
: https://github.com/scottdraves/flam3/search?q=license&unscoped_q=license
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.
Huh, you're quite right - the README doesn't specify 'any later version' but indeed each individual source file does.
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.
If you can, please ask them to update the website/readme.
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.
Good idea, scottdraves/flam3#32
Thanks. |
https://github.com/scottdraves/flam3/blob/v3.1.1/COPYING
Motivation for this change
To be able to package qosmic without having to allow nonfree packages.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)