-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
GPL2 header incorrectly refers to "Lesser General Public License" #879
Comments
swinslow
added a commit
to swinslow/cobra
that referenced
this issue
Jun 10, 2019
This removes "Lesser" from the GPL-2.0 header template, since that header is meant to be referring to GPL-2.0 and not LGPL-2.0. Fixes spf13#879 Signed-off-by: Steve Winslow <swinslow@gmail.com>
This issue is being marked as stale due to a long period of inactivity |
umarcor
pushed a commit
to umarcor/cobra
that referenced
this issue
Nov 5, 2021
This removes "Lesser" from the GPL-2.0 header template, since that header is meant to be referring to GPL-2.0 and not LGPL-2.0. Fixes spf13#879 Signed-off-by: Steve Winslow <swinslow@gmail.com>
umarcor
pushed a commit
to umarcor/cobra
that referenced
this issue
Nov 5, 2021
This removes "Lesser" from the GPL-2.0 header template, since that header is meant to be referring to GPL-2.0 and not LGPL-2.0. Fixes spf13#879 Signed-off-by: Steve Winslow <swinslow@gmail.com>
umarcor
pushed a commit
to umarcor/cobra
that referenced
this issue
Nov 10, 2021
This removes "Lesser" from the GPL-2.0 header template, since that header is meant to be referring to GPL-2.0 and not LGPL-2.0. Fixes spf13#879 Signed-off-by: Steve Winslow <swinslow@gmail.com>
jpmcb
pushed a commit
that referenced
this issue
Nov 15, 2021
This removes "Lesser" from the GPL-2.0 header template, since that header is meant to be referring to GPL-2.0 and not LGPL-2.0. Fixes #879 Signed-off-by: Steve Winslow <swinslow@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/spf13/cobra/blob/master/cobra/cmd/license_gpl_2.go appears to have the correct text for GPL-2.0.
However, at https://github.com/spf13/cobra/blob/master/cobra/cmd/license_gpl_2.go#L33 it incorrectly refers to the "GNU Lesser General Public License". The word "Lesser" should probably be deleted.
(It's possible this one was related to #311...)
The text was updated successfully, but these errors were encountered: