[tor-commits] [tor/master] Update copyright script for 2019

nickm at torproject.org nickm at torproject.org
Wed Jan 16 17:33:31 UTC 2019


commit 9473a386c46a1f57061d1128e7e73835e7eadf21
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jan 16 12:33:09 2019 -0500

    Update copyright script for 2019
---
 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 bd24377d3..36894b1ba 100755
--- a/scripts/maint/updateCopyright.pl
+++ b/scripts/maint/updateCopyright.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -i -w -p
 
-$NEWYEAR=2018;
+$NEWYEAR=2019;
 
-s/Copyright(.*) (201[^8]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/;
+s/Copyright(.*) (201[^9]), 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