-
Notifications
You must be signed in to change notification settings - Fork 180
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
Conversation
- 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".
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. |
/ok to test |
/ok to test |
This comment has been minimized.
This comment has been minimized.
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. |
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
# | ||
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
|
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.