source: book/bookinfo.xml@ b26d107

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b26d107 was b26d107, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Updated license of book to

make compatible with OSI

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3127 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<bookinfo>
9<title>Beyond <trademark class='registered'>Linux</trademark> From Scratch</title>
10<subtitle>Version &version;</subtitle>
11
12
13<authorgroup>
14<corpauthor>
15 BLFS Development Team
16</corpauthor>
17</authorgroup>
18
19<pubdate>&pubdate;</pubdate>
20
21
22<copyright id="copyright">
23 <year>2001-2005</year>
24 <holder>BLFS Development Team</holder>
25</copyright>
26
27
28<legalnotice>
29
30<para>Copyright &copy; 2001-2005, <acronym>BLFS</acronym> Development Team</para>
31
32<para>All rights reserved.</para>
33
34<para>Descriptive text is licensed under a <xref linkend="CC"/>.</para>
35<para>Computer instructions are licensed under the <xref linkend="AFL"/>.</para>
36
37
38<!--
39<para>Redistribution and use in source and binary forms, with or without
40modification, are permitted provided that the following conditions are
41met:</para>
42
43<itemizedlist>
44<listitem><para>Redistributions in any form must retain the above copyright
45notice, this list of conditions and the following disclaimer.</para></listitem>
46
47<listitem><para>Neither the name of "Linux From Scratch" nor the names of
48its contributors may be used to endorse or promote products derived from
49this material without specific prior written permission.</para></listitem>
50
51<listitem><para>Any material derived from Linux From Scratch must contain
52a reference to the "Linux From Scratch" project.</para></listitem>
53</itemizedlist>
54
55<para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
56IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
57IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
58DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
59DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
60(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
61LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
62ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
63(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
64SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
65
66-->
67
68<para><trademark class='registered'>Linux</trademark> is a registered trademark of
69Linus Torvalds.</para>
70
71
72</legalnotice>
73
74<revhistory>
75<revision>
76 <revnumber>&version;</revnumber>
77 <date>&pubdate;</date>
78 <revremark>Development release</revremark>
79</revision>
80
81<revision>
82 <revnumber>5.1</revnumber>
83 <date>2004-6-05</date>
84 <revremark>Third release</revremark>
85</revision>
86
87<revision>
88 <revnumber>5.0</revnumber>
89 <date>2003-11-06</date>
90 <revremark>Second release</revremark>
91</revision>
92
93<revision>
94 <revnumber>1.0</revnumber>
95 <date>2003-04-25</date>
96 <revremark>First release</revremark>
97</revision>
98</revhistory>
99
100
101<abstract role="dsssl">
102
103<para>This book follows on from the Linux From Scratch book. It introduces and
104guides the reader through additions to the system including networking, X
105support, sound support and printer and scanner support.</para>
106
107</abstract>
108
109<othername>$LastChangedBy$</othername>
110<date>$Date$</date>
111
112</bookinfo>
113
Note: See TracBrowser for help on using the repository browser.