[tor-commits] [torbrowser/maint-2.3] Remove all svn $Id leftovers

erinn at torproject.org erinn at torproject.org
Thu Mar 8 20:43:01 UTC 2012


commit fb8282ca9bce57f9019dac4dcff7493ce56cdef8
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Thu Feb 16 04:50:19 2012 +0100

    Remove all svn $Id leftovers
---
 build-scripts/DEPLOYMENT                |    2 --
 build-scripts/INSTALL                   |    2 --
 build-scripts/patch-firefox-language.sh |    2 --
 build-scripts/patch-pidgin-language.sh  |    2 --
 build-scripts/patch-vidalia-language.sh |    2 --
 docs/traces.txt                         |    2 --
 src/FindTraces/dumpreg.py               |    2 --
 src/FindTraces/registrydict.py          |    1 -
 src/processtest/README                  |    1 -
 src/processtest/browserprocess.cpp      |    1 -
 src/processtest/browserprocess.h        |    1 -
 src/processtest/main.cpp                |    1 -
 src/processtest/processtest.cpp         |    1 -
 src/processtest/processtest.h           |    1 -
 src/processtest/processtest.pro         |    1 -
 15 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/build-scripts/DEPLOYMENT b/build-scripts/DEPLOYMENT
index 6ea8e14..b1727f1 100644
--- a/build-scripts/DEPLOYMENT
+++ b/build-scripts/DEPLOYMENT
@@ -4,8 +4,6 @@
 ### Copyright 2008 Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
 ### See LICENSE for licensing information
 ###
-### $Id: INSTALL 14826 2008-05-29 14:03:31Z sjm217 $
-###
 
 This document describes how the official Tor Browser Bundle is
 deployed. It is probably not of interest outside of the Tor Project.
diff --git a/build-scripts/INSTALL b/build-scripts/INSTALL
index d85a051..34cd085 100644
--- a/build-scripts/INSTALL
+++ b/build-scripts/INSTALL
@@ -5,8 +5,6 @@
 ### Copyright 2008 The Tor Project <https://www.torproject.org/>
 ### See LICENSE for licensing information
 ###
-### $Id$
-###
 
 Contents
 ========
diff --git a/build-scripts/patch-firefox-language.sh b/build-scripts/patch-firefox-language.sh
index 9e36335..0eb643a 100755
--- a/build-scripts/patch-firefox-language.sh
+++ b/build-scripts/patch-firefox-language.sh
@@ -6,8 +6,6 @@
 ### Copyright 2007-2008 Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
 ### See LICENSE for licensing information
 ###
-### $Id$
-###
 
 ## Parse command line
 FILENAME=$1
diff --git a/build-scripts/patch-pidgin-language.sh b/build-scripts/patch-pidgin-language.sh
index 3ff4756..9d3a390 100755
--- a/build-scripts/patch-pidgin-language.sh
+++ b/build-scripts/patch-pidgin-language.sh
@@ -6,8 +6,6 @@
 ### Copyright 2008 Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
 ### See LICENSE for licensing information
 ###
-### $Id: patch-vidalia-language.sh 13521 2008-02-15 12:37:49Z sjm217 $
-###
 
 ## Parse command line
 FILENAME=$1
diff --git a/build-scripts/patch-vidalia-language.sh b/build-scripts/patch-vidalia-language.sh
index 75cf02c..84984e2 100755
--- a/build-scripts/patch-vidalia-language.sh
+++ b/build-scripts/patch-vidalia-language.sh
@@ -6,8 +6,6 @@
 ### Copyright 2007 Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
 ### See LICENSE for licensing information
 ###
-### $Id$
-###
 
 ## Parse command line
 FILENAME=$1
diff --git a/docs/traces.txt b/docs/traces.txt
index f81c0cf..ce35a96 100644
--- a/docs/traces.txt
+++ b/docs/traces.txt
@@ -3,8 +3,6 @@
 ###
 ### Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
 ###
-### $Id$
-###
 
 Filesystem modifications
 ========================
diff --git a/src/FindTraces/dumpreg.py b/src/FindTraces/dumpreg.py
index 5c7035d..5b1b2f8 100644
--- a/src/FindTraces/dumpreg.py
+++ b/src/FindTraces/dumpreg.py
@@ -7,8 +7,6 @@
 ### Copyright 2007 Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
 ### See LICENSE for licensing information
 ###
-### $Id$
-###
 
 import win32con
 from registrydict import RegistryDict
diff --git a/src/FindTraces/registrydict.py b/src/FindTraces/registrydict.py
index 626b5db..e1882ec 100644
--- a/src/FindTraces/registrydict.py
+++ b/src/FindTraces/registrydict.py
@@ -3,7 +3,6 @@
 ### Last Updated: 2008/03/11
 ### Version no: 1.0
 ### URL: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/551761
-### $Id$
 ###
 ### Requires pywin32 (http://python.net/crew/mhammond/win32/Downloads.html)
 
diff --git a/src/processtest/README b/src/processtest/README
index 1d399cc..c4c8dfb 100644
--- a/src/processtest/README
+++ b/src/processtest/README
@@ -1,7 +1,6 @@
 ###
 ### Test invoking Firefox from Qt
 ### Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
-### $Id$
 ###
 
 Build instructions
diff --git a/src/processtest/browserprocess.cpp b/src/processtest/browserprocess.cpp
index ec0c112..b2f974b 100644
--- a/src/processtest/browserprocess.cpp
+++ b/src/processtest/browserprocess.cpp
@@ -24,7 +24,6 @@
 /**
  ** Test invoking Firefox from Qt
  ** Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
- ** $Id$
  **/
 
 #include <QString>
diff --git a/src/processtest/browserprocess.h b/src/processtest/browserprocess.h
index 85a1ca5..e449e4c 100644
--- a/src/processtest/browserprocess.h
+++ b/src/processtest/browserprocess.h
@@ -24,7 +24,6 @@
 /**
  ** Test invoking Firefox from Qt
  ** Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
- ** $Id$
  **/
 
 #ifndef _BROWSERPROCESS_H
diff --git a/src/processtest/main.cpp b/src/processtest/main.cpp
index 67e774f..c69f461 100644
--- a/src/processtest/main.cpp
+++ b/src/processtest/main.cpp
@@ -23,7 +23,6 @@
 /**
  ** Test invoking Firefox from Qt
  ** Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
- ** $Id$
  **/
 
 #include <QApplication>
diff --git a/src/processtest/processtest.cpp b/src/processtest/processtest.cpp
index 48cb361..625a14e 100644
--- a/src/processtest/processtest.cpp
+++ b/src/processtest/processtest.cpp
@@ -23,7 +23,6 @@
 /**
  ** Test invoking Firefox from Qt
  ** Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
- ** $Id$
  **/
 
 #include <QPushButton>
diff --git a/src/processtest/processtest.h b/src/processtest/processtest.h
index ef3209c..31b9a5e 100644
--- a/src/processtest/processtest.h
+++ b/src/processtest/processtest.h
@@ -23,7 +23,6 @@
 /**
  ** Test invoking Firefox from Qt
  ** Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
- ** $Id$
  **/
 
 #ifndef PROCESSTEST_H
diff --git a/src/processtest/processtest.pro b/src/processtest/processtest.pro
index d884c17..6d75d7f 100644
--- a/src/processtest/processtest.pro
+++ b/src/processtest/processtest.pro
@@ -1,7 +1,6 @@
 ###
 ### Test invoking Firefox from Qt
 ### Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>
-### $Id$
 ###
 
 TEMPLATE = app





More information about the tor-commits mailing list