summaryrefslogtreecommitdiff
path: root/gitdb/pack.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/pack.py
parent6d315b8a92ae2cba936bd38e433592383f42cc10 (diff)
downloadgitdb-df570f00f611073a20796128ca167474aa7826fc.tar.gz
preprended all modules with licensing information
Diffstat (limited to 'gitdb/pack.py')
-rw-r--r--gitdb/pack.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitdb/pack.py b/gitdb/pack.py
index affcbe2..09e7def 100644
--- a/gitdb/pack.py
+++ b/gitdb/pack.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
"""Contains PackIndexFile and PackFile implementations"""
from gitdb.exc import (
BadObject,