Skip to content

Commit e866d9d

Browse files
committed
Address SPDX migration review feedback
1 parent 8117e5d commit e866d9d

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ body:
101101
placeholder: |
102102
nvcc --version
103103
nvcc: NVIDIA (R) Cuda compiler driver
104-
SPDX-FileCopyrightText: Copyright (c) 2005-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
105-
SPDX-License-Identifier: Apache-2.0
104+
Copyright (c) 2005-2021 NVIDIA Corporation
106105
Built on Thu_Nov_18_09:45:30_PST_2021
107106
Cuda compilation tools, release 11.5, V11.5.119
108107
Build cuda_11.5.r11.5/compiler.30672275_0

.github/copy-pr-bot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, 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

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
ci:
25
autofix_commit_msg: |
36
[pre-commit.ci] auto code formatting
@@ -20,9 +23,10 @@ repos:
2023
hooks:
2124
- id: verify-copyright
2225
args: [--fix, --spdx]
26+
exclude: ^[.]github/ISSUE_TEMPLATE/bug_report[.]yml$
2327
files: |
2428
(?x)
25-
[.](cmake|cpp|cu|cuh|h|hpp|inl|sh|py|yml)$|
29+
[.](cmake|cpp|cu|cuh|h|hpp|inl|sh|py|yaml|yml)$|
2630
CMakeLists[.]txt$|
2731
^include/cuco/detail/__config$
2832
- repo: local

tests/static_map/insert_and_find_test.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Jonas Hahnfeld, CERN.
2+
* SPDX-FileCopyrightText: Copyright (c) 2022, Jonas Hahnfeld, CERN.
33
* SPDX-FileCopyrightText: Copyright (c) 2022-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
* SPDX-License-Identifier: Apache-2.0
55
*/

0 commit comments

Comments
 (0)