1 | Compilation Copyright (c) 1995-2016 by Wei Dai. All rights reserved. |
---|
2 | This copyright applies only to this software distribution package |
---|
3 | as a compilation, and does not imply a copyright on any particular |
---|
4 | file in the package. |
---|
5 | |
---|
6 | All individual files in this compilation are placed in the public domain by |
---|
7 | Wei Dai and other contributors. |
---|
8 | |
---|
9 | I would like to thank the following authors for placing their works into |
---|
10 | the public domain: |
---|
11 | |
---|
12 | Joan Daemen - 3way.cpp |
---|
13 | Leonard Janke - cast.cpp, seal.cpp |
---|
14 | Steve Reid - cast.cpp |
---|
15 | Phil Karn - des.cpp |
---|
16 | Andrew M. Kuchling - md2.cpp, md4.cpp |
---|
17 | Colin Plumb - md5.cpp |
---|
18 | Seal Woods - rc6.cpp |
---|
19 | Chris Morgan - rijndael.cpp |
---|
20 | Paulo Baretto - rijndael.cpp, skipjack.cpp, square.cpp |
---|
21 | Richard De Moliner - safer.cpp |
---|
22 | Matthew Skala - twofish.cpp |
---|
23 | Kevin Springle - camellia.cpp, shacal2.cpp, ttmac.cpp, whrlpool.cpp, ripemd.cpp |
---|
24 | Ronny Van Keer - sha3.cpp |
---|
25 | |
---|
26 | The Crypto++ Library (as a compilation) is currently licensed under the Boost |
---|
27 | Software License 1.0 (http://www.boost.org/users/license.html). |
---|
28 | |
---|
29 | Boost Software License - Version 1.0 - August 17th, 2003 |
---|
30 | |
---|
31 | Permission is hereby granted, free of charge, to any person or organization |
---|
32 | obtaining a copy of the software and accompanying documentation covered by |
---|
33 | this license (the "Software") to use, reproduce, display, distribute, |
---|
34 | execute, and transmit the Software, and to prepare derivative works of the |
---|
35 | Software, and to permit third-parties to whom the Software is furnished to |
---|
36 | do so, all subject to the following: |
---|
37 | |
---|
38 | The copyright notices in the Software and this entire statement, including |
---|
39 | the above license grant, this restriction and the following disclaimer, |
---|
40 | must be included in all copies of the Software, in whole or in part, and |
---|
41 | all derivative works of the Software, unless such copies or derivative |
---|
42 | works are solely in the form of machine-executable object code generated by |
---|
43 | a source language processor. |
---|
44 | |
---|
45 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
---|
46 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
---|
47 | FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT |
---|
48 | SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE |
---|
49 | FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, |
---|
50 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
---|
51 | DEALINGS IN THE SOFTWARE. |
---|