diff options
Diffstat (limited to 'test/git/test_git.py')
-rw-r--r-- | test/git/test_git.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/git/test_git.py b/test/git/test_git.py index 0c074ec3..cc732032 100644 --- a/test/git/test_git.py +++ b/test/git/test_git.py @@ -1,3 +1,9 @@ +# test_git.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 test.testlib import * from git import Git, GitCommandError |