ThinkGeo.Gdal... 14.5.2 License Info

ThinkGeo.Gdal.Dependency.Windows 14.5.2

ThinkGeo.Gdal.Dependency.Windows
================================

This NuGet package redistributes prebuilt GDAL 3.11.3 native binaries and
the third-party libraries that GDAL depends on, sourced from the GDAL
build artifacts produced by gisinternals.com (Copyright (c) Tamas
Szekeres). The packaging metadata, MSBuild .targets, and
ThinkGeo-authored content are released under the MIT License.

The redistributed native DLLs come from many upstream projects that are
each licensed under their own terms. By using this package you agree to
comply with all of the licenses below for any DLLs you actually load at
runtime.

----------------------------------------------------------------------
1. The GDAL build (gisinternals.com)
----------------------------------------------------------------------

Copyright (c) 2022, Tamas Szekeres
https://www.gisinternals.com/licensing.html

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.

----------------------------------------------------------------------
2. GDAL itself
----------------------------------------------------------------------

GDAL/OGR is released under an X/MIT-style license by the Open Source
Geospatial Foundation. See https://gdal.org/license.html for the
authoritative text.

----------------------------------------------------------------------
3. Bundled third-party open-source libraries (non-exhaustive)
----------------------------------------------------------------------

The runtimes/<rid>/native/ folder contains a number of upstream
open-source libraries that GDAL links against. The most common license
families present in this package are:

  - X/MIT-style:    GDAL, PROJ, Expat (libexpat), libxml2, libkea,
                    netCDF, OGDI
  - BSD-style:      libpng16, HDF4 (mfhdf, hdf), HDF5 (hdf5*),
                    cfitsio, freexl
  - LGPL 2.1+:      GEOS (geos, geos_c), libiconv (iconv-2)
  - Apache 2.0:     OpenSSL 3.x (libcrypto-3-x64, libssl-3-x64)
  - Public domain:  SQLite (sqlite3, fts5)
  - curl license:   libcurl (BSD-like / MIT-like permissive)
  - PostgreSQL:     libpq (PostgreSQL License, MIT-like)
  - GPL with FOSS
    Exception or
    commercial:     MySQL Connector (libmysql) — see
                    https://www.mysql.com/about/legal/licensing/oem/

Each upstream library's full license text is available from its
respective project. The license summary above is informational; the
authoritative terms are those distributed with each upstream project.

----------------------------------------------------------------------
4. Vendor-distributed SDK plugins
----------------------------------------------------------------------

The following DLLs in this package are NOT open source. They are
vendor-distributed SDKs included so that GDAL can dynamically load
them as raster format plugins. By using any of these plugins you
agree to the corresponding vendor's end-user license terms linked
below.

  - gdal_ECW_JP2ECW.dll, NCSEcw.dll  (NCSEcw.dll is "ECWJP2 SDK 5.5")
        Hexagon (formerly ERDAS) ECW/JP2 SDK v5.x.
        Decoding ECW/JP2 imagery on Desktop is free of charge under
        Hexagon's terms; this is the use covered by ThinkGeo's
        integration. The bundled binary is a full read/write build
        and is also capable of compressing/encoding ECW imagery, but
        encoding is gated at runtime — it requires an OEM license
        key purchased from Hexagon, supplied to GDAL via the
        ECW_ENCODE_KEY and ECW_ENCODE_COMPANY environment variables.
        Server-side use of v5.x SDK and unlimited-size mobile decode
        also require a paid Hexagon license.
        Reference: https://supportsi.hexagon.com/help/s/erdas-ecw-jp2-sdk
        See also: https://gdal.org/en/stable/drivers/raster/ecw.html

  - gdal_MrSID.dll, lti_dsdk_9.5.dll, lti_lidar_dsdk_1.1.dll
        Extensis (formerly LizardTech) MrSID Decode SDK (DSDK) and
        Lidar / MG4 Decode SDK. Free for decode use under Extensis's
        developer terms.
        These bundled binaries are the Decode SDK build and are
        decode-only by design — they cannot encode/write MrSID,
        MG3, MG4, or related LiDAR formats regardless of the
        license held. Producing those formats requires a different
        gdal_MrSID.dll built against Extensis's Encode SDK (ESDK)
        or use of the commercial GeoExpress product.
        Reference: https://www.extensis.com/support/developers
        See also: https://gdal.org/en/stable/drivers/raster/mrsid.html

If your application invokes any write/encode operations with these
formats, confirm that your deployment is covered by the vendor's
terms (and, in the ECW case, that you hold a valid OEM encode key).

----------------------------------------------------------------------
5. Packaging metadata (.nuspec, build/*.targets, this LICENSE.txt)
----------------------------------------------------------------------

Copyright (c) ThinkGeo LLC

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.