doc/conf.py | 2 +- pyderasn.py | 2 +- tests/test_cms.py | 2 +- tests/test_crl.py | 2 +- tests/test_crts.py | 2 +- tests/test_pyderasn.py | 2 +- diff --git a/doc/conf.py b/doc/conf.py index 1017bc2459675b3e7714a7d8a8adc9209d4c9c3dec0561e010585975bfceafd7..d6b9872bb57eaff87bd77d4487c2af00c127df8acdf83aed9fc777b95680cde8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -5,7 +5,7 @@ templates_path = ["_templates"] source_suffix = ".rst" master_doc = "index" project = "pyderasn" -copyright = "2017-2021, Sergey Matveev" +copyright = "2017-2022, Sergey Matveev" author = "Sergey Matveev" version = version release = version diff --git a/pyderasn.py b/pyderasn.py index 0b9199c2b044c6aac1f654c57ffff9533159d21be451128e15ee5f36c9f2ed47..66034f4c390d2bea6ccaa1977692a31f6442e0e9b266c458f6cc6b943608ce3c 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -4,7 +4,7 @@ # cython: language_level=3 # 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-2021 Sergey Matveev +# Copyright (C) 2017-2022 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 6a2263fd14ba25d1d69554b1521b9430dbdf50660ac3c5b245714fe4adaa918e..af508d5675fc1ab179e2def3b53b746065a6eb69bb63862915b43c2cbba55351 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-2021 Sergey Matveev +# Copyright (C) 2017-2022 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 880aae377cf33d4554fe4f634b4ccbce93d305e95620c2788c4be9f6b1e09add..3eae51e0d0287668e58cdcb0a9b4b738ed010b70da3df6ca00806d8862e22220 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-2021 Sergey Matveev +# Copyright (C) 2017-2022 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 09ff5a69561a707e99f2823f13b2b082d352d28ec8605d0be2a3b853364be456..c5136c064f2bc0ea029735a399ebb7349f374e5260aecc5feb4d71e243b7b64b 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-2021 Sergey Matveev +# Copyright (C) 2017-2022 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 04d6747d8c1035564ce429e0ac5b0fdee208148e082988cce77e7169addafcd0..9aca1eed51e536bb72f45410ecbffd4dbdfa099ef6f8b89c367d8562276ac629 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-2021 Sergey Matveev +# Copyright (C) 2017-2022 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