aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-28 02:12:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-28 02:12:17 +0000
commit90a3cde94a9264638855b70c833e563eba0ea442 (patch)
tree329ec02f104be708e055a5752ec9d92ae2ee251b
parent7ef7f89010d3393317c4d83a09353c644d4c4c34 (diff)
downloadperl-URPM-90a3cde94a9264638855b70c833e563eba0ea442.tar
perl-URPM-90a3cde94a9264638855b70c833e563eba0ea442.tar.gz
perl-URPM-90a3cde94a9264638855b70c833e563eba0ea442.tar.bz2
perl-URPM-90a3cde94a9264638855b70c833e563eba0ea442.tar.xz
perl-URPM-90a3cde94a9264638855b70c833e563eba0ea442.zip
update copyright and maintainer
-rw-r--r--README4
-rw-r--r--URPM.pm3
-rw-r--r--URPM.xs2
3 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 504a8ce..411abed 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/URPM.pm b/URPM.pm
index 911aab3..866bd28 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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.
diff --git a/URPM.xs b/URPM.xs
index d125cd4..312e96d 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -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.