X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffinger.c;h=b2e0460a87f96c0c5a18859f3aacbce757bda5ba;hb=a0de81cbe1f6282fdc13f6e61d07ebf0ae1c0f4c;hp=bb905daba8709f06b07f5bea45da81ae0d13354b;hpb=0f7204c27c74d8723238de842405460226ee6ea5;p=libucw.git diff --git a/lib/finger.c b/lib/finger.c index bb905dab..b2e0460a 100644 --- a/lib/finger.c +++ b/lib/finger.c @@ -1,7 +1,10 @@ /* * Sherlock Library -- String Fingerprints * - * (c) 2001 Martin Mares + * (c) 2001--2003 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ /* @@ -15,7 +18,7 @@ * of our bit string universe (2^96) and c is a small constant. * We set m sufficiently large and expect no collisions * to occur. On the other hand, the worst thing which could - * be cause by a collision is mixing up two strings or labels + * be caused by a collision is mixing up two strings or labels * of two documents which is relatively harmless. */