projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcca97
)
fix copyright to start at 1999 as that is what all the skels start with
author
vapier
<vapier@gentoo.org>
Sun, 15 Feb 2009 19:50:14 +0000
(19:50 -0000)
committer
vapier
<vapier@gentoo.org>
Sun, 15 Feb 2009 19:50:14 +0000
(19:50 -0000)
svn path=/; revision=542
trunk/src/echangelog/echangelog
patch
|
blob
|
history
diff --git
a/trunk/src/echangelog/echangelog
b/trunk/src/echangelog/echangelog
index f874bae2c65755ed7c8702c7669d9f957f90e0b0..f1c5188e293b6ebfad846efcd21dfb9e285a7eb5 100755
(executable)
--- a/
trunk/src/echangelog/echangelog
+++ b/
trunk/src/echangelog/echangelog
@@
-454,7
+454,7
@@
sub update_copyright {
my ($t) = @_;
(my $year = $date) =~ s/.* //;
$t =~ s/^# Copyright \d+(?= )/$&-$year/m or
- $t =~ s/^(# Copyright
\d+)-(\d+)/$1
-$year/m;
+ $t =~ s/^(# Copyright
) \d+-(\d+)/$1 1999
-$year/m;
return $t;
}