From cb6c3f8bedafde999be04e6da058daf952314e6c Mon Sep 17 00:00:00 2001 From: lgotszal Date: Sun, 28 Nov 2021 23:05:49 +0000 Subject: [PATCH] update CopyrightHeaders in IGC update CopyrightHeaders in IGC --- IGC/BiFModule/Headers/spirv_macros.h | 2 +- IGC/BiFModule/Languages/OpenCL/IBiF_Dot_Product.cl | 2 +- .../CISACodeGen/InsertGenericPtrArithmeticMetadata.cpp | 2 +- .../CISACodeGen/InsertGenericPtrArithmeticMetadata.hpp | 2 +- IGC/Compiler/CISACodeGen/URBPartialWrites.hpp | 1 + IGC/Compiler/DebugInfo/Utils.cpp | 2 +- IGC/Compiler/DebugInfo/Utils.h | 2 +- IGC/Compiler/tests/Legalization/arbitrary-integers.ll | 2 +- IGC/Compiler/tests/LowerGPCallArg/phi.ll | 2 +- IGC/Compiler/tests/LowerGPCallArg/select.ll | 2 +- .../lib/GenXCodeGen/GenXLoadStoreLowering.cpp | 2 +- IGC/VectorCompiler/spirv-patches-10/LICENSE.md | 4 ++-- IGC/VectorCompiler/spirv-patches-11/LICENSE.md | 4 ++-- IGC/VectorCompiler/spirv-patches-12/LICENSE.md | 8 ++++++++ IGC/VectorCompiler/spirv-patches-13/LICENSE.md | 8 ++++++++ IGC/VectorCompiler/spirv-patches-9/LICENSE.md | 4 ++-- IGC/VectorCompiler/spirv-patches-new/LICENSE.md | 4 ++-- IGC/WrapperLLVM/include/llvmWrapper/IR/Constants.h | 2 +- IGC/WrapperLLVM/include/llvmWrapper/Option/OptTable.h | 2 +- IGC/common/SIPKernels/XeHPSIPCSRDebug.h | 2 +- IGC/common/SIPKernels/XeHPSIPCSRDebugBindless.h | 2 +- LICENSE.md | 4 ++-- inc/IntelExtensions12.hlsl | 2 +- scripts/Dockerfile-ubuntu1804 | 2 ++ scripts/Dockerfile-ubuntu2004 | 2 ++ scripts/buildIGC.sh | 2 ++ 26 files changed, 48 insertions(+), 25 deletions(-) create mode 100644 IGC/VectorCompiler/spirv-patches-12/LICENSE.md create mode 100644 IGC/VectorCompiler/spirv-patches-13/LICENSE.md diff --git a/IGC/BiFModule/Headers/spirv_macros.h b/IGC/BiFModule/Headers/spirv_macros.h index 8e1e349db..2e87b8c5d 100644 --- a/IGC/BiFModule/Headers/spirv_macros.h +++ b/IGC/BiFModule/Headers/spirv_macros.h @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2017-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/BiFModule/Languages/OpenCL/IBiF_Dot_Product.cl b/IGC/BiFModule/Languages/OpenCL/IBiF_Dot_Product.cl index edf2c4075..f5b237aa9 100644 --- a/IGC/BiFModule/Languages/OpenCL/IBiF_Dot_Product.cl +++ b/IGC/BiFModule/Languages/OpenCL/IBiF_Dot_Product.cl @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2020-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.cpp b/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.cpp index b79c845b7..60d4f6435 100644 --- a/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.cpp +++ b/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.cpp @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2018-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.hpp b/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.hpp index 7a0397993..0314dc8f6 100644 --- a/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.hpp +++ b/IGC/Compiler/CISACodeGen/InsertGenericPtrArithmeticMetadata.hpp @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2018-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/Compiler/CISACodeGen/URBPartialWrites.hpp b/IGC/Compiler/CISACodeGen/URBPartialWrites.hpp index 85fbf867d..9669015a2 100644 --- a/IGC/Compiler/CISACodeGen/URBPartialWrites.hpp +++ b/IGC/Compiler/CISACodeGen/URBPartialWrites.hpp @@ -5,6 +5,7 @@ Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ + #pragma once namespace llvm diff --git a/IGC/Compiler/DebugInfo/Utils.cpp b/IGC/Compiler/DebugInfo/Utils.cpp index 3aa43e6fc..032b06bf1 100644 --- a/IGC/Compiler/DebugInfo/Utils.cpp +++ b/IGC/Compiler/DebugInfo/Utils.cpp @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2017-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/Compiler/DebugInfo/Utils.h b/IGC/Compiler/DebugInfo/Utils.h index 98b385646..dbe517cdf 100644 --- a/IGC/Compiler/DebugInfo/Utils.h +++ b/IGC/Compiler/DebugInfo/Utils.h @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2017-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/Compiler/tests/Legalization/arbitrary-integers.ll b/IGC/Compiler/tests/Legalization/arbitrary-integers.ll index da7b76501..9624ebaa6 100644 --- a/IGC/Compiler/tests/Legalization/arbitrary-integers.ll +++ b/IGC/Compiler/tests/Legalization/arbitrary-integers.ll @@ -1,6 +1,6 @@ ;=========================== begin_copyright_notice ============================ ; -; Copyright (C) 2017-2021 Intel Corporation +; Copyright (C) 2021 Intel Corporation ; ; SPDX-License-Identifier: MIT ; diff --git a/IGC/Compiler/tests/LowerGPCallArg/phi.ll b/IGC/Compiler/tests/LowerGPCallArg/phi.ll index e952d87bc..e55e907d1 100644 --- a/IGC/Compiler/tests/LowerGPCallArg/phi.ll +++ b/IGC/Compiler/tests/LowerGPCallArg/phi.ll @@ -1,6 +1,6 @@ ;=========================== begin_copyright_notice ============================ ; -; Copyright (C) 2017-2021 Intel Corporation +; Copyright (C) 2021 Intel Corporation ; ; SPDX-License-Identifier: MIT ; diff --git a/IGC/Compiler/tests/LowerGPCallArg/select.ll b/IGC/Compiler/tests/LowerGPCallArg/select.ll index 251713009..6466bd709 100644 --- a/IGC/Compiler/tests/LowerGPCallArg/select.ll +++ b/IGC/Compiler/tests/LowerGPCallArg/select.ll @@ -1,6 +1,6 @@ ;=========================== begin_copyright_notice ============================ ; -; Copyright (C) 2017-2021 Intel Corporation +; Copyright (C) 2021 Intel Corporation ; ; SPDX-License-Identifier: MIT ; diff --git a/IGC/VectorCompiler/lib/GenXCodeGen/GenXLoadStoreLowering.cpp b/IGC/VectorCompiler/lib/GenXCodeGen/GenXLoadStoreLowering.cpp index a415cb314..7e55f070b 100644 --- a/IGC/VectorCompiler/lib/GenXCodeGen/GenXLoadStoreLowering.cpp +++ b/IGC/VectorCompiler/lib/GenXCodeGen/GenXLoadStoreLowering.cpp @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2020-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/VectorCompiler/spirv-patches-10/LICENSE.md b/IGC/VectorCompiler/spirv-patches-10/LICENSE.md index 06e9d93a7..bdc643b58 100644 --- a/IGC/VectorCompiler/spirv-patches-10/LICENSE.md +++ b/IGC/VectorCompiler/spirv-patches-10/LICENSE.md @@ -1,8 +1,8 @@ - +============================= end_copyright_notice ============================= diff --git a/IGC/VectorCompiler/spirv-patches-11/LICENSE.md b/IGC/VectorCompiler/spirv-patches-11/LICENSE.md index 06e9d93a7..bdc643b58 100644 --- a/IGC/VectorCompiler/spirv-patches-11/LICENSE.md +++ b/IGC/VectorCompiler/spirv-patches-11/LICENSE.md @@ -1,8 +1,8 @@ - +============================= end_copyright_notice ============================= diff --git a/IGC/VectorCompiler/spirv-patches-12/LICENSE.md b/IGC/VectorCompiler/spirv-patches-12/LICENSE.md new file mode 100644 index 000000000..bdc643b58 --- /dev/null +++ b/IGC/VectorCompiler/spirv-patches-12/LICENSE.md @@ -0,0 +1,8 @@ +============================ begin_copyright_notice ============================ + +Copyright (C) 2021 Intel Corporation + +SPDX-License-Identifier: MIT + +============================= end_copyright_notice ============================= + diff --git a/IGC/VectorCompiler/spirv-patches-13/LICENSE.md b/IGC/VectorCompiler/spirv-patches-13/LICENSE.md new file mode 100644 index 000000000..bdc643b58 --- /dev/null +++ b/IGC/VectorCompiler/spirv-patches-13/LICENSE.md @@ -0,0 +1,8 @@ +============================ begin_copyright_notice ============================ + +Copyright (C) 2021 Intel Corporation + +SPDX-License-Identifier: MIT + +============================= end_copyright_notice ============================= + diff --git a/IGC/VectorCompiler/spirv-patches-9/LICENSE.md b/IGC/VectorCompiler/spirv-patches-9/LICENSE.md index 06e9d93a7..bdc643b58 100644 --- a/IGC/VectorCompiler/spirv-patches-9/LICENSE.md +++ b/IGC/VectorCompiler/spirv-patches-9/LICENSE.md @@ -1,8 +1,8 @@ - +============================= end_copyright_notice ============================= diff --git a/IGC/VectorCompiler/spirv-patches-new/LICENSE.md b/IGC/VectorCompiler/spirv-patches-new/LICENSE.md index 06e9d93a7..bdc643b58 100644 --- a/IGC/VectorCompiler/spirv-patches-new/LICENSE.md +++ b/IGC/VectorCompiler/spirv-patches-new/LICENSE.md @@ -1,8 +1,8 @@ - +============================= end_copyright_notice ============================= diff --git a/IGC/WrapperLLVM/include/llvmWrapper/IR/Constants.h b/IGC/WrapperLLVM/include/llvmWrapper/IR/Constants.h index 5570d1fb8..495ed4402 100644 --- a/IGC/WrapperLLVM/include/llvmWrapper/IR/Constants.h +++ b/IGC/WrapperLLVM/include/llvmWrapper/IR/Constants.h @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2019-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/WrapperLLVM/include/llvmWrapper/Option/OptTable.h b/IGC/WrapperLLVM/include/llvmWrapper/Option/OptTable.h index 1a1ffb84c..5deba0a05 100644 --- a/IGC/WrapperLLVM/include/llvmWrapper/Option/OptTable.h +++ b/IGC/WrapperLLVM/include/llvmWrapper/Option/OptTable.h @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2019-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/common/SIPKernels/XeHPSIPCSRDebug.h b/IGC/common/SIPKernels/XeHPSIPCSRDebug.h index 579ec87a3..320f625fb 100644 --- a/IGC/common/SIPKernels/XeHPSIPCSRDebug.h +++ b/IGC/common/SIPKernels/XeHPSIPCSRDebug.h @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2017-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/IGC/common/SIPKernels/XeHPSIPCSRDebugBindless.h b/IGC/common/SIPKernels/XeHPSIPCSRDebugBindless.h index c0c6bf3f4..cfbb44978 100644 --- a/IGC/common/SIPKernels/XeHPSIPCSRDebugBindless.h +++ b/IGC/common/SIPKernels/XeHPSIPCSRDebugBindless.h @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2017-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/LICENSE.md b/LICENSE.md index 9ebec5487..37e9da7a2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,8 +1,8 @@ - +============================= end_copyright_notice ============================= diff --git a/inc/IntelExtensions12.hlsl b/inc/IntelExtensions12.hlsl index a208d06ca..caa07874c 100644 --- a/inc/IntelExtensions12.hlsl +++ b/inc/IntelExtensions12.hlsl @@ -1,6 +1,6 @@ /*========================== begin_copyright_notice ============================ -Copyright (C) 2019-2021 Intel Corporation +Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT diff --git a/scripts/Dockerfile-ubuntu1804 b/scripts/Dockerfile-ubuntu1804 index a8636199a..89b4227a8 100644 --- a/scripts/Dockerfile-ubuntu1804 +++ b/scripts/Dockerfile-ubuntu1804 @@ -1,8 +1,10 @@ +#=========================== begin_copyright_notice ============================ # # Copyright (C) 2021 Intel Corporation # # SPDX-License-Identifier: MIT # +#============================ end_copyright_notice ============================= FROM ubuntu:18.04 LABEL maintainer="marcin.naczk@intel.com" diff --git a/scripts/Dockerfile-ubuntu2004 b/scripts/Dockerfile-ubuntu2004 index 0784f5e85..5a61e61c7 100644 --- a/scripts/Dockerfile-ubuntu2004 +++ b/scripts/Dockerfile-ubuntu2004 @@ -1,8 +1,10 @@ +#=========================== begin_copyright_notice ============================ # # Copyright (C) 2021 Intel Corporation # # SPDX-License-Identifier: MIT # +#============================ end_copyright_notice ============================= FROM ubuntu:20.04 LABEL maintainer="marcin.naczk@intel.com" diff --git a/scripts/buildIGC.sh b/scripts/buildIGC.sh index 217d300a7..ab5763098 100644 --- a/scripts/buildIGC.sh +++ b/scripts/buildIGC.sh @@ -1,10 +1,12 @@ #!/bin/sh +#=========================== begin_copyright_notice ============================ # # Copyright (C) 2021 Intel Corporation # # SPDX-License-Identifier: MIT # +#============================ end_copyright_notice ============================= set -e # BUILD_OS supported value [ ubuntu1804, ubuntu2004 ] default ubuntu2004