From bfdf98cadedfa6042117cd7a83952ca2f465d26f Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 16 Jul 2008 22:18:21 -0400 Subject: Added license information to all files. --- test/git/test_commit.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/git/test_commit.py') diff --git a/test/git/test_commit.py b/test/git/test_commit.py index 4504a360..ac807dc2 100644 --- a/test/git/test_commit.py +++ b/test/git/test_commit.py @@ -1,3 +1,9 @@ +# test_commit.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 + from test.testlib import * from git import * -- cgit v1.2.1