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