diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-01-07 13:13:35 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-01-07 21:57:47 +0100 |
commit | 264e9201b28e330594b581ce1649b744c8c10036 (patch) | |
tree | d52fd6cf9bc14f96cf1a1c91508b7ceab34c549f /perl-install/standalone.pm | |
parent | 578ecebb8a2e8971f829ce19ce394152f8e37700 (diff) | |
download | drakx-264e9201b28e330594b581ce1649b744c8c10036.tar drakx-264e9201b28e330594b581ce1649b744c8c10036.tar.gz drakx-264e9201b28e330594b581ce1649b744c8c10036.tar.bz2 drakx-264e9201b28e330594b581ce1649b744c8c10036.tar.xz drakx-264e9201b28e330594b581ce1649b744c8c10036.zip |
display mga copyright too (mga#10289)
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index cae5a58c8..270cea64b 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -142,6 +142,7 @@ sub real_version() { sub version() { print 'Drakxtools version ' . real_version() . ' Copyright (C) 1999-2008 Mandriva by <install@mandriva.com> +Copyright (C) 2010-2014 Mageia ', $::license, "\n"; } |