summaryrefslogtreecommitdiffstats
path: root/perl-install/messages.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-14 19:00:51 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-14 19:00:51 +0000
commit4739ce6320248862c91dd59126045e555202718f (patch)
treeafb9fb600af24e5e09a112731c31f7de628a7624 /perl-install/messages.pm
parent262c9c9c0f52b54a8201b9530312e51e38fe3aa6 (diff)
downloaddrakx-backup-do-not-use-4739ce6320248862c91dd59126045e555202718f.tar
drakx-backup-do-not-use-4739ce6320248862c91dd59126045e555202718f.tar.gz
drakx-backup-do-not-use-4739ce6320248862c91dd59126045e555202718f.tar.bz2
drakx-backup-do-not-use-4739ce6320248862c91dd59126045e555202718f.tar.xz
drakx-backup-do-not-use-4739ce6320248862c91dd59126045e555202718f.zip
split big messages into smaller bits
(preparing for further changes for bug mga#7347)
Diffstat (limited to 'perl-install/messages.pm')
-rw-r--r--perl-install/messages.pm24
1 files changed, 13 insertions, 11 deletions
diff --git a/perl-install/messages.pm b/perl-install/messages.pm
index ebe132878..524899361 100644
--- a/perl-install/messages.pm
+++ b/perl-install/messages.pm
@@ -7,6 +7,7 @@ use common;
sub main_license() {
+ join("\n\n",
#-PO: keep the double empty lines between sections, this is formatted a la LaTeX
N("Introduction
@@ -14,10 +15,10 @@ The operating system and the different components available in the Mageia distri
shall be called the \"Software Products\" hereafter. The Software Products include, but are not
restricted to, the set of programs, methods, rules and documentation related to the operating
system and the different components of the Mageia distribution, and any applications
-distributed with these products provided by Mageia's licensors or suppliers.
+distributed with these products provided by Mageia's licensors or suppliers."),
-1. License Agreement
+N("1. License Agreement
Please read this document carefully. This document is a license agreement between you and
Mageia which applies to the Software Products.
@@ -28,10 +29,10 @@ the Software Products.
Any attempt to install, duplicate or use the Software Products in a manner which does not comply
with the terms and conditions of this License is void and will terminate your rights under this
License. Upon termination of the License, you must immediately destroy all copies of the
-Software Products.
+Software Products."),
-2. Limited Warranty
+N("2. Limited Warranty
The Software Products and attached documentation are provided \"as is\", with no warranty, to the
extent permitted by law.
@@ -54,10 +55,10 @@ prohibited or restricted in some countries by local laws.
This limited liability applies to, but is not restricted to, the strong cryptography components
included in the Software Products.
However, because some jurisdictions do not allow the exclusion or limitation or liability for
-consequential or incidental damages, the above limitation may not apply to you.
+consequential or incidental damages, the above limitation may not apply to you."),
-3. The GPL License and Related Licenses
+N("3. The GPL License and Related Licenses
The Software Products consist of components created by different persons or entities.
Most of these licenses allow you to use, duplicate, adapt or redistribute the components which
@@ -66,19 +67,19 @@ before using any component. Any question on a component license should be addres
licensor or supplier and not to Mageia.
The programs developed by Mageia are governed by the GPL License. Documentation written
by Mageia is governed by a specific license. Please refer to the documentation for
-further details.
+further details."),
-4. Intellectual Property Rights
+N("4. Intellectual Property Rights
All rights to the components of the Software Products belong to their respective authors and are
protected by intellectual property and copyright laws applicable to software programs.
Mageia and its suppliers and licensors reserves their rights to modify or adapt the Software
Products, as a whole or in parts, by all means and for all purposes.
-\"Mageia\" and associated logos are trademarks of Mageia
+\"Mageia\" and associated logos are trademarks of Mageia"),
-5. Governing Laws
+N("5. Governing Laws
If any portion of this agreement is held void, illegal or inapplicable by a court judgment, this
portion is excluded from this contract. You remain bound by the other applicable sections of the
@@ -86,7 +87,8 @@ agreement.
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 Mageia.");
+For any question on this document, please contact Mageia.")
+ );
}
sub warning_about_patents() {