aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bénony2015-12-02 14:50:40 +0100
committerVincent Bénony2016-01-06 16:17:25 +0100
commit4ab1382e8b9e6eda601d37cdb3a3d49aacd5715f (patch)
tree2cf358b992539d85163d1759131ed966215555b2
parent433808b7dc1ba624a2b65558f7f1da921c19d316 (diff)
downloadscummvm-rg350-4ab1382e8b9e6eda601d37cdb3a3d49aacd5715f.tar.gz
scummvm-rg350-4ab1382e8b9e6eda601d37cdb3a3d49aacd5715f.tar.bz2
scummvm-rg350-4ab1382e8b9e6eda601d37cdb3a3d49aacd5715f.zip
IOS: Adds my name to the contributors list
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl3
-rw-r--r--gui/credits.h4
3 files changed, 7 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 8f814fde5e..0fedab3d42 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -287,8 +287,9 @@ ScummVM Team
GPH Devices (GP2X, GP2XWiz & Caanoo):
John Willis
- iPhone:
+ iPhone / iPad:
Oystein Eftevaag
+ Vincent Benony
LinuxMoto:
Lubomyr Lisen
diff --git a/devtools/credits.pl b/devtools/credits.pl
index f5d8542ae8..9fa28ed3e4 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -826,8 +826,9 @@ begin_credits("Credits");
add_person("John Willis", "DJWillis", "");
end_section();
- begin_section("iPhone");
+ begin_section("iPhone / iPad");
add_person("Oystein Eftevaag", "vinterstum", "");
+ add_person("Vincent Bénony", "bSr43", "");
end_section();
begin_section("LinuxMoto");
diff --git a/gui/credits.h b/gui/credits.h
index 2e66a7065e..ea42a06a94 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -351,8 +351,10 @@ static const char *credits[] = {
"C1""GPH Devices (GP2X, GP2XWiz & Caanoo)",
"C0""John Willis",
"",
-"C1""iPhone",
+"C1""iPhone / iPad",
"C0""Oystein Eftevaag",
+"A0""Vincent Benony",
+"C0""Vincent B\351nony",
"",
"C1""LinuxMoto",
"C0""Lubomyr Lisen",