aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2008-04-10 19:08:27 +0000
committerEugene Sandulenko2008-04-10 19:08:27 +0000
commit950e9e6d445c96b1e0e8364f7f06bbfb75e0ea5e (patch)
tree0dd40e8acdc8da7c8f583f52155367832581fc88
parent1bdc515880cbb9b7cfd49b145a5b2c707422653a (diff)
downloadscummvm-rg350-950e9e6d445c96b1e0e8364f7f06bbfb75e0ea5e.tar.gz
scummvm-rg350-950e9e6d445c96b1e0e8364f7f06bbfb75e0ea5e.tar.bz2
scummvm-rg350-950e9e6d445c96b1e0e8364f7f06bbfb75e0ea5e.zip
Don't mention EPOC as deonted in bug #1939634: "Web site should not mention EPOC"
svn-id: r31470
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index e7023de169..c5fd296a73 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -244,7 +244,7 @@ Other contributions
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
- Andreas Karlsson - Initial port for EPOC/SymbianOS
+ Andreas Karlsson - Initial port for SymbianOS
Claudio Matsuoka - Daily Linux builds
Thomas Mayer - PSP port contributions
Sean Murray - ScummVM tools GUI application (GSoC 2007 task)
diff --git a/gui/credits.h b/gui/credits.h
index 165e3f61bb..1735a73fed 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -280,7 +280,7 @@ static const char *credits[] = {
"\\C\\c0""Jeroen Janssen",
"\\C\\c2""Numerous readability and bugfix patches",
"\\C\\c0""Andreas Karlsson",
-"\\C\\c2""Initial port for EPOC/SymbianOS",
+"\\C\\c2""Initial port for SymbianOS",
"\\C\\c0""Claudio Matsuoka",
"\\C\\c2""Daily Linux builds",
"\\C\\c0""Thomas Mayer",
diff --git a/tools/credits.pl b/tools/credits.pl
index 03caca663e..dca380b92b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -753,7 +753,7 @@ begin_credits("Credits");
add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
add_person("Kovács Endre János", "", "Several fixes for Simon1");
add_person("Jeroen Janssen", "japj", "Numerous readability and bugfix patches");
- add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
+ add_person("Andreas Karlsson", "Sprawl", "Initial port for 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)");