Update the copyright year.

This commit is contained in:
Nick Mathewson
2016-02-27 18:48:19 +01:00
parent f4864d37ec
commit 57699de005
247 changed files with 249 additions and 249 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/perl -i -w -p
$NEWYEAR=2015;
$NEWYEAR=2016;
s/Copyright(.*) (201[^5]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/;
s/Copyright(.*) (201[^6]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/;
s/Copyright(.*)-(20..), The Tor Project/Copyright$1-${NEWYEAR}, The Tor Project/;