pyderasn.py | 2 +- tests/test_crts.py | 2 +- tests/test_pyderasn.py | 2 +- diff --git a/pyderasn.py b/pyderasn.py index bb36c7d52477d47df34755cc7a48fc5b2db4d63e76f639dda71cc5506acaed2e..d74e54e371fb6005aabc470e8d994d577a77b8f787a26292784c8b356686ea3b 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 # PyDERASN -- Python ASN.1 DER codec with abstract structures -# Copyright (C) 2017 Sergey Matveev +# Copyright (C) 2017-2018 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 df0808c220d2dd7314e82f0e1c0f6bed3473ab20152bccf3840a80e38d87a56a..ff023ce8e11774c4c6f061a9e0a9ae0fa9bcacd98078af8873ef283d8f351cc2 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 Sergey Matveev +# Copyright (C) 2017-2018 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 226c611c52944c88d28d47ada1965fe48a0ddfd27d34bab254e5dff6a890ffbb..69e30aa15ddc3fbfbe7f748f02fc4cee9f517ac3a2195c13971f9501fa8f22ef 100644 --- a/tests/test_pyderasn.py +++ b/tests/test_pyderasn.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyDERASN -- Python ASN.1 DER codec with abstract structures -# Copyright (C) 2017 Sergey Matveev +# Copyright (C) 2017-2018 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