doc/conf.py | 2 +- pyderasn.py | 2 +- tests/test_crts.py | 2 +- tests/test_pyderasn.py | 2 +- diff --git a/doc/conf.py b/doc/conf.py index 9ff9c00c52c8c2aae368f12ee44e0e8082b7b862f94f8ed5680743ead9bdd749..cc5b59256c93c8ea8a38bae577644382314cfb5c439267f649864bcb17389526 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-2019, Sergey Matveev" +copyright = "2017-2020, Sergey Matveev" author = "Sergey Matveev" version = version release = version diff --git a/pyderasn.py b/pyderasn.py index 93bedecbabb8b2fbaa585b1e3bacd3e43f9d890d9c3fc8411d27d39948f58d75..55caa6db59db4e868622927aeab855aead8b230b2427a22b4c4e567e7178c0a6 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 # PyDERASN -- Python ASN.1 DER/BER codec with abstract structures -# Copyright (C) 2017-2019 Sergey Matveev +# Copyright (C) 2017-2020 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 df113c6ad285c660df87381f6113cfe2ef2b9f0a1799ed10a54bb024a0ae2461..2fda1989a456689d0be019f506c8ca6f7803c1b61792562649da284c19f6566c 100644 --- a/tests/test_crts.py +++ b/tests/test_crts.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER codec with abstract structures -# Copyright (C) 2017-2019 Sergey Matveev +# Copyright (C) 2017-2020 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 7ff635be4a0695ae016139e281ea609441b806cec548e8f5f84208296ea66558..d10093948bacd547627b46aa2dee2284bb00f8ac7845edf7337ffc4d287bf4eb 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER/BER codec with abstract structures -# Copyright (C) 2017-2019 Sergey Matveev +# Copyright (C) 2017-2020 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