From 5f4810d2eaedd1c41daca0be9ea0d03b1a7a69e7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:00:08 +0300 Subject: [PATCH] Raise copyright years --- pyderasn.py | 2 +- tests/test_cms.py | 2 +- tests/test_crl.py | 2 +- tests/test_crts.py | 2 +- tests/test_pyderasn.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyderasn.py b/pyderasn.py index ae5f73e..968914e 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -4,7 +4,7 @@ # pylint: disable=line-too-long,superfluous-parens,protected-access,too-many-lines # pylint: disable=too-many-return-statements,too-many-branches,too-many-statements # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures -# Copyright (C) 2017-2025 Sergey Matveev +# Copyright (C) 2017-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/tests/test_cms.py b/tests/test_cms.py index 40f4abe..29b40c4 100644 --- a/tests/test_cms.py +++ b/tests/test_cms.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures -# Copyright (C) 2017-2025 Sergey Matveev +# Copyright (C) 2017-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/tests/test_crl.py b/tests/test_crl.py index b722b15..e1c235b 100644 --- a/tests/test_crl.py +++ b/tests/test_crl.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures -# Copyright (C) 2017-2025 Sergey Matveev +# Copyright (C) 2017-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/tests/test_crts.py b/tests/test_crts.py index f7eb360..15e95b0 100644 --- a/tests/test_crts.py +++ b/tests/test_crts.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures -# Copyright (C) 2017-2025 Sergey Matveev +# Copyright (C) 2017-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/tests/test_pyderasn.py b/tests/test_pyderasn.py index 261682e..54fc68a 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER/CER/BER codec with abstract structures -# Copyright (C) 2017-2025 Sergey Matveev +# Copyright (C) 2017-2026 Sergey Matveev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as -- 2.52.0