summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Echolot/Chain.pm22
-rw-r--r--Echolot/Commands.pm22
-rw-r--r--Echolot/Conf.pm22
-rw-r--r--Echolot/Config.pm22
-rw-r--r--Echolot/Fromlines.pm22
-rw-r--r--Echolot/Globals.pm22
-rw-r--r--Echolot/Log.pm22
-rw-r--r--Echolot/Mailin.pm22
-rw-r--r--Echolot/Pinger.pm22
-rw-r--r--Echolot/Pinger/CPunk.pm22
-rw-r--r--Echolot/Pinger/Mix.pm22
-rw-r--r--Echolot/Report.pm22
-rw-r--r--Echolot/Scheduler.pm22
-rw-r--r--Echolot/Stats.pm22
-rw-r--r--Echolot/Storage/File.pm22
-rw-r--r--Echolot/Thesaurus.pm22
-rw-r--r--Echolot/Tools.pm22
-rw-r--r--README2
-rw-r--r--TODO2
-rw-r--r--UPGRADE2
-rw-r--r--doc/pingd.conf.pod21
-rwxr-xr-xpingd28
-rw-r--r--pingd.conf.sample23
-rw-r--r--templates/LICENSE39
-rw-r--r--templates/clist.html2
-rw-r--r--templates/echolot.html2
-rw-r--r--templates/fromlinesindex.html2
-rw-r--r--templates/mlist.html2
-rw-r--r--templates/mlist2.html2
-rw-r--r--templates/rlist-clear.html2
-rw-r--r--templates/rlist-dsa.html2
-rw-r--r--templates/rlist-rsa.html2
-rw-r--r--templates/rlist.html2
-rw-r--r--templates/rlist2-clear.html2
-rw-r--r--templates/rlist2-dsa.html2
-rw-r--r--templates/rlist2-rsa.html2
-rw-r--r--templates/rlist2.html2
-rw-r--r--templates/thesaurusindex.html2
-rw-r--r--templates/v1legend.html2
-rw-r--r--templates/v2legend.html2
-rwxr-xr-xtools/create-distribution21
-rwxr-xr-xtools/install-perl-modules21
-rwxr-xr-xtools/pingctl23
43 files changed, 527 insertions, 61 deletions
diff --git a/Echolot/Chain.pm b/Echolot/Chain.pm
index 5a1ee35..5f779b3 100644
--- a/Echolot/Chain.pm
+++ b/Echolot/Chain.pm
@@ -1,7 +1,25 @@
package Echolot::Chain;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Chain.pm,v 1.18 2003/07/08 23:51:37 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Commands.pm b/Echolot/Commands.pm
index fd02adc..dee2a64 100644
--- a/Echolot/Commands.pm
+++ b/Echolot/Commands.pm
@@ -1,7 +1,25 @@
package Echolot::Commands;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Commands.pm,v 1.15 2003/02/21 06:37:52 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Conf.pm b/Echolot/Conf.pm
index f6e2221..b7a2768 100644
--- a/Echolot/Conf.pm
+++ b/Echolot/Conf.pm
@@ -1,7 +1,25 @@
package Echolot::Conf;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Conf.pm,v 1.41 2003/06/06 09:56:03 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 612dd20..d317006 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,25 @@
package Echolot::Config;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Config.pm,v 1.65 2003/06/23 13:14:13 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Fromlines.pm b/Echolot/Fromlines.pm
index 095cf3d..a776fbe 100644
--- a/Echolot/Fromlines.pm
+++ b/Echolot/Fromlines.pm
@@ -1,7 +1,25 @@
package Echolot::Fromlines;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Fromlines.pm,v 1.11 2003/11/04 04:16:15 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Globals.pm b/Echolot/Globals.pm
index 398c9dd..6d89c10 100644
--- a/Echolot/Globals.pm
+++ b/Echolot/Globals.pm
@@ -1,7 +1,25 @@
package Echolot::Globals;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Globals.pm,v 1.5 2003/01/02 19:02:10 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Log.pm b/Echolot/Log.pm
index 94838fd..3be1456 100644
--- a/Echolot/Log.pm
+++ b/Echolot/Log.pm
@@ -1,7 +1,25 @@
package Echolot::Log;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Log.pm,v 1.7 2003/02/18 06:38:09 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Mailin.pm b/Echolot/Mailin.pm
index a97a949..e671332 100644
--- a/Echolot/Mailin.pm
+++ b/Echolot/Mailin.pm
@@ -1,7 +1,25 @@
package Echolot::Mailin;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Mailin.pm,v 1.15 2003/02/17 14:44:15 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Pinger.pm b/Echolot/Pinger.pm
index 1f7173b..0dd0863 100644
--- a/Echolot/Pinger.pm
+++ b/Echolot/Pinger.pm
@@ -1,7 +1,25 @@
package Echolot::Pinger;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Pinger.pm,v 1.28 2003/02/20 14:22:38 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Pinger/CPunk.pm b/Echolot/Pinger/CPunk.pm
index 9962675..d1dacdf 100644
--- a/Echolot/Pinger/CPunk.pm
+++ b/Echolot/Pinger/CPunk.pm
@@ -1,7 +1,25 @@
package Echolot::Pinger::CPunk;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: CPunk.pm,v 1.20 2003/06/06 10:36:23 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm
index 4783f7e..33586a9 100644
--- a/Echolot/Pinger/Mix.pm
+++ b/Echolot/Pinger/Mix.pm
@@ -1,7 +1,25 @@
package Echolot::Pinger::Mix;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Mix.pm,v 1.14 2003/04/29 18:15:37 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Report.pm b/Echolot/Report.pm
index 9fa0784..3da48f9 100644
--- a/Echolot/Report.pm
+++ b/Echolot/Report.pm
@@ -1,7 +1,25 @@
package Echolot::Report;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Report.pm,v 1.2 2003/04/29 16:31:21 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Scheduler.pm b/Echolot/Scheduler.pm
index 0e0dc89..580624c 100644
--- a/Echolot/Scheduler.pm
+++ b/Echolot/Scheduler.pm
@@ -1,7 +1,25 @@
package Echolot::Scheduler;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Scheduler.pm,v 1.16 2003/06/06 11:50:30 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Stats.pm b/Echolot/Stats.pm
index 5fc0134..b42a97c 100644
--- a/Echolot/Stats.pm
+++ b/Echolot/Stats.pm
@@ -1,7 +1,25 @@
package Echolot::Stats;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Stats.pm,v 1.61 2003/10/17 23:49:36 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm
index 55ed5ba..96dd8a7 100644
--- a/Echolot/Storage/File.pm
+++ b/Echolot/Storage/File.pm
@@ -1,7 +1,25 @@
package Echolot::Storage::File;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: File.pm,v 1.58 2003/02/24 16:18:41 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Thesaurus.pm b/Echolot/Thesaurus.pm
index e2a9f64..c31ef15 100644
--- a/Echolot/Thesaurus.pm
+++ b/Echolot/Thesaurus.pm
@@ -1,7 +1,25 @@
package Echolot::Thesaurus;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Thesaurus.pm,v 1.16 2003/11/04 04:15:00 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/Echolot/Tools.pm b/Echolot/Tools.pm
index d5846d7..fa96831 100644
--- a/Echolot/Tools.pm
+++ b/Echolot/Tools.pm
@@ -1,7 +1,25 @@
package Echolot::Tools;
-# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Tools.pm,v 1.24 2003/10/17 04:12:16 weasel Exp $
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
=pod
diff --git a/README b/README
index 6821cf7..6d62f2e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.41 2003/06/06 09:39:42 weasel Exp $
+$Id$
#####################################################################
## R E A D M E F O R E C H O L O T ###########################
#####################################################################
diff --git a/TODO b/TODO
index 2670a14..b1b9e97 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.67 2003/11/02 05:59:26 weasel Exp $
+$Id$
Legend:
- Not done
diff --git a/UPGRADE b/UPGRADE
index 1a52fe9..0d0ccd8 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,5 +1,5 @@
Upgrading checklist for Echolot
-$Id: UPGRADE,v 1.3 2003/01/14 07:32:58 weasel Exp $
+$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 2a0e997..20ee6a5 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -1,3 +1,24 @@
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
=pod
=head1 NAME
diff --git a/pingd b/pingd
index 23df1f3..be411d5 100755
--- a/pingd
+++ b/pingd
@@ -1,11 +1,27 @@
#!/usr/bin/perl -w
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
$| = 1;
-# (c) 2002, 2003 Peter Palfrader <peter@palfrader.org>
-# $Id: pingd,v 1.112 2003/11/04 04:16:48 weasel Exp $
-#
-
=pod
=head1 NAME
@@ -708,7 +724,7 @@ if (!GetOptions (
if ($params->{'help'}) {
print ("Usage: $PROGRAM_NAME [options] command\n");
print ("See man pingd or perldoc pingd for more info.\n");
- print ("echolot $VERSION - (c) 2002, 2003 Peter Palfrader <peter\@palfrader.org>\n");
+ print ("echolot $VERSION - (c) 2002, 2003, 2004 Peter Palfrader <peter\@palfrader.org>\n");
print ("http://alioth.debian.org/projects/echolot/\n");
print ("\n");
print ("Commands:\n");
@@ -736,7 +752,7 @@ if ($params->{'help'}) {
};
if ($params->{'version'}) {
print ("echolot $VERSION\n");
- print ("(c) 2002, 2003 Peter Palfrader <peter\@palfrader.org>\n");
+ print ("(c) 2002, 2003, 2004 Peter Palfrader <peter\@palfrader.org>\n");
print ("http://alioth.debian.org/projects/echolot/\n");
exit 0;
};
diff --git a/pingd.conf.sample b/pingd.conf.sample
index f29c320..4cfefde 100644
--- a/pingd.conf.sample
+++ b/pingd.conf.sample
@@ -1,4 +1,23 @@
-# vim:set syntax=perl:
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
# see man pingd.conf(5) for a list of all available configuration options.
# There are a lot more than those listed in this sample.
@@ -49,3 +68,5 @@ $CONFIG = {
};
1;
+
+# vim:set syntax=perl:
diff --git a/templates/LICENSE b/templates/LICENSE
new file mode 100644
index 0000000..386821a
--- /dev/null
+++ b/templates/LICENSE
@@ -0,0 +1,39 @@
+$Id$
+
+The files in this directory are part of Echolot.
+
+In order to keep the templates short, the license statement is in this file.
+It applies to the files in this directory, namley:
+ * clist.html
+ * echolot.css
+ * echolot.html
+ * fromlinesindex.html
+ * mlist.html
+ * mlist2.html
+ * rlist-clear.html
+ * rlist-dsa.html
+ * rlist-rsa.html
+ * rlist.html
+ * rlist2-clear.html
+ * rlist2-dsa.html
+ * rlist2-rsa.html
+ * rlist2.html
+ * thesaurusindex.html
+ * v1legend.html
+ * v2legend.html
+
+Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+
+Echolot is free software. you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
diff --git a/templates/clist.html b/templates/clist.html
index 29f5f37..26277d7 100644
--- a/templates/clist.html
+++ b/templates/clist.html
@@ -3,7 +3,7 @@
<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: clist.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/echolot.html b/templates/echolot.html
index b75fd8a..90ece0f 100644
--- a/templates/echolot.html
+++ b/templates/echolot.html
@@ -5,7 +5,7 @@
<link href="echolot.css" rel="stylesheet" type="text/css">
<!-- Pinger-Version: Echolot <TMPL_VAR NAME="version">
-->
- <!-- $Id: echolot.html,v 1.18 2003/10/17 05:51:14 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/fromlinesindex.html b/templates/fromlinesindex.html
index a774d6f..bac9423 100644
--- a/templates/fromlinesindex.html
+++ b/templates/fromlinesindex.html
@@ -3,7 +3,7 @@
<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: fromlinesindex.html,v 1.8 2003/06/06 09:33:15 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>From Headers [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/mlist.html b/templates/mlist.html
index 0980ce8..fd4a822 100644
--- a/templates/mlist.html
+++ b/templates/mlist.html
@@ -3,7 +3,7 @@
<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: mlist.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/mlist2.html b/templates/mlist2.html
index fd64666..978e5ee 100644
--- a/templates/mlist2.html
+++ b/templates/mlist2.html
@@ -3,7 +3,7 @@
<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: mlist2.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $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 ff13738..814b17a 100644
--- a/templates/rlist-clear.html
+++ b/templates/rlist-clear.html
@@ -3,7 +3,7 @@
<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: rlist-clear.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $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 7441395..2282082 100644
--- a/templates/rlist-dsa.html
+++ b/templates/rlist-dsa.html
@@ -3,7 +3,7 @@
<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: rlist-dsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $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 ef03f75..bf24a68 100644
--- a/templates/rlist-rsa.html
+++ b/templates/rlist-rsa.html
@@ -3,7 +3,7 @@
<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: rlist-rsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist.html b/templates/rlist.html
index 61f3f08..fbf379c 100644
--- a/templates/rlist.html
+++ b/templates/rlist.html
@@ -3,7 +3,7 @@
<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: rlist.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $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 9733df2..10064ba 100644
--- a/templates/rlist2-clear.html
+++ b/templates/rlist2-clear.html
@@ -3,7 +3,7 @@
<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: rlist2-clear.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $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 2026402..cc9e85b 100644
--- a/templates/rlist2-dsa.html
+++ b/templates/rlist2-dsa.html
@@ -3,7 +3,7 @@
<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: rlist2-dsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $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 1452132..14dab04 100644
--- a/templates/rlist2-rsa.html
+++ b/templates/rlist2-rsa.html
@@ -3,7 +3,7 @@
<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: rlist2-rsa.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/rlist2.html b/templates/rlist2.html
index 2450e06..4e0b6e1 100644
--- a/templates/rlist2.html
+++ b/templates/rlist2.html
@@ -3,7 +3,7 @@
<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: rlist2.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/thesaurusindex.html b/templates/thesaurusindex.html
index 61b7393..7474c2e 100644
--- a/templates/thesaurusindex.html
+++ b/templates/thesaurusindex.html
@@ -3,7 +3,7 @@
<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: thesaurusindex.html,v 1.6 2002/12/03 02:59:13 weasel Exp $ -->
+ <!-- $Id$ -->
</head>
<body>
<h1>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</h1>
diff --git a/templates/v1legend.html b/templates/v1legend.html
index fdd863a..0d63a02 100644
--- a/templates/v1legend.html
+++ b/templates/v1legend.html
@@ -1,5 +1,5 @@
<H2><a name="legend">Legend</a></H2>
-<!-- $Id: v1legend.html,v 1.2 2002/08/10 01:34:57 weasel Exp $ -->
+<!-- $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 94ce8c3..d327eb3 100644
--- a/templates/v2legend.html
+++ b/templates/v2legend.html
@@ -1,5 +1,5 @@
<H2><a name="legend">Legend</a></H2>
-<!-- $Id: v2legend.html,v 1.4 2002/12/27 18:57:31 weasel Exp $ -->
+<!-- $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 bd21c9c..ebe3eb4 100755
--- a/tools/create-distribution
+++ b/tools/create-distribution
@@ -1,4 +1,25 @@
#!/bin/sh
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
# This script is used after exporting the CVS to build a new
# release tarball
diff --git a/tools/install-perl-modules b/tools/install-perl-modules
index 3848e8e..e9e8556 100755
--- a/tools/install-perl-modules
+++ b/tools/install-perl-modules
@@ -1,4 +1,25 @@
#! /usr/bin/perl -w
+#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
# This script installs all perl libraries Echolot needs
# using your CPAN module
diff --git a/tools/pingctl b/tools/pingctl
index 3055055..dc71ff1 100755
--- a/tools/pingctl
+++ b/tools/pingctl
@@ -1,7 +1,28 @@
#!/bin/sh
#
+# $Id$
+#
+# This file is part of Echolot - a Pinger for anonymous remailers.
+#
+# Copyright (c) 2002 admin@arancio.net
+# Copyright (c) 2002, 2003, 2004 Peter Palfrader <peter@palfrader.org>
+#
+# This program is free software. you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+
# pingcntl: echolot control + wrapper
-# Written by admin@arancio.net, peter@palfrader.org
set -e