aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 21:59:05 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-29 21:59:05 +0100
commitb9614196ebf028b3874549e3042080a9f97b8ca3 (patch)
treef8d46c63dd88d22111f614bd123b0ef9f7087dc9 /tests
parenta91c27aa8853932113496848210e37b1d54ea32f (diff)
downloadpyasn1-modules-b9614196ebf028b3874549e3042080a9f97b8ca3.tar.gz
Extend copyright notice to the year 2019
Diffstat (limited to 'tests')
-rw-r--r--tests/__main__.py2
-rw-r--r--tests/test_rfc2314.py2
-rw-r--r--tests/test_rfc2315.py2
-rw-r--r--tests/test_rfc2437.py2
-rw-r--r--tests/test_rfc2459.py2
-rw-r--r--tests/test_rfc2511.py2
-rw-r--r--tests/test_rfc2560.py2
-rw-r--r--tests/test_rfc2986.py2
-rw-r--r--tests/test_rfc4210.py2
-rw-r--r--tests/test_rfc5208.py2
-rw-r--r--tests/test_rfc5280.py2
-rw-r--r--tests/test_rfc5652.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/__main__.py b/tests/__main__.py
index 919fa4c..4d1102c 100644
--- a/tests/__main__.py
+++ b/tests/__main__.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2314.py b/tests/test_rfc2314.py
index c740894..985e504 100644
--- a/tests/test_rfc2314.py
+++ b/tests/test_rfc2314.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2315.py b/tests/test_rfc2315.py
index f9e1781..e65ce80 100644
--- a/tests/test_rfc2315.py
+++ b/tests/test_rfc2315.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2437.py b/tests/test_rfc2437.py
index 70431f0..7eaedd6 100644
--- a/tests/test_rfc2437.py
+++ b/tests/test_rfc2437.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2459.py b/tests/test_rfc2459.py
index e213972..e6335f4 100644
--- a/tests/test_rfc2459.py
+++ b/tests/test_rfc2459.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2511.py b/tests/test_rfc2511.py
index 78ddb53..327b561 100644
--- a/tests/test_rfc2511.py
+++ b/tests/test_rfc2511.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2560.py b/tests/test_rfc2560.py
index d07b588..79f8aad 100644
--- a/tests/test_rfc2560.py
+++ b/tests/test_rfc2560.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc2986.py b/tests/test_rfc2986.py
index 6ed5201..8dbad8b 100644
--- a/tests/test_rfc2986.py
+++ b/tests/test_rfc2986.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc4210.py b/tests/test_rfc4210.py
index 17c6056..0e78b9a 100644
--- a/tests/test_rfc4210.py
+++ b/tests/test_rfc4210.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc5208.py b/tests/test_rfc5208.py
index 2831c43..71d14b6 100644
--- a/tests/test_rfc5208.py
+++ b/tests/test_rfc5208.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc5280.py b/tests/test_rfc5280.py
index 7c18e64..7d29388 100644
--- a/tests/test_rfc5280.py
+++ b/tests/test_rfc5280.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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/test_rfc5652.py b/tests/test_rfc5652.py
index b5ecdae..3b08eb1 100644
--- a/tests/test_rfc5652.py
+++ b/tests/test_rfc5652.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1-modules 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