Skip to content

Commit

Permalink
add missing license header
Browse files Browse the repository at this point in the history
  • Loading branch information
leofang committed Dec 7, 2024
1 parent 06ee1e2 commit faf4855
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cuda_core/tests/test_linker.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
#
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

import pytest

from cuda.core.experimental import Linker, LinkerOptions, Program, _linker
Expand Down

0 comments on commit faf4855

Please sign in to comment.