diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | URPM.pm | 3 | ||||
-rw-r--r-- | URPM.xs | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -1,9 +1,7 @@ The URPM module allows you to manipulate rpm files, rpm header files and hdlist files and manage them in memory. -You will need perl version 5.6.1 or better to install this module. - -Copyright 2002 MandrakeSoft (François Pons <fpons@mandrakesoft.com>) +Copyright 2002-2005 Mandrakesoft This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -655,6 +655,9 @@ Copyright 2002-2005 Mandrakesoft Original author: François Pons +Current maintainer: Rafael Garcia-Suarez +<rgarciasuarez@mandriva.com> + This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. @@ -1,4 +1,4 @@ -/* Copyright (c) 2002 MandrakeSoft <fpons@mandrakesoft.com> +/* Copyright (c) 2002-2005 Mandrakesoft * All rights reserved. * This program is free software; you can redistribute it and/or * modify it under the same terms as Perl itself. |