Add AES copyright and license.
authorraeburn <raeburn@dc483132-0cff-0310-8789-dd5450dbe970>
Fri, 7 Feb 2003 01:11:32 +0000 (01:11 +0000)
committerraeburn <raeburn@dc483132-0cff-0310-8789-dd5450dbe970>
Fri, 7 Feb 2003 01:11:32 +0000 (01:11 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15163 dc483132-0cff-0310-8789-dd5450dbe970

README

diff --git a/README b/README
index 675002039fcbf7e4e357909ef10b14d8e48798da..a74353d10e9c34a2c70d09e1bb50ee8f7fb5e8f9 100644 (file)
--- a/README
+++ b/README
@@ -404,6 +404,33 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT
 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
+---- The implementation of the AES encryption algorithm in
+src/lib/crypto/aes has the following copyright:
+
+ Copyright (c) 2001, Dr Brian Gladman <brg@gladman.uk.net>, Worcester, UK.
+ All rights reserved.
+
+ LICENSE TERMS
+
+ The free distribution and use of this software in both source and binary 
+ form is allowed (with or without changes) provided that:
+
+   1. distributions of this source code include the above copyright 
+      notice, this list of conditions and the following disclaimer;
+
+   2. distributions in binary form include the above copyright
+      notice, this list of conditions and the following disclaimer
+      in the documentation and/or other associated materials;
+
+   3. the copyright holder's name is not used to endorse products 
+      built using this software without specific written permission. 
+
+ DISCLAIMER
+
+ This software is provided 'as is' with no explcit or implied warranties
+ in respect of any properties, including, but not limited to, correctness 
+ and fitness for purpose.
+
 
 
 Acknowledgements