aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/updateCopyright.pl
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-27 18:48:19 +0100
committerNick Mathewson <nickm@torproject.org>2016-02-27 18:48:19 +0100
commit57699de005b2033a1886cecf7a1ed17e2bf95b81 (patch)
tree8e5fe3d57cc30ee18bd690a2bec7e3e82724f5c4 /scripts/maint/updateCopyright.pl
parentf4864d37eca797f9f62b34c8b9c442c25825e3e7 (diff)
downloadtor-57699de005b2033a1886cecf7a1ed17e2bf95b81.tar.gz
tor-57699de005b2033a1886cecf7a1ed17e2bf95b81.zip
Update the copyright year.
Diffstat (limited to 'scripts/maint/updateCopyright.pl')
-rwxr-xr-xscripts/maint/updateCopyright.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/maint/updateCopyright.pl b/scripts/maint/updateCopyright.pl
index ec82616a19..8bd6a18210 100755
--- a/scripts/maint/updateCopyright.pl
+++ b/scripts/maint/updateCopyright.pl
@@ -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/;