git.wh0rd.org
/
patches.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
more random patches. who knows.
[patches.git]
/
echangelog.patch
1
--- /usr/bin/echangelog
2
+++ /usr/bin/echangelog
3
@@ -319,7 +319,7 @@
4
my ($t) = @_;
5
(my $year = $date) =~ s/.* //;
6
$t =~ s/^# Copyright \d+(?= )/$&-$year/m or
7
- $t =~ s/^(# Copyright \d+)-(\d+)/$1-$year/m;
8
+ $t =~ s/^(# Copyright) \d+-(\d+)/$1 1999-$year/m;
9
return $t;
10
}
11