From: Adam Dickmeiss Date: Wed, 23 Oct 2002 12:46:06 +0000 (+0000) Subject: License ala YAZ X-Git-Tag: YAZPP.0.5~26 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=fb0faf97c0f1395c212357abfa2ae8d4fa45a591 License ala YAZ --- diff --git a/LICENSE b/LICENSE index 5e59e8a..507be71 100644 --- a/LICENSE +++ b/LICENSE @@ -1,26 +1,25 @@ -/* - * Copyright (c) 1995-2001, Index Data. - * - * Permission to use, copy, modify, distribute, and sell this software and - * its documentation, in whole or in part, for any purpose, is hereby granted, - * provided that: - * - * 1. This copyright and permission notice appear in all copies of the - * software and its documentation. Notices of copyright or attribution - * which appear at the beginning of any file must remain unchanged. - * - * 2. The names of Index Data or the individual authors may not be used to - * endorse or promote products derived from this software without specific - * prior written permission. - * - * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, - * EXPRESS, IMPLIED, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY - * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - * IN NO EVENT SHALL INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL, - * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR - * NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF - * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE - * OF THIS SOFTWARE. - * - */ +Copyright (c) 1999-2002, Index Data and Mike Taylor. + +Permission to use, copy, modify, distribute, and sell this software and +its documentation, in whole or in part, for any purpose, is hereby granted, +provided that: + +1. This copyright and permission notice appear in all copies of the +software and its documentation. Notices of copyright or attribution +which appear at the beginning of any file must remain unchanged. + +2. The names of Index Data or the individual authors may not be used to +endorse or promote products derived from this software without specific +prior written permission. + +THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, +EXPRESS, IMPLIED, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY +WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. +IN NO EVENT SHALL INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR +NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF +LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE +OF THIS SOFTWARE. + + diff --git a/doc/Makefile.am b/doc/Makefile.am index 790b9cd..f45eee0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.3 2002-10-23 10:14:11 adam Exp $ +## $Id: Makefile.am,v 1.4 2002-10-23 12:46:07 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -12,11 +12,16 @@ XMLFILES = \ proxy.xml \ yaz-proxy-ref.xml \ yaz-proxy-man.sgml \ + license.xml \ yaz++.xml.in TOP=yaz++.xml MANFILES=yaz-proxy.8 -HTMLFILES = yazpp.html installation.html zoom.html proxy.html +HTMLFILES = installation.html license.html otherinfo-encoding.html \ + proxy-cache.html proxy.html proxy-keepalive.html proxy-optimizations.html \ + proxy-target.html proxy-usage.html yazpp.html yaz-proxy.html \ + zoom-connection.html zoom-exception.html zoom.html zoom-query.html \ + zoom-record.html zoom-resultset.html doc_DATA = $(HTMLFILES) yaz++.pdf diff --git a/doc/license.xml b/doc/license.xml new file mode 100644 index 0000000..0c575ec --- /dev/null +++ b/doc/license.xml @@ -0,0 +1,55 @@ + + License + + Index Data Copyright + + + Copyright © 1999-2002 Index Data and Mike Taylor. + + + + Permission to use, copy, modify, distribute, and sell this + software and its documentation, in whole or in part, for any + purpose, is hereby granted, provided that: + + + + 1. This copyright and permission notice appear in all copies of the + software and its documentation. Notices of copyright or attribution + which appear at the beginning of any file must remain unchanged. + + + + 2. The names of Index Data or the individual authors may not be used to + endorse or promote products derived from this software without specific + prior written permission. + + + + THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, + EXPRESS, IMPLIED, OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY + WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + IN NO EVENT SHALL INDEX DATA BE LIABLE FOR ANY SPECIAL, INCIDENTAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR + NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF + LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE + OF THIS SOFTWARE. + + + + + diff --git a/doc/yaz++.xml.in b/doc/yaz++.xml.in index d90cd66..b0f96e3 100644 --- a/doc/yaz++.xml.in +++ b/doc/yaz++.xml.in @@ -6,17 +6,17 @@ + ]> - + YAZ++ MikeTaylor AdamDickmeiss - 2002 - Index Data - Mike Taylor + 1999-2002 + Index Data, Mike Taylor @@ -34,6 +34,7 @@ &chap-installation; &chap-zoom; &chap-proxy; + &app-license;