summaryrefslogtreecommitdiff
path: root/test/api
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2020-09-22 09:51:56 -0700
committerGitHub <noreply@github.com>2020-09-22 09:51:56 -0700
commite3cd4670a080554e4ae1f2f26ee4353d11f02f6b (patch)
treebf03ce325ee971b155fe509182c4ba75bf5a2ba2 /test/api
parente969318f12d4e8ee01b12933e9e60fafafd96963 (diff)
Update copyright header script to support CMake and Python files (#5067)
This PR updates the update-copyright.pl script to also update/add copyright headers to CMake specific files. It further fixes a small typo in the header.
Diffstat (limited to 'test/api')
-rw-r--r--test/api/CMakeLists.txt10
-rw-r--r--test/api/boilerplate.cpp4
-rw-r--r--[-rwxr-xr-x]test/api/interactive_shell.py10
-rw-r--r--test/api/issue4889.cpp2
-rw-r--r--test/api/issue5074.cpp2
-rw-r--r--test/api/ouroborous.cpp2
-rw-r--r--test/api/reset_assertions.cpp2
-rw-r--r--test/api/sep_log_api.cpp4
-rw-r--r--test/api/smt2_compliance.cpp2
-rw-r--r--test/api/statistics.cpp4
-rw-r--r--test/api/two_solvers.cpp6
11 files changed, 34 insertions, 14 deletions
diff --git a/test/api/CMakeLists.txt b/test/api/CMakeLists.txt
index 4a7d977ca..34a18d9b2 100644
--- a/test/api/CMakeLists.txt
+++ b/test/api/CMakeLists.txt
@@ -1,3 +1,13 @@
+#####################
+## CMakeLists.txt
+## Top contributors (to current version):
+## Aina Niemetz, Andrew V. Jones, Andres Noetzli
+## This file is part of the CVC4 project.
+## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
+## in the top-level source directory and their institutional affiliations.
+## All rights reserved. See the file COPYING in the top-level source
+## directory for licensing information.
+##
include_directories(.)
include_directories(${PROJECT_SOURCE_DIR}/src)
include_directories(${PROJECT_SOURCE_DIR}/src/include)
diff --git a/test/api/boilerplate.cpp b/test/api/boilerplate.cpp
index 315cec7bf..9fd8b456d 100644
--- a/test/api/boilerplate.cpp
+++ b/test/api/boilerplate.cpp
@@ -2,10 +2,10 @@
/*! \file boilerplate.cpp
** \verbatim
** Top contributors (to current version):
- ** Morgan Deters, Aina Niemetz
+ ** Andres Noetzli, Morgan Deters
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/interactive_shell.py b/test/api/interactive_shell.py
index 3cc9953ee..81dcae8a8 100755..100644
--- a/test/api/interactive_shell.py
+++ b/test/api/interactive_shell.py
@@ -1,4 +1,14 @@
#!/usr/bin/env python3
+#####################
+## interactive_shell.py
+## Top contributors (to current version):
+## Andrew V. Jones
+## This file is part of the CVC4 project.
+## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
+## in the top-level source directory and their institutional affiliations.
+## All rights reserved. See the file COPYING in the top-level source
+## directory for licensing information.
+##
#####################
#! \file interactive_shell.py
diff --git a/test/api/issue4889.cpp b/test/api/issue4889.cpp
index b09b639a9..bb2ff304e 100644
--- a/test/api/issue4889.cpp
+++ b/test/api/issue4889.cpp
@@ -5,7 +5,7 @@
** Andrew Reynolds
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/issue5074.cpp b/test/api/issue5074.cpp
index b39701f6b..82e2d9f7e 100644
--- a/test/api/issue5074.cpp
+++ b/test/api/issue5074.cpp
@@ -5,7 +5,7 @@
** Andres Noetzli
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/ouroborous.cpp b/test/api/ouroborous.cpp
index ef360628a..5ddc3ec26 100644
--- a/test/api/ouroborous.cpp
+++ b/test/api/ouroborous.cpp
@@ -5,7 +5,7 @@
** Morgan Deters, Aina Niemetz, Tim King
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/reset_assertions.cpp b/test/api/reset_assertions.cpp
index dc9bd24f6..73629a0d0 100644
--- a/test/api/reset_assertions.cpp
+++ b/test/api/reset_assertions.cpp
@@ -5,7 +5,7 @@
** Andres Noetzli
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/sep_log_api.cpp b/test/api/sep_log_api.cpp
index 9341310a3..f0a55cf79 100644
--- a/test/api/sep_log_api.cpp
+++ b/test/api/sep_log_api.cpp
@@ -2,10 +2,10 @@
/*! \file sep_log_api.cpp
** \verbatim
** Top contributors (to current version):
- ** Andrew V. Jones
+ ** Andrew V. Jones, Andres Noetzli
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/smt2_compliance.cpp b/test/api/smt2_compliance.cpp
index 340326e40..6f474e24f 100644
--- a/test/api/smt2_compliance.cpp
+++ b/test/api/smt2_compliance.cpp
@@ -5,7 +5,7 @@
** Aina Niemetz, Morgan Deters, Tim King
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/statistics.cpp b/test/api/statistics.cpp
index 234246112..0bc89d47a 100644
--- a/test/api/statistics.cpp
+++ b/test/api/statistics.cpp
@@ -2,10 +2,10 @@
/*! \file statistics.cpp
** \verbatim
** Top contributors (to current version):
- ** Morgan Deters, Aina Niemetz, Tim King
+ ** Morgan Deters, Andres Noetzli, Aina Niemetz
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. See the file COPYING in the top-level source
** directory for licensing information.\endverbatim
**
diff --git a/test/api/two_solvers.cpp b/test/api/two_solvers.cpp
index c5bea4860..6f7411d78 100644
--- a/test/api/two_solvers.cpp
+++ b/test/api/two_solvers.cpp
@@ -1,11 +1,11 @@
/********************* */
-/*! \file two_smt_engines.cpp
+/*! \file two_solvers.cpp
** \verbatim
** Top contributors (to current version):
- ** Morgan Deters, Aina Niemetz
+ ** Andres Noetzli, Morgan Deters
** This file is part of the CVC4 project.
** Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
- ** in the top-level source directory) and their institutional affiliations.
+ ** in the top-level source directory and their institutional affiliations.
** All rights reserved. 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