]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hashfunc.c
Fixxed test for ROLE=reap --> reap+watson
[libucw.git] / lib / hashfunc.c
index af791908b07774595f60a8d738f5a7b3cac77415..10c29abd67c3cdb7be34a294adfbb20d7820ce93 100644 (file)
@@ -1,11 +1,14 @@
 /*
- *     Hyper-super-meta-alt-control-shift extra fast str_len() and hash_*()
- *     routines
+ *     UCW Library -- Hyper-super-meta-alt-control-shift extra fast
+ *     str_len() and hash_*() routines
  *
  *     It is always at least as fast as the classical strlen() routine and for
  *     strings longer than 100 characters, it is substantially faster.
  *
  *     (c) 2002, Robert Spalek <robert@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"