aboutsummaryrefslogtreecommitdiffstats
path: root/bookinfo
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-01-24 00:31:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-01-24 00:31:17 +0000
commit6370fa6cff0ec2a8ac8d50d1595ec9500f6631c9 (patch)
treeb17c8cb0a839b76f4a7db0f771953caa11c3a04e /bookinfo
parent5c930fe6eb43d23cfa0de2451d9a905a8505f981 (diff)
Initial commit - LFS 2.4.4 files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bookinfo')
-rw-r--r--bookinfo/abstract.sgml10
-rw-r--r--bookinfo/authorgroup.sgml8
-rw-r--r--bookinfo/bookinfo.sgml9
-rw-r--r--bookinfo/copyright.sgml9
-rw-r--r--bookinfo/legalnotice.sgml53
5 files changed, 89 insertions, 0 deletions
diff --git a/bookinfo/abstract.sgml b/bookinfo/abstract.sgml
new file mode 100644
index 000000000..6d3c43dd0
--- /dev/null
+++ b/bookinfo/abstract.sgml
@@ -0,0 +1,10 @@
+<abstract>
+
+<para>
+This book describes the process of creating your own Linux system
+from scratch from an already installed Linux distribution, using nothing but
+the sources of software that are needed.
+</para>
+
+</abstract>
+
diff --git a/bookinfo/authorgroup.sgml b/bookinfo/authorgroup.sgml
new file mode 100644
index 000000000..3bdc9f028
--- /dev/null
+++ b/bookinfo/authorgroup.sgml
@@ -0,0 +1,8 @@
+<authorgroup>
+
+<author>
+ <firstname>Gerard</firstname><surname>Beekmans</surname>
+</author>
+
+</authorgroup>
+
diff --git a/bookinfo/bookinfo.sgml b/bookinfo/bookinfo.sgml
new file mode 100644
index 000000000..863122d07
--- /dev/null
+++ b/bookinfo/bookinfo.sgml
@@ -0,0 +1,9 @@
+<bookinfo>
+<title>Linux From Scratch</title>
+
+&bi-authorgroup;
+&bi-copyright;
+&bi-legalnotice;
+&bi-abstract;
+
+</bookinfo>
diff --git a/bookinfo/copyright.sgml b/bookinfo/copyright.sgml
new file mode 100644
index 000000000..d0bb15c69
--- /dev/null
+++ b/bookinfo/copyright.sgml
@@ -0,0 +1,9 @@
+<copyright id="copyright">
+
+ <year>1999</year>
+ <year>2000</year>
+ <year>2001</year>
+ <holder>Gerard Beekmans</holder>
+
+</copyright>
+
diff --git a/bookinfo/legalnotice.sgml b/bookinfo/legalnotice.sgml
new file mode 100644
index 000000000..4d708abf6
--- /dev/null
+++ b/bookinfo/legalnotice.sgml
@@ -0,0 +1,53 @@
+<legalnotice>
+
+<para>
+Copyright (c) 1999-2001, Gerard Beekmans
+</para>
+
+<para>
+All rights reserved.
+</para>
+
+<para>
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+</para>
+
+<itemizedlist>
+
+<listitem><para>
+Redistributions of source code must retain the above copyright notice,
+this list of conditions and the following disclaimer.
+</para></listitem>
+
+<listitem><para>
+Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+</para></listitem>
+
+<listitem><para>
+Neither the name of LinuxFromScratch nor the names of its contributors
+may be used to endorse or promote products derived from this software
+without specific prior written permission.
+</para></listitem>
+
+</itemizedlist>
+
+<para>
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
+IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+</para>
+
+</legalnotice>
+