From 9316edf57d1f037474297f21b61d14c8f27feef7 Mon Sep 17 00:00:00 2001
From: Jann Horn <jann@thejh.net>
Date: Sun, 30 Mar 2014 22:41:24 +0200
Subject: [PATCH] add notice about where devurandom.c is from

---
 devurandom.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devurandom.c b/devurandom.c
index 8a7a7b6..bd6ba2e 100644
--- a/devurandom.c
+++ b/devurandom.c
@@ -1,3 +1,5 @@
+// copied from NaCl (the crypto lib)
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-- 
2.20.1