]> Cypherpunks.ru repositories - gogost.git/commitdiff
Forbid any later GNU GPL versions autousage
authorSergey Matveev <stargrave@stargrave.org>
Fri, 27 Sep 2019 09:01:44 +0000 (12:01 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 27 Sep 2019 09:01:57 +0000 (12:01 +0300)
52 files changed:
src/cypherpunks.ru/gogost/cmd/streebog256/main.go
src/cypherpunks.ru/gogost/cmd/streebog512/main.go
src/cypherpunks.ru/gogost/gost28147/cbc_test.go
src/cypherpunks.ru/gogost/gost28147/cfb.go
src/cypherpunks.ru/gogost/gost28147/cfb_test.go
src/cypherpunks.ru/gogost/gost28147/cipher.go
src/cypherpunks.ru/gogost/gost28147/cipher_test.go
src/cypherpunks.ru/gogost/gost28147/ctr.go
src/cypherpunks.ru/gogost/gost28147/ctr_test.go
src/cypherpunks.ru/gogost/gost28147/ecb.go
src/cypherpunks.ru/gogost/gost28147/ecb_test.go
src/cypherpunks.ru/gogost/gost28147/mac.go
src/cypherpunks.ru/gogost/gost28147/mac_test.go
src/cypherpunks.ru/gogost/gost28147/sbox.go
src/cypherpunks.ru/gogost/gost3410/2001_test.go
src/cypherpunks.ru/gogost/gost3410/2012_test.go
src/cypherpunks.ru/gogost/gost3410/curve.go
src/cypherpunks.ru/gogost/gost3410/edwards.go
src/cypherpunks.ru/gogost/gost3410/params.go
src/cypherpunks.ru/gogost/gost3410/private.go
src/cypherpunks.ru/gogost/gost3410/private_test.go
src/cypherpunks.ru/gogost/gost3410/public.go
src/cypherpunks.ru/gogost/gost3410/ukm.go
src/cypherpunks.ru/gogost/gost3410/utils.go
src/cypherpunks.ru/gogost/gost3410/vko.go
src/cypherpunks.ru/gogost/gost3410/vko2001.go
src/cypherpunks.ru/gogost/gost3410/vko2001_test.go
src/cypherpunks.ru/gogost/gost3410/vko2012.go
src/cypherpunks.ru/gogost/gost3410/vko2012_test.go
src/cypherpunks.ru/gogost/gost34112012256/hash.go
src/cypherpunks.ru/gogost/gost34112012256/hkdf_test.go
src/cypherpunks.ru/gogost/gost34112012256/kdf.go
src/cypherpunks.ru/gogost/gost34112012256/kdf_test.go
src/cypherpunks.ru/gogost/gost34112012256/tlstree.go
src/cypherpunks.ru/gogost/gost34112012256/tlstree_test.go
src/cypherpunks.ru/gogost/gost34112012512/hash.go
src/cypherpunks.ru/gogost/gost341194/hash.go
src/cypherpunks.ru/gogost/gost341194/hash_test.go
src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go
src/cypherpunks.ru/gogost/gost3412128/cipher.go
src/cypherpunks.ru/gogost/gost3412128/cipher_test.go
src/cypherpunks.ru/gogost/gost341264/cipher.go
src/cypherpunks.ru/gogost/gost341264/cipher_test.go
src/cypherpunks.ru/gogost/gost3413/padding.go
src/cypherpunks.ru/gogost/internal/gost34112012/hash.go
src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go
src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go
src/cypherpunks.ru/gogost/mgm/mode.go
src/cypherpunks.ru/gogost/mgm/mode_test.go
src/cypherpunks.ru/gogost/mgm/mul.go
src/cypherpunks.ru/gogost/mgm/mul_test.go
www.texi

index ea5eaa5357ff4ded4110a352a5cc64ce65e8ac31..55d1914bee341784651b4167694a1b574ae1b295 100644 (file)
@@ -3,8 +3,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
index 58c028338ce12548d62d8a139f1acbf8e805b71d..24afe904732084275566694fa18938425f5a26b2 100644 (file)
@@ -3,8 +3,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
index 994d4bed4ee58eb517bf529edc66010ec46ab10e..f861ec43566bf58e2ac9689f3771aa2f1c35a8be 100644 (file)
@@ -3,8 +3,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
index 902d12dc85713332b9fbb90a656b976c88cd8658..dfcd8f7b7f9812ea3f23c52a34580cf3f6a8d8f8 100644 (file)
@@ -3,8 +3,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
index cd30d86f8e42db1ee3a66ed8569054e1c0673226..5647663f812c2c366129c61fabbbc221b772561a 100644 (file)
@@ -3,8 +3,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
index d71781ba1f25807fdbf88aad2acaf9eb78ecee5b..e926faaf78c797c0ef09b181dbe956a74a363ed6 100644 (file)
@@ -3,8 +3,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
index 36f7d503c7f6523e958a90930e15493b91b85bde..21e544745ced2db2b486c25b0d3eff3acd8475b8 100644 (file)
@@ -3,8 +3,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
index 19564f9ddb0595afee0aaa8d66ee730da618837c..45119fecd3245abaf793ad09da45e5607b703c66 100644 (file)
@@ -3,8 +3,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
index 139bbb984e762e235e32a9c7d237de205841d0cc..27806427bcba65888ee92780936936a5d9dd23d7 100644 (file)
@@ -3,8 +3,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
index cd8126991720a0cc3c223aec28ebc26b8e0f8d18..0c47ec3886ed593c9944796dfe4f65057e9f88f3 100644 (file)
@@ -3,8 +3,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
index 0d2cf1106e3d0fe52c94c833d482f93b803f0163..f99d2c5569b4155f123011f426fc2b774096915f 100644 (file)
@@ -3,8 +3,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
index 05e8a323dfb2aa8a31ca0400637b6194991f5782..bcfd52c5ed5044d5eee3f08524e5d5bd588e498b 100644 (file)
@@ -3,8 +3,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
index fe07bafce78199ddfb8e7553b49efabd97f7a18c..c91db0491f48e837b323ef8cbb77f6eed2a7b324 100644 (file)
@@ -3,8 +3,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
index 5a17d84ae7f036d186993279a5b9c4ab9867e962..d7a75699d2d142a9e08382fab3ba5cd3e20d1089 100644 (file)
@@ -3,8 +3,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
index 9e1910d7825c091503131a3c4d616202dbfdec5e..90da48c62f0cdb3482cadb57ead25dbbf7e5a03e 100644 (file)
@@ -3,8 +3,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
index ddfd6ad240c38ed64921aa3170ebcb3abd4ee7ab..4a31b7b9b3c7feea9598ad104d34e50f132fd93f 100644 (file)
@@ -3,8 +3,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
index 973b04ac582be6fec95fd20ebcf32d130943a92c..47f964b583a66bf9b735b73c671b0ca0e97873e3 100644 (file)
@@ -3,8 +3,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
index d303a61e8c2b1c748e39be4cd6e8fa415ea27154..10b1c6a39b1d7d3894450cd9f7ed6a891337da42 100644 (file)
@@ -3,8 +3,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
index 51abdb1fcf00b7879634961fb75877df62d378ee..5c66c4dc77769f3291f23b92ee419daa4b233beb 100644 (file)
@@ -3,8 +3,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
index e445cfd22f0718e6995d63ddb1f9a8b3fef8a676..045c8185b94458e7ad2c9be153bd37eeb99f04ed 100644 (file)
@@ -3,8 +3,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
index 40c62d3342ed4ef8354aecd429155e1366ab3f82..7b8e75af12aa8976a80424403bab589db032a60c 100644 (file)
@@ -3,8 +3,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
index d8d769ff3e30fc94c2f8893c5cf6cbd5b42e687f..08e1414000bf6e3d42710b5485e002d74b6e46c7 100644 (file)
@@ -3,8 +3,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
index 4b04d1cf605bac72a91240f7b5862c7cd728caff..975477dd984b7bbaaa1813ad2e590ccd828ec9ce 100644 (file)
@@ -3,8 +3,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
index fd7be46486cf684149e76f26ee9d360b4dd3ca9a..150dd05b24d842dd90724843d6c4a22824520ca2 100644 (file)
@@ -3,8 +3,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
index aad430b139413de793ce3121e4b8d1d2467a6f99..bb10f9430b98bbf818c24e2bbb912bafb8fffa6e 100644 (file)
@@ -3,8 +3,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
index 67e94d5307adbcf77dd1397d53de6cf4520ba685..18fff3e2999921193e630c8657a7f6ae7a34969a 100644 (file)
@@ -3,8 +3,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
index fd6d5e78d3aabc5314b2ca1c89456cfc94cd4898..29931611d27bb9b168774263f8e80d793cdebb40 100644 (file)
@@ -3,8 +3,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
index 0c273ae8ef6b18618c1f309b5d702d5edefa714a..836d3a4f0b3b5b1572c9327d839e7ac033ed27c9 100644 (file)
@@ -3,8 +3,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
index 006e9d6c2ac5b61f1afaccea17e9087b653946fa..4fcffd8c1cba99e1c6b4afe183f0cd1d86a248c0 100644 (file)
@@ -3,8 +3,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
index 6399ad5b8cbc5a8dc01a9622d5c3d3ed2fae0abe..30e308bbf9920e0b06c52b054fd7e82505e5c555 100644 (file)
@@ -3,8 +3,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
index 08957099a3b5a23b60de2ee7c6b64783b58d0939..bfdc71c3eb516c317e8ad78f924fb5b45f6de67b 100644 (file)
@@ -3,8 +3,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
index daa2ab383d8921036370f8b66619094ec298ab52..eab8edc8ee33f777ad68894a8704446e0e578ec7 100644 (file)
@@ -3,8 +3,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
index 2b66b19ca6cee1e892750b7e42fef8209f49b68a..750d40003b44c85d24ca8a97ff8582514d62b9c3 100644 (file)
@@ -3,8 +3,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
index b7c2d6ed3ea83e4b200b54db7990b81f2c7c9cb6..1c81359fb869325a0480c49a70373536a7ddfb12 100644 (file)
@@ -3,8 +3,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
index f4eee0a8bceac9b0f38b95c31800f2115099bdcd..3c0458352139c949fba38456ad420f36aef98806 100644 (file)
@@ -3,8 +3,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
index b3e1ed3bbb06cef05905d6145e53830341507c8f..bdfd53885aabe554cfa2bed9032b69f9b1df6658 100644 (file)
@@ -3,8 +3,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
index 981942267e7978c7580078629ff26b207454a851..61d506c3f9d3ac6bddbb13fe6989f0185934e31e 100644 (file)
@@ -3,8 +3,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
index d2214cfded19d553c08d6ed47a0c2ef7c63145b8..bcd86c538480c6999d84d23952b3c6270b6e53fe 100644 (file)
@@ -3,8 +3,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
index ed16bd26337431eede38b83088e07a2f29105d3d..86ecea8e9d10c4b8d569eea8b0b3d541f2d3daf0 100644 (file)
@@ -3,8 +3,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
index e118d31182a33320a9a4c9338018bf18cf34b8ca..e3759530db0cd5532f1ce4ff651a45b238c9693d 100644 (file)
@@ -3,8 +3,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
index 86c6adde6622e5bbd0c7702345a788bf97245671..26f404ba8a93f2d013dac9c930804a2036e101b2 100644 (file)
@@ -3,8 +3,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
index 813d79da15caeaba0e9d17a8e6285308bec1ef76..53a27920b8009a602b5be3a4dfd0fd3b5107128d 100644 (file)
@@ -3,8 +3,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
index 814a4ebe111dc39cae268acccaf0b4c6fbab508c..4fff1111bff56e6a4d004af13567ed0548824f3d 100644 (file)
@@ -3,8 +3,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
index c47a5c9d3266a8c7153d122a892f7ed768012dca..f0941418527e643df24ce2e6ae47ddec878f79e3 100644 (file)
@@ -3,8 +3,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
index ea35468fe304af82a2d7dc903e81efbdcb6edb37..5f6b707d87a05a001326d464693406e10aa60672 100644 (file)
@@ -3,8 +3,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
index 5309447ee711f9a0cf8215a1f7071e19276ae67e..e305f533173b8524c6c7388621b74417a02ecff0 100644 (file)
@@ -3,8 +3,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
index 7706bcaa7fc23b8b96bce64d7469e97ad7894dfb..d8562b637ff25ae8a2c232dbb281704933a3b8b9 100644 (file)
@@ -3,8 +3,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
index 20f77c71fd580ddafad97b4aa1a76fd0957379a2..fdbfa4277fad5577b2fc1af15a2857e547a4099c 100644 (file)
@@ -3,8 +3,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
index c4f28daa71833b9e8dfb9cd7008c0f7722191c47..aedd59b2637118d9925ecf9536ac19770600b551 100644 (file)
@@ -3,8 +3,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
index 340123253a35ceaf0505fae3b0834861f92b37cd..7e0daaec6e05b449ae2053d0531cdbb3b8d7519c 100644 (file)
@@ -3,8 +3,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
index 7985ebbdfeb27d702412b6623616efbed9aa730e..742085981871ab5718415bb3bba1f06addd7bed9 100644 (file)
@@ -3,8 +3,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
index 7ea219965b91aed0edee4222ddd1e898c9ff1c9b..61d316519efb3d6d007e94577dfd7a2631bcd0fd 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -14,7 +14,7 @@ GOST is GOvernment STandard of Russian Federation (and Soviet Union).
 It is
 @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, GPLv3+}.
+licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3}.
 You can read about GOST algorithms @url{http://gost.cypherpunks.ru/, more}.
 
 Currently supported algorithms are: