Skip to content

Commit e3854ff

Browse files
authored
Merge pull request #1380 from IntelPython/fix/add_missing_headers
Add missing license headers.
2 parents e1d3bac + d16aacf commit e3854ff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

numba_dpex/tests/experimental/kernel_api_overloads/spv_overloads/test_atomic_fence.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 - 2024 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
import dpnp
26

37
import numba_dpex as dpex

numba_dpex/tests/experimental/kernel_api_overloads/spv_overloads/test_barriers.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2023 - 2024 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
import dpnp
26

37
import numba_dpex as dpex

0 commit comments

Comments
 (0)