blob: 8a0d10c051bbc2603c0a141b228d6dc06ffe6aa9 [file] [log] [blame]
jgraham99438512008-02-04 21:22:29 +00001# /**
2# * <copyright>
3# *
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +01004# * Copyright (c) 2002-2005, 2018, 2019 IBM Corporation and others.
jgraham99438512008-02-04 21:22:29 +00005# * All rights reserved. This program and the accompanying materials
nickboldt209258c2018-11-01 16:51:54 -04006# * are made available under the terms of the Eclipse Public License 2.0
jgraham99438512008-02-04 21:22:29 +00007# * which accompanies this distribution, and is available at
nickboldt209258c2018-11-01 16:51:54 -04008# * https://www.eclipse.org/legal/epl-2.0/
jgraham99438512008-02-04 21:22:29 +00009# *
10# * Contributors:
11# * IBM - Initial API and implementation
nickboldt15f2ef62018-01-23 09:05:56 -050012# * Nick Boldt, Red Hat - support for Tycho 1.0
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010013# * Stephane Bouchet, Red Hat - fix Bug 551591
jgraham99438512008-02-04 21:22:29 +000014# *
15# * </copyright>
16# *
jgraham99438512008-02-04 21:22:29 +000017# */
18
19# "featureName" property - name of the feature
20featureName=Data Tools Platform Enablement for ODA Designer
21
22# "providerName" property - name of the company that provides the feature
Xiaoying Gud400cf42009-04-01 09:07:42 +000023providerName=Eclipse Data Tools Platform
jgraham99438512008-02-04 21:22:29 +000024
jgraham99438512008-02-04 21:22:29 +000025# "description" property - description of the feature
nickboldt15f2ef62018-01-23 09:05:56 -050026description=ODA Data Source Drivers Design Support
Xiaoying Gu31fea692011-07-01 07:02:51 +000027#
nickboldt209258c2018-11-01 16:51:54 -040028featureCopyright = Copyright (c) 2004, 2014 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/
Xiaoying Gu31fea692011-07-01 07:02:51 +000029#
jgraham99438512008-02-04 21:22:29 +000030# "licenseURL" property - URL of the "Feature License"
31# do not translate value - just change to point to a locale-specific HTML page
32licenseURL=license.html
33
34# "license" property - text of the "Feature Update License"
35# should be plain text version of license agreement pointed to be "licenseURL"
36license=\
Xiaoying Gu0dc18022010-04-27 06:37:00 +000037Eclipse Foundation Software User Agreement\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010038\n\
39November 22, 2017\n\
jgraham99438512008-02-04 21:22:29 +000040\n\
41Usage Of Content\n\
42\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010043THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION\n\
44AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF\n\
45THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE\n\
46TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
47BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED\n\
48BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE\n\
49AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
50TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY\n\
51APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU\n\
52MAY NOT USE THE CONTENT.\n\
jgraham99438512008-02-04 21:22:29 +000053\n\
54Applicable Licenses\n\
55\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010056Unless otherwise indicated, all Content made available by the Eclipse Foundation\n\
57is provided to you under the terms and conditions of the Eclipse Public License\n\
58Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also\n\
59available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,\n\
60"Program" will mean the Content.\n\
jgraham99438512008-02-04 21:22:29 +000061\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010062Content includes, but is not limited to, source code, object code, documentation\n\
63and other files maintained in the Eclipse Foundation source code repository\n\
64("Repository") in software modules ("Modules") and made available as\n\
65downloadable archives ("Downloads").\n\
jgraham99438512008-02-04 21:22:29 +000066\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010067- Content may be structured and packaged into modules to facilitate\n\
68 delivering, extending, and upgrading the Content. Typical modules may\n\
69 include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and\n\
70 features ("Features").\n\
71- Each Plug-in or Fragment may be packaged as a sub-directory or JAR\n\
72 (Java\u2122 ARchive) in a directory named "plugins".\n\
73- A Feature is a bundle of one or more Plug-ins and/or Fragments and\n\
74 associated material. Each Feature may be packaged as a sub-directory in a\n\
75 directory named "features". Within a Feature, files named "feature.xml" may\n\
76 contain a list of the names and version numbers of the Plug-ins and/or\n\
77 Fragments associated with that Feature.\n\
78- Features may also include other Features ("Included Features"). Within a\n\
79 Feature, files named "feature.xml" may contain a list of the names and\n\
80 version numbers of Included Features.\n\
jgraham99438512008-02-04 21:22:29 +000081\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010082The terms and conditions governing Plug-ins and Fragments should be contained in\n\
83files named "about.html" ("Abouts"). The terms and conditions governing Features\n\
84and Included Features should be contained in files named "license.html"\n\
85("Feature Licenses"). Abouts and Feature Licenses may be located in any\n\
86directory of a Download or Module including, but not limited to the following\n\
87locations:\n\
jgraham99438512008-02-04 21:22:29 +000088\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010089- The top-level (root) directory\n\
90- Plug-in and Fragment directories\n\
91- Inside Plug-ins and Fragments packaged as JARs\n\
92- Sub-directories of the directory named "src" of certain Plug-ins\n\
93- Feature directories\n\
jgraham99438512008-02-04 21:22:29 +000094\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +010095Note: if a Feature made available by the Eclipse Foundation is installed using\n\
96the Provisioning Technology (as defined below), you must agree to a license\n\
97("Feature Update License") during the installation process. If the Feature\n\
98contains Included Features, the Feature Update License should either provide you\n\
99with the terms and conditions governing the Included Features or inform you\n\
100where you can locate them. Feature Update Licenses may be found in the "license"\n\
101property of files named "feature.properties" found within a Feature. Such\n\
102Abouts, Feature Licenses, and Feature Update Licenses contain the terms and\n\
103conditions (or references to such terms and conditions) that govern your use of\n\
104the associated Content in that directory.\n\
jgraham99438512008-02-04 21:22:29 +0000105\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100106THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL\n\
107OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE\n\
108OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
jgraham99438512008-02-04 21:22:29 +0000109\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100110- Eclipse Public License Version 1.0 (available at\n\
111 http://www.eclipse.org/legal/epl-v10.html)\n\
112- Eclipse Distribution License Version 1.0 (available at\n\
113 http://www.eclipse.org/licenses/edl-v1.0.html)\n\
114- Common Public License Version 1.0 (available at\n\
115 http://www.eclipse.org/legal/cpl-v10.html)\n\
116- Apache Software License 1.1 (available at\n\
117 http://www.apache.org/licenses/LICENSE)\n\
118- Apache Software License 2.0 (available at\n\
119 http://www.apache.org/licenses/LICENSE-2.0)\n\
120- Mozilla Public License Version 1.1 (available at\n\
121 http://www.mozilla.org/MPL/MPL-1.1.html)\n\
jgraham99438512008-02-04 21:22:29 +0000122\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100123IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO\n\
124USE OF THE CONTENT. If no About, Feature License, or Feature Update License is\n\
125provided, please contact the Eclipse Foundation to determine what terms and\n\
126conditions govern that particular Content.\n\
jgraham99438512008-02-04 21:22:29 +0000127\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100128Use of Provisioning Technology\n\
Xiaoying Gu0dc18022010-04-27 06:37:00 +0000129\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100130The Eclipse Foundation makes available provisioning software, examples of which\n\
131include, but are not limited to, p2 and the Eclipse Update Manager\n\
132("Provisioning Technology") for the purpose of allowing users to install\n\
133software, documentation, information and/or other materials (collectively\n\
134"Installable Software"). This capability is provided with the intent of allowing\n\
135such users to install, extend and update Eclipse-based products. Information\n\
136about packaging Installable Software is available at\n\
Xiaoying Gu0dc18022010-04-27 06:37:00 +0000137http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
138\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100139You may use Provisioning Technology to allow other parties to install\n\
140Installable Software. You shall be responsible for enabling the applicable\n\
141license agreements relating to the Installable Software to be presented to, and\n\
142accepted by, the users of the Provisioning Technology in accordance with the\n\
143Specification. By using Provisioning Technology in such a manner and making it\n\
144available in accordance with the Specification, you further acknowledge your\n\
145agreement to, and the acquisition of all necessary rights to permit the\n\
146following:\n\
Xiaoying Gu0dc18022010-04-27 06:37:00 +0000147\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +01001481. A series of actions may occur ("Provisioning Process") in which a user may\n\
149 execute the Provisioning Technology on a machine ("Target Machine") with the\n\
150 intent of installing, extending or updating the functionality of an\n\
151 Eclipse-based product.\n\
1522. During the Provisioning Process, the Provisioning Technology may cause third\n\
153 party Installable Software or a portion thereof to be accessed and copied to\n\
154 the Target Machine.\n\
1553. Pursuant to the Specification, you will provide to the user the terms and\n\
156 conditions that govern the use of the Installable Software ("Installable\n\
157 Software Agreement") and such Installable Software Agreement shall be\n\
158 accessed from the Target Machine in accordance with the Specification. Such\n\
159 Installable Software Agreement must inform the user of the terms and\n\
160 conditions that govern the Installable Software and must solicit acceptance\n\
161 by the end user in the manner prescribed in such Installable\n\
162 Software Agreement. Upon such indication of agreement by the user, the\n\
163 provisioning Technology will complete installation of the\n\
164 Installable Software.\n\
Xiaoying Gu0dc18022010-04-27 06:37:00 +0000165\n\
jgraham99438512008-02-04 21:22:29 +0000166Cryptography\n\
167\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100168Content may contain encryption software. The country in which you are currently\n\
169may have restrictions on the import, possession, and use, and/or re-export to\n\
170another country, of encryption software. BEFORE using any encryption software,\n\
171please check the country's laws, regulations and policies concerning the import,\n\
172possession, or use, and re-export of encryption software, to see if this is\n\
173permitted.\n\
Xiaoying Gu0dc18022010-04-27 06:37:00 +0000174\n\
Stephane Bouchet6ef8fe22019-11-22 15:58:24 +0100175Java and all Java-based trademarks are trademarks of Oracle Corporation in the\n\
176United States, other countries, or both.\n
jgraham99438512008-02-04 21:22:29 +0000177########### end of license property ##########################################