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