From: Sergey Matveev Date: Tue, 30 Dec 2025 10:59:29 +0000 (+0300) Subject: Raise copyright years X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;p=pygost.git Raise copyright years --- diff --git a/download.texi b/download.texi index 583bca3..c462aae 100644 --- a/download.texi +++ b/download.texi @@ -214,5 +214,5 @@ Also there is example P2P F2F E2EE IM written on Python, that uses PyGOST with @url{http://www.pyderasn.cypherpunks.su/, PyDERASN}: @url{gostim.txz, GOSTIM} (@url{gostim.txz.asc, sig}) (17 KiB). It is -described on russian in +described in russian in @url{https://habr.com/ru/articles/452200/, that article}. diff --git a/pygost/asn1schemas/cms.py b/pygost/asn1schemas/cms.py index cb3bd91..49e64b5 100644 --- a/pygost/asn1schemas/cms.py +++ b/pygost/asn1schemas/cms.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/asn1schemas/pfx.py b/pygost/asn1schemas/pfx.py index 590e9a3..2834f33 100644 --- a/pygost/asn1schemas/pfx.py +++ b/pygost/asn1schemas/pfx.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/asn1schemas/pkcs10.py b/pygost/asn1schemas/pkcs10.py index 44af58e..aaa7efe 100644 --- a/pygost/asn1schemas/pkcs10.py +++ b/pygost/asn1schemas/pkcs10.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/asn1schemas/prvkey.py b/pygost/asn1schemas/prvkey.py index 153edc4..abefd9e 100644 --- a/pygost/asn1schemas/prvkey.py +++ b/pygost/asn1schemas/prvkey.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/asn1schemas/x509.py b/pygost/asn1schemas/x509.py index 6d5c564..1dab1c1 100644 --- a/pygost/asn1schemas/x509.py +++ b/pygost/asn1schemas/x509.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost28147.py b/pygost/gost28147.py index edd83ce..51fcad9 100644 --- a/pygost/gost28147.py +++ b/pygost/gost28147.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost28147_mac.py b/pygost/gost28147_mac.py index 3428f8b..318629e 100644 --- a/pygost/gost28147_mac.py +++ b/pygost/gost28147_mac.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost3410.py b/pygost/gost3410.py index 0a96457..d575bb3 100644 --- a/pygost/gost3410.py +++ b/pygost/gost3410.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost3410_vko.py b/pygost/gost3410_vko.py index dbd6ce6..b21b5aa 100644 --- a/pygost/gost3410_vko.py +++ b/pygost/gost3410_vko.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost34112012.py b/pygost/gost34112012.py index 2b8d44f..faae704 100644 --- a/pygost/gost34112012.py +++ b/pygost/gost34112012.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost341194.py b/pygost/gost341194.py index a5c525d..d4fc789 100644 --- a/pygost/gost341194.py +++ b/pygost/gost341194.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost3412.py b/pygost/gost3412.py index e3f374e..fe2fe50 100644 --- a/pygost/gost3412.py +++ b/pygost/gost3412.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/gost3413.py b/pygost/gost3413.py index c4c708a..4837128 100644 --- a/pygost/gost3413.py +++ b/pygost/gost3413.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/kdf.py b/pygost/kdf.py index f714e77..1419148 100644 --- a/pygost/kdf.py +++ b/pygost/kdf.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/mgm.py b/pygost/mgm.py index 64cc12a..90764cd 100644 --- a/pygost/mgm.py +++ b/pygost/mgm.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_cms.py b/pygost/test_cms.py index 89d0c1d..cb8e83a 100644 --- a/pygost/test_cms.py +++ b/pygost/test_cms.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost28147.py b/pygost/test_gost28147.py index 997fdfa..8658b0e 100644 --- a/pygost/test_gost28147.py +++ b/pygost/test_gost28147.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost28147_mac.py b/pygost/test_gost28147_mac.py index fb979aa..bc81408 100644 --- a/pygost/test_gost28147_mac.py +++ b/pygost/test_gost28147_mac.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost3410.py b/pygost/test_gost3410.py index 9f833d2..f7d4a7c 100644 --- a/pygost/test_gost3410.py +++ b/pygost/test_gost3410.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost3410_vko.py b/pygost/test_gost3410_vko.py index 97be00a..0fab2d9 100644 --- a/pygost/test_gost3410_vko.py +++ b/pygost/test_gost3410_vko.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost34112012.py b/pygost/test_gost34112012.py index b112ec2..408253f 100644 --- a/pygost/test_gost34112012.py +++ b/pygost/test_gost34112012.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost341194.py b/pygost/test_gost341194.py index 0ac4950..960b867 100644 --- a/pygost/test_gost341194.py +++ b/pygost/test_gost341194.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost3412.py b/pygost/test_gost3412.py index cf2e950..bb1d4e1 100644 --- a/pygost/test_gost3412.py +++ b/pygost/test_gost3412.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_gost3413.py b/pygost/test_gost3413.py index af0e061..cb7fd58 100644 --- a/pygost/test_gost3413.py +++ b/pygost/test_gost3413.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_kdf.py b/pygost/test_kdf.py index 93eabfc..f64d7f3 100644 --- a/pygost/test_kdf.py +++ b/pygost/test_kdf.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_mgm.py b/pygost/test_mgm.py index ab2dd22..3469661 100644 --- a/pygost/test_mgm.py +++ b/pygost/test_mgm.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_pfx.py b/pygost/test_pfx.py index 0fab651..73c5f4f 100644 --- a/pygost/test_pfx.py +++ b/pygost/test_pfx.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_wrap.py b/pygost/test_wrap.py index b83cc6d..1581ba5 100644 --- a/pygost/test_wrap.py +++ b/pygost/test_wrap.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/test_x509.py b/pygost/test_x509.py index 1c7ce64..5aeb72c 100644 --- a/pygost/test_x509.py +++ b/pygost/test_x509.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/utils.py b/pygost/utils.py index 0931894..77f9b35 100644 --- a/pygost/utils.py +++ b/pygost/utils.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/pygost/wrap.py b/pygost/wrap.py index fdd7012..f631906 100644 --- a/pygost/wrap.py +++ b/pygost/wrap.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2025 Sergey Matveev +# Copyright (C) 2015-2026 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 diff --git a/www.texi b/www.texi index 47a969e..35443cd 100644 --- a/www.texi +++ b/www.texi @@ -3,7 +3,7 @@ @settitle PyGOST @copying -Copyright @copyright{} 2015-2025 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2026 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top