diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,7 @@ Contributors: Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio Kovacs Endre Janos - Several fixes for Simon1 Jeroen Janssen - Numerous readability and bugfix patches + Robert Kelsen - Packaging for SlackWare Claudio Matsuoka - Daily Linux/BeOS builds Mikesch Nepomuk - MI1 VGA floppy patches Nicolas Noble - Config file and ALSA support diff --git a/gui/credits.h b/gui/credits.h index 2ca6807359..0ccfedc1a2 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -72,6 +72,8 @@ static const char *credits[] = { "\\L\\c2"" Several fixes for Simon1", "\\L\\c0"" Jeroen Janssen", "\\L\\c2"" Numerous readability and bugfix patches", +"\\L\\c0"" Robert Kelsen", +"\\L\\c2"" Packaging for SlackWare", "\\L\\c0"" Claudio Matsuoka", "\\L\\c2"" Daily Linux/BeOS builds", "\\L\\c0"" Mikesch Nepomuk", diff --git a/tools/credits.pl b/tools/credits.pl index b51e5a7698..0646c8ab98 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -316,6 +316,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", "", "Numerous readability and bugfix patches"); + add_person("Robert Kelsen", "", "Packaging for SlackWare"); add_person("Claudio Matsuoka", "", 'Daily Linux/BeOS builds'); add_person("Mikesch Nepomuk", "", "MI1 VGA floppy patches"); add_person("Nicolas Noble", "pixels", "Config file and ALSA support"); |