From 1a8e0c1eb8cce99c5f9bdd81128aebd22494238e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 21 Sep 2002 23:17:42 +0000 Subject: add a small sentence to the license in order to solve a negociation with Thomson about the MP3 patents. --- perl-install/install_steps_interactive.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index d3abbdee4..8f769eb36 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -186,7 +186,13 @@ The terms and conditions of this License are governed by the Laws of France. All disputes on the terms of this license will preferably be settled out of court. As a last resort, the dispute will be referred to the appropriate Courts of Law of Paris - France. For any question on this document, please contact MandrakeSoft S.A. -")), [ __("Accept"), __("Refuse") ], "Refuse") eq "Accept" and return; +") . "\n\n +Warning: Free Software may not necessarily be patent free, and some Free +Software included may be covered by patents in your country. For example, the +MP3 decoders included may require a licence for further usage (see +http://www.mp3licencing.com for more details). If you are unsure if a patent +may be applicable to you, check your local laws. +"), [ __("Accept"), __("Refuse") ], "Refuse") eq "Accept" and return; $o->ask_yesorno('', _("Are you sure you refuse the licence?"), 1) and $o->exit; -- cgit v1.2.1