summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-26 17:44:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-26 17:44:58 +0000
commit710ac397953bead2e3c1b9723283ee53771efdbd (patch)
treece380077cc77aa1a26df310d803240e65b18cd46 /perl-install/install_steps_interactive.pm
parent4c5d1301246c24705f3a78404add86efe2d02b25 (diff)
downloaddrakx-710ac397953bead2e3c1b9723283ee53771efdbd.tar
drakx-710ac397953bead2e3c1b9723283ee53771efdbd.tar.gz
drakx-710ac397953bead2e3c1b9723283ee53771efdbd.tar.bz2
drakx-710ac397953bead2e3c1b9723283ee53771efdbd.tar.xz
drakx-710ac397953bead2e3c1b9723283ee53771efdbd.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index a8adaa444..18ee53586 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -67,7 +67,7 @@ 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_('',
+ $o->{useless_thing_accepted} = $o->ask_from_list_('', formatAlaTeX(
"Introduction
\"Linux-Mandrake\" designates the operating system and the different
@@ -78,8 +78,10 @@ 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.
@@ -98,8 +100,10 @@ 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.
@@ -129,7 +133,7 @@ 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;
+"), [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or $o->exit;
}
}
#------------------------------------------------------------------------------