aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl1
3 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 269ac9e26c..6f12b4ed6f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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");