get-authors: Add alias for nafur. (#4646)
authorAina Niemetz <aina.niemetz@gmail.com>
Mon, 22 Jun 2020 21:26:04 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2020 21:26:04 +0000 (14:26 -0700)
contrib/get-authors
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.h
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.h

index 80c4f57a5ce993b77391b24a90fcf382bbd7bcc7..f25c43989d4eaca61caa89993be1208f0f0d32af 100755 (executable)
@@ -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/' | \
index a6ed6f14a2f976f3a2f84bd82e93259c4a7dfab8..ff4bcdf69c914620ad914240dba0f5beb4be1ded 100644 (file)
@@ -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.
index e42781c5fd1ef9f2fe8c4ab1602c15fca8f87871..5277923f43bd245ee842df39f2cd827e97b8012b 100644 (file)
@@ -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.
index 9b391008a642377b6c2aba4007425f2f0a92398a..72469836319e79f6109b12b33ee2d45c307c4111 100644 (file)
@@ -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.
index 26315d11d3bd61f1d29b88a70bfbe9dc16901ccc..6054cd79391684a2f06e8ec9e0c56e355a8b979e 100644 (file)
@@ -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.