diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-09-21 23:17:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-09-21 23:17:42 +0000 |
commit | 1a8e0c1eb8cce99c5f9bdd81128aebd22494238e (patch) | |
tree | 868023e50a68fffd3cb3e098c0a6f29f5a31bb28 /perl-install/install_steps_interactive.pm | |
parent | a690ec550d181eef5e7aa94c506d25aca8289eb5 (diff) | |
download | drakx-1a8e0c1eb8cce99c5f9bdd81128aebd22494238e.tar drakx-1a8e0c1eb8cce99c5f9bdd81128aebd22494238e.tar.gz drakx-1a8e0c1eb8cce99c5f9bdd81128aebd22494238e.tar.bz2 drakx-1a8e0c1eb8cce99c5f9bdd81128aebd22494238e.tar.xz drakx-1a8e0c1eb8cce99c5f9bdd81128aebd22494238e.zip |
add a small sentence to the license in order to solve a negociation with
Thomson about the MP3 patents.
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 8 |
1 files changed, 7 insertions, 1 deletions
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; |