summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-06 13:21:41 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-06 13:21:41 +0000
commitf22ec396cc832944a418ab0523a311e8b4b0eead (patch)
tree64898f7050e028de541f86c26428a7f67ff6ca4f
parent98653d17aefff6d1e68a64b936a79a8caf7344bd (diff)
downloadperl-MDV-Distribconf-f22ec396cc832944a418ab0523a311e8b4b0eead.tar
perl-MDV-Distribconf-f22ec396cc832944a418ab0523a311e8b4b0eead.tar.gz
perl-MDV-Distribconf-f22ec396cc832944a418ab0523a311e8b4b0eead.tar.bz2
perl-MDV-Distribconf-f22ec396cc832944a418ab0523a311e8b4b0eead.tar.xz
perl-MDV-Distribconf-f22ec396cc832944a418ab0523a311e8b4b0eead.zip
Update copyrights ; doc nits
-rw-r--r--lib/MDV/Distribconf.pm12
-rw-r--r--lib/MDV/Distribconf/Build.pm2
2 files changed, 8 insertions, 6 deletions
diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm
index d43a62c..e8f0cce 100644
--- a/lib/MDV/Distribconf.pm
+++ b/lib/MDV/Distribconf.pm
@@ -6,7 +6,7 @@ our $VERSION = '1.00';
=head1 NAME
-MDV::Distribconf - perl module to get config from a Mandriva Linux distribution tree
+MDV::Distribconf - Read and write config of a Mandriva Linux distribution tree
=head1 SYNOPSIS
@@ -23,9 +23,9 @@ MDV::Distribconf - perl module to get config from a Mandriva Linux distribution
=head1 DESCRIPTION
-MDV::Distribconf is a module to get/write the configuration of a Mandriva Linux
-distribution tree. This configuration is stored in a file called F<media.cfg>,
-aimed at replacing the old-style F<hdlists> file.
+MDV::Distribconf is a module to get or write the configuration of a Mandriva
+Linux distribution tree. This configuration is stored in a file called
+F<media.cfg>, aimed at replacing the old-style F<hdlists> file.
The format of the F<hdlists> file is limited and doesn't allow to add new
values without breaking compatibility, while F<media.cfg> is designed for
@@ -321,7 +321,7 @@ defined, the return value is expanded from $media.
If $media is "media_info" or C<undef>, you'll get the global value.
-This function doesn't take care about path, see L<getpath>.
+This function doesn't cares about path, see L<getpath> for that.
=cut
@@ -390,7 +390,7 @@ The code has been written by Olivier Thauvin <nanardon@mandriva.org> and is
currently maintained by Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>.
Thanks to Sylvie Terjan <erinmargault@mandriva.org> for the spell checking.
-(c) 2005 Olivier Thauvin
+(c) 2005 Olivier Thauvin ; (c) 2005 Mandriva Linux
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/MDV/Distribconf/Build.pm b/lib/MDV/Distribconf/Build.pm
index bac09ed..a5f5ffc 100644
--- a/lib/MDV/Distribconf/Build.pm
+++ b/lib/MDV/Distribconf/Build.pm
@@ -1,4 +1,6 @@
##- Nanar <nanardon@mandriva.org>
+##- (c) 2005 Olivier Thauvin
+##- (c) 2005 Mandriva Linux
##-
##- This program is free software; you can redistribute it and/or modify
##- it under the terms of the GNU General Public License as published by