diff options
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index cce577201..9ed05beec 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -1,7 +1,7 @@ #!/usr/bin/perl # -*- coding: utf-8 -*- # -# Copyright (C) 2001-2007 by Mandriva SA +# Copyright (C) 2001-2008 by Mandriva SA # DUPONT Sebastien # Damien Chaumette # Thierry Vignaud @@ -530,7 +530,7 @@ sub help() { $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Drakfont"), version => mandrake_release_info()->{version}, - copyright => N("Copyright (C) 2001-2006 by Mandriva"), + copyright => N("Copyright (C) 2001-2008 by Mandriva"), license => $license, wrap_license => 1, comments => N("Font installer."), website => 'http://mandrivalinux.com', |