diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/fakepoll.c | 2 | ||||
-rw-r--r-- | src/common/fakepoll.h | 2 | ||||
-rw-r--r-- | src/common/log.h | 9 | ||||
-rw-r--r-- | src/common/test.h | 2 |
4 files changed, 6 insertions, 9 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index 4e512195a..dda122874 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -1,4 +1,4 @@ -/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ +/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/fakepoll.h b/src/common/fakepoll.h index b38e4ef05..61959d6c9 100644 --- a/src/common/fakepoll.h +++ b/src/common/fakepoll.h @@ -1,4 +1,4 @@ -/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine, Naval Research Lab. */ +/* Copyright 2002,2003 Nick Mathewson, Roger Dingledine. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/log.h b/src/common/log.h index d5b8e9b26..3927629c8 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -1,9 +1,6 @@ -/* - * log.h - * Logging facilities. - * - * Matej Pfajfar <mp292@cam.ac.uk> - */ +/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */ +/* See LICENSE for licensing information */ +/* $Id$ */ #ifndef __LOG_H diff --git a/src/common/test.h b/src/common/test.h index 7411d8f81..017ecf22d 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -1,4 +1,4 @@ -/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */ +/* Copyright 2001,2002,2003 Roger Dingledine. */ /* See LICENSE for licensing information */ /* $Id$ */ |