Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
1d8a8063
Commit
1d8a8063
authored
Dec 12, 2007
by
Roger Dingledine
Browse files
clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc
svn:r12786
parent
6e799a6e
Changes
59
Hide whitespace changes
Inline
Side-by-side
src/or/networkstatus.c
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
networkstatus_c_id
[]
=
const
char
networkstatus_c_id
[]
=
...
@@ -819,7 +820,7 @@ router_get_consensus_status_by_id(const char *digest)
...
@@ -819,7 +820,7 @@ router_get_consensus_status_by_id(const char *digest)
* nickname, but the Named flag isn't set for that router. */
* nickname, but the Named flag isn't set for that router. */
routerstatus_t
*
routerstatus_t
*
router_get_consensus_status_by_nickname
(
const
char
*
nickname
,
router_get_consensus_status_by_nickname
(
const
char
*
nickname
,
int
warn_if_unnamed
)
int
warn_if_unnamed
)
{
{
char
digest
[
DIGEST_LEN
];
char
digest
[
DIGEST_LEN
];
routerstatus_t
*
best
=
NULL
;
routerstatus_t
*
best
=
NULL
;
...
...
src/or/ntmain.c
View file @
1d8a8063
/* Copyright (c) 2001
Matej Pfajfar
.
/* Copyright (c) 2001
-2004, Roger Dingledine
.
*
c
opyright (c) 200
1
-200
4
, Roger Dingledine.
*
C
opyright (c) 200
4
-200
6
, Roger Dingledine
, Nick Mathewson
.
* Copyright (c) 200
4-2007, Roger Dingledine, Nick Mathewson
. */
* Copyright (c) 200
7, The Tor Project, Inc
. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
...
...
src/or/onion.c
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
onion_c_id
[]
=
const
char
onion_c_id
[]
=
...
...
src/or/or.h
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
...
...
src/or/policies.c
View file @
1d8a8063
/* Copyright (c) 2001-2004, Roger Dingledine.
/* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
policies_c_id
[]
=
\
const
char
policies_c_id
[]
=
\
...
...
src/or/relay.c
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
relay_c_id
[]
=
const
char
relay_c_id
[]
=
...
...
src/or/rendclient.c
View file @
1d8a8063
/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
rendclient_c_id
[]
=
const
char
rendclient_c_id
[]
=
...
...
src/or/rendcommon.c
View file @
1d8a8063
/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
rendcommon_c_id
[]
=
const
char
rendcommon_c_id
[]
=
...
...
src/or/rendmid.c
View file @
1d8a8063
/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
rendmid_c_id
[]
=
const
char
rendmid_c_id
[]
=
...
...
src/or/rendservice.c
View file @
1d8a8063
/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
rendservice_c_id
[]
=
const
char
rendservice_c_id
[]
=
...
...
src/or/rephist.c
View file @
1d8a8063
/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
/* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
rephist_c_id
[]
=
const
char
rephist_c_id
[]
=
...
...
src/or/router.c
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
router_c_id
[]
=
const
char
router_c_id
[]
=
...
...
src/or/routerlist.c
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
routerlist_c_id
[]
=
const
char
routerlist_c_id
[]
=
...
...
src/or/routerparse.c
View file @
1d8a8063
/* Copyright (c) 2001 Matej Pfajfar.
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
routerparse_c_id
[]
=
const
char
routerparse_c_id
[]
=
...
...
src/or/test.c
View file @
1d8a8063
/* Copyright 2001-2004 Roger Dingledine.
/* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
test_c_id
[]
=
const
char
test_c_id
[]
=
...
...
src/or/test_data.c
View file @
1d8a8063
/* Copyright 2001-2004 Roger Dingledine.
/* Copyright 2001-2004 Roger Dingledine.
* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $ */
/* $Id: /tor/trunk/src/or/test.c 13338 2007-06-10T19:13:32.101740Z nickm $ */
const
char
test_data_c_id
[]
=
const
char
test_data_c_id
[]
=
...
...
src/or/tor_main.c
View file @
1d8a8063
/* Copyright 2001-2004 Roger Dingledine.
/* Copyright 2001-2004 Roger Dingledine.
* Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
const
char
tor_main_c_id
[]
=
const
char
tor_main_c_id
[]
=
...
...
src/tools/tor-gencert.c
View file @
1d8a8063
/* Copyright 2007
Roger Dingledine, Nick Mathewson
*/
/* Copyright
(c)
2007
The Tor Project, Inc.
*/
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id: /tor/trunk/src/tools/tor-resolve.c 12481 2007-04-21T17:27:19.371353Z nickm $ */
/* $Id: /tor/trunk/src/tools/tor-resolve.c 12481 2007-04-21T17:27:19.371353Z nickm $ */
...
...
src/tools/tor-resolve.c
View file @
1d8a8063
/* Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
/* Copyright
(c)
2004-2005
,
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* See LICENSE for licensing information */
/* $Id$ */
/* $Id$ */
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment