]> git.street.me.uk Git - andy/viking.git/blob - help/C/attribution.xml
[DOC] Include source link for strtod.c
[andy/viking.git] / help / C / attribution.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
5 <section id="attrib">
6 <title>Attributions</title>
7 <para>
8 This document contains licenses and notices for open source software used in this product.
9 The source code used in this product is available on the project website <ulink url="http://viking.sf.net">http://viking.sf.net</ulink>
10 </para>
11
12 <section>
13         <title>coords.c + coords.h</title>
14         <para> Available under license:</para>
15 <screen>
16 ** Copyright © 2001 by Jef Poskanzer <email>jef@acme.com</email>.
17 ** All rights reserved.
18 **
19 ** Redistribution and use in source and binary forms, with or without
20 ** modification, are permitted provided that the following conditions
21 ** are met:
22 ** 1. Redistributions of source code must retain the above copyright
23 **    notice, this list of conditions and the following disclaimer.
24 ** 2. Redistributions in binary form must reproduce the above copyright
25 **    notice, this list of conditions and the following disclaimer in the
26 **    documentation and/or other materials provided with the distribution.
27 **
28 ** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
29 ** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 ** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31 ** ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
32 ** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33 ** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
34 ** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35 ** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 ** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
37 ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 ** SUCH DAMAGE.
39 </screen>
40 </section>
41
42 <section>
43         <title>strtod.c</title>
44         <para>Source: <ulink url="http://www.jbox.dk/sanos/"></ulink></para>
45         <para> Available under license:</para>
46 <screen>
47 // Copyright (C) 2002 Michael Ringgaard. All rights reserved.
48 //
49 // Redistribution and use in source and binary forms, with or without
50 // modification, are permitted provided that the following conditions
51 // are met:
52 // 
53 // 1. Redistributions of source code must retain the above copyright 
54 //    notice, this list of conditions and the following disclaimer.  
55 // 2. Redistributions in binary form must reproduce the above copyright
56 //    notice, this list of conditions and the following disclaimer in the
57 //    documentation and/or other materials provided with the distribution.  
58 // 3. Neither the name of the project nor the names of its contributors
59 //    may be used to endorse or promote products derived from this software
60 //    without specific prior written permission. 
61 // 
62 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
63 // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
64 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
65 // ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
66 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
67 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
68 // OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
69 // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
70 // LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
71 // OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
72 // SUCH DAMAGE.
73 </screen>
74 </section>
75
76 </section>
77