summaryrefslogtreecommitdiff
path: root/contrib/update-copyright.pl
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-01-02 14:13:08 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2014-01-02 14:13:08 -0500
commit1e1ba9ff90b760ff7a029b479c659baca16b5a1e (patch)
treeb59b2803844ff7106d8ecad574ed6c5135640181 /contrib/update-copyright.pl
parent4b75a8f448288f416dcfeb5672c915c7add877da (diff)
Update copyright year.
Diffstat (limited to 'contrib/update-copyright.pl')
-rwxr-xr-xcontrib/update-copyright.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 720e69d16..9bfa6f5fa 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -2,7 +2,7 @@
#
# update-copyright.pl
# Morgan Deters <mdeters@cs.nyu.edu> for CVC4
-# Copyright (c) 2009-2013 The CVC4 Project
+# Copyright (c) 2009-2014 The CVC4 Project
#
# usage: update-copyright [-m] [files/directories...]
# update-copyright [-h | --help]
@@ -39,7 +39,7 @@ my $excluded_paths = '^(src/parser/antlr_input_imports.cpp|src/bindings/compat/.
# Years of copyright for the template. E.g., the string
# "1985, 1987, 1992, 1997, 2008" or "2006-2009" or whatever.
-my $years = '2009-2013';
+my $years = '2009-2014';
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