summaryrefslogtreecommitdiff
path: root/contrib
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
parent4b75a8f448288f416dcfeb5672c915c7add877da (diff)
Update copyright year.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/configure-in-place2
-rwxr-xr-xcontrib/get-authors2
-rwxr-xr-xcontrib/update-copyright.pl4
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/configure-in-place b/contrib/configure-in-place
index 81517cfe4..cc0e9e387 100755
--- a/contrib/configure-in-place
+++ b/contrib/configure-in-place
@@ -2,7 +2,7 @@
#
# configure-in-place
# Morgan Deters <mdeters@cs.nyu.edu> for CVC4
-# Copyright (c) 2010-2013 The CVC4 Project
+# Copyright (c) 2010-2014 The CVC4 Project
#
# usage: configure-in-place [ arguments... ]
#
diff --git a/contrib/get-authors b/contrib/get-authors
index 508408006..2ff09b0ef 100755
--- a/contrib/get-authors
+++ b/contrib/get-authors
@@ -2,7 +2,7 @@
#
# get-authors
# Morgan Deters <mdeters@cs.nyu.edu> for CVC4
-# Copyright (c) 2009-2013 The CVC4 Project
+# Copyright (c) 2009-2014 The CVC4 Project
#
# usage: get-authors [ files... ]
#
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