summaryrefslogtreecommitdiffstats
path: root/rijndael.h
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.h
parentcd6e34bb2d075f16c6d945913013c4df0b1e11a3 (diff)
downloadrijndael-f461aed98c7a4e802d5b15efd189bfebe5823630.tar.gz
rijndael-f461aed98c7a4e802d5b15efd189bfebe5823630.tar.bz2
rijndael-f461aed98c7a4e802d5b15efd189bfebe5823630.zip
Add licenses.
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/rijndael.h b/rijndael.h
index ea38f9a..857e9f2 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,6 +1,11 @@
/*
* Highly portable ANSI C implementation of Rijndael cipher.
- * Written by Kaz Kylheku.
+ * Written by Kaz Kylheku
+ * Copyright 2010
+ *
+ * License:
+ * 1. Please retain attribution and copyright notice in source code.
+ * 2. No restrictions on compiled code.
*/
#ifndef RIJNDAEL_H