[tor-commits] [tor/master] Update updateCopyright to 2017

nickm at torproject.org nickm at torproject.org
Wed Mar 15 20:13:23 UTC 2017


commit c6b97b3da0308dcb696fd01113e3c9da3a38d348
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Mar 15 16:11:50 2017 -0400

    Update updateCopyright to 2017
---
 scripts/maint/updateCopyright.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/maint/updateCopyright.pl b/scripts/maint/updateCopyright.pl
index 8bd6a18..beb0b8f 100755
--- a/scripts/maint/updateCopyright.pl
+++ b/scripts/maint/updateCopyright.pl
@@ -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/;





More information about the tor-commits mailing list