From: Aina Niemetz Date: Wed, 3 Apr 2019 22:54:55 +0000 (-0700) Subject: Update copyright headers. X-Git-Tag: cvc5-1.0.0~4195 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29685eaf8d49b12c04cbb4767f832cc623709aab;p=cvc5.git Update copyright headers. --- diff --git a/examples/api/bitvectors-new.cpp b/examples/api/bitvectors-new.cpp index dfe8c7420..6aea56163 100644 --- a/examples/api/bitvectors-new.cpp +++ b/examples/api/bitvectors-new.cpp @@ -2,7 +2,7 @@ /*! \file bitvectors-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/bitvectors_and_arrays-new.cpp b/examples/api/bitvectors_and_arrays-new.cpp index 2abc5f9b4..f0883d634 100644 --- a/examples/api/bitvectors_and_arrays-new.cpp +++ b/examples/api/bitvectors_and_arrays-new.cpp @@ -2,7 +2,7 @@ /*! \file bitvectors_and_arrays-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/combination-new.cpp b/examples/api/combination-new.cpp index de898352e..a3ff4421f 100644 --- a/examples/api/combination-new.cpp +++ b/examples/api/combination-new.cpp @@ -2,7 +2,7 @@ /*! \file combination-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/datatypes-new.cpp b/examples/api/datatypes-new.cpp index 6efb1f7fc..c499fa111 100644 --- a/examples/api/datatypes-new.cpp +++ b/examples/api/datatypes-new.cpp @@ -2,7 +2,7 @@ /*! \file datatypes-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/extract-new.cpp b/examples/api/extract-new.cpp index 7d9f2771f..aad9e0fb5 100644 --- a/examples/api/extract-new.cpp +++ b/examples/api/extract-new.cpp @@ -2,7 +2,7 @@ /*! \file extract-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/helloworld-new.cpp b/examples/api/helloworld-new.cpp index 307b1638a..a7fbe22e9 100644 --- a/examples/api/helloworld-new.cpp +++ b/examples/api/helloworld-new.cpp @@ -2,7 +2,7 @@ /*! \file helloworld-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/linear_arith-new.cpp b/examples/api/linear_arith-new.cpp index 359c12964..aae2fa67e 100644 --- a/examples/api/linear_arith-new.cpp +++ b/examples/api/linear_arith-new.cpp @@ -2,7 +2,7 @@ /*! \file linear_arith-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/sets-new.cpp b/examples/api/sets-new.cpp index 94ce9d9a8..6c0352302 100644 --- a/examples/api/sets-new.cpp +++ b/examples/api/sets-new.cpp @@ -2,7 +2,7 @@ /*! \file sets-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/examples/api/strings-new.cpp b/examples/api/strings-new.cpp index 432ee7b80..a9c6dd491 100644 --- a/examples/api/strings-new.cpp +++ b/examples/api/strings-new.cpp @@ -2,7 +2,7 @@ /*! \file strings-new.cpp ** \verbatim ** Top contributors (to current version): - ** Aina Niemetz + ** Aina Niemetz, Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/src/options/bool_to_bv_mode.cpp b/src/options/bool_to_bv_mode.cpp index b8fc4cb83..12fd3c1f9 100644 --- a/src/options/bool_to_bv_mode.cpp +++ b/src/options/bool_to_bv_mode.cpp @@ -2,7 +2,7 @@ /*! \file bool_to_bv_mode.cpp ** \verbatim ** Top contributors (to current version): - ** Makai Mann, Tim King, Morgan Deters + ** Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/src/options/bool_to_bv_mode.h b/src/options/bool_to_bv_mode.h index 4e15f930b..e45060872 100644 --- a/src/options/bool_to_bv_mode.h +++ b/src/options/bool_to_bv_mode.h @@ -2,7 +2,7 @@ /*! \file bool_to_bv_mode.h ** \verbatim ** Top contributors (to current version): - ** Makai Mann, Tim King, Morgan Deters + ** Makai Mann ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/src/preprocessing/passes/sep_skolem_emp.cpp b/src/preprocessing/passes/sep_skolem_emp.cpp index e787fe08c..a81dbb4b5 100644 --- a/src/preprocessing/passes/sep_skolem_emp.cpp +++ b/src/preprocessing/passes/sep_skolem_emp.cpp @@ -2,7 +2,7 @@ /*! \file sep_skolem_emp.cpp ** \verbatim ** Top contributors (to current version): - ** Yoni Zohar, Andrew Reynolds, Paul Meng + ** Yoni Zohar, Andrew Reynolds ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/src/theory/fp/theory_fp.cpp b/src/theory/fp/theory_fp.cpp index 4652f62d1..9dae2a5c3 100644 --- a/src/theory/fp/theory_fp.cpp +++ b/src/theory/fp/theory_fp.cpp @@ -2,7 +2,7 @@ /*! \file theory_fp.cpp ** \verbatim ** Top contributors (to current version): - ** Martin Brain, Andrew Reynolds, Tim King + ** Martin Brain, Andres Noetzli, Andrew Reynolds ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/src/theory/theory_model_builder.cpp b/src/theory/theory_model_builder.cpp index 102979056..7a4a0f041 100644 --- a/src/theory/theory_model_builder.cpp +++ b/src/theory/theory_model_builder.cpp @@ -2,7 +2,7 @@ /*! \file theory_model_builder.cpp ** \verbatim ** Top contributors (to current version): - ** Andrew Reynolds, Clark Barrett, Morgan Deters + ** Andrew Reynolds, Clark Barrett, Andres Noetzli ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/test/system/sep_log_api.cpp b/test/system/sep_log_api.cpp index 724166048..c4bf2d507 100644 --- a/test/system/sep_log_api.cpp +++ b/test/system/sep_log_api.cpp @@ -2,7 +2,7 @@ /*! \file sep_log_api.cpp ** \verbatim ** Top contributors (to current version): - ** ayveejay, Paul Meng, Morgan Deters + ** Andrew V. Jones ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations. diff --git a/test/unit/expr/node_manager_white.h b/test/unit/expr/node_manager_white.h index 0e5d550a9..c2888a708 100644 --- a/test/unit/expr/node_manager_white.h +++ b/test/unit/expr/node_manager_white.h @@ -2,7 +2,7 @@ /*! \file node_manager_white.h ** \verbatim ** Top contributors (to current version): - ** Morgan Deters, Tim King, Andres Noetzli + ** Morgan Deters, Andres Noetzli, Tim King ** This file is part of the CVC4 project. ** Copyright (c) 2009-2019 by the authors listed in the file AUTHORS ** in the top-level source directory) and their institutional affiliations.