improved acknowledgement of 12dicts
authorSteven Tobin <steventtobin (at) gmail.com>
Sun, 25 Jan 2015 18:46:21 +0000 (18:46 +0000)
committerSteven Tobin <steventtobin (at) gmail.com>
Sun, 25 Jan 2015 18:46:21 +0000 (18:46 +0000)
MANIFEST.in
README.rst

index 6401ff31392d7302468813cb2d9e22474f26ffe8..6925404291a0dd7c61d9d2cbfcf05fb66df8c061 100644 (file)
@@ -1,2 +1,3 @@
 include xkcdpass/static/*
 include LICENSE.BSD
+include xkcdpass.1
index 54a6b0cf7d96c9d1212b395e2b584fedf8966709..9b9fc040f1a4154633b640bd63e5da1304ca917f 100644 (file)
@@ -95,7 +95,18 @@ A concise overview of the available ``xkcdpass`` options can be accessed via::
                                     separator character between words
 
 
-A large wordlist is provided (courtesy of `12Dicts <http://wordlist.aspell.net/12dicts/>`_) for convenience, but the generator can be used with any word file of the correct format: a file containing one 'word' per line. The default word file can be found in ``xkcdpass/static/default.txt``.
+A large wordlist is provided for convenience, but the generator can be used with any word file of the correct format: a file containing one 'word' per line. The default word file can be found in ``xkcdpass/static/default.txt``.
+
+The default word list is derived mechanically from `12Dicts <http://wordlist.aspell.net/12dicts/>`_ by Alan Beale. It is the understanding of the author of ``xkcdpass`` that purely mechanical transformation does not imbue copyright in the resulting work. The documentation for the 12Dicts project at 
+http://wordlist.aspell.net/12dicts/ contains the following dedication:
+
+..
+    
+    The 12dicts lists were compiled by Alan Beale. I explicitly release them to the public domain, but request acknowledgment of their use. 
+
+             
+
+
 
 
 
@@ -123,3 +134,4 @@ License
 =======
 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. 
+- 
git clone https://git.99rst.org/PROJECT