Copyright 2015, Intel Corporation.

This Intel(R) OpenCL Driver for Intel Iris, Intel Iris Pro and HD Graphics for
Linux ("Software") is furnished under license and may only be used or copied in
accordance with the terms of that license. No license, express or implied, by
estoppel or otherwise, to any intellectual property rights is granted by this
document. The Software is subject to change without notice, and should not be
construed as a commitment by Intel Corporation to market, license, sell or
support any product or technology. Unless otherwise provided for in the license
under which this Software is provided, the Software is provided AS IS, with no
warranties of any kind, express or implied. Except as expressly permitted by
the Software license, neither Intel Corporation nor its suppliers assumes any
responsibility or liability for any errors or inaccuracies that may appear
herein. Except as expressly permitted by the Software license, no part of the
Software may be reproduced, stored in a retrieval system, transmitted in any
form, or distributed by any means without the express written consent of Intel
Corporation.

Intel(R) OpenCL Driver for Intel Iris and HD Graphics for Linux:
## gpu libs
/opt/intel/opencl/igdclbif.bin
/opt/intel/opencl/libIntelOpenCL.so
/opt/intel/opencl/libigdbcl.so
/opt/intel/opencl/libigdfcl.so
/opt/intel/opencl/libigdmcl.so
/opt/intel/opencl/libigdrcl.so
/opt/intel/opencl/libigdccl.so
/opt/intel/opencl/libiga64.so
/opt/intel/opencl/libmd.so
/opt/intel/opencl/libcommon_clang.so

## cpu libs
/opt/intel/opencl/__ocl_svml_e9.so
/opt/intel/opencl/__ocl_svml_h8.so
/opt/intel/opencl/__ocl_svml_l9.so
/opt/intel/opencl/clbltfnshared.rtl
/opt/intel/opencl/clbltfne9.rtl
/opt/intel/opencl/clbltfne9_img_cbk.o
/opt/intel/opencl/clbltfne9_img_cbk.rtl
/opt/intel/opencl/clbltfnh8.rtl
/opt/intel/opencl/clbltfnh8_img_cbk.o
/opt/intel/opencl/clbltfnh8_img_cbk.rtl
/opt/intel/opencl/clbltfnl9.rtl
/opt/intel/opencl/clbltfnl9_img_cbk.o
/opt/intel/opencl/clbltfnl9_img_cbk.rtl
/opt/intel/opencl/libcl_logger.so
/opt/intel/opencl/libclang_compiler.so
/opt/intel/opencl/libcommon_clang.so
/opt/intel/opencl/libcpu_device.so
/opt/intel/opencl/libintelocl.so
/opt/intel/opencl/libOclCpuBackEnd.so
/opt/intel/opencl/libtask_executor.so
/opt/intel/opencl/libtbb.so
/opt/intel/opencl/libtbb.so.2
/opt/intel/opencl/libtbbmalloc.so
/opt/intel/opencl/libtbbmalloc.so.2

Certain content uses the following 3rd party licenses:

Linux kernel mode driver patches are licensed under the MIT License.
## kernel patches
/opt/intel/opencl/kernel-4.4-xcode.patch
/opt/intel/opencl/kernel-4.7.patch

Files provided under a Khronos license
## opencl headers
/opt/intel/opencl/include/CL/cl.h
/opt/intel/opencl/include/CL/cl.hpp
/opt/intel/opencl/include/CL/cl_ext.h
/opt/intel/opencl/include/CL/cl_gl.h
/opt/intel/opencl/include/CL/cl_gl_ext.h
/opt/intel/opencl/include/CL/cl_platform.h
/opt/intel/opencl/include/CL/opencl.h
/opt/intel/opencl/include/CL/va_ext.h
/opt/intel/opencl/include/CL/cl_vebox_intel.h
/opt/intel/opencl/include/CL/cl_planar_yuv_intel.h
/opt/intel/opencl/include/CL/cl_intel_device_side_avc_motion_estimation.h
/opt/intel/opencl/include/CL/cl_packed_yuv_intel.h
## icd lib
/opt/intel/opencl/libOpenCL.so.1
/opt/intel/opencl/libOpenCL.so

Files provided which use the LLVM Release License
/opt/intel/opencl/libigdfcl.so
/opt/intel/opencl/libigdmcl.so
/opt/intel/opencl/libcommon_clang.so

No license
## pkg-config
/opt/intel/opencl/OpenCL.pc
/etc/ld.so.conf.d/libintelopencl.conf
/etc/profile.d/libintelopencl.sh
## ocl config
/etc/OpenCL/vendors/intel.icd

==============================================================================
Third Party Notices
==============================================================================

This document contains third party intellectual property (IP) notices for the
"Software". Certain license notices may appear in other parts of the product
distribution in accordance with the license requirement.

Third Party trademarks are the property of their respective owners.

OpenCL and the OpenCL logo are trademarks of Apple Inc.

==============================================================================
Kernel Patches License
==============================================================================

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

==============================================================================
LLVM Release License
==============================================================================

University of Illinois/NCSA
Open Source License

Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.
All rights reserved.

Developed by:
    LLVM Team
    University of Illinois at Urbana-Champaign
    http://llvm.org

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

    * Redistributions of source code must retain the above copyright notice,
      this list of conditions and the following disclaimers.

    * Redistributions in binary form must reproduce the above copyright notice,
      this list of conditions and the following disclaimers in the
      documentation and/or other materials provided with the distribution.

    * Neither the names of the LLVM Team, University of Illinois at
      Urbana-Champaign, nor the names of its contributors may be used to
      endorse or promote products derived from this Software without specific
      prior written permission.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.

==============================================================================
Copyrights and Licenses for Third Party Software Distributed with LLVM:
==============================================================================

The LLVM software contains code written by third parties.  Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply to
that code.

The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the LLVM Distribution, and nothing in any of the other
licenses gives permission to use the names of the LLVM Team or the University of
Illinois to endorse or promote products derived from this Software.

The following pieces of software have additional or alternate copyrights,
licenses, and/or restrictions:

Program             Directory
-------             ---------
Autoconf            llvm/autoconf
                    llvm/projects/ModuleMaker/autoconf
Google Test         llvm/utils/unittest/googletest
OpenBSD regex       llvm/lib/Support/{reg*, COPYRIGHT.regex}
pyyaml tests        llvm/test/YAMLParser/{*.data, LICENSE.TXT}
ARM contributions   llvm/lib/Target/ARM/LICENSE.TXT
md5 contributions   llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h


===============================================================================
Khronos License
===============================================================================

Copyright (c) 2007 The Khronos Group Inc. 

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and /or associated documentation files (the "Materials "), to deal
in the Materials without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Materials, and to permit persons to whom the Materials are furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Materials.

THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

===============================================================================
libdrm License
===============================================================================

Copyright (c) 1998-2000 Precision Insight, Inc., Cedar Park, Texas.
Copyright (c) 1998-2003 VIA Technologies, Inc. All Rights Reserved.
Copyright (c) 1999 Wittawat Yamwong
Copyright (c) 2000 Gareth Hughes
Copyright (c) 2000 VA Linux Systems, Inc.
Copyright (c) 2001-2003 S3 Graphics, Inc. All Rights Reserved.
Copyright (c) 2002 Frank C. Earl
Copyright (c) 2002-2003,2006-2008 Tungsten Graphics, Inc., Cedar Park, Texas.
Copyright (c) 2002-2003 Leif Delgass
Copyright (c) 2004 Felix Kuehling
Copyright (c) 2005 Adam Jackson.
Copyright (c) 2005 Eric Anholt
Copyright (c) 2005 Stephane Marchesin.
Copyright (c) 2007-2012 Intel Corporation
Copyright (c) 2007-2014 Red Hat Inc.
Copyright (c) 2007-2008 Dave Airlie <airlied@linux.ie>
Copyright (c) 2007-2008 Jakob Bornecrantz <wallbraker@gmail.com>
Copyright (c) 2008 Nicolai Haehnle
Copyright (c) 2009-2013 Samsung Electronics Co., Ltd.
Copyright (c) 2009 VMware, Inc., Palo Alto, CA., USA
Copyright (c) 2008,2010 Jerome Glisse <glisse@freedesktop.org>
Copyright (c) 2011 Texas Instruments, Inc
Copyright (c) 2012,2013 Rob Clark <robclark@freedesktop.org>
Copyright (c) 2012, 2013 Thierry Reding
Copyright (c) 2012-2014, NVIDIA CORPORATION.  All rights reserved.
Copyright (c) 2013 Erik Faye-Lund
Copyright (c) 2015 Canonical Ltd. (Maarten Lankhorst)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sub license, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL PRECISION
INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

===============================================================================
libva License
===============================================================================

Copyright (c) 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
Copyright (c) 2000 VA Linux Systems, Inc.
Copyright (c) 2003,2006 Tungsten Graphics, Inc., Cedar Park, Texas.
Copyright (c) 2006 Luc Saillard <luc@saillard.org>
Copyright (c) 2007,2008 Red Hat, Inc.
Copyright (c) 2008 NVIDIA, Corporation
Copyright (c) 2008-2011 Kristian Høgsberg
Copyright (C) 2009,2010 Splitted-Desktop Systems. All Rights Reserved.
Copyright (c) 2007-2014 Intel Corporation. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sub license, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL PRECISION
INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
