From: Jeremy Stanley Date: Wed, 7 Nov 2012 06:55:32 +0000 (+0000) Subject: Correct copyright years for change log X-Git-Tag: 0.0.1~272 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=13fd13955040ec2219bb1ec6d43dce6f6e6e55d2 Correct copyright years for change log --- diff --git a/bin/git2gch b/bin/git2gch index 8956141..40689a9 100755 --- a/bin/git2gch +++ b/bin/git2gch @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """Generates potential ChangeLog file contents from commit messages.""" -# Copyright (c) 2010-2011 Jeremy Stanley . Permission +# Copyright (c) 2010-2012 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. @@ -11,7 +11,7 @@ import git import time copyright = """\ -Copyright (c) 2004-2010 Jeremy Stanley . Permission to +Copyright (c) 2004-2012 Jeremy Stanley . Permission to use, copy, modify, and distribute this software is granted under terms provided in the LICENSE file distributed with this software.