summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-01-02 14:50:27 +0000
committerfukachan <fukachan>2004-01-02 14:50:27 +0000
commita5f23db04953608fcf7ec22bf65bdd0977264d63 (patch)
treea68d6cb01af1295f7cfaf11e618241eaf4842266 /fml/lib/FML/Command
parentfde25dfb437f964a2363ea1413ebd13608f2b4c3 (diff)
downloadfml8-a5f23db04953608fcf7ec22bf65bdd0977264d63.tar.gz
fml8-a5f23db04953608fcf7ec22bf65bdd0977264d63.tar.bz2
fml8-a5f23db04953608fcf7ec22bf65bdd0977264d63.zip
fix copyright
Diffstat (limited to 'fml/lib/FML/Command')
-rw-r--r--fml/lib/FML/Command/Auth.pm6
-rw-r--r--fml/lib/FML/Command/HTMLify.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm
index 0d5a0cb2..398903de 100644
--- a/fml/lib/FML/Command/Auth.pm
+++ b/fml/lib/FML/Command/Auth.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002,2003 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003,2004 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: Auth.pm,v 1.30 2003/12/30 03:51:02 fukachan Exp $
+# $FML: Auth.pm,v 1.31 2004/01/01 23:52:10 fukachan Exp $
#
package FML::Command::Auth;
@@ -277,7 +277,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002,2003 Ken'ichi Fukamachi
+Copyright (C) 2002,2003,2004 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/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm
index 49f64fcc..ae6ed918 100644
--- a/fml/lib/FML/Command/HTMLify.pm
+++ b/fml/lib/FML/Command/HTMLify.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002,2003 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003,2004 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: HTMLify.pm,v 1.19 2003/09/13 09:14:31 fukachan Exp $
+# $FML: HTMLify.pm,v 1.20 2004/01/01 23:52:10 fukachan Exp $
#
package FML::Command::HTMLify;
@@ -163,7 +163,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002,2003 Ken'ichi Fukamachi
+Copyright (C) 2002,2003,2004 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.