diff options
| author | fukachan <fukachan> | 2002-01-16 13:43:19 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-01-16 13:43:19 +0000 |
| commit | 146604e0ca356391d0f972decc029c74a156f5ee (patch) | |
| tree | 46316bf70530711a923899517368c06786121c71 /fml/lib/Mail/Bounce | |
| parent | 4f82c6210c57f1a72b590fda50b79c7525e55f10 (diff) | |
| download | fml8-146604e0ca356391d0f972decc029c74a156f5ee.tar.gz fml8-146604e0ca356391d0f972decc029c74a156f5ee.tar.bz2 fml8-146604e0ca356391d0f972decc029c74a156f5ee.zip | |
update copyright
Diffstat (limited to 'fml/lib/Mail/Bounce')
| -rw-r--r-- | fml/lib/Mail/Bounce/DSN.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/Bounce/Exim.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/Bounce/GOO.pm | 6 | ||||
| -rw-r--r-- | fml/lib/Mail/Bounce/Postfix19991231.pm | 4 | ||||
| -rw-r--r-- | fml/lib/Mail/Bounce/SimpleMatch.pm | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/fml/lib/Mail/Bounce/DSN.pm b/fml/lib/Mail/Bounce/DSN.pm index e094a6b0..9e22c6f3 100644 --- a/fml/lib/Mail/Bounce/DSN.pm +++ b/fml/lib/Mail/Bounce/DSN.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001 Ken'ichi Fukamachi +# Copyright (C) 2001,2002 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: DSN.pm,v 1.14 2001/12/24 02:23:31 fukachan Exp $ +# $FML: DSN.pm,v 1.15 2002/01/16 13:34:02 fukachan Exp $ # @@ -165,7 +165,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2001,2002 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/Bounce/Exim.pm b/fml/lib/Mail/Bounce/Exim.pm index 9655a6a2..e771fb06 100644 --- a/fml/lib/Mail/Bounce/Exim.pm +++ b/fml/lib/Mail/Bounce/Exim.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001 Ken'ichi Fukamachi +# Copyright (C) 2001,2002 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: Exim.pm,v 1.5 2001/12/23 14:26:45 fukachan Exp $ +# $FML: Exim.pm,v 1.6 2002/01/16 13:34:02 fukachan Exp $ # @@ -74,7 +74,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2001,2002 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/Bounce/GOO.pm b/fml/lib/Mail/Bounce/GOO.pm index e3e493d2..e5bd74ab 100644 --- a/fml/lib/Mail/Bounce/GOO.pm +++ b/fml/lib/Mail/Bounce/GOO.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001 Ken'ichi Fukamachi +# Copyright (C) 2001,2002 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: GOO.pm,v 1.4 2001/12/23 14:26:45 fukachan Exp $ +# $FML: GOO.pm,v 1.5 2002/01/16 13:34:02 fukachan Exp $ # @@ -70,7 +70,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2001,2002 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/Bounce/Postfix19991231.pm b/fml/lib/Mail/Bounce/Postfix19991231.pm index 8490885c..4082e306 100644 --- a/fml/lib/Mail/Bounce/Postfix19991231.pm +++ b/fml/lib/Mail/Bounce/Postfix19991231.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Postfix19991231.pm,v 1.13 2002/01/13 13:26:40 fukachan Exp $ +# $FML: Postfix19991231.pm,v 1.14 2002/01/16 13:34:02 fukachan Exp $ # @@ -163,7 +163,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2001,2002 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/Bounce/SimpleMatch.pm b/fml/lib/Mail/Bounce/SimpleMatch.pm index b4d54b3f..11f1d09e 100644 --- a/fml/lib/Mail/Bounce/SimpleMatch.pm +++ b/fml/lib/Mail/Bounce/SimpleMatch.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: SimpleMatch.pm,v 1.26 2002/01/13 06:23:27 fukachan Exp $ +# $FML: SimpleMatch.pm,v 1.27 2002/01/16 13:34:02 fukachan Exp $ # @@ -297,7 +297,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001 Ken'ichi Fukamachi +Copyright (C) 2001,2002 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. |
