Skip to content

Commit

Permalink
remove "Lesser" from header for GPL-2.0 template (spf13#880)
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Steve Winslow <swinslow@gmail.com>
  • Loading branch information
swinslow authored and umarcor committed Jan 6, 2020
1 parent b61a71c commit 5e977d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobra/cmd/license_gpl_2.go
Expand Up @@ -30,7 +30,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.`,
Text: ` GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Expand Down

0 comments on commit 5e977d8

Please sign in to comment.