updated contributor and copyright
authorSteven Tobin <steventtobin (at) gmail.com>
Sat, 17 Jan 2015 19:09:29 +0000 (19:09 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Sat, 17 Jan 2015 19:09:29 +0000 (19:09 +0000)
LICENSE.BSD
setup.py
xkcdpass/xkcd_password.py

index 37adedc07cf04a4bd29b1f106a313e4c1685293a..baf2a410eb4a3f8b366833b09da579eec394a2b9 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2011 - 2014, Steven Tobin and Contributors.
+Copyright (c) 2011 - 2015, Steven Tobin and Contributors.
 All rights reserved.
 
 Contributors: Steven Tobin,
@@ -8,7 +8,8 @@ Contributors: Steven Tobin,
               Kim Slawson <kimslawson@gmail.com>,
               Stanislav Bytsko <zbstof@gmail.com>,
               Lowe Thiderman <lowe.thiderman@gmail.com>,
-              Daniil Baturin <daniil@baturin.org>
+              Daniil Baturin <daniil@baturin.org>,
+              Ben Finney <ben@benfinney.id.au>
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
index 92a31ac141b3977f6196b0a13061b315b3b2395a..72d119e1ab389f6fcb4f0411cd143f9f89a09a14 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name='xkcdpass',
-    version='1.2.3',
+    version='1.2.4',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
index 938363778e97dcdefe3193ee2d28c05ef5002ad9..4f40158e0d1f621478a8f73af78b7c636a8d109a 100755 (executable)
@@ -9,7 +9,7 @@ import math
 import sys
 
 __LICENSE__ = """
-Copyright (c) 2011 - 2014, Steven Tobin and Contributors.
+Copyright (c) 2011 - 2015, Steven Tobin and Contributors.
 All rights reserved.
 
 Contributors: Steven Tobin,
@@ -19,7 +19,8 @@ Contributors: Steven Tobin,
               Kim Slawson <kimslawson@gmail.com>,
               Stanislav Bytsko <zbstof@gmail.com>,
               Lowe Thiderman <lowe.thiderman@gmail.com>,
-              Daniil Baturin <daniil@baturin.org>
+              Daniil Baturin <daniil@baturin.org>,
+              Ben Finney <ben@benfinney.id.au>
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
git clone https://git.99rst.org/PROJECT