blob: a732fe80e22a7c721203aceb23d42cf723ab2a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% __________ __ ___.
% Open \______ \ ____ ____ | | _\_ |__ _______ ___
% Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
% Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
% Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
% \/ \/ \/ \/ \/
% - M A N U A L -
%
% $Id$
%
% Copyright (C) 2006 The Rockbox Manual Team
%
% All files in this archive are subject to the GNU Free Documentation License
% See the file COPYING-MANUAL in the source tree docs/ directory for full license
% agreement.
%
% Contributors are listed in the file docs/CREDITS-MANUAL
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ifpdfoutput{
\newcommand{\latexbuild}{pdf\LaTeX}}
{\newcommand{\latexbuild}{\TeX4ht}}
\ifpdfoutput{\chapter*{\centering{Rockbox}}}%
{\begin{center}{\Large{Rockbox}}\end{center}}
\vspace{1cm}
\noindent
\begin{center}
\url{http://www.rockbox.org/}
\noindent
Open Source Jukebox Firmware
\end{center}
\vspace{6cm}
\begin{quote}
Rockbox and this manual is the collaborative effort of the
Rockbox team and its contributors. See the appendix for a complete list of
contributors.
\copyright~2003-2008 The Rockbox Team and its contributors,
\copyright~2004 Christi Alice Scarborough,
\copyright~2003 Jos\'{e} Maria Garcia-Valdecasas Bernal \& Peter Schlenker.
\end{quote}
\vspace{3mm}
\begin{center}
\IfFileExists{version.tex}{Version \input{version.tex}. Built using \latexbuild{}.}{}
\end{center}
\vspace{\fill}
\begin{quote}
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled ``GNU
Free Documentation License''.
\end{quote}
|