Commit the update-copyrights script.

(I'm tired of rewriting this by hand every January)
This commit is contained in:
Nick Mathewson 2015-01-02 14:28:21 -05:00
parent f54e54b0b4
commit fc0febc5c6

View File

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