diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -730,6 +730,6 @@ Special thanks to Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the - two Lost Files of Sherlock Holmes games. Mr Ferguson and sirlemonhead for - their tenacious efforts to recover the sources. + two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry + Duncan for their tenacious efforts to recover the sources. diff --git a/devtools/credits.pl b/devtools/credits.pl index 916f6e33b3..831f87e9e6 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1301,7 +1301,7 @@ begin_credits("Credits"); add_paragraph( "Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of ". "Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. ". - "Mr Ferguson and sirlemonhead for their tenacious efforts to recover the sources."); + "James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources."); end_section(); diff --git a/gui/credits.h b/gui/credits.h index ad381b0618..d26f954949 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -881,7 +881,7 @@ static const char *credits[] = { "C0""", "C0""Bob Bell, Michel Kripalani, Tommy Yune, from Presto Studios for providing the source code of The Journeyman Project: Pegasus Prime.", "C0""", -"C0""Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. Mr Ferguson and sirlemonhead for their tenacious efforts to recover the sources.", +"C0""Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.", "C0""", "", }; |