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 cc5b59256c93c8ea8a38bae577644382314cfb5c439267f649864bcb17389526..1017bc2459675b3e7714a7d8a8adc9209d4c9c3dec0561e010585975bfceafd7 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-2020, Sergey Matveev" +copyright = "2017-2021, Sergey Matveev" author = "Sergey Matveev" version = version release = version diff --git a/pyderasn.py b/pyderasn.py index 704571e2dcd1c4b2b9d41413952623b1a1c8c08ddaad506e91c9f4095210b440..5cde1b0eb0cd805922dcb0a835df07f2b39e387dd73f53644937c20e964f0b49 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-2020 Sergey Matveev +# Copyright (C) 2017-2021 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 b04b31b6a3315a89846cb166e950b42290e286d98a3f9d8eef545f8b3ab24888..37e938e28983c83c7f1533f28f7f329c715a5d6332576fb3a24d86f4d3c321bf 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-2020 Sergey Matveev +# Copyright (C) 2017-2021 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 0f6c371484bc7295d46c5576aad15b7cf0e215337392e35b08178c812a64dfa4..74ed656eacf8e8ec61613f14c5e6525638d0ef36eb42bd627941aea1963c7a21 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-2020 Sergey Matveev +# Copyright (C) 2017-2021 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 0a940aa09e8682b54c113bb07331d926672175d12e93cb9ec97eae001827a108..74601195e7a2619feec893a0807b564e670a75ebc39a932e005688c371051ed6 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-2020 Sergey Matveev +# Copyright (C) 2017-2021 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 9bde4ae9c188b78c18788b627ac3713e272d0800e5493c5a1377750824be719b..e50c79a2ebbbeb15de23b78ad1ae74821f82e3f17b1ca7dc32e86879d090539b 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-2020 Sergey Matveev +# Copyright (C) 2017-2021 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