aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/doc/aesGladman.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8.1/doc/aesGladman.txt
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8.1/doc/aesGladman.txt')
-rw-r--r--libraries/irrlicht-1.8.1/doc/aesGladman.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8.1/doc/aesGladman.txt b/libraries/irrlicht-1.8.1/doc/aesGladman.txt
new file mode 100644
index 0000000..e7ebb1c
--- /dev/null
+++ b/libraries/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