summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 02:58:12 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 02:58:12 +0000
commit33988bd64b92960f7bed5c68d1266adc4183454b (patch)
treefc233761b21193ca89a29c35dac941e88c244a20 /src/expr
parent84354b6332b89c15292a89b065a7478f578eb075 (diff)
minor fix for update-copyright.pl; ran update-copyright.pl on all sources; regenerated configure script
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/attr_type.h2
-rw-r--r--src/expr/attr_var_name.h2
-rw-r--r--src/expr/expr.cpp6
-rw-r--r--src/expr/expr.h4
-rw-r--r--src/expr/expr_manager.cpp6
-rw-r--r--src/expr/expr_manager.h4
-rw-r--r--src/expr/kind.h4
-rw-r--r--src/expr/node.cpp4
-rw-r--r--src/expr/node.h2
-rw-r--r--src/expr/node_attribute.h2
-rw-r--r--src/expr/node_builder.cpp2
-rw-r--r--src/expr/node_builder.h2
-rw-r--r--src/expr/node_manager.cpp2
-rw-r--r--src/expr/node_manager.h6
-rw-r--r--src/expr/node_value.cpp2
-rw-r--r--src/expr/node_value.h2
16 files changed, 26 insertions, 26 deletions
diff --git a/src/expr/attr_type.h b/src/expr/attr_type.h
index a4c8c41a9..966d69081 100644
--- a/src/expr/attr_type.h
+++ b/src/expr/attr_type.h
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): dejan, taking
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/attr_var_name.h b/src/expr/attr_var_name.h
index a17a3ba18..30f67fcf9 100644
--- a/src/expr/attr_var_name.h
+++ b/src/expr/attr_var_name.h
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/expr.cpp b/src/expr/expr.cpp
index 578eaf2f5..1df4012a6 100644
--- a/src/expr/expr.cpp
+++ b/src/expr/expr.cpp
@@ -1,10 +1,10 @@
/********************* -*- C++ -*- */
/** expr.cpp
** Original author: dejan
- ** Major contributors: none
- ** Minor contributors (to current version): taking
+ ** Major contributors: taking
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/expr.h b/src/expr/expr.h
index 0bbdcd09a..2210a6c0a 100644
--- a/src/expr/expr.h
+++ b/src/expr/expr.h
@@ -2,9 +2,9 @@
/** expr.h
** Original author: dejan
** Major contributors: none
- ** Minor contributors (to current version): taking, mdeters
+ ** Minor contributors (to current version): mdeters, taking
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/expr_manager.cpp b/src/expr/expr_manager.cpp
index ea1ade477..5b5f962bd 100644
--- a/src/expr/expr_manager.cpp
+++ b/src/expr/expr_manager.cpp
@@ -1,10 +1,10 @@
/********************* -*- C++ -*- */
/** expr_manager.cpp
** Original author: dejan
- ** Major contributors: none
- ** Minor contributors (to current version): mdeters
+ ** Major contributors: mdeters
+ ** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/expr_manager.h b/src/expr/expr_manager.h
index ace8b2d1c..97f2cd24d 100644
--- a/src/expr/expr_manager.h
+++ b/src/expr/expr_manager.h
@@ -1,10 +1,10 @@
/********************* -*- C++ -*- */
/** expr_manager.h
** Original author: dejan
- ** Major contributors: none
+ ** Major contributors: mdeters
** Minor contributors (to current version): taking
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/kind.h b/src/expr/kind.h
index 64991c71c..575a4790c 100644
--- a/src/expr/kind.h
+++ b/src/expr/kind.h
@@ -2,9 +2,9 @@
/** kind.h
** Original author: mdeters
** Major contributors: none
- ** Minor contributors (to current version): dejan
+ ** Minor contributors (to current version): cconway, dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node.cpp b/src/expr/node.cpp
index cd61b257f..8092348fe 100644
--- a/src/expr/node.cpp
+++ b/src/expr/node.cpp
@@ -1,10 +1,10 @@
/********************* -*- C++ -*- */
/** node.cpp
** Original author: mdeters
- ** Major contributors: dejan
+ ** Major contributors: taking, dejan
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node.h b/src/expr/node.h
index 46827d196..1d47f676b 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -4,7 +4,7 @@
** Major contributors: dejan
** Minor contributors (to current version): taking
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_attribute.h b/src/expr/node_attribute.h
index 021e64649..0d00a300f 100644
--- a/src/expr/node_attribute.h
+++ b/src/expr/node_attribute.h
@@ -4,7 +4,7 @@
** Major contributors: dejan
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_builder.cpp b/src/expr/node_builder.cpp
index 9e24fa280..3629815b6 100644
--- a/src/expr/node_builder.cpp
+++ b/src/expr/node_builder.cpp
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_builder.h b/src/expr/node_builder.h
index 77ff05ab5..1411024a9 100644
--- a/src/expr/node_builder.h
+++ b/src/expr/node_builder.h
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_manager.cpp b/src/expr/node_manager.cpp
index c9a819751..df49800b6 100644
--- a/src/expr/node_manager.cpp
+++ b/src/expr/node_manager.cpp
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_manager.h b/src/expr/node_manager.h
index 3d95a4369..3c8dbdea7 100644
--- a/src/expr/node_manager.h
+++ b/src/expr/node_manager.h
@@ -1,10 +1,10 @@
/********************* -*- C++ -*- */
/** node_manager.h
** Original author: mdeters
- ** Major contributors: dejan
- ** Minor contributors (to current version): taking
+ ** Major contributors: none
+ ** Minor contributors (to current version): taking, dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_value.cpp b/src/expr/node_value.cpp
index 554655573..781747542 100644
--- a/src/expr/node_value.cpp
+++ b/src/expr/node_value.cpp
@@ -4,7 +4,7 @@
** Major contributors: none
** Minor contributors (to current version): dejan
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/src/expr/node_value.h b/src/expr/node_value.h
index 847b6b153..bf8b7cd79 100644
--- a/src/expr/node_value.h
+++ b/src/expr/node_value.h
@@ -4,7 +4,7 @@
** Major contributors: dejan
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback