From 264e9201b28e330594b581ce1649b744c8c10036 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Jan 2014 13:13:35 +0100 Subject: display mga copyright too (mga#10289) --- perl-install/NEWS | 2 ++ perl-install/standalone.pm | 1 + 2 files changed, 3 insertions(+) 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 +Copyright (C) 2010-2014 Mageia ', $::license, "\n"; } -- cgit v1.2.1