diff options
Diffstat (limited to 'COPYING.thirdparty')
-rw-r--r-- | COPYING.thirdparty | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/COPYING.thirdparty b/COPYING.thirdparty index a82799b..1ab927d 100644 --- a/COPYING.thirdparty +++ b/COPYING.thirdparty @@ -757,3 +757,47 @@ necessary. Here is a sample; alter the names: That's all there is to it! + +=========== +LibTomCrypt +=========== + +Swiften contains adapted code from LibTomCrypt by Tom St Denis +LibTomCrypt is free for all purposes under the public domain. + + +=== +MD5 +=== + +Swiften contains adapted code from L. Peter Deutsch's +MD5 implementation. Original license below. + +Copyright (C) 1999, 2002 Aladdin Enterprises. All rights reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + +L. Peter Deutsch +ghost@aladdin.com + + +===== +SHA-1 +===== + +Swiften contains adapted code from Steve Reid's SHA-1 implementation in C. +This code is in the public domain.
\ No newline at end of file |