From 2c01a4c9013a92ba340dee6864c7c767da1c699c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Jun 2006 18:23:36 +0000 Subject: I completely forgot to gredit Laurent Blume for Solaris x86 build which we offer. svn-id: r22901 --- AUTHORS | 3 +++ doc/credits.tex | 6 ++++++ gui/credits.h | 3 +++ tools/credits.pl | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/AUTHORS b/AUTHORS index 692575dbf4..634b6a2436 100644 --- a/AUTHORS +++ b/AUTHORS @@ -157,6 +157,9 @@ Other contributions SlackWare: Robert Kelsen + Solaris x86: + Laurent Blume + Win32: Travis Howell diff --git a/doc/credits.tex b/doc/credits.tex index 7cd1be763b..5dbf1fa820 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -257,6 +257,12 @@ All active team members Robert Kelsen & \textit{}\\ \end{tabular} \end{list} +\item \textbf{ Solaris x86} +\begin{list}{}{\setlength{\leftmargin}{0.2cm}} +\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} + Laurent Blume & \textit{}\\ + \end{tabular} +\end{list} \item \textbf{ Win32} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} diff --git a/gui/credits.h b/gui/credits.h index 61c8286227..aca251ce23 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -172,6 +172,9 @@ static const char *credits[] = { "\\C\\c1""SlackWare", "\\C\\c0""Robert Kelsen", "\\C\\c0""", +"\\C\\c1""Solaris x86", +"\\C\\c0""Laurent Blume", +"\\C\\c0""", "\\C\\c1""Win32", "\\C\\c0""Travis Howell", "\\C\\c0""", diff --git a/tools/credits.pl b/tools/credits.pl index 6224d30ede..9eb2556e6c 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -624,6 +624,10 @@ begin_credits("Credits"); add_person("Robert Kelsen", "", ""); end_section(); + begin_section("Solaris x86"); + add_person("Laurent Blume", "laurent", ""); + end_section(); + begin_section("Win32"); add_person("Travis Howell", "Kirben", ""); end_section(); -- cgit v1.2.3