mproj
Version:
A JavaScript port of the Proj.4 cartographic projections library
71 lines (51 loc) • 2.04 kB
Markdown
This software is a port of [Proj.4](https://github.com/OSGeo/proj.4]). A copy of the Proj.4 license is included below, as required by the MIT license.
New work is released under the same MIT license (see below) and
Copyright (c) 2016, Matthew Bloch
--------------
Proj.4 license
Copyright (c) 2000, Frank Warmerdam
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
--------------
Following is a list of ported Proj.4 source code files that include the names
of additional copyright holders, in accordance with the above license.
--------------
PJ_aea.c
PJ_aeqd.c
PJ_airy.c
PJ_aitoff.c
pj_gauss.c
pj_init.c
PJ_nzmg.c
PJ_omerc.c
PJ_sterea.c
proj_etmerc.c
PJ_gilbert.c (from libproj4)
Copyright (c) 2008 2006 2003 1995, Gerald Evenden
--------------
pj_generic_selftest.c
Copyright (c) 2016, Thomas Knudsen
--------------
PJ_times.c
Copyright (c) 2016, Kristian Evers
-------------
PJ_krovak.c
PJ_healpix.c
Copyright (c) 2001, Thomas Flemming, tf@ttqv.com
-------------
PJ_qsc.c
Copyright (c) 2011, 2012 Martin Lambers <marlam@marlam.de>
-------------