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 tor-759c58151e27ac41eaaae9375e69646ca27f7612.tar.gz |
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 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$ */ |