~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to doc/aesGladman.txt

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The 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