]> mj.ucw.cz Git - libucw.git/blobdiff - lib/random.c
CONFIG_INCREMENTAL doesn't belong to the free version
[libucw.git] / lib / random.c
index 57516fd2f89bae94afa1d079e558c4f65987c685..7f88489d7cd00cf1c0d1721c6cfa38d2ce601244 100644 (file)
@@ -1,14 +1,16 @@
 /*
- *     Sherlock Library -- Unbiased Range Correction for random()
+ *     UCW Library -- Unbiased Range Correction for random()
  *
- *     (c) 1998 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1998 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-
 #include "lib/lib.h"
 
+#include <stdlib.h>
+
 uns
 random_max(uns max)
 {