summaryrefslogtreecommitdiff
path: root/test/testlib/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testlib/helper.py')
-rw-r--r--test/testlib/helper.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testlib/helper.py b/test/testlib/helper.py
index ccc7f0ac..3d6b33dc 100644
--- a/test/testlib/helper.py
+++ b/test/testlib/helper.py
@@ -1,3 +1,9 @@
+# helper.py
+# Copyright (C) 2008 Michael Trier (mtrier@gmail.com) and contributors
+#
+# This module is part of GitPython and is released under
+# the BSD License: http://www.opensource.org/licenses/bsd-license.php
+
import os
GIT_REPO = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))