summaryrefslogtreecommitdiff
path: root/lib/git/tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/tree.py')
-rw-r--r--lib/git/tree.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/git/tree.py b/lib/git/tree.py
index 9c4dab1d..daa2a49e 100644
--- a/lib/git/tree.py
+++ b/lib/git/tree.py
@@ -1,3 +1,9 @@
+# tree.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
from lazy import LazyMixin
import blob