diff options
| author | fukachan <fukachan> | 2012-12-13 13:55:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2012-12-13 13:55:25 +0000 |
| commit | a7315027fd1ac2e0af2de88b6366f4b7c4ad06da (patch) | |
| tree | e1b7f5cc887582c9e59f4d5ba7eae1b7c7556eb1 | |
| parent | 44e12ff7a8c3c479e16486a4c8422bd78212832e (diff) | |
| download | fml8-a7315027fd1ac2e0af2de88b6366f4b7c4ad06da.tar.gz fml8-a7315027fd1ac2e0af2de88b6366f4b7c4ad06da.tar.bz2 fml8-a7315027fd1ac2e0af2de88b6366f4b7c4ad06da.zip | |
fix copyright
| -rw-r--r-- | fml/lib/Mail/Delivery/SMTP.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/Mail/Delivery/SMTP.pm b/fml/lib/Mail/Delivery/SMTP.pm index 09636cc6..3dd44c7e 100644 --- a/fml/lib/Mail/Delivery/SMTP.pm +++ b/fml/lib/Mail/Delivery/SMTP.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2000,2001,2002,2003,2004,2006 Ken'ichi Fukamachi +# Copyright (C) 2000,2001,2002,2003,2004,2006,2012 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: SMTP.pm,v 1.49 2006/07/09 12:11:13 fukachan Exp $ +# $FML: SMTP.pm,v 1.50 2012/12/13 13:42:26 fukachan Exp $ # @@ -1342,7 +1342,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2000,2001,2002,2003,2004,2006 Ken'ichi Fukamachi +Copyright (C) 2000,2001,2002,2003,2004,2006,2012 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. |
