summaryrefslogtreecommitdiffstats
path: root/rijndael.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-08-07 10:09:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-07-18 11:19:59 -0700
commitf461aed98c7a4e802d5b15efd189bfebe5823630 (patch)
treea36beceb16458391a035bc6be8c96acb9b361e8f /rijndael.c
parentcd6e34bb2d075f16c6d945913013c4df0b1e11a3 (diff)
downloadrijndael-f461aed98c7a4e802d5b15efd189bfebe5823630.tar.gz
rijndael-f461aed98c7a4e802d5b15efd189bfebe5823630.tar.bz2
rijndael-f461aed98c7a4e802d5b15efd189bfebe5823630.zip
Add licenses.
Diffstat (limited to 'rijndael.c')
-rw-r--r--rijndael.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/rijndael.c b/rijndael.c
index e581147..e849c1a 100644
--- a/rijndael.c
+++ b/rijndael.c
@@ -1,6 +1,11 @@
/*
* Highly portable ANSI C implementation of Rijndael cipher.
* Written by Kaz Kylheku.
+ * Copyright 2010
+ *
+ * License:
+ * 1. Please retain attribution and copyright notice in source code.
+ * 2. No restrictions on compiled code.
*/
#include <string.h>