aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--RELEASE-NOTES.md5
-rw-r--r--src/gemma.cpp4
3 files changed, 16 insertions, 7 deletions
diff --git a/README.md b/README.md
index a0950cb..da231f3 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ studies.](https://doi.org/10.1101/042846) *Annals of Applied Statistics*, in pre
## License
-Copyright (C) 2012–2020, Xiang Zhou and team.
+Copyright (C) 2012–2021, Xiang Zhou, Pjotr Prins and team.
The *GEMMA* source code repository is free software: you can
redistribute it under the terms of the
@@ -288,9 +288,13 @@ The *GEMMA* software was developed by:
Dept. of Biostatistics<br>
University of Michigan<br>
-Peter Carbonetto, Tim Flutre, Matthew Stephens,
-[Pjotr Prins](http://thebird.nl/) and
-[others](https://github.com/genetics-statistics/GEMMA/graphs/contributors)
-have also contributed to the development of this software.
+and
+
+[Pjotr Prins](http://thebird.nl/)<br>
+Dept. of Genetics, Genomics and Informatics<br>
+University of Tennessee Health Science Center<br>
+
+with contributions from Peter Carbonetto, Tim Flutre, Matthew Stephens,
+and [others](https://github.com/genetics-statistics/GEMMA/graphs/contributors).
[latest_release]: https://github.com/genetics-statistics/GEMMA/releases "Most recent stable releases"
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 4caa169..8348a20 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -4,6 +4,11 @@ see
and
[commits](https://github.com/genetics-statistics/GEMMA/commits/master).
+## ChangeLog v0.99.0 (2021/mm/dd)
+
+* Changed banner to show Copyright (C) 2012–2021, Xiang Zhou, Pjotr Prins and team
+* Fixed tests for new Debian stable release - mostly roundoff confusion
+
## ChangeLog v0.98.4 (2021/01/29)
Maintenance release
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;
}