diff options
| author | fukachan <fukachan> | 2005-08-06 10:06:00 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-08-06 10:06:00 +0000 |
| commit | df79c47fb69a9a2ea018c6eba27d0f8314317d05 (patch) | |
| tree | e06d37bac193963cce1d2d306b9ce5eec0e1aef1 | |
| parent | 8bf97f14137f2050b5f122d460c02459c672c096 (diff) | |
| download | fml8-df79c47fb69a9a2ea018c6eba27d0f8314317d05.tar.gz fml8-df79c47fb69a9a2ea018c6eba27d0f8314317d05.tar.bz2 fml8-df79c47fb69a9a2ea018c6eba27d0f8314317d05.zip | |
fix copyright
| -rw-r--r-- | fml/lib/Mail/Message/DB.pm | 8 | ||||
| -rw-r--r-- | fml/lib/Mail/Message/Utils.pm | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fml/lib/Mail/Message/DB.pm b/fml/lib/Mail/Message/DB.pm index d4289b67..cd644dc6 100644 --- a/fml/lib/Mail/Message/DB.pm +++ b/fml/lib/Mail/Message/DB.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2003,2004 Ken'ichi Fukamachi +# Copyright (C) 2003,2004,2005 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.20 2004/06/11 10:37:41 tmu Exp $ +# $FML: DB.pm,v 1.21 2005/08/06 07:18:27 fukachan Exp $ # package Mail::Message::DB; @@ -21,7 +21,7 @@ use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD use Carp; use File::Spec; -my $version = q$FML: DB.pm,v 1.20 2004/06/11 10:37:41 tmu Exp $; +my $version = q$FML: DB.pm,v 1.21 2005/08/06 07:18:27 fukachan Exp $; if ($version =~ /,v\s+([\d\.]+)\s+/) { $version = $1;} # special value @@ -1433,7 +1433,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2003,2004 Ken'ichi Fukamachi +Copyright (C) 2003,2004,2005 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/Message/Utils.pm b/fml/lib/Mail/Message/Utils.pm index 647210bd..5c8447e2 100644 --- a/fml/lib/Mail/Message/Utils.pm +++ b/fml/lib/Mail/Message/Utils.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi +# Copyright (C) 2001,2002,2003,2004,2005 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.11 2004/07/23 13:16:45 fukachan Exp $ +# $FML: Utils.pm,v 1.12 2005/08/06 07:14:01 fukachan Exp $ # package Mail::Message::Utils; @@ -184,7 +184,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi +Copyright (C) 2001,2002,2003,2004,2005 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. |
