diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rwxr-xr-x | devtools/credits.pl | 4 | ||||
-rw-r--r-- | gui/credits.h | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -486,6 +486,9 @@ Other contributions OS/2: Paul Smedley + RISC OS: + Cameron Cawley + SlackWare: Robert Kelsen diff --git a/devtools/credits.pl b/devtools/credits.pl index fcf5602992..e86ea0e854 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -1058,6 +1058,10 @@ begin_credits("Credits"); add_person("Paul Smedley", "Creeping", ""); end_section(); + begin_section("RISC OS"); + add_person("Cameron Cawley", "ccawley2011", ""); + end_section(); + begin_section("SlackWare"); add_person("Robert Kelsen", "", ""); end_section(); diff --git a/gui/credits.h b/gui/credits.h index c0d7b32032..8f3f934024 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -589,6 +589,9 @@ static const char *credits[] = { "C1""OS/2", "C0""Paul Smedley", "", +"C1""RISC OS", +"C0""Cameron Cawley", +"", "C1""SlackWare", "C0""Robert Kelsen", "", |