X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbitsig.c;h=9b072e1fc3dcc5c038bfd00645779b5cd4fd101e;hb=0f2719c181f3a8a9ba88ef76901f2115dee88c48;hp=304ee002f5cde0973eab00b47ca1a49492816d9d;hpb=318a88602c0c1b46da4a5aea6d7f376c2fcd8829;p=libucw.git diff --git a/lib/bitsig.c b/lib/bitsig.c index 304ee002..9b072e1f 100644 --- a/lib/bitsig.c +++ b/lib/bitsig.c @@ -1,5 +1,5 @@ /* - * Bit Array Signatures -- A Dubious Detector of Duplicates + * UCW Library -- Bit Array Signatures -- A Dubious Detector of Duplicates * * (c) 2002 Martin Mares * @@ -36,6 +36,9 @@ * We leave L and an upper bound for N as parameters set during * creation of the structure. Currently, the structure is limited * to 4 Gb = 512 MB. + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ #include "lib/lib.h" @@ -43,7 +46,6 @@ #include "lib/md5.h" #include -#include struct bitsig { uns l, m, n, maxn, max_m_mult;