summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-11-09 17:29:41 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-11-09 17:29:41 -0500
commit81a44f4676cba16237db573c3667f53e07eb4791 (patch)
tree93d8778391329443b0343330c900b494f516089d /LICENSE
parentca2a91fb9bdc9e4fe6983eb99086c83e27075a7d (diff)
downloadpasslib-81a44f4676cba16237db573c3667f53e07eb4791.tar.gz
pwd: updated to use EFF wordsets, updated some docstrings
* stripped out diceware & beale wordsets * replaced with EFF's cleaner wordsets * changed wordset loading strategy to be more zipfile friendly -- _load_wordset() now takes in asset path, uses pkg_resources to resolve it. * added PhraseGenerator.register_wordset_path() helper
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 6 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 8074e21..4fa1c86 100644
--- a/LICENSE
+++ b/LICENSE
@@ -101,3 +101,9 @@ a BSD/ISC license::
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Wordsets
+--------
+The EFF wordsets in ``passlib/_data/wordsets`` are (c) 2016 the Electronic Freedom Foundation.
+They were downloaded from `<https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases>`_,
+and are released under the `Creative Commons License <https://www.eff.org/copyright>`_.