diff options
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index e16f2177e..4e512195a 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -1,10 +1,8 @@ -/* - * fakepoll.c - * - * On systems where 'poll' doesn't exist, fake it with 'select'. - * - * Nick Mathewson <nickm@freehaven.net> - */ +/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ +/* See LICENSE for licensing information */ +/* $Id$ */ + +/* On systems where 'poll' doesn't exist, fake it with 'select'. */ #include "orconfig.h" #include "fakepoll.h" |