summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-01-23 12:19:11 +0000
committerThierry Vignaud <tv@mandriva.org>2008-01-23 12:19:11 +0000
commit7f9131a015ff40760139f20e89489a2603e3034a (patch)
tree40c714f7a9b740c5958fdd968c79c799c6a7dbf0
parent6c4d7fc5da72815761ac5499d1cfbb6ee70fe89c (diff)
downloadcontrol-center-7f9131a015ff40760139f20e89489a2603e3034a.tar
control-center-7f9131a015ff40760139f20e89489a2603e3034a.tar.gz
control-center-7f9131a015ff40760139f20e89489a2603e3034a.tar.bz2
control-center-7f9131a015ff40760139f20e89489a2603e3034a.tar.xz
control-center-7f9131a015ff40760139f20e89489a2603e3034a.zip
bump copyright year
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index d6f76103..dc2e8097 100755
--- a/control-center
+++ b/control-center
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# $Id: control-center 232735 2008-01-02 15:34:46Z tv $
-# Copyright (C) 1999-2007 Mandriva
+# Copyright (C) 1999-2008 Mandriva
# Daouda Lo
# Damien Krotkine
# Thierry Vignaud <tvignaud@mandriva.com>
@@ -2000,7 +2000,7 @@ sub about_mdk_cc() {
@$release{qw(version product)}),
{ txt_ypos => 50 }), -1, 120)),
0, Gtk2::Label->new(""),
- 0, Gtk2::Label->new(N("Copyright (C) 1999-2007 Mandriva SA") . "\n"),
+ 0, Gtk2::Label->new(N("Copyright (C) 1999-2008 Mandriva SA") . "\n"),
0, Gtk2::HSeparator->new,
0, Gtk2::Label->new(""),
1, my $n = Gtk2::Notebook->new,