diff options
-rw-r--r-- | rijndael.c | 5 | ||||
-rw-r--r-- | rijndael.h | 7 |
2 files changed, 11 insertions, 1 deletions
@@ -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> @@ -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 |