summaryrefslogtreecommitdiff
path: root/test/type/test_constraint.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/type/test_constraint.py')
-rw-r--r--test/type/test_constraint.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/type/test_constraint.py b/test/type/test_constraint.py
index 3457c0f..9bf852f 100644
--- a/test/type/test_constraint.py
+++ b/test/type/test_constraint.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 constraint, error
from pyasn1.error import PyAsn1Error
from sys import version_info