aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--COPYRIGHT1
-rwxr-xr-xdevtools/credits.pl1
-rw-r--r--gui/credits.h2
4 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b28cd55fb4..cf345984c6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -477,6 +477,7 @@ Other contributions
Daniel Schepler - Final MI1 CD music support, initial Ogg Vorbis
support
Andre Souza - SDL-based OpenGL renderer
+ Tom Frost - WebOS port contributions
FreeSCI Contributors
--------------------
diff --git a/COPYRIGHT b/COPYRIGHT
index e0a7aa90fb..9de8ac6492 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -213,3 +213,4 @@ Xanathar "xanathar"
Grant Yeager "glo_kidd"
Benjamin W. Zale "junior_aepi"
Yotam Barnoy "bluddy"
+Tom Frost "TomFrost"
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 86ba7412fa..73e66c21a7 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1000,6 +1000,7 @@ begin_credits("Credits");
add_person("Edward Rudd", "urkle", "Fixes for playing MP3 versions of MI1/Loom audio");
add_person("Daniel Schepler", "dschepler", "Final MI1 CD music support, initial Ogg Vorbis support");
add_person("André Souza", "luke_br", "SDL-based OpenGL renderer");
+ add_person("Tom Frost", "TomFrost", "WebOS port contributions");
end_persons();
end_section();
diff --git a/gui/credits.h b/gui/credits.h
index dd839c2c3b..77ec4f4707 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -567,6 +567,8 @@ static const char *credits[] = {
"C2""Final MI1 CD music support, initial Ogg Vorbis support",
"C0""Andr\351 Souza",
"C2""SDL-based OpenGL renderer",
+"C0""Tom Frost",
+"C2""WebOS port contributions",
"",
"C1""FreeSCI Contributors",
"C0""Francois-R Boyer",