aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-12-01 21:50:34 +0000
committerMax Horn2008-12-01 21:50:34 +0000
commit46482b4de803db684141226dfd714b1eb8be83ae (patch)
tree5b564e8a7cf918582567fac96e88e815a8a84bf8
parent3bdef4f9a26b2e86b83f15e3caa990c5d7256527 (diff)
downloadscummvm-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--AUTHORS2
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 1cfa31e5ad..ac1e25eac5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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();