1f2455798SMatthias Sohn############################################################################### 2*f1fdc5e8SChris Aniszczyk# Copyright (c) 2000, 2010 IBM Corporation and others. 3f2455798SMatthias Sohn# 4f2455798SMatthias Sohn# All rights reserved. This program and the accompanying materials 5f2455798SMatthias Sohn# are made available under the terms of the Eclipse Public License v1.0 6f2455798SMatthias Sohn# which accompanies this distribution, and is available at 7f2455798SMatthias Sohn# http://www.eclipse.org/legal/epl-v10.html 8f2455798SMatthias Sohn# 9f2455798SMatthias Sohn############################################################################### 10f2455798SMatthias Sohn 11f1946b06SChris AniszczykfeatureName=Eclipse JGit (Incubation) 12f1946b06SChris AniszczykproviderName=Eclipse JGit 13f2455798SMatthias Sohn 140cf7fd2cSMatthias SohnupdateSiteName=Eclipse JGit Update Site (Incubation) 15f2455798SMatthias Sohn 160cf7fd2cSMatthias Sohn# description property - text of the "Feature Description" 17f2455798SMatthias Sohndescription=\ 18f2455798SMatthias SohnA pure Java implementation of the Git version control system.\n 19f2455798SMatthias Sohn################ end of description property ################################## 20f2455798SMatthias Sohn 21f2455798SMatthias Sohn# "copyright" property - text of the "Feature Update Copyright" 22f2455798SMatthias Sohncopyright=\ 23*f1fdc5e8SChris AniszczykCopyright (c) 2005, 2010 Shawn Pearce, Robin Rosenberg, et.al.\n\ 24f2455798SMatthias SohnAll rights reserved. This program and the accompanying materials\n\ 25f2455798SMatthias Sohnare made available under the terms of the Eclipse Distribution License v1.0\n\ 26f2455798SMatthias Sohnwhich accompanies this distribution, and is available at\n\ 27f2455798SMatthias Sohnhttp://www.eclipse.org/org/documents/edl-v10.html\n 28f2455798SMatthias Sohn################ end of copyright property #################################### 29f2455798SMatthias Sohn 30f2455798SMatthias Sohn# "licenseURL" property - URL of the "Feature License" 31f2455798SMatthias Sohn# do not translate value - just change to point to a locale-specific HTML page 32*f1fdc5e8SChris AniszczyklicenseURL=license.html 33f2455798SMatthias Sohn 34f2455798SMatthias Sohn# "license" property - text of the "Feature Update License" 35f2455798SMatthias Sohn# should be plain text version of license agreement pointed to be "licenseURL" 36f2455798SMatthias Sohnlicense=\ 37*f1fdc5e8SChris AniszczykEclipse Foundation Software User Agreement\n\ 38*f1fdc5e8SChris AniszczykApril 14, 2010\n\ 39f2455798SMatthias Sohn\n\ 40*f1fdc5e8SChris AniszczykUsage Of Content\n\ 41f2455798SMatthias Sohn\n\ 42*f1fdc5e8SChris AniszczykTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\ 43*f1fdc5e8SChris AniszczykOTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\ 44*f1fdc5e8SChris AniszczykUSE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\ 45*f1fdc5e8SChris AniszczykAGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\ 46*f1fdc5e8SChris AniszczykNOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\ 47*f1fdc5e8SChris AniszczykAGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\ 48*f1fdc5e8SChris AniszczykAND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\ 49*f1fdc5e8SChris AniszczykOR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ 50*f1fdc5e8SChris AniszczykTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\ 51*f1fdc5e8SChris AniszczykOF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ 52*f1fdc5e8SChris AniszczykBELOW, THEN YOU MAY NOT USE THE CONTENT.\n\ 53f2455798SMatthias Sohn\n\ 54*f1fdc5e8SChris AniszczykApplicable Licenses\n\ 55f2455798SMatthias Sohn\n\ 56*f1fdc5e8SChris AniszczykUnless otherwise indicated, all Content made available by the\n\ 57*f1fdc5e8SChris AniszczykEclipse Foundation is provided to you under the terms and conditions of\n\ 58*f1fdc5e8SChris Aniszczykthe Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\ 59*f1fdc5e8SChris Aniszczykprovided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\ 60*f1fdc5e8SChris AniszczykFor purposes of the EPL, "Program" will mean the Content.\n\ 61f2455798SMatthias Sohn\n\ 62*f1fdc5e8SChris AniszczykContent includes, but is not limited to, source code, object code,\n\ 63*f1fdc5e8SChris Aniszczykdocumentation and other files maintained in the Eclipse Foundation source code\n\ 64*f1fdc5e8SChris Aniszczykrepository ("Repository") in software modules ("Modules") and made available\n\ 65*f1fdc5e8SChris Aniszczykas downloadable archives ("Downloads").\n\ 66f2455798SMatthias Sohn\n\ 67*f1fdc5e8SChris Aniszczyk - Content may be structured and packaged into modules to facilitate delivering,\n\ 68*f1fdc5e8SChris Aniszczyk extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\ 69*f1fdc5e8SChris Aniszczyk plug-in fragments ("Fragments"), and features ("Features").\n\ 70*f1fdc5e8SChris Aniszczyk - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\ 71*f1fdc5e8SChris Aniszczyk in a directory named "plugins".\n\ 72*f1fdc5e8SChris Aniszczyk - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\ 73*f1fdc5e8SChris Aniszczyk Each Feature may be packaged as a sub-directory in a directory named "features".\n\ 74*f1fdc5e8SChris Aniszczyk Within a Feature, files named "feature.xml" may contain a list of the names and version\n\ 75*f1fdc5e8SChris Aniszczyk numbers of the Plug-ins and/or Fragments associated with that Feature.\n\ 76*f1fdc5e8SChris Aniszczyk - Features may also include other Features ("Included Features"). Within a Feature, files\n\ 77*f1fdc5e8SChris Aniszczyk named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\ 78f2455798SMatthias Sohn\n\ 79*f1fdc5e8SChris AniszczykThe terms and conditions governing Plug-ins and Fragments should be\n\ 80*f1fdc5e8SChris Aniszczykcontained in files named "about.html" ("Abouts"). The terms and\n\ 81*f1fdc5e8SChris Aniszczykconditions governing Features and Included Features should be contained\n\ 82*f1fdc5e8SChris Aniszczykin files named "license.html" ("Feature Licenses"). Abouts and Feature\n\ 83*f1fdc5e8SChris AniszczykLicenses may be located in any directory of a Download or Module\n\ 84*f1fdc5e8SChris Aniszczykincluding, but not limited to the following locations:\n\ 85*f1fdc5e8SChris Aniszczyk\n\ 86*f1fdc5e8SChris Aniszczyk - The top-level (root) directory\n\ 87*f1fdc5e8SChris Aniszczyk - Plug-in and Fragment directories\n\ 88*f1fdc5e8SChris Aniszczyk - Inside Plug-ins and Fragments packaged as JARs\n\ 89*f1fdc5e8SChris Aniszczyk - Sub-directories of the directory named "src" of certain Plug-ins\n\ 90*f1fdc5e8SChris Aniszczyk - Feature directories\n\ 91*f1fdc5e8SChris Aniszczyk\n\ 92*f1fdc5e8SChris AniszczykNote: if a Feature made available by the Eclipse Foundation is installed using the\n\ 93*f1fdc5e8SChris AniszczykProvisioning Technology (as defined below), you must agree to a license ("Feature \n\ 94*f1fdc5e8SChris AniszczykUpdate License") during the installation process. If the Feature contains\n\ 95*f1fdc5e8SChris AniszczykIncluded Features, the Feature Update License should either provide you\n\ 96*f1fdc5e8SChris Aniszczykwith the terms and conditions governing the Included Features or inform\n\ 97*f1fdc5e8SChris Aniszczykyou where you can locate them. Feature Update Licenses may be found in\n\ 98*f1fdc5e8SChris Aniszczykthe "license" property of files named "feature.properties" found within a Feature.\n\ 99*f1fdc5e8SChris AniszczykSuch Abouts, Feature Licenses, and Feature Update Licenses contain the\n\ 100*f1fdc5e8SChris Aniszczykterms and conditions (or references to such terms and conditions) that\n\ 101*f1fdc5e8SChris Aniszczykgovern your use of the associated Content in that directory.\n\ 102*f1fdc5e8SChris Aniszczyk\n\ 103*f1fdc5e8SChris AniszczykTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\ 104*f1fdc5e8SChris AniszczykTO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ 105*f1fdc5e8SChris AniszczykSOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ 106*f1fdc5e8SChris Aniszczyk\n\ 107*f1fdc5e8SChris Aniszczyk - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ 108*f1fdc5e8SChris Aniszczyk - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ 109*f1fdc5e8SChris Aniszczyk - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\ 110*f1fdc5e8SChris Aniszczyk - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)\n\ 111*f1fdc5e8SChris Aniszczyk - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\ 112*f1fdc5e8SChris Aniszczyk\n\ 113*f1fdc5e8SChris AniszczykIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\ 114*f1fdc5e8SChris AniszczykTO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\ 115*f1fdc5e8SChris Aniszczykis provided, please contact the Eclipse Foundation to determine what terms and conditions\n\ 116*f1fdc5e8SChris Aniszczykgovern that particular Content.\n\ 117*f1fdc5e8SChris Aniszczyk\n\ 118*f1fdc5e8SChris Aniszczyk\n\Use of Provisioning Technology\n\ 119*f1fdc5e8SChris Aniszczyk\n\ 120*f1fdc5e8SChris AniszczykThe Eclipse Foundation makes available provisioning software, examples of which include,\n\ 121*f1fdc5e8SChris Aniszczykbut are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\ 122*f1fdc5e8SChris Aniszczykthe purpose of allowing users to install software, documentation, information and/or\n\ 123*f1fdc5e8SChris Aniszczykother materials (collectively "Installable Software"). This capability is provided with\n\ 124*f1fdc5e8SChris Aniszczykthe intent of allowing such users to install, extend and update Eclipse-based products.\n\ 125*f1fdc5e8SChris AniszczykInformation about packaging Installable Software is available at\n\ 126*f1fdc5e8SChris Aniszczykhttp://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ 127*f1fdc5e8SChris Aniszczyk\n\ 128*f1fdc5e8SChris AniszczykYou may use Provisioning Technology to allow other parties to install Installable Software.\n\ 129*f1fdc5e8SChris AniszczykYou shall be responsible for enabling the applicable license agreements relating to the\n\ 130*f1fdc5e8SChris AniszczykInstallable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\ 131*f1fdc5e8SChris Aniszczykin accordance with the Specification. By using Provisioning Technology in such a manner and\n\ 132*f1fdc5e8SChris Aniszczykmaking it available in accordance with the Specification, you further acknowledge your\n\ 133*f1fdc5e8SChris Aniszczykagreement to, and the acquisition of all necessary rights to permit the following:\n\ 134*f1fdc5e8SChris Aniszczyk\n\ 135*f1fdc5e8SChris Aniszczyk 1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\ 136*f1fdc5e8SChris Aniszczyk the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\ 137*f1fdc5e8SChris Aniszczyk extending or updating the functionality of an Eclipse-based product.\n\ 138*f1fdc5e8SChris Aniszczyk 2. During the Provisioning Process, the Provisioning Technology may cause third party\n\ 139*f1fdc5e8SChris Aniszczyk Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\ 140*f1fdc5e8SChris Aniszczyk 3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\ 141*f1fdc5e8SChris Aniszczyk govern the use of the Installable Software ("Installable Software Agreement") and such\n\ 142*f1fdc5e8SChris Aniszczyk Installable Software Agreement shall be accessed from the Target Machine in accordance\n\ 143*f1fdc5e8SChris Aniszczyk with the Specification. Such Installable Software Agreement must inform the user of the\n\ 144*f1fdc5e8SChris Aniszczyk terms and conditions that govern the Installable Software and must solicit acceptance by\n\ 145*f1fdc5e8SChris Aniszczyk the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\ 146*f1fdc5e8SChris Aniszczyk indication of agreement by the user, the provisioning Technology will complete installation\n\ 147*f1fdc5e8SChris Aniszczyk of the Installable Software.\n\ 148*f1fdc5e8SChris Aniszczyk\n\ 149*f1fdc5e8SChris AniszczykCryptography\n\ 150*f1fdc5e8SChris Aniszczyk\n\ 151*f1fdc5e8SChris AniszczykContent may contain encryption software. The country in which you are\n\ 152*f1fdc5e8SChris Aniszczykcurrently may have restrictions on the import, possession, and use,\n\ 153*f1fdc5e8SChris Aniszczykand/or re-export to another country, of encryption software. BEFORE\n\ 154*f1fdc5e8SChris Aniszczykusing any encryption software, please check the country's laws,\n\ 155*f1fdc5e8SChris Aniszczykregulations and policies concerning the import, possession, or use, and\n\ 156*f1fdc5e8SChris Aniszczykre-export of encryption software, to see if this is permitted.\n\ 157*f1fdc5e8SChris Aniszczyk\n\ 158*f1fdc5e8SChris AniszczykJava and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n 159f2455798SMatthias Sohn########### end of license property ########################################## 160