Skip to content
GitLab
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
759c5815
Commit
759c5815
authored
Feb 12, 2007
by
Nick Mathewson
🌻
Browse files
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Update copyright dates. svn:r9570
parent
30e7c050
Changes
51
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
759c5815
...
...
@@ -2,7 +2,7 @@
Tor is distributed under this license:
Copyright (c) 2001-2004, Roger Dingledine
Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson
Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
...
...
Makefile.am
View file @
759c5815
# $Id$
# Copyright (c) 2001-2004, Roger Dingledine
# Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson
# Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson
# See LICENSE for licensing information
AUTOMAKE_OPTIONS
=
foreign
...
...
configure.in
View file @
759c5815
dnl $Id$
dnl Copyright (c) 2001-2004, Roger Dingledine
dnl Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson
dnl See LICENSE for licensing information
AC_INIT
...
...
src/common/aes.c
View file @
759c5815
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
aes_c_id
[]
=
"$Id$"
;
...
...
src/common/aes.h
View file @
759c5815
/* Copyright 2003 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/compat.c
View file @
759c5815
/* Copyright 2003-2004 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
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
src/common/compat.h
View file @
759c5815
/* Copyright 2003-2004 Roger Dingledinex
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/container.c
View file @
759c5815
/* Copyright 2003-2004 Roger Dingledine
Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
container_c_id
[]
=
...
...
src/common/container.h
View file @
759c5815
/* Copyright 2003-2004 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/crypto.c
View file @
759c5815
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
crypto_c_id
[]
=
...
...
src/common/crypto.h
View file @
759c5815
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/log.c
View file @
759c5815
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
log_c_id
[]
=
"$Id$"
;
...
...
src/common/log.h
View file @
759c5815
/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-200
6
, Roger Dingledine, Nick Mathewson. */
* Copyright (c) 2004-200
7
, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/test.h
View file @
759c5815
/* Copyright 2001,2002,2003 Roger Dingledine.
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/torgzip.c
View file @
759c5815
/* Copyright 2004 Roger Dingledine */
/* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
/* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
torgzip_c_id
[]
=
...
...
src/common/torgzip.h
View file @
759c5815
/* Copyright 2003 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/torint.h
View file @
759c5815
/* Copyright 2003 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/tortls.c
View file @
759c5815
/* Copyright 2003 Roger Dingledine.
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
tortls_c_id
[]
=
...
...
src/common/tortls.h
View file @
759c5815
/* Copyright 2003 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
...
...
src/common/util.c
View file @
759c5815
/* Copyright 2003 Roger Dingledine
* Copyright 2004-200
6
Roger Dingledine, Nick Mathewson */
* Copyright 2004-200
7
Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
const
char
util_c_id
[]
=
"$Id$"
;
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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