diff options
| author | fukachan <fukachan> | 2004-01-23 09:17:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-01-23 09:17:36 +0000 |
| commit | a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a (patch) | |
| tree | 528bc33c1932bea4ab2492fcf292bd13501f74bb /fml/lib/FML/MTA | |
| parent | 1bd083831b84d73489eac27e56ea0900240018b1 (diff) | |
| download | fml8-a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a.tar.gz fml8-a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a.tar.bz2 fml8-a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a.zip | |
fix copyright
Diffstat (limited to 'fml/lib/FML/MTA')
| -rw-r--r-- | fml/lib/FML/MTA/Control/Postfix.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/MTA/Control/Procmail.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/MTA/Control/Sendmail.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/MTA/Control/Utils.pm | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/fml/lib/FML/MTA/Control/Postfix.pm b/fml/lib/FML/MTA/Control/Postfix.pm index be3558d4..093f660a 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 Ken'ichi Fukamachi +# Copyright (C) 2002,2003,2004 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.1 2003/12/28 13:23:19 fukachan Exp $ +# $FML: Postfix.pm,v 1.2 2004/01/22 15:01:02 fukachan Exp $ # package FML::MTA::Control::Postfix; @@ -458,7 +458,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003 Ken'ichi Fukamachi +Copyright (C) 2002,2003,2004 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. diff --git a/fml/lib/FML/MTA/Control/Procmail.pm b/fml/lib/FML/MTA/Control/Procmail.pm index f4b664b4..39873ae2 100644 --- a/fml/lib/FML/MTA/Control/Procmail.pm +++ b/fml/lib/FML/MTA/Control/Procmail.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003 Ken'ichi Fukamachi +# Copyright (C) 2002,2003,2004 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: Procmail.pm,v 1.1 2003/12/28 13:23:19 fukachan Exp $ +# $FML: Procmail.pm,v 1.2 2004/01/22 15:00:37 fukachan Exp $ # package FML::MTA::Control::Procmail; @@ -303,7 +303,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003 Ken'ichi Fukamachi +Copyright (C) 2002,2003,2004 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. diff --git a/fml/lib/FML/MTA/Control/Sendmail.pm b/fml/lib/FML/MTA/Control/Sendmail.pm index 531caed2..514259b4 100644 --- a/fml/lib/FML/MTA/Control/Sendmail.pm +++ b/fml/lib/FML/MTA/Control/Sendmail.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2003 Ken'ichi Fukamachi +# Copyright (C) 2003,2004 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: Sendmail.pm,v 1.1 2003/12/28 13:23:19 fukachan Exp $ +# $FML: Sendmail.pm,v 1.2 2004/01/22 15:01:02 fukachan Exp $ # package FML::MTA::Control::Sendmail; @@ -273,7 +273,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2003 Ken'ichi Fukamachi +Copyright (C) 2003,2004 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. diff --git a/fml/lib/FML/MTA/Control/Utils.pm b/fml/lib/FML/MTA/Control/Utils.pm index 31915bf0..9beb582c 100644 --- a/fml/lib/FML/MTA/Control/Utils.pm +++ b/fml/lib/FML/MTA/Control/Utils.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2003 Ken'ichi Fukamachi +# Copyright (C) 2003,2004 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: Utils.pm,v 1.1 2003/12/28 13:23:19 fukachan Exp $ +# $FML: Utils.pm,v 1.2 2004/01/22 15:01:02 fukachan Exp $ # package FML::MTA::Control::Utils; @@ -73,7 +73,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2003 Ken'ichi Fukamachi +Copyright (C) 2003,2004 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. |
