1Except as otherwise noted, this project is licensed under the following 2(ISC-style) terms: 3 4Copyright 2015 Brian Smith. 5 6Permission to use, copy, modify, and/or distribute this software for any 7purpose with or without fee is hereby granted, provided that the above 8copyright notice and this permission notice appear in all copies. 9 10THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES 11WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR 13ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17 18The files under third-party/chromium are licensed as described in 19third-party/chromium/LICENSE. 20 21 22------------------ 23 24// Copyright 2015 The Chromium Authors. All rights reserved. 25// 26// Redistribution and use in source and binary forms, with or without 27// modification, are permitted provided that the following conditions are 28// met: 29// 30// * Redistributions of source code must retain the above copyright 31// notice, this list of conditions and the following disclaimer. 32// * Redistributions in binary form must reproduce the above 33// copyright notice, this list of conditions and the following disclaimer 34// in the documentation and/or other materials provided with the 35// distribution. 36// * Neither the name of Google Inc. nor the names of its 37// contributors may be used to endorse or promote products derived from 38// this software without specific prior written permission. 39// 40// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 41// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 42// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 43// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 44// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 45// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 46// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 47// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 48// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 49// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 50// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 51