diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-12 21:09:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-12 21:09:01 +0000 |
commit | 1d8a8063b92dad8f0d3766a23c3cb727a4bf8890 (patch) | |
tree | 7295ee9c03e1ae627098e7546fcd29001f399328 /src/common | |
parent | 6e799a6e9c2f9bf4a1d7b6d3bea0296c4b158818 (diff) | |
download | tor-1d8a8063b92dad8f0d3766a23c3cb727a4bf8890.tar.gz tor-1d8a8063b92dad8f0d3766a23c3cb727a4bf8890.zip |
clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc
svn:r12786
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/aes.c | 5 | ||||
-rw-r--r-- | src/common/aes.h | 5 | ||||
-rw-r--r-- | src/common/compat.c | 5 | ||||
-rw-r--r-- | src/common/compat.h | 5 | ||||
-rw-r--r-- | src/common/container.c | 5 | ||||
-rw-r--r-- | src/common/container.h | 5 | ||||
-rw-r--r-- | src/common/crypto.c | 5 | ||||
-rw-r--r-- | src/common/crypto.h | 5 | ||||
-rw-r--r-- | src/common/log.c | 5 | ||||
-rw-r--r-- | src/common/log.h | 5 | ||||
-rw-r--r-- | src/common/mempool.c | 2 | ||||
-rw-r--r-- | src/common/mempool.h | 2 | ||||
-rw-r--r-- | src/common/test.h | 5 | ||||
-rw-r--r-- | src/common/torgzip.c | 5 | ||||
-rw-r--r-- | src/common/torgzip.h | 5 | ||||
-rw-r--r-- | src/common/torint.h | 5 | ||||
-rw-r--r-- | src/common/tortls.c | 5 | ||||
-rw-r--r-- | src/common/tortls.h | 5 | ||||
-rw-r--r-- | src/common/util.c | 5 | ||||
-rw-r--r-- | src/common/util.h | 5 |
20 files changed, 56 insertions, 38 deletions
diff --git a/src/common/aes.c b/src/common/aes.c index 0a6644ed99..c234118fa0 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -1,6 +1,7 @@ -/* Copyright (c) 2001 Matej Pfajfar. +/* Copyright (c) 2001, Matej Pfajfar. * 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 */ /* $Id$ */ const char aes_c_id[] = "$Id$"; diff --git a/src/common/aes.h b/src/common/aes.h index 264cf8c1b4..3f4d492b3c 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -1,5 +1,6 @@ -/* Copyright 2003 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/compat.c b/src/common/compat.c index d02049836a..b343c4a3b7 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1,5 +1,6 @@ -/* Copyright 2003-2004 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003-2004, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ const char compat_c_id[] = diff --git a/src/common/compat.h b/src/common/compat.h index 68c65569e4..d92b06ac34 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -1,5 +1,6 @@ -/* Copyright 2003-2004 Roger Dingledinex - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003-2004, Roger Dingledinex + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/container.c b/src/common/container.c index 77d747caad..eeebc15bf9 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -1,5 +1,6 @@ -/* Copyright 2003-2004 Roger Dingledine - Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003-2004, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ const char container_c_id[] = diff --git a/src/common/container.h b/src/common/container.h index 6e1e1801c4..ce1f3d4161 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -1,5 +1,6 @@ -/* Copyright 2003-2004 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003-2004, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/crypto.c b/src/common/crypto.c index ad9e11a261..cb9a364646 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -1,6 +1,7 @@ -/* Copyright (c) 2001 Matej Pfajfar. +/* Copyright (c) 2001, Matej Pfajfar. * 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 */ /* $Id$ */ const char crypto_c_id[] = diff --git a/src/common/crypto.h b/src/common/crypto.h index 3f85295145..9b414612fd 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -1,6 +1,7 @@ -/* Copyright (c) 2001 Matej Pfajfar. +/* Copyright (c) 2001, Matej Pfajfar. * 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 */ /* $Id$ */ diff --git a/src/common/log.c b/src/common/log.c index d471e9f1ef..147c2d18ee 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -1,6 +1,7 @@ -/* Copyright (c) 2001 Matej Pfajfar. +/* Copyright (c) 2001, Matej Pfajfar. * 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 */ /* $Id$ */ const char log_c_id[] = "$Id$"; diff --git a/src/common/log.h b/src/common/log.h index 4a29375fa4..d2693744bd 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -1,6 +1,7 @@ -/* Copyright (c) 2001 Matej Pfajfar. +/* Copyright (c) 2001, Matej Pfajfar. * 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 */ /* $Id$ */ diff --git a/src/common/mempool.c b/src/common/mempool.c index cfa2b45e50..142ba0b9ae 100644 --- a/src/common/mempool.c +++ b/src/common/mempool.c @@ -1,4 +1,4 @@ -/* Copyright 2007 Nick Mathewson */ +/* Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ #if 1 diff --git a/src/common/mempool.h b/src/common/mempool.h index 4b6f480d5b..546d963635 100644 --- a/src/common/mempool.h +++ b/src/common/mempool.h @@ -1,4 +1,4 @@ -/* Copyright 2007 Nick Mathewson */ +/* Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/test.h b/src/common/test.h index b6b10d4c22..9fed569e45 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -1,5 +1,6 @@ -/* Copyright 2001,2002,2003 Roger Dingledine. - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2001-2003, Roger Dingledine. + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/torgzip.c b/src/common/torgzip.c index f1771c183c..1fc301260c 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -1,5 +1,6 @@ -/* Copyright 2004 Roger Dingledine */ -/* Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2004, Roger Dingledine. + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ const char torgzip_c_id[] = diff --git a/src/common/torgzip.h b/src/common/torgzip.h index 7f53fe86c1..e73572e42b 100644 --- a/src/common/torgzip.h +++ b/src/common/torgzip.h @@ -1,5 +1,6 @@ -/* Copyright 2003 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/torint.h b/src/common/torint.h index 1d0a40560b..b7a50a599b 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -1,5 +1,6 @@ -/* Copyright 2003 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/tortls.c b/src/common/tortls.c index b2dbc1d1ca..94abe24d9c 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -1,5 +1,6 @@ -/* Copyright 2003 Roger Dingledine. - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003, Roger Dingledine. + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ const char tortls_c_id[] = diff --git a/src/common/tortls.h b/src/common/tortls.h index fe18f3787d..b802285bde 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -1,5 +1,6 @@ -/* Copyright 2003 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ diff --git a/src/common/util.c b/src/common/util.c index 40aafb8c2f..91f588ba47 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -1,5 +1,6 @@ -/* Copyright 2003 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* 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 43587af72a..c0343cf2fd 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -1,5 +1,6 @@ -/* Copyright 2003-2004 Roger Dingledine - * Copyright 2004-2007 Roger Dingledine, Nick Mathewson */ +/* Copyright (c) 2003-2004, Roger Dingledine + * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. + * Copyright (c) 2007, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /* $Id$ */ |