aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpmdrake b/rpmdrake
index 3d02d76e..b8f410fe 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -2,9 +2,9 @@
#*****************************************************************************
#
# Copyright (c) 2002 Guillaume Cottenceau
-# Copyright (c) 2002-2007 Thierry Vignaud <tvignaud@mandriva.com>
+# Copyright (c) 2002-2008 Thierry Vignaud <tvignaud@mandriva.com>
# Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
-# Copyright (c) 2005-2007 Mandriva SA
+# Copyright (c) 2005-2008 Mandriva SA
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2, as
@@ -430,7 +430,7 @@ sub run_treeview_dialog {
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Rpmdrake"),
version => $rpmdrake::mdk_version,
- copyright => N("Copyright (C) %s by Mandriva", '2002-2007'),
+ copyright => N("Copyright (C) %s by Mandriva", '2002-2008'),
license => $license, wrap_license => 1,
comments => N("Rpmdrake is Mandriva Linux package management tool."),
website => 'http://mandrivalinux.com',