From a1809368dc9b35436b1c6e0a5cc4884e4e7558d7 Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Mon, 26 Sep 2022 08:32:55 -0400 Subject: [PATCH] docs: add license notice to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 01f6109..aac2bef 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ An action to install the [Intel OneAPI](https://www.intel.com/content/www/us/en/ + - [Install location](#install-location) - [Linux & Mac](#linux--mac) - [Windows](#windows) - [Usage](#usage) +- [Attribution](#attribution) @@ -46,3 +48,12 @@ Or from a `cmd` shell: ``` set "PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.33.31629\bin\Hostx64\x64;%PATH%" ``` + +## Attribution + +This action is based on examples in the [OneApi repository](https://github.com/oneapi-src/oneapi-ci), which is copyrighted to Intel and distributed under the MIT license: + +``` +SPDX-FileCopyrightText: 2020 Intel Corporation +SPDX-License-Identifier: MIT +```