Skip to content

Commit 8ea0fc9

Browse files
committed
Bump copyrights
1 parent e75bc7c commit 8ea0fc9

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

python/cuda_parallel/cuda/parallel/experimental/_cccl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
22
#
33
#
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

python/cuda_parallel/cuda/parallel/experimental/_utils/cai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
22
#
33
#
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

python/cuda_parallel/cuda/parallel/experimental/algorithms/reduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
22
#
33
#
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

python/cuda_parallel/cuda/parallel/experimental/struct.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
#
3+
#
4+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5+
16
from dataclasses import dataclass
27
from dataclasses import fields as dataclass_fields
38
from typing import Type

python/cuda_parallel/cuda/parallel/experimental/typing.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2+
#
3+
#
4+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5+
16
from typing import Any
27

38
from typing_extensions import (

python/cuda_parallel/tests/test_reduce_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
1+
# Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
22
#
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

0 commit comments

Comments
 (0)