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