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