summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-02-11 09:48:16 +0000
committerfukachan <fukachan>2003-02-11 09:48:16 +0000
commita960967819515667aba897e9ffe6b84b472df464 (patch)
tree54f23471ea4d8a5b40773df2d8a0a6e5f827a225 /fml/lib/IO
parent770b35a16ceeaee6041c418c3c9217d1173a0119 (diff)
downloadfml8-a960967819515667aba897e9ffe6b84b472df464.tar.gz
fml8-a960967819515667aba897e9ffe6b84b472df464.tar.bz2
fml8-a960967819515667aba897e9ffe6b84b472df464.zip
fix copyright
Diffstat (limited to 'fml/lib/IO')
-rw-r--r--fml/lib/IO/Adapter/Array.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter/Array.pm b/fml/lib/IO/Adapter/Array.pm
index b202a6a4..cb0fd87a 100644
--- a/fml/lib/IO/Adapter/Array.pm
+++ b/fml/lib/IO/Adapter/Array.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: Array.pm,v 1.27 2002/12/22 02:54:37 fukachan Exp $
+# $FML: Array.pm,v 1.28 2003/02/01 10:55:04 fukachan Exp $
#
package IO::Adapter::Array;
@@ -248,7 +248,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.