From abff80f965637c23582d8f7c08da379b01555c43 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Oct 2011 14:51:05 -0700 Subject: UpdateChangeLog: don't hardcode 1999 copyright We want repoman to be applicable to as many repositories as possible. If necessary, we can add another layout.conf attribute that configures the copyright start years for all files. --- pym/repoman/utilities.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py index ba344078d..325ade509 100644 --- a/pym/repoman/utilities.py +++ b/pym/repoman/utilities.py @@ -665,8 +665,8 @@ def UpdateChangeLog(pkgdir, category, package, new, removed, changed, \ clold_lines.append(line) if line_strip[:1] != '#': break - line = re.sub(r'^(# Copyright) \d\d\d\d-\d\d\d\d', - r'\1 1999-%s' % year, line) + line = re.sub(r'^(# Copyright \d\d\d\d)-\d\d\d\d', + r'\1-%s' % year, line) clnew_lines.append(line) if not line_strip: break -- cgit v1.2.3-1-g7c22