Drop all occurrences of magic CVS keywords.

This commit is contained in:
Peter Simons 2010-02-24 17:17:51 +01:00
parent 954a849ff9
commit 5857457cdf
14 changed files with 17 additions and 49 deletions

View File

@ -1,8 +1,6 @@
#
# Generic mailing list acl file -- Please customize for your needs!
#
# $Header$
#
# Re-directing anything that looks like a command.
IF (subject matches "^[ ]*((un)?subscribe|remove|delete)")

View File

@ -1,7 +1,3 @@
#
# $Header$
#
# TAG: ListType <open|closed|moderated|acknowledged|acknowledged-once>
# The following types of mailing lists exists:
#

View File

@ -1,7 +1,3 @@
#
# $Header$
#
# Catch anything looks like it does not come from a human sender.
IF (envelope matches "[^@]*(-)?owner(-)?[^@]*@|mailer-daemon@")
OR (header matches "^Precedence:[ ]*(junk|list|bulk)")

View File

@ -1,7 +1,3 @@
#
# $Header$
#
# TAG: Hostname <string>
# This entry specifies the fully qualified domain name, Petidomo
# should use. This will usually be the 'real' name of the machine the

View File

@ -1,7 +1,5 @@
#! /bin/sh
#
# $Header$
#
# Insert the name specified on the command line to the Subject of
# every posted article. To use this posting filter, set the following
# in the list's config file:

View File

@ -2,8 +2,6 @@
#
# Decrypt an incoming PGP if necessary.
#
# $Header$
#
PDHOME=`csh -c "echo ~petidomo" | sed -e 's#/$##'`

View File

@ -2,8 +2,6 @@
#
# Encrypt an incoming PGP for the subscribers of list so and so.
#
# $Header$
#
PDHOME=`csh -c "echo ~petidomo" | sed -e 's#/$##'`

View File

@ -2,8 +2,6 @@
#
# Add headers to a posting as specified in RFC 2369.
#
# $Header$
#
# Check command line.

View File

@ -1,7 +1,3 @@
-------------------------------------------------------------------------------
$Id$
-------------------------------------------------------------------------------
Version 2.4.0:
* Migrated the web support functions out to argv_web.[ch].

View File

@ -1,8 +1,4 @@
/*
* $Source$
* $Revision$
* $Date$
*
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
* All rights reserved.
*

View File

@ -1,8 +1,4 @@
/*
* $Source$
* $Revision$
* $Date$
*
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
* All rights reserved.
*

View File

@ -13,14 +13,10 @@
@c Also, run `makeinfo' rather than `texinfo-format-buffer'.
@c ================================================================
@c ================================================================
@c $Id$
@c ================================================================
@ifinfo
This file is an introduction to the Argv library which handles the
process of command-line arguments.
Copyright 1992 to 1998 by Gray Watson.
Permission is granted to make and distribute verbatim copies of this
@ -148,7 +144,7 @@ without express or implied warranty.
@chapter How to Use the Library
@menu
* Concepts:: General concepts behind the library.
* Concepts:: General concepts behind the library.
* How To Get:: How to get the library.
* Installation:: How to install the library.
* Getting Started:: Getting started with the library.
@ -279,7 +275,7 @@ If it doesn't work you may have to do Deansify.pl's job by hand.
program. This can be run and given arguments to test the various
library features.
@item Typing @kbd{make install} should install the @file{libargv.a}
@item Typing @kbd{make install} should install the @file{libargv.a}
library in @file{/usr/local/lib}, the @file{argv_shell} utility in
@file{/usr/local/bin}, and the @file{argv.info} documentation file in
@file{/usr/local/info}.
@ -807,7 +803,7 @@ Top.
Overview.
* Concepts:: General concepts behind the library.
* Concepts:: General concepts behind the library.
* How To Get:: How to get the library.
* Installation:: How to install the library.
* Getting Started:: Getting started with the library.

View File

@ -1,8 +1,4 @@
/*
* $Source$
* $Revision$
* $Date$
*
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
* All rights reserved.
*

View File

@ -1,7 +1,17 @@
/*
* $Source$
* $Revision$
* $Date$
* Copyright (c) 1999 by Gray Watson <gray.watson@letters.com>.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for
* any purpose and without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all
* copies, and that the name of Gray Watson not be used in advertising
* or publicity pertaining to distribution of the document or software
* without specific, written prior permission.
*
* Gray Watson makes no representations about the suitability of the
* software described herein for any purpose. It is provided "as is"
* without express or implied warranty.
*/
#include <progname.h>