-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
License Precision: GPLv3 only or extended? #31
Comments
Ragnar is using the GNU general public v3.0 license |
No, the https://github.com/cococry/Ragnar/blob/4b485b78fefb7539b17b1115b3f75eb0c481ea55/LICENSE#L625-L632
My understanding of this is that you intend for this to be GPLv3-Only, without the optional "any later version" clause:
As opposed to GPLv3-Plus, which would allow users of applying a hypothetical GPLv4 if they want:
Is this correct? |
Hi, I am currently trying to ship Ragnar into the nixpkgs.
My proposition for a derivation as been reviewed, and within the changes requested lies a question about the license.
Nix distinguishes between gpl "only" and "plus", and we need to know in which this project is.
The text was updated successfully, but these errors were encountered: