aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-11 11:10:40 +0000
committerEugene Sandulenko2006-06-11 11:10:40 +0000
commitd8e25897d3d598e6d940fe6d9e1d40a39f7ed32a (patch)
tree3dfe147e71beb9583684f7fca690d05a3da9399f /tools
parent8acb3f9e88263cc7382695b392bdbef78fe47e9f (diff)
downloadscummvm-rg350-d8e25897d3d598e6d940fe6d9e1d40a39f7ed32a.tar.gz
scummvm-rg350-d8e25897d3d598e6d940fe6d9e1d40a39f7ed32a.tar.bz2
scummvm-rg350-d8e25897d3d598e6d940fe6d9e1d40a39f7ed32a.zip
Add Joachim as documentation writer
svn-id: r23025
Diffstat (limited to 'tools')
-rwxr-xr-xtools/credits.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 7f97235040..35e91d2ce8 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -571,6 +571,10 @@ begin_credits("Credits");
add_paragraph("All active team members");
end_section();
+ begin_section("Documentation");
+ add_person("Joachim Eberhard", "joachimeberhard", "");
+ end_section();
+
begin_section("Retired Team Members");
begin_persons();
add_person("Tore Anderson", "tore", "Former Debian GNU/Linux maintainer");
@@ -683,7 +687,6 @@ begin_credits("Credits");
add_person("Kevin Carnes", "", "For Scumm16, the basis of ScummVM's older gfx codecs");
add_person("Patrick Combet", "Dorian Gray", "For the original Gobliiins ADL player");
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
- add_person("Joachim Eberhard", "joachimeberhard", "For numerous contributions to documentation");
add_person("", "Jezar", "For his freeverb filter implementation");
add_person("Jim Leiterman", "", "Various info on his FM-TOWNS/Marty SCUMM ports");
add_person("", "lloyd", "For deep tech details about C64 Zak & MM");