source: prologue/bookinfo.xml@ a52c8c2

Last change on this file since a52c8c2 was da51ba8, checked in by Jim Gifford <jim@…>, 20 years ago

Added: PPC architecture - changelog and todo list

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<bookinfo>
7<title>Linux From Scratch</title>
8<subtitle arch="x86">Version &version-x86;</subtitle>
9<subtitle arch="raq2">Version &version-raq2;</subtitle>
10<subtitle arch="ppc">Version &version-ppc;</subtitle>
11
12
13<authorgroup>
14<author><firstname>Gerard</firstname><surname>Beekmans</surname></author>
15</authorgroup>
16
17
18<copyright id="copyright">
19 <year>1999&ndash;2004</year>
20 <holder>Gerard Beekmans</holder>
21</copyright>
22
23<legalnotice>
24<para>Copyright (c) 1999&ndash;2004, Gerard Beekmans</para>
25
26<para>All rights reserved.</para>
27
28<para>Redistribution and use in source and binary forms, with or without
29modification, are permitted provided that the following conditions are
30met:</para>
31
32<itemizedlist>
33
34<listitem><para>Redistributions in any form must retain the above copyright
35notice, this list of conditions and the following disclaimer</para></listitem>
36
37<listitem><para>Neither the name of <quote>Linux From Scratch</quote> nor the
38names of its contributors may be used to endorse or promote products derived
39from this material without specific prior written permission</para></listitem>
40
41<listitem><para>Any material derived from Linux From Scratch must contain
42a reference to the <quote>Linux From Scratch</quote> project</para></listitem>
43
44</itemizedlist>
45
46<para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <quote>AS
47IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
48TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
49PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
50CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
51EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
52PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
53PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
54LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
55NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
56SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
57</legalnotice>
58
59</bookinfo>
60
Note: See TracBrowser for help on using the repository browser.