1The rgdal source package is licensed GPL (>= 2).
2
3Because the CRAN Windows and OSX binaries are static linked to GDAL and PROJ
4binaries, this file is included to record their license conditions.
5
6Even Rouault (OSGeo GDAL PSC chair) and Frank Warmerdam (OSGeo MetaCRS PSC
7chair) are included in DESCRIPTION as copyright holders and contributors to
8rgdal. Even Rouault has also made code contributions to rgdal itself.
9
10GDAL is distributed under the terms of X11/MIT License, and is historically (C) 2000, Frank Warmerdam, see:
11https://trac.osgeo.org/gdal/wiki/FAQGeneral#WhatlicensedoesGDALOGRuse. The
12verbatim text on that page is:
13"Copyright (c) 2000, Frank Warmerdam
14
15Permission is hereby granted, free of charge, to any person obtaining a
16copy of this software and associated documentation files (the "Software"),
17to deal in the Software without restriction, including without limitation
18the rights to use, copy, modify, merge, publish, distribute, sublicense,
19and/or sell copies of the Software, and to permit persons to whom the
20Software is furnished to do so, subject to the following conditions:
21
22The above copyright notice and this permission notice shall be included
23in all copies or substantial portions of the Software.
24
25THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
26OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
28THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
30FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31DEALINGS IN THE SOFTWARE."
32The status of GDAL committers is shown in:
33https://github.com/OSGeo/gdal/blob/master/gdal/COMMITTERS. The details are
34covered in:
35https://github.com/OSGeo/gdal/blob/master/gdal/LICENSE.TXT.
36
37PROJ is currently run under the OSGeo MetaCRS PSC, and is also historically
38(C) 2001, Frank Warmerdam. The status of contributors is shown at:
39https://github.com/OSGeo/proj.4/blob/master/AUTHORS.
40PROJ uses the MIT license. The software was initially released by the USGS
41in the public domain. When Frank Warmerdam took over the development of
42PROJ it was moved under the MIT license: https://proj.org/about.html.
43
44Both PROJ and GDAL provide metadata files derived from other providers, and
45licensed under varying conditions, mostly precluding the arbitrary
46modification of metadata elements, most of which give coordinate reference
47system parameter values. These files are copied into CRAN Windows and OSX
48binary packages. Their provenance is not fully documented, but some lists are
49available, for example: https://github.com/OSGeo/proj.4/blob/master/nad/README.
50Work is in progress to link the provided data files to their licenses, such as:
51http://www.epsg.org/Termsofuse.aspx. Additional non-free metadata files may
52be added as shown in: https://proj.org/resource_files.html.
53
54