summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-02-04 08:10:08 +0000
committerfukachan <fukachan>2006-02-04 08:10:08 +0000
commit2ea02bb5d31caf1f6ea347eb7b94e7cf9ce52687 (patch)
treea1062e0aecba4c6a9094b0c757e2f50bcac376cd /fml/lib/FML/Command/Admin
parent8fa945ca9818007adc32b4c6a7eb71d829816b01 (diff)
downloadfml8-2ea02bb5d31caf1f6ea347eb7b94e7cf9ce52687.tar.gz
fml8-2ea02bb5d31caf1f6ea347eb7b94e7cf9ce52687.tar.bz2
fml8-2ea02bb5d31caf1f6ea347eb7b94e7cf9ce52687.zip
fix copyright
Diffstat (limited to 'fml/lib/FML/Command/Admin')
-rw-r--r--fml/lib/FML/Command/Admin/newml.pm6
-rw-r--r--fml/lib/FML/Command/Admin/rmml.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Command/Admin/newml.pm b/fml/lib/FML/Command/Admin/newml.pm
index e909a234..132c94ea 100644
--- a/fml/lib/FML/Command/Admin/newml.pm
+++ b/fml/lib/FML/Command/Admin/newml.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003,2004,2006 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: newml.pm,v 1.80 2004/07/23 13:16:35 fukachan Exp $
+# $FML: newml.pm,v 1.81 2006/02/04 07:59:24 fukachan Exp $
#
package FML::Command::Admin::newml;
@@ -244,7 +244,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003,2004,2006 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/Admin/rmml.pm b/fml/lib/FML/Command/Admin/rmml.pm
index 48c06f1f..37e9add0 100644
--- a/fml/lib/FML/Command/Admin/rmml.pm
+++ b/fml/lib/FML/Command/Admin/rmml.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003,2004,2006 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: rmml.pm,v 1.26 2004/07/23 13:16:36 fukachan Exp $
+# $FML: rmml.pm,v 1.27 2006/02/04 07:58:43 fukachan Exp $
#
package FML::Command::Admin::rmml;
@@ -136,7 +136,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003,2004,2006 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.