aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-20 13:12:18 +0100
committerEugene Sandulenko2011-08-20 13:12:18 +0100
commit51fbc7200c3758e526195260d4c705de87f56733 (patch)
tree76aa3da1ec11156fb55c215edffc31045e2a7cff /devtools
parent4294c6c67a0cc13abed0c7894e9ae72803523149 (diff)
downloadscummvm-rg350-51fbc7200c3758e526195260d4c705de87f56733.tar.gz
scummvm-rg350-51fbc7200c3758e526195260d4c705de87f56733.tar.bz2
scummvm-rg350-51fbc7200c3758e526195260d4c705de87f56733.zip
CREDITS: Reflect new team structure
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl17
1 files changed, 16 insertions, 1 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 48ee47dae3..117357485f 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -445,12 +445,27 @@ sub add_paragraph {
begin_credits("Credits");
begin_section("ScummVM Team");
- begin_section("Project Leaders");
+ begin_section("Project Leader");
begin_persons();
add_person("Eugene Sandulenko", "sev", "");
end_persons();
end_section();
+ begin_section("PR Office");
+ begin_persons();
+ add_person("Arnaud Boutonné", "Strangerke", "Public Relations Officer, Project Administrator");
+ add_person("Eugene Sandulenko", "sev", "Project Leader");
+ end_persons();
+ end_section();
+
+ begin_section("Core Team");
+ begin_persons();
+ add_person("Willem Jan Palenstijn", "wjp", "");
+ add_person("Eugene Sandulenko", "sev", "");
+ add_person("Johannes Schickel", "LordHoto", "");
+ end_persons();
+ end_section();
+
begin_section("Retired Project Leaders");
begin_persons();
add_person("James Brown", "ender", "");