diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | doc/10.tex | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
4 files changed, 5 insertions, 0 deletions
@@ -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(); |