Skip to content

Commit f12bfad

Browse files
committed
Update basemap license to MIT
1 parent a8e6de5 commit f12bfad

File tree

3 files changed

+30
-24
lines changed

3 files changed

+30
-24
lines changed

packages/basemap/LICENSE

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
Copyright (C) 2011 Jeffrey Whitaker
1+
Copyright (c) 2011 Jeffrey Whitaker
22

3-
Permission to use, copy, modify, and distribute this software and its
4-
documentation for any purpose and without fee is hereby granted,
5-
provided that the above copyright notices appear in all copies and that
6-
both the copyright notices and this permission notice appear in
7-
supporting documentation.
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
810

9-
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
10-
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
11-
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
12-
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
13-
USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15-
PERFORMANCE OF THIS SOFTWARE.
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

packages/basemap/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ basic [`basemap`] data assets, and optionally on the support package
99

1010
## License
1111

12-
The library is licensed under the [Historical Permission Notice and
13-
Disclaimer (HPND)], as indicated in [`LICENSE`]. Source code for the
14-
GEOS library is included in the `geos-3.3.3` directory under the terms
15-
of the [GNU Lesser General Public License version 2.1 (LGPL-2.1-only)]
16-
as given in [`LICENSE.geos`].
12+
The library is licensed under the terms of the [MIT] license (see
13+
[`LICENSE`]). Source code for the GEOS library is included in the
14+
`geos-3.3.3` directory under the terms of the [LGPLv2.1] license as
15+
given in [`LICENSE.geos`].
1716

1817

1918
[`matplotlib`]:
@@ -24,11 +23,13 @@ https://matplotlib.org/basemap/
2423
https://pypi.org/project/basemap-data
2524
[`basemap-data-hires`]:
2625
https://pypi.org/project/basemap-data-hires
26+
27+
[LGPLv2.1]:
28+
https://spdx.org/licenses/LGPL-2.1-only.html
29+
[MIT]:
30+
https://spdx.org/licenses/MIT.html
31+
2732
[`LICENSE`]:
2833
https://github.com/molinav/basemap/blob/develop/packages/basemap/LICENSE
2934
[`LICENSE.geos`]:
3035
https://github.com/molinav/basemap/blob/develop/packages/basemap/LICENSE.geos
31-
[GNU Lesser General Public License version 2.1 (LGPL-2.1-only)]:
32-
https://spdx.org/licenses/LGPL-2.1-only.html
33-
[Historical Permission Notice and Disclaimer (HPND)]:
34-
https://opensource.org/licenses/HPND

packages/basemap/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def checkversion(directory):
140140
"version":
141141
"1.3.0a3+dev",
142142
"license":
143-
"OSI Approved",
143+
"MIT",
144144
"description":
145145
"Plot data on map projections with matplotlib",
146146
"long_description":
@@ -161,7 +161,7 @@ def checkversion(directory):
161161
"Development Status :: 5 - Production/Stable",
162162
"Intended Audience :: Education",
163163
"Intended Audience :: Science/Research",
164-
"License :: OSI Approved",
164+
"License :: OSI Approved :: MIT License",
165165
"Operating System :: OS Independent",
166166
"Programming Language :: Python :: 2",
167167
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)