From 0de5a6d61368748c828215cdca8b30e94bb51733 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 18 Jul 2010 14:14:09 -0700 Subject: [PATCH] add libtommath --- doc/copyright.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/copyright.texi b/doc/copyright.texi index 9041e7f81..7721a09f7 100644 --- a/doc/copyright.texi +++ b/doc/copyright.texi @@ -153,12 +153,14 @@ to the following restrictions: @end verbatim @copynext -@heading TomsFastMath +@heading TomsFastMath / LibTomMath -Tom's fast math (bignum support) +Tom's fast math (bignum support) and LibTomMath @verbatim +LibTomMath is hereby released into the Public Domain. + TomsFastMath is public domain. Note some ideas were borrowed from LibTomMath and OpenSSL. All of the code is original or ported