diff options
| author | fukachan <fukachan> | 2006-03-05 09:50:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-05 09:50:42 +0000 |
| commit | 8b61f04ac2635ddeeada9db9f3bc8fb7a9fbafad (patch) | |
| tree | 9a164f669ad8fe62200cfc15e3bd708c53fa9a26 | |
| parent | 1f4093fa251683c60fd32f1a920e2c1b0738b3d5 (diff) | |
| download | fml8-8b61f04ac2635ddeeada9db9f3bc8fb7a9fbafad.tar.gz fml8-8b61f04ac2635ddeeada9db9f3bc8fb7a9fbafad.tar.bz2 fml8-8b61f04ac2635ddeeada9db9f3bc8fb7a9fbafad.zip | |
fix copyright
| -rw-r--r-- | fml/lib/FML/Article/Spool.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/List.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/ML.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/Skin/Base.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/User.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Auth.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/DirUtils.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/FileUtils.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/SendFile.pm | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Command/Syntax.pm | 6 |
11 files changed, 33 insertions, 33 deletions
diff --git a/fml/lib/FML/Article/Spool.pm b/fml/lib/FML/Article/Spool.pm index 5adcc610..4f4e3fa2 100644 --- a/fml/lib/FML/Article/Spool.pm +++ b/fml/lib/FML/Article/Spool.pm @@ -1,9 +1,9 @@ #-*- perl -*- # -# Copyright (C) 2003,2004 Ken'ichi Fukamachi +# Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Spool.pm,v 1.10 2004/07/23 04:13:04 fukachan Exp $ +# $FML: Spool.pm,v 1.11 2006/03/05 08:08:36 fukachan Exp $ # package FML::Article::Spool; @@ -235,7 +235,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2003,2004 Ken'ichi Fukamachi +Copyright (C) 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/CGI/List.pm b/fml/lib/FML/CGI/List.pm index 026cfab5..ddf117fb 100644 --- a/fml/lib/FML/CGI/List.pm +++ b/fml/lib/FML/CGI/List.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 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: List.pm,v 1.14 2005/05/27 03:03:33 fukachan Exp $ +# $FML: List.pm,v 1.15 2006/03/05 08:08:36 fukachan Exp $ # package FML::CGI::List; @@ -99,7 +99,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 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/CGI/ML.pm b/fml/lib/FML/CGI/ML.pm index 99a0fc3e..7fab9356 100644 --- a/fml/lib/FML/CGI/ML.pm +++ b/fml/lib/FML/CGI/ML.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 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: ML.pm,v 1.11 2005/08/23 09:56:12 fukachan Exp $ +# $FML: ML.pm,v 1.12 2006/03/05 08:08:36 fukachan Exp $ # package FML::CGI::ML; @@ -128,7 +128,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 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/CGI/Skin/Base.pm b/fml/lib/FML/CGI/Skin/Base.pm index d0d18ddd..79b6fedc 100644 --- a/fml/lib/FML/CGI/Skin/Base.pm +++ b/fml/lib/FML/CGI/Skin/Base.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 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: Base.pm,v 1.3 2005/08/17 12:08:42 fukachan Exp $ +# $FML: Base.pm,v 1.4 2006/03/05 08:08:36 fukachan Exp $ # package FML::CGI::Skin::Base; @@ -403,7 +403,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 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/CGI/User.pm b/fml/lib/FML/CGI/User.pm index 71504fc2..922a8b02 100644 --- a/fml/lib/FML/CGI/User.pm +++ b/fml/lib/FML/CGI/User.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 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: User.pm,v 1.14 2005/06/26 00:44:32 fukachan Exp $ +# $FML: User.pm,v 1.15 2006/03/05 08:08:36 fukachan Exp $ # package FML::CGI::User; @@ -170,7 +170,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 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/Command.pm b/fml/lib/FML/Command.pm index bf6c6d0a..217025a0 100644 --- a/fml/lib/FML/Command.pm +++ b/fml/lib/FML/Command.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: Command.pm,v 1.51 2005/12/18 12:26:30 fukachan Exp $ +# $FML: Command.pm,v 1.52 2006/03/05 08:08:36 fukachan Exp $ # # XXX @@ -358,7 +358,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/Command/Auth.pm b/fml/lib/FML/Command/Auth.pm index 733b902c..11d3be86 100644 --- a/fml/lib/FML/Command/Auth.pm +++ b/fml/lib/FML/Command/Auth.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 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: Auth.pm,v 1.41 2005/11/30 23:30:38 fukachan Exp $ +# $FML: Auth.pm,v 1.42 2006/03/05 08:08:36 fukachan Exp $ # package FML::Command::Auth; @@ -319,7 +319,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 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/Command/DirUtils.pm b/fml/lib/FML/Command/DirUtils.pm index 59ebd78d..46e9e15a 100644 --- a/fml/lib/FML/Command/DirUtils.pm +++ b/fml/lib/FML/Command/DirUtils.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +# Copyright (C) 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: DirUtils.pm,v 1.21 2005/05/26 09:55:36 fukachan Exp $ +# $FML: DirUtils.pm,v 1.22 2006/03/05 08:08:36 fukachan Exp $ # package FML::Command::DirUtils; @@ -129,7 +129,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005 Ken'ichi Fukamachi +Copyright (C) 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/Command/FileUtils.pm b/fml/lib/FML/Command/FileUtils.pm index b06150c1..38c7a94e 100644 --- a/fml/lib/FML/Command/FileUtils.pm +++ b/fml/lib/FML/Command/FileUtils.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi +# Copyright (C) 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: FileUtils.pm,v 1.18 2004/07/23 13:16:34 fukachan Exp $ +# $FML: FileUtils.pm,v 1.19 2006/03/05 08:08:36 fukachan Exp $ # package FML::Command::FileUtils; @@ -140,7 +140,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi +Copyright (C) 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/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm index 5b25f06f..2ac37051 100644 --- a/fml/lib/FML/Command/SendFile.pm +++ b/fml/lib/FML/Command/SendFile.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: SendFile.pm,v 1.46 2005/08/17 10:33:17 fukachan Exp $ +# $FML: SendFile.pm,v 1.47 2006/03/05 08:08:36 fukachan Exp $ # package FML::Command::SendFile; @@ -258,7 +258,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/Command/Syntax.pm b/fml/lib/FML/Command/Syntax.pm index bcd048b0..43b30d70 100644 --- a/fml/lib/FML/Command/Syntax.pm +++ b/fml/lib/FML/Command/Syntax.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2004 Ken'ichi Fukamachi +# Copyright (C) 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: Syntax.pm,v 1.2 2004/06/26 11:34:34 fukachan Exp $ +# $FML: Syntax.pm,v 1.3 2006/03/05 08:08:36 fukachan Exp $ # package FML::Command::Syntax; @@ -85,7 +85,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2004 Ken'ichi Fukamachi +Copyright (C) 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. |
