1*f8919bdaSduboff/* 2*f8919bdaSduboff * Copyright (c) 2002-2007 Masayuki Murayama. All rights reserved. 3*f8919bdaSduboff * 4*f8919bdaSduboff * Redistribution and use in source and binary forms, with or without 5*f8919bdaSduboff * modification, are permitted provided that the following conditions are met: 6*f8919bdaSduboff * 7*f8919bdaSduboff * 1. Redistributions of source code must retain the above copyright notice, 8*f8919bdaSduboff * this list of conditions and the following disclaimer. 9*f8919bdaSduboff * 10*f8919bdaSduboff * 2. Redistributions in binary form must reproduce the above copyright notice, 11*f8919bdaSduboff * this list of conditions and the following disclaimer in the documentation 12*f8919bdaSduboff * and/or other materials provided with the distribution. 13*f8919bdaSduboff * 14*f8919bdaSduboff * 3. Neither the name of the author nor the names of its contributors may be 15*f8919bdaSduboff * used to endorse or promote products derived from this software without 16*f8919bdaSduboff * specific prior written permission. 17*f8919bdaSduboff * 18*f8919bdaSduboff * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19*f8919bdaSduboff * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 20*f8919bdaSduboff * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 21*f8919bdaSduboff * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 22*f8919bdaSduboff * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 23*f8919bdaSduboff * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 24*f8919bdaSduboff * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 25*f8919bdaSduboff * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 26*f8919bdaSduboff * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 27*f8919bdaSduboff * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 28*f8919bdaSduboff * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 29*f8919bdaSduboff * DAMAGE. 30*f8919bdaSduboff */ 31