]> mj.ucw.cz Git - libucw.git/blobdiff - lib/random.c
Fixed a bug in parsing of replies -- the parse tree of each card was trimmed
[libucw.git] / lib / random.c
index 01adda5b0137ecbe06de7439db3848369b179348..e4ffecdca90d87b8693142a6e8dab9c0b4002406 100644 (file)
@@ -1,13 +1,15 @@
 /*
  *     Sherlock 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 "lib.h"
+#include <stdlib.h>
 
 uns
 random_max(uns max)