Skip to content

Commit

Permalink
Add contributors once in a long while...
Browse files Browse the repository at this point in the history
  • Loading branch information
tibirna committed Jan 28, 2024
1 parent 439c7b8 commit 1d3acd4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/mainimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ void MainImpl::ActAbout_activated() {
static const char* aboutMsg =
"<p><b>QGit version " PACKAGE_VERSION "</b></p>"
"<p>Copyright (c) 2005-2008 Marco Costalba<br>"
"Copyright (c) 2011-2022 <a href='mailto:[email protected]'>Cristian Tibirna</a></p>"
"Copyright (c) 2011-2024 <a href='mailto:[email protected]'>Cristian Tibirna</a></p>"
"<p>Use and redistribute under the terms of the<br>"
"<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\">GNU General Public License Version 2</a></p>"
"<p>Contributors:<br>"
Expand Down Expand Up @@ -2198,7 +2198,7 @@ void MainImpl::ActAbout_activated() {
"<nobr>2018 <a href='mailto:[email protected]'>Andreas Sturmlechner</a>,</nobr> "
"<nobr>2018 <a href='mailto:[email protected]'>David Edmundson</a>,</nobr> "
"<nobr>2016-2018 <a href='mailto:[email protected]'>Robert Haschke</a>,</nobr> "
"<nobr>2018-2022 <a href='mailto:[email protected]'>Filipe Rinaldi</a>,</nobr> "
"<nobr>2018-2024 <a href='mailto:[email protected]'>Filipe Rinaldi</a>,</nobr> "
"<nobr>2018 <a href='mailto:[email protected]'>Mateusz Balbus</a>,</nobr> "
"<nobr>2019-2022 <a href='mailto:[email protected]'>Sebastian Pipping</a>,</nobr> "
"<nobr>2019-2020 <a href='mailto:[email protected]'>Matthias von Faber</a>,</nobr> "
Expand All @@ -2209,6 +2209,9 @@ void MainImpl::ActAbout_activated() {
"<nobr>2020 <a href='mailto:[email protected]'>Yichao Yu</a>,</nobr> "
"<nobr>2021 <a href='mailto:[email protected]'>Karl Robillard</a></nobr> "
"<nobr>2021 <a href='mailto:[email protected]'>Vitaly Chesnokov</a></nobr> "
"<nobr>2022 <a href='mailto:[email protected]'>Frank Dietrich</a></nobr> "
"<nobr>2023 <a href='mailto:[email protected]'>Danilo Treffiletti</a></nobr> "
"<nobr>2023 <a href='mailto:[email protected]'>Magnus Holmgren</a></nobr> "
"</p>"

"<p>This version was compiled against Qt " QT_VERSION_STR "</p>";
Expand Down

0 comments on commit 1d3acd4

Please sign in to comment.