diff options
author | Johannes Schickel | 2010-11-07 02:13:22 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-11-07 02:13:22 +0000 |
commit | 05986f09fd6e67da9b04df0edd23c81a88e3ed23 (patch) | |
tree | c78d7bbcfc28f3a136292c66f7efd7b334a4d819 | |
parent | 025a14b32656e651f376e5cc9a5e09c6d02095d1 (diff) | |
download | scummvm-rg350-05986f09fd6e67da9b04df0edd23c81a88e3ed23.tar.gz scummvm-rg350-05986f09fd6e67da9b04df0edd23c81a88e3ed23.tar.bz2 scummvm-rg350-05986f09fd6e67da9b04df0edd23c81a88e3ed23.zip |
CREDITS: Mark Joachim Eberhard as retired.
svn-id: r54110
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | gui/credits.h | 9 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 17 insertions, 2 deletions
@@ -64,6 +64,13 @@ ScummVM Team Fabio Battaglia - PSX version support Jonathan Gray - (retired) + Broken Sword 2.5: + Eugene Sandulenko + Filippos Karapetis + Max Horn + Paul Gilbert + Torbjorn Andersson + Cinematique evo 1: Vincent Hamm - (retired) Pawel Kolodziejski @@ -265,6 +272,7 @@ ScummVM Team ------------- Thierry Crozat - Numerous contributions to documentation Joachim Eberhard - Numerous contributions to documentation + (retired) Matthew Hoops - Wiki editor Retired Team Members diff --git a/gui/credits.h b/gui/credits.h index a2c3bd681a..27db435f63 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -81,6 +81,13 @@ static const char *credits[] = { "C0""Jonathan Gray", "C2""(retired)", "", +"C1""Broken Sword 2.5", +"C0""Eugene Sandulenko", +"C0""Filippos Karapetis", +"C0""Max Horn", +"C0""Paul Gilbert", +"C0""Torbj\366rn Andersson", +"", "C1""Cinematique evo 1", "C0""Vincent Hamm", "C2""(retired)", @@ -294,7 +301,7 @@ static const char *credits[] = { "C0""Thierry Crozat", "C2""Numerous contributions to documentation", "C0""Joachim Eberhard", -"C2""Numerous contributions to documentation", +"C2""Numerous contributions to documentation (retired)", "C0""Matthew Hoops", "C2""Wiki editor", "", diff --git a/tools/credits.pl b/tools/credits.pl index 67d134d1d5..5510032a2e 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -792,7 +792,7 @@ begin_credits("Credits"); begin_section("Documentation"); begin_persons(); add_person("Thierry Crozat", "criezy", "Numerous contributions to documentation"); - add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation"); + add_person("Joachim Eberhard", "joachimeberhard", "Numerous contributions to documentation (retired)"); add_person("Matthew Hoops", "clone2727", "Wiki editor"); end_persons(); end_section(); |