From 0e6e0f181618aedf6161ed994d9d4e71ffb1b21d Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 1 Apr 2013 23:32:39 -0400 Subject: update copyrights --- src/parser/antlr_input.cpp | 10 +++++----- src/parser/antlr_input.h | 10 +++++----- src/parser/antlr_line_buffered_input.cpp | 6 +++--- src/parser/antlr_line_buffered_input.h | 6 +++--- src/parser/antlr_tracing.h | 6 +++--- src/parser/bounded_token_buffer.cpp | 8 ++++---- src/parser/bounded_token_buffer.h | 8 ++++---- src/parser/bounded_token_factory.cpp | 8 ++++---- src/parser/bounded_token_factory.h | 8 ++++---- src/parser/cvc/Cvc.g | 10 +++++----- src/parser/cvc/cvc_input.cpp | 8 ++++---- src/parser/cvc/cvc_input.h | 10 +++++----- src/parser/input.cpp | 10 +++++----- src/parser/input.h | 10 +++++----- src/parser/memory_mapped_input_buffer.cpp | 10 +++++----- src/parser/memory_mapped_input_buffer.h | 8 ++++---- src/parser/parser.cpp | 10 +++++----- src/parser/parser.h | 10 +++++----- src/parser/parser_builder.cpp | 10 +++++----- src/parser/parser_builder.h | 8 ++++---- src/parser/parser_exception.h | 8 ++++---- src/parser/smt1/Smt1.g | 10 +++++----- src/parser/smt1/smt1.cpp | 10 +++++----- src/parser/smt1/smt1.h | 10 +++++----- src/parser/smt1/smt1_input.cpp | 8 ++++---- src/parser/smt1/smt1_input.h | 8 ++++---- src/parser/smt2/Smt2.g | 10 +++++----- src/parser/smt2/smt2.cpp | 10 +++++----- src/parser/smt2/smt2.h | 8 ++++---- src/parser/smt2/smt2_input.cpp | 8 ++++---- src/parser/smt2/smt2_input.h | 8 ++++---- src/parser/tptp/Tptp.g | 8 ++++---- src/parser/tptp/tptp.cpp | 8 ++++---- src/parser/tptp/tptp.h | 8 ++++---- src/parser/tptp/tptp_input.cpp | 10 +++++----- src/parser/tptp/tptp_input.h | 8 ++++---- 36 files changed, 157 insertions(+), 157 deletions(-) (limited to 'src/parser') diff --git a/src/parser/antlr_input.cpp b/src/parser/antlr_input.cpp index 2279865ae..6fa6c7ca3 100644 --- a/src/parser/antlr_input.cpp +++ b/src/parser/antlr_input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file antlr_input.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): bobot - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): François Bobot + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/antlr_input.h b/src/parser/antlr_input.h index 89f6c8db5..06f8b5c8d 100644 --- a/src/parser/antlr_input.h +++ b/src/parser/antlr_input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file antlr_input.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): taking, bobot, dejan - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Tim King , François Bobot , Dejan Jovanović + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/antlr_line_buffered_input.cpp b/src/parser/antlr_line_buffered_input.cpp index 46853056b..a237dc146 100644 --- a/src/parser/antlr_line_buffered_input.cpp +++ b/src/parser/antlr_line_buffered_input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file antlr_line_buffered_input.cpp ** \verbatim - ** Original author: mdeters + ** Original author: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/antlr_line_buffered_input.h b/src/parser/antlr_line_buffered_input.h index fb0c16dbe..2fc22a090 100644 --- a/src/parser/antlr_line_buffered_input.h +++ b/src/parser/antlr_line_buffered_input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file antlr_line_buffered_input.h ** \verbatim - ** Original author: mdeters + ** Original author: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/antlr_tracing.h b/src/parser/antlr_tracing.h index 9da7a2681..bf0aa49bc 100644 --- a/src/parser/antlr_tracing.h +++ b/src/parser/antlr_tracing.h @@ -1,11 +1,11 @@ /********************* */ /*! \file antlr_tracing.h ** \verbatim - ** Original author: mdeters + ** Original author: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/bounded_token_buffer.cpp b/src/parser/bounded_token_buffer.cpp index 108b67307..d514aa708 100644 --- a/src/parser/bounded_token_buffer.cpp +++ b/src/parser/bounded_token_buffer.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file bounded_token_buffer.cpp ** \verbatim - ** Original author: cconway + ** Original author: Christopher L. Conway ** Major contributors: none - ** Minor contributors (to current version): mdeters - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Minor contributors (to current version): Morgan Deters + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/bounded_token_buffer.h b/src/parser/bounded_token_buffer.h index 415f6062f..762c371e5 100644 --- a/src/parser/bounded_token_buffer.h +++ b/src/parser/bounded_token_buffer.h @@ -1,11 +1,11 @@ /********************* */ /*! \file bounded_token_buffer.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/bounded_token_factory.cpp b/src/parser/bounded_token_factory.cpp index 1d9f89ff7..a7e1690e1 100644 --- a/src/parser/bounded_token_factory.cpp +++ b/src/parser/bounded_token_factory.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file bounded_token_factory.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/bounded_token_factory.h b/src/parser/bounded_token_factory.h index a08ab96f7..d3597f251 100644 --- a/src/parser/bounded_token_factory.h +++ b/src/parser/bounded_token_factory.h @@ -1,11 +1,11 @@ /********************* */ /*! \file bounded_token_factory.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/cvc/Cvc.g b/src/parser/cvc/Cvc.g index e5e26c9a2..d378f4710 100644 --- a/src/parser/cvc/Cvc.g +++ b/src/parser/cvc/Cvc.g @@ -1,11 +1,11 @@ /* ******************* */ /*! \file Cvc.g ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): taking, ajreynol, dejan - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Tim King , Andrew Reynolds , Dejan Jovanović + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/cvc/cvc_input.cpp b/src/parser/cvc/cvc_input.cpp index 8328306be..70e87c5e6 100644 --- a/src/parser/cvc/cvc_input.cpp +++ b/src/parser/cvc/cvc_input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file cvc_input.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h index 973e1c173..631267803 100644 --- a/src/parser/cvc/cvc_input.h +++ b/src/parser/cvc/cvc_input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file cvc_input.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): dejan - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Dejan Jovanović + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/input.cpp b/src/parser/input.cpp index 73afdeab2..f22570ef0 100644 --- a/src/parser/input.cpp +++ b/src/parser/input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file input.cpp ** \verbatim - ** Original author: dejan - ** Major contributors: mdeters, cconway - ** 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 + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Dejan Jovanović + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/input.h b/src/parser/input.h index 5fd3611be..af37c2fb7 100644 --- a/src/parser/input.h +++ b/src/parser/input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file input.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): bobot - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): François Bobot + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/memory_mapped_input_buffer.cpp b/src/parser/memory_mapped_input_buffer.cpp index f110b1145..7477c9145 100644 --- a/src/parser/memory_mapped_input_buffer.cpp +++ b/src/parser/memory_mapped_input_buffer.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file memory_mapped_input_buffer.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** 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 + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Tim King + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/memory_mapped_input_buffer.h b/src/parser/memory_mapped_input_buffer.h index 9d834367a..881c01458 100644 --- a/src/parser/memory_mapped_input_buffer.h +++ b/src/parser/memory_mapped_input_buffer.h @@ -1,11 +1,11 @@ /********************* */ /*! \file memory_mapped_input_buffer.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/parser.cpp b/src/parser/parser.cpp index 90f17426b..444d02ecc 100644 --- a/src/parser/parser.cpp +++ b/src/parser/parser.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file parser.cpp ** \verbatim - ** Original author: dejan - ** Major contributors: cconway, mdeters - ** Minor contributors (to current version): bobot, ajreynol - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway + ** Minor contributors (to current version): Tim King , Dejan Jovanović , François Bobot , Andrew Reynolds + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/parser.h b/src/parser/parser.h index 958c8a5b5..7db3f48b3 100644 --- a/src/parser/parser.h +++ b/src/parser/parser.h @@ -1,11 +1,11 @@ /********************* */ /*! \file parser.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): dejan, bobot, ajreynol - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway + ** Minor contributors (to current version): Dejan Jovanović , François Bobot , Andrew Reynolds + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/parser_builder.cpp b/src/parser/parser_builder.cpp index fe97a5b95..b2cc1aadc 100644 --- a/src/parser/parser_builder.cpp +++ b/src/parser/parser_builder.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file parser_builder.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): dejan, bobot - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Dejan Jovanović , François Bobot + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/parser_builder.h b/src/parser/parser_builder.h index 936d03336..4e220461c 100644 --- a/src/parser/parser_builder.h +++ b/src/parser/parser_builder.h @@ -1,11 +1,11 @@ /********************* */ /*! \file parser_builder.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/parser_exception.h b/src/parser/parser_exception.h index 6eae3047d..0197781fa 100644 --- a/src/parser/parser_exception.h +++ b/src/parser/parser_exception.h @@ -1,11 +1,11 @@ /********************* */ /*! \file parser_exception.h ** \verbatim - ** Original author: mdeters - ** Major contributors: cconway + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt1/Smt1.g b/src/parser/smt1/Smt1.g index f8331c899..a40f867a6 100644 --- a/src/parser/smt1/Smt1.g +++ b/src/parser/smt1/Smt1.g @@ -1,11 +1,11 @@ /* ******************* */ /*! \file Smt1.g ** \verbatim - ** Original author: cconway - ** Major contributors: dejan, mdeters - ** Minor contributors (to current version): ajreynol, taking - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Morgan Deters + ** Major contributors: Dejan Jovanović , Christopher L. Conway + ** Minor contributors (to current version): Andrew Reynolds , Tim King + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt1/smt1.cpp b/src/parser/smt1/smt1.cpp index 7793dbea4..1ae6587d8 100644 --- a/src/parser/smt1/smt1.cpp +++ b/src/parser/smt1/smt1.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file smt1.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): taking, dejan, barrett - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway + ** Minor contributors (to current version): Tim King , Dejan Jovanović , Clark Barrett + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt1/smt1.h b/src/parser/smt1/smt1.h index 93c1fb00c..2a83b2e2b 100644 --- a/src/parser/smt1/smt1.h +++ b/src/parser/smt1/smt1.h @@ -1,11 +1,11 @@ /********************* */ /*! \file smt1.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): barrett - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway + ** Minor contributors (to current version): Clark Barrett + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt1/smt1_input.cpp b/src/parser/smt1/smt1_input.cpp index 2dae4ef66..74a4a6e1a 100644 --- a/src/parser/smt1/smt1_input.cpp +++ b/src/parser/smt1/smt1_input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file smt1_input.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt1/smt1_input.h b/src/parser/smt1/smt1_input.h index 11110e78a..d0eabb3f7 100644 --- a/src/parser/smt1/smt1_input.h +++ b/src/parser/smt1/smt1_input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file smt1_input.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Morgan Deters + ** Major contributors: Christopher L. Conway ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt2/Smt2.g b/src/parser/smt2/Smt2.g index 387a24fe1..e738267cd 100644 --- a/src/parser/smt2/Smt2.g +++ b/src/parser/smt2/Smt2.g @@ -1,11 +1,11 @@ /* ******************* */ /*! \file Smt2.g ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): dejan, taking, ajreynol, bobot - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Dejan Jovanović , Andrew Reynolds , François Bobot + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt2/smt2.cpp b/src/parser/smt2/smt2.cpp index 5d104531f..32459a357 100644 --- a/src/parser/smt2/smt2.cpp +++ b/src/parser/smt2/smt2.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file smt2.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters - ** Minor contributors (to current version): barrett - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): Clark Barrett + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt2/smt2.h b/src/parser/smt2/smt2.h index c861dfe93..fa5ea9500 100644 --- a/src/parser/smt2/smt2.h +++ b/src/parser/smt2/smt2.h @@ -1,11 +1,11 @@ /********************* */ /*! \file smt2.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt2/smt2_input.cpp b/src/parser/smt2/smt2_input.cpp index 9b423dcad..8aac6b8f9 100644 --- a/src/parser/smt2/smt2_input.cpp +++ b/src/parser/smt2/smt2_input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file smt2_input.cpp ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/smt2/smt2_input.h b/src/parser/smt2/smt2_input.h index 9b271a2c0..8f5562a15 100644 --- a/src/parser/smt2/smt2_input.h +++ b/src/parser/smt2/smt2_input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file smt2_input.h ** \verbatim - ** Original author: cconway - ** Major contributors: mdeters + ** Original author: Christopher L. Conway + ** Major contributors: Morgan Deters ** 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 + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/tptp/Tptp.g b/src/parser/tptp/Tptp.g index ec6868c5b..f8515fdad 100644 --- a/src/parser/tptp/Tptp.g +++ b/src/parser/tptp/Tptp.g @@ -1,11 +1,11 @@ /* ******************* */ /*! \file Tptp.g ** \verbatim - ** Original author: bobot + ** Original author: François Bobot ** Major contributors: none - ** Minor contributors (to current version): mdeters - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Minor contributors (to current version): Morgan Deters + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/tptp/tptp.cpp b/src/parser/tptp/tptp.cpp index 59b1d205b..825792811 100644 --- a/src/parser/tptp/tptp.cpp +++ b/src/parser/tptp/tptp.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file tptp.cpp ** \verbatim - ** Original author: bobot + ** Original author: François Bobot ** Major contributors: none - ** Minor contributors (to current version): mdeters - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Minor contributors (to current version): Morgan Deters + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/tptp/tptp.h b/src/parser/tptp/tptp.h index f38ec2a91..4185de991 100644 --- a/src/parser/tptp/tptp.h +++ b/src/parser/tptp/tptp.h @@ -1,11 +1,11 @@ /********************* */ /*! \file tptp.h ** \verbatim - ** Original author: bobot + ** Original author: François Bobot ** Major contributors: none - ** Minor contributors (to current version): ajreynol, mdeters - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Minor contributors (to current version): Andrew Reynolds , Morgan Deters + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/tptp/tptp_input.cpp b/src/parser/tptp/tptp_input.cpp index d52c7f597..44d18013c 100644 --- a/src/parser/tptp/tptp_input.cpp +++ b/src/parser/tptp/tptp_input.cpp @@ -1,11 +1,11 @@ /********************* */ /*! \file tptp_input.cpp ** \verbatim - ** Original author: bobot - ** Major contributors: none - ** Minor contributors (to current version): mdeters - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Original author: François Bobot + ** Major contributors: Morgan Deters + ** Minor contributors (to current version): none + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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/src/parser/tptp/tptp_input.h b/src/parser/tptp/tptp_input.h index 13aa358cd..7799de6e5 100644 --- a/src/parser/tptp/tptp_input.h +++ b/src/parser/tptp/tptp_input.h @@ -1,11 +1,11 @@ /********************* */ /*! \file tptp_input.h ** \verbatim - ** Original author: bobot + ** Original author: François Bobot ** Major contributors: none - ** Minor contributors (to current version): mdeters - ** This file is part of the CVC4 prototype. - ** Copyright (c) 2009-2012 New York University and The University of Iowa + ** Minor contributors (to current version): Morgan Deters + ** This file is part of the CVC4 project. + ** Copyright (c) 2009-2013 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