]> Cypherpunks.ru repositories - govpn.git/commitdiff
Forbid any later GNU GPL versions autousage
authorSergey Matveev <stargrave@stargrave.org>
Fri, 27 Sep 2019 10:08:35 +0000 (13:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 27 Sep 2019 10:12:09 +0000 (13:12 +0300)
36 files changed:
doc/about.ru.texi
doc/about.texi
doc/download.texi
doc/index.texi
ports/govpn/Makefile
src/cypherpunks.ru/govpn/aont/aont_test.go
src/cypherpunks.ru/govpn/aont/oaep.go
src/cypherpunks.ru/govpn/client/client.go
src/cypherpunks.ru/govpn/client/proxy.go
src/cypherpunks.ru/govpn/client/tcp.go
src/cypherpunks.ru/govpn/client/udp.go
src/cypherpunks.ru/govpn/cmd/govpn-client/main.go
src/cypherpunks.ru/govpn/cmd/govpn-server/common.go
src/cypherpunks.ru/govpn/cmd/govpn-server/conf.go
src/cypherpunks.ru/govpn/cmd/govpn-server/main.go
src/cypherpunks.ru/govpn/cmd/govpn-server/proxy.go
src/cypherpunks.ru/govpn/cmd/govpn-server/tcp.go
src/cypherpunks.ru/govpn/cmd/govpn-server/udp.go
src/cypherpunks.ru/govpn/cmd/govpn-verifier/main.go
src/cypherpunks.ru/govpn/cnw/cnw.go
src/cypherpunks.ru/govpn/cnw/cnw_test.go
src/cypherpunks.ru/govpn/common.go
src/cypherpunks.ru/govpn/conf.go
src/cypherpunks.ru/govpn/egd.go
src/cypherpunks.ru/govpn/encless.go
src/cypherpunks.ru/govpn/encless_test.go
src/cypherpunks.ru/govpn/govpn.go
src/cypherpunks.ru/govpn/handshake.go
src/cypherpunks.ru/govpn/handshake_test.go
src/cypherpunks.ru/govpn/identity.go
src/cypherpunks.ru/govpn/logger.go
src/cypherpunks.ru/govpn/peer.go
src/cypherpunks.ru/govpn/peer_test.go
src/cypherpunks.ru/govpn/stats.go
src/cypherpunks.ru/govpn/tap.go
src/cypherpunks.ru/govpn/verifier.go

index a9288ef782babba36bad80c0c42f6ce9e2fef96f..5b418f4e902d7189a9e40edd555b049bf8bb8d00 100644 (file)
@@ -10,7 +10,7 @@ GoVPN это простой демон виртуальных частных с
 @url{https://www.gnu.org/philosophy/free-sw.ru.html, Свободное программное
 обеспечение}, @url{https://www.gnu.org/philosophy/pragmatic.ru.html, копилефт}:
 лицензировано под условиями @url{https://www.gnu.org/licenses/gpl-3.0.ru.html,
-GNU GPLv3+}.
+GNU GPLv3}.
 
 @item
 Быстрый сильный @ref{PAKE, аутентифицируемый по парольной фразе}
index 5fbafe7fd2530d29d7fa774e01d95346f4efb8b8..85ea0222fd9089c0f083f32e209b036ad433833f 100644 (file)
@@ -9,7 +9,7 @@ See also this page @ref{О демоне, on russian}.
 @item
 @url{https://www.gnu.org/philosophy/pragmatic.html, Copylefted}
 @url{https://www.gnu.org/philosophy/free-sw.html, free software}:
-licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3+}.
+licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}.
 
 @item
 Fast strong @ref{PAKE, passphrase authenticated} augmented
index 1e49983b89ddd8dd911fbdd810d0e259b6fd45e9..405d78205c9fafd92719da085a4c6f39f9c3aba6 100644 (file)
@@ -8,7 +8,7 @@ Tarballs include all necessary required libraries:
 
 @multitable @columnfractions .40 .20 .40
 @headitem Library @tab Platform @tab Licence
-@item @code{cypherpunks.ru/balloon} @tab All @tab GNU LGPLv3+
+@item @code{cypherpunks.ru/balloon} @tab All @tab GNU LGPLv3
 @item @code{github.com/agl/ed25519} @tab All @tab BSD 3-Clause
 @item @code{github.com/bigeagle/water} @tab GNU/Linux @tab BSD 3-Clause
 @item @code{github.com/go-yaml/yaml} @tab All @tab Apache License 2.0 and MIT
index d13a2e836e0633ec7c7a981dad7005a6e3570436..a220a24c770c3e4cd5ec915776407c5cf57ac4bb 100644 (file)
@@ -11,8 +11,7 @@ Copyright @copyright{} 2014-2019 @email{stargrave@@stargrave.org, Sergey Matveev
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3
-or any later version published by the Free Software Foundation;
+under the terms of the GNU Free Documentation License, Version 1.3;
 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 A copy of the license is included in the section entitled "Copying conditions".
 @end quotation
index 8e7a2eb1986d9a3d5dae4334aa54e0741e494522..630a4f3e345effcadec5ad1bae3296963fb148a6 100644 (file)
@@ -8,7 +8,7 @@ MASTER_SITES=   http://www.govpn.info/download/
 MAINTAINER=    stargrave@stargrave.org
 COMMENT=       Simple secure, DPI-resistant VPN daemon
 
-LICENSE=       GPLv3+
+LICENSE=       GPLv3
 LICENSE_FILE=  ${WRKSRC}/COPYING
 
 BUILD_DEPENDS= go:lang/go
index 1926f7594f74a0cf713cd01313fcb1b18964fee3..bd5cb6504bb3257aa04c2883487498aa030c2d7c 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 72fa7dc5e3b4f29d40deaa8ba46934b5c03836f8..c67d82b1abef532a7395173a04a90b42e2d55ec4 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index ad32b9425105ffeef0ef796dc40c92821d267b91..3621d780c7678aa81360205f39d1111eb2f145a4 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 062bfae7193c52a99b87d7e565624257d613cc0f..19ec610cf366f28a902dea9a7bf1229a27e05ef9 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 4a283b3a3c08fadc8f474b52fab133b95aa3681d..3e53d580edeed0af51f459a3154b81c7a19d12b5 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 963ba2a6b011f75cff9dec966b230507a69b0ee1..9527daeee457f89b5a6cae3297be296828cc1d32 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index a37fb5ac00bd14a812382e7dab606f0dd243bb84..bd35777faa98996ee9fd152b9f2a7dae1d604b0f 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 7dfe612020e40c05235b1cf8b5f5dd2ad977d2f8..15cb3048334cc344f76634c5018d0fda6726644e 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 459528687c5db139c5a5df4ebb562feeb12cd90f..7d97d1a2c0460c7005a3684f6d3c27b7302c4566 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 258590f28d4da8f72ba118ffb789d409744d0899..94ed167c14275c71c36f63ffb38d6ddbde43416d 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 2a9f58f323d40684c91ef01fdcb86ed6945f654a..68acf8c170f5922d7efbdd4deeaf8ea3d5e72b2f 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 42107ec89ed2d7690d4cfdd6e8a11631e2bd20d8..2dd8f3769d7fb605b25efd975f9b450da09bcaee 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index f23d148db9603adba306c5ec1bb8994d757ba510..d4d8a676ee7e133aaf6ba60f41a4dcc7e32ca2a4 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 29628c5fc8447b81dbd6e297213f83ae0540741f..dc7947119aeb2975149fa6933f43b41ea40fb288 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 094666f88b1323be5998f6009c76d898ea34a7a3..d0e3540117f70f3f6591fe7c53eac9068d67771e 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 4deda39be4074d2bf844b7ad89dde66b64f40d19..dd972c28cb589001be8a3f6c8961a7cc366a72f1 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index a475306490b39beabf493a033f10f892768b496d..edfaea0bc4edc02252720eb0794e5db70288c981 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index a8bef84cc1d3cc5422cf29dcc966a6ad7f51a010..327fcb23775a86bd52b2ab28e850e1f650a2dccf 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 71a5a14de219ae5196bb03e01a565528e0c7fc4a..f06296cda1065b6c83fa395ff309d02ac9198487 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 9fe83b9cad3db3d29ffe4baecbabc087cc6bf585..8b14281647cece4dd1c33a8e3c97a7c2edf91621 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 7e28bfa6bfea3e4e914257c3b9051d4e8895fab5..6d7ca5edf4af156cc935dafcfe87afcda34fe207 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 49a11ccf659c7e30d00139cdac3ce7656733e044..4deab7bc017f261b499998f0f42759b38887a1b5 100644 (file)
@@ -4,8 +4,7 @@ package govpn
 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
index 9ddee4601e50bd8374cf917911bfd91ab071c5a9..360904e8ae7c4b402c77d4f64da8c4126caf458d 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 6baabf704c9e6c4336469f18e2cf98d2ce9ae2b3..7eb596b35664416a054016c319b3586c8c33cb09 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 4aa579fd6451046803cef193277fe10279cf9db8..47e6b954e800b059c2f12be8127ced53df6793a7 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index a0eaf3b8650775b403e8d0f2ea82af5b9d457e6a..d5c959b1d3be3a48f48fef39bf649af114b28680 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 6a8ac25bbec51cc514851cdb0d54840cc31983fe..42babbc13b512b909d634b8434cc2b1aa8137fa8 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index ece2cf4abceeb6cf6f3e82fa764ac0a1785cabb7..b07cbbd72d813ed91599759ab0c93fb8968190e8 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index 89e6fc13cc7422deb1755d1596ab7a0b17d2af49..f227d631d4eef79d0bad4cccdce0fb69bcc91dae 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index ce307310948a6708548c65976488550256dfa98d..2421792feaee51669072a2b23694c320bdda92d4 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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
index c04ce9c1e43a42132d2924ac73f04532ccc51f2d..fe309cfddd84a0483c8920b579cadd993b356459 100644 (file)
@@ -4,8 +4,7 @@ Copyright (C) 2014-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