Skip to content

Commit 7673929

Browse files
committed
update AUTHORS, CHANGES, LICENSE and MANIFEST.in
1 parent 46a77d1 commit 7673929

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

AUTHORS.txt renamed to AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Authors
22
=======
33

44
* Mikhail Korobov <[email protected]>
5+
* Basil Shubin <[email protected]>
56
* Hidde-Jan Jongsma
67
* Daniel Greenfeld (http://pydanny.com/)
78
* Erik Simmler

CHANGES.rst renamed to CHANGES

File renamed without changes.

LICENSE

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
The MIT License (MIT)
2+
13
Copyright (c) 2010-2014 Mikhail Korobov
4+
Copyright (c) 2015 Basil Shubin
25

36
Permission is hereby granted, free of charge, to any person obtaining a copy
47
of this software and associated documentation files (the "Software"), to deal
@@ -7,13 +10,14 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
710
copies of the Software, and to permit persons to whom the Software is
811
furnished to do so, subject to the following conditions:
912

10-
The above copyright notice and this permission notice shall be included in
11-
all copies or substantial portions of the Software.
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
1215

1316
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1417
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1518
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1619
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1720
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.
23+

MANIFEST.in

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
include *.txt
2-
include *.rst
3-
1+
include AUTHORS
2+
include CHANGES
3+
include LICENSE
4+
include README.rst
45
recursive-include easy_maps *.html
5-
recursive-include easy_maps_tests *.html *.py
6-
recursive-include easy_maps/locale *
6+
recursive-include easy_maps/locale *

0 commit comments

Comments
 (0)