summaryrefslogtreecommitdiff
path: root/fml/lib/File
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 15:16:33 +0000
committerfukachan <fukachan>2003-01-11 15:16:33 +0000
commit9080fe658a0122707001481035b21eaa91c4b376 (patch)
tree35fb5d1a6ce5ed759e7b20d485f53b706e233043 /fml/lib/File
parentaeab7673dc3446541ce8c95afea6a20fd176fa99 (diff)
downloadfml8-9080fe658a0122707001481035b21eaa91c4b376.tar.gz
fml8-9080fe658a0122707001481035b21eaa91c4b376.tar.bz2
fml8-9080fe658a0122707001481035b21eaa91c4b376.zip
fix copyright
Diffstat (limited to 'fml/lib/File')
-rw-r--r--fml/lib/File/SimpleLock.pm6
-rw-r--r--fml/lib/File/Utils.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/File/SimpleLock.pm b/fml/lib/File/SimpleLock.pm
index a0ea1bee..becbdf71 100644
--- a/fml/lib/File/SimpleLock.pm
+++ b/fml/lib/File/SimpleLock.pm
@@ -1,8 +1,8 @@
#-*- perl -*-
#
-# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
#
-# $FML: SimpleLock.pm,v 1.16 2002/12/22 03:32:00 fukachan Exp $
+# $FML: SimpleLock.pm,v 1.17 2003/01/11 15:14:23 fukachan Exp $
#
package File::SimpleLock;
@@ -168,7 +168,7 @@ Ken'ichi Fukamachi <F<fukachan@fml.org>>
=head1 COPYRIGHT
-Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2000,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.
diff --git a/fml/lib/File/Utils.pm b/fml/lib/File/Utils.pm
index 30eb30b9..e857fe56 100644
--- a/fml/lib/File/Utils.pm
+++ b/fml/lib/File/Utils.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: Utils.pm,v 1.19 2002/12/22 03:32:00 fukachan Exp $
+# $FML: Utils.pm,v 1.20 2003/01/11 15:14:23 fukachan Exp $
#
package File::Utils;
@@ -260,7 +260,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.