summaryrefslogtreecommitdiff
path: root/tests/compat
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2020-03-08 19:12:07 +0100
committerIlya Etingof <etingof@gmail.com>2020-03-08 19:21:47 +0100
commitacb78299d1270a2fea0d11e5509777b7c5777f3f (patch)
tree2891457442ed8818b6aa4e6a3bc627891c58d011 /tests/compat
parent1de0d168bc3a5d7ddf39002d7433743490aed047 (diff)
downloadpyasn1-git-acb78299d1270a2fea0d11e5509777b7c5777f3f.tar.gz
Advance copyright statement to year 2020
Diffstat (limited to 'tests/compat')
-rw-r--r--tests/compat/__main__.py2
-rw-r--r--tests/compat/test_integer.py2
-rw-r--r--tests/compat/test_octets.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/compat/__main__.py b/tests/compat/__main__.py
index 53a3579..4633cf2 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-2019, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
import unittest
diff --git a/tests/compat/test_integer.py b/tests/compat/test_integer.py
index 716256c..395cf31 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-2019, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2020, 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 d2b8021..d78f848 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-2019, Ilya Etingof <etingof@gmail.com>
+# Copyright (c) 2005-2020, Ilya Etingof <etingof@gmail.com>
# License: http://snmplabs.com/pyasn1/license.html
#
import sys