summaryrefslogtreecommitdiff
path: root/examples/api/python/strings.py
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 /examples/api/python/strings.py
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 'examples/api/python/strings.py')
-rw-r--r--[-rwxr-xr-x]examples/api/python/strings.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/examples/api/python/strings.py b/examples/api/python/strings.py
index 58a6f6508..c007b4bb5 100755..100644
--- a/examples/api/python/strings.py
+++ b/examples/api/python/strings.py
@@ -1,19 +1,19 @@
#!/usr/bin/env python
-
#####################
-#! \file strings.py
-## \verbatim
+## strings.py
## Top contributors (to current version):
-## Makai Mann
+## Makai Mann, Andres Noetzli
## This file is part of the CVC4 project.
-## Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
-## in the top-level source directory) and their institutional affiliations.
+## 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.\endverbatim
+## directory for licensing information.
##
-## \brief A simple demonstration of the solving capabilities of the CVC4
+## A simple demonstration of the solving capabilities of the CVC4
## strings solver through the Python API. This is a direct translation
## of strings-new.cpp.
+##
+
import pycvc4
from pycvc4 import kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback