diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:39:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-12 21:39:53 +0000 |
commit | 759c58151e27ac41eaaae9375e69646ca27f7612 (patch) | |
tree | 0008009f791b398991dfb61550d8910fe504a920 /src/common | |
parent | 30e7c05075f373810a4057ecf673cb01381e6e94 (diff) | |
download | tor-759c58151e27ac41eaaae9375e69646ca27f7612.tar.gz tor-759c58151e27ac41eaaae9375e69646ca27f7612.zip |
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Update copyright dates.
svn:r9570
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/aes.c | 2 | ||||
-rw-r--r-- | src/common/aes.h | 2 | ||||
-rw-r--r-- | src/common/compat.c | 3 | ||||
-rw-r--r-- | src/common/compat.h | 2 | ||||
-rw-r--r-- | src/common/container.c | 2 | ||||
-rw-r--r-- | src/common/container.h | 2 | ||||
-rw-r--r-- | src/common/crypto.c | 2 | ||||
-rw-r--r-- | src/common/crypto.h | 2 | ||||
-rw-r--r-- | src/common/log.c | 2 | ||||
-rw-r--r-- | src/common/log.h | 2 | ||||
-rw-r--r-- | src/common/test.h | 2 | ||||
-rw-r--r-- | src/common/torgzip.c | 2 | ||||
-rw-r--r-- | src/common/torgzip.h | 2 | ||||
-rw-r--r-- | src/common/torint.h | 2 | ||||
-rw-r--r-- | src/common/tortls.c | 2 | ||||
-rw-r--r-- | src/common/tortls.h | 2 | ||||
-rw-r--r-- | src/common/util.c | 2 | ||||
-rw-r--r-- | src/common/util.h | 2 |
18 files changed, 19 insertions, 18 deletions
diff --git a/src/common/aes.c b/src/common/aes.c index 088d29a18e..df9c4f4d08 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 30606095b1..5dbd6f1f72 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 a95355c25e..38f835c920 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 2f1bb9e03d..7cfb6a5e45 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 efbadc6d2b..f5461ef4c8 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 2756fdeefe..236b011648 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 09d7b2d83f..06a984a81c 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 5257fd4318..319113be78 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 27facbdbff..ff3be350fb 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 b2e9575790..78a1bb9ab4 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 56e0222724..9edda8d296 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 ad91649405..acad163daf 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 51e8709303..7f53fe86c1 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 536823c6b3..f1c0f1a620 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 f266ba7926..365af60681 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 1fe245aabd..00a57dfaec 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 c55aa0329e..11174e46d3 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 9d29a420eb..9c94925004 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$ */ |