fix copyright to start at 1999 as that is what all the skels start with
authorvapier <vapier@gentoo.org>
Sun, 15 Feb 2009 19:50:14 +0000 (19:50 -0000)
committervapier <vapier@gentoo.org>
Sun, 15 Feb 2009 19:50:14 +0000 (19:50 -0000)
svn path=/; revision=542

trunk/src/echangelog/echangelog

index f874bae2c65755ed7c8702c7669d9f957f90e0b0..f1c5188e293b6ebfad846efcd21dfb9e285a7eb5 100755 (executable)
@@ -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;
 }