\documentclass[twoside,12pt]{book}
% Page size settings must match those in ols.cls.
\usepackage[paper=letterpaper,textheight=9in,textwidth=6.5in,%
                heightrounded,twoside]{geometry}
% Ditto font settings.
\usepackage[OT1,T1]{fontenc}
%\usepackage[T1]{fontenc}
\usepackage{mathptmx}
% \usepackage[scaled=.92]{helvet}
% \usepackage{courier}
\usepackage{times}
\pagestyle{empty}

% This must be written with \def so that the Makefile can find it.
% It is not used in this file.
\def\ProcName{2008 Linux Symposium}
\def\ProcVolName{, DRAFT}

\begin{document}
\frontmatter

% Title page

\title{Proceedings of the\\
Linux Symposium}
\author{\vspace{4in}}
\date{July 23rd--26th, 2008\\
 Ottawa, Ontario\\
 Canada}
\maketitle
\thispagestyle{empty}
\cleardoublepage

% Table of contents.  This does _not_ use the standard LaTeX table of
% contents mechanism; it's generated by Texmf/make-toc and uses a list
% environment.

\section*{Contents}
\begin{raggedright}
\begin{list}{}{%
  \setlength{\rightmargin}{0pt}
  \setlength{\labelwidth}{0pt}
  \setlength{\labelsep}{0pt}
  \setlength{\topsep}{0pt}
  \setlength{\partopsep}{0pt}
  \setlength{\itemsep}{24pt plus6pt minus6pt}
  \setlength{\leftmargin}{2em}
  \setlength{\itemindent}{-\leftmargin}
  \setlength{\listparindent}{0pt}}

\input ProcToc

\end{list}
\end{raggedright}

\cleardoublepage

% Credits page

\vspace{2cm}

\textbf{{\Large Conference Organizers}}

\vspace{5mm}
\begin{large}
\begin{raggedright}
\hspace*{0.5in}Andrew J.\ Hutton, \hspace*{1ex}{\parbox[t]{4.0in}{\textit{Steamballoon, Inc., Linux Symposium, \\Thin Lines Mountaineering}}}\\[1ex]
\hspace*{0.5in}C.\ Craig Ross, \hspace*{1ex}\textit{Linux Symposium}
\end{raggedright}
\end{large}

\vspace{1cm}
\textbf{{\Large Review Committee}}

\vspace{5mm}
\begin{large}
\begin{raggedright}
\hspace*{0.5in}Andrew J.\ Hutton, \hspace*{1ex}{\parbox[t]{4.0in}{\textit{Steamballoon, Inc., Linux Symposium, \\Thin Lines Mountaineering}}}\\[1ex]
\hspace*{0.5in}Dirk Hohndel, \textit{Intel}\\
\hspace*{0.5in}Gerrit Huizenga, \textit{IBM}\\
\hspace*{0.5in}Dave Jones, \textit{Red Hat, Inc.}\\
\hspace*{0.5in}Matthew Wilson, \textit{rPath}\\
\hspace*{0.5in}C.\ Craig Ross, \textit{Linux Symposium}\\

\end{raggedright}
\end{large}

\vspace{1cm}

\textbf{{\Large Proceedings Formatting Team}}

\vspace{5mm}
\begin{large}
\begin{raggedright}
\hspace*{0.5in}John W.\ Lockhart, \textit{Red Hat, Inc.}\\
\hspace*{0.5in}Gurhan Ozen, \textit{Red Hat, Inc.}\\
\hspace*{0.5in}John Poelstra, \textit{Red Hat, Inc.}\\
\end{raggedright}
\end{large}

\vspace{3.0in}

\vspace*{\fill}

\begin{center}
Authors retain copyright to all submitted papers, but have granted 
unlimited redistribution rights to all as a condition of submission.
\end{center}
\cleardoublepage

\end{document}

