summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-12-18 12:26:30 +0000
committerfukachan <fukachan>2005-12-18 12:26:30 +0000
commit348fad65d28d8a5e84fdf7f5add1e51e5c46004e (patch)
treef75f950c8038ccabf7aaa6030a1b77421f4a1d05 /fml/lib
parent698b4bb44f866b874485833813d338fd6d0716a7 (diff)
downloadfml8-348fad65d28d8a5e84fdf7f5add1e51e5c46004e.tar.gz
fml8-348fad65d28d8a5e84fdf7f5add1e51e5c46004e.tar.bz2
fml8-348fad65d28d8a5e84fdf7f5add1e51e5c46004e.zip
fix copyright
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Command.pm6
-rw-r--r--fml/lib/FML/Command/User/confirm.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Command.pm b/fml/lib/FML/Command.pm
index 6454f343..23945daa 100644
--- a/fml/lib/FML/Command.pm
+++ b/fml/lib/FML/Command.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003,2004,2005 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: Command.pm,v 1.49 2004/07/23 15:58:59 fukachan Exp $
+# $FML: Command.pm,v 1.50 2005/12/18 11:37:48 fukachan Exp $
#
# XXX
@@ -374,7 +374,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003,2004,2005 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/FML/Command/User/confirm.pm b/fml/lib/FML/Command/User/confirm.pm
index 0d1b6514..0e4650cd 100644
--- a/fml/lib/FML/Command/User/confirm.pm
+++ b/fml/lib/FML/Command/User/confirm.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003,2004,2005 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: confirm.pm,v 1.33 2004/06/26 11:47:57 fukachan Exp $
+# $FML: confirm.pm,v 1.34 2005/12/18 12:01:08 fukachan Exp $
#
package FML::Command::User::confirm;
@@ -216,7 +216,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003,2004,2005 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.