Added LICENSE file.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Sep 2000 12:22:32 +0000 (12:22 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 13 Sep 2000 12:22:32 +0000 (12:22 +0000)
LICENSE [new file with mode: 0644]
README.txt

diff --git a/LICENSE b/LICENSE
new file mode 100644 (file)
index 0000000..c27e7ce
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 1995-2000, 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.
+ *
+ */
index dfd1d58..95074c5 100644 (file)
@@ -1,14 +1,16 @@
 YAZ++ - A C++ library for YAZ
 
-$Id: README.txt,v 1.4 1999-04-27 07:52:13 adam Exp $
+$Id: README.txt,v 1.5 2000-09-13 12:22:32 adam Exp $
  
 o Introduction
 
 YAZ is a development toolkit that implements the ANSI Z39.50 protocol.
-YAZ homepage is: http://www.indexdata.dk/yaz
+YAZ homepage is: http://www.indexdata.dk/yaz/
+YAZ++ uses the same license as YAZ - see LICENSE file for
+details.
 
-YAZ++ is a C++ wrapper on top of that YAZ. It provides a relatively
-simple, high level, interface to YAZ.
+YAZ++ is a C++ wrapper on top of that YAZ and provides a relatively
+simple interface to YAZ.
 
 o Overview
 
@@ -53,11 +55,11 @@ Then, build YAZ++:
 o Installation, Windows
 
 Software is WIN32 and should run on Windows 95/98 and Windows NT 4.0.
-Yaz++ was build using Microsoft Visual C++ 5.0 and 6.0. Other compilers
-should work but makefile/project files will have created for those
+Yaz++ was build using Microsoft Visual C++ 6.0. Other compilers should
+work but makefile/project files will have to be created for those
 compiler environments.
 
-  Open workspace yazxx.dsw that includes four projects
+  Workspace yazxx.dsw includes the projects
     yazxx.dsp       -   builds yazxx.dll
     yazclient.dsp   -   builds yazclient.exe
     yazserver.dsp   -   builds yazserver.exe