Skip to content

Commit 71e7737

Browse files
committed
Add missing SPDX-License-Identifier lines in all files under cuda_bindings/.
1 parent 85c641a commit 71e7737

39 files changed

Lines changed: 41 additions & 62 deletions

.spdx-ignore

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -11,61 +11,3 @@ cuda_bindings/examples/*
1111

1212
# Vendored
1313
cuda_core/cuda/core/experimental/dlpack.h
14-
15-
cuda_bindings/MANIFEST.in
16-
cuda_bindings/benchmarks/pytest.ini
17-
cuda_bindings/cuda/bindings/_bindings/cydriver.pxd.in
18-
cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in
19-
cuda_bindings/cuda/bindings/_bindings/cynvrtc.pxd.in
20-
cuda_bindings/cuda/bindings/_bindings/cynvrtc.pyx.in
21-
cuda_bindings/cuda/bindings/_bindings/cyruntime.pxd.in
22-
cuda_bindings/cuda/bindings/_bindings/cyruntime.pyx.in
23-
cuda_bindings/cuda/bindings/_bindings/cyruntime_ptds.pxd.in
24-
cuda_bindings/cuda/bindings/_bindings/cyruntime_ptds.pyx.in
25-
cuda_bindings/cuda/bindings/_bindings/loader.cpp
26-
cuda_bindings/cuda/bindings/_bindings/loader.h
27-
cuda_bindings/cuda/bindings/_bindings/loader.pxd
28-
cuda_bindings/cuda/bindings/_lib/cyruntime/cyruntime.pxd.in
29-
cuda_bindings/cuda/bindings/_lib/cyruntime/cyruntime.pyx.in
30-
cuda_bindings/cuda/bindings/_lib/cyruntime/utils.pxd.in
31-
cuda_bindings/cuda/bindings/_lib/cyruntime/utils.pyx.in
32-
cuda_bindings/cuda/bindings/_lib/dlfcn.pxd
33-
cuda_bindings/cuda/bindings/_lib/param_packer.cpp
34-
cuda_bindings/cuda/bindings/_lib/param_packer.h
35-
cuda_bindings/cuda/bindings/_lib/param_packer.pxd
36-
cuda_bindings/cuda/bindings/_lib/utils.pxd.in
37-
cuda_bindings/cuda/bindings/_lib/utils.pyx.in
38-
cuda_bindings/cuda/bindings/cydriver.pxd.in
39-
cuda_bindings/cuda/bindings/cydriver.pyx.in
40-
cuda_bindings/cuda/bindings/cynvrtc.pxd.in
41-
cuda_bindings/cuda/bindings/cynvrtc.pyx.in
42-
cuda_bindings/cuda/bindings/cyruntime.pxd.in
43-
cuda_bindings/cuda/bindings/cyruntime.pyx.in
44-
cuda_bindings/cuda/bindings/cyruntime_functions.pxi.in
45-
cuda_bindings/cuda/bindings/cyruntime_types.pxi.in
46-
cuda_bindings/cuda/bindings/driver.pxd.in
47-
cuda_bindings/cuda/bindings/driver.pyx.in
48-
cuda_bindings/cuda/bindings/nvrtc.pxd.in
49-
cuda_bindings/cuda/bindings/nvrtc.pyx.in
50-
cuda_bindings/cuda/bindings/runtime.pxd.in
51-
cuda_bindings/cuda/bindings/runtime.pyx.in
52-
cuda_bindings/cuda/ccuda.pxd
53-
cuda_bindings/cuda/ccuda.pyx
54-
cuda_bindings/cuda/ccudart.pxd
55-
cuda_bindings/cuda/ccudart.pyx
56-
cuda_bindings/cuda/cnvrtc.pxd
57-
cuda_bindings/cuda/cnvrtc.pyx
58-
cuda_bindings/cuda/cuda.pyx
59-
cuda_bindings/cuda/cudart.pyx
60-
cuda_bindings/cuda/nvrtc.pyx
61-
cuda_bindings/docs/Makefile
62-
cuda_bindings/docs/build_docs.sh
63-
cuda_bindings/docs/make.bat
64-
cuda_bindings/docs/source/_static/javascripts/version_dropdown.js
65-
cuda_bindings/site-packages/_cuda_bindings_redirector.pth
66-
cuda_bindings/tests/cython/build_tests.bat
67-
cuda_bindings/tests/cython/build_tests.sh
68-
cuda_bindings/tests/cython/test_ccuda.pyx
69-
cuda_bindings/tests/cython/test_ccudart.pyx
70-
cuda_bindings/tests/cython/test_interoperability_cython.pyx
71-
cuda_bindings/tests/pytest.ini

cuda_bindings/cuda/bindings/_bindings/cydriver.pxd.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cynvrtc.pxd.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cynvrtc.pyx.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cyruntime.pxd.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cyruntime.pyx.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cyruntime_ptds.pxd.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/cyruntime_ptds.pyx.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
#
34
# Please refer to the NVIDIA end user license agreement (EULA) associated
45
# with this source code for terms and conditions that govern your use of

cuda_bindings/cuda/bindings/_bindings/loader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright 2021-2024 NVIDIA Corporation. All rights reserved.
2+
// SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
23
//
34
// Please refer to the NVIDIA end user license agreement (EULA) associated
45
// with this source code for terms and conditions that govern your use of

0 commit comments

Comments
 (0)