aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/doc/aesGladman.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/doc/aesGladman.txt')
-rw-r--r--src/others/irrlicht-1.8.1/doc/aesGladman.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/doc/aesGladman.txt b/src/others/irrlicht-1.8.1/doc/aesGladman.txt
new file mode 100644
index 0000000..e7ebb1c
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/doc/aesGladman.txt
@@ -0,0 +1,34 @@
1The Irrlicht Engine may be compiled to provide support for AES encrypted files. The implementation used by Irrlicht is provided by Dr Brian Gladman. The license for these files (including AES, a PRNG, SHA, and other algorithms) is as follows
2
3/*
4 ---------------------------------------------------------------------------
5 Copyright (c) 2002, Dr Brian Gladman < >, Worcester, UK.
6 All rights reserved.
7
8 LICENSE TERMS
9
10 The free distribution and use of this software in both source and binary
11 form is allowed (with or without changes) provided that:
12
13 1. distributions of this source code include the above copyright
14 notice, this list of conditions and the following disclaimer;
15
16 2. distributions in binary form include the above copyright
17 notice, this list of conditions and the following disclaimer
18 in the documentation and/or other associated materials;
19
20 3. the copyright holder's name is not used to endorse products
21 built using this software without specific written permission.
22
23 ALTERNATIVELY, provided that this notice is retained in full, this product
24 may be distributed under the terms of the GNU General Public License (GPL),
25 in which case the provisions of the GPL apply INSTEAD OF those given above.
26
27 DISCLAIMER
28
29 This software is provided 'as is' with no explicit or implied warranties
30 in respect of its properties, including, but not limited to, correctness
31 and/or fitness for purpose.
32 ---------------------------------------------------------------------------
33*/
34