summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-01-07 13:13:35 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-01-07 21:57:47 +0100
commit264e9201b28e330594b581ce1649b744c8c10036 (patch)
treed52fd6cf9bc14f96cf1a1c91508b7ceab34c549f
parent578ecebb8a2e8971f829ce19ce394152f8e37700 (diff)
downloaddrakx-264e9201b28e330594b581ce1649b744c8c10036.tar
drakx-264e9201b28e330594b581ce1649b744c8c10036.tar.gz
drakx-264e9201b28e330594b581ce1649b744c8c10036.tar.bz2
drakx-264e9201b28e330594b581ce1649b744c8c10036.tar.xz
drakx-264e9201b28e330594b581ce1649b744c8c10036.zip
display mga copyright too (mga#10289)
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/standalone.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 10c5c49ae..dc7ec4894 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,7 @@
- drakboot:
o add minimal/experimental lightdm autologin support (mga#11746)
+- --version option:
+ o display mga copyright too (mga#10289)
Version 16.18 - 28 December 2013
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";
}