summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorelie <elie>2015-12-29 23:24:18 +0000
committerelie <elie>2015-12-29 23:24:18 +0000
commitc1f49c29af5bd7856c6d3e67a7822fe2dd7cb652 (patch)
tree4407c281ee1dc69aa340a1ffcf8fe7e10323415f /test
parent280263625d091be475695264eba5572a4c98e0e8 (diff)
downloadpyasn1-c1f49c29af5bd7856c6d3e67a7822fe2dd7cb652.tar.gz
copyright dates bumped
Diffstat (limited to 'test')
-rw-r--r--test/codec/ber/suite.py2
-rw-r--r--test/codec/ber/test_decoder.py2
-rw-r--r--test/codec/ber/test_encoder.py2
-rw-r--r--test/codec/cer/suite.py2
-rw-r--r--test/codec/cer/test_decoder.py2
-rw-r--r--test/codec/cer/test_encoder.py2
-rw-r--r--test/codec/der/suite.py2
-rw-r--r--test/codec/der/test_decoder.py2
-rw-r--r--test/codec/der/test_encoder.py2
-rw-r--r--test/codec/suite.py2
-rw-r--r--test/suite.py2
-rw-r--r--test/type/suite.py2
-rw-r--r--test/type/test_constraint.py2
-rw-r--r--test/type/test_namedtype.py2
-rw-r--r--test/type/test_namedval.py2
-rw-r--r--test/type/test_tag.py2
-rw-r--r--test/type/test_univ.py2
17 files changed, 17 insertions, 17 deletions
diff --git a/test/codec/ber/suite.py b/test/codec/ber/suite.py
index 73c85c3..e009f0a 100644
--- a/test/codec/ber/suite.py
+++ b/test/codec/ber/suite.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from sys import path, version_info
diff --git a/test/codec/ber/test_decoder.py b/test/codec/ber/test_decoder.py
index 468c1be..ec0a1e3 100644
--- a/test/codec/ber/test_decoder.py
+++ b/test/codec/ber/test_decoder.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import tag, namedtype, univ, char
diff --git a/test/codec/ber/test_encoder.py b/test/codec/ber/test_encoder.py
index ff732b4..ff6b0f4 100644
--- a/test/codec/ber/test_encoder.py
+++ b/test/codec/ber/test_encoder.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import tag, namedtype, univ, char
diff --git a/test/codec/cer/suite.py b/test/codec/cer/suite.py
index 1777b2f..b025002 100644
--- a/test/codec/cer/suite.py
+++ b/test/codec/cer/suite.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from sys import path, version_info
diff --git a/test/codec/cer/test_decoder.py b/test/codec/cer/test_decoder.py
index e8c7544..8c83714 100644
--- a/test/codec/cer/test_decoder.py
+++ b/test/codec/cer/test_decoder.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import univ
diff --git a/test/codec/cer/test_encoder.py b/test/codec/cer/test_encoder.py
index 4e63f1d..5eb30b0 100644
--- a/test/codec/cer/test_encoder.py
+++ b/test/codec/cer/test_encoder.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import namedtype, univ, useful
diff --git a/test/codec/der/suite.py b/test/codec/der/suite.py
index a0dd589..31892ba 100644
--- a/test/codec/der/suite.py
+++ b/test/codec/der/suite.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from sys import path, version_info
diff --git a/test/codec/der/test_decoder.py b/test/codec/der/test_decoder.py
index 9984f7c..dc6833e 100644
--- a/test/codec/der/test_decoder.py
+++ b/test/codec/der/test_decoder.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import univ
diff --git a/test/codec/der/test_encoder.py b/test/codec/der/test_encoder.py
index 2aedb98..f287786 100644
--- a/test/codec/der/test_encoder.py
+++ b/test/codec/der/test_encoder.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import namedtype, univ
diff --git a/test/codec/suite.py b/test/codec/suite.py
index 6ee0bed..23733cd 100644
--- a/test/codec/suite.py
+++ b/test/codec/suite.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from sys import path, version_info
diff --git a/test/suite.py b/test/suite.py
index e949561..617f1c0 100644
--- a/test/suite.py
+++ b/test/suite.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from sys import path, version_info
diff --git a/test/type/suite.py b/test/type/suite.py
index 6972c83..ec61ba4 100644
--- a/test/type/suite.py
+++ b/test/type/suite.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
import test_tag, test_constraint, test_namedtype, test_univ
diff --git a/test/type/test_constraint.py b/test/type/test_constraint.py
index 9bf852f..cd8a8a6 100644
--- a/test/type/test_constraint.py
+++ b/test/type/test_constraint.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import constraint, error
diff --git a/test/type/test_namedtype.py b/test/type/test_namedtype.py
index f18e301..ebb616a 100644
--- a/test/type/test_namedtype.py
+++ b/test/type/test_namedtype.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import namedtype, univ
diff --git a/test/type/test_namedval.py b/test/type/test_namedval.py
index 2db501c..ccb31f3 100644
--- a/test/type/test_namedval.py
+++ b/test/type/test_namedval.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import namedval
diff --git a/test/type/test_tag.py b/test/type/test_tag.py
index bcaef8a..ad443db 100644
--- a/test/type/test_tag.py
+++ b/test/type/test_tag.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import tag
diff --git a/test/type/test_univ.py b/test/type/test_univ.py
index ce00193..32c757e 100644
--- a/test/type/test_univ.py
+++ b/test/type/test_univ.py
@@ -1,7 +1,7 @@
#
# This file is part of pyasn1 software.
#
-# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# Copyright (c) 2005-2016, Ilya Etingof <ilya@glas.net>
# License: http://pyasn1.sf.net/license.html
#
from pyasn1.type import univ, tag, constraint, namedtype, namedval, error