summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/CGI
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-01-01 08:48:38 +0000
committerfukachan <fukachan>2004-01-01 08:48:38 +0000
commitd48df2ad0fcce549bdbdc0891e14ea9c57d9d667 (patch)
treea63a654556de4be5c46718ff68c06070c821e0d0 /fml/lib/FML/Process/CGI
parent399ccc17268eb7506744f34d1c0b0cc6518bafa7 (diff)
downloadfml8-d48df2ad0fcce549bdbdc0891e14ea9c57d9d667.tar.gz
fml8-d48df2ad0fcce549bdbdc0891e14ea9c57d9d667.tar.bz2
fml8-d48df2ad0fcce549bdbdc0891e14ea9c57d9d667.zip
FNF: fix copyright
Diffstat (limited to 'fml/lib/FML/Process/CGI')
-rw-r--r--fml/lib/FML/Process/CGI/Kernel.pm6
-rw-r--r--fml/lib/FML/Process/CGI/Utils.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Process/CGI/Kernel.pm b/fml/lib/FML/Process/CGI/Kernel.pm
index 7c9602be..f5376989 100644
--- a/fml/lib/FML/Process/CGI/Kernel.pm
+++ b/fml/lib/FML/Process/CGI/Kernel.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
+# Copyright (C) 2001,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: Kernel.pm,v 1.68 2003/12/24 14:24:14 fukachan Exp $
+# $FML: Kernel.pm,v 1.69 2004/01/01 08:40:21 fukachan Exp $
#
package FML::Process::CGI::Kernel;
@@ -943,7 +943,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
+Copyright (C) 2001,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/Process/CGI/Utils.pm b/fml/lib/FML/Process/CGI/Utils.pm
index ed509482..bf453cb3 100644
--- a/fml/lib/FML/Process/CGI/Utils.pm
+++ b/fml/lib/FML/Process/CGI/Utils.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2003 Ken'ichi Fukamachi
+# Copyright (C) 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: Utils.pm,v 1.8 2003/10/17 08:16:27 fukachan Exp $
+# $FML: Utils.pm,v 1.9 2004/01/01 08:41:09 fukachan Exp $
#
package FML::Process::CGI::Utils;
@@ -241,7 +241,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2003 Ken'ichi Fukamachi
+Copyright (C) 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.