summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";
}