aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2010-11-07 02:24:31 +0000
committerJohannes Schickel2010-11-07 02:24:31 +0000
commit708593c7a03fa3c444d0f15913780e5096d08183 (patch)
tree9c58795ca5a92887157aae742065eb98dff0c909
parent05986f09fd6e67da9b04df0edd23c81a88e3ed23 (diff)
downloadscummvm-rg350-708593c7a03fa3c444d0f15913780e5096d08183.tar.gz
scummvm-rg350-708593c7a03fa3c444d0f15913780e5096d08183.tar.bz2
scummvm-rg350-708593c7a03fa3c444d0f15913780e5096d08183.zip
CREDITS: Add myself to the Infrastructure section (after talking with Max).
svn-id: r54112
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
3 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ac0032aa38..30470de5e7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -242,6 +242,7 @@ ScummVM Team
Max Horn - Backend & Engine APIs, file API, sound mixer,
audiostreams, data structures, etc.
Eugene Sandulenko
+ Johannes Schickel
GUI:
Vicent Marti
diff --git a/gui/credits.h b/gui/credits.h
index 27db435f63..d54e280a37 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -268,6 +268,7 @@ static const char *credits[] = {
"C0""Max Horn",
"C2""Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.",
"C0""Eugene Sandulenko",
+"C0""Johannes Schickel",
"",
"C1""GUI",
"C0""Vicent Marti",
diff --git a/tools/credits.pl b/tools/credits.pl
index 5510032a2e..75f9678cbc 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -761,6 +761,7 @@ begin_credits("Credits");
begin_section("Infrastructure");
add_person("Max Horn", "Fingolfin", "Backend & Engine APIs, file API, sound mixer, audiostreams, data structures, etc.");
add_person("Eugene Sandulenko", "sev", "");
+ add_person("Johannes Schickel", "LordHoto", "");
end_section();
begin_section("GUI");