-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
pythonPackages.cpe: replace gpl3Only to lgpl3Only #391315
Conversation
Can you please also change the commit message to the one you are currently using as PR title. |
f3cdb16
to
db4b25c
Compare
49b7228
to
aaf33fc
Compare
@@ -31,7 +31,7 @@ buildPythonPackage rec { | |||
changelog = "https://github.com/nilp0inter/cpe/releases/tag/v${version}"; | |||
description = "Common platform enumeration for python"; | |||
homepage = "https://github.com/nilp0inter/cpe"; | |||
license = lib.licenses.gpl3Only; | |||
license = lib.licenses.lgpl3Only; |
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 file header looks like LGPLv3+
as "..or (at your option) any later version." was not removed.
license = lib.licenses.lgpl3Only; | |
license = lib.licenses.lgpl3Plus; |
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.
Changes made on just the license, clearly missed out the last time after been corrected. As recommended by @armijnhemel in #391267 changes applied for correct licensing.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.