Replace reference to MIT/X or X/MIT to MIT (fixes #5154)
This commit is contained in:
parent
d55e92c4fb
commit
9aa0732e56
|
@ -61,7 +61,7 @@
|
|||
"orcid": "0000-0001-9812-7584"
|
||||
}
|
||||
],
|
||||
"description": "GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source License by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.",
|
||||
"description": "GDAL is a translator library for raster and vector geospatial data formats that is released under an MIT style Open Source License by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing.",
|
||||
"keywords": [
|
||||
"GDAL",
|
||||
"geospatial",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
# cmake version 3.12 or later
|
||||
|
|
|
@ -12,7 +12,7 @@ switch.
|
|||
GDAL/OGR General
|
||||
----------------
|
||||
|
||||
In general GDAL/OGR is licensed under an MIT/X style license with the
|
||||
In general GDAL/OGR is licensed under an MIT style license with the
|
||||
following terms:
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
|
|
@ -109,12 +109,12 @@ Note: all the following are build options, not required.
|
|||
=== gdal/alg ===
|
||||
|
||||
* contour.cpp: Joint copyright between FrankW and ACT.
|
||||
* gdal_crs.c: derived from old GRASS/UMichigan code also under MIT/X license, properly noted in headers.
|
||||
* gdal_crs.c: derived from old GRASS/UMichigan code also under MIT license, properly noted in headers.
|
||||
* gdalmediancut.cpp: derived from libtiff tiffmedian.c utility under a GDAL compatible license. Properly noted in headers.
|
||||
* gdalrasterize.cpp: Derived from OpenEV code. Relicensed from LGPL to MIT/X by explicit grant from copyright holder (Frank Warmerdam).
|
||||
* gdalrasterize.cpp: Derived from OpenEV code. Relicensed from LGPL to MIT by explicit grant from copyright holder (Frank Warmerdam).
|
||||
* gvgcpfit.c: Believed to be derived from Numerical Recipes in C. It has not been used for some time, but was still in the CVS repository. I have now removed it.
|
||||
* llrasterize.c: Derived from GD which has compatible MIT/X license. Properly noted in header.
|
||||
* thinplatespline.cpp: Contributed by VIZRT Inc., Relicensed to MIT/X with their explicit permission as noted in the header.
|
||||
* llrasterize.c: Derived from GD which has compatible MIT license. Properly noted in header.
|
||||
* thinplatespline.cpp: Contributed by VIZRT Inc., Relicensed to MIT with their explicit permission as noted in the header.
|
||||
|
||||
=== gdal/data ===
|
||||
|
||||
|
@ -144,11 +144,11 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/generic ===
|
||||
|
||||
* Some files here (and elsewhere in OGR) copyright Softmap Inc (but MIT/X).
|
||||
* Some files here (and elsewhere in OGR) copyright Softmap Inc (but MIT).
|
||||
|
||||
=== gdal/ogr/ogrsf_frmts/avc ===
|
||||
|
||||
* Some copyright Daniel Morissette, MIT/X.
|
||||
* Some copyright Daniel Morissette, MIT.
|
||||
* Included copy of dbfopen.h from Shapelib. We really ought to reference the one in ../shape.
|
||||
|
||||
=== gdal/ogr/ogrsf_frmts/csv ===
|
||||
|
@ -157,7 +157,7 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/dgn ===
|
||||
|
||||
* Copyright Avenza Systems (MIT/X).
|
||||
* Copyright Avenza Systems (MIT).
|
||||
* dgn_pge.cpp, dgn_pge.h, pge_test.cpp, vbe_pge.cpp: copyright Pacific Gas and Electric, all rights reserved! (this has all been removed from trunk)
|
||||
* web/* docs lack any copyright message. The isff.txt originally came from Intergraph and dgn.html is a reformatted version of that. Perhaps these ought to move out of GDAL CVS tree - action: this has been removed from svn. (#1813)
|
||||
|
||||
|
@ -167,7 +167,7 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/fme ===
|
||||
|
||||
* All code is Copyright Safe Software, "All Rights Reserved"! - License changed to MIT/X with explicit permission from Dale Lutz. Copyright still held by Safe.
|
||||
* All code is Copyright Safe Software, "All Rights Reserved"! - License changed to MIT with explicit permission from Dale Lutz. Copyright still held by Safe.
|
||||
|
||||
=== gdal/ogr/ogrsf_frmts/gml ===
|
||||
|
||||
|
@ -176,11 +176,11 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/grass ===
|
||||
|
||||
* copyright Radim Blazek, MIT/X.
|
||||
* copyright Radim Blazek, MIT.
|
||||
|
||||
=== gdal/ogr/ogrsf_frmts/ili ===
|
||||
|
||||
* ili level code copyright Pirmin Kalberer (Sourcepole), MIT/X.
|
||||
* ili level code copyright Pirmin Kalberer (Sourcepole), MIT.
|
||||
* iom/ili2c.jar is ambiguous. (#1812) (removed - ok)
|
||||
* iom source code is all LGPL (per iom/README.src.txt) but none of the source files have a copyright or license header. Action: this file has been removed. (#1812)
|
||||
|
||||
|
@ -190,7 +190,7 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/mitab ===
|
||||
|
||||
* Copyright Daniel Morissette, Stepane Villeneuve, Frank Warmerdam (MIT/X).
|
||||
* Copyright Daniel Morissette, Stepane Villeneuve, Frank Warmerdam (MIT).
|
||||
* Some code derived from MapServer with credit in headers, no problem foreseen.
|
||||
* All clean.
|
||||
|
||||
|
@ -213,7 +213,7 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/ogdi ===
|
||||
|
||||
* Copyright Daniel Morrissette, MIT/X.
|
||||
* Copyright Daniel Morrissette, MIT.
|
||||
|
||||
=== gdal/ogr/ogrsf_frmts/pg ===
|
||||
|
||||
|
@ -242,9 +242,9 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts/shape ===
|
||||
|
||||
* inline copy of Shapelib which is dual licensed MIT/X and LGPL.
|
||||
* inline copy of Shapelib which is dual licensed MIT and LGPL.
|
||||
* Note, Shapelib code was written while I was at PCI, but permission was given to release it as open source.
|
||||
* Some (OGR) code is Copyright Softmap Inc, MIT/X.
|
||||
* Some (OGR) code is Copyright Softmap Inc, MIT.
|
||||
|
||||
=== gdal/ogr/ogrsf_frmts/sqlite ===
|
||||
|
||||
|
@ -260,14 +260,14 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/ogr/ogrsf_frmts ===
|
||||
|
||||
* Some copyright softmap Inc, all MIT/X.
|
||||
* Some copyright softmap Inc, all MIT.
|
||||
|
||||
=== gdal/ogr ===
|
||||
|
||||
* SpatialReferenceIdl.idl, GeometryIdl.idl, CoverageIdl.idl: From OGC spec package I believe. (removed)
|
||||
* ogr_capi_test.c: no copyright message, written by Daniel Morissette. Added copyright.
|
||||
* oledbgis.h: No copyright message, mostly OGC spec constants.
|
||||
* ogr_swq.h, swq.c: Has alternate form of MIT/X license. On review this license is functionally equivalent to the general GDAL license.
|
||||
* ogr_swq.h, swq.c: Has alternate form of MIT license. On review this license is functionally equivalent to the general GDAL license.
|
||||
* Copyright holders include Frank Warmerdam, Daniel Morissette, Softmap Inc., Stephane Villeneuve., Andrey Kiselev, Information Interoperability Institute
|
||||
|
||||
=== gdal/frmts/aaigrid ===
|
||||
|
@ -276,7 +276,7 @@ Note: all the following are build options, not required.
|
|||
|
||||
=== gdal/frmts/aigrid ===
|
||||
|
||||
* aigccitt.c: Derived from libtiff - MIT/X.
|
||||
* aigccitt.c: Derived from libtiff - MIT.
|
||||
* FrankW, clean.
|
||||
|
||||
=== gdal/frmts/airsar ===
|
||||
|
@ -337,7 +337,7 @@ See [http://home.gdal.org/projects/bsb/ipi.html]
|
|||
=== gdal/frmts/gif ===
|
||||
|
||||
* FrankW, clean.
|
||||
* libungif is under the MIT/X license as established in ticket #1818.
|
||||
* libungif is under the MIT license as established in ticket #1818.
|
||||
|
||||
=== gdal/frmts/grass ===
|
||||
|
||||
|
@ -346,10 +346,10 @@ See [http://home.gdal.org/projects/bsb/ipi.html]
|
|||
|
||||
=== gdal/frmts/gtiff ===
|
||||
|
||||
* tif_float.c: Industrial Light and Magic - MIT/X style, but with a credit requirement. Added license notice in gdal/LICENSE.TXT, setup ticket #1819 to streamline it's use.
|
||||
* tif_memio.c: FrankW, Mike Johnson and MancTec AB - MIT/X.
|
||||
* tif_float.c: Industrial Light and Magic - MIT style, but with a credit requirement. Added license notice in gdal/LICENSE.TXT, setup ticket #1819 to streamline it's use.
|
||||
* tif_memio.c: FrankW, Mike Johnson and MancTec AB - MIT.
|
||||
* Contains copy of libtiff, license terms explicit in source files.
|
||||
* Contains copy of libgeotiff, license terms not made clear. A review of libgeotiff's LICENSE file makes it clear code is public domain unless otherwise noted (which would be FrankW's MIT/X code)
|
||||
* Contains copy of libgeotiff, license terms not made clear. A review of libgeotiff's LICENSE file makes it clear code is public domain unless otherwise noted (which would be FrankW's MIT code)
|
||||
|
||||
=== gdal/frmts/gxf ===
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ GDAL - Geospatial Data Abstraction Library
|
|||
[](http://numfocus.org)
|
||||
|
||||
|
||||
GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats.
|
||||
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
|
||||
|
||||
* Main site: https://gdal.org - Developer and user docs, links to other resources
|
||||
* GIT repository: https://github.com/OSGeo/gdal
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_library(
|
||||
alg OBJECT
|
||||
|
|
|
@ -70,7 +70,7 @@ CPL_CVSID("$Id$")
|
|||
* http://www.boutell.com/gd/
|
||||
*
|
||||
* It was later adapted for direct inclusion in GDAL and relicensed under
|
||||
* the GDAL MIT/X license (pulled from the OpenEV distribution).
|
||||
* the GDAL MIT license (pulled from the OpenEV distribution).
|
||||
*/
|
||||
|
||||
void GDALdllImageFilledPolygon(int nRasterXSize, int nRasterYSize,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
include(GdalStandardIncludes)
|
||||
add_library(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
#[[
|
||||
option(AUTOTEST_DOWNLOAD_TEST_DATA "Autotest to download test data" OFF)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
set(GDAL_ROOT_TEST_DIR "${PROJECT_SOURCE_DIR}/autotest")
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
foreach (
|
||||
test_target IN
|
||||
|
|
|
@ -173,7 +173,7 @@ def test_basic_test_8():
|
|||
|
||||
license_text = gdal.VersionInfo('LICENSE')
|
||||
assert (
|
||||
license_text.startswith('GDAL/OGR is released under the MIT/X license')
|
||||
license_text.startswith('GDAL/OGR is released under the MIT license')
|
||||
or 'GDAL/OGR Licensing' in license_text
|
||||
)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<PixelFunctionArguments scale="111120" z_factor="30" />
|
||||
<PixelFunctionCode>
|
||||
<
|
||||
|
||||
|
@ -48,7 +48,7 @@ See [alpine-normal/Dockerfile](alpine-normal/Dockerfile)
|
|||
libzstd, libexpat, libxerces-c, libpq, libssl, libgeos
|
||||
* GDAL Python (Python 3.8)
|
||||
* Base PROJ grid package (http://download.osgeo.org/proj/proj-datumgrid-1.8.zip)
|
||||
* Overall licensing terms of the GDAL build: LGPL + permissive (X/MIT, BSD style, Apache, etc..)
|
||||
* Overall licensing terms of the GDAL build: LGPL + permissive (MIT, BSD style, Apache, etc..)
|
||||
|
||||
See [ubuntu-small/Dockerfile](ubuntu-small/Dockerfile)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
ARG ALPINE_VERSION=3.15
|
||||
FROM alpine:${ALPINE_VERSION} as builder
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
ARG ALPINE_VERSION=3.15
|
||||
FROM alpine:${ALPINE_VERSION} as builder
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
ARG BASE_IMAGE=ubuntu:20.04
|
||||
ARG TARGET_BASE_IMAGE=ubuntu:20.04
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
ARG PROJ_INSTALL_PREFIX=/usr/local
|
||||
ARG BASE_IMAGE=ubuntu:20.04
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# This file is available at the option of the licensee under:
|
||||
# Public domain
|
||||
# or licensed under X/MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
# or licensed under MIT (LICENSE.TXT) Copyright 2019 Even Rouault <even.rouault@spatialys.com>
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Introduction
|
|||
----
|
||||
|
||||
[GDAL](https://gdal.org) is a translator library for raster and
|
||||
vector geospatial data formats that is released under an X/MIT style Open
|
||||
vector geospatial data formats that is released under an MIT style Open
|
||||
Source license by the
|
||||
[Open Source Geospatial Foundation](http://www.osgeo.org/). As a library, it
|
||||
presents a single raster abstract data model and a single vector abstract data
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_library(gdal_frmts OBJECT gdalallregister.cpp)
|
||||
include(GdalDriverHelper)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
# it provides AAIGrid and GRASSASCIIGrid
|
||||
add_gdal_driver(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt. There are gdal_ADRG and
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt. There are gdal_ADRG and
|
||||
# gdal_SRP driver
|
||||
add_gdal_driver(
|
||||
TARGET gdal_ADRG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_gdal_driver(
|
||||
TARGET gdal_AIGrid
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_gdal_driver(TARGET gdal_AirSAR SOURCES airsardataset.cpp PLUGIN_CAPABLE NO_DEPS)
|
||||
gdal_standard_includes(gdal_AirSAR)
|
||||
|
|
|
@ -24,7 +24,7 @@ changes may be needed in cpl_config.h for Windows.
|
|||
License
|
||||
-------
|
||||
|
||||
MIT/X license ... see header of bsb_read.c.
|
||||
MIT license ... see header of bsb_read.c.
|
||||
|
||||
On the Web
|
||||
----------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
if (NOT TARGET ogr_SQLite)
|
||||
return()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
set(TEST_ENV)
|
||||
# Set PATH / LD_LIBRARY_PATH
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
add_library(
|
||||
gcore OBJECT
|
||||
gdalopeninfo.cpp
|
||||
|
|
|
@ -2270,7 +2270,7 @@ const char * CPL_STDCALL GDALVersionInfo( const char *pszRequest )
|
|||
if (!pszResultLicence)
|
||||
{
|
||||
pszResultLicence = CPLStrdup(
|
||||
"GDAL/OGR is released under the MIT/X license.\n"
|
||||
"GDAL/OGR is released under the MIT license.\n"
|
||||
"The LICENSE.TXT distributed with GDAL/OGR should\n"
|
||||
"contain additional details.\n" );
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
add_library(
|
||||
gcore_mdreader OBJECT
|
||||
reader_alos.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
# Switches to control build targets(cached)
|
||||
option(ENABLE_GNM "Build GNM (Geography Network Model) component" ON)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
if (ENABLE_GNM)
|
||||
add_subdirectory(gnm_frmts)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_library(gnm_frmts OBJECT gnm_frmts.h gnmregisterall.cpp)
|
||||
gdal_standard_includes(gnm_frmts)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_library(gnm_frmts_db OBJECT gnmdb.h gnmdbdriver.cpp gnmdbnetwork.cpp)
|
||||
gdal_standard_includes(gnm_frmts_db)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
add_library(
|
||||
ogr OBJECT
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
I (<a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>)
|
||||
have implemented a Microstation DGN reading library on contract to
|
||||
<a href="http://www.avenza.com/">Avenza Systems Inc.</a>, makers of
|
||||
MAPublisher. The library will be OpenSource (under my usual X/MIT license),
|
||||
MAPublisher. The library will be OpenSource (under my usual MIT license),
|
||||
portable and callable from C/C++. While it has been incorporated into my
|
||||
<a href="http://gdal.maptools.org/ogr">OGR Simple Features</a> library, it is
|
||||
also be usable standalone with minimal overhead. The dgnlib library, and this
|
||||
|
@ -66,7 +66,7 @@ format which is understood by some applications such as
|
|||
|
||||
<li> <b>What is the license?</b><p>
|
||||
|
||||
DGNLib is under my usual MIT/X style open source license. Thus is can be
|
||||
DGNLib is under my usual MIT style open source license. Thus is can be
|
||||
easily used in commercial, and free products with no concern about licensing
|
||||
issues. See the header of any source file for the full license text. <p>
|
||||
|
||||
|
|
|
@ -835,7 +835,7 @@ Version 1.0.1 - (2000-04-21)
|
|||
Version 1.0 - (2000-03-26)
|
||||
--------------------------
|
||||
|
||||
- Changed to use same MIT/X-Consortium license as other CPL + OGR libs.
|
||||
- Changed to use same MIT-Consortium license as other CPL + OGR libs.
|
||||
|
||||
- Fixed problem opening datasets with 0 features in them.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
include(TargetPublicHeader)
|
||||
target_public_header(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
set(GDAL_SWIG_COMMON_INTERFACE_FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include/Band.i
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
find_package(Perl)
|
||||
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib/Geo/GDAL)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
|
||||
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
|
||||
|
||||
# SWIG generates wrapper sources
|
||||
option(SWIG_REGENERATE_PYTHON "Generate python source with SWIG." OFF)
|
||||
|
|
Loading…
Reference in New Issue