summaryrefslogtreecommitdiffstats
path: root/rijndael.h
diff options
context:
space:
mode:
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