diff options
Diffstat (limited to 'lib/git/stats.py')
-rw-r--r-- | lib/git/stats.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/git/stats.py b/lib/git/stats.py index 76f6410f..97d2bbde 100644 --- a/lib/git/stats.py +++ b/lib/git/stats.py @@ -1,3 +1,9 @@ +# stats.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 + class Stats(object): def __init__(self, repo, total, files): self.repo = repo |