summaryrefslogtreecommitdiff
path: root/lib/randutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/randutils.c')
-rw-r--r--lib/randutils.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/randutils.c b/lib/randutils.c
index 85cb1a99..80893d3d 100644
--- a/lib/randutils.c
+++ b/lib/randutils.c
@@ -1,7 +1,11 @@
/*
* General purpose random utilities
+ *
+ * Based on libuuid code.
+ *
+ * This file may be redistributed under the terms of the
+ * GNU Lesser General Public License.
*/
-
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>