X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=bin%2Fgit2gch;h=a8fd1a97f6c54e011be7cf05e16ac29aa2804d66;hb=4ecc276f44a9eb2582334fe98a59cfe482092cfe;hp=8956141081fe13484e32fdc189660a9b43821119;hpb=88cc23e5313f888b9818ff50c9b6c482fa388e4d;p=mudpy.git diff --git a/bin/git2gch b/bin/git2gch index 8956141..a8fd1a9 100755 --- a/bin/git2gch +++ b/bin/git2gch @@ -2,16 +2,16 @@ # -*- coding: utf-8 -*- """Generates potential ChangeLog file contents from commit messages.""" -# Copyright (c) 2010-2011 Jeremy Stanley . Permission +# Copyright (c) 2010-2014 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. -# needs GitPython: http://gitorious.org/git-python -import git import time +import git + copyright = """\ -Copyright (c) 2004-2010 Jeremy Stanley . Permission to +Copyright (c) 2004-2014 Jeremy Stanley . Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software.