Included explicit BSD license
authorSteven Tobin <steventtobin (at) gmail.com>
Tue, 11 Nov 2014 08:09:35 +0000 (19:09 +1100)
committerSteven Tobin <steventtobin (at) gmail.com>
Tue, 11 Nov 2014 08:09:35 +0000 (19:09 +1100)
LICENSE.BSD [new file with mode: 0644]
README.rst
setup.py
xkcdpass/xkcd_password.py

diff --git a/LICENSE.BSD b/LICENSE.BSD
new file mode 100644 (file)
index 0000000..37adedc
--- /dev/null
@@ -0,0 +1,33 @@
+Copyright (c) 2011 - 2014, Steven Tobin and Contributors.
+All rights reserved.
+
+Contributors: Steven Tobin,
+              Rob Lanphier <robla@robla.net>,
+              Mithrandir <mithrandiragain@lavabit.com>,
+              Daniel Beecham <daniel@lunix.se>,
+              Kim Slawson <kimslawson@gmail.com>,
+              Stanislav Bytsko <zbstof@gmail.com>,
+              Lowe Thiderman <lowe.thiderman@gmail.com>,
+              Daniil Baturin <daniil@baturin.org>
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name of the <organization> nor the
+      names of its contributors may be used to endorse or promote products
+      derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
index 7fe4ffc38ea8d73eba2e58d6642760c380203f63..54a6b0cf7d96c9d1212b395e2b584fedf8966709 100644 (file)
@@ -121,4 +121,5 @@ A simple use of import::
 
 License
 =======
-The BSD License (BSD)
+This is free software: you may copy, modify, and/or distribute this work under the terms of the BSD 3-Clause license. 
+See the file ``LICENSE.BSD`` for details. 
index d6af6409671ffc0c0137a11b63281f62331a86fb..92a31ac141b3977f6196b0a13061b315b3b2395a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.2.2',
+    version='1.2.3',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
index 96530fc6d0751af06e7ae4f614f380655a196d84..5194a19c10a6933fbf869ce43547c90ec0312953 100755 (executable)
@@ -94,7 +94,6 @@ def validate_options(parser, options, args):
                              "not exist.\n")
             sys.exit(1)
 
-
 def locate_wordfile():
     static_default = os.path.join(
         os.path.dirname(os.path.abspath(__file__)),
git clone https://git.99rst.org/PROJECT