1*9b31969fSThomas Wolf############################################################################### 2*9b31969fSThomas Wolf# Copyright (c) 2000, 2010 IBM Corporation and others. 3*9b31969fSThomas Wolf# 4*9b31969fSThomas Wolf# All rights reserved. This program and the accompanying materials 5*9b31969fSThomas Wolf# are made available under the terms of the Eclipse Public License v1.0 6*9b31969fSThomas Wolf# which accompanies this distribution, and is available at 7*9b31969fSThomas Wolf# http://www.eclipse.org/legal/epl-v10.html 8*9b31969fSThomas Wolf# 9*9b31969fSThomas Wolf############################################################################### 10*9b31969fSThomas Wolf 11*9b31969fSThomas WolffeatureName=Java implementation of Git - ssh support using Apache MINA sshd 12*9b31969fSThomas WolfproviderName=Eclipse JGit 13*9b31969fSThomas Wolf 14*9b31969fSThomas WolfupdateSiteName=Eclipse JGit Update Site 15*9b31969fSThomas Wolf 16*9b31969fSThomas Wolf# description property - text of the "Feature Description" 17*9b31969fSThomas Wolfdescription=\ 18*9b31969fSThomas WolfSsh support using Apache MINA sshd.\n 19*9b31969fSThomas Wolf################ end of description property ################################## 20*9b31969fSThomas Wolf 21*9b31969fSThomas Wolf# "copyright" property - text of the "Feature Update Copyright" 22*9b31969fSThomas Wolfcopyright=\ 23*9b31969fSThomas WolfCopyright (c) 2018 Thomas Wolf and others.\n\ 24*9b31969fSThomas WolfAll rights reserved. This program and the accompanying materials\n\ 25*9b31969fSThomas Wolfare made available under the terms of the Eclipse Distribution License v1.0\n\ 26*9b31969fSThomas Wolfwhich accompanies this distribution, and is available at\n\ 27*9b31969fSThomas Wolfhttp://www.eclipse.org/org/documents/edl-v10.html\n 28*9b31969fSThomas Wolf################ end of copyright property #################################### 29*9b31969fSThomas Wolf 30*9b31969fSThomas Wolf# "licenseURL" property - URL of the "Feature License" 31*9b31969fSThomas Wolf# do not translate value - just change to point to a locale-specific HTML page 32*9b31969fSThomas WolflicenseURL=license.html 33*9b31969fSThomas Wolf 34*9b31969fSThomas Wolf# "license" property - text of the "Feature Update License" 35*9b31969fSThomas Wolf# should be plain text version of license agreement pointed to be "licenseURL" 36*9b31969fSThomas Wolflicense=\ 37*9b31969fSThomas WolfEclipse Foundation Software User Agreement\n\ 38*9b31969fSThomas Wolf\n\ 39*9b31969fSThomas WolfNovember 22, 2017\n\ 40*9b31969fSThomas Wolf\n\ 41*9b31969fSThomas WolfUsage Of Content\n\ 42*9b31969fSThomas Wolf\n\ 43*9b31969fSThomas WolfTHE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION\n\ 44*9b31969fSThomas WolfAND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF\n\ 45*9b31969fSThomas WolfTHE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE\n\ 46*9b31969fSThomas WolfTERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\ 47*9b31969fSThomas WolfBELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED\n\ 48*9b31969fSThomas WolfBY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE\n\ 49*9b31969fSThomas WolfAGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\ 50*9b31969fSThomas WolfTERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY\n\ 51*9b31969fSThomas WolfAPPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU\n\ 52*9b31969fSThomas WolfMAY NOT USE THE CONTENT.\n\ 53*9b31969fSThomas Wolf\n\ 54*9b31969fSThomas WolfApplicable Licenses\n\ 55*9b31969fSThomas Wolf\n\ 56*9b31969fSThomas WolfUnless otherwise indicated, all Content made available by the Eclipse Foundation\n\ 57*9b31969fSThomas Wolfis provided to you under the terms and conditions of the Eclipse Public License\n\ 58*9b31969fSThomas WolfVersion 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also\n\ 59*9b31969fSThomas Wolfavailable at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,\n\ 60*9b31969fSThomas Wolf"Program" will mean the Content.\n\ 61*9b31969fSThomas Wolf\n\ 62*9b31969fSThomas WolfContent includes, but is not limited to, source code, object code, documentation\n\ 63*9b31969fSThomas Wolfand other files maintained in the Eclipse Foundation source code repository\n\ 64*9b31969fSThomas Wolf("Repository") in software modules ("Modules") and made available as\n\ 65*9b31969fSThomas Wolfdownloadable archives ("Downloads").\n\ 66*9b31969fSThomas Wolf\n\ 67*9b31969fSThomas Wolf- Content may be structured and packaged into modules to facilitate\n\ 68*9b31969fSThomas Wolf delivering, extending, and upgrading the Content. Typical modules may\n\ 69*9b31969fSThomas Wolf include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and\n\ 70*9b31969fSThomas Wolf features ("Features").\n\ 71*9b31969fSThomas Wolf- Each Plug-in or Fragment may be packaged as a sub-directory or JAR\n\ 72*9b31969fSThomas Wolf (Java™ ARchive) in a directory named "plugins".\n\ 73*9b31969fSThomas Wolf- A Feature is a bundle of one or more Plug-ins and/or Fragments and\n\ 74*9b31969fSThomas Wolf associated material. Each Feature may be packaged as a sub-directory in a\n\ 75*9b31969fSThomas Wolf directory named "features". Within a Feature, files named "feature.xml" may\n\ 76*9b31969fSThomas Wolf contain a list of the names and version numbers of the Plug-ins and/or\n\ 77*9b31969fSThomas Wolf Fragments associated with that Feature.\n\ 78*9b31969fSThomas Wolf- Features may also include other Features ("Included Features"). Within a\n\ 79*9b31969fSThomas Wolf Feature, files named "feature.xml" may contain a list of the names and\n\ 80*9b31969fSThomas Wolf version numbers of Included Features.\n\ 81*9b31969fSThomas Wolf\n\ 82*9b31969fSThomas WolfThe terms and conditions governing Plug-ins and Fragments should be contained in\n\ 83*9b31969fSThomas Wolffiles named "about.html" ("Abouts"). The terms and conditions governing Features\n\ 84*9b31969fSThomas Wolfand Included Features should be contained in files named "license.html"\n\ 85*9b31969fSThomas Wolf("Feature Licenses"). Abouts and Feature Licenses may be located in any\n\ 86*9b31969fSThomas Wolfdirectory of a Download or Module including, but not limited to the following\n\ 87*9b31969fSThomas Wolflocations:\n\ 88*9b31969fSThomas Wolf\n\ 89*9b31969fSThomas Wolf- The top-level (root) directory\n\ 90*9b31969fSThomas Wolf- Plug-in and Fragment directories\n\ 91*9b31969fSThomas Wolf- Inside Plug-ins and Fragments packaged as JARs\n\ 92*9b31969fSThomas Wolf- Sub-directories of the directory named "src" of certain Plug-ins\n\ 93*9b31969fSThomas Wolf- Feature directories\n\ 94*9b31969fSThomas Wolf\n\ 95*9b31969fSThomas WolfNote: if a Feature made available by the Eclipse Foundation is installed using\n\ 96*9b31969fSThomas Wolfthe Provisioning Technology (as defined below), you must agree to a license\n\ 97*9b31969fSThomas Wolf("Feature Update License") during the installation process. If the Feature\n\ 98*9b31969fSThomas Wolfcontains Included Features, the Feature Update License should either provide you\n\ 99*9b31969fSThomas Wolfwith the terms and conditions governing the Included Features or inform you\n\ 100*9b31969fSThomas Wolfwhere you can locate them. Feature Update Licenses may be found in the "license"\n\ 101*9b31969fSThomas Wolfproperty of files named "feature.properties" found within a Feature. Such\n\ 102*9b31969fSThomas WolfAbouts, Feature Licenses, and Feature Update Licenses contain the terms and\n\ 103*9b31969fSThomas Wolfconditions (or references to such terms and conditions) that govern your use of\n\ 104*9b31969fSThomas Wolfthe associated Content in that directory.\n\ 105*9b31969fSThomas Wolf\n\ 106*9b31969fSThomas WolfTHE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL\n\ 107*9b31969fSThomas WolfOR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE\n\ 108*9b31969fSThomas WolfOTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ 109*9b31969fSThomas Wolf\n\ 110*9b31969fSThomas Wolf- Eclipse Public License Version 1.0 (available at\n\ 111*9b31969fSThomas Wolf http://www.eclipse.org/legal/epl-v10.html)\n\ 112*9b31969fSThomas Wolf- Eclipse Distribution License Version 1.0 (available at\n\ 113*9b31969fSThomas Wolf http://www.eclipse.org/licenses/edl-v1.0.html)\n\ 114*9b31969fSThomas Wolf- Common Public License Version 1.0 (available at\n\ 115*9b31969fSThomas Wolf http://www.eclipse.org/legal/cpl-v10.html)\n\ 116*9b31969fSThomas Wolf- Apache Software License 1.1 (available at\n\ 117*9b31969fSThomas Wolf http://www.apache.org/licenses/LICENSE)\n\ 118*9b31969fSThomas Wolf- Apache Software License 2.0 (available at\n\ 119*9b31969fSThomas Wolf http://www.apache.org/licenses/LICENSE-2.0)\n\ 120*9b31969fSThomas Wolf- Mozilla Public License Version 1.1 (available at\n\ 121*9b31969fSThomas Wolf http://www.mozilla.org/MPL/MPL-1.1.html)\n\ 122*9b31969fSThomas Wolf\n\ 123*9b31969fSThomas WolfIT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO\n\ 124*9b31969fSThomas WolfUSE OF THE CONTENT. If no About, Feature License, or Feature Update License is\n\ 125*9b31969fSThomas Wolfprovided, please contact the Eclipse Foundation to determine what terms and\n\ 126*9b31969fSThomas Wolfconditions govern that particular Content.\n\ 127*9b31969fSThomas Wolf\n\ 128*9b31969fSThomas WolfUse of Provisioning Technology\n\ 129*9b31969fSThomas Wolf\n\ 130*9b31969fSThomas WolfThe Eclipse Foundation makes available provisioning software, examples of which\n\ 131*9b31969fSThomas Wolfinclude, but are not limited to, p2 and the Eclipse Update Manager\n\ 132*9b31969fSThomas Wolf("Provisioning Technology") for the purpose of allowing users to install\n\ 133*9b31969fSThomas Wolfsoftware, documentation, information and/or other materials (collectively\n\ 134*9b31969fSThomas Wolf"Installable Software"). This capability is provided with the intent of allowing\n\ 135*9b31969fSThomas Wolfsuch users to install, extend and update Eclipse-based products. Information\n\ 136*9b31969fSThomas Wolfabout packaging Installable Software is available at\n\ 137*9b31969fSThomas Wolfhttp://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\ 138*9b31969fSThomas Wolf\n\ 139*9b31969fSThomas WolfYou may use Provisioning Technology to allow other parties to install\n\ 140*9b31969fSThomas WolfInstallable Software. You shall be responsible for enabling the applicable\n\ 141*9b31969fSThomas Wolflicense agreements relating to the Installable Software to be presented to, and\n\ 142*9b31969fSThomas Wolfaccepted by, the users of the Provisioning Technology in accordance with the\n\ 143*9b31969fSThomas WolfSpecification. By using Provisioning Technology in such a manner and making it\n\ 144*9b31969fSThomas Wolfavailable in accordance with the Specification, you further acknowledge your\n\ 145*9b31969fSThomas Wolfagreement to, and the acquisition of all necessary rights to permit the\n\ 146*9b31969fSThomas Wolffollowing:\n\ 147*9b31969fSThomas Wolf\n\ 148*9b31969fSThomas Wolf1. A series of actions may occur ("Provisioning Process") in which a user may\n\ 149*9b31969fSThomas Wolf execute the Provisioning Technology on a machine ("Target Machine") with the\n\ 150*9b31969fSThomas Wolf intent of installing, extending or updating the functionality of an\n\ 151*9b31969fSThomas Wolf Eclipse-based product.\n\ 152*9b31969fSThomas Wolf2. During the Provisioning Process, the Provisioning Technology may cause third\n\ 153*9b31969fSThomas Wolf party Installable Software or a portion thereof to be accessed and copied to\n\ 154*9b31969fSThomas Wolf the Target Machine.\n\ 155*9b31969fSThomas Wolf3. Pursuant to the Specification, you will provide to the user the terms and\n\ 156*9b31969fSThomas Wolf conditions that govern the use of the Installable Software ("Installable\n\ 157*9b31969fSThomas Wolf Software Agreement") and such Installable Software Agreement shall be\n\ 158*9b31969fSThomas Wolf accessed from the Target Machine in accordance with the Specification. Such\n\ 159*9b31969fSThomas Wolf Installable Software Agreement must inform the user of the terms and\n\ 160*9b31969fSThomas Wolf conditions that govern the Installable Software and must solicit acceptance\n\ 161*9b31969fSThomas Wolf by the end user in the manner prescribed in such Installable\n\ 162*9b31969fSThomas Wolf Software Agreement. Upon such indication of agreement by the user, the\n\ 163*9b31969fSThomas Wolf provisioning Technology will complete installation of the\n\ 164*9b31969fSThomas Wolf Installable Software.\n\ 165*9b31969fSThomas Wolf\n\ 166*9b31969fSThomas WolfCryptography\n\ 167*9b31969fSThomas Wolf\n\ 168*9b31969fSThomas WolfContent may contain encryption software. The country in which you are currently\n\ 169*9b31969fSThomas Wolfmay have restrictions on the import, possession, and use, and/or re-export to\n\ 170*9b31969fSThomas Wolfanother country, of encryption software. BEFORE using any encryption software,\n\ 171*9b31969fSThomas Wolfplease check the country's laws, regulations and policies concerning the import,\n\ 172*9b31969fSThomas Wolfpossession, or use, and re-export of encryption software, to see if this is\n\ 173*9b31969fSThomas Wolfpermitted.\n\ 174*9b31969fSThomas Wolf\n\ 175*9b31969fSThomas WolfJava and all Java-based trademarks are trademarks of Oracle Corporation in the\n\ 176*9b31969fSThomas WolfUnited States, other countries, or both.\n 177*9b31969fSThomas Wolf########### end of license property ########################################## 178