From 1e1ba9ff90b760ff7a029b479c659baca16b5a1e Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 2 Jan 2014 14:13:08 -0500 Subject: Update copyright year. --- contrib/update-copyright.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/update-copyright.pl') 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 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 = <