summaryrefslogtreecommitdiff
path: root/fml/lib/FML/MTA/Control
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-01-09 14:00:53 +0000
committerfukachan <fukachan>2006-01-09 14:00:53 +0000
commit998d6457399e07b82ee606d2cff85a3261fd6743 (patch)
tree446fe1c910bfc9243914fb7ecc4ed0337bb37eed /fml/lib/FML/MTA/Control
parent7e1d1a36de7bb1d42262bcf5573a52b56fe22804 (diff)
downloadfml8-998d6457399e07b82ee606d2cff85a3261fd6743.tar.gz
fml8-998d6457399e07b82ee606d2cff85a3261fd6743.tar.bz2
fml8-998d6457399e07b82ee606d2cff85a3261fd6743.zip
white space cosmetics.
fix copyright.
Diffstat (limited to 'fml/lib/FML/MTA/Control')
-rw-r--r--fml/lib/FML/MTA/Control/Postfix.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/MTA/Control/Postfix.pm b/fml/lib/FML/MTA/Control/Postfix.pm
index 0705390a..fdb70198 100644
--- a/fml/lib/FML/MTA/Control/Postfix.pm
+++ b/fml/lib/FML/MTA/Control/Postfix.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Postfix.pm,v 1.8 2005/08/17 10:44:47 fukachan Exp $
+# $FML: Postfix.pm,v 1.9 2005/08/18 10:20:57 fukachan Exp $
#
package FML::MTA::Control::Postfix;
@@ -256,7 +256,7 @@ sub postfix_get_aliases_as_hash_ref
for my $map (@$maps) {
$curproc->ui_message("scan key = $key, map = $map") if $debug;
- # XXX this map has no prefix such as file:, hash:, dbm:, ...
+ # XXX this map has no prefix such as file:, hash:, dbm:, ...
if ($map =~ /^\w+:/) {
$curproc->ui_message("* ignored $map");
next MAP;
@@ -457,7 +457,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi
+Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.