Skip to content

Commit 4df1385

Browse files
authored
[SYCL][NFC] Update copyright header in handler files (#1271)
Also update year in LICENSE.TXT. Signed-off-by: Alexey Bader <[email protected]>
1 parent 5709b89 commit 4df1385

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

sycl/LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
239239
University of Illinois/NCSA
240240
Open Source License
241241

242-
Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign.
242+
Copyright (c) 2003-2020 University of Illinois at Urbana-Champaign.
243243
All rights reserved.
244244

245245
Developed by:

sycl/include/CL/sycl/handler.hpp

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
//==-------- handler.hpp --- SYCL command group handler --------*- C++ -*---==//
1+
//==-------- handler.hpp --- SYCL command group handler --------------------==//
22
//
3-
// Copyright (C) 2018 Intel Corporation. All rights reserved.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
46
//
5-
// The information and source code contained herein is the exclusive property
6-
// of Intel Corporation and may not be disclosed, examined or reproduced in
7-
// whole or in part without explicit written authorization from the company.
8-
//
9-
// ===--------------------------------------------------------------------=== //
7+
//===----------------------------------------------------------------------===//
108

119
#pragma once
1210

sycl/source/handler.cpp

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
//==-------- handler.cpp --- SYCL command group handler --------*- C++ -*---==//
1+
//==-------- handler.cpp --- SYCL command group handler --------------------==//
22
//
3-
// Copyright (C) 2019 Intel Corporation. All rights reserved.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
46
//
5-
// The information and source code contained herein is the exclusive property
6-
// of Intel Corporation and may not be disclosed, examined or reproduced in
7-
// whole or in part without explicit written authorization from the company.
8-
//
9-
// ===--------------------------------------------------------------------=== //
7+
//===----------------------------------------------------------------------===//
108

119
#include <CL/sycl/detail/common.hpp>
1210
#include <CL/sycl/detail/helpers.hpp>

0 commit comments

Comments
 (0)