From faf4855b46d363715ae75921364464b5117cd9e4 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Sat, 7 Dec 2024 03:36:11 +0000 Subject: [PATCH] add missing license header --- cuda_core/tests/test_linker.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cuda_core/tests/test_linker.py b/cuda_core/tests/test_linker.py index 1af746f8..54cd8cf4 100644 --- a/cuda_core/tests/test_linker.py +++ b/cuda_core/tests/test_linker.py @@ -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