aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorCameron Cawley2017-11-19 12:22:41 +0000
committerColin Snover2017-11-21 14:51:14 -0600
commit0c222d95d6a692afc1bb68db2e7eb1693929a2e5 (patch)
tree0e2d36e371ba0ecffeb54bd86974afa20c083127 /devtools
parentddbfb8518b6fdfe58e3574421fd6b9243ad2c761 (diff)
downloadscummvm-rg350-0c222d95d6a692afc1bb68db2e7eb1693929a2e5.tar.gz
scummvm-rg350-0c222d95d6a692afc1bb68db2e7eb1693929a2e5.tar.bz2
scummvm-rg350-0c222d95d6a692afc1bb68db2e7eb1693929a2e5.zip
CREDITS: Add credits for RISC OS port
Closes gh-1068.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl4
1 files changed, 4 insertions, 0 deletions
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();