blob: eba9a59e3087ab915f1566e51af118676d5420ea [file] [log] [blame]
Mykola Nikishov956b1242009-10-02 12:18:15 +03001###############################################################################
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
11featureName=Eclipse JGit Feature (Incubation)
12providerName=eclipse.org
13
14updateSiteName=Eclipse Update Site (experimental)
15
16# description property - text of the "Feature Descrption"
17description=\
18A 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"
22copyright=\
23Copyright (c) 2005, 2009 Shawn Pearce, Robin Rosenberg, et.al.\n\
24All rights reserved. This program and the accompanying materials\n\
25are made available under the terms of the Eclipse Distribution License v1.0\n\
26which accompanies this distribution, and is available at\n\
27http://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
32licenseURL=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"
36license=\
37Eclipse Distribution License - v 1.0\n\
38\n\
39Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.\n\
40\n\
41All rights reserved.\n\
42\n\
43Redistribution and use in source and binary forms, with or without\n\
44modification, are permitted provided that the following conditions are\n\
45met:\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\
60THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\
61"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n\
62LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n\
63A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n\
64OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\
65SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n\
66LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n\
67DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n\
68THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n\
69(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n\
70OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n
71########### end of license property ##########################################