diff options
Diffstat (limited to 'rijndael.h')
-rw-r--r-- | rijndael.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |