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