source: versions/3.5.201/Bui_Conf/defaultAppDef.about.xml @ 12057

Revision 12057, 5.0 KB checked in by anp, 4 years ago (diff)

remplacement .appmake par .wspmake permettant de gérer la localisation des modèles

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4        Permet de spécifier des valeurs par défaut à différentes properties
5        si elles ne sont pas déja définies dans les différentes applications
6         -->
7         
8<app url="http://www.scenari-platform.org/">
9        <localization target="fr-FR"/>
10        <publisher url="http://www.scenari-platform.org/">SCENARI</publisher>
11        <!-- <name shortName="" id=""></name>-->
12        <!-- <projectName></projectName> -->
13        <copyright>Copyright (c) 2006-2008 contributors. All rights reserved.</copyright>
14        <!-- <id/> NOTE : app dépendant -->
15        <version developmentStage="alpha">3.6.003</version> <!-- developmentStage=[pre-alpha, alpha, beta, rc, final] -->
16        <!--<profile name=""/> valeur par défaut : ${app.name}${app.version(major)}${app.version(medium)}-->
17        <!-- <server port="" univers=""/>  NOTE : app dépendant;
18                        cf http://www.iana.org/assignments/port-numbers
19                        SC3.6
20                                SCbuilder               8092
21                                SCbuilder - dev 8093
22                                SCchain - dev   8094
23                        -->
24        <sources url="http://scenari-platform.org/trac/dev-core/browser/trunk"/>
25        <!-- <update url=""/> NOTE : app dépendant -->
26        <licence url=""><![CDATA[
27                     scenari-platform.org
28              ##app.name## END-USER SOFTWARE LICENSE AGREEMENT
29
30A source code version of ##app.name## that you may use, modify and
31distribute is available to you free-of-charge from
32##app.sources##
33under the MPL 1.1, GPL 2.0, LGPL 2.1 or CeCILL 2.O license.
34
35The accompanying executable code version of ##app.name## and related
36documentation (the "product") is made available to you under the terms of this
37##app.name## end-user software license agreement (the "agreement").
38
39By selecting the "accept" option, or by installing or using ##app.name##,
40you are consenting to be bound by the agreement. If you do not agree to the
41terms and conditions of this agreement, do not selecting the "accept" option,
42and do not install or use any part of ##app.name##.
43
44During the ##app.name## installation process, and at later times, you may
45be given the option of installing additional components from third-party
46software providers. The installation and use of those third-party components
47may be governed by additional license agreements.
48
491. LICENSE GRANT. scenari-platform.org grants you a
50   non-exclusive license to use the executable code version of the product.
51   This agreement will also govern any software upgrades provided by
52   scenari-platform.org that replace and/or supplement the original product,
53   unless such upgrades are accompanied by a separate license, in which case
54   the terms of that license will govern.
55
562. TERMINATION. If you breach this agreement your right to use the product will
57   terminate immediately and without notice, but all provisions of this
58   agreement except the license grant (paragraph 1) will survive termination
59   and continue in effect. Upon termination, you must destroy all copies of the
60   product.
61
623. PROPRIETARY RIGHTS. Portions of the Product are available in source code
63   form under the terms of the MPL 1.1, GPL 2.0, LGPL 2.1 or CeCILL 2.O
64   (collectively,"open source licenses") from
65   ##app.sources##.
66   Nothing in this agreement will be construed to limit any rights granted
67   under the open source licenses. Subject to the foregoing,
68   scenari-platform.org, for itself and on behalf of its licensors, hereby
69   reserves all intellectual property rights in the product, except for the
70   rights expressly granted in this agreement. You may not remove or alter any
71   trademark, logo, copyright or other proprietary notice in or on the product.
72   This license does not grant you any right to use the trademarks, service
73   marks or logos of scenari-platform.org or its licensors.
74
754. DISCLAIMER OF WARRANTY. The product is provided "as is" with all faults.
76   To the extent permitted by law, scenari-platform.org and
77   scenari-platform.org's licensors hereby disclaim all warranties, whether
78   express or implied, including without limitation warranties that the product
79   is free of defects, merchantable, fit for a particular purpose and
80   non-infringing. You bear entire risk as to selecting the product for your
81   purposes and as to the quality and performance of the product. This
82   limitation will apply notwithstanding the failure of essential purpose of
83   any remedy. Some jurisdictions do not allow the exclusion or limitation of
84   implied warranties, so this disclaimer may not apply to you.
85
865. LIMITATION OF LIABILITY. Except as required by law, scenari-platform.org
87   will not be liable for any indirect, special, incidental, consequential or
88   exemplary damages arising out of or in any way relating to this agreement
89   or the use of or inability to use the product, including without limitation
90   damages for loss of goodwill, work stoppage, lost profits, loss of data,
91   and computer failure or malfunction, even if advised of the possibility of
92   such damages and regardless of the theory (contract, tort or otherwise)
93   upon which such claim is based.]]></licence>
94</app>
Note: See TracBrowser for help on using the repository browser.