source: BOOK/index.xml @ 25011f1

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 25011f1 was ef26643, checked in by Zack Winkles <eikniw@…>, 15 years ago

Add myself to the list of credits.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "general.ent">
5  %general-entities;
6]>
7
8<bookinfo>
9  <title>Cross-Compiled Linux From Scratch</title>
10  <subtitle>Version &version;</subtitle>
11
12  <authorgroup>
13    <author>
14      <firstname>Joe</firstname>
15      <surname>Ciccone</surname>
16    </author>
17    <author>
18      <firstname>Jim</firstname>
19      <surname>Gifford</surname>
20    </author>
21    <author>
22      <firstname>Ryan</firstname>
23          <surname>Oliver</surname>
24    <author>
25      <firstname>Zack</firstname>
26      <firstname>Winkles</firstname>
27    </author>
28  </authorgroup>
29
30  <copyright id="copyright">
31    <year>2005&ndash;&year;</year>
32    <holder>Joe Ciccone, Jim Gifford, Ryan Oliver &amp; Zack Winkles</holder>
33  </copyright>
34
35  <bibliosource>
36    <emphasis>Based on LFS, Copyright &copy; 1999&ndash;&year; Gerard Beekmans</emphasis>
37  </bibliosource>
38
39</bookinfo>
Note: See TracBrowser for help on using the repository browser.