summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-02-06 15:32:30 -0800
committerAina Niemetz <aina.niemetz@gmail.com>2018-02-06 15:56:13 -0800
commit75d0b121f694816117168f98243a76d133d299cd (patch)
treecbd75a92d16d06ff94b1442d86f5254e4abeb485
parentb258ebd1cb08252f8cf7f317c08eadbe1fb8e8fe (diff)
Updated year in update-copyright script.
-rwxr-xr-xcontrib/update-copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 5f31f48c9..d0dd33cbb 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -48,7 +48,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-2017';
+my $years = '2009-2018';
my $standard_template = <<EOF;
** This file is part of the CVC4 project.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback