aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--COPYRIGHT2
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
4 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index c400b02164..cb84d7491d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ ScummVM Team
AGI:
Stuart George
+ Matthew Hoops
Filippos Karapetis
Pawel Kolodziejski
Eugene Sandulenko
diff --git a/COPYRIGHT b/COPYRIGHT
index cf585143dc..f4d1ce1e4f 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -32,6 +32,7 @@ Benjamin Haisch
Vincent Hamm
Sven Hesse
Jochen Hoenicke
+Matthew Hoops
Max Horn
Travis Howell
Janne Huttunen
@@ -108,7 +109,6 @@ Matti Hamalainen "ccrtnsp"
Matt Hargett "matt_hargett"
Stefan Haubenthal "polluks"
Alexander Holler "holler"
-Matthew Hoops "clone2727"
Falk Hueffner "mellum"
Casey Hutchinson "nnooiissee"
Gregor Jasny "gjasny"
diff --git a/gui/credits.h b/gui/credits.h
index fba9350bca..0c53f04ca8 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -27,6 +27,7 @@ static const char *credits[] = {
"\\C\\c0""",
"\\C\\c1""AGI",
"\\C\\c0""Stuart George",
+"\\C\\c0""Matthew Hoops",
"\\C\\c0""Filippos Karapetis",
"\\C\\c0""Pawel Kolodziejski",
"\\C\\c0""Eugene Sandulenko",
diff --git a/tools/credits.pl b/tools/credits.pl
index 7a1bebbed3..8de57ab4f5 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -484,6 +484,7 @@ begin_credits("Credits");
begin_section("AGI");
add_person("Stuart George", "darkfiber", "");
+ add_person("Matthew Hoops", "clone2727", "");
add_person("Filippos Karapetis", "[md5]", "");
add_person("Paweł Kołodziejski", "aquadran", "");
add_person("Eugene Sandulenko", "sev", "");