From 4a996828e213b9f130b4e8a063ba23a10bd658f3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Sep 2019 11:43:41 +0300 Subject: [PATCH 1/1] Forbid any later GNU GPL versions autousage --- pyimportcan.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyimportcan.pl b/pyimportcan.pl index 57f2c3f..b7a1ca5 100755 --- a/pyimportcan.pl +++ b/pyimportcan.pl @@ -3,8 +3,7 @@ # Copyright (C) 2013-2019 Sergey Matveev (stargrave@stargrave.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# the Free Software Foundation, version 3 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.44.0