diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | doc/10.tex | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -97,7 +97,7 @@ ScummVM Team Retired Team Members -------------------- - Tore Anderson - Formed Debian GNU/Linux maintainer + Tore Anderson - Former Debian GNU/Linux maintainer Ralph Brorsen - Help with GUI implementation Jamieson Christian - iMUSE, MIDI, all things musical Vincent Hamm - Co-Founder diff --git a/doc/10.tex b/doc/10.tex index 372a2c525a..0c7f86765a 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -156,7 +156,7 @@ All active team members \item \textbf{\large Retired Team Members} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} - Tore Anderson & \textit{Formed Debian GNU/Linux maintainer}\\ + Tore Anderson & \textit{Former Debian GNU/Linux maintainer}\\ Ralph Brorsen & \textit{Help with GUI implementation}\\ Jamieson Christian & \textit{iMUSE, MIDI, all things musical}\\ Vincent Hamm & \textit{Co-Founder}\\ diff --git a/gui/credits.h b/gui/credits.h index 6647b7b28f..1a4a69cf88 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -100,7 +100,7 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c1""Retired Team Members", "\\C\\c0""Tore Anderson", -"\\C\\c2""Formed Debian GNU/Linux maintainer", +"\\C\\c2""Former Debian GNU/Linux maintainer", "\\C\\c0""Ralph Brorsen", "\\C\\c2""Help with GUI implementation", "\\C\\c0""Jamieson Christian", diff --git a/tools/credits.pl b/tools/credits.pl index 7262cd795e..ddab381008 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -549,7 +549,7 @@ begin_credits("Credits"); begin_section("Retired Team Members"); begin_persons(); - add_person("Tore Anderson", "tore", "Formed Debian GNU/Linux maintainer"); + add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer"); add_person("Ralph Brorsen", "painelf", "Help with GUI implementation"); add_person("Jamieson Christian", "jamieson630", "iMUSE, MIDI, all things musical"); add_person('Vincent Hamm', 'yazoo', "Co-Founder"); |