aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/doc/aesGladman.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 18:54:10 +1000
committerDavid Walter Seikel2013-01-13 18:54:10 +1000
commit959831f4ef5a3e797f576c3de08cd65032c997ad (patch)
treee7351908be5995f0b325b2ebeaa02d5a34b82583 /libraries/irrlicht-1.8/doc/aesGladman.txt
parentAdd info about changes to Irrlicht. (diff)
downloadSledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.zip
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.gz
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.bz2
SledjHamr-959831f4ef5a3e797f576c3de08cd65032c997ad.tar.xz
Remove damned ancient DOS line endings from Irrlicht. Hopefully I did not go overboard.
Diffstat (limited to 'libraries/irrlicht-1.8/doc/aesGladman.txt')
-rw-r--r--libraries/irrlicht-1.8/doc/aesGladman.txt68
1 files changed, 34 insertions, 34 deletions
diff --git a/libraries/irrlicht-1.8/doc/aesGladman.txt b/libraries/irrlicht-1.8/doc/aesGladman.txt
index e7ebb1c..228efef 100644
--- a/libraries/irrlicht-1.8/doc/aesGladman.txt
+++ b/libraries/irrlicht-1.8/doc/aesGladman.txt
@@ -1,34 +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 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 2
3/* 3/*
4 --------------------------------------------------------------------------- 4 ---------------------------------------------------------------------------
5 Copyright (c) 2002, Dr Brian Gladman < >, Worcester, UK. 5 Copyright (c) 2002, Dr Brian Gladman < >, Worcester, UK.
6 All rights reserved. 6 All rights reserved.
7 7
8 LICENSE TERMS 8 LICENSE TERMS
9 9
10 The free distribution and use of this software in both source and binary 10 The free distribution and use of this software in both source and binary
11 form is allowed (with or without changes) provided that: 11 form is allowed (with or without changes) provided that:
12 12
13 1. distributions of this source code include the above copyright 13 1. distributions of this source code include the above copyright
14 notice, this list of conditions and the following disclaimer; 14 notice, this list of conditions and the following disclaimer;
15 15
16 2. distributions in binary form include the above copyright 16 2. distributions in binary form include the above copyright
17 notice, this list of conditions and the following disclaimer 17 notice, this list of conditions and the following disclaimer
18 in the documentation and/or other associated materials; 18 in the documentation and/or other associated materials;
19 19
20 3. the copyright holder's name is not used to endorse products 20 3. the copyright holder's name is not used to endorse products
21 built using this software without specific written permission. 21 built using this software without specific written permission.
22 22
23 ALTERNATIVELY, provided that this notice is retained in full, this product 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), 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. 25 in which case the provisions of the GPL apply INSTEAD OF those given above.
26 26
27 DISCLAIMER 27 DISCLAIMER
28 28
29 This software is provided 'as is' with no explicit or implied warranties 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 30 in respect of its properties, including, but not limited to, correctness
31 and/or fitness for purpose. 31 and/or fitness for purpose.
32 --------------------------------------------------------------------------- 32 ---------------------------------------------------------------------------
33*/ 33*/
34 34