diff --git a/LICENSE b/LICENSE index c43ca991d..d0e66cb47 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ Tor is distributed under this license: Copyright (c) 2001-2004, Roger Dingledine -Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson +Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/Makefile.am b/Makefile.am index c1bf3ff6f..8efeb45d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # $Id$ # 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 AUTOMAKE_OPTIONS = foreign diff --git a/configure.in b/configure.in index eda7b9bb7..013241fe4 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl $Id$ dnl Copyright (c) 2001-2004, Roger Dingledine -dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson +dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson dnl See LICENSE for licensing information AC_INIT diff --git a/src/common/aes.c b/src/common/aes.c index 088d29a18..df9c4f4d0 100644 --- a/src/common/aes.c +++ b/src/common/aes.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 aes_c_id[] = "$Id$"; diff --git a/src/common/aes.h b/src/common/aes.h index 30606095b..5dbd6f1f7 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -1,5 +1,5 @@ /* Copyright 2003 Roger Dingledine - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/compat.c b/src/common/compat.c index a95355c25..38f835c92 100644 --- a/src/common/compat.c +++ b/src/common/compat.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 compat_c_id[] = @@ -1432,3 +1432,4 @@ format_win32_error(DWORD err) return result; } #endif + diff --git a/src/common/compat.h b/src/common/compat.h index 2f1bb9e03..7cfb6a5e4 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -1,5 +1,5 @@ /* Copyright 2003-2004 Roger Dingledinex - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/container.c b/src/common/container.c index efbadc6d2..f5461ef4c 100644 --- a/src/common/container.c +++ b/src/common/container.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 container_c_id[] = diff --git a/src/common/container.h b/src/common/container.h index 2756fdeef..236b01164 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -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$ */ diff --git a/src/common/crypto.c b/src/common/crypto.c index 09d7b2d83..06a984a81 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.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 crypto_c_id[] = diff --git a/src/common/crypto.h b/src/common/crypto.h index 5257fd431..319113be7 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.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/common/log.c b/src/common/log.c index 27facbdbf..ff3be350f 100644 --- a/src/common/log.c +++ b/src/common/log.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 log_c_id[] = "$Id$"; diff --git a/src/common/log.h b/src/common/log.h index b2e957579..78a1bb9ab 100644 --- a/src/common/log.h +++ b/src/common/log.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/common/test.h b/src/common/test.h index 56e022272..9edda8d29 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -1,5 +1,5 @@ /* Copyright 2001,2002,2003 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/torgzip.c b/src/common/torgzip.c index ad9164940..acad163da 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -1,5 +1,5 @@ /* Copyright 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 torgzip_c_id[] = diff --git a/src/common/torgzip.h b/src/common/torgzip.h index 51e870930..7f53fe86c 100644 --- a/src/common/torgzip.h +++ b/src/common/torgzip.h @@ -1,5 +1,5 @@ /* Copyright 2003 Roger Dingledine - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/torint.h b/src/common/torint.h index 536823c6b..f1c0f1a62 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -1,5 +1,5 @@ /* Copyright 2003 Roger Dingledine - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/tortls.c b/src/common/tortls.c index f266ba792..365af6068 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -1,5 +1,5 @@ /* Copyright 2003 Roger Dingledine. - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ const char tortls_c_id[] = diff --git a/src/common/tortls.h b/src/common/tortls.h index 1fe245aab..00a57dfae 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -1,5 +1,5 @@ /* Copyright 2003 Roger Dingledine - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/util.c b/src/common/util.c index c55aa0329..11174e46d 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1,5 +1,5 @@ /* Copyright 2003 Roger Dingledine - * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */ + * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ /* See LICENSE for licensing information */ /* $Id$ */ const char util_c_id[] = "$Id$"; diff --git a/src/common/util.h b/src/common/util.h index 9d29a420e..9c9492500 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -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$ */ diff --git a/src/or/buffers.c b/src/or/buffers.c index 31b03b7db..008e92788 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 58f10ed8f..a15b2b925 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 f5651d097..3c494be12 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 be68088a2..fd2b0cfa2 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 b3952efbd..208df8b22 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 81874bc54..818188776 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 [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 00622f86e..a8853ef48 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 4c96b78fe..aa5c02217 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 5ad4f2b0e..44873b508 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 a450d947d..9c980a8ea 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 0c33c7987..006ee1a74 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 c0eaf48d5..02164109b 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 033cfefc1..b317a4baa 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 6c60fbaa4..5513c71ed 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 7dcdaeb0a..5bc91b775 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 d56affb5c..73e1005a5 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 4425d46ba..a1df3c499 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 f9ad06adf..519244b9e 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 1e682a769..73a342f6b 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 018d16e29..dffe22adc 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 32c7d2946..b8d2d59c9 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 2ecc2c351..ac070919f 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 04e9f9ef7..b5dcb4dbf 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 81a0862b8..c9aa171b6 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 95f04ba91..8d8350968 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 a86ca5db3..220a3a519 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 97b739ef8..84c546020 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 2a802cf9c..4cea72fc2 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 5e299c4d2..a3caec0c0 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 2585aee93..f6309057c 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[] =