diff options
author | Max Horn | 2008-12-01 21:50:34 +0000 |
---|---|---|
committer | Max Horn | 2008-12-01 21:50:34 +0000 |
commit | 46482b4de803db684141226dfd714b1eb8be83ae (patch) | |
tree | 5b564e8a7cf918582567fac96e88e815a8a84bf8 | |
parent | 3bdef4f9a26b2e86b83f15e3caa990c5d7256527 (diff) | |
download | scummvm-rg350-46482b4de803db684141226dfd714b1eb8be83ae.tar.gz scummvm-rg350-46482b4de803db684141226dfd714b1eb8be83ae.tar.bz2 scummvm-rg350-46482b4de803db684141226dfd714b1eb8be83ae.zip |
News update: Ender stepping down as project lead
svn-id: r35202
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@ ScummVM Team ************ Project Leaders --------------- - James Brown Max Horn Eugene Sandulenko Retired Project Leaders ----------------------- + James Brown Vincent Hamm - ScummVM co-founder, Original Cruise/CinE author Ludvig Strigeus - Original ScummVM and SimonVM author diff --git a/gui/credits.h b/gui/credits.h index 6b673b6fe6..30cb5c7fc4 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -3,11 +3,11 @@ static const char *credits[] = { "C1""ScummVM Team", "", "C1""Project Leaders", -"C0""James Brown", "C0""Max Horn", "C0""Eugene Sandulenko", "", "C1""Retired Project Leaders", +"C0""James Brown", "C0""Vincent Hamm", "C2""ScummVM co-founder, Original Cruise/CinE author", "C0""Ludvig Strigeus", diff --git a/tools/credits.pl b/tools/credits.pl index 1c15b76e0b..eeb9b78e54 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -457,7 +457,6 @@ begin_credits("Credits"); begin_section("ScummVM Team"); begin_section("Project Leaders"); begin_persons(); - add_person("James Brown", "ender", ""); add_person("Max Horn", "Fingolfin", ""); add_person("Eugene Sandulenko", "sev", ""); end_persons(); @@ -465,6 +464,7 @@ begin_credits("Credits"); begin_section("Retired Project Leaders"); begin_persons(); + add_person("James Brown", "ender", ""); add_person("Vincent Hamm", "yaz0r", "ScummVM co-founder, Original Cruise/CinE author"); add_person("Ludvig Strigeus", "ludde", "Original ScummVM and SimonVM author"); end_persons(); |