diff options
Diffstat (limited to 'git/db/cmd/__init__.py')
-rw-r--r-- | git/db/cmd/__init__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/git/db/cmd/__init__.py b/git/db/cmd/__init__.py index 968d8c11..8a681e42 100644 --- a/git/db/cmd/__init__.py +++ b/git/db/cmd/__init__.py @@ -1,2 +1,4 @@ - -from complex import * +# 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 |