Skip to content

Commit 9aa0732

Browse files
committed
Replace reference to MIT/X or X/MIT to MIT (fixes OSGeo#5154)
1 parent d55e92c commit 9aa0732

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+87
-87
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"orcid": "0000-0001-9812-7584"
6262
}
6363
],
64-
"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.",
64+
"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.",
6565
"keywords": [
6666
"GDAL",
6767
"geospatial",

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
1+
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
22
cmake_minimum_required(VERSION 3.10)
33

44
# cmake version 3.12 or later

LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ switch.
1212
GDAL/OGR General
1313
----------------
1414

15-
In general GDAL/OGR is licensed under an MIT/X style license with the
15+
In general GDAL/OGR is licensed under an MIT style license with the
1616
following terms:
1717

1818
Permission is hereby granted, free of charge, to any person obtaining a

PROVENANCE.TXT

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ Note: all the following are build options, not required.
109109
=== gdal/alg ===
110110

111111
* contour.cpp: Joint copyright between FrankW and ACT.
112-
* gdal_crs.c: derived from old GRASS/UMichigan code also under MIT/X license, properly noted in headers.
112+
* gdal_crs.c: derived from old GRASS/UMichigan code also under MIT license, properly noted in headers.
113113
* gdalmediancut.cpp: derived from libtiff tiffmedian.c utility under a GDAL compatible license. Properly noted in headers.
114-
* gdalrasterize.cpp: Derived from OpenEV code. Relicensed from LGPL to MIT/X by explicit grant from copyright holder (Frank Warmerdam).
114+
* gdalrasterize.cpp: Derived from OpenEV code. Relicensed from LGPL to MIT by explicit grant from copyright holder (Frank Warmerdam).
115115
* 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.
116-
* llrasterize.c: Derived from GD which has compatible MIT/X license. Properly noted in header.
117-
* thinplatespline.cpp: Contributed by VIZRT Inc., Relicensed to MIT/X with their explicit permission as noted in the header.
116+
* llrasterize.c: Derived from GD which has compatible MIT license. Properly noted in header.
117+
* thinplatespline.cpp: Contributed by VIZRT Inc., Relicensed to MIT with their explicit permission as noted in the header.
118118

119119
=== gdal/data ===
120120

@@ -144,11 +144,11 @@ Note: all the following are build options, not required.
144144

145145
=== gdal/ogr/ogrsf_frmts/generic ===
146146

147-
* Some files here (and elsewhere in OGR) copyright Softmap Inc (but MIT/X).
147+
* Some files here (and elsewhere in OGR) copyright Softmap Inc (but MIT).
148148

149149
=== gdal/ogr/ogrsf_frmts/avc ===
150150

151-
* Some copyright Daniel Morissette, MIT/X.
151+
* Some copyright Daniel Morissette, MIT.
152152
* Included copy of dbfopen.h from Shapelib. We really ought to reference the one in ../shape.
153153

154154
=== gdal/ogr/ogrsf_frmts/csv ===
@@ -157,7 +157,7 @@ Note: all the following are build options, not required.
157157

158158
=== gdal/ogr/ogrsf_frmts/dgn ===
159159

160-
* Copyright Avenza Systems (MIT/X).
160+
* Copyright Avenza Systems (MIT).
161161
* 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)
162162
* 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)
163163

@@ -167,7 +167,7 @@ Note: all the following are build options, not required.
167167

168168
=== gdal/ogr/ogrsf_frmts/fme ===
169169

170-
* 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.
170+
* All code is Copyright Safe Software, "All Rights Reserved"! - License changed to MIT with explicit permission from Dale Lutz. Copyright still held by Safe.
171171

172172
=== gdal/ogr/ogrsf_frmts/gml ===
173173

@@ -176,11 +176,11 @@ Note: all the following are build options, not required.
176176

177177
=== gdal/ogr/ogrsf_frmts/grass ===
178178

179-
* copyright Radim Blazek, MIT/X.
179+
* copyright Radim Blazek, MIT.
180180

181181
=== gdal/ogr/ogrsf_frmts/ili ===
182182

183-
* ili level code copyright Pirmin Kalberer (Sourcepole), MIT/X.
183+
* ili level code copyright Pirmin Kalberer (Sourcepole), MIT.
184184
* iom/ili2c.jar is ambiguous. (#1812) (removed - ok)
185185
* 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)
186186

@@ -190,7 +190,7 @@ Note: all the following are build options, not required.
190190

191191
=== gdal/ogr/ogrsf_frmts/mitab ===
192192

193-
* Copyright Daniel Morissette, Stepane Villeneuve, Frank Warmerdam (MIT/X).
193+
* Copyright Daniel Morissette, Stepane Villeneuve, Frank Warmerdam (MIT).
194194
* Some code derived from MapServer with credit in headers, no problem foreseen.
195195
* All clean.
196196

@@ -213,7 +213,7 @@ Note: all the following are build options, not required.
213213

214214
=== gdal/ogr/ogrsf_frmts/ogdi ===
215215

216-
* Copyright Daniel Morrissette, MIT/X.
216+
* Copyright Daniel Morrissette, MIT.
217217

218218
=== gdal/ogr/ogrsf_frmts/pg ===
219219

@@ -242,9 +242,9 @@ Note: all the following are build options, not required.
242242

243243
=== gdal/ogr/ogrsf_frmts/shape ===
244244

245-
* inline copy of Shapelib which is dual licensed MIT/X and LGPL.
245+
* inline copy of Shapelib which is dual licensed MIT and LGPL.
246246
* Note, Shapelib code was written while I was at PCI, but permission was given to release it as open source.
247-
* Some (OGR) code is Copyright Softmap Inc, MIT/X.
247+
* Some (OGR) code is Copyright Softmap Inc, MIT.
248248

249249
=== gdal/ogr/ogrsf_frmts/sqlite ===
250250

@@ -260,14 +260,14 @@ Note: all the following are build options, not required.
260260

261261
=== gdal/ogr/ogrsf_frmts ===
262262

263-
* Some copyright softmap Inc, all MIT/X.
263+
* Some copyright softmap Inc, all MIT.
264264

265265
=== gdal/ogr ===
266266

267267
* SpatialReferenceIdl.idl, GeometryIdl.idl, CoverageIdl.idl: From OGC spec package I believe. (removed)
268268
* ogr_capi_test.c: no copyright message, written by Daniel Morissette. Added copyright.
269269
* oledbgis.h: No copyright message, mostly OGC spec constants.
270-
* ogr_swq.h, swq.c: Has alternate form of MIT/X license. On review this license is functionally equivalent to the general GDAL license.
270+
* ogr_swq.h, swq.c: Has alternate form of MIT license. On review this license is functionally equivalent to the general GDAL license.
271271
* Copyright holders include Frank Warmerdam, Daniel Morissette, Softmap Inc., Stephane Villeneuve., Andrey Kiselev, Information Interoperability Institute
272272

273273
=== gdal/frmts/aaigrid ===
@@ -276,7 +276,7 @@ Note: all the following are build options, not required.
276276

277277
=== gdal/frmts/aigrid ===
278278

279-
* aigccitt.c: Derived from libtiff - MIT/X.
279+
* aigccitt.c: Derived from libtiff - MIT.
280280
* FrankW, clean.
281281

282282
=== gdal/frmts/airsar ===
@@ -337,7 +337,7 @@ See [http://home.gdal.org/projects/bsb/ipi.html]
337337
=== gdal/frmts/gif ===
338338

339339
* FrankW, clean.
340-
* libungif is under the MIT/X license as established in ticket #1818.
340+
* libungif is under the MIT license as established in ticket #1818.
341341

342342
=== gdal/frmts/grass ===
343343

@@ -346,10 +346,10 @@ See [http://home.gdal.org/projects/bsb/ipi.html]
346346

347347
=== gdal/frmts/gtiff ===
348348

349-
* 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.
350-
* tif_memio.c: FrankW, Mike Johnson and MancTec AB - MIT/X.
349+
* 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.
350+
* tif_memio.c: FrankW, Mike Johnson and MancTec AB - MIT.
351351
* Contains copy of libtiff, license terms explicit in source files.
352-
* 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)
352+
* 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)
353353

354354
=== gdal/frmts/gxf ===
355355

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GDAL - Geospatial Data Abstraction Library
2222
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )](http://numfocus.org)
2323

2424

25-
GDAL is an open source X/MIT licensed translator library for raster and vector geospatial data formats.
25+
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
2626

2727
* Main site: https://gdal.org - Developer and user docs, links to other resources
2828
* GIT repository: https://github.com/OSGeo/gdal

alg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
1+
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
22

33
add_library(
44
alg OBJECT

alg/llrasterize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CPL_CVSID("$Id$")
7070
* http://www.boutell.com/gd/
7171
*
7272
* It was later adapted for direct inclusion in GDAL and relicensed under
73-
* the GDAL MIT/X license (pulled from the OpenEV distribution).
73+
* the GDAL MIT license (pulled from the OpenEV distribution).
7474
*/
7575

7676
void GDALdllImageFilledPolygon(int nRasterXSize, int nRasterYSize,

apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
1+
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
22

33
include(GdalStandardIncludes)
44
add_library(

autotest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
1+
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
22

33
#[[
44
option(AUTOTEST_DOWNLOAD_TEST_DATA "Autotest to download test data" OFF)

autotest/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CMake4GDAL project is distributed under X/MIT license. See accompanying file LICENSE.txt.
1+
# CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
22

33
set(GDAL_ROOT_TEST_DIR "${PROJECT_SOURCE_DIR}/autotest")
44

0 commit comments

Comments
 (0)