Skip to content

Commit 0d302ab

Browse files
veselypetabader
authored andcommitted
[UR][CUDA][HIP][L0] Cleanup licence header (#10824)
Fix the license headers at the top of each source file in the unified runtime directory. --------- Co-authored-by: Alexey Bader <alexey.bader@intel.com>
1 parent 78fc5e7 commit 0d302ab

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

sycl/plugins/unified_runtime/ur/adapters/native_cpu/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===----------- common.cpp - Native CPU Adapter ---------------------===//
1+
//===----------- common.hpp - Native CPU Adapter ---------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

sycl/plugins/unified_runtime/ur/adapters/native_cpu/context.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- context.hpp - Native CPU Adapter ----------------------===//
1+
//===--------- context.hpp - Native CPU Adapter ---------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#pragma once
1010

sycl/plugins/unified_runtime/ur/adapters/native_cpu/device.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- device.hpp - Native CPU Adapter 0----------------------===//
1+
//===--------- device.hpp - Native CPU Adapter ----------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#pragma once
1010

sycl/plugins/unified_runtime/ur/adapters/native_cpu/event.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--------- event.cpp - NATIVE CPU Adapter ----------------------------===//
1+
//===--------- event.cpp - NATIVE CPU Adapter -----------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

sycl/plugins/unified_runtime/ur/adapters/native_cpu/platform.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- platform.cpp - Native CPU Adapter ---------------------===//
1+
//===--------- platform.cpp - Native CPU Adapter --------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#include "platform.hpp"
1010
#include "common.hpp"

sycl/plugins/unified_runtime/ur/adapters/native_cpu/platform.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- platform.hpp - Native CPU Adapter ---------------------===//
1+
//===--------- platform.hpp - Native CPU Adapter --------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#pragma once
1010

sycl/plugins/unified_runtime/ur/adapters/native_cpu/program.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- program.cpp - Native CPU Adapter ----------------------===//
1+
//===--------- program.cpp - Native CPU Adapter ---------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#include "ur_api.h"
1010

sycl/plugins/unified_runtime/ur/adapters/native_cpu/program.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- program.hpp - Native CPU Adapter ----------------------===//
1+
//===--------- program.hpp - Native CPU Adapter ---------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-----------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#pragma once
1010

sycl/plugins/unified_runtime/ur/adapters/native_cpu/usm_p2p.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//===--------- usm_p2p.cpp - Native CPU Adapter ------------------------===//
1+
//===--------- usm_p2p.cpp - Native CPU Adapter ---------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7-
//===-------------------------------------------------------------------===//
7+
//===----------------------------------------------------------------------===//
88

99
#include "common.hpp"
1010

0 commit comments

Comments
 (0)