aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 443ae09a..5b491fb1 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -398,7 +398,7 @@ sub run_treeview_dialog {
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Rpmdrake"),
version => '2007',
- copyright => N("Copyright (C) %s by Mandriva", '2002-2006'),
+ copyright => N("Copyright (C) %s by Mandriva", '2002-2007'),
license => $license, wrap_license => 1,
comments => N("Rpmdrake is Mandriva Linux package management tool."),
website => 'http://mandrivalinux.com',