move contributors to CONTRIBUTORS file, update copyright
authorSteven Tobin <steventtobin (at) gmail.com>
Sun, 6 Mar 2016 15:52:25 +0000 (15:52 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Sun, 6 Mar 2016 15:52:25 +0000 (15:52 +0000)
CONTRIBUTORS [new file with mode: 0644]
setup.py
xkcdpass/xkcd_password.py

diff --git a/CONTRIBUTORS b/CONTRIBUTORS
new file mode 100644 (file)
index 0000000..e566105
--- /dev/null
@@ -0,0 +1,15 @@
+Contributors to XKCD Password Generator
+=======================================
+
+Steven Tobin <steventtobin@gmail.com>
+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>
+Ben Finney <ben+python@benfinney.id.au>
+Simeon Visser <simeon87@gmail.com>
+Scot Hacker <shacker@birdhouse.org>,
+Lars Noschinski <lars@public.noschinski.de>
\ No newline at end of file
index 33ab2a4765b661f2d8345242e5afb24a0ffe4d1f..e56a8d6fd05b4d70eb7f00387ea95601d9bcea58 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.6.0',
+    version='1.6.1',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
index ed2c9569ba64bc01d104e075c5f2ead48b0c296b..b45908f194351513c24c044de297b63ea0c325e1 100755 (executable)
@@ -10,7 +10,7 @@ import math
 import sys
 
 __LICENSE__ = """
-Copyright (c) 2011 - 2015, Steven Tobin and Contributors.
+Copyright (c) 2011 - 2016, Steven Tobin and Contributors.
 All rights reserved.
 
 Contributors: Steven Tobin,
git clone https://git.99rst.org/PROJECT