summaryrefslogtreecommitdiff
path: root/test/type/test_univ.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/type/test_univ.py')
-rw-r--r--test/type/test_univ.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/type/test_univ.py b/test/type/test_univ.py
index 5eaa8e1..ce00193 100644
--- a/test/type/test_univ.py
+++ b/test/type/test_univ.py
@@ -1,3 +1,9 @@
+#
+# This file is part of pyasn1 software.
+#
+# Copyright (c) 2005-2015, Ilya Etingof <ilya@glas.net>
+# License: http://pyasn1.sf.net/license.html
+#
from pyasn1.type import univ, tag, constraint, namedtype, namedval, error
from pyasn1.compat.octets import str2octs, ints2octs
from pyasn1.error import PyAsn1Error