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