Skip to content

Commit e87e8f5

Browse files
committed
Remove all EULA paragraphs (cuda_bindings/, cuda_core/)
1 parent 71e7737 commit e87e8f5

61 files changed

Lines changed: 45 additions & 392 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cuda_bindings/benchmarks/conftest.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
3+
94
import numpy as np
105
import pytest
116

cuda_bindings/benchmarks/kernels.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
3+
94
kernel_string = """\
105
#define ITEM_PARAM(x, T) T x
116
#define REP1(x, T) , ITEM_PARAM(x, T)

cuda_bindings/benchmarks/test_cupy.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
3+
94
import ctypes
105

116
import pytest

cuda_bindings/benchmarks/test_launch_latency.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
3+
94
import ctypes
105

116
import pytest

cuda_bindings/benchmarks/test_numba.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
3+
94
import numpy as np
105
import pytest
116

cuda_bindings/benchmarks/test_pointer_attributes.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
3+
94
import random
105

116
import pytest

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
9-
#
3+
104
# This code was automatically generated with version 12.9.0. Do not modify it directly.
115
from cuda.bindings.cydriver cimport *
126

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
9-
#
3+
104
# This code was automatically generated with version 12.9.0. Do not modify it directly.
115
{{if 'Windows' == platform.system()}}
126
import os

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
9-
#
3+
104
# This code was automatically generated with version 12.9.0. Do not modify it directly.
115
from cuda.bindings.cynvrtc cimport *
126

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright 2021-2025 NVIDIA Corporation. All rights reserved.
22
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
3-
#
4-
# Please refer to the NVIDIA end user license agreement (EULA) associated
5-
# with this source code for terms and conditions that govern your use of
6-
# this software. Any use, reproduction, disclosure, or distribution of
7-
# this software and related documentation outside the terms of the EULA
8-
# is strictly prohibited.
9-
#
3+
104
# This code was automatically generated with version 12.9.0. Do not modify it directly.
115
{{if 'Windows' == platform.system()}}
126
import os

0 commit comments

Comments
 (0)