diff options
| -rw-r--r-- | fml/lib/FML/Confirm.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Filter/MimeComponent.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Filter/TextPlain.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Header/MessageID.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Mailer.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/PCB.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Process/Digest.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Process/QMail.pm | 6 | ||||
| -rw-r--r-- | fml/lib/File/Rotate.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/ErrorStatus.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/NIS.pm | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/UnixGroup.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/Delivery/ErrorStatus.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/Delivery/Utils.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/DB.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/HeaderRewrite.pm | 6 |
16 files changed, 47 insertions, 47 deletions
diff --git a/fml/lib/FML/Confirm.pm b/fml/lib/FML/Confirm.pm index c7be26f6..8b2bc24b 100644 --- a/fml/lib/FML/Confirm.pm +++ b/fml/lib/FML/Confirm.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: Confirm.pm,v 1.9 2002/12/22 04:43:05 fukachan Exp $ +# $FML: Confirm.pm,v 1.10 2003/08/23 04:35:27 fukachan Exp $ # package FML::Confirm; diff --git a/fml/lib/FML/Filter/MimeComponent.pm b/fml/lib/FML/Filter/MimeComponent.pm index 5f0b770b..b77aac05 100644 --- a/fml/lib/FML/Filter/MimeComponent.pm +++ b/fml/lib/FML/Filter/MimeComponent.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002 Takuya MURASHITA +# Copyright (C) 2002,2003 Takuya MURASHITA # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: MimeComponent.pm,v 1.1 2002/09/30 11:00:54 fukachan Exp $ +# $FML: MimeComponent.pm,v 1.2 2003/08/23 04:35:35 fukachan Exp $ # package FML::Filter::MimeComponent; @@ -269,7 +269,7 @@ Takuya MURASHITA =head1 COPYRIGHT -Copyright (C) 2002 Takuya MURASHITA +Copyright (C) 2002,2003 Takuya MURASHITA 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/Filter/TextPlain.pm b/fml/lib/FML/Filter/TextPlain.pm index 8b0f2560..757fc2c4 100644 --- a/fml/lib/FML/Filter/TextPlain.pm +++ b/fml/lib/FML/Filter/TextPlain.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: TextPlain.pm,v 1.2 2002/12/20 03:42:41 fukachan Exp $ +# $FML: TextPlain.pm,v 1.3 2003/08/23 04:35:36 fukachan Exp $ # package FML::Filter::TextPlain; @@ -558,7 +558,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/Header/MessageID.pm b/fml/lib/FML/Header/MessageID.pm index a29f33c5..e1a02a35 100644 --- a/fml/lib/FML/Header/MessageID.pm +++ b/fml/lib/FML/Header/MessageID.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: MessageID.pm,v 1.11 2002/12/20 03:44:52 fukachan Exp $ +# $FML: MessageID.pm,v 1.12 2003/08/23 04:35:36 fukachan Exp $ # package FML::Header::MessageID; @@ -186,7 +186,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/Mailer.pm b/fml/lib/FML/Mailer.pm index f9f1526a..1304e0b1 100644 --- a/fml/lib/FML/Mailer.pm +++ b/fml/lib/FML/Mailer.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: Mailer.pm,v 1.19 2003/08/23 08:50:43 fukachan Exp $ +# $FML: Mailer.pm,v 1.20 2003/08/23 14:37:58 fukachan Exp $ # package FML::Mailer; @@ -212,7 +212,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/PCB.pm b/fml/lib/FML/PCB.pm index c48d0d5e..6e320d08 100644 --- a/fml/lib/FML/PCB.pm +++ b/fml/lib/FML/PCB.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2000,2001,2002,2003 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: PCB.pm,v 1.13 2002/12/15 13:43:37 fukachan Exp $ +# $FML: PCB.pm,v 1.14 2003/08/23 04:35:28 fukachan Exp $ # package FML::PCB; @@ -140,7 +140,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi +Copyright (C) 2000,2001,2002,2003 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/Process/Digest.pm b/fml/lib/FML/Process/Digest.pm index c6d7187d..db42224c 100644 --- a/fml/lib/FML/Process/Digest.pm +++ b/fml/lib/FML/Process/Digest.pm @@ -1,9 +1,9 @@ #-*- perl -*- # -# Copyright (C) 2002 Ken'ichi Fukamachi +# Copyright (C) 2002,2003 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Digest.pm,v 1.8 2003/08/23 04:43:41 fukachan Exp $ +# $FML: Digest.pm,v 1.9 2003/08/23 07:24:46 fukachan Exp $ # package FML::Process::Digest; @@ -263,7 +263,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi +Copyright (C) 2000,2001,2002,2003 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/Process/QMail.pm b/fml/lib/FML/Process/QMail.pm index 2d839638..e10d9d37 100644 --- a/fml/lib/FML/Process/QMail.pm +++ b/fml/lib/FML/Process/QMail.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: QMail.pm,v 1.15 2002/12/18 04:43:52 fukachan Exp $ +# $FML: QMail.pm,v 1.16 2003/08/23 07:24:48 fukachan Exp $ # package FML::Process::QMail; @@ -110,7 +110,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/File/Rotate.pm b/fml/lib/File/Rotate.pm index d16701dd..5f77c5bb 100644 --- a/fml/lib/File/Rotate.pm +++ b/fml/lib/File/Rotate.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: Rotate.pm,v 1.13 2002/12/23 14:35:54 fukachan Exp $ +# $FML: Rotate.pm,v 1.14 2003/08/23 04:35:42 fukachan Exp $ # package File::Rotate; @@ -186,7 +186,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/IO/Adapter/ErrorStatus.pm b/fml/lib/IO/Adapter/ErrorStatus.pm index 21edf710..2cac1651 100644 --- a/fml/lib/IO/Adapter/ErrorStatus.pm +++ b/fml/lib/IO/Adapter/ErrorStatus.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: ErrorStatus.pm,v 1.5 2002/09/22 14:56:58 fukachan Exp $ +# $FML: ErrorStatus.pm,v 1.6 2003/08/23 04:35:44 fukachan Exp $ # package IO::Adapter::ErrorStatus; @@ -115,7 +115,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/IO/Adapter/NIS.pm b/fml/lib/IO/Adapter/NIS.pm index 100dda1e..19b80c63 100644 --- a/fml/lib/IO/Adapter/NIS.pm +++ b/fml/lib/IO/Adapter/NIS.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: NIS.pm,v 1.20 2002/12/22 02:54:38 fukachan Exp $ +# $FML: NIS.pm,v 1.21 2003/08/23 04:35:44 fukachan Exp $ # package IO::Adapter::NIS; @@ -83,7 +83,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/IO/Adapter/UnixGroup.pm b/fml/lib/IO/Adapter/UnixGroup.pm index 86bf47dc..4184e7ac 100644 --- a/fml/lib/IO/Adapter/UnixGroup.pm +++ b/fml/lib/IO/Adapter/UnixGroup.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: UnixGroup.pm,v 1.18 2002/12/22 02:54:38 fukachan Exp $ +# $FML: UnixGroup.pm,v 1.19 2003/08/23 04:35:44 fukachan Exp $ # package IO::Adapter::UnixGroup; @@ -81,7 +81,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/Mail/Delivery/ErrorStatus.pm b/fml/lib/Mail/Delivery/ErrorStatus.pm index cece0a02..235791ad 100644 --- a/fml/lib/Mail/Delivery/ErrorStatus.pm +++ b/fml/lib/Mail/Delivery/ErrorStatus.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: ErrorStatus.pm,v 1.5 2002/09/22 14:57:02 fukachan Exp $ +# $FML: ErrorStatus.pm,v 1.6 2003/08/23 04:35:45 fukachan Exp $ # package Mail::Delivery::ErrorStatus; @@ -115,7 +115,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/Mail/Delivery/Utils.pm b/fml/lib/Mail/Delivery/Utils.pm index 23c5ea1b..29e507ec 100644 --- a/fml/lib/Mail/Delivery/Utils.pm +++ b/fml/lib/Mail/Delivery/Utils.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2000,2001,2002,2003 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.10 2002/12/20 03:50:27 fukachan Exp $ +# $FML: Utils.pm,v 1.11 2003/08/23 04:35:46 fukachan Exp $ # package Mail::Delivery::Utils; @@ -410,7 +410,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi +Copyright (C) 2000,2001,2002,2003 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/Mail/ThreadTrack/DB.pm b/fml/lib/Mail/ThreadTrack/DB.pm index 27978bea..a7831861 100644 --- a/fml/lib/Mail/ThreadTrack/DB.pm +++ b/fml/lib/Mail/ThreadTrack/DB.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: DB.pm,v 1.32 2002/12/24 10:19:49 fukachan Exp $ +# $FML: DB.pm,v 1.33 2003/08/23 04:35:49 fukachan Exp $ # package Mail::ThreadTrack::DB; @@ -305,7 +305,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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/Mail/ThreadTrack/HeaderRewrite.pm b/fml/lib/Mail/ThreadTrack/HeaderRewrite.pm index 18996fde..5b47445c 100644 --- a/fml/lib/Mail/ThreadTrack/HeaderRewrite.pm +++ b/fml/lib/Mail/ThreadTrack/HeaderRewrite.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003 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: HeaderRewrite.pm,v 1.13 2002/12/22 03:21:33 fukachan Exp $ +# $FML: HeaderRewrite.pm,v 1.14 2003/08/23 04:35:49 fukachan Exp $ # package Mail::ThreadTrack::HeaderRewrite; @@ -117,7 +117,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003 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. |
