 
/********************************************************************
 
  MLSQLODBCW.DLL - A library to talk to MarkLogic Server using ODBC.

  It is based on PSQLODBC.DLL, a library to talk to the PostgreSQL DBMS
  using ODBC.

  Copyright (C) 1998          Insight Distribution Systems
  Copyright (C) 1998 - 2013   The PostgreSQL Global Development Group

  Multibyte support was added by Sankyo Unyu Service, (C) 2001.

  The code contained in this library is based on code written by 
  Christian Czezatke and Dan McGuirk, (C) 1996.

  This library has been modified by MarkLogic Corporation.
  Modifications copyright 2020 MarkLogic Corporation.
  All rights reserved.

  Except for components noted below or that are otherwise subject to
  other open source licenses, this version of the MarkLogic ODBC
  Driver is released under the GNU Lesser General Public License as
  published by the Free Software Foundation, version 2.1 of the
  License.

  This library is free software; you can redistribute it and/or modify
  it under the terms of the GNU Library General Public License as 
  published by the Free Software Foundation; either version 2 of the 
  License, or (at your option) any later version.

  This library is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTIBILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Library General Public License for more details.

  You should have received a copy of the GNU Library General Public
  License along with this library (see "LICENSE.txt"); if not, write to
  the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
  02139, USA.


  Acknowledgements


  OpenSSL

  This product includes software developed by the OpenSSL Project for
  use in the OpenSSL Toolkit (http://www.openssl.org/).


  MIT Kerberos

  This product may include Kerberos software developed by the
  Massachusetts Institute of Technology
  (http://web.mit.edu/kerberos/):

  Copyright 1992-2004 by the Massachusetts Institute of
  Technology. All rights reserved.

  THIS SOFTWARE IS PROVIDED "AS IS", AND M.I.T. MAKES NO
  REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. By way of
  example, but not limitation, M.I.T. MAKES NO REPRESENTATIONS OR
  WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE
  OR THAT THE USE OF THE LICENSED SOFTWARE OR DOCUMENTATION WILL NOT
  INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER
  RIGHTS.


  PostgreSQL Database Management System

  This product contains the following component: PostgreSQL Database
  Management System (formerly known as Postgres, then as Postgres95).
  Portions Copyright (c) 1996-2012, The PostgreSQL Global Development
  Group.  Portions Copyright (c) 1994, The Regents of the University
  of California.  PostgreSQL Database Management System is provided
  subject to the following license terms: Permission to use, copy,
  modify, and distribute this software and its documentation for any
  purpose, without fee, and without a written agreement is hereby
  granted, provided that the above copyright notice and this paragraph
  and the following two paragraphs appear in all copies. IN NO EVENT
  SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
  INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND
  ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE UNIVERSITY OF
  CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN
  "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS
  TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  MODIFICATIONS.


  libiconv-2 and libintl-8

  This product may include libiconv-2 and libintl-8 shared libraries,
  available from http://www.postgresql.org:

  You can redistribute such libraries and/or modify them under the
  terms of the GNU Lesser General Public License as published by the
  Free Software Foundation; either version 2.1 of the License, or (at
  your option) any later version. These libraries are distributed in
  the hope that they will be useful, but WITHOUT ANY WARRANTY; without
  even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  PARTICULAR PURPOSE. See the GNU Lesser General Public License as
  available at http://www.gnu.org/licenses/lgpl-2.1.html#SEC4 for more
  details.


***********************************************************************/

