summaryrefslogtreecommitdiffstats
path: root/util/rtrfilter.in
diff options
context:
space:
mode:
Diffstat (limited to 'util/rtrfilter.in')
-rwxr-xr-xutil/rtrfilter.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/util/rtrfilter.in b/util/rtrfilter.in
index 8826047..28bd21a 100755
--- a/util/rtrfilter.in
+++ b/util/rtrfilter.in
@@ -1,5 +1,18 @@
#!@PERLV_PATH@
##
+## Copyright (C) 1997-2001 by Henry Kilmer.
+## All rights reserved.
+##
+## This software may be freely copied, modified and redistributed without
+## fee for non-commerical purposes provided that this copyright notice is
+## preserved intact on all copies and modified copies.
+##
+## There is no warranty or other guarantee of fitness of this software.
+## It is provided solely "as is". The author(s) disclaim(s) all
+## responsibility and liability with respect to this software's usage
+## or its effect upon hardware, computer systems, other software, or
+## anything else.
+#
# rtrtfilter - "| rtrfilter -x <perl regex> -i <perl regex> -f <regex file> \
# -u <From address> -s <subject> <rcpts>"
# expects to read an email message on stdin containing a diff from
@@ -25,7 +38,7 @@
# exclusion takes precedence and defaults to nothing. inclusion defaults to
# everything.
#
-# this program require the Mail::Mailer module which can be found on CPAN.
+# this program requires the Mail::Mailer module which can be found on CPAN.
##
BEGIN {
$me = $0;