Skip to content

Commit 68f16cc

Browse files
committed
Update license references in README also with SPDX identifiers
1 parent 5586c2d commit 68f16cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data/basemap_data/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ python -m pip install basemap-data
1717

1818
The land-sea mask, coastline, lake, river and political boundary data
1919
are extracted from the [GSHHG] datasets (version 2.3.6) using [GMT]
20-
(5.x series) and are included under the terms of the [LGPLv3+] license
21-
(see [`COPYING`] and [`COPYING.LESSER`]).
20+
(5.x series) and are included under the terms of the [LGPL-3.0-or-later]
21+
license (see [`COPYING`] and [`COPYING.LESSER`]).
2222

2323
The other files are included under the terms of the [MIT] license. See
2424
[`LICENSE.epsg`] for the EPSG file (taken from the PROJ.4 package) and
@@ -37,7 +37,7 @@ https://www.soest.hawaii.edu/pwessel/gshhg
3737
[GMT]:
3838
https://www.generic-mapping-tools.org/
3939

40-
[LGPLv3+]:
40+
[LGPL-3.0-or-later]:
4141
https://spdx.org/licenses/LGPL-3.0-or-later.html
4242
[MIT]:
4343
https://spdx.org/licenses/MIT.html

data/basemap_data_hires/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ python -m pip install basemap-data-hires
1717

1818
The land-sea mask, coastline, lake, river and political boundary data
1919
are extracted from the [GSHHG] datasets (version 2.3.6) using [GMT]
20-
(5.x series) and are included under the terms of the [LGPLv3+] license
21-
(see [`COPYING`] and [`COPYING.LESSER`]).
20+
(5.x series) and are included under the terms of the [LGPL-3.0-or-later]
21+
license (see [`COPYING`] and [`COPYING.LESSER`]).
2222

2323

2424
[`matplotlib`]:
@@ -33,7 +33,7 @@ https://www.soest.hawaii.edu/pwessel/gshhg
3333
[GMT]:
3434
https://www.generic-mapping-tools.org/
3535

36-
[LGPLv3+]:
36+
[LGPL-3.0-or-later]:
3737
https://spdx.org/licenses/LGPL-3.0-or-later.html
3838
[`COPYING`]:
3939
https://github.com/matplotlib/basemap/blob/v2.0.0/data/basemap_data_hires/COPYING

0 commit comments

Comments
 (0)