summaryrefslogtreecommitdiff
path: root/test/suite.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite.py')
-rw-r--r--test/suite.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/suite.py b/test/suite.py
index b4d80e8..e949561 100644
--- a/test/suite.py
+++ b/test/suite.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 sys import path, version_info
from os.path import sep
path.insert(1, path[0]+sep+'type')