summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 16:18:22 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 19:24:30 -0400
commit5944786da9164499070da3223a9d84b43bbdf836 (patch)
tree40e9950989fe9103d3463bd8dc32f210b589d51c
parentf0581ba1583edc92e747db1fda694d9f05b373d6 (diff)
downloadpycrypto-5944786da9164499070da3223a9d84b43bbdf836.tar.gz
randpool.py: Update the legal notice
I have permission to do this. See the LEGAL directory.
-rw-r--r--lib/Crypto/Util/randpool.py24
1 files changed, 19 insertions, 5 deletions
diff --git a/lib/Crypto/Util/randpool.py b/lib/Crypto/Util/randpool.py
index a8439c1..c559e61 100644
--- a/lib/Crypto/Util/randpool.py
+++ b/lib/Crypto/Util/randpool.py
@@ -3,11 +3,25 @@
#
# Part of the Python Cryptography Toolkit
#
-# Distribute and use freely; there are no restrictions on further
-# dissemination and usage except those imposed by the laws of your
-# country of residence. This software is provided "as is" without
-# warranty of fitness for use or suitability for any purpose, express
-# or implied. Use at your own risk or not at all.
+# Written by Andrew M. Kuchling, Mark Moraes, and others
+#
+# ===================================================================
+# The contents of this file are dedicated to the public domain. To
+# the extent that dedication to the public domain is not available,
+# everyone is granted a worldwide, perpetual, royalty-free,
+# non-exclusive license to exercise all rights associated with the
+# contents of this file for any purpose whatsoever.
+# No rights are reserved.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+# ===================================================================
#
__revision__ = "$Id$"