commit 9473a386c46a1f57061d1128e7e73835e7eadf21
parent 038dbfc296cc9df3242ec735538d56004a0dcd3b
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 16 Jan 2019 12:33:09 -0500
Update copyright script for 2019
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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/;