summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-06-22 14:26:04 -0700
committerGitHub <noreply@github.com>2020-06-22 14:26:04 -0700
commit1a6ef9fe8da8770e05fb9bd05a83d386aba8c1e9 (patch)
treee92c5fcf4030b2bfb3b407b1a37613f1539431b6
parent1a08524c269a583b5d12f0d4c6f88045b44bdbf7 (diff)
get-authors: Add alias for nafur. (#4646)
-rwxr-xr-xcontrib/get-authors1
-rw-r--r--src/util/integer_cln_imp.h2
-rw-r--r--src/util/integer_gmp_imp.h2
-rw-r--r--src/util/rational_cln_imp.h2
-rw-r--r--src/util/rational_gmp_imp.h2
5 files changed, 5 insertions, 4 deletions
diff --git a/contrib/get-authors b/contrib/get-authors
index 80c4f57a5..f25c43989 100755
--- a/contrib/get-authors
+++ b/contrib/get-authors
@@ -62,6 +62,7 @@ while [ $# -gt 0 ]; do
sed 's/makaimann/Makai Mann/' | \
sed 's/Martin Brain/Martin/' | \
sed 's/Martin/Martin Brain/' | \
+ sed 's/nafur/Gereon Kremer/' | \
sed 's/justinxu421/Justin Xu/' | \
sed 's/yoni206/Yoni Zohar/' | \
sed 's/ayveejay/Andrew V. Jones/' | \
diff --git a/src/util/integer_cln_imp.h b/src/util/integer_cln_imp.h
index a6ed6f14a..ff4bcdf69 100644
--- a/src/util/integer_cln_imp.h
+++ b/src/util/integer_cln_imp.h
@@ -2,7 +2,7 @@
/*! \file integer_cln_imp.h
** \verbatim
** Top contributors (to current version):
- ** Tim King, Morgan Deters, Liana Hadarean
+ ** Tim King, Gereon Kremer, 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.
diff --git a/src/util/integer_gmp_imp.h b/src/util/integer_gmp_imp.h
index e42781c5f..5277923f4 100644
--- a/src/util/integer_gmp_imp.h
+++ b/src/util/integer_gmp_imp.h
@@ -2,7 +2,7 @@
/*! \file integer_gmp_imp.h
** \verbatim
** Top contributors (to current version):
- ** Tim King, Liana Hadarean, Morgan Deters
+ ** Tim King, Gereon Kremer, Liana Hadarean
** 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/src/util/rational_cln_imp.h b/src/util/rational_cln_imp.h
index 9b391008a..724698363 100644
--- a/src/util/rational_cln_imp.h
+++ b/src/util/rational_cln_imp.h
@@ -2,7 +2,7 @@
/*! \file rational_cln_imp.h
** \verbatim
** Top contributors (to current version):
- ** Tim King, Morgan Deters, Christopher L. Conway
+ ** Tim King, Gereon Kremer, 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.
diff --git a/src/util/rational_gmp_imp.h b/src/util/rational_gmp_imp.h
index 26315d11d..6054cd793 100644
--- a/src/util/rational_gmp_imp.h
+++ b/src/util/rational_gmp_imp.h
@@ -2,7 +2,7 @@
/*! \file rational_gmp_imp.h
** \verbatim
** Top contributors (to current version):
- ** Tim King, Morgan Deters, Christopher L. Conway
+ ** Tim King, Gereon Kremer, 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.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback