source: git/src-cryptopp/License.txt

Last change on this file was e230cb0, checked in by David Stainton <dstainton415@…>, at 2016-10-12T13:27:29Z

Add cryptopp from tag CRYPTOPP_5_6_5

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