xref: /JGit/LICENSE (revision 1a6964c8274c50f0253db75f010d78ef0e739343)
1*1a6964c8SGit Development Community/*
2*1a6964c8SGit Development Community * and other copyright owners as documented in the project's IP log.
3*1a6964c8SGit Development Community *
4*1a6964c8SGit Development Community * This program and the accompanying materials are made available
5*1a6964c8SGit Development Community * under the terms of the Eclipse Distribution License v1.0 which
6*1a6964c8SGit Development Community * accompanies this distribution, is reproduced below, and is
7*1a6964c8SGit Development Community * available at http://www.eclipse.org/org/documents/edl-v10.php
8*1a6964c8SGit Development Community *
9*1a6964c8SGit Development Community * All rights reserved.
10*1a6964c8SGit Development Community *
11*1a6964c8SGit Development Community * Redistribution and use in source and binary forms, with or
12*1a6964c8SGit Development Community * without modification, are permitted provided that the following
13*1a6964c8SGit Development Community * conditions are met:
14*1a6964c8SGit Development Community *
15*1a6964c8SGit Development Community * - Redistributions of source code must retain the above copyright
16*1a6964c8SGit Development Community *   notice, this list of conditions and the following disclaimer.
17*1a6964c8SGit Development Community *
18*1a6964c8SGit Development Community * - Redistributions in binary form must reproduce the above
19*1a6964c8SGit Development Community *   copyright notice, this list of conditions and the following
20*1a6964c8SGit Development Community *   disclaimer in the documentation and/or other materials provided
21*1a6964c8SGit Development Community *   with the distribution.
22*1a6964c8SGit Development Community *
23*1a6964c8SGit Development Community * - Neither the name of the Eclipse Foundation, Inc. nor the
24*1a6964c8SGit Development Community *   names of its contributors may be used to endorse or promote
25*1a6964c8SGit Development Community *   products derived from this software without specific prior
26*1a6964c8SGit Development Community *   written permission.
27*1a6964c8SGit Development Community *
28*1a6964c8SGit Development Community * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
29*1a6964c8SGit Development Community * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
30*1a6964c8SGit Development Community * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
31*1a6964c8SGit Development Community * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32*1a6964c8SGit Development Community * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
33*1a6964c8SGit Development Community * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34*1a6964c8SGit Development Community * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
35*1a6964c8SGit Development Community * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
36*1a6964c8SGit Development Community * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37*1a6964c8SGit Development Community * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
38*1a6964c8SGit Development Community * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39*1a6964c8SGit Development Community * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
40*1a6964c8SGit Development Community * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41*1a6964c8SGit Development Community */
42*1a6964c8SGit Development Community
43