diff options
author | Yotam Barnoy | 2010-04-12 07:20:54 +0000 |
---|---|---|
committer | Yotam Barnoy | 2010-04-12 07:20:54 +0000 |
commit | 98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc (patch) | |
tree | 4b301c738c73eb091e64fe21d7108fc4a0ce9a1b /tools | |
parent | 9a2eac7eee8fbe6a903e842cb257d96bd57f8702 (diff) | |
download | scummvm-rg350-98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc.tar.gz scummvm-rg350-98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc.tar.bz2 scummvm-rg350-98d7ba281ca70af8d3a1ed1e84aa01dddbc5bccc.zip |
Changed my credits to indicate more extensive contributions
svn-id: r48633
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 940bfcdd5f..b5b7d84014 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -708,6 +708,7 @@ begin_credits("Credits"); begin_section("PSP (PlayStation Portable)"); add_person("Joost Peters", "joostp", ""); + add_person("Yotam Barnoy", "bluddy", ""); end_section(); begin_section("SDL (Win/Linux/OS X/etc.)"); @@ -872,7 +873,6 @@ begin_credits("Credits"); 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("Yotam Barnoy", "bluddy", "PSP port suspend/resume support"); add_person("Sean Murray", "lightcast", "ScummVM tools GUI application (GSoC 2007 task)"); add_person("", "n0p", "Windows CE port aspect ratio correction scaler and right click input method"); add_person("Mikesch Nepomuk", "mnepomuk", "MI1 VGA floppy patches"); |