From e3332d417e25d85633423955a11664896ac34e05 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Tue, 27 May 2014 20:44:25 +0100 Subject: [PATCH] [DOC] Add attributions to meet binary distribution requirements. --- help/C/attribution.xml | 43 ++++++++++++++++++++++++++++++++++++++++++ help/C/viking.xml | 2 ++ help/Makefile.am | 2 +- 3 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 help/C/attribution.xml diff --git a/help/C/attribution.xml b/help/C/attribution.xml new file mode 100644 index 00000000..22336027 --- /dev/null +++ b/help/C/attribution.xml @@ -0,0 +1,43 @@ + + + +
+Attributions + +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 http://viking.sf.net + + +
+ coords.c + coords.h + Available under license: + +** Copyright © 2001 by Jef Poskanzer jef@acme.com. +** 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. + +
+ +
+ diff --git a/help/C/viking.xml b/help/C/viking.xml index 7ae671be..33bee321 100644 --- a/help/C/viking.xml +++ b/help/C/viking.xml @@ -3125,4 +3125,6 @@ Accept: */* + + diff --git a/help/Makefile.am b/help/Makefile.am index db47107a..db0f5681 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -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 \ -- 2.39.5