summaryrefslogtreecommitdiff
path: root/arc4random.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-02-10 17:29:53 -0500
committerNick Mathewson <nickm@torproject.org>2012-02-10 17:29:53 -0500
commite49e2891292ee84e08c319bc5031fe607efc4245 (patch)
tree152f9efee828d695c04837c9c7c2eafa2279b38b /arc4random.c
parent8152b4c2b3705151a7db7edd65d5ebbc8a640a49 (diff)
downloadlibevent-e49e2891292ee84e08c319bc5031fe607efc4245.tar.gz
Update copyright notices to 2012
Diffstat (limited to 'arc4random.c')
-rw-r--r--arc4random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arc4random.c b/arc4random.c
index ef10fa8d..ee2b73a2 100644
--- a/arc4random.c
+++ b/arc4random.c
@@ -1,6 +1,7 @@
/* Portable arc4random.c based on arc4random.c from OpenBSD.
* Portable version by Chris Davis, adapted for Libevent by Nick Mathewson
* Copyright (c) 2010 Chris Davis, Niels Provos, and Nick Mathewson
+ * Copyright (c) 2010-2012 Niels Provos and Nick Mathewson
*
* Note that in Libevent, this file isn't compiled directly. Instead,
* it's included from evutil_rand.c