Skip to content

Commit 5a74980

Browse files
committed
Add missing SPDX-License-Identifier lines in all files outside cuda_bindings/.
1 parent dfd52b3 commit 5a74980

11 files changed

Lines changed: 30 additions & 12 deletions

File tree

.github/copy-pr-bot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Configuration file for `copy-pr-bot` GitHub App
25
# https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/
36

.spdx-ignore

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ cuda_bindings/examples/*
1212
# Vendored
1313
cuda_core/cuda/core/experimental/dlpack.h
1414

15-
.github/copy-pr-bot.yaml
1615
cuda_bindings/MANIFEST.in
1716
cuda_bindings/benchmarks/pytest.ini
18-
cuda_bindings/cuda/bindings/__init__.pxd
1917
cuda_bindings/cuda/bindings/_bindings/cydriver.pxd.in
2018
cuda_bindings/cuda/bindings/_bindings/cydriver.pyx.in
2119
cuda_bindings/cuda/bindings/_bindings/cynvrtc.pxd.in
@@ -71,13 +69,3 @@ cuda_bindings/tests/cython/test_ccuda.pyx
7169
cuda_bindings/tests/cython/test_ccudart.pyx
7270
cuda_bindings/tests/cython/test_interoperability_cython.pyx
7371
cuda_bindings/tests/pytest.ini
74-
cuda_core/cuda/core/__init__.pxd
75-
cuda_core/docs/Makefile
76-
cuda_core/docs/build_docs.sh
77-
cuda_core/docs/source/_static/javascripts/version_dropdown.js
78-
cuda_core/tests/cython/build_tests.sh
79-
cuda_python/docs/Makefile
80-
cuda_python/docs/build_all_docs.sh
81-
cuda_python/docs/build_docs.sh
82-
cuda_python/docs/environment-docs.yml
83-
cuda_python/docs/source/_static/javascripts/version_dropdown.js

cuda_core/docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Minimal makefile for Sphinx documentation
25
#
36

cuda_core/docs/build_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
set -ex
47

58
if [[ "$#" == "0" ]]; then

cuda_core/docs/source/_static/javascripts/version_dropdown.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
function change_current_version(event) {
25
event.preventDefault();
36

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22

3+
# Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
SCRIPTPATH=$(dirname $(realpath "$0"))
47
CPLUS_INCLUDE_PATH=$SCRIPTPATH/../../cuda/core/experimental/include:$CUDA_HOME/include:$CPLUS_INCLUDE_PATH cythonize -3 -i $(dirname "$0")/test_*.pyx

cuda_python/docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
14
# Minimal makefile for Sphinx documentation
25
#
36

cuda_python/docs/build_all_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
4+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
5+
36
set -ex
47

58
# build cuda-python docs

cuda_python/docs/build_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
4+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
5+
36
set -ex
47

58
if [[ "$#" == "0" ]]; then

cuda_python/docs/environment-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3+
14
name: cuda-python-docs
25
channels:
36
- conda-forge

0 commit comments

Comments
 (0)