Magics++
========

Copyright 2007-2009 ECMWF

This product mainly includes software developed by the Graphics Section
at the "European Centre for Medium-Range Weather Forecasts" 
(ECMWF - http://www.ecmwf.int ).

Below is a list of software packages which are used inside Magics++:


Terralib
========

This software contains code derived from the Terralib library developed by 
National Institute for Space Research (INPE). More information about Terralib
can be found at http://www.terralib.org . The library is distributed under 
the LGPL. 

ECMWF has a close co-operation with INPE regarding the development of Graphics
apllications.



MINIZIP
=======

   http://www.winimage.com/zLibDll/minizip.html


/* zip.h -- IO for compress .zip files using zlib
   Version 1.01e, February 12th, 2005

   Copyright (C) 1998-2005 Gilles Vollant

   This unzip package allow creates .ZIP file, compatible with PKZip 2.04g
     WinZip, InfoZip tools and compatible.
   Multi volume ZipFile (span) are not supported.
   Encryption compatible with pkzip 2.04g only supported
   Old compressions used by old PKZip 1.x are not supported

  For uncompress .zip file, look at unzip.h

   I WAIT FEEDBACK at mail info@winimage.com
   Visit also http://www.winimage.com/zLibDll/unzip.html for evolution

   Condition of use and distribution are the same than zlib :

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the authors be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.
  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.
  3. This notice may not be removed or altered from any source distribution.

*/

JASON_SPIRIT_READER
===================

/* Copyright (c) 2007-2009 John W Wilkinson

   json spirit version 4.00

   This source code can be used for any purpose as long as
   this comment is retained. */

