aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
3 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 657cdeb89c..269ac9e26c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -246,6 +246,7 @@ Other contributions
Andreas Karlsson - Initial port for EPOC/SymbianOS
Claudio Matsuoka - Daily Linux builds
Thomas Mayer - PSP port contributions
+ Sean Murray - ScummVM tools GUI application (GSoC 2007 task)
n0p - Windows CE port aspect ratio correction scaler
and right click input method
Mikesch Nepomuk - MI1 VGA floppy patches
diff --git a/gui/credits.h b/gui/credits.h
index 576f0826aa..22bb93d67c 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -283,6 +283,8 @@ static const char *credits[] = {
"\\C\\c2""Daily Linux builds",
"\\C\\c0""Thomas Mayer",
"\\C\\c2""PSP port contributions",
+"\\C\\c0""Sean Murray",
+"\\C\\c2""ScummVM tools GUI application (GSoC 2007 task)",
"\\C\\c0""n0p",
"\\C\\c2""Windows CE port aspect ratio correction scaler and right click input method",
"\\C\\c0""Mikesch Nepomuk",
diff --git a/tools/credits.pl b/tools/credits.pl
index a0d29904c0..9c40ccca36 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -756,6 +756,7 @@ begin_credits("Credits");
add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
add_person("Claudio Matsuoka", "", "Daily Linux builds");
add_person("Thomas Mayer", "", "PSP port contributions");
+ add_person("Sean Murray", "lightcast", "ScummVM tools GUI application (GSoC 2007 task)");
add_person("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method");
add_person("Mikesch Nepomuk", "mnepomuk", "MI1 VGA floppy patches");
add_person("Nicolas Noble", "pixels", "Config file and ALSA support");