Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ZerXes
Tor
Commits
9473a386
Commit
9473a386
authored
Jan 16, 2019
by
Nick Mathewson
🐛
Browse files
Update copyright script for 2019
parent
038dbfc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/maint/updateCopyright.pl
View file @
9473a386
#!/usr/bin/perl -i -w -p
$NEWYEAR
=
201
8
;
$NEWYEAR
=
201
9
;
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/
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment