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
conn: Stop writing when our write bandwidth limist is exhausted
[tor.git]
/
scripts
/
maint
/
updateCopyright.pl
blob
beb0b8f26e502444baf1132d6778153a6fce0ec9
1
#!/usr/bin/perl -i -w -p
2
3
$NEWYEAR
=
2017
;
4
5
s/Copyright(.*) (201[^7]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/
;
6
7
s/Copyright(.*)-(20..), The Tor Project/Copyright$1-${NEWYEAR}, The Tor Project/
;