mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
Commit the update-copyrights script.
(I'm tired of rewriting this by hand every January)
This commit is contained in:
parent
f54e54b0b4
commit
fc0febc5c6
7
scripts/maint/updateCopyright.pl
Executable file
7
scripts/maint/updateCopyright.pl
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/perl -i -w -p
|
||||
|
||||
$NEWYEAR=2015;
|
||||
|
||||
s/Copyright(.*) (201[^5]), The Tor Project/Copyright$1 $2-${NEWYEAR}, The Tor Project/;
|
||||
|
||||
s/Copyright(.*)-(20..), The Tor Project/Copyright$1-${NEWYEAR}, The Tor Project/;
|
Loading…
Reference in New Issue
Block a user