diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rwxr-xr-x | devtools/credits.pl | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -401,7 +401,7 @@ Other contributions Keith Scroggins BeOS: - Stefan Parviainen + Stefan Parviainen - (retired) Luc Schrijvers Debian GNU/Linux: diff --git a/devtools/credits.pl b/devtools/credits.pl index e61f918f3b..de5d9d105e 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -954,7 +954,7 @@ begin_credits("Credits"); end_section(); begin_section("BeOS"); - add_person("Stefan Parviainen", "", ""); + add_person("Stefan Parviainen", "", "(retired)"); add_person("Luc Schrijvers", "Begasus", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index a94c610255..84c7dbe415 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -488,6 +488,7 @@ static const char *credits[] = { "", "C1""BeOS", "C0""Stefan Parviainen", +"C2""(retired)", "C0""Luc Schrijvers", "", "C1""Debian GNU/Linux", |