aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2015-12-06 22:57:03 +0100
committerStrangerke2015-12-06 22:57:03 +0100
commite9e099b6aca4b3b945158500fbb4d6706c6f7c72 (patch)
tree4f1725442b97321fb2a325da2805a40d71a9dcc5
parentade912da56f2263a1ae6e97555dae9dd820489f3 (diff)
downloadscummvm-rg350-e9e099b6aca4b3b945158500fbb4d6706c6f7c72.tar.gz
scummvm-rg350-e9e099b6aca4b3b945158500fbb4d6706c6f7c72.tar.bz2
scummvm-rg350-e9e099b6aca4b3b945158500fbb4d6706c6f7c72.zip
CREDITS: Add credit to the Mindfactory team for Broken Sword 2.5
-rw-r--r--AUTHORS3
-rwxr-xr-xdevtools/credits.pl4
-rw-r--r--gui/credits.h2
3 files changed, 9 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 8f814fde5e..c230c4a3a0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -738,3 +738,6 @@ Special thanks to
two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry
Duncan for their tenacious efforts to recover the sources.
+ The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made
+ sequel, and for sharing the source code with us.
+
diff --git a/devtools/credits.pl b/devtools/credits.pl
index f5d8542ae8..9bfbfd7b5d 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -1309,6 +1309,10 @@ begin_credits("Credits");
"Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. ".
"James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.");
+ add_paragraph(
+ "The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing ".
+ "the source code with us.");
+
end_section();
end_credits();
diff --git a/gui/credits.h b/gui/credits.h
index 2e66a7065e..8f6455e01f 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -889,5 +889,7 @@ static const char *credits[] = {
"C0""",
"C0""Electronic Arts IP Preservation Team, particularly Stefan Serbicki, and Vasyl Tsvirkunov of Electronic Arts for providing the source code of the two Lost Files of Sherlock Holmes games. James M. Ferguson and Barry Duncan for their tenacious efforts to recover the sources.",
"C0""",
+"C0""The Mindfactory team for writing Broken Sword 2.5, a splendid fan-made sequel, and for sharing the source code with us.",
+"C0""",
"",
};