aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.pm5
-rw-r--r--URPM.xs4
2 files changed, 6 insertions, 3 deletions
diff --git a/URPM.pm b/URPM.pm
index 2bfa08e..b24368f 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -698,10 +698,11 @@ Sets rpm verbosity level. $level is an integer between 2 (RPMMESS_CRIT) and 7
=head1 COPYRIGHT
-Copyright 2002-2005 Mandrakesoft
+Copyright 2002, 2003, 2004, 2005 MandrakeSoft SA
-Original author: FranE<ccedil>ois Pons
+Copyright 2005 Mandriva SA
+Original author: FranE<ccedil>ois Pons.
Current maintainer: Rafael Garcia-Suarez
<rgarciasuarez@mandriva.com>
diff --git a/URPM.xs b/URPM.xs
index 720fb32..dbc9108 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1,4 +1,6 @@
-/* Copyright (c) 2002-2005 Mandrakesoft
+/* Copyright (c) 2002, 2003, 2004, 2005 MandrakeSoft SA
+ * Copyright (c) 2005 Mandriva SA
+ *
* All rights reserved.
* This program is free software; you can redistribute it and/or
* modify it under the same terms as Perl itself.