Skip to content

Commit ac04b52

Browse files
committed
[SYCL][NFC] Add copyright header to the library sources
Signed-off-by: Alexey Bader <[email protected]>
1 parent 65a1d8a commit ac04b52

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

sycl/source/detail/posix_pi.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//==---------------- posix_pi.cpp ------------------------------------------==//
2+
//
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
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#include <CL/sycl/detail/defines.hpp>
210

311
#include <dlfcn.h>

sycl/source/detail/windows_pi.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//==---------------- windows_pi.cpp ----------------------------------------==//
2+
//
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
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#include <CL/sycl/detail/defines.hpp>
210

311
#include <windows.h>

0 commit comments

Comments
 (0)