From ef756a81c862be757be535a1b0615e608d6dc4ec Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 28 Apr 2004 11:58:25 +0000 Subject: Add GPL and copyright boilerplate to all files update copyright notices to include 2004 enable keyword expansion for Id on all files that have them --- Echolot/Chain.pm | 22 ++++++++++++++++++++-- Echolot/Commands.pm | 22 ++++++++++++++++++++-- Echolot/Conf.pm | 22 ++++++++++++++++++++-- Echolot/Config.pm | 22 ++++++++++++++++++++-- Echolot/Fromlines.pm | 22 ++++++++++++++++++++-- Echolot/Globals.pm | 22 ++++++++++++++++++++-- Echolot/Log.pm | 22 ++++++++++++++++++++-- Echolot/Mailin.pm | 22 ++++++++++++++++++++-- Echolot/Pinger.pm | 22 ++++++++++++++++++++-- Echolot/Pinger/CPunk.pm | 22 ++++++++++++++++++++-- Echolot/Pinger/Mix.pm | 22 ++++++++++++++++++++-- Echolot/Report.pm | 22 ++++++++++++++++++++-- Echolot/Scheduler.pm | 22 ++++++++++++++++++++-- Echolot/Stats.pm | 22 ++++++++++++++++++++-- Echolot/Storage/File.pm | 22 ++++++++++++++++++++-- Echolot/Thesaurus.pm | 22 ++++++++++++++++++++-- Echolot/Tools.pm | 22 ++++++++++++++++++++-- README | 2 +- TODO | 2 +- UPGRADE | 2 +- doc/pingd.conf.pod | 21 +++++++++++++++++++++ pingd | 28 ++++++++++++++++++++++------ pingd.conf.sample | 23 ++++++++++++++++++++++- templates/LICENSE | 39 +++++++++++++++++++++++++++++++++++++++ templates/clist.html | 2 +- templates/echolot.html | 2 +- templates/fromlinesindex.html | 2 +- templates/mlist.html | 2 +- templates/mlist2.html | 2 +- templates/rlist-clear.html | 2 +- templates/rlist-dsa.html | 2 +- templates/rlist-rsa.html | 2 +- templates/rlist.html | 2 +- templates/rlist2-clear.html | 2 +- templates/rlist2-dsa.html | 2 +- templates/rlist2-rsa.html | 2 +- templates/rlist2.html | 2 +- templates/thesaurusindex.html | 2 +- templates/v1legend.html | 2 +- templates/v2legend.html | 2 +- tools/create-distribution | 21 +++++++++++++++++++++ tools/install-perl-modules | 21 +++++++++++++++++++++ tools/pingctl | 23 ++++++++++++++++++++++- 43 files changed, 527 insertions(+), 61 deletions(-) create mode 100644 templates/LICENSE 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 -# $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 +# +# 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 . - 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 +# +# 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 +# +# 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 -# $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 \n"); + print ("echolot $VERSION - (c) 2002, 2003, 2004 Peter Palfrader \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 \n"); + print ("(c) 2002, 2003, 2004 Peter Palfrader \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 +# +# 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 + +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 @@ Remailers (combined list) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ - +

Remailer Reliability Stats []

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 @@ From Headers [<TMPL_VAR NAME="SITE_NAME">] "> - +

From Headers []

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 @@ Mixmaster Remailers [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Mixmaster Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (cleartext only) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (DSA only) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (RSA only) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (v2, cleartext only) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (v2, DSA only) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (v2, RSA only) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Cypherpunk Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">] "> - +

Remailer Reliability Stats []

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 @@ Thesaurus [<TMPL_VAR NAME="SITE_NAME">] "> - +

Thesaurus []

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 @@

Legend

- +

History: The result of test messages sent in the last 12 days.

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 @@

Legend

- +

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 +# +# 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 +# +# 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 +# +# 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 -- cgit v1.2.3