File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
239
239
University of Illinois/NCSA
240
240
Open Source License
241
241
242
- Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign.
242
+ Copyright (c) 2003-2020 University of Illinois at Urbana-Champaign.
243
243
All rights reserved.
244
244
245
245
Developed by:
Original file line number Diff line number Diff line change 1
- // ==-------- handler.hpp --- SYCL command group handler --------*- C++ -* ---==//
1
+ // ==-------- handler.hpp --- SYCL command group handler ----------------- ---==//
2
2
//
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
4
6
//
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
+ // ===----------------------------------------------------------------------===//
10
8
11
9
#pragma once
12
10
Original file line number Diff line number Diff line change 1
- // ==-------- handler.cpp --- SYCL command group handler --------*- C++ -* ---==//
1
+ // ==-------- handler.cpp --- SYCL command group handler ----------------- ---==//
2
2
//
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
4
6
//
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
+ // ===----------------------------------------------------------------------===//
10
8
11
9
#include < CL/sycl/detail/common.hpp>
12
10
#include < CL/sycl/detail/helpers.hpp>
You can’t perform that action at this time.
0 commit comments