summaryrefslogtreecommitdiff
path: root/tests/compat
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 21:43:31 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-29 21:44:17 +0100
commitdf6fc9a8aae16e32f60a1ff1f42a52c8c344a993 (patch)
tree65688a5c5441d1a4594b6c15a3cded6e2a97aca1 /tests/compat
parenta4b30dcb6c34e303129498d697fb3cd805c1e48d (diff)
downloadpyasn1-git-df6fc9a8aae16e32f60a1ff1f42a52c8c344a993.tar.gz
Release 0.4.5v0.4.5
Also extend copyright to the year 2019
Diffstat (limited to 'tests/compat')
-rw-r--r--tests/compat/__main__.py2
-rw-r--r--tests/compat/test_binary.py2
-rw-r--r--tests/compat/test_integer.py2
-rw-r--r--tests/compat/test_octets.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/compat/__main__.py b/tests/compat/__main__.py
index 225ad90..296d70c 100644
--- a/tests/compat/__main__.py
+++ b/tests/compat/__main__.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
try:
diff --git a/tests/compat/test_binary.py b/tests/compat/test_binary.py
index 4fa1d64..3e0949f 100644
--- a/tests/compat/test_binary.py
+++ b/tests/compat/test_binary.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/compat/test_integer.py b/tests/compat/test_integer.py
index 3f16f7a..04fd86a 100644
--- a/tests/compat/test_integer.py
+++ b/tests/compat/test_integer.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys
diff --git a/tests/compat/test_octets.py b/tests/compat/test_octets.py
index e552526..5a9bc7c 100644
--- a/tests/compat/test_octets.py
+++ b/tests/compat/test_octets.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2018, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2019, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys