summaryrefslogtreecommitdiff
path: root/examples/api/python
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-12-02 19:55:00 -0800
committerAina Niemetz <aina.niemetz@gmail.com>2020-12-02 19:55:00 -0800
commit92e9feab5f417fbbd3ac07d47fe9b6b49f5c4168 (patch)
treec7c533d12e91b68d350d5dcc5e77441a831f69a9 /examples/api/python
parent3a8e2f4e52f4debfb8eb6fb9c49934a66d742ec9 (diff)
Update copyright headers.
Diffstat (limited to 'examples/api/python')
-rw-r--r--examples/api/python/combination.py2
-rw-r--r--examples/api/python/linear_arith.py2
-rw-r--r--examples/api/python/sequences.py2
-rw-r--r--examples/api/python/sets.py2
-rw-r--r--examples/api/python/strings.py2
-rw-r--r--examples/api/python/sygus-fun.py2
-rw-r--r--examples/api/python/sygus-grammar.py2
-rw-r--r--examples/api/python/sygus-inv.py2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/api/python/combination.py b/examples/api/python/combination.py
index f063d8c4e..7733437a1 100644
--- a/examples/api/python/combination.py
+++ b/examples/api/python/combination.py
@@ -2,7 +2,7 @@
#####################
## combination.py
## Top contributors (to current version):
-## Makai Mann, Aina Niemetz, Andrew Reynolds
+## Makai Mann, Mudathir Mohamed, 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.
diff --git a/examples/api/python/linear_arith.py b/examples/api/python/linear_arith.py
index 94ce730a3..f539d1e05 100644
--- a/examples/api/python/linear_arith.py
+++ b/examples/api/python/linear_arith.py
@@ -2,7 +2,7 @@
#####################
## linear_arith.py
## Top contributors (to current version):
-## Makai Mann, Aina Niemetz
+## Makai Mann, Mudathir Mohamed, 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.
diff --git a/examples/api/python/sequences.py b/examples/api/python/sequences.py
index 7ed5448cd..9e3e45dc2 100644
--- a/examples/api/python/sequences.py
+++ b/examples/api/python/sequences.py
@@ -2,7 +2,7 @@
#####################
## sequences.py
## Top contributors (to current version):
-## Andres Noetzli, Makai Mann
+## Andres Noetzli, Makai Mann, Mudathir Mohamed
## 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.
diff --git a/examples/api/python/sets.py b/examples/api/python/sets.py
index e4350ea1b..5d2f842f5 100644
--- a/examples/api/python/sets.py
+++ b/examples/api/python/sets.py
@@ -2,7 +2,7 @@
#####################
## sets.py
## Top contributors (to current version):
-## Makai Mann, Aina Niemetz
+## Makai Mann, Mudathir Mohamed, 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.
diff --git a/examples/api/python/strings.py b/examples/api/python/strings.py
index 1e85c56bb..518a7b993 100644
--- a/examples/api/python/strings.py
+++ b/examples/api/python/strings.py
@@ -2,7 +2,7 @@
#####################
## strings.py
## Top contributors (to current version):
-## Makai Mann, Andres Noetzli
+## Makai Mann, Mudathir Mohamed, 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.
diff --git a/examples/api/python/sygus-fun.py b/examples/api/python/sygus-fun.py
index a85902961..9fb7f4648 100644
--- a/examples/api/python/sygus-fun.py
+++ b/examples/api/python/sygus-fun.py
@@ -2,7 +2,7 @@
#####################
## sygus-fun.py
## Top contributors (to current version):
-## Yoni Zohar, Andres Noetzli
+## Yoni Zohar, Andres Noetzli, Mudathir Mohamed
## Copyright (c) 2009-2018 by the authors listed in the file AUTHkinds.OrS
## This file is part of the CVC4 project.
## Copyright (c) 2009-2020 by the authors listed in the file AUTHORS
diff --git a/examples/api/python/sygus-grammar.py b/examples/api/python/sygus-grammar.py
index cfa342f35..1410e6739 100644
--- a/examples/api/python/sygus-grammar.py
+++ b/examples/api/python/sygus-grammar.py
@@ -2,7 +2,7 @@
#####################
## sygus-grammar.py
## Top contributors (to current version):
-## Yoni Zohar
+## Yoni Zohar, Mudathir Mohamed
## 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.
diff --git a/examples/api/python/sygus-inv.py b/examples/api/python/sygus-inv.py
index 4e7465382..ac28f8f1b 100644
--- a/examples/api/python/sygus-inv.py
+++ b/examples/api/python/sygus-inv.py
@@ -2,7 +2,7 @@
#####################
## sygus-inv.py
## Top contributors (to current version):
-## Yoni Zohar
+## Yoni Zohar, Mudathir Mohamed
## 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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback