blob: dc72c26eea8db91804926b4825b2244540ceca44 [file] [log] [blame]
asobolev78b41d12008-04-11 05:43:21 +00001###############################################################################
2# Copyright (c) 2005, 2007 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8
9# "featureName" property - name of the feature
apanchenk47ebf0d2009-06-10 08:59:17 +000010featureName=Dynamic Languages Toolkit - Remote Development Support
asobolev78b41d12008-04-11 05:43:21 +000011
12# "providerName" property - name of the company that provides the feature
13providerName=Eclipse.org
14
15# "updateSiteName" property - label for the update site
16updateSiteName=Dynamic Languages Toolkit Update Site
17
18# "description" property - description of the feature
aplatov4f8236a2008-06-07 10:09:57 +000019description=Remote Development Support via RSE for DLTK based IDEs
asobolev78b41d12008-04-11 05:43:21 +000020
21# "licenseURL" property - URL of the "Feature License"
22# do not translate value - just change to point to a locale-specific HTML page
23licenseURL=license.html
24
25# ==============================================================================
26# %%% END OF TRANSLATED PROPERTIES %%%
27# The above properties have been shipped for translation.
28# ==============================================================================
29
30# "license" property - text of the "Feature Update License"
31# should be plain text version of license agreement pointed to be "licenseURL"
32license=\
apanchenka2ea3eb2010-05-05 04:44:38 +000033Eclipse Foundation Software User Agreement\n\
34April 14, 2010\n\
asobolev78b41d12008-04-11 05:43:21 +000035\n\
36Usage Of Content\n\
37\n\
38THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
39OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
40USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
41AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000042NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
asobolev78b41d12008-04-11 05:43:21 +000043AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
44AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000045OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
asobolev78b41d12008-04-11 05:43:21 +000046TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
47OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
48BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
49\n\
50Applicable Licenses\n\
51\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000052Unless otherwise indicated, all Content made available by the\n\
53Eclipse Foundation is provided to you under the terms and conditions of\n\
54the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
55provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
asobolev78b41d12008-04-11 05:43:21 +000056For purposes of the EPL, "Program" will mean the Content.\n\
57\n\
58Content includes, but is not limited to, source code, object code,\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000059documentation and other files maintained in the Eclipse Foundation source code\n\
60repository ("Repository") in software modules ("Modules") and made available\n\
asobolev78b41d12008-04-11 05:43:21 +000061as downloadable archives ("Downloads").\n\
62\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000063 - Content may be structured and packaged into modules to facilitate delivering,\n\
64 extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
65 plug-in fragments ("Fragments"), and features ("Features").\n\
66 - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
67 in a directory named "plugins".\n\
68 - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
69 Each Feature may be packaged as a sub-directory in a directory named "features".\n\
70 Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
71 numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
72 - Features may also include other Features ("Included Features"). Within a Feature, files\n\
73 named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
asobolev78b41d12008-04-11 05:43:21 +000074\n\
75The terms and conditions governing Plug-ins and Fragments should be\n\
76contained in files named "about.html" ("Abouts"). The terms and\n\
77conditions governing Features and Included Features should be contained\n\
78in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
79Licenses may be located in any directory of a Download or Module\n\
80including, but not limited to the following locations:\n\
81\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000082 - The top-level (root) directory\n\
83 - Plug-in and Fragment directories\n\
84 - Inside Plug-ins and Fragments packaged as JARs\n\
85 - Sub-directories of the directory named "src" of certain Plug-ins\n\
86 - Feature directories\n\
asobolev78b41d12008-04-11 05:43:21 +000087\n\
88Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000089Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
90Update License") during the installation process. If the Feature contains\n\
asobolev78b41d12008-04-11 05:43:21 +000091Included Features, the Feature Update License should either provide you\n\
92with the terms and conditions governing the Included Features or inform\n\
93you where you can locate them. Feature Update Licenses may be found in\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000094the "license" property of files named "feature.properties" found within a Feature.\n\
95Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
96terms and conditions (or references to such terms and conditions) that\n\
97govern your use of the associated Content in that directory.\n\
asobolev78b41d12008-04-11 05:43:21 +000098\n\
apanchenka2ea3eb2010-05-05 04:44:38 +000099THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
100TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
asobolev78b41d12008-04-11 05:43:21 +0000101SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
102\n\
apanchenka2ea3eb2010-05-05 04:44:38 +0000103 - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
104 - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
105 - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
106 - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\
107 - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
asobolev78b41d12008-04-11 05:43:21 +0000108\n\
109IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
apanchenka2ea3eb2010-05-05 04:44:38 +0000110TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
asobolev78b41d12008-04-11 05:43:21 +0000111is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
112govern that particular Content.\n\
113\n\
apanchenka2ea3eb2010-05-05 04:44:38 +0000114\n\Use of Provisioning Technology\n\
115\n\
116The Eclipse Foundation makes available provisioning software, examples of which include,\n\
117but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
118the purpose of allowing users to install software, documentation, information and/or\n\
119other materials (collectively "Installable Software"). This capability is provided with\n\
120the intent of allowing such users to install, extend and update Eclipse-based products.\n\
121Information about packaging Installable Software is available at\n\
122http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
123\n\
124You may use Provisioning Technology to allow other parties to install Installable Software.\n\
125You shall be responsible for enabling the applicable license agreements relating to the\n\
126Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
127in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
128making it available in accordance with the Specification, you further acknowledge your\n\
129agreement to, and the acquisition of all necessary rights to permit the following:\n\
130\n\
131 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
132 the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
133 extending or updating the functionality of an Eclipse-based product.\n\
134 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
135 Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
136 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
137 govern the use of the Installable Software ("Installable Software Agreement") and such\n\
138 Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
139 with the Specification. Such Installable Software Agreement must inform the user of the\n\
140 terms and conditions that govern the Installable Software and must solicit acceptance by\n\
141 the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
142 indication of agreement by the user, the provisioning Technology will complete installation\n\
143 of the Installable Software.\n\
144\n\
asobolev78b41d12008-04-11 05:43:21 +0000145Cryptography\n\
146\n\
147Content may contain encryption software. The country in which you are\n\
148currently may have restrictions on the import, possession, and use,\n\
149and/or re-export to another country, of encryption software. BEFORE\n\
150using any encryption software, please check the country's laws,\n\
apanchenka2ea3eb2010-05-05 04:44:38 +0000151regulations and policies concerning the import, possession, or use, and\n\
152re-export of encryption software, to see if this is permitted.\n\
153\n\
154Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
asobolev78b41d12008-04-11 05:43:21 +0000155########### end of license property ##########################################