projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2056947
)
update-copyright: Update to 2019.
author
Aina Niemetz
<aina.niemetz@gmail.com>
Tue, 26 Mar 2019 18:11:56 +0000
(11:11 -0700)
committer
Aina Niemetz
<aina.niemetz@gmail.com>
Tue, 26 Mar 2019 18:23:26 +0000
(11:23 -0700)
contrib/update-copyright.pl
patch
|
blob
|
history
diff --git
a/contrib/update-copyright.pl
b/contrib/update-copyright.pl
index 3412905af99c785e93cf3dc7d606361318b2d8a0..148392aaba84810a6deb58f702312fbb883b9f58 100755
(executable)
--- a/
contrib/update-copyright.pl
+++ b/
contrib/update-copyright.pl
@@
-1,7
+1,7
@@
#!/usr/bin/perl -w
#
# update-copyright.pl
-# Copyright (c) 2009-201
8
The CVC4 Project
+# Copyright (c) 2009-201
9
The CVC4 Project
#
# usage: update-copyright [-m] [files/directories...]
# update-copyright [-h | --help]
@@
-47,7
+47,7
@@
$excluded_paths .= ')$';
# Years of copyright for the template. E.g., the string
# "1985, 1987, 1992, 1997, 2008" or "2006-2009" or whatever.
-my $years = '2009-201
8
';
+my $years = '2009-201
9
';
my $standard_template = <<EOF;
** This file is part of the CVC4 project.