aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-09 13:25:52 +0000
committerEugene Sandulenko2006-03-09 13:25:52 +0000
commita4a79dd9516a828a474ff0bfedd401511662739f (patch)
tree617d8b0ecdaa96e3221c0f838e106456d47e419d
parentaad520026ccddf8428ab23b2f3dfabbeebd9328c (diff)
downloadscummvm-rg350-a4a79dd9516a828a474ff0bfedd401511662739f.tar.gz
scummvm-rg350-a4a79dd9516a828a474ff0bfedd401511662739f.tar.bz2
scummvm-rg350-a4a79dd9516a828a474ff0bfedd401511662739f.zip
Credit Tyst for new SVG logo.
svn-id: r21173
-rw-r--r--AUTHORS1
-rw-r--r--doc/10.tex1
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
4 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 6c1fbd31ad..23c5be5834 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -153,6 +153,7 @@ Other contributions
----------------
Dobo Balazs - Website design
Yaroslav Fedevych - HTML/CSS for the website
+ David Jensen - SVG logo conversion
Jean Marc - ScummVM logo
Code contributions
diff --git a/doc/10.tex b/doc/10.tex
index 5fd657df16..a8c255bb2e 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -249,6 +249,7 @@ All active team members
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Dob\'o Bal\'azs & \textit{Website design}\\
Yaroslav Fedevych & \textit{HTML/CSS for the website}\\
+ David Jensen & \textit{SVG logo conversion}\\
Jean Marc & \textit{ScummVM logo}\\
\end{tabular}
\end{list}
diff --git a/gui/credits.h b/gui/credits.h
index 9e863ac431..3d41b7a18c 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -168,6 +168,8 @@ static const char *credits[] = {
"\\C\\c2""Website design",
"\\C\\c0""Yaroslav Fedevych",
"\\C\\c2""HTML/CSS for the website",
+"\\C\\c0""David Jensen",
+"\\C\\c2""SVG logo conversion",
"\\C\\c0""Jean Marc",
"\\C\\c2""ScummVM logo",
"\\C\\c0""",
diff --git a/tools/credits.pl b/tools/credits.pl
index 6b8ccee56a..ca23dfada4 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -620,6 +620,7 @@ begin_credits("Credits");
begin_persons();
add_person("Dobó Balázs", "draven", "Website design");
add_person("Yaroslav Fedevych", "jafd", "HTML/CSS for the website");
+ add_person("David Jensen", "Tyst", "SVG logo conversion");
add_person("Jean Marc", "", 'ScummVM logo');
end_persons();
end_section();