source: clfs-embedded/BOOK/index.xml

Last change on this file was 546d167, checked in by Andrew Bradford <andrew@…>, 11 years ago

index: Add Andrew Bradford as author and (C)

I've contributed enough now that I feel it's warranted.

  • 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 - Embedded</title>
10  <subtitle>Version &version;</subtitle>
11
12  <authorgroup>
13    <author>
14      <firstname>Andrew</firstname>
15      <surname>Bradford</surname>
16    </author>
17    <author>
18      <firstname>Joe</firstname>
19      <surname>Ciccone</surname>
20    </author>
21    <author>
22      <firstname>Jim</firstname>
23      <surname>Gifford</surname>
24    </author>
25    <author>
26      <firstname>Maarten</firstname>
27      <surname>Lankhorst</surname>
28    </author>
29    <author>
30      <firstname>Ryan</firstname>
31      <surname>Oliver</surname>
32    </author>
33  </authorgroup>
34
35  <copyright id="copyright">
36    <year>2005&ndash;&year;</year>
37    <holder>Andrew Bradford, Joe Ciccone, Jim Gifford, Maarten Lankhorst, &amp; Ryan Oliver</holder>
38  </copyright>
39
40</bookinfo>
41
Note: See TracBrowser for help on using the repository browser.