summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-02-12 22:01:47 +0000
committerMorgan Deters <mdeters@gmail.com>2012-02-12 22:01:47 +0000
commit2bbf79cb4512477857fd1a9252f1f66349300151 (patch)
treeabb4ad5d77bdda0479d0c9a2f04a044476f56639 /contrib
parent76d8ab99b0a44a318e4bc49bd6203f6464d20d8e (diff)
copyright year updated to 2012
Diffstat (limited to 'contrib')
-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 7ad839b1d..94df7fe48 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, 2010, 2011 The CVC4 Project
+# Copyright (c) 2009-2012 The CVC4 Project
#
# usage: update-copyright [-m] [files/directories...]
# update-copyright [-h | --help]
@@ -37,7 +37,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, 2010, 2011';
+my $years = '2009-2012';
my $standard_template = <<EOF;
** This file is part of the CVC4 prototype.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback