From 5857457cdf50170bce1b7f626f6fff88b7844f4d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Feb 2010 17:17:51 +0100 Subject: [PATCH] Drop all occurrences of magic CVS keywords. --- config/list-acl | 2 -- config/list-config | 4 ---- config/petidomo.acl | 4 ---- config/petidomo.conf | 4 ---- filter/insert-name-in-subject.sh | 2 -- filter/pgp-decrypt.sh | 2 -- filter/pgp-encrypt.sh | 2 -- filter/rfc2369.sh | 2 -- libargv/NEWS | 4 ---- libargv/argv.c | 4 ---- libargv/argv.h | 4 ---- libargv/argv.texi | 12 ++++-------- libargv/argv_loc.h | 4 ---- libargv/test.c | 16 +++++++++++++--- 14 files changed, 17 insertions(+), 49 deletions(-) diff --git a/config/list-acl b/config/list-acl index e7bcc1b..d64b9f6 100644 --- a/config/list-acl +++ b/config/list-acl @@ -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)") diff --git a/config/list-config b/config/list-config index 88c526d..3e869d2 100644 --- a/config/list-config +++ b/config/list-config @@ -1,7 +1,3 @@ -# -# $Header$ -# - # TAG: ListType # The following types of mailing lists exists: # diff --git a/config/petidomo.acl b/config/petidomo.acl index d9a8f40..0bbc6a1 100644 --- a/config/petidomo.acl +++ b/config/petidomo.acl @@ -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)") diff --git a/config/petidomo.conf b/config/petidomo.conf index 9c4c597..09666e7 100644 --- a/config/petidomo.conf +++ b/config/petidomo.conf @@ -1,7 +1,3 @@ -# -# $Header$ -# - # TAG: Hostname # This entry specifies the fully qualified domain name, Petidomo # should use. This will usually be the 'real' name of the machine the diff --git a/filter/insert-name-in-subject.sh b/filter/insert-name-in-subject.sh index 0a5ac5c..b6a8f97 100755 --- a/filter/insert-name-in-subject.sh +++ b/filter/insert-name-in-subject.sh @@ -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: diff --git a/filter/pgp-decrypt.sh b/filter/pgp-decrypt.sh index b59e238..34890e7 100755 --- a/filter/pgp-decrypt.sh +++ b/filter/pgp-decrypt.sh @@ -2,8 +2,6 @@ # # Decrypt an incoming PGP if necessary. # -# $Header$ -# PDHOME=`csh -c "echo ~petidomo" | sed -e 's#/$##'` diff --git a/filter/pgp-encrypt.sh b/filter/pgp-encrypt.sh index 4a5cf1a..6b1a652 100755 --- a/filter/pgp-encrypt.sh +++ b/filter/pgp-encrypt.sh @@ -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#/$##'` diff --git a/filter/rfc2369.sh b/filter/rfc2369.sh index 62817bc..4a357d1 100755 --- a/filter/rfc2369.sh +++ b/filter/rfc2369.sh @@ -2,8 +2,6 @@ # # Add headers to a posting as specified in RFC 2369. # -# $Header$ -# # Check command line. diff --git a/libargv/NEWS b/libargv/NEWS index 51ef83f..699767a 100644 --- a/libargv/NEWS +++ b/libargv/NEWS @@ -1,7 +1,3 @@ -------------------------------------------------------------------------------- -$Id$ -------------------------------------------------------------------------------- - Version 2.4.0: * Migrated the web support functions out to argv_web.[ch]. diff --git a/libargv/argv.c b/libargv/argv.c index bf190aa..4158f53 100644 --- a/libargv/argv.c +++ b/libargv/argv.c @@ -1,8 +1,4 @@ /* - * $Source$ - * $Revision$ - * $Date$ - * * Copyright (c) 1999 by Gray Watson . * All rights reserved. * diff --git a/libargv/argv.h b/libargv/argv.h index 9f2943e..0f99f32 100644 --- a/libargv/argv.h +++ b/libargv/argv.h @@ -1,8 +1,4 @@ /* - * $Source$ - * $Revision$ - * $Date$ - * * Copyright (c) 1999 by Gray Watson . * All rights reserved. * diff --git a/libargv/argv.texi b/libargv/argv.texi index cb74bdc..1580a55 100644 --- a/libargv/argv.texi +++ b/libargv/argv.texi @@ -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. diff --git a/libargv/argv_loc.h b/libargv/argv_loc.h index c764a17..fa3ea15 100644 --- a/libargv/argv_loc.h +++ b/libargv/argv_loc.h @@ -1,8 +1,4 @@ /* - * $Source$ - * $Revision$ - * $Date$ - * * Copyright (c) 1999 by Gray Watson . * All rights reserved. * diff --git a/libargv/test.c b/libargv/test.c index f8d173b..caf2ef6 100644 --- a/libargv/test.c +++ b/libargv/test.c @@ -1,7 +1,17 @@ /* - * $Source$ - * $Revision$ - * $Date$ + * Copyright (c) 1999 by Gray Watson . + * 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