diff options
Diffstat (limited to 'lib/git/tag.py')
| -rw-r--r-- | lib/git/tag.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/git/tag.py b/lib/git/tag.py index fb119f76..6b0e63e0 100644 --- a/lib/git/tag.py +++ b/lib/git/tag.py @@ -1,3 +1,9 @@ +# tag.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 commit import Commit class Tag(object): |
