From: Steven Tobin Date: Sat, 17 Jan 2015 19:09:29 +0000 (+0000) Subject: updated contributor and copyright X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f321167f540eb226c0754c29384aa5c58e0d8daa;p=redacted-XKCD-password-generator.git updated contributor and copyright --- diff --git a/LICENSE.BSD b/LICENSE.BSD index 37adedc..baf2a41 100644 --- a/LICENSE.BSD +++ b/LICENSE.BSD @@ -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 , Stanislav Bytsko , Lowe Thiderman , - Daniil Baturin + Daniil Baturin , + Ben Finney Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/setup.py b/setup.py index 92a31ac..72d119e 100644 --- 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', diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index 9383637..4f40158 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -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 , Stanislav Bytsko , Lowe Thiderman , - Daniil Baturin + Daniil Baturin , + Ben Finney Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: