From f501cd79e243247c4a9127d6062afe21a204de11 Mon Sep 17 00:00:00 2001 From: lgotszal Date: Tue, 15 Jun 2021 19:05:19 +0000 Subject: [PATCH] Add copyright headers to markdown files Remove two redundant markdown files Related-to: IGC-4296 Signed-off-by: lgotszal --- BUILD.md | 8 ++++++++ CONTRIBUTING.md | 8 ++++++++ DISTRIBUTIONS.md | 8 ++++++++ FAQ.md | 7 +++++++ GUIDELINES.md | 8 ++++++++ LICENSE | 21 --------------------- LICENSE.md | 7 +++++++ README.md | 8 ++++++++ level_zero/doc/BUILD.md | 8 ++++++++ level_zero/doc/DISTRIBUTIONS.md | 8 ++++++++ level_zero/doc/RELEASENOTES_CORE.md | 8 ++++++++ opencl/doc/DISTRIBUTIONS.md | 8 ++++++++ opencl/doc/FAQ.md | 7 +++++++ opencl/doc/VTUNE.md | 8 ++++++++ opencl/doc/cl_intel_va_api_media_sharing.md | 8 ++++++++ 15 files changed, 109 insertions(+), 21 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/BUILD.md b/BUILD.md index 1dad58009d..7af8ca99a9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,3 +1,11 @@ + + # Building NEO driver Instructions have been tested on Ubuntu* and CentOS*. They assume a clean installation of a stable version. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41e23af93a..e8eb7f9657 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,11 @@ + + # Contribution guidelines ## Process overview diff --git a/DISTRIBUTIONS.md b/DISTRIBUTIONS.md index 148b60cf75..387c28dabe 100644 --- a/DISTRIBUTIONS.md +++ b/DISTRIBUTIONS.md @@ -1,3 +1,11 @@ + + # NEO in Linux distributions ## Level Zero specific diff --git a/FAQ.md b/FAQ.md index 4cbf157b28..c91137fdc7 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,10 @@ + # Frequently asked questions diff --git a/GUIDELINES.md b/GUIDELINES.md index 893ccba95e..e8c4140a98 100644 --- a/GUIDELINES.md +++ b/GUIDELINES.md @@ -1,3 +1,11 @@ + + File to cover guidelines for NEO project. # C++ usage diff --git a/LICENSE b/LICENSE deleted file mode 100644 index b685f8251a..0000000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 Intel Corporation - -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 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. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000000..b718ef6df3 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ + diff --git a/README.md b/README.md index 8403f96633..de153b3041 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ + + # Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver ## Introduction diff --git a/level_zero/doc/BUILD.md b/level_zero/doc/BUILD.md index a5030c82bf..31a63fa549 100644 --- a/level_zero/doc/BUILD.md +++ b/level_zero/doc/BUILD.md @@ -1,3 +1,11 @@ + + # Building Level Zero These instructions have been tested on Ubuntu* and complement those existing for NEO in the top-level BUILD.md file. diff --git a/level_zero/doc/DISTRIBUTIONS.md b/level_zero/doc/DISTRIBUTIONS.md index 7451992f2f..f0e412e57a 100644 --- a/level_zero/doc/DISTRIBUTIONS.md +++ b/level_zero/doc/DISTRIBUTIONS.md @@ -1,3 +1,11 @@ + + # Level Zero in Linux distributions ## Centos* 7, 8, Stream, Red Hat Enterprise Linux* 7 diff --git a/level_zero/doc/RELEASENOTES_CORE.md b/level_zero/doc/RELEASENOTES_CORE.md index 6c882547d0..59fae1c58d 100644 --- a/level_zero/doc/RELEASENOTES_CORE.md +++ b/level_zero/doc/RELEASENOTES_CORE.md @@ -1,3 +1,11 @@ + + # Release Notes v1.1 Level Zero Core API. diff --git a/opencl/doc/DISTRIBUTIONS.md b/opencl/doc/DISTRIBUTIONS.md index bb4c093fcb..f32306871b 100644 --- a/opencl/doc/DISTRIBUTIONS.md +++ b/opencl/doc/DISTRIBUTIONS.md @@ -1,3 +1,11 @@ + + # NEO OpenCL in Linux distributions [![Packaging status](https://repology.org/badge/vertical-allrepos/intel-compute-runtime.svg)](https://repology.org/project/intel-compute-runtime/versions) diff --git a/opencl/doc/FAQ.md b/opencl/doc/FAQ.md index 1d3af99515..8d026a55f8 100644 --- a/opencl/doc/FAQ.md +++ b/opencl/doc/FAQ.md @@ -1,3 +1,10 @@ + # Frequently asked questions (OpenCL) diff --git a/opencl/doc/VTUNE.md b/opencl/doc/VTUNE.md index 8859bd6487..4feb7777dc 100644 --- a/opencl/doc/VTUNE.md +++ b/opencl/doc/VTUNE.md @@ -1,3 +1,11 @@ + + # Using NEO runtime with VTune Amplifier You can use the Intel VTune Amplifier to identify GPU "hotspots". It will show GPGPU queue, GPU usage, memory throughputs, etc. diff --git a/opencl/doc/cl_intel_va_api_media_sharing.md b/opencl/doc/cl_intel_va_api_media_sharing.md index 488e99dcc2..4f8d3517b0 100644 --- a/opencl/doc/cl_intel_va_api_media_sharing.md +++ b/opencl/doc/cl_intel_va_api_media_sharing.md @@ -1,3 +1,11 @@ + + # Intel(R) Graphics Compute Runtime for OpenCL(TM) ## Enabling [cl_intel_va_api_media_sharing](https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_va_api_media_sharing.txt) extension