From 559710702e4df3ddaac4905705cf93c08502984b Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 11 Oct 2012 17:06:16 +0000 Subject: Standardizing copyright notice. Touches **ALL** sources, guys, sorry.. it's just the header comments at the top, though. Don't update to this rev if you don't have time for a complete rebuild, and exclude this rev if you want to see what's new across a range of commits. (this commit was certified error- and warning-free by the test-and-commit script.) --- test/system/CVC4JavaTest.java | 17 +++++++++++++++++ test/system/boilerplate.cpp | 4 +--- test/system/cvc3_george.cpp | 4 +--- test/system/cvc3_george.h | 4 +--- test/system/cvc3_main.cpp | 4 +--- test/system/ouroborous.cpp | 4 +--- test/system/smt2_compliance.cpp | 4 +--- test/system/statistics.cpp | 4 +--- test/system/two_smt_engines.cpp | 4 +--- 9 files changed, 25 insertions(+), 24 deletions(-) (limited to 'test/system') diff --git a/test/system/CVC4JavaTest.java b/test/system/CVC4JavaTest.java index 80b7d1abd..01969db02 100644 --- a/test/system/CVC4JavaTest.java +++ b/test/system/CVC4JavaTest.java @@ -1,3 +1,20 @@ +/********************* */ +/*! \file CVC4JavaTest.java + ** \verbatim + ** Original author: mdeters + ** Major contributors: none + ** Minor contributors (to current version): none + ** This file is part of the CVC4 prototype. + ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** See the file COPYING in the top-level source directory for licensing + ** information.\endverbatim + ** + ** \brief [[ Add one-line brief description here ]] + ** + ** [[ Add lengthier description here ]] + ** \todo document this file + **/ + import edu.nyu.acsys.CVC4.CVC4; import edu.nyu.acsys.CVC4.SmtEngine; diff --git a/test/system/boilerplate.cpp b/test/system/boilerplate.cpp index c64c1463e..b4e20d063 100644 --- a/test/system/boilerplate.cpp +++ b/test/system/boilerplate.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/cvc3_george.cpp b/test/system/cvc3_george.cpp index 34ac8c2c2..dc31d4426 100644 --- a/test/system/cvc3_george.cpp +++ b/test/system/cvc3_george.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/cvc3_george.h b/test/system/cvc3_george.h index 6f04f7bbf..3574b8f28 100644 --- a/test/system/cvc3_george.h +++ b/test/system/cvc3_george.h @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/cvc3_main.cpp b/test/system/cvc3_main.cpp index 13f5e153c..2afdc5ac6 100644 --- a/test/system/cvc3_main.cpp +++ b/test/system/cvc3_main.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/ouroborous.cpp b/test/system/ouroborous.cpp index daa7a9aae..5e20a6f0b 100644 --- a/test/system/ouroborous.cpp +++ b/test/system/ouroborous.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/smt2_compliance.cpp b/test/system/smt2_compliance.cpp index 65dd52193..5d346c194 100644 --- a/test/system/smt2_compliance.cpp +++ b/test/system/smt2_compliance.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/statistics.cpp b/test/system/statistics.cpp index d4a958499..a6f9dabe9 100644 --- a/test/system/statistics.cpp +++ b/test/system/statistics.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** diff --git a/test/system/two_smt_engines.cpp b/test/system/two_smt_engines.cpp index 587db7656..0f7fae5be 100644 --- a/test/system/two_smt_engines.cpp +++ b/test/system/two_smt_engines.cpp @@ -5,9 +5,7 @@ ** Major contributors: none ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys) - ** Courant Institute of Mathematical Sciences - ** New York University + ** Copyright (c) 2009-2012 New York University and The University of Iowa ** See the file COPYING in the top-level source directory for licensing ** information.\endverbatim ** -- cgit v1.2.3