diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/test.c b/src/or/test.c index 75af4aedfa..7c6099e7cf 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1,5 +1,6 @@ -/* Copyright 2001-2004 Roger Dingledine. - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ +/* Copyright (c) 2001-2004, Roger Dingledine. + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ const char test_c_id[] = |