diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-01-04 00:35:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-01-04 00:35:51 +0000 |
commit | c4b8fef36281851a4f2abd9f9c025e4419a92138 (patch) | |
tree | 083ba88f4949e3cf29d501505ac8b840d5e4f1e5 /src/tools | |
parent | b4d7776de8b74c68797c6d53ed80a7f682aabcea (diff) | |
download | tor-c4b8fef36281851a4f2abd9f9c025e4419a92138.tar.gz tor-c4b8fef36281851a4f2abd9f9c025e4419a92138.zip |
Remove svn $Id$s from our source, and remove tor --version --version.
The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
svn:r17867
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tor-gencert.c | 1 | ||||
-rw-r--r-- | src/tools/tor-resolve.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tor-gencert.c b/src/tools/tor-gencert.c index 52145e512c..cbb8826e48 100644 --- a/src/tools/tor-gencert.c +++ b/src/tools/tor-gencert.c @@ -1,6 +1,5 @@ /* Copyright (c) 2007-2008 The Tor Project, Inc. */ /* See LICENSE for licensing information */ -/* $Id: /tor/trunk/src/tools/tor-resolve.c 12481 2007-04-21T17:27:19.371353Z nickm $ */ #include "orconfig.h" diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 50ab28e1cd..100c8107a4 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -2,7 +2,6 @@ * Copyright (c) 2007-2008, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -/* $Id$ */ #include "orconfig.h" |