Skip to content

Commit

Permalink
Drop the "or any later version" licence clause
Browse files Browse the repository at this point in the history
I have lost my trust in the FSF.
  • Loading branch information
mgedmin committed Apr 15, 2021
1 parent ff5a3a3 commit 7e4e353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Misc

Home page: https://github.com/mgedmin/findimports

Licence: GPL v2 or later (https://www.gnu.org/copyleft/gpl.html)
Licence: GPL v2 or v3 (https://www.gnu.org/copyleft/gpl.html)

|buildstatus|_ |appveyor|_ |coverage|_

Expand Down
2 changes: 1 addition & 1 deletion findimports.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

__version__ = '1.5.3.dev0'
__author__ = 'Marius Gedminas <marius@gedmin.as>'
__licence__ = 'GPL v2 or later'
__licence__ = 'GPL v2 or v3' # or ask me for MIT
__url__ = 'https://github.com/mgedmin/findimports'


Expand Down

0 comments on commit 7e4e353

Please sign in to comment.