diff options
author | Max Horn | 2006-01-30 19:08:26 +0000 |
---|---|---|
committer | Max Horn | 2006-01-30 19:08:26 +0000 |
commit | d985e24bf9f5061f38b1f575d259ecc998178c10 (patch) | |
tree | eb6773ad44d65ceab2cccd0c18393e90ff3c4e4a | |
parent | afaf1d0ab92e9d4f688170ed6acbef8cefbf2f0c (diff) | |
download | scummvm-rg350-d985e24bf9f5061f38b1f575d259ecc998178c10.tar.gz scummvm-rg350-d985e24bf9f5061f38b1f575d259ecc998178c10.tar.bz2 scummvm-rg350-d985e24bf9f5061f38b1f575d259ecc998178c10.zip |
Updated credits (Debian package maintainer: Tore -> Tao
svn-id: r20312
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | doc/10.tex | 3 | ||||
-rw-r--r-- | gui/credits.h | 4 | ||||
-rwxr-xr-x | tools/credits.pl | 3 |
4 files changed, 9 insertions, 4 deletions
@@ -97,6 +97,7 @@ ScummVM Team Retired Team Members -------------------- + Tore Anderson - Formed Debian GNU/Linux maintainer Ralph Brorsen - Help with GUI implementation Jamieson Christian - iMUSE, MIDI, all things musical Vincent Hamm - Co-Founder @@ -120,7 +121,7 @@ Other contributions Stefan Parviainen Debian GNU/Linux: - Tore Anderson + David Weinehall Fedora / RedHat: Willem Jan Palenstijn diff --git a/doc/10.tex b/doc/10.tex index d41973ecaa..372a2c525a 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -156,6 +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}\\ Ralph Brorsen & \textit{Help with GUI implementation}\\ Jamieson Christian & \textit{iMUSE, MIDI, all things musical}\\ Vincent Hamm & \textit{Co-Founder}\\ @@ -189,7 +190,7 @@ All active team members \item \textbf{ Debian GNU/Linux} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} - Tore Anderson & \textit{}\\ + David Weinehall & \textit{}\\ \end{tabular} \end{list} \item \textbf{ Fedora / RedHat} diff --git a/gui/credits.h b/gui/credits.h index 7baac52e69..6647b7b28f 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -99,6 +99,8 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c0""", "\\C\\c1""Retired Team Members", +"\\C\\c0""Tore Anderson", +"\\C\\c2""Formed Debian GNU/Linux maintainer", "\\C\\c0""Ralph Brorsen", "\\C\\c2""Help with GUI implementation", "\\C\\c0""Jamieson Christian", @@ -132,7 +134,7 @@ static const char *credits[] = { "\\C\\c0""Stefan Parviainen", "\\C\\c0""", "\\C\\c1""Debian GNU/Linux", -"\\C\\c0""Tore Anderson", +"\\C\\c0""David Weinehall", "\\C\\c0""", "\\C\\c1""Fedora / RedHat", "\\C\\c0""Willem Jan Palenstijn", diff --git a/tools/credits.pl b/tools/credits.pl index a9022d8b6a..7262cd795e 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -549,6 +549,7 @@ begin_credits("Credits"); begin_section("Retired Team Members"); begin_persons(); + add_person("Tore Anderson", "tore", "Formed 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"); @@ -577,7 +578,7 @@ begin_credits("Credits"); end_section(); begin_section("Debian GNU/Linux"); - add_person("Tore Anderson", "tore", ""); + add_person("David Weinehall", "tao", ""); end_section(); begin_section("Fedora / RedHat"); |