1*a3a45f30SXin LiThis project governed by the following BSD-style licenses. Check each file 2*a3a45f30SXin Liheader to known the licenses applying to it: 3*a3a45f30SXin Li 4*a3a45f30SXin Li-------------------------------------------------------------------------------- 5*a3a45f30SXin Li 6*a3a45f30SXin LiCopyright 2003-2005 Colin Percival 7*a3a45f30SXin LiAll rights reserved 8*a3a45f30SXin Li 9*a3a45f30SXin LiRedistribution and use in source and binary forms, with or without 10*a3a45f30SXin Limodification, are permitted providing that the following conditions 11*a3a45f30SXin Liare met: 12*a3a45f30SXin Li1. Redistributions of source code must retain the above copyright 13*a3a45f30SXin Li notice, this list of conditions and the following disclaimer. 14*a3a45f30SXin Li2. Redistributions in binary form must reproduce the above copyright 15*a3a45f30SXin Li notice, this list of conditions and the following disclaimer in the 16*a3a45f30SXin Li documentation and/or other materials provided with the distribution. 17*a3a45f30SXin Li 18*a3a45f30SXin LiTHIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 19*a3a45f30SXin LiIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 20*a3a45f30SXin LiWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21*a3a45f30SXin LiARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY 22*a3a45f30SXin LiDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 23*a3a45f30SXin LiDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 24*a3a45f30SXin LiOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 25*a3a45f30SXin LiHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 26*a3a45f30SXin LiSTRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 27*a3a45f30SXin LiIN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28*a3a45f30SXin LiPOSSIBILITY OF SUCH DAMAGE. 29*a3a45f30SXin Li 30*a3a45f30SXin Li-------------------------------------------------------------------------------- 31*a3a45f30SXin Li 32*a3a45f30SXin LiCopyright 2015 The Chromium OS Authors. All rights reserved. 33*a3a45f30SXin Li 34*a3a45f30SXin LiRedistribution and use in source and binary forms, with or without 35*a3a45f30SXin Limodification, are permitted provided that the following conditions are 36*a3a45f30SXin Limet: 37*a3a45f30SXin Li 38*a3a45f30SXin Li * Redistributions of source code must retain the above copyright 39*a3a45f30SXin Linotice, this list of conditions and the following disclaimer. 40*a3a45f30SXin Li * Redistributions in binary form must reproduce the above 41*a3a45f30SXin Licopyright notice, this list of conditions and the following disclaimer 42*a3a45f30SXin Liin the documentation and/or other materials provided with the 43*a3a45f30SXin Lidistribution. 44*a3a45f30SXin Li * Neither the name of Google Inc. nor the names of its 45*a3a45f30SXin Licontributors may be used to endorse or promote products derived from 46*a3a45f30SXin Lithis software without specific prior written permission. 47*a3a45f30SXin Li 48*a3a45f30SXin LiTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 49*a3a45f30SXin Li"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 50*a3a45f30SXin LiLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 51*a3a45f30SXin LiA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 52*a3a45f30SXin LiOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 53*a3a45f30SXin LiSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 54*a3a45f30SXin LiLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 55*a3a45f30SXin LiDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 56*a3a45f30SXin LiTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 57*a3a45f30SXin Li(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 58*a3a45f30SXin LiOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 59