summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-04-18 11:14:06 +0000
committerfukachan <fukachan>2006-04-18 11:14:06 +0000
commitdbd63995866e5cd2b7a6fdd086140412ba443d1d (patch)
treebab1522ebe37f4bf542ca6cdaafab4cdd7a60045
parent713a2827ce097668e76f3f77e597f410347dab0e (diff)
downloadfml8-dbd63995866e5cd2b7a6fdd086140412ba443d1d.tar.gz
fml8-dbd63995866e5cd2b7a6fdd086140412ba443d1d.tar.bz2
fml8-dbd63995866e5cd2b7a6fdd086140412ba443d1d.zip
fix copyright
-rw-r--r--fml/lib/FML/Header/MessageID.pm6
-rw-r--r--fml/lib/FML/Process/Debug.pm6
2 files changed, 6 insertions, 6 deletions
diff --git a/fml/lib/FML/Header/MessageID.pm b/fml/lib/FML/Header/MessageID.pm
index 4c92b9b8..80833160 100644
--- a/fml/lib/FML/Header/MessageID.pm
+++ b/fml/lib/FML/Header/MessageID.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002,2003,2004,2005 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003,2004,2005,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: MessageID.pm,v 1.24 2005/05/26 10:20:05 fukachan Exp $
+# $FML: MessageID.pm,v 1.25 2006/04/17 23:58:58 fukachan Exp $
#
package FML::Header::MessageID;
@@ -188,7 +188,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002,2003,2004,2005 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003,2004,2005,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/Process/Debug.pm b/fml/lib/FML/Process/Debug.pm
index 4cb6e771..98d13b9f 100644
--- a/fml/lib/FML/Process/Debug.pm
+++ b/fml/lib/FML/Process/Debug.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2003,2004 Ken'ichi Fukamachi
+# Copyright (C) 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: Debug.pm,v 1.10 2004/07/11 15:43:39 fukachan Exp $
+# $FML: Debug.pm,v 1.11 2006/04/17 13:36:23 fukachan Exp $
#
package FML::Process::Debug;
@@ -256,7 +256,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2003,2004 Ken'ichi Fukamachi
+Copyright (C) 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.