From 2bbf79cb4512477857fd1a9252f1f66349300151 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sun, 12 Feb 2012 22:01:47 +0000 Subject: [PATCH] copyright year updated to 2012 --- COPYING | 4 ++-- contrib/update-copyright.pl | 4 ++-- src/util/configuration_private.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/COPYING b/COPYING index 8c0b74c43..bcb21aa3d 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ -CVC4 is copyright (C) 2009, 2010, 2011 the ACSys research group at the -Courant Institute for Mathematical Sciences, New York University. +CVC4 is copyright (C) 2009, 2010, 2011, 2012 the ACSys research group at +the Courant Institute for Mathematical Sciences, New York University. All rights reserved. CVC4 is open-source; distribution is under the terms of the modified BSD 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 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 = <