diff options
| author | fukachan <fukachan> | 2001-03-09 04:24:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-09 04:24:39 +0000 |
| commit | b08b2a5f71053fc4bf87141b84365285e0c90692 (patch) | |
| tree | bebcc32579a4ddc6d44c761390c4b27c511c5e4f /fml/libexec/loader | |
| parent | 15776c09375567276f6cbf3321c780d6467540af (diff) | |
| download | fml8-b08b2a5f71053fc4bf87141b84365285e0c90692.tar.gz fml8-b08b2a5f71053fc4bf87141b84365285e0c90692.tar.bz2 fml8-b08b2a5f71053fc4bf87141b84365285e0c90692.zip | |
clean up documents
Diffstat (limited to 'fml/libexec/loader')
| -rwxr-xr-x | fml/libexec/loader | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/fml/libexec/loader b/fml/libexec/loader index bc54f920..7d572642 100755 --- a/fml/libexec/loader +++ b/fml/libexec/loader @@ -4,7 +4,7 @@ # Copyright (C) 2000-2001 Ken'ichi Fukamachi # All rights reserved. # -# $Id: loader,v 1.11 2001/02/17 07:39:38 fukachan Exp $ +# $Id: loader,v 1.12 2001/02/17 14:39:16 fukachan Exp $ # $FML$ # @@ -112,3 +112,25 @@ C<--params> --params 'key1=value1 key2=value2 ...' =cut + + +=head1 AUTHOR + +Ken'ichi Fukamachi + +=head1 COPYRIGHT + +Copyright (C) 2001 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. + +=head1 HISTORY + +libexec/loader appeared in fml5 mailing list driver package. +See C<http://www.fml.org/> for more details. + +=cut + + +1; |
