diff options
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/buffers.c | 2 | ||||
-rw-r--r-- | src/or/circuitbuild.c | 2 | ||||
-rw-r--r-- | src/or/circuitlist.c | 2 | ||||
-rw-r--r-- | src/or/circuituse.c | 2 | ||||
-rw-r--r-- | src/or/command.c | 2 | ||||
-rw-r--r-- | src/or/config.c | 2 | ||||
-rw-r--r-- | src/or/connection.c | 2 | ||||
-rw-r--r-- | src/or/connection_edge.c | 2 | ||||
-rw-r--r-- | src/or/connection_or.c | 2 | ||||
-rw-r--r-- | src/or/control.c | 2 | ||||
-rw-r--r-- | src/or/cpuworker.c | 2 | ||||
-rw-r--r-- | src/or/directory.c | 2 | ||||
-rw-r--r-- | src/or/dirserv.c | 2 | ||||
-rw-r--r-- | src/or/dns.c | 2 | ||||
-rw-r--r-- | src/or/hibernate.c | 2 | ||||
-rw-r--r-- | src/or/main.c | 2 | ||||
-rw-r--r-- | src/or/onion.c | 2 | ||||
-rw-r--r-- | src/or/or.h | 2 | ||||
-rw-r--r-- | src/or/policies.c | 2 | ||||
-rw-r--r-- | src/or/relay.c | 2 | ||||
-rw-r--r-- | src/or/rendclient.c | 2 | ||||
-rw-r--r-- | src/or/rendcommon.c | 2 | ||||
-rw-r--r-- | src/or/rendmid.c | 2 | ||||
-rw-r--r-- | src/or/rendservice.c | 2 | ||||
-rw-r--r-- | src/or/rephist.c | 2 | ||||
-rw-r--r-- | src/or/router.c | 2 | ||||
-rw-r--r-- | src/or/routerlist.c | 2 | ||||
-rw-r--r-- | src/or/routerparse.c | 2 | ||||
-rw-r--r-- | src/or/test.c | 2 | ||||
-rw-r--r-- | src/or/tor_main.c | 2 |
30 files changed, 30 insertions, 30 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c index 31b03b7db6..008e92788d 100644 --- a/src/or/buffers.c +++ b/src/or/buffers.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char buffers_c_id[] = diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 58f10ed8fe..a15b2b9258 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char circuitbuild_c_id[] = diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index f5651d0970..3c494be12f 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -1,6 +1,6 @@ /* Copyright 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char circuitlist_c_id[] = diff --git a/src/or/circuituse.c b/src/or/circuituse.c index be68088a22..fd2b0cfa29 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char circuituse_c_id[] = diff --git a/src/or/command.c b/src/or/command.c index b3952efbd9..208df8b22f 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char command_c_id[] = diff --git a/src/or/config.c b/src/or/config.c index 81874bc54f..8181887765 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1768,7 +1768,7 @@ static void print_usage(void) { printf( -"Copyright 2001-2006 Roger Dingledine, Nick Mathewson.\n\n" +"Copyright 2001-2007 Roger Dingledine, Nick Mathewson.\n\n" "tor -f <torrc> [args]\n" "See man page for options, or http://tor.eff.org/ for documentation.\n"); } diff --git a/src/or/connection.c b/src/or/connection.c index 00622f86e9..a8853ef48a 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char connection_c_id[] = diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 4c96b78fed..aa5c02217e 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char connection_edge_c_id[] = diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 5ad4f2b0e9..44873b508c 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char connection_or_c_id[] = diff --git a/src/or/control.c b/src/or/control.c index a450d947df..9c980a8ea4 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char control_c_id[] = diff --git a/src/or/cpuworker.c b/src/or/cpuworker.c index 0c33c79876..006ee1a740 100644 --- a/src/or/cpuworker.c +++ b/src/or/cpuworker.c @@ -1,5 +1,5 @@ /* Copyright 2003-2004 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char cpuworker_c_id[] = diff --git a/src/or/directory.c b/src/or/directory.c index c0eaf48d56..02164109b8 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1,5 +1,5 @@ /* Copyright 2001-2004 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char directory_c_id[] = diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 033cfefc14..b317a4baa4 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1,5 +1,5 @@ /* Copyright 2001-2004 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char dirserv_c_id[] = diff --git a/src/or/dns.c b/src/or/dns.c index 6c60fbaa4c..5513c71ed5 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -1,5 +1,5 @@ /* Copyright 2003-2004 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char dns_c_id[] = diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 7dcdaeb0aa..5bc91b7757 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char hibernate_c_id[] = diff --git a/src/or/main.c b/src/or/main.c index d56affb5c3..73e1005a5a 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char main_c_id[] = diff --git a/src/or/onion.c b/src/or/onion.c index 4425d46ba3..a1df3c4992 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char onion_c_id[] = diff --git a/src/or/or.h b/src/or/or.h index f9ad06adf8..519244b9e9 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/or/policies.c b/src/or/policies.c index 1e682a7699..73a342f6bf 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -1,5 +1,5 @@ /* Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char policies_c_id[] = \ diff --git a/src/or/relay.c b/src/or/relay.c index 018d16e293..dffe22adce 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char relay_c_id[] = diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 32c7d2946a..b8d2d59c91 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char rendclient_c_id[] = diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 2ecc2c3513..ac070919fc 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char rendcommon_c_id[] = diff --git a/src/or/rendmid.c b/src/or/rendmid.c index 04e9f9ef7f..b5dcb4dbf6 100644 --- a/src/or/rendmid.c +++ b/src/or/rendmid.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char rendmid_c_id[] = diff --git a/src/or/rendservice.c b/src/or/rendservice.c index 81a0862b84..c9aa171b61 100644 --- a/src/or/rendservice.c +++ b/src/or/rendservice.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char rendservice_c_id[] = diff --git a/src/or/rephist.c b/src/or/rephist.c index 95f04ba912..8d8350968b 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -1,4 +1,4 @@ -/* Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ +/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char rephist_c_id[] = diff --git a/src/or/router.c b/src/or/router.c index a86ca5db3a..220a3a5195 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char router_c_id[] = diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 97b739ef8d..84c546020d 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char routerlist_c_id[] = diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 2a802cf9c9..4cea72fc2a 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1,6 +1,6 @@ /* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. - * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */ + * Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char routerparse_c_id[] = diff --git a/src/or/test.c b/src/or/test.c index 5e299c4d22..a3caec0c01 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1,5 +1,5 @@ /* Copyright 2001-2004 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char test_c_id[] = diff --git a/src/or/tor_main.c b/src/or/tor_main.c index 2585aee939..f6309057c9 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -1,5 +1,5 @@ /* Copyright 2001-2004 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson. */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */ /* See LICENSE for licensing information */ /* $Id$ */ const char tor_main_c_id[] = |