LICENSE.TXT: mention licenses of FlatGeoBuf / Flatbuffers

This commit is contained in:
Even Rouault 2022-06-23 20:03:08 +02:00
parent 5f6ed12447
commit a394f9cb29
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 134 additions and 77 deletions

View File

@ -34,8 +34,8 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
gdal/frmts/gtiff/tif_float.c
----------------------------
port/cpl_float.cpp
------------------
Copyright (c) 2002, Industrial Light & Magic, a division of Lucas
Digital Ltd. LLC
@ -68,8 +68,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
gdal/frmts/hdf4/hdf-eos/*
------------------------
frmts/hdf4/hdf-eos/*
--------------------
Copyright (C) 1996 Hughes and Applied Research Corporation
@ -79,8 +79,8 @@ gdal/frmts/hdf4/hdf-eos/*
this permission notice appear in supporting documentation.
gdal/frmts/pcraster/libcsf
--------------------------
frmts/pcraster/libcsf
---------------------
Copyright (c) 1997-2003, Utrecht University
All rights reserved.
@ -113,8 +113,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
gdal/frmts/grib/degrib/*
------------------------
frmts/grib/degrib/*
-------------------
The degrib and g2clib source code are modified versions of code produced
by NOAA NWS and are in the public domain subject to the following
@ -212,8 +212,8 @@ freely, subject to the following restrictions:
own source and binary releases.
gdal/ogr/ogrsf_frmts/dxf/intronurbs.cpp
---------------------------------------
ogr/ogrsf_frmts/dxf/intronurbs.cpp
----------------------------------
This code is derived from the code associated with the book "An Introduction
to NURBS" by David F. Rogers. More information on the book and the code is
@ -249,8 +249,8 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
gdal/alg/thinplatespline.cpp
----------------------------
alg/thinplatespline.cpp
-----------------------
IEEE754 log() code derived from:
@(#)e_log.c 1.3 95/01/18
@ -263,8 +263,8 @@ software is freely granted, provided that this notice
is preserved.
gdal/alg/libqhull
-----------------
alg/libqhull
------------
Only applies when GDAL is compiled with internal qhull support
@ -308,8 +308,8 @@ and redistributed under the following conditions:
qhull_bug@qhull.org; the authors may or may not act on them as
they desire.
gdal/frmts/pdf/pdfdataset.cpp (method PDFiumRenderPageBitmap())
---------------------------------------------------------------
frmts/pdf/pdfdataset.cpp (method PDFiumRenderPageBitmap())
----------------------------------------------------------
Copyright 2014 PDFium Authors. All rights reserved.
@ -339,8 +339,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
gdal/frmts/mrf/* (apply when MRF driver included in build)
---------------------------------------------------------------
frmts/mrf/* (apply when MRF driver included in build)
------------------------------------------------------
Copyright (c) 2002-2012, California Institute of Technology.
All rights reserved. Based on Government Sponsored Research under contracts NAS7-1407 and/or NAS7-03001.
@ -375,7 +375,7 @@ See the License for the specific language governing permissions and
limitations under the License.
cmake/modules/3.* (backported CMake find modules)
---------------------------------------------------------------
-------------------------------------------------
CMake - Cross Platform Makefile Generator
Copyright 2000-2022 Kitware, Inc. and Contributors
@ -408,3 +408,60 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ogr/ogrsf_frmts/flatgeobuf
--------------------------
FlatGeobuf
++++++++++
ISC License
Copyright (c) 2018, Bjorn Harrtell
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND 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, DIRECT, 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.
Flatbush
++++++++
ISC License
Copyright (c) 2018, Vladimir Agafonkin
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND 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, DIRECT,
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.
ogr/ogrsf_frmts/flatgeobuf/flatbuffers
--------------------------------------
Copyright 2021 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.