summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-01-30 14:51:14 +0000
committerfukachan <fukachan>2002-01-30 14:51:14 +0000
commit48b812cdf729b507b367fd69124f258e641f865b (patch)
tree628d181217b10118870798b3f897c7e675bd372c
parent9cb421a65796ab9a50d736860ffa16ba760849e4 (diff)
downloadfml8-48b812cdf729b507b367fd69124f258e641f865b.tar.gz
fml8-48b812cdf729b507b367fd69124f258e641f865b.tar.bz2
fml8-48b812cdf729b507b367fd69124f258e641f865b.zip
fix copyright
-rw-r--r--fml/lib/FML/Command.pm6
-rw-r--r--fml/lib/FML/Config.pm6
-rw-r--r--fml/lib/FML/Process/Utils.pm6
-rw-r--r--fml/lib/Mail/Message/Date.pm6
-rw-r--r--fml/lib/Mail/Message/Parse.pm6
-rw-r--r--fml/lib/Mail/ThreadTrack/DB.pm6
6 files changed, 18 insertions, 18 deletions
diff --git a/fml/lib/FML/Command.pm b/fml/lib/FML/Command.pm
index d56d370a..241f9487 100644
--- a/fml/lib/FML/Command.pm
+++ b/fml/lib/FML/Command.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 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.15 2001/12/22 09:21:01 fukachan Exp $
+# $FML: Command.pm,v 1.16 2002/01/20 13:50:22 fukachan Exp $
#
package FML::Command;
@@ -144,7 +144,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 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/Config.pm b/fml/lib/FML/Config.pm
index 63508000..10d731a5 100644
--- a/fml/lib/FML/Config.pm
+++ b/fml/lib/FML/Config.pm
@@ -1,7 +1,7 @@
#-*- perl -*-
-# Copyright (C) 2000-2001 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
#
-# $FML: Config.pm,v 1.48 2001/12/24 09:23:00 fukachan Exp $
+# $FML: Config.pm,v 1.49 2002/01/13 13:35:24 fukachan Exp $
#
package FML::Config;
@@ -789,7 +789,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2000,2001,2002 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/Utils.pm b/fml/lib/FML/Process/Utils.pm
index 7e6e0821..3c92d8fa 100644
--- a/fml/lib/FML/Process/Utils.pm
+++ b/fml/lib/FML/Process/Utils.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 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.6 2001/12/23 11:37:08 fukachan Exp $
+# $FML: Utils.pm,v 1.7 2002/01/20 15:06:45 fukachan Exp $
#
package FML::Process::Utils;
@@ -213,7 +213,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 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/Mail/Message/Date.pm b/fml/lib/Mail/Message/Date.pm
index 477b8d56..3c5beb07 100644
--- a/fml/lib/Mail/Message/Date.pm
+++ b/fml/lib/Mail/Message/Date.pm
@@ -1,8 +1,8 @@
#-*- perl -*-
#
-# Copyright (C) 2000 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
#
-# $FML: Date.pm,v 1.8 2001/12/24 12:52:46 fukachan Exp $
+# $FML: Date.pm,v 1.9 2002/01/13 13:35:29 fukachan Exp $
#
package Mail::Message::Date;
@@ -407,7 +407,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2000,2001,2002 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/Mail/Message/Parse.pm b/fml/lib/Mail/Message/Parse.pm
index 790dce4e..4b23d840 100644
--- a/fml/lib/Mail/Message/Parse.pm
+++ b/fml/lib/Mail/Message/Parse.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 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: Parse.pm,v 1.4 2001/12/24 12:52:46 fukachan Exp $
+# $FML: Parse.pm,v 1.5 2002/01/13 13:35:29 fukachan Exp $
#
@@ -51,7 +51,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 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/Mail/ThreadTrack/DB.pm b/fml/lib/Mail/ThreadTrack/DB.pm
index 0c3a9458..3b83e7fa 100644
--- a/fml/lib/Mail/ThreadTrack/DB.pm
+++ b/fml/lib/Mail/ThreadTrack/DB.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002 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: DB.pm,v 1.18 2001/12/26 14:23:30 fukachan Exp $
+# $FML: DB.pm,v 1.19 2002/01/13 13:35:30 fukachan Exp $
#
package Mail::ThreadTrack::DB;
@@ -262,7 +262,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001 Ken'ichi Fukamachi
+Copyright (C) 2001,2002 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.