Replace reference to MIT/X or X/MIT to MIT (fixes #5154)

This commit is contained in:
Even Rouault 2022-01-24 19:02:16 +01:00
parent d55e92c4fb
commit 9aa0732e56
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
62 changed files with 87 additions and 87 deletions

View File

@ -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",

View File

@ -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

View File

@ -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

View File

@ -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 ===

View File

@ -22,7 +22,7 @@ GDAL - Geospatial Data Abstraction Library
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )](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

View File

@ -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

View File

@ -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,

View File

@ -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(

View File

@ -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)

View File

@ -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")

View File

@ -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

View File

@ -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
)

View File

@ -15,7 +15,7 @@
<PixelFunctionArguments scale="111120" z_factor="30" />
<PixelFunctionCode>
<![CDATA[
# Licence: X/MIT
# Licence: MIT
# Copyright 2016, Even Rouault
import math

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- GPX sample. X/MIT licence -->
<!-- GPX sample. MIT licence -->
<gpx creator="E. Rouault" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<wpt lat="0" lon="1">
<ele>2</ele>

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying file LICENSE.TXT.
# Distributed under the GDAL/OGR MIT style License. See accompanying file LICENSE.TXT.
#[=======================================================================[.rst:
CheckDependentLibraries.cmake

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying
# Distributed under the GDAL/OGR MIT style License. See accompanying
# file LICENSE.TXT.
#[=======================================================================[.rst:

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying
# Distributed under the GDAL/OGR MIT style License. See accompanying
# file LICENSE.TXT.
#[=======================================================================[.rst:

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying
# Distributed under the GDAL/OGR MIT style License. See accompanying
# file LICENSE.TXT.
#[=======================================================================[.rst:

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying
# Distributed under the GDAL/OGR MIT style License. See accompanying
# file LICENSE.TXT.
#[=======================================================================[.rst:

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying
# Distributed under the GDAL/OGR MIT style License. See accompanying
# file LICENSE.TXT.
#[=======================================================================[.rst:

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying file LICENSE.TXT.
# Distributed under the GDAL/OGR MIT style License. See accompanying file LICENSE.TXT.
#[=======================================================================[.rst:
configure

View File

@ -1,4 +1,4 @@
# Distributed under the GDAL/OGR MIT/X style License. See accompanying
# Distributed under the GDAL/OGR MIT style License. See accompanying
# file LICENSE.TXT.
#[=======================================================================[.rst:

View File

@ -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.
# Documentation rules
find_package(Doxygen)

View File

@ -1,6 +1,6 @@
.. include:: ./substitutions.rst
GDAL is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source :ref:`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. The `NEWS`_ page describes the December 2021 GDAL/OGR 3.4.1 release.
GDAL is a translator library for raster and vector geospatial data formats that is released under an MIT style Open Source :ref:`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. The `NEWS`_ page describes the December 2021 GDAL/OGR 3.4.1 release.
.. image:: ../images/OSGeo_project.png
:alt: OSGeo project

View File

@ -27,7 +27,7 @@ executable and distributed beyond the creator to also be offered under
open source terms.
Non-Reciprocal FOSS License: A open source software license, such as
MIT/X, BSD or LGPL, that does not place any requirements on other linked
MIT, BSD or LGPL, that does not place any requirements on other linked
components in the same executable at distribution time.
Proprietary License: Software provided under terms that do not adhere to
@ -40,7 +40,7 @@ distributor or end user.
Rationale
---------
GDAL/OGR is distributed under the Non-Reciprocal MIT/X open source
GDAL/OGR is distributed under the Non-Reciprocal MIT open source
license which facilitates it's use by proprietary and open source
applications, and facilitates the inclusion of proprietary format
drivers along side the open source format drivers. However, it is still
@ -76,7 +76,7 @@ the driver:
such as the GPL, and should not be mixed with proprietary drivers or
applications.
- "NONRECIPROCAL": the driver is available under a non-reciprocal FOSS
license such as MIT/X, or LGPL. This is the default if no licensing
license such as MIT, or LGPL. This is the default if no licensing
policy is declared and is the natural policy of drivers provided as
part of GDAL without outside dependencies.
- "PROPRIETARY": the driver, usually due to use of proprietary

View File

@ -155,7 +155,7 @@ the project without it being clearly licensed under the project license.
Generally speaking the key issues are that those providing code to be
included in the repository understand that the code will be released
under the MIT/X license, and that the person providing the code has the
under the MIT license, and that the person providing the code has the
right to contribute the code. For the committer themselves understanding
about the license is hopefully clear. For other contributors, the
committer should verify the understanding unless the committer is very
@ -165,7 +165,7 @@ frequent contributors).
If the contribution was developed on behalf of an employer (on work
time, as part of a work project, etc) then it is important that an
appropriate representative of the employer understand that the code will
be contributed under the MIT/X license. The arrangement should be
be contributed under the MIT license. The arrangement should be
cleared with an authorized supervisor/manager, etc.
The code should be developed by the contributor, or the code should be

View File

@ -1119,7 +1119,7 @@ with hillshading.py:
.. code-block:: python
# Licence: X/MIT
# Licence: MIT
# Copyright 2016, Even Rouault
import math

View File

@ -9,7 +9,7 @@ License
License
--------------------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@ best of our knowledge and not guaranteed. Users should check by themselves.
* External libraries enabled: ultrasmall + libexpat, libpq, libssl
* No GDAL Python
* Base PROJ grid package (http://download.osgeo.org/proj/proj-datumgrid-1.8.zip)
* Overall licensing terms of the GDAL build: permissive (X/MIT, BSD style, Apache, etc..)
* Overall licensing terms of the GDAL build: permissive (MIT, BSD style, Apache, etc..)
See [alpine-small/Dockerfile](alpine-small/Dockerfile)
@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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(

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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
----------

View File

@ -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()

View File

@ -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

View File

@ -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

View File

@ -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" );
}

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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>

View File

@ -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.

View File

@ -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(

View File

@ -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

View File

@ -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)

View File

@ -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)