diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-12 21:09:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-12 21:09:01 +0000 |
commit | 1d8a8063b92dad8f0d3766a23c3cb727a4bf8890 (patch) | |
tree | 7295ee9c03e1ae627098e7546fcd29001f399328 /src/or/dirserv.c | |
parent | 6e799a6e9c2f9bf4a1d7b6d3bea0296c4b158818 (diff) | |
download | tor-1d8a8063b92dad8f0d3766a23c3cb727a4bf8890.tar.gz tor-1d8a8063b92dad8f0d3766a23c3cb727a4bf8890.zip |
clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc
svn:r12786
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 83cbbf6307..c8d7b513b8 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.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 dirserv_c_id[] = |