aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-12 19:33:36 +0000
committerEugene Sandulenko2010-10-12 19:33:36 +0000
commitf2d8d71a78520b164e76a47b1792190534625ffc (patch)
tree9c93ed46d74676b64f676c4d78c4c9e6bfab9b13
parenta1e7761f6dcb0c38000bb40afdb97a0343cc5246 (diff)
downloadscummvm-rg350-f2d8d71a78520b164e76a47b1792190534625ffc.tar.gz
scummvm-rg350-f2d8d71a78520b164e76a47b1792190534625ffc.tar.bz2
scummvm-rg350-f2d8d71a78520b164e76a47b1792190534625ffc.zip
CREDITS: Added qvist to credits per his request
svn-id: r53164
-rw-r--r--AUTHORS3
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
3 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 30eacb1c48..4a413d6294 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -449,6 +449,9 @@ Special thanks to
Patrick Combet - For the original Gobliiins ADL player
Ivan Dubrov - For contributing the initial version of the Gobliiins
engine
+ Henrik Engqvist - For generously providing hosting for our buildbot, SVN
+ repository, planet and doxygen sites as well as tons of
+ HD space
DOSBox Team - For their awesome OPL2 and OPL3 emulator
Till Kresslein - For design of modern ScummVM GUI
Jezar - For his freeverb filter implementation
diff --git a/gui/credits.h b/gui/credits.h
index de77e02b47..b469645217 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -544,6 +544,8 @@ static const char *credits[] = {
"C2""For the original Gobliiins ADL player",
"C0""Ivan Dubrov",
"C2""For contributing the initial version of the Gobliiins engine",
+"C0""Henrik Engqvist",
+"C2""For generously providing hosting for our buildbot, SVN repository, planet and doxygen sites as well as tons of HD space",
"C0""DOSBox Team",
"C2""For their awesome OPL2 and OPL3 emulator",
"C0""Till Kresslein",
diff --git a/tools/credits.pl b/tools/credits.pl
index eec99aa6eb..1421f907db 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -982,6 +982,7 @@ begin_credits("Credits");
add_person("Curt Coder", "", "For the original TrollVM (preAGI) code");
add_person("Patrick Combet", "Dorian Gray", "For the original Gobliiins ADL player");
add_person("Ivan Dubrov", "", "For contributing the initial version of the Gobliiins engine");
+ add_person("Henrik Engqvist", "qvist", "For generously providing hosting for our buildbot, SVN repository, planet and doxygen sites as well as tons of HD space");
add_person("DOSBox Team", "", "For their awesome OPL2 and OPL3 emulator");
add_person("Till Kresslein", "Krest", "For design of modern ScummVM GUI");
add_person("", "Jezar", "For his freeverb filter implementation");