From ab4cd7fd26638e5a33360a475d73558de68fae4a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Sep 2019 11:45:04 +0300 Subject: [PATCH] Forbid any later GNU GPL versions autousage --- gocheese.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gocheese.go b/gocheese.go index 155bf1a..0942d3f 100644 --- a/gocheese.go +++ b/gocheese.go @@ -4,8 +4,7 @@ Copyright (C) 2019 Sergey Matveev 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 @@ -47,8 +46,7 @@ const ( Warranty = `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