Update updateCopyright to 2017

This commit is contained in:
Nick Mathewson 2017-03-15 16:11:50 -04:00
parent c64adaaf90
commit c6b97b3da0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl -i -w -p
$NEWYEAR=2016;
$NEWYEAR=2017;
s/Copyright(.*) (201[^6]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/;
s/Copyright(.*) (201[^7]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/;
s/Copyright(.*)-(20..), The Tor Project/Copyright$1-${NEWYEAR}, The Tor Project/;