summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-10-22 21:03:12 +0200
committerPeter Palfrader <peter@palfrader.org>2014-10-22 21:03:12 +0200
commit43be0bd551a47bc0053a349cf7084cee6aaf8768 (patch)
tree0e09aa43b1556c32979e290683e852236a981f71
parent7d788514693cfc5c94bf9c4306ff9cc082e96330 (diff)
Remove $Id$ tags from all files
-rw-r--r--Echolot/Chain.pm1
-rw-r--r--Echolot/Commands.pm1
-rw-r--r--Echolot/Conf.pm1
-rw-r--r--Echolot/Config.pm1
-rw-r--r--Echolot/Fromlines.pm1
-rw-r--r--Echolot/Globals.pm1
-rw-r--r--Echolot/Log.pm1
-rw-r--r--Echolot/Mailin.pm1
-rw-r--r--Echolot/Pinger.pm1
-rw-r--r--Echolot/Pinger/CPunk.pm1
-rw-r--r--Echolot/Pinger/Mix.pm1
-rw-r--r--Echolot/Report.pm1
-rw-r--r--Echolot/Scheduler.pm1
-rw-r--r--Echolot/Stats.pm1
-rw-r--r--Echolot/Storage/File.pm1
-rw-r--r--Echolot/Thesaurus.pm1
-rw-r--r--Echolot/Tools.pm1
-rw-r--r--README1
-rw-r--r--TODO1
-rw-r--r--UPGRADE1
-rw-r--r--doc/pingd.conf.pod1
-rwxr-xr-xpingd1
-rw-r--r--pingd.conf.sample1
-rw-r--r--templates/LICENSE1
-rw-r--r--templates/clist.html1
-rw-r--r--templates/echolot.html1
-rw-r--r--templates/fromlinesindex.html1
-rw-r--r--templates/mlist.html1
-rw-r--r--templates/mlist2.html1
-rw-r--r--templates/rlist-clear.html1
-rw-r--r--templates/rlist-dsa.html1
-rw-r--r--templates/rlist-rsa.html1
-rw-r--r--templates/rlist.html1
-rw-r--r--templates/rlist2-clear.html1
-rw-r--r--templates/rlist2-dsa.html1
-rw-r--r--templates/rlist2-rsa.html1
-rw-r--r--templates/rlist2.html1
-rw-r--r--templates/thesaurusindex.html1
-rw-r--r--templates/v1legend.html1
-rw-r--r--templates/v2legend.html1
-rwxr-xr-xtools/create-distribution1
-rwxr-xr-xtools/install-perl-modules1
-rwxr-xr-xtools/pingctl1
43 files changed, 0 insertions, 43 deletions
diff --git a/Echolot/Chain.pm b/Echolot/Chain.pm
index e5c8cff..83af03b 100644
--- a/Echolot/Chain.pm
+++ b/Echolot/Chain.pm
@@ -1,7 +1,6 @@
package Echolot::Chain;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Commands.pm b/Echolot/Commands.pm
index 63a4910..3db5de4 100644
--- a/Echolot/Commands.pm
+++ b/Echolot/Commands.pm
@@ -1,7 +1,6 @@
package Echolot::Commands;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm
index 0ccd117..21f94ad 100644
--- a/Echolot/Conf.pm
+++ b/Echolot/Conf.pm
@@ -1,7 +1,6 @@
package Echolot::Conf;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 9906a40..f7a6f2d 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,6 @@
package Echolot::Config;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Fromlines.pm b/Echolot/Fromlines.pm
index e53e146..6e4385c 100644
--- a/Echolot/Fromlines.pm
+++ b/Echolot/Fromlines.pm
@@ -1,7 +1,6 @@
package Echolot::Fromlines;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Globals.pm b/Echolot/Globals.pm
index 828b2e6..92dd4b3 100644
--- a/Echolot/Globals.pm
+++ b/Echolot/Globals.pm
@@ -1,7 +1,6 @@
package Echolot::Globals;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Log.pm b/Echolot/Log.pm
index 2f43542..7a0fc97 100644
--- a/Echolot/Log.pm
+++ b/Echolot/Log.pm
@@ -1,7 +1,6 @@
package Echolot::Log;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Mailin.pm b/Echolot/Mailin.pm
index 273ca04..52f5842 100644
--- a/Echolot/Mailin.pm
+++ b/Echolot/Mailin.pm
@@ -1,7 +1,6 @@
package Echolot::Mailin;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Pinger.pm b/Echolot/Pinger.pm
index f82fce7..73ee65e 100644
--- a/Echolot/Pinger.pm
+++ b/Echolot/Pinger.pm
@@ -1,7 +1,6 @@
package Echolot::Pinger;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm
index 6240e2a..c56ef86 100644
--- a/Echolot/Pinger/CPunk.pm
+++ b/Echolot/Pinger/CPunk.pm
@@ -1,7 +1,6 @@
package Echolot::Pinger::CPunk;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm
index 7dd1659..c77946d 100644
--- a/Echolot/Pinger/Mix.pm
+++ b/Echolot/Pinger/Mix.pm
@@ -1,7 +1,6 @@
package Echolot::Pinger::Mix;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Report.pm b/Echolot/Report.pm
index c46d0f3..5a0b83a 100644
--- a/Echolot/Report.pm
+++ b/Echolot/Report.pm
@@ -1,7 +1,6 @@
package Echolot::Report;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Scheduler.pm b/Echolot/Scheduler.pm
index 9524e72..8aab574 100644
--- a/Echolot/Scheduler.pm
+++ b/Echolot/Scheduler.pm
@@ -1,7 +1,6 @@
package Echolot::Scheduler;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Stats.pm b/Echolot/Stats.pm
index a1f0b75..3b1d8ae 100644
--- a/Echolot/Stats.pm
+++ b/Echolot/Stats.pm
@@ -1,7 +1,6 @@
package Echolot::Stats;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm
index 3d251bd..7cf6de2 100644
--- a/Echolot/Storage/File.pm
+++ b/Echolot/Storage/File.pm
@@ -1,7 +1,6 @@
package Echolot::Storage::File;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Thesaurus.pm b/Echolot/Thesaurus.pm
index f21f8c0..40350c6 100644
--- a/Echolot/Thesaurus.pm
+++ b/Echolot/Thesaurus.pm
@@ -1,7 +1,6 @@
package Echolot::Thesaurus;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm
index 0ed423c..118021d 100644
--- a/Echolot/Tools.pm
+++ b/Echolot/Tools.pm
@@ -1,7 +1,6 @@
package Echolot::Tools;
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/README b/README
index 6d62f2e..6fbba83 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-$Id$
#####################################################################
## R E A D M E F O R E C H O L O T ###########################
#####################################################################
diff --git a/TODO b/TODO
index b1b9e97..1df26dd 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-$Id$
Legend:
- Not done
diff --git a/UPGRADE b/UPGRADE
index 0d0ccd8..162675e 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,5 +1,4 @@
Upgrading checklist for Echolot
-$Id$
- Download the latest .tar.gz from <URL:http://www.palfrader.org/echolot/>.
- Verify the signature.
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod
index 773a616..51c4b05 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -1,5 +1,4 @@
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/pingd b/pingd
index 681763f..9d7a40a 100755
--- a/pingd
+++ b/pingd
@@ -1,6 +1,5 @@
#!/usr/bin/perl -w
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/pingd.conf.sample b/pingd.conf.sample
index 7e10aae..b304c7a 100644
--- a/pingd.conf.sample
+++ b/pingd.conf.sample
@@ -1,4 +1,3 @@
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/templates/LICENSE b/templates/LICENSE
index dab0fe6..fb42562 100644
--- a/templates/LICENSE
+++ b/templates/LICENSE
@@ -1,4 +1,3 @@
-$Id$
The files in this directory are part of Echolot.
diff --git a/templates/clist.html b/templates/clist.html
index 26277d7..7e6dc6b 100644
--- a/templates/clist.html
+++ b/templates/clist.html
@@ -3,7 +3,6 @@
<title>Remailers (combined list) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/echolot.html b/templates/echolot.html
index 90ece0f..423ad30 100644
--- a/templates/echolot.html
+++ b/templates/echolot.html
@@ -5,7 +5,6 @@
<link href="echolot.css" rel="stylesheet" type="text/css">
<!-- Pinger-Version: Echolot <TMPL_VAR NAME="version">
-->
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/fromlinesindex.html b/templates/fromlinesindex.html
index bac9423..ff8f183 100644
--- a/templates/fromlinesindex.html
+++ b/templates/fromlinesindex.html
@@ -3,7 +3,6 @@
<title>From Headers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>From Headers [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/mlist.html b/templates/mlist.html
index fd4a822..5d1fe6e 100644
--- a/templates/mlist.html
+++ b/templates/mlist.html
@@ -3,7 +3,6 @@
<title>Mixmaster Remailers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/mlist2.html b/templates/mlist2.html
index 978e5ee..67fc0d0 100644
--- a/templates/mlist2.html
+++ b/templates/mlist2.html
@@ -3,7 +3,6 @@
<title>Mixmaster Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist-clear.html b/templates/rlist-clear.html
index 814b17a..4a37dec 100644
--- a/templates/rlist-clear.html
+++ b/templates/rlist-clear.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist-dsa.html b/templates/rlist-dsa.html
index 2282082..8c864da 100644
--- a/templates/rlist-dsa.html
+++ b/templates/rlist-dsa.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (DSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist-rsa.html b/templates/rlist-rsa.html
index bf24a68..29edb93 100644
--- a/templates/rlist-rsa.html
+++ b/templates/rlist-rsa.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (RSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist.html b/templates/rlist.html
index fbf379c..6178675 100644
--- a/templates/rlist.html
+++ b/templates/rlist.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2-clear.html b/templates/rlist2-clear.html
index 10064ba..99b8628 100644
--- a/templates/rlist2-clear.html
+++ b/templates/rlist2-clear.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (v2, cleartext only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2-dsa.html b/templates/rlist2-dsa.html
index cc9e85b..2c8bebe 100644
--- a/templates/rlist2-dsa.html
+++ b/templates/rlist2-dsa.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (v2, DSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2-rsa.html b/templates/rlist2-rsa.html
index 14dab04..2562f03 100644
--- a/templates/rlist2-rsa.html
+++ b/templates/rlist2-rsa.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (v2, RSA only) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2.html b/templates/rlist2.html
index 4e0b6e1..d8721d4 100644
--- a/templates/rlist2.html
+++ b/templates/rlist2.html
@@ -3,7 +3,6 @@
<title>Cypherpunk Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/thesaurusindex.html b/templates/thesaurusindex.html
index 7474c2e..27448f8 100644
--- a/templates/thesaurusindex.html
+++ b/templates/thesaurusindex.html
@@ -3,7 +3,6 @@
<title>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</title>
<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
<link href="../echolot.css" rel="stylesheet" type="text/css">
- <!-- $Id$ -->
</head>
<body>
<h1>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/v1legend.html b/templates/v1legend.html
index 0d63a02..ee67c4b 100644
--- a/templates/v1legend.html
+++ b/templates/v1legend.html
@@ -1,5 +1,4 @@
<H2><a name="legend">Legend</a></H2>
-<!-- $Id$ -->
<p>
<strong>History</strong>: The result of test messages sent in the last 12 days.
<p>
diff --git a/templates/v2legend.html b/templates/v2legend.html
index d327eb3..0bb1a27 100644
--- a/templates/v2legend.html
+++ b/templates/v2legend.html
@@ -1,5 +1,4 @@
<H2><a name="legend">Legend</a></H2>
-<!-- $Id$ -->
<p>
The stats table shows the 12-day performance history of each remailer.
Pings (test messages) are sent to each remailer and response time is
diff --git a/tools/create-distribution b/tools/create-distribution
index e3eb82b..6e86554 100755
--- a/tools/create-distribution
+++ b/tools/create-distribution
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/tools/install-perl-modules b/tools/install-perl-modules
index 8587d0a..d1514d0 100755
--- a/tools/install-perl-modules
+++ b/tools/install-perl-modules
@@ -1,6 +1,5 @@
#! /usr/bin/perl -w
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#
diff --git a/tools/pingctl b/tools/pingctl
index 625793e..8da298d 100755
--- a/tools/pingctl
+++ b/tools/pingctl
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $Id$
#
# This file is part of Echolot - a Pinger for anonymous remailers.
#