summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2013-04-18 18:22:30 (GMT)
committerRemko Tronçon <git@el-tramo.be>2013-04-18 18:28:35 (GMT)
commit006cf01bc9c50fa500ebf1dbc562a36daf40cb84 (patch)
treee75abed34cb97b36b3013cd7d7a50d76ac27c74b /COPYING.thirdparty
parent43ca611ec7fa41820ad7e72a32f8706213002c80 (diff)
downloadswift-006cf01bc9c50fa500ebf1dbc562a36daf40cb84.zip
swift-006cf01bc9c50fa500ebf1dbc562a36daf40cb84.tar.bz2
Replacing Base64 by LibTomCrypt implementation.
Change-Id: I6c3fe2c7c8acfad9a2c811ff26e02cc952880c19
Diffstat (limited to 'COPYING.thirdparty')
-rw-r--r--COPYING.thirdparty44
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