diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-02-23 00:43:31 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-02-23 00:43:31 +0100 |
| commit | df570f00f611073a20796128ca167474aa7826fc (patch) | |
| tree | a043bcd59a20404456a4c976845054dbd8575ddc /gitdb/test/test_base.py | |
| parent | 6d315b8a92ae2cba936bd38e433592383f42cc10 (diff) | |
| download | gitdb-df570f00f611073a20796128ca167474aa7826fc.tar.gz | |
preprended all modules with licensing information
Diffstat (limited to 'gitdb/test/test_base.py')
| -rw-r--r-- | gitdb/test/test_base.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gitdb/test/test_base.py b/gitdb/test/test_base.py index 740e50b..1b20faf 100644 --- a/gitdb/test/test_base.py +++ b/gitdb/test/test_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 """Test for object db""" from lib import ( TestBase, |
