This commit is contained in:
rderooy
2020-09-18 16:09:43 +02:00
parent 35bef67914
commit c83f64725b
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ while (my $line = <FILE>) {
if ($line =~ /date=/) {
push @lines, (" <release version=\"\@PACKAGE_VERSION\@\" date=\"" . $year . "-" . $mon . "-" . $mday . "\"/>\n");
} elsif ($line =~ /<!-- Copyright/) {
push @lines, ("<!-- Copyright 2020-$year Jonathan Campbell -->\n");
push @lines, ("<!-- Copyright 2011-$year Jonathan Campbell -->\n");
} else {
push @lines, $line;
}