Blame src/LICENSE.chromium

Packit Service dcb6c2
* The following License is for the source code files
Packit Service dcb6c2
  psl-make-dafsa and lookup_string_in_fixed_set.c.
Packit Service dcb6c2
Packit Service dcb6c2
// Copyright 2015 The Chromium Authors. All rights reserved.
Packit Service dcb6c2
//
Packit Service dcb6c2
// Redistribution and use in source and binary forms, with or without
Packit Service dcb6c2
// modification, are permitted provided that the following conditions are
Packit Service dcb6c2
// met:
Packit Service dcb6c2
//
Packit Service dcb6c2
//    * Redistributions of source code must retain the above copyright
Packit Service dcb6c2
// notice, this list of conditions and the following disclaimer.
Packit Service dcb6c2
//    * Redistributions in binary form must reproduce the above
Packit Service dcb6c2
// copyright notice, this list of conditions and the following disclaimer
Packit Service dcb6c2
// in the documentation and/or other materials provided with the
Packit Service dcb6c2
// distribution.
Packit Service dcb6c2
//    * Neither the name of Google Inc. nor the names of its
Packit Service dcb6c2
// contributors may be used to endorse or promote products derived from
Packit Service dcb6c2
// this software without specific prior written permission.
Packit Service dcb6c2
//
Packit Service dcb6c2
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit Service dcb6c2
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit Service dcb6c2
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit Service dcb6c2
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Packit Service dcb6c2
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Packit Service dcb6c2
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Packit Service dcb6c2
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit Service dcb6c2
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit Service dcb6c2
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit Service dcb6c2
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit Service dcb6c2
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.