1*77848d63SMatthias Sohn<?xml version="1.0" encoding="ISO-8859-1" ?> 2*77848d63SMatthias Sohn<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3*77848d63SMatthias Sohn<html xmlns="http://www.w3.org/1999/xhtml"> 4*77848d63SMatthias Sohn<head> 5*77848d63SMatthias Sohn<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 6*77848d63SMatthias Sohn<title>Eclipse Foundation Software User Agreement</title> 7*77848d63SMatthias Sohn</head> 8*77848d63SMatthias Sohn<body lang="EN-US"> 9*77848d63SMatthias Sohn <h2>Eclipse Foundation Software User Agreement</h2> 10*77848d63SMatthias Sohn <p>November 22, 2017</p> 11*77848d63SMatthias Sohn <h3>Usage Of Content</h3> 12*77848d63SMatthias Sohn <p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, 13*77848d63SMatthias Sohn INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS 14*77848d63SMatthias Sohn (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY 15*77848d63SMatthias Sohn THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND 16*77848d63SMatthias Sohn CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED 17*77848d63SMatthias Sohn BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS 18*77848d63SMatthias Sohn GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY 19*77848d63SMatthias Sohn APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED 20*77848d63SMatthias Sohn BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS 21*77848d63SMatthias Sohn AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE 22*77848d63SMatthias Sohn AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT 23*77848d63SMatthias Sohn USE THE CONTENT.</p> 24*77848d63SMatthias Sohn <h3>Applicable Licenses</h3> 25*77848d63SMatthias Sohn <p> 26*77848d63SMatthias Sohn Unless otherwise indicated, all Content made available by the Eclipse 27*77848d63SMatthias Sohn Foundation is provided to you under the terms and conditions of the 28*77848d63SMatthias Sohn Eclipse Public License Version 2.0 ("EPL"). A copy of the 29*77848d63SMatthias Sohn EPL is provided with this Content and is also available at <a 30*77848d63SMatthias Sohn href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>. 31*77848d63SMatthias Sohn For purposes of the EPL, "Program" will mean the Content. 32*77848d63SMatthias Sohn </p> 33*77848d63SMatthias Sohn <p>Content includes, but is not limited to, source code, object 34*77848d63SMatthias Sohn code, documentation and other files maintained in the Eclipse 35*77848d63SMatthias Sohn Foundation source code repository ("Repository") in software 36*77848d63SMatthias Sohn modules ("Modules") and made available as downloadable 37*77848d63SMatthias Sohn archives ("Downloads").</p> 38*77848d63SMatthias Sohn <ul> 39*77848d63SMatthias Sohn <li>Content may be structured and packaged into modules to 40*77848d63SMatthias Sohn facilitate delivering, extending, and upgrading the Content. Typical 41*77848d63SMatthias Sohn modules may include plug-ins ("Plug-ins"), plug-in 42*77848d63SMatthias Sohn fragments ("Fragments"), and features 43*77848d63SMatthias Sohn ("Features").</li> 44*77848d63SMatthias Sohn <li>Each Plug-in or Fragment may be packaged as a sub-directory 45*77848d63SMatthias Sohn or JAR (Java™ ARchive) in a directory named 46*77848d63SMatthias Sohn "plugins".</li> 47*77848d63SMatthias Sohn <li>A Feature is a bundle of one or more Plug-ins and/or 48*77848d63SMatthias Sohn Fragments and associated material. Each Feature may be packaged as a 49*77848d63SMatthias Sohn sub-directory in a directory named "features". Within a 50*77848d63SMatthias Sohn Feature, files named "feature.xml" may contain a list of 51*77848d63SMatthias Sohn the names and version numbers of the Plug-ins and/or Fragments 52*77848d63SMatthias Sohn associated with that Feature.</li> 53*77848d63SMatthias Sohn <li>Features may also include other Features ("Included 54*77848d63SMatthias Sohn Features"). Within a Feature, files named 55*77848d63SMatthias Sohn "feature.xml" may contain a list of the names and version 56*77848d63SMatthias Sohn numbers of Included Features.</li> 57*77848d63SMatthias Sohn </ul> 58*77848d63SMatthias Sohn <p>The terms and conditions governing Plug-ins and Fragments should 59*77848d63SMatthias Sohn be contained in files named "about.html" 60*77848d63SMatthias Sohn ("Abouts"). The terms and conditions governing Features and 61*77848d63SMatthias Sohn Included Features should be contained in files named 62*77848d63SMatthias Sohn "license.html" ("Feature Licenses"). Abouts and 63*77848d63SMatthias Sohn Feature Licenses may be located in any directory of a Download or 64*77848d63SMatthias Sohn Module including, but not limited to the following locations:</p> 65*77848d63SMatthias Sohn <ul> 66*77848d63SMatthias Sohn <li>The top-level (root) directory</li> 67*77848d63SMatthias Sohn <li>Plug-in and Fragment directories</li> 68*77848d63SMatthias Sohn <li>Inside Plug-ins and Fragments packaged as JARs</li> 69*77848d63SMatthias Sohn <li>Sub-directories of the directory named "src" of 70*77848d63SMatthias Sohn certain Plug-ins</li> 71*77848d63SMatthias Sohn <li>Feature directories</li> 72*77848d63SMatthias Sohn </ul> 73*77848d63SMatthias Sohn <p>Note: if a Feature made available by the Eclipse Foundation is 74*77848d63SMatthias Sohn installed using the Provisioning Technology (as defined below), you 75*77848d63SMatthias Sohn must agree to a license ("Feature Update License") during 76*77848d63SMatthias Sohn the installation process. If the Feature contains Included Features, 77*77848d63SMatthias Sohn the Feature Update License should either provide you with the terms 78*77848d63SMatthias Sohn and conditions governing the Included Features or inform you where you 79*77848d63SMatthias Sohn can locate them. Feature Update Licenses may be found in the 80*77848d63SMatthias Sohn "license" property of files named 81*77848d63SMatthias Sohn "feature.properties" found within a Feature. Such Abouts, 82*77848d63SMatthias Sohn Feature Licenses, and Feature Update Licenses contain the terms and 83*77848d63SMatthias Sohn conditions (or references to such terms and conditions) that govern 84*77848d63SMatthias Sohn your use of the associated Content in that directory.</p> 85*77848d63SMatthias Sohn <p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY 86*77848d63SMatthias Sohn REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND 87*77848d63SMatthias Sohn CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT 88*77848d63SMatthias Sohn ARE NOT LIMITED TO):</p> 89*77848d63SMatthias Sohn <ul> 90*77848d63SMatthias Sohn <li>Eclipse Public License Version 1.0 (available at <a 91*77848d63SMatthias Sohn href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>) 92*77848d63SMatthias Sohn </li> 93*77848d63SMatthias Sohn <li>Eclipse Distribution License Version 1.0 (available at <a 94*77848d63SMatthias Sohn href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>) 95*77848d63SMatthias Sohn </li> 96*77848d63SMatthias Sohn <li>Common Public License Version 1.0 (available at <a 97*77848d63SMatthias Sohn href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>) 98*77848d63SMatthias Sohn </li> 99*77848d63SMatthias Sohn <li>Apache Software License 1.1 (available at <a 100*77848d63SMatthias Sohn href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>) 101*77848d63SMatthias Sohn </li> 102*77848d63SMatthias Sohn <li>Apache Software License 2.0 (available at <a 103*77848d63SMatthias Sohn href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>) 104*77848d63SMatthias Sohn </li> 105*77848d63SMatthias Sohn <li>Mozilla Public License Version 1.1 (available at <a 106*77848d63SMatthias Sohn href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>) 107*77848d63SMatthias Sohn </li> 108*77848d63SMatthias Sohn </ul> 109*77848d63SMatthias Sohn <p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND 110*77848d63SMatthias Sohn CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, 111*77848d63SMatthias Sohn or Feature Update License is provided, please contact the Eclipse 112*77848d63SMatthias Sohn Foundation to determine what terms and conditions govern that 113*77848d63SMatthias Sohn particular Content.</p> 114*77848d63SMatthias Sohn <h3>Use of Provisioning Technology</h3> 115*77848d63SMatthias Sohn <p> 116*77848d63SMatthias Sohn The Eclipse Foundation makes available provisioning software, examples 117*77848d63SMatthias Sohn of which include, but are not limited to, p2 and the Eclipse Update 118*77848d63SMatthias Sohn Manager ("Provisioning Technology") for the purpose of 119*77848d63SMatthias Sohn allowing users to install software, documentation, information and/or 120*77848d63SMatthias Sohn other materials (collectively "Installable Software"). This 121*77848d63SMatthias Sohn capability is provided with the intent of allowing such users to 122*77848d63SMatthias Sohn install, extend and update Eclipse-based products. Information about 123*77848d63SMatthias Sohn packaging Installable Software is available at <a 124*77848d63SMatthias Sohn href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a> 125*77848d63SMatthias Sohn ("Specification"). 126*77848d63SMatthias Sohn </p> 127*77848d63SMatthias Sohn <p>You may use Provisioning Technology to allow other parties to 128*77848d63SMatthias Sohn install Installable Software. You shall be responsible for enabling 129*77848d63SMatthias Sohn the applicable license agreements relating to the Installable Software 130*77848d63SMatthias Sohn to be presented to, and accepted by, the users of the Provisioning 131*77848d63SMatthias Sohn Technology in accordance with the Specification. By using Provisioning 132*77848d63SMatthias Sohn Technology in such a manner and making it available in accordance with 133*77848d63SMatthias Sohn the Specification, you further acknowledge your agreement to, and the 134*77848d63SMatthias Sohn acquisition of all necessary rights to permit the following:</p> 135*77848d63SMatthias Sohn <ol> 136*77848d63SMatthias Sohn <li>A series of actions may occur ("Provisioning 137*77848d63SMatthias Sohn Process") in which a user may execute the Provisioning 138*77848d63SMatthias Sohn Technology on a machine ("Target Machine") with the intent 139*77848d63SMatthias Sohn of installing, extending or updating the functionality of an 140*77848d63SMatthias Sohn Eclipse-based product.</li> 141*77848d63SMatthias Sohn <li>During the Provisioning Process, the Provisioning Technology 142*77848d63SMatthias Sohn may cause third party Installable Software or a portion thereof to be 143*77848d63SMatthias Sohn accessed and copied to the Target Machine.</li> 144*77848d63SMatthias Sohn <li>Pursuant to the Specification, you will provide to the user 145*77848d63SMatthias Sohn the terms and conditions that govern the use of the Installable 146*77848d63SMatthias Sohn Software ("Installable Software Agreement") and such 147*77848d63SMatthias Sohn Installable Software Agreement shall be accessed from the Target 148*77848d63SMatthias Sohn Machine in accordance with the Specification. Such Installable 149*77848d63SMatthias Sohn Software Agreement must inform the user of the terms and conditions 150*77848d63SMatthias Sohn that govern the Installable Software and must solicit acceptance by 151*77848d63SMatthias Sohn the end user in the manner prescribed in such Installable Software 152*77848d63SMatthias Sohn Agreement. Upon such indication of agreement by the user, the 153*77848d63SMatthias Sohn provisioning Technology will complete installation of the Installable 154*77848d63SMatthias Sohn Software.</li> 155*77848d63SMatthias Sohn </ol> 156*77848d63SMatthias Sohn <h3>Cryptography</h3> 157*77848d63SMatthias Sohn <p>Content may contain encryption software. The country in which 158*77848d63SMatthias Sohn you are currently may have restrictions on the import, possession, and 159*77848d63SMatthias Sohn use, and/or re-export to another country, of encryption software. 160*77848d63SMatthias Sohn BEFORE using any encryption software, please check the country's laws, 161*77848d63SMatthias Sohn regulations and policies concerning the import, possession, or use, 162*77848d63SMatthias Sohn and re-export of encryption software, to see if this is permitted.</p> 163*77848d63SMatthias Sohn <p> 164*77848d63SMatthias Sohn <small>Java and all Java-based trademarks are trademarks of 165*77848d63SMatthias Sohn Oracle Corporation in the United States, other countries, or both.</small> 166*77848d63SMatthias Sohn </p> 167*77848d63SMatthias Sohn</body> 168*77848d63SMatthias Sohn</html>