summaryrefslogtreecommitdiff
path: root/src/support/hash_fnv.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-08-15 11:40:04 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-08-15 11:40:04 +0000
commit4b9fde969daf1a32ee63f73c8a26c89685140fa8 (patch)
tree8fbb03735cb13fd3c24d072dbb36c621c8f23638 /src/support/hash_fnv.c
parentd273aefeae7318dd9abe1eca545466cb1ac95dcc (diff)
downloadmongo-4b9fde969daf1a32ee63f73c8a26c89685140fa8.tar.gz
Add the standard WiredTiger "public domain" copyright to the files.
Diffstat (limited to 'src/support/hash_fnv.c')
-rw-r--r--src/support/hash_fnv.c25
1 files changed, 23 insertions, 2 deletions
diff --git a/src/support/hash_fnv.c b/src/support/hash_fnv.c
index 15c42bc0863..081a26148b6 100644
--- a/src/support/hash_fnv.c
+++ b/src/support/hash_fnv.c
@@ -3,8 +3,29 @@
*
* This is free and unencumbered software released into the public domain.
*
- * -- Original copyright notice below --
- *
+ * 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.
+ */
+
+/*
* hash_64 - 64 bit Fowler/Noll/Vo-0 FNV-1a hash code
*
* @(#) $Revision: 5.1 $