From c5078303a33673ae0a58801200f6e8d4c531761a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 27 Sep 2019 11:43:11 +0300 Subject: [PATCH] Forbid any later GNU GPL versions autousage --- netstring.go | 3 +-- netstring_test.go | 3 +-- reader.go | 3 +-- writer.go | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/netstring.go b/netstring.go index fd3afeb..f9b75d5 100644 --- a/netstring.go +++ b/netstring.go @@ -4,8 +4,7 @@ Copyright (C) 2015-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 diff --git a/netstring_test.go b/netstring_test.go index 92d2195..bfb3035 100644 --- a/netstring_test.go +++ b/netstring_test.go @@ -4,8 +4,7 @@ Copyright (C) 2015-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 diff --git a/reader.go b/reader.go index 351fc81..4b578b1 100644 --- a/reader.go +++ b/reader.go @@ -4,8 +4,7 @@ Copyright (C) 2015-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 diff --git a/writer.go b/writer.go index 64157df..5ba9a8f 100644 --- a/writer.go +++ b/writer.go @@ -4,8 +4,7 @@ Copyright (C) 2015-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 -- 2.44.0