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 e73440dfa66a5a704029511dd82144de7c844e2e4b4630c218e0352393d20c4f..9ff9c00c52c8c2aae368f12ee44e0e8082b7b862f94f8ed5680743ead9bdd749 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-2018, Sergey Matveev" +copyright = "2017-2019, Sergey Matveev" author = "Sergey Matveev" version = version release = version diff --git a/pyderasn.py b/pyderasn.py index cb280af1fa6f4a5c9949acd931b483f71b81a7a5f33afdbbb6fcce996067691c..a4812f81d0fc1ffab2adfa14515a5dfd08e8f8899bf1a180a89515fe991a17fc 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-2018 Sergey Matveev +# Copyright (C) 2017-2019 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 f14126114fccaa3528dc539afe67f878485b10c9259057a560dafc68bcf633b0..83954c4a077f559def319e20755a3933213e6f3d5e9cb7f74ec9219445a8aa7d 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-2018 Sergey Matveev +# Copyright (C) 2017-2019 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 0d9ea6a226059f580b058d7f6d487a464c91834bdf14593ac24daf056d6fb91b..dbacda19e94425475915bff77ead5fb35a53dff5cff157a5cc2ea0934edc727c 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-2018 Sergey Matveev +# Copyright (C) 2017-2019 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