From 1a6ef9fe8da8770e05fb9bd05a83d386aba8c1e9 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Mon, 22 Jun 2020 14:26:04 -0700 Subject: [PATCH] get-authors: Add alias for nafur. (#4646) --- contrib/get-authors | 1 + src/util/integer_cln_imp.h | 2 +- src/util/integer_gmp_imp.h | 2 +- src/util/rational_cln_imp.h | 2 +- src/util/rational_gmp_imp.h | 2 +- 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. -- 2.30.2