Skip to content

Commit f4c6c10

Browse files
committed
Put license text inside LICENSE file
1 parent 388fe8d commit f4c6c10

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

LICENSE

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Copyright (C) 2011 Jeffrey Whitaker
2+
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.
8+
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.

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include FAQ
22
include README.md
33
include MANIFEST.in
4+
include LICENSE
45
include LICENSE_data
56
include LICENSE_epsg
67
include LICENSE_geos

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@ The land-sea mask, coastline, lake, river and political boundary data are extrac
4545
from datasets provided with the [Generic Mapping Tools (GMT)](http://gmt.soest.hawaii.edu)
4646
and are included under the terms given in LICENSE_data.
4747

48-
Everything else (including `src/_geos.c`, and `src/_geos.pyx`):
48+
Everything else (including `src/_geos.c` and `src/_geos.pyx`) is licensed under
49+
the terms given in LICENSE:
4950

50-
copyright (c) 2011 by Jeffrey Whitaker.
51+
Copyright (C) 2011 Jeffrey Whitaker
5152

5253
Permission to use, copy, modify, and distribute this software and its
5354
documentation for any purpose and without fee is hereby granted,
5455
provided that the above copyright notices appear in all copies and that
5556
both the copyright notices and this permission notice appear in
5657
supporting documentation.
58+
5759
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
5860
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
5961
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR

0 commit comments

Comments
 (0)