summaryrefslogtreecommitdiff
path: root/fml/lib/IO
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-02-02 08:04:53 +0000
committerfukachan <fukachan>2002-02-02 08:04:53 +0000
commit288792c9cb9178ae6ca74636a3ce1f08241efa0d (patch)
tree57941ecf2b281feba8ada5e6f81d42db9d6a0f69 /fml/lib/IO
parentadea6a64ef5278c3c725b50ad69b27cca43f54ac (diff)
downloadfml8-288792c9cb9178ae6ca74636a3ce1f08241efa0d.tar.gz
fml8-288792c9cb9178ae6ca74636a3ce1f08241efa0d.tar.bz2
fml8-288792c9cb9178ae6ca74636a3ce1f08241efa0d.zip
fix copyright
Diffstat (limited to 'fml/lib/IO')
-rw-r--r--fml/lib/IO/Adapter/SQL/toymodel.pm6
-rw-r--r--fml/lib/IO/File/Atomic.pm4
2 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/IO/Adapter/SQL/toymodel.pm b/fml/lib/IO/Adapter/SQL/toymodel.pm
index facc26c0..bac5a351 100644
--- a/fml/lib/IO/Adapter/SQL/toymodel.pm
+++ b/fml/lib/IO/Adapter/SQL/toymodel.pm
@@ -1,9 +1,9 @@
#-*- perl -*-
#
-# Copyright (C) 2000,2001 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: toymodel.pm,v 1.7 2001/12/24 07:44:35 fukachan Exp $
+# $FML: toymodel.pm,v 1.8 2002/02/01 12:03:59 fukachan Exp $
#
@@ -186,7 +186,7 @@ Ken'ichi Fukamchi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamchi
+Copyright (C) 2001,2002 Ken'ichi Fukamchi
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/IO/File/Atomic.pm b/fml/lib/IO/File/Atomic.pm
index cdbba885..63332c95 100644
--- a/fml/lib/IO/File/Atomic.pm
+++ b/fml/lib/IO/File/Atomic.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Atomic.pm,v 1.11 2001/12/22 09:21:14 fukachan Exp $
+# $FML: Atomic.pm,v 1.12 2002/01/13 06:13:41 fukachan Exp $
#
package IO::File::Atomic;
@@ -284,7 +284,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 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.