diff options
author | Eugene Sandulenko | 2009-08-22 12:35:49 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-08-22 12:35:49 +0000 |
commit | 70b7ebb33901d3dff5426c1c2fa12bc5087b721a (patch) | |
tree | f59df4da0c5ee5951edeac8cebd921c022592811 /tools | |
parent | ea87405ae412c7c4275cc1966750b817e44e255a (diff) | |
download | scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.tar.gz scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.tar.bz2 scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.zip |
Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index ad006b2aee..dbe098a652 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -646,6 +646,10 @@ begin_credits("Credits"); add_person("Oystein Eftevaag", "vinterstum", ""); end_section(); + begin_section("LinuxMoto"); + add_person("Lubomyr Lisen", "", ""); + end_section(); + begin_section("Maemo"); add_person("Frantisek Dufka", "fanoush", ""); end_section(); |