summaryrefslogtreecommitdiff
path: root/gitdb/base.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-02-23 00:43:31 +0100
committerSebastian Thiel <byronimo@gmail.com>2011-02-23 00:43:31 +0100
commitdf570f00f611073a20796128ca167474aa7826fc (patch)
treea043bcd59a20404456a4c976845054dbd8575ddc /gitdb/base.py
parent6d315b8a92ae2cba936bd38e433592383f42cc10 (diff)
downloadgitdb-df570f00f611073a20796128ca167474aa7826fc.tar.gz
preprended all modules with licensing information
Diffstat (limited to 'gitdb/base.py')
-rw-r--r--gitdb/base.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitdb/base.py b/gitdb/base.py
index d0bcc08..ff1062b 100644
--- a/gitdb/base.py
+++ b/gitdb/base.py
@@ -1,3 +1,7 @@
+# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors
+#
+# This module is part of GitDB and is released under
+# the New BSD License: http://www.opensource.org/licenses/bsd-license.php
"""Module with basic data structures - they are designed to be lightweight and fast"""
from util import (
bin_to_hex,