aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron Cawley2017-11-19 12:22:41 +0000
committerColin Snover2017-11-21 14:51:14 -0600
commit0c222d95d6a692afc1bb68db2e7eb1693929a2e5 (patch)
tree0e2d36e371ba0ecffeb54bd86974afa20c083127
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.
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--gui/credits.h3
3 files changed, 10 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c7a5c839f0..2181ef5cc8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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",
"",