Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Authors:

Johannes Holke <johannes.holke@dlr.de>
Johannes Albrecht Holke <johannes.holke@dlr.de>
David Knapp <davidknapp1@gmx.de>
Sandro Elsweijer <sandro.elsweijer@gmail.com>
Ioannis Lilikakis <i.Lilikakis@fz-juelich.de>
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: software
authors:
#Authors
- given-names: Johannes
family-names: Holke
family-names: Albrecht Holke
email: Johannes.Holke@dlr.de
affiliation: "German Aerospace Center (DLR)"
orcid: "https://orcid.org/0000-0002-2783-3286"
Expand Down
2 changes: 1 addition & 1 deletion doc/author_holke.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
I place my contributions to t8code from 08/01/2017 to 03/31/2018 under the FreeBSD license. Johannes Holke (holke@ins.uni-bonn.de)

I place my contributions to t8code starting from 14/05/2018 under the FreeBSD license. Johannes Holke (johannes.holke@dlr.de)
I place my contributions to t8code starting from 14/05/2018 under the FreeBSD license. Johannes Albrecht Holke (johannes.holke@dlr.de)
4 changes: 2 additions & 2 deletions doc/source/conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import subprocess, os

project = '@PACKAGE_NAME@'
copyright = '2024, Johannes Holke, David Knapp, Sandro Elsweijer, Ioannis Lilikakis, Lukas Dreyer, Jakob Fußbroich, Carsten Burstedde, Chiara Hergl, Johannes Markert, Niklas Boeing, Florian Becker, Prasanna Ponnusamy'
author = 'Johannes Holke, David Knapp, Sandro Elsweijer, Ioannis Lilikakis, Lukas Dreyer, Jakob Fußbroich, Carsten Burstedde, Chiara Hergl, Johannes Markert, Niklas Boeing, Florian Becker, Prasanna Ponnusamy'
author = 'Johannes Albrecht Holke, David Knapp, Sandro Elsweijer, Ioannis Lilikakis, Lukas Dreyer, Jakob Fußbroich, Carsten Burstedde, Chiara Hergl, Johannes Markert, Niklas Boeing, Florian Becker, Prasanna Ponnusamy'
version = '@VERSION@'
doxyfile_out = '@DOXYFILE_OUT@'

Expand Down Expand Up @@ -97,4 +97,4 @@ exhale_args = {
primary_domain = 'cpp'

# Tell sphinx what the pygments highlight language should be.
highlight_language = 'cpp'
highlight_language = 'cpp'
Loading