source: BOOK/prologue/x86/bookinfo.xml@ 0c318f1

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0c318f1 was 0c318f1, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Changed book license to OPL.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<bookinfo>
9
10 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
11 href="../../index.xml"
12 xpointer="xpointer(/bookinfo/title)"/>
13
14 <subtitle>Version &version-x86;</subtitle>
15
16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
17 href="../../index.xml"
18 xpointer="xpointer(/bookinfo/authorgroup)"/>
19
20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../../index.xml"
22 xpointer="xpointer(/bookinfo/copyright)"/>
23
24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="../../index.xml"
26 xpointer="xpointer(bookinfo/bibliosource)"/>
27
28 <legalnotice>
29 <para>Copyright &copy; 2005-2006, Jim Gifford &amp; Ryan Oliver</para>
30
31 <para>All rights reserved.</para>
32
33 <para>This material may be distributed only subject to the terms and
34 conditions set forth in the <xref linkend="license"/> v1.0 or later
35 (the latest version is presently available at <ulink
36 url="http://www.opencontent.org/openpub/"/>).</para>
37
38 <!-- Modifications and limitations to the OPL (see section VI)
39 can be place here, if needed. -->
40
41 <para><trademark class='registered'>Linux</trademark> is a registered
42 trademark of Linus Torvalds.</para>
43
44 </legalnotice>
45
46</bookinfo>
Note: See TracBrowser for help on using the repository browser.