aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-09 05:46:49 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-09 05:46:49 +0000
commit5f051574d52b4cfa861a6fd77c43e080b58d6b2b (patch)
tree586dc8107d5970ac10abd97d209be7c777ae0a4b /src/common
parentef03d35c7c3bf18fbe7da93b1469b0460ff6dd38 (diff)
downloadtor-5f051574d52b4cfa861a6fd77c43e080b58d6b2b.tar
tor-5f051574d52b4cfa861a6fd77c43e080b58d6b2b.tar.gz
Happy new year!
svn:r5949
Diffstat (limited to 'src/common')
-rw-r--r--src/common/aes.c5
-rw-r--r--src/common/aes.h2
-rw-r--r--src/common/compat.c2
-rw-r--r--src/common/compat.h2
-rw-r--r--src/common/container.c2
-rw-r--r--src/common/container.h2
-rw-r--r--src/common/crypto.c5
-rw-r--r--src/common/crypto.h5
-rw-r--r--src/common/log.c5
-rw-r--r--src/common/log.h5
-rw-r--r--src/common/test.h2
-rw-r--r--src/common/torgzip.c2
-rw-r--r--src/common/torgzip.h2
-rw-r--r--src/common/torint.h2
-rw-r--r--src/common/tortls.c2
-rw-r--r--src/common/tortls.h2
-rw-r--r--src/common/util.c2
-rw-r--r--src/common/util.h2
18 files changed, 28 insertions, 23 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index 300fea267..a0c759dc4 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -1,5 +1,6 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+/* Copyright (c) 2001 Matej Pfajfar.
+ * Copyright (c) 2001-2004, Roger Dingledine.
+ * Copyright (c) 2004-2006, 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 d8f1f177e..30606095b 100644
--- a/src/common/aes.h
+++ b/src/common/aes.h
@@ -1,5 +1,5 @@
/* Copyright 2003 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/compat.c b/src/common/compat.c
index 0d9de300a..477804a78 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -1,5 +1,5 @@
/* Copyright 2003-2004 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
const char compat_c_id[] =
diff --git a/src/common/compat.h b/src/common/compat.h
index 0f13134f6..417b40c13 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -1,5 +1,5 @@
/* Copyright 2003-2004 Roger Dingledinex
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/container.c b/src/common/container.c
index 8f2fb6f73..33a77cd42 100644
--- a/src/common/container.c
+++ b/src/common/container.c
@@ -1,5 +1,5 @@
/* Copyright 2003-2004 Roger Dingledine
- Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ Copyright 2004-2006 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 3eb05857e..83c0f2822 100644
--- a/src/common/container.h
+++ b/src/common/container.h
@@ -1,5 +1,5 @@
/* Copyright 2003-2004 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/crypto.c b/src/common/crypto.c
index b3f53589c..43bbaa375 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -1,5 +1,6 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+/* Copyright (c) 2001 Matej Pfajfar.
+ * Copyright (c) 2001-2004, Roger Dingledine.
+ * Copyright (c) 2004-2006, 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 02f981411..160cc5d57 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -1,5 +1,6 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+/* Copyright (c) 2001 Matej Pfajfar.
+ * Copyright (c) 2001-2004, Roger Dingledine.
+ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/log.c b/src/common/log.c
index 2524d5cc2..3ed788f49 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -1,5 +1,6 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+/* Copyright (c) 2001 Matej Pfajfar.
+ * Copyright (c) 2001-2004, Roger Dingledine.
+ * Copyright (c) 2004-2006, 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 852460b4b..785b6c556 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -1,5 +1,6 @@
-/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+/* Copyright (c) 2001 Matej Pfajfar.
+ * Copyright (c) 2001-2004, Roger Dingledine.
+ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/test.h b/src/common/test.h
index 99abc0b5a..56e022272 100644
--- a/src/common/test.h
+++ b/src/common/test.h
@@ -1,5 +1,5 @@
/* Copyright 2001,2002,2003 Roger Dingledine.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/torgzip.c b/src/common/torgzip.c
index 31ca8f616..ecfbf2ba7 100644
--- a/src/common/torgzip.c
+++ b/src/common/torgzip.c
@@ -1,5 +1,5 @@
/* Copyright 2004 Roger Dingledine */
-/* Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+/* Copyright 2004-2006 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 a70463be6..36d96940a 100644
--- a/src/common/torgzip.h
+++ b/src/common/torgzip.h
@@ -1,5 +1,5 @@
/* Copyright 2003 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/torint.h b/src/common/torint.h
index baaca80b7..ecb4f769f 100644
--- a/src/common/torint.h
+++ b/src/common/torint.h
@@ -1,5 +1,5 @@
/* Copyright 2003 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/tortls.c b/src/common/tortls.c
index fa5d87841..f7815900a 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -1,5 +1,5 @@
/* Copyright 2003 Roger Dingledine.
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 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 95545fe97..9add9c7ce 100644
--- a/src/common/tortls.h
+++ b/src/common/tortls.h
@@ -1,5 +1,5 @@
/* Copyright 2003 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */
diff --git a/src/common/util.c b/src/common/util.c
index caa7c4767..37093b26c 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -1,5 +1,5 @@
/* Copyright 2003 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 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 bb127da55..90e7eeb29 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -1,5 +1,5 @@
/* Copyright 2003-2004 Roger Dingledine
- * Copyright 2004-2005 Roger Dingledine, Nick Mathewson */
+ * Copyright 2004-2006 Roger Dingledine, Nick Mathewson */
/* See LICENSE for licensing information */
/* $Id$ */