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 | |
| parent | 1bd083831b84d73489eac27e56ea0900240018b1 (diff) | |
| download | fml8-a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a.tar.gz fml8-a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a.tar.bz2 fml8-a5f29a5e10c33cf0c1cf8a9c66ef2a9c46b8c64a.zip | |
fix copyright
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/FML/Command.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Log/Print/Simple.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/ML/Control.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/ML/HomePrefix.pm | 6 | ||||
| -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 |
8 files changed, 24 insertions, 24 deletions
diff --git a/fml/lib/FML/Command.pm b/fml/lib/FML/Command.pm index c68283d3..17a287d3 100644 --- a/fml/lib/FML/Command.pm +++ b/fml/lib/FML/Command.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi +# Copyright (C) 2001,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: Command.pm,v 1.42 2003/12/20 07:51:35 fukachan Exp $ +# $FML: Command.pm,v 1.43 2004/01/22 12:35:35 fukachan Exp $ # # XXX @@ -295,7 +295,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi +Copyright (C) 2001,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/Log/Print/Simple.pm b/fml/lib/FML/Log/Print/Simple.pm index 62818e15..5123fc68 100644 --- a/fml/lib/FML/Log/Print/Simple.pm +++ b/fml/lib/FML/Log/Print/Simple.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: Simple.pm,v 1.2 2003/11/30 10:13:21 fukachan Exp $ +# $FML: Simple.pm,v 1.3 2004/01/22 12:34:23 fukachan Exp $ # package FML::Log::Print::Simple; @@ -85,7 +85,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/ML/Control.pm b/fml/lib/FML/ML/Control.pm index 2eadb877..0ec35e07 100644 --- a/fml/lib/FML/ML/Control.pm +++ b/fml/lib/FML/ML/Control.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: Control.pm,v 1.2 2003/12/29 03:19:00 fukachan Exp $ +# $FML: Control.pm,v 1.3 2004/01/22 15:14:23 fukachan Exp $ # package FML::ML::Control; @@ -525,7 +525,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/ML/HomePrefix.pm b/fml/lib/FML/ML/HomePrefix.pm index 424438cb..66014b96 100644 --- a/fml/lib/FML/ML/HomePrefix.pm +++ b/fml/lib/FML/ML/HomePrefix.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: HomePrefix.pm,v 1.1 2003/12/28 13:23:18 fukachan Exp $ +# $FML: HomePrefix.pm,v 1.2 2004/01/22 15:14:24 fukachan Exp $ # package FML::ML::HomePrefix; @@ -212,7 +212,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/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. |
