summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 09:05:57 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit16b1519007d88c867ac85d91961d7c616711dd8c (patch)
treef913a2ee9b3978f07ee1eddb1558e66af22a8e5c
parent4f7684027bac16b733bab1a6a042864f0851d415 (diff)
downloadblinker-16b1519007d88c867ac85d91961d7c616711dd8c.tar.gz
update license
-rw-r--r--AUTHORS8
-rw-r--r--LICENSE.rst (renamed from LICENSE)12
-rw-r--r--MANIFEST.in3
-rw-r--r--docs/index.rst6
4 files changed, 13 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index ee0dd62..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,8 +0,0 @@
-Blinker was originally written by Jason Kirtland.
-
-Contributors are:
-
-- Jason Kirtland <jek@discorporate.us>
-
-Blinker includes code from Louie, by Patrick K. O'Brien, Mike
-C. Fletcher, and Matthew R. Scott.
diff --git a/LICENSE b/LICENSE.rst
index 88f6e84..79c9825 100644
--- a/LICENSE
+++ b/LICENSE.rst
@@ -1,4 +1,4 @@
-Copyright (c) The Blinker authors and contributors <see AUTHORS file>
+Copyright 2010 Jason Kirtland
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
@@ -13,8 +13,8 @@ in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/MANIFEST.in b/MANIFEST.in
index f9cdf82..d07dc17 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,5 @@
-include LICENSE
+include LICENSE.rst
include README.md
-include AUTHORS
include CHANGES.rst
recursive-include tests *py
recursive-include docs/source *rst *py
diff --git a/docs/index.rst b/docs/index.rst
index 82a41d5..2853115 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -307,3 +307,9 @@ Changes
=======
.. include:: ../CHANGES.rst
+
+
+MIT License
+===========
+
+.. include:: ../LICENSE.rst