]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/cdrom/yaird-0.0.5/doc/license.xml
Initial revision
[bacula/rescue] / rescue / linux / cdrom / yaird-0.0.5 / doc / license.xml
1 <section id="license-chapter">
2   <title>License</title>
3   <para>
4     This program is free software; you can redistribute it and/or
5     modify it under the terms of the <citetitle>GNU General Public
6     License</citetitle> as published by the Free Software Foundation;
7     either version 2 of the License, or (at your option) any later
8     version.
9   </para>
10   <para>
11     This program is distributed in the hope that it will be useful, but
12     WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14     <citetitle>GNU General Public License</citetitle> for more details.
15   </para>
16   <para>
17     You should have received a copy of the <citetitle>GNU General Public
18     License</citetitle> along with this program; you may also obtain
19     a copy of the <citetitle>GNU General Public License</citetitle>
20     from the Free Software Foundation by visiting <ulink type="http"
21     url="http://www.fsf.org">their Web site</ulink> or by writing to
22     <address>
23       Free Software Foundation, Inc.
24       <street>59 Temple Place</street> - Suite 330
25       <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
26       <country>USA</country>
27     </address>
28   </para>
29   <simplesect>
30     <title>Klibc code</title>
31     <para>
32       Yaird contains code based on klibc; this code is made available
33       by the author under the following licence.  The relevant source
34       files have this copyright notice included.
35       <programlisting>
36 /* ----------------------------------------------------------------------- *
37  *   
38  *   Copyright 2004 H. Peter Anvin - All Rights Reserved
39  *
40  *   Permission is hereby granted, free of charge, to any person
41  *   obtaining a copy of this software and associated documentation
42  *   files (the "Software"), to deal in the Software without
43  *   restriction, including without limitation the rights to use,
44  *   copy, modify, merge, publish, distribute, sublicense, and/or
45  *   sell copies of the Software, and to permit persons to whom
46  *   the Software is furnished to do so, subject to the following
47  *   conditions:
48  *   
49  *   The above copyright notice and this permission notice shall
50  *   be included in all copies or substantial portions of the Software.
51  *   
52  *   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
53  *   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
54  *   OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
55  *   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
56  *   HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
57  *   WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
58  *   FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
59  *   OTHER DEALINGS IN THE SOFTWARE.
60  *
61  * ----------------------------------------------------------------------- */
62       </programlisting>
63     </para>
64   </simplesect>
65 </section>