Mykola Nikishov | 956b124 | 2009-10-02 12:18:15 +0300 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2000, 2009 IBM Corporation and others. |
| 3 | # |
| 4 | # All rights reserved. This program and the accompanying materials |
| 5 | # are made available under the terms of the Eclipse Public License v1.0 |
| 6 | # which accompanies this distribution, and is available at |
| 7 | # http://www.eclipse.org/legal/epl-v10.html |
| 8 | # |
| 9 | ############################################################################### |
| 10 | |
| 11 | featureName=Eclipse JGit Feature (Incubation) |
| 12 | providerName=eclipse.org |
| 13 | |
| 14 | updateSiteName=Eclipse Update Site (experimental) |
| 15 | |
| 16 | # description property - text of the "Feature Descrption" |
| 17 | description=\ |
| 18 | A pure Java implementation of the Git version control system.\n |
| 19 | ################ end of description property ################################## |
| 20 | |
| 21 | # "copyright" property - text of the "Feature Update Copyright" |
| 22 | copyright=\ |
| 23 | Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.\n\ |
| 24 | All rights reserved. This program and the accompanying materials\n\ |
| 25 | are made available under the terms of the Eclipse Distribution License v1.0\n\ |
| 26 | which accompanies this distribution, and is available at\n\ |
| 27 | http://www.eclipse.org/org/documents/edl-v10.html\n |
| 28 | ################ end of copyright property #################################### |
| 29 | |
| 30 | # "licenseURL" property - URL of the "Feature License" |
| 31 | # do not translate value - just change to point to a locale-specific HTML page |
| 32 | licenseURL=http://www.eclipse.org/org/documents/edl-v10.html |
| 33 | |
| 34 | # "license" property - text of the "Feature Update License" |
| 35 | # should be plain text version of license agreement pointed to be "licenseURL" |
| 36 | license=\ |
| 37 | Eclipse Distribution License - v 1.0\n\ |
| 38 | \n\ |
| 39 | Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.\n\ |
| 40 | \n\ |
| 41 | All rights reserved.\n\ |
| 42 | \n\ |
| 43 | Redistribution and use in source and binary forms, with or without\n\ |
| 44 | modification, are permitted provided that the following conditions are\n\ |
| 45 | met:\n\ |
| 46 | \n\ |
| 47 | * Redistributions of source code must retain the above copyright\n\ |
| 48 | notice, this list of conditions and the following disclaimer.\n\ |
| 49 | \n\ |
| 50 | * Redistributions in binary form must reproduce the above\n\ |
| 51 | copyright notice, this list of conditions and the following\n\ |
| 52 | disclaimer in the documentation and/or other materials provided\n\ |
| 53 | with the distribution.\n\ |
| 54 | \n\ |
| 55 | * Neither the name of the Eclipse Foundation, Inc. nor the names\n\ |
| 56 | of its contributors may be used to endorse or promote products\n\ |
| 57 | derived from this software without specific prior written\n\ |
| 58 | permission.\n\ |
| 59 | \n\ |
| 60 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\ |
| 61 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\ |
| 62 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\ |
| 63 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\ |
| 64 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\ |
| 65 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\ |
| 66 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\ |
| 67 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\ |
| 68 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\ |
| 69 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\ |
| 70 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n |
| 71 | ########### end of license property ########################################## |