aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorTravis Howell2006-06-03 14:04:33 +0000
committerTravis Howell2006-06-03 14:04:33 +0000
commit178481f5b72dd7dbc9436e1f354dcfa6fc7c3e05 (patch)
tree75fa8b8af5259e240439b4dc6d6d0aca8b409d42 /tools/credits.pl
parent576ff326b058eb2156c365e89c035684211f2464 (diff)
downloadscummvm-rg350-178481f5b72dd7dbc9436e1f354dcfa6fc7c3e05.tar.gz
scummvm-rg350-178481f5b72dd7dbc9436e1f354dcfa6fc7c3e05.tar.bz2
scummvm-rg350-178481f5b72dd7dbc9436e1f354dcfa6fc7c3e05.zip
Add credit for Feeble Files source code
svn-id: r22880
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index c32ed797a4..6224d30ede 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -713,6 +713,10 @@ begin_credits("Credits");
"that it is today. Feel free to drop us a line and tell us what you ".
"think, guys!");
+ add_paragraph(
+ "Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
+ "sharing the source code of The Feeble Files with us.");
+
end_section();
end_credits();