]> git.street.me.uk Git - andy/viking.git/blame - help/C/attribution.xml
Add OpenTopoMap example
[andy/viking.git] / help / C / attribution.xml
CommitLineData
e3332d41
RN
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>
8This document contains licenses and notices for open source software used in this product.
9The 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
9d524951
RN
42<section>
43 <title>strtod.c</title>
f8236008 44 <para>Source: <ulink url="http://www.jbox.dk/sanos/"></ulink></para>
9d524951
RN
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
c3102c63
RN
76<section>
77 <title>kdtree.c + kdtree.h - 0.5.6</title>
78 <para>Source: <ulink url="https://code.google.com/p/kdtree/"></ulink></para>
79 <para> Available under license:</para>
80<screen>
81Copyright (C) 2007-2011 John Tsiombikas <email>nuclear@member.fsf.org</email>
82
83Redistribution and use in source and binary forms, with or without
84modification, are permitted provided that the following conditions are met:
85
861. Redistributions of source code must retain the above copyright notice, this
87 list of conditions and the following disclaimer.
882. Redistributions in binary form must reproduce the above copyright notice,
89 this list of conditions and the following disclaimer in the documentation
90 and/or other materials provided with the distribution.
913. The name of the author may not be used to endorse or promote products
92 derived from this software without specific prior written permission.
93
94THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
95WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
96MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
97EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
98EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
99OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
100INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
101CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
102IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
103OF SUCH DAMAGE.
104</screen>
105</section>
106
fe559ece
RN
107<section>
108 <title>Data: cities15000.txt</title>
109 <para>Source: <ulink url="http://download.geonames.org/export/dump/"></ulink></para>
110 <para>This is used in a lookup of positions to timezones.</para>
111 <para>Unneccesary fields in the dataset (for Viking) have been removed and the resultant file is <filename>data/latlontz.txt</filename></para>
112 <para> Available under license:</para>
113<screen>
114This work is licensed under a Creative Commons Attribution 3.0 License,
115see <ulink url="http://creativecommons.org/licenses/by/3.0/"></ulink>
116The Data is provided "as is" without warranty or any representation of accuracy, timeliness or completeness.</screen>
117</section>
118
ccab0e9e
RN
119<section>
120 <title>Data: Response to online request made in vikgoto.c</title>
121 <para>Use of geoPlugin services making use of geolocation data is under condition of acceptance of the <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</ulink>.</para>
122 <para>This product includes GeoLite data created by MaxMind, available from <ulink url="http://www.maxmind.com"></ulink></para>.
123</section>
124
e3332d41
RN
125</section>
126