-/*
- * 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.
+
+
-## $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 = \
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
--- /dev/null
+<!-- $Id: license.xml,v 1.1 2002-10-23 12:46:07 adam Exp $ -->
+ <appendix id="license"><title>License</title>
+
+ <sect1 id="license.indexdata"><title>Index Data Copyright</title>
+
+ <para>
+ Copyright © 1999-2002 Index Data and Mike Taylor.
+ </para>
+
+ <para>
+ 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:
+ </para>
+
+ <para>
+ 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.
+ </para>
+
+ <para>
+ 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.
+ </para>
+
+ <para>
+ 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.
+ </para>
+ </sect1>
+ </appendix>
+
+ <!-- Keep this comment at the end of the file
+ Local variables:
+ mode: sgml
+ sgml-omittag:t
+ sgml-shorttag:t
+ sgml-minimize-attributes:nil
+ sgml-always-quote-attributes:t
+ sgml-indent-step:1
+ sgml-indent-data:t
+ sgml-parent-document: "yaz++.xml"
+ sgml-local-catalogs: nil
+ sgml-namecase-general:t
+ End:
+ -->
<!ENTITY chap-zoom SYSTEM "zoom.xml">
<!ENTITY chap-proxy SYSTEM "proxy.xml">
<!ENTITY yaz-proxy-ref SYSTEM "yaz-proxy-ref.xml">
+ <!ENTITY app-license SYSTEM "license.xml">
]>
-<!-- $Id: yaz++.xml.in,v 1.3 2002-10-23 10:14:11 adam Exp $ -->
+<!-- $Id: yaz++.xml.in,v 1.4 2002-10-23 12:46:07 adam Exp $ -->
<book id="yazpp">
<bookinfo>
<title>YAZ++</title>
<author><firstname>Mike</firstname><surname>Taylor</surname></author>
<author><firstname>Adam</firstname><surname>Dickmeiss</surname></author>
<copyright>
- <year>2002</year>
- <holder>Index Data</holder>
- <holder>Mike Taylor</holder>
+ <year>1999-2002</year>
+ <holder>Index Data, Mike Taylor</holder>
</copyright>
<abstract>
<simpara>
&chap-installation;
&chap-zoom;
&chap-proxy;
+ &app-license;
</book>
<!-- Keep this comment at the end of the file