summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-02-01 06:08:38 +0000
committerfukachan <fukachan>2003-02-01 06:08:38 +0000
commitdbc5ec225cc7f7395b326d6e54ca9b0f1c2d1edb (patch)
tree922cb85bb1ffdae5ff9155485ffaefe0d610fdd4 /fml/lib/IO
parente43d869538b0c6e4c2e844321ff33fac32c7b751 (diff)
downloadfml8-dbc5ec225cc7f7395b326d6e54ca9b0f1c2d1edb.tar.gz
fml8-dbc5ec225cc7f7395b326d6e54ca9b0f1c2d1edb.tar.bz2
fml8-dbc5ec225cc7f7395b326d6e54ca9b0f1c2d1edb.zip
fix copyright
Diffstat (limited to 'fml/lib/IO')
-rw-r--r--fml/lib/IO/Adapter/AtomicFile.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/IO/Adapter/AtomicFile.pm b/fml/lib/IO/Adapter/AtomicFile.pm
index 1fcecb57..c7cc8282 100644
--- a/fml/lib/IO/Adapter/AtomicFile.pm
+++ b/fml/lib/IO/Adapter/AtomicFile.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: AtomicFile.pm,v 1.6 2002/12/23 15:15:08 fukachan Exp $
+# $FML: AtomicFile.pm,v 1.7 2003/01/29 04:46:54 fukachan Exp $
#
package IO::Adapter::AtomicFile;
@@ -304,7 +304,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.