aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-12-13 22:53:17 +0000
committerRoger Dingledine <arma@torproject.org>2003-12-13 22:53:17 +0000
commit8222fe8e4f8f88454bf94c730da6a5be281aa364 (patch)
tree772b83a9733b253ad95021edf718ea5f96d2ec3e /src/common/log.h
parent03616803e6d9691825e5015c04cb50ac35f2830f (diff)
downloadtor-8222fe8e4f8f88454bf94c730da6a5be281aa364.tar
tor-8222fe8e4f8f88454bf94c730da6a5be281aa364.tar.gz
clean up some copyrights
svn:r907
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common/log.h b/src/common/log.h
index d5b8e9b26..3927629c8 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -1,9 +1,6 @@
-/*
- * log.h
- * Logging facilities.
- *
- * Matej Pfajfar <mp292@cam.ac.uk>
- */
+/* Copyright 2001,2002,2003 Roger Dingledine, Matej Pfajfar. */
+/* See LICENSE for licensing information */
+/* $Id$ */
#ifndef __LOG_H