X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fnncp%2Fnncp.go;h=7cc65edeebabeaabedab3656ce39452157be1fb3;hb=dd92823db3d72fb21a4c712a7fb052dce16443dd;hp=32f2eb6c3ed072edd498cd2a3450fbd4072f9c8b;hpb=12053329fbe108430dccaaa7c915a1e75b323dc2;p=nncp.git diff --git a/src/cypherpunks.ru/nncp/nncp.go b/src/cypherpunks.ru/nncp/nncp.go index 32f2eb6..7cc65ed 100644 --- a/src/cypherpunks.ru/nncp/nncp.go +++ b/src/cypherpunks.ru/nncp/nncp.go @@ -4,8 +4,7 @@ Copyright (C) 2016-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 @@ -26,8 +25,7 @@ import ( 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 @@ -49,7 +47,7 @@ func VersionGet() string { func UsageHeader() string { return VersionGet() + ` Copyright (C) 2016-2019 Sergey Matveev -License GPLv3+: GNU GPL version 3 or later +License GPLv3: GNU GPL version 3 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.