summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 410f9249..0b36f022 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- bump copyright (mga#8503)
+
Version 12.33 - 13 December 2012 Thierry Vignaud
- fix text position over splash screen (mga#5873)
diff --git a/control-center b/control-center
index 9e630107..c79f7c20 100755
--- a/control-center
+++ b/control-center
@@ -1485,7 +1485,7 @@ sub about_mga_cc() {
0, Gtk2::Label->new(""),
0, Gtk2::Label->new(
#-PO: here %s is eg: "1999-2008"
- N("Copyright (C) %s Mandriva SA", '1999-2008') . "\n" . N("Copyright (C) %s Mageia", '2011') . "\n" ),
+ N("Copyright (C) %s Mandriva SA", '1999-2008') . "\n" . N("Copyright (C) %s Mageia", '2011-2013') . "\n" ),
0, Gtk2::HSeparator->new,
0, Gtk2::Label->new(""),
1, my $n = Gtk2::Notebook->new,