From 33988bd64b92960f7bed5c68d1266adc4183454b Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 4 Feb 2010 02:58:12 +0000 Subject: minor fix for update-copyright.pl; ran update-copyright.pl on all sources; regenerated configure script --- src/expr/attr_type.h | 2 +- src/expr/attr_var_name.h | 2 +- src/expr/expr.cpp | 6 +++--- src/expr/expr.h | 4 ++-- src/expr/expr_manager.cpp | 6 +++--- src/expr/expr_manager.h | 4 ++-- src/expr/kind.h | 4 ++-- src/expr/node.cpp | 4 ++-- src/expr/node.h | 2 +- src/expr/node_attribute.h | 2 +- src/expr/node_builder.cpp | 2 +- src/expr/node_builder.h | 2 +- src/expr/node_manager.cpp | 2 +- src/expr/node_manager.h | 6 +++--- src/expr/node_value.cpp | 2 +- src/expr/node_value.h | 2 +- 16 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src/expr') 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 -- cgit v1.2.3