From e76ab440f4f20a8ec9fef505bdead480a05e6d56 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Sat, 7 Mar 2020 17:36:45 +0300 Subject: [PATCH] [SYCL][NFC] Update copyright header in handler files Also update year in LICENSE.TXT. Signed-off-by: Alexey Bader --- sycl/LICENSE.TXT | 2 +- sycl/include/CL/sycl/handler.hpp | 12 +++++------- sycl/source/handler.cpp | 12 +++++------- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/sycl/LICENSE.TXT b/sycl/LICENSE.TXT index fa6ac54000703..a26db6501166c 100644 --- a/sycl/LICENSE.TXT +++ b/sycl/LICENSE.TXT @@ -239,7 +239,7 @@ Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): University of Illinois/NCSA Open Source License -Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. +Copyright (c) 2003-2020 University of Illinois at Urbana-Champaign. All rights reserved. Developed by: diff --git a/sycl/include/CL/sycl/handler.hpp b/sycl/include/CL/sycl/handler.hpp index a753190079f49..b7935911438bc 100644 --- a/sycl/include/CL/sycl/handler.hpp +++ b/sycl/include/CL/sycl/handler.hpp @@ -1,12 +1,10 @@ -//==-------- handler.hpp --- SYCL command group handler --------*- C++ -*---==// +//==-------- handler.hpp --- SYCL command group handler --------------------==// // -// Copyright (C) 2018 Intel Corporation. All rights reserved. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// The information and source code contained herein is the exclusive property -// of Intel Corporation and may not be disclosed, examined or reproduced in -// whole or in part without explicit written authorization from the company. -// -// ===--------------------------------------------------------------------=== // +//===----------------------------------------------------------------------===// #pragma once diff --git a/sycl/source/handler.cpp b/sycl/source/handler.cpp index 9d49f0c3e8efa..30313c72a61f8 100644 --- a/sycl/source/handler.cpp +++ b/sycl/source/handler.cpp @@ -1,12 +1,10 @@ -//==-------- handler.cpp --- SYCL command group handler --------*- C++ -*---==// +//==-------- handler.cpp --- SYCL command group handler --------------------==// // -// Copyright (C) 2019 Intel Corporation. All rights reserved. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // -// The information and source code contained herein is the exclusive property -// of Intel Corporation and may not be disclosed, examined or reproduced in -// whole or in part without explicit written authorization from the company. -// -// ===--------------------------------------------------------------------=== // +//===----------------------------------------------------------------------===// #include #include