summaryrefslogtreecommitdiff
path: root/lib/Crypto/Util
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:04:00 -0400
commitce88eb5d13ef7a67940d363d75654738e2839935 (patch)
tree5111f191fa6b658ad3f23ec83e836aae5c4fad18 /lib/Crypto/Util
parentb964265746e9348a9efcd378f9c4967b30682753 (diff)
downloadpycrypto-ce88eb5d13ef7a67940d363d75654738e2839935.tar.gz
RFC1751.py: Add a legal notice
I have permission to do this. See the LEGAL directory.
Diffstat (limited to 'lib/Crypto/Util')
-rw-r--r--lib/Crypto/Util/RFC1751.py22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/Crypto/Util/RFC1751.py b/lib/Crypto/Util/RFC1751.py
index b849e70..1c98a21 100644
--- a/lib/Crypto/Util/RFC1751.py
+++ b/lib/Crypto/Util/RFC1751.py
@@ -2,6 +2,28 @@
# rfc1751.py : Converts between 128-bit strings and a human-readable
# sequence of words, as defined in RFC1751: "A Convention for
# Human-Readable 128-bit Keys", by Daniel L. McDonald.
+#
+# Part of the Python Cryptography Toolkit
+#
+# Written by Andrew M. Kuchling 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$"