repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use EWMA instead of bare rtt for min rtt.
[tor.git]
/
scripts
/
maint
/
updateCopyright.pl
blob
6800032f87a76828819d778b009ea36ef8c58150
1
#!/usr/bin/perl -i -w -p
2
3
@now
=
gmtime
();
4
5
$NEWYEAR
=
$now
[
5
]+
1900
;
6
7
s/Copyright([^-]*) (20[^-]*), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/
;
8
9
s/Copyright(.*)-(20..), The Tor Project/Copyright$1-${NEWYEAR}, The Tor Project/
;