From b3f38ef54228345b51813641a044a8bf615b3b95 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Sep 2000 16:15:03 +0000 Subject: no_comment --- perl-install/install_steps_interactive.pm | 64 ++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 66ef4faf1..a8adaa444 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -68,8 +68,68 @@ translated etc. that varies from language to language).") if $o->{lang} !~ /^en/ unless ($o->{useless_thing_accepted}) { $o->set_help('license'); $o->{useless_thing_accepted} = $o->ask_from_list_('', - "License - no warranty", - [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or $o->exit; +"Introduction + +\"Linux-Mandrake\" designates the operating system and the different +components of the Linux-Mandrake distribution. The operating system and the +different components available in the Linux-Mandrake distribution are +called the \"Software Product\" hereafter. The Software Product includes, but +is not restricted to, the set of programs, methods, rules, documentation, +related to the operating system and the different components of the +Linux-Mandrake distribution. + +1.License Agreement + +Please read carefully this document. This document is a license agreement +between you and MandrakeSoft S.A., 42, rue d'Aboukir 75002 Paris - France, +which applies to the Software Product. + +You must agree with the terms and conditions of the present License before +you install, copy or use the Software Product. If you disagree with any +portion of the License, you are not allowed to install, duplicate or use +the Software. By installing, duplicating or using the Software Product in +any manner, you explicitly accept and fully agree to conform to the terms +and conditions of the present License. The License agreement is personal, +non exclusive and non transferable. + +Any attempt to install, duplicate or use the Software Product in a manner +which does not comply with the terms and conditions of the present License +is void and will terminate your rights under the present License. Upon +termination of the License, you must immediately destroy all copies of the +Software Product. + +2. The GPL license and related licenses + +The Software product constists of components created by different persons +or entities. + +Most of these components are governed under the terms and conditions of the +GNU General Public License, hereafter called \"GPL\", or of similar +licenses. Most of these licenses allow you to use, duplicate and adapt the +components which they cover. Please read carefully the terms and conditions +of the license agreement for each component before using the component. Any +question on a component license should be addressed to the component author +and not to MandrakeSoft. + +The programs and components developed by MandrakeSoft are usually governed +by the GPL License. Please refer to the documentation of these components +for further details. + +Some versions of the Software Product may contain components which are not +governed by the GPL License or similar agreements. Each such component is +then governed by the terms and conditions of its specific license. Please +read carefully and comply with such specific licenses before you install, +duplicate or use the said components. Such licenses will in general prevent +the transfer, the duplication (except for backup purpose), the reverse +engineering, de-assembly, de-compilation or modification of the +component. Any breach of agreement will immediately terminate your rights +under the specific license. Unless the specific license terms grant you +such rights, you usually cannot install the programs on more than one +system, or use it on a network. In doubt, please contact directly the +distributor or editor of the component. Transfer to third parties or +copying of such components including the documentation is strictly +forbidden. +", [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or $o->exit; } } #------------------------------------------------------------------------------ -- cgit v1.2.1