summaryrefslogtreecommitdiff
path: root/src/hash_template.c
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 15:57:25 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 19:04:00 -0400
commitcb9fb1461a85c864808f00aaba31f4888c007296 (patch)
treeaceb24932ee1f4f2797d9f044770992e255a0834 /src/hash_template.c
parent19a39401beb545a75aab0358a20a8c320abd378e (diff)
downloadpycrypto-cb9fb1461a85c864808f00aaba31f4888c007296.tar.gz
{block,stream,hash}_template.c: Replace the legal notices
I have permission to do this. See the LEGAL directory.
Diffstat (limited to 'src/hash_template.c')
-rw-r--r--src/hash_template.c23
1 files changed, 18 insertions, 5 deletions
diff --git a/src/hash_template.c b/src/hash_template.c
index b296fbc..ba081f7 100644
--- a/src/hash_template.c
+++ b/src/hash_template.c
@@ -1,12 +1,25 @@
/*
* hash_template.c : Generic framework for hash function extension modules
*
- * 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 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.
+ * ===================================================================
*/
/* Basic object type */