Skip to content

Commit aa69079

Browse files
committed
Fix license format
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 87fe8e6 commit aa69079

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

source/adapters/level_zero/adapter_lib_init_linux.cpp

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
/*
2-
*
3-
* Copyright (C) 2024 Intel Corporation
4-
*
5-
* Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
6-
* See LICENSE.TXT
7-
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8-
*
9-
* @file adapter_lib_init_linux.cpp
10-
*
11-
*/
1+
//===--------- adapter_lib_init_linux.cpp - Level Zero Adapter ------------===//
2+
//
3+
// Copyright (C) 2023 Intel Corporation
4+
//
5+
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM
6+
// Exceptions. See LICENSE.TXT
7+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8+
//
9+
//===----------------------------------------------------------------------===//
1210

1311
#include "adapter.hpp"
1412
#include "ur_level_zero.hpp"

source/adapters/level_zero/adapter_lib_init_windows.cpp

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
/*
2-
*
3-
* Copyright (C) 2024 Intel Corporation
4-
*
5-
* Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
6-
* See LICENSE.TXT
7-
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8-
*
9-
* @file adapter_lib_init_windows.cpp
10-
*
11-
*/
1+
//===--------- adapter_lib_init_windows.cpp - Level Zero Adapter ----------===//
2+
//
3+
// Copyright (C) 2023 Intel Corporation
4+
//
5+
// Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM
6+
// Exceptions. See LICENSE.TXT
7+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8+
//
9+
//===----------------------------------------------------------------------===//
1210

1311
#include "adapter.hpp"
1412
#include "ur_level_zero.hpp"

0 commit comments

Comments
 (0)