diff options
-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"); |