BASEMAP COPYRIGHT AND LICENSE

source code from proj.4 (http://proj.maptools.org) is included in the
'src' directory under the terms given in LICENSE_proj4.

source code from geographiclib
(http://pypi.python.org/pypi/geographiclib) is included in the
'lib/mpl_toolkits/basemap' directory under the terms given in
LICENSE_geographiclib.

source code for the GEOS library is included in the 'geos-3.3.6'
directory under the terms given in LICENSE_geos.

shapefile.py from pyshp.googlecode.com is included under the terms
given in LICENSE_pyshp.

the land-sea mask, coastline, lake, river and political boundary data
are extracted from datasets provided with the Generic Mapping Tools
(http://gmt.soest.hawaii.edu) and are included under the terms given
in LICENSE_data.

Everything else (including src/_proj.pyx,, src/_proj.c, src/_geos.c,
and src/_geos.pyx):

copyright (c) 2011 by Jeffrey Whitaker.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notices appear in all copies and
that both the copyright notices and this permission notice appear in
supporting documentation.  THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
