summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-04-01 23:32:39 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-01 23:32:39 -0400
commit0e6e0f181618aedf6161ed994d9d4e71ffb1b21d (patch)
treedf4464da8be416697eceee1697fd6cc08831c603 /src/options
parent2f195e4babef016e9b02faeb80cd79f0177a3f05 (diff)
update copyrights
Diffstat (limited to 'src/options')
-rw-r--r--src/options/base_options_handlers.h6
-rw-r--r--src/options/base_options_template.cpp6
-rw-r--r--src/options/base_options_template.h6
-rw-r--r--src/options/option_exception.h6
-rw-r--r--src/options/options.h8
-rw-r--r--src/options/options_holder_template.h6
-rw-r--r--src/options/options_template.cpp8
7 files changed, 23 insertions, 23 deletions
diff --git a/src/options/base_options_handlers.h b/src/options/base_options_handlers.h
index 5b843ce2f..4c8b3eb21 100644
--- a/src/options/base_options_handlers.h
+++ b/src/options/base_options_handlers.h
@@ -1,11 +1,11 @@
/********************* */
/*! \file base_options_handlers.h
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** 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/options/base_options_template.cpp b/src/options/base_options_template.cpp
index 398dbf987..a5cee0cb2 100644
--- a/src/options/base_options_template.cpp
+++ b/src/options/base_options_template.cpp
@@ -1,11 +1,11 @@
/********************* */
/*! \file base_options_template.cpp
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** 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/options/base_options_template.h b/src/options/base_options_template.h
index 527cbc8a2..abb7f0456 100644
--- a/src/options/base_options_template.h
+++ b/src/options/base_options_template.h
@@ -1,11 +1,11 @@
/********************* */
/*! \file base_options_template.h
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** 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/options/option_exception.h b/src/options/option_exception.h
index 268bb704f..be4d423aa 100644
--- a/src/options/option_exception.h
+++ b/src/options/option_exception.h
@@ -1,11 +1,11 @@
/********************* */
/*! \file option_exception.h
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** 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/options/options.h b/src/options/options.h
index 5f17f5a5c..4e3f8e06a 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -1,11 +1,11 @@
/********************* */
/*! \file options.h
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** Major contributors: none
- ** Minor contributors (to current version): dejan, cconway
- ** 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): 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/options/options_holder_template.h b/src/options/options_holder_template.h
index cd972e823..619ae1a7f 100644
--- a/src/options/options_holder_template.h
+++ b/src/options/options_holder_template.h
@@ -1,11 +1,11 @@
/********************* */
/*! \file options_holder_template.h
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** 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/options/options_template.cpp b/src/options/options_template.cpp
index 48834d803..92f425f0b 100644
--- a/src/options/options_template.cpp
+++ b/src/options/options_template.cpp
@@ -1,11 +1,11 @@
/********************* */
/*! \file options_template.cpp
** \verbatim
- ** Original author: mdeters
+ ** Original author: Morgan Deters <mdeters@cs.nyu.edu>
** Major contributors: none
- ** Minor contributors (to current version): barrett, cconway, taking
- ** 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): 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
**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback