summaryrefslogtreecommitdiff
path: root/lang/python/fpacking.py
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-02-02 11:25:36 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-02-02 11:25:36 +0000
commit8345e010cf00c14928d7a4a9ae12934c111c8906 (patch)
tree89f0321fe1ce4ef97f31519ffbb53ed9556e650a /lang/python/fpacking.py
parent7d04b465cc5653a25d7a3f9d71878607be83cf5d (diff)
downloadmongo-8345e010cf00c14928d7a4a9ae12934c111c8906.tar.gz
The Python code is in the public domain.
Diffstat (limited to 'lang/python/fpacking.py')
-rw-r--r--lang/python/fpacking.py24
1 files changed, 22 insertions, 2 deletions
diff --git a/lang/python/fpacking.py b/lang/python/fpacking.py
index adabcfa807e..e3c9498a932 100644
--- a/lang/python/fpacking.py
+++ b/lang/python/fpacking.py
@@ -1,9 +1,29 @@
#!/usr/bin/env python
#
# Copyright (c) 2008-2012 WiredTiger, Inc.
-# All rights reserved.
#
-# See the file LICENSE for redistribution information.
+# This is free and unencumbered software released into the public domain.
+#
+# Anyone is free to copy, modify, publish, use, compile, sell, or
+# distribute this software, either in source code form or as a compiled
+# binary, for any purpose, commercial or non-commercial, and by any
+# means.
+#
+# In jurisdictions that recognize copyright laws, the author or authors
+# of this software dedicate any and all copyright interest in the
+# software to the public domain. We make this dedication for the benefit
+# of the public at large and to the detriment of our heirs and
+# successors. We intend this dedication to be an overt act of
+# relinquishment in perpetuity of all present and future rights to this
+# software under copyright law.
+#
+# 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 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.
#
# WiredTiger fixed-size packing and unpacking functions, using the Python
# struct library.