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