switch to Boost Software License
parent
affcbcf139
commit
60a5ab4e66
59
License.txt
59
License.txt
|
|
@ -1,4 +1,4 @@
|
||||||
Compilation Copyright (c) 1995-2010 by Wei Dai. All rights reserved.
|
Compilation Copyright (c) 1995-2013 by Wei Dai. All rights reserved.
|
||||||
This copyright applies only to this software distribution package
|
This copyright applies only to this software distribution package
|
||||||
as a compilation, and does not imply a copyright on any particular
|
as a compilation, and does not imply a copyright on any particular
|
||||||
file in the package.
|
file in the package.
|
||||||
|
|
@ -21,42 +21,31 @@ Paulo Baretto - rijndael.cpp, skipjack.cpp, square.cpp
|
||||||
Richard De Moliner - safer.cpp
|
Richard De Moliner - safer.cpp
|
||||||
Matthew Skala - twofish.cpp
|
Matthew Skala - twofish.cpp
|
||||||
Kevin Springle - camellia.cpp, shacal2.cpp, ttmac.cpp, whrlpool.cpp, ripemd.cpp
|
Kevin Springle - camellia.cpp, shacal2.cpp, ttmac.cpp, whrlpool.cpp, ripemd.cpp
|
||||||
|
Ronny Van Keer - sha3.cpp
|
||||||
|
|
||||||
Permission to use, copy, modify, and distribute this compilation for
|
The Crypto++ Library (as a compilation) is currently licensed under the Boost
|
||||||
any purpose, including commercial applications, is hereby granted
|
Software License 1.0 (http://www.boost.org/users/license.html).
|
||||||
without fee, subject to the following restrictions:
|
|
||||||
|
|
||||||
1. Any copy or modification of this compilation in any form, except
|
Boost Software License - Version 1.0 - August 17th, 2003
|
||||||
in object code form as part of an application software, must include
|
|
||||||
the above copyright notice and this license.
|
|
||||||
|
|
||||||
2. Users of this software agree that any modification or extension
|
Permission is hereby granted, free of charge, to any person or organization
|
||||||
they provide to Wei Dai will be considered public domain and not
|
obtaining a copy of the software and accompanying documentation covered by
|
||||||
copyrighted unless it includes an explicit copyright notice.
|
this license (the "Software") to use, reproduce, display, distribute,
|
||||||
|
execute, and transmit the Software, and to prepare derivative works of the
|
||||||
|
Software, and to permit third-parties to whom the Software is furnished to
|
||||||
|
do so, all subject to the following:
|
||||||
|
|
||||||
3. Wei Dai makes no warranty or representation that the operation of the
|
The copyright notices in the Software and this entire statement, including
|
||||||
software in this compilation will be error-free, and Wei Dai is under no
|
the above license grant, this restriction and the following disclaimer,
|
||||||
obligation to provide any services, by way of maintenance, update, or
|
must be included in all copies of the Software, in whole or in part, and
|
||||||
otherwise. THE SOFTWARE AND ANY DOCUMENTATION ARE PROVIDED "AS IS"
|
all derivative works of the Software, unless such copies or derivative
|
||||||
WITHOUT EXPRESS OR IMPLIED WARRANTY INCLUDING, BUT NOT LIMITED TO,
|
works are solely in the form of machine-executable object code generated by
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
a source language processor.
|
||||||
PURPOSE. IN NO EVENT WILL WEI DAI OR ANY OTHER CONTRIBUTOR BE LIABLE FOR
|
|
||||||
DIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES, EVEN IF
|
|
||||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
|
||||||
|
|
||||||
4. Users will not use Wei Dai or any other contributor's name in any
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
publicity or advertising, without prior written consent in each case.
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||||
5. Export of this software from the United States may require a
|
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||||
specific license from the United States Government. It is the
|
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||||
responsibility of any person or organization contemplating export
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
to obtain such a license before exporting.
|
DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
6. Certain parts of this software may be protected by patents. It
|
|
||||||
is the users' responsibility to obtain the appropriate
|
|
||||||
licenses before using those parts.
|
|
||||||
|
|
||||||
If this compilation is used in object code form in an application
|
|
||||||
software, acknowledgement of the author is not required but would be
|
|
||||||
appreciated. The contribution of any useful modifications or extensions
|
|
||||||
to Wei Dai is not required but would also be appreciated.
|
|
||||||
Loading…
Reference in New Issue