diff options
author | Pjotr Prins | 2021-08-02 09:58:34 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-02 09:58:34 +0200 |
commit | 140667153f7ad601af2761e0856c396ce2808a78 (patch) | |
tree | b69c6ab30e2f2a619134aebda23c8f9415e9709c /src | |
parent | 962856a045abfc88efcdea1a162da796773d780b (diff) | |
download | pangemma-140667153f7ad601af2761e0856c396ce2808a78.tar.gz |
* Changed banner to show Copyright (C) 2012–2021, Xiang Zhou, Pjotr Prins and team
Diffstat (limited to 'src')
-rw-r--r-- | src/gemma.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 7177b82..cde40b5 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -2,7 +2,7 @@ Genome-wide Efficient Mixed Model Association (GEMMA) Copyright © 2011-2017, Xiang Zhou Copyright © 2017, Peter Carbonetto - Copyright © 2017-2018, Pjotr Prins + Copyright © 2017-2021, Pjotr Prins This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -82,7 +82,7 @@ void gemma_gsl_error_handler (const char * reason, void GEMMA::PrintHeader(void) { cout << - "GEMMA " << version << " (" << date << ") by Xiang Zhou and team (C) 2012-" << year << endl; + "GEMMA " << version << " (" << date << ") by Xiang Zhou, Pjotr Prins and team (C) 2012-" << year << endl; return; } |