]> git.street.me.uk Git - andy/viking.git/commitdiff
[DOC] Add attributions to meet binary distribution requirements.
authorRob Norris <rw_norris@hotmail.com>
Tue, 27 May 2014 19:44:25 +0000 (20:44 +0100)
committerRob Norris <rw_norris@hotmail.com>
Tue, 27 May 2014 19:44:25 +0000 (20:44 +0100)
help/C/attribution.xml [new file with mode: 0644]
help/C/viking.xml
help/Makefile.am

diff --git a/help/C/attribution.xml b/help/C/attribution.xml
new file mode 100644 (file)
index 0000000..2233602
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+
+<section id="attrib">
+<title>Attributions</title>
+<para>
+This document contains licenses and notices for open source software used in this product.
+The source code used in this product is available on the project website <ulink url="http://viking.sf.net">http://viking.sf.net</ulink>
+</para>
+
+<section>
+       <title>coords.c + coords.h</title>
+       <para> Available under license:</para>
+<screen>
+** Copyright © 2001 by Jef Poskanzer <email>jef@acme.com</email>.
+** All rights reserved.
+**
+** Redistribution and use in source and binary forms, with or without
+** modification, are permitted provided that the following conditions
+** are met:
+** 1. Redistributions of source code must retain the above copyright
+**    notice, this list of conditions and the following disclaimer.
+** 2. Redistributions in binary form must reproduce the above copyright
+**    notice, this list of conditions and the following disclaimer in the
+**    documentation and/or other materials provided with the distribution.
+**
+** THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+** ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+** IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+** ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+** FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+** DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+** OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+** HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+** LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+** SUCH DAMAGE.
+</screen>
+</section>
+
+</section>
+
index 7ae671be06856f2c1c6dd70cd2c0f834001dc5b5..33bee321224dce0d0ce0a81b6bb545ea64bac726 100644 (file)
@@ -3125,4 +3125,6 @@ Accept: */*
 </formalpara>
 </section>
 
+<xi:include href="attribution.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
 </article>
index db47107a0d8a25d35d9d40b22fe77bdd3885bfca..db0f5681a7811fcd79fe18d10e7ccb2e6030a5c9 100644 (file)
@@ -12,7 +12,7 @@ get-icons:
 dist-hook: get-icons doc-dist-hook
 
 DOC_MODULE = viking
-DOC_ENTITIES = legal.xml
+DOC_ENTITIES = legal.xml attribution.xml
 DOC_INCLUDES =
 DOC_FIGURES = \
     figures/addtr_18.png \