summaryrefslogtreecommitdiff
path: root/src/DES3.c
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-02 21:09:22 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-02 22:29:23 -0400
commit11c7fdabf6c30da3e30a9889b65c0567e0b6777c (patch)
tree460141e7d368030464c3393aaeee6ca61225173d /src/DES3.c
parentcfbf1421c8cf69730f0a0681f763a64b9d7e3aa7 (diff)
downloadpycrypto-11c7fdabf6c30da3e30a9889b65c0567e0b6777c.tar.gz
DES3.c: Add legal notice
This is mainly for completeness. The file is almost empty.
Diffstat (limited to 'src/DES3.c')
-rw-r--r--src/DES3.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/DES3.c b/src/DES3.c
index bcc287b..c23de1a 100644
--- a/src/DES3.c
+++ b/src/DES3.c
@@ -1,2 +1,26 @@
+/*
+ * DES3.c: 3DES support for PyCrypto using LibTomCrypt
+ *
+ * Written in 2009 by Dwayne C. Litzenberger <dlitz@dlitz.net>
+ *
+ * ===================================================================
+ * 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.
+ * ===================================================================
+ *
+ */
#define PCT_DES3_MODULE
#include "DES.c"