Skip to content

SPDX-FileCopyrightText cleanup #753

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 11, 2025
Merged

SPDX-FileCopyrightText cleanup #753

merged 11 commits into from
Jul 11, 2025

Conversation

rwgk
Copy link
Collaborator

@rwgk rwgk commented Jul 11, 2025

Description

Closes #635

This was done with Cursor.

I tried to switch to the espressif/check-copyright tool (commit 03e2d89) but ran into problems (and out of time). That switch is better left for a separate PR.

rwgk added 8 commits July 10, 2025 15:31
- Replace custom check-spdx hook with espressif/check-copyright v1.1.1
- Add .check-copyright-config.yaml with comprehensive configuration
- Support both Apache-2.0 and LicenseRef-NVIDIA-SOFTWARE-LICENSE
- Configure ignore patterns matching original .spdx-ignore
- Separate rules for different file types and project components
…dation"

This reverts commit 03e2d89.

This didn't work out. Leaving this for "maybe later".
Copy link
Contributor

copy-pr-bot bot commented Jul 11, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@rwgk
Copy link
Collaborator Author

rwgk commented Jul 11, 2025

/ok to test

@rwgk
Copy link
Collaborator Author

rwgk commented Jul 11, 2025

/ok to test

This comment has been minimized.

@rwgk rwgk marked this pull request as ready for review July 11, 2025 05:50
Copy link
Contributor

copy-pr-bot bot commented Jul 11, 2025

Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@rwgk rwgk requested a review from kkraus14 July 11, 2025 05:50
Comment on lines +1 to 3
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker, but in some files there is an empty line between these and other files don't have the empty line. It would be nice to make it consistent and probably amenable to cursor fixing it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'll merge this and fix the empty lines separately.

@github-project-automation github-project-automation bot moved this from Todo to In Review in CCCL Jul 11, 2025
@rwgk rwgk merged commit a93b760 into NVIDIA:main Jul 11, 2025
53 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Jul 11, 2025
@rwgk rwgk deleted the spdx_copyright branch July 11, 2025 18:15
Copy link

Doc Preview CI
Preview removed because the pull request was closed or merged.

@leofang leofang added enhancement Any code-related improvements P1 Medium priority - Should do labels Jul 18, 2025
@leofang leofang added this to the cuda-python 12-next, 11-next milestone Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any code-related improvements P1 Medium priority - Should do
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update copyright text in each file to use SPDX file tags
3 participants