Skip to content
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

Closed
swinslow opened this issue Jun 10, 2019 · 1 comment · Fixed by #880
Closed

GPL2 header incorrectly refers to "Lesser General Public License" #879

swinslow opened this issue Jun 10, 2019 · 1 comment · Fixed by #880

Comments

@swinslow
Copy link
Contributor

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...)

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>
@github-actions
Copy link

github-actions bot commented Apr 5, 2020

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant