[no-ci] check_spdx.py: require explicit license decisions for top-level paths and related cleanup#1913
Merged
rwgk merged 4 commits intoNVIDIA:mainfrom Apr 15, 2026
Merged
Conversation
…CTED_LICENSE_IDENTIFIERS
Contributor
|
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. |
Contributor
|
We agreed to move it the benchmarks to |
mdboom
approved these changes
Apr 15, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-on to PR #1897
Summary
Enforce an explicit SPDX license identifier for every top-level directory in the repository, so new paths can't slip in without a reviewed license decision.
Keep top-level files on an explicit default of
Apache-2.0.Continue to accommodate special cases, but treat them as exceptions we want to minimize rather than the default mechanism.
Update
cuda_bindings/pixi.tomltoLicenseRef-NVIDIA-SOFTWARE-LICENSE.Fix the current non-benchmark special cases by updating
.coveragerccuda_python_test_helpers/cuda_python_test_helpers/nvvm_bitcode.pytoolshed/build_static_bitcode_input.pytoolshed/dump_cutile_b64.pyto
Apache-2.0.Keep
cuda_bindings/benchmarks/as the only remaining special cases for now; those mixed-license cases will be handled in follow-on PRs (see comment below).Technical details
toolshed/check_spdx.pywith explicitTOP_LEVEL_DIRS_LICENSE_IDENTIFIERSandSPECIAL_CASE_LICENSE_IDENTIFIERSmappings.