Blame LICENSE

Packit 6cdd49
Copyright 2018, Intel Corporation
Packit 6cdd49
Packit 6cdd49
Redistribution and use in source and binary forms, with or without
Packit 6cdd49
modification, are permitted provided that the following conditions
Packit 6cdd49
are met:
Packit 6cdd49
Packit 6cdd49
    * Redistributions of source code must retain the above copyright
Packit 6cdd49
      notice, this list of conditions and the following disclaimer.
Packit 6cdd49
Packit 6cdd49
    * Redistributions in binary form must reproduce the above copyright
Packit 6cdd49
      notice, this list of conditions and the following disclaimer in
Packit 6cdd49
      the documentation and/or other materials provided with the
Packit 6cdd49
      distribution.
Packit 6cdd49
Packit 6cdd49
    * Neither the name of the copyright holder nor the names of its
Packit 6cdd49
      contributors may be used to endorse or promote products derived
Packit 6cdd49
      from this software without specific prior written permission.
Packit 6cdd49
Packit 6cdd49
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit 6cdd49
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit 6cdd49
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Packit 6cdd49
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
Packit 6cdd49
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
Packit 6cdd49
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
Packit 6cdd49
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit 6cdd49
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit 6cdd49
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit 6cdd49
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit 6cdd49
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit 6cdd49
Packit 6cdd49
Packit 6cdd49
Everything in this source tree is covered by the previous license
Packit 6cdd49
with the following exceptions:
Packit 6cdd49
Packit 6cdd49
* tests/external/libcxx which contain tests adapted from llvm
Packit 6cdd49
  libcxx, and is covered by license contained in that directory.