aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--doc/credits.tex6
-rw-r--r--gui/credits.h3
-rwxr-xr-xtools/credits.pl4
4 files changed, 16 insertions, 0 deletions
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();