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