diff options
author | Eugene Sandulenko | 2008-01-31 12:59:44 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-01-31 12:59:44 +0000 |
commit | 337164edee04a3389a57e1c0ee533a58083d5ce7 (patch) | |
tree | b8bccd543fc7603b75f8a4ad8f573e81b2a9bdd7 | |
parent | 2f0ddd4ba39029a18ce05462ef8aeb5e67791f9c (diff) | |
download | scummvm-rg350-337164edee04a3389a57e1c0ee533a58083d5ce7.tar.gz scummvm-rg350-337164edee04a3389a57e1c0ee533a58083d5ce7.tar.bz2 scummvm-rg350-337164edee04a3389a57e1c0ee533a58083d5ce7.zip |
Add Begasusu as an official BeOS builder
svn-id: r30717
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -186,6 +186,7 @@ Other contributions BeOS: Stefan Parviainen + Luc Schrijvers Debian GNU/Linux: David Weinehall diff --git a/gui/credits.h b/gui/credits.h index 22bb93d67c..be0e01626d 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -206,6 +206,7 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c1""BeOS", "\\C\\c0""Stefan Parviainen", +"\\C\\c0""Luc Schrijvers", "\\C\\c0""", "\\C\\c1""Debian GNU/Linux", "\\C\\c0""David Weinehall", diff --git a/tools/credits.pl b/tools/credits.pl index 9c40ccca36..6fecfd6d5c 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -682,6 +682,7 @@ begin_credits("Credits"); begin_section("BeOS"); add_person("Stefan Parviainen", "", ""); + add_person("Luc Schrijvers", "Begasus", ""); end_section(); begin_section("Debian GNU/Linux"); |