diff options
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index b49ed6729..5cde049e3 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -153,7 +153,7 @@ foreach (@ARGV) { sub version { print STDERR 'Drakxtools version 9.3.0 -Copyright (C) 1999-2003 MandrakeSoft by <install@mandrakesoft.com> +Copyright (C) 1999-2004 MandrakeSoft by <install@mandrakesoft.com> ', $::license, "\n"; } |