From: Morgan Deters Date: Thu, 2 Jan 2014 19:13:08 +0000 (-0500) Subject: Update copyright year. X-Git-Tag: cvc5-1.0.0~6987^2~17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e1ba9ff90b760ff7a029b479c659baca16b5a1e;p=cvc5.git Update copyright year. --- diff --git a/COPYING b/COPYING index 8babef432..41e54c467 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -CVC4 is copyright (C) 2009, 2010, 2011, 2012, 2013 New York University +CVC4 is copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 New York University and The University of Iowa. All rights reserved. The source code of CVC4 is open and available to students, researchers, @@ -23,7 +23,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- Morgan Deters Tue, 17 Dec 2013 14:35:55 -0500 +-- Morgan Deters Thu, 02 Jan 2014 14:02:28 -0500 CVC4 incorporates MiniSat code, excluded from the above copyright. See src/sat/minisat. Its copyright: 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 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 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 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 = <