From 678ee0494e8868dd986d8c5aaa02c7719f5263a3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Sep 2019 13:15:19 +0300 Subject: [PATCH] Forbid any later GNU GPL versions autousage --- passman | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/passman b/passman index 83c585b..be7cda6 100755 --- a/passman +++ b/passman @@ -4,8 +4,7 @@ # # 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