Relicense to Apache-2.0 (dual-license; external-contributor files remain MIT) - #408
Merged
Merged
Conversation
Contributor
|
Important Review skippedToo many files! This PR contains 621 files, which is 321 over the limit of 300. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (621)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
18 tasks
Anerudhan
force-pushed
the
relicense-apache-2.0
branch
from
July 23, 2026 19:18
158ed02 to
9f5a3cb
Compare
Anerudhan
force-pushed
the
relicense-apache-2.0
branch
3 times, most recently
from
July 30, 2026 06:08
c85e9df to
1fdbcc4
Compare
…MIT) Rebased onto current develop (b950af1). Relicenses NVIDIA-authored code from MIT to Apache-2.0 using the exact NVIDIA OSS SPDX header, keeping under MIT only files that still carry contributions from external contributors whose permission has not been established. License assignment (per-file SPDX tag on every source file): - Apache-2.0: 541 files - MIT (50): surviving lines from external contributors, consent pending - MIT (29): FlashAttention/QuACK-derived files carrying external authors' copyright Cleared, freeing 16 files to Apache-2.0: - Written consent on issue NVIDIA#431 (10): take-cheeze, fallintoplace, zianglih, JackRao123, zkyue, Hyaloid, haowen-han, junaire, szluyu99, dimitar-asenov. - NVIDIA employment (2), commits under personal email addresses: HollowMan6, and hxbai (Hongxiao Bai, PR NVIDIA#410) -- frees .../indexer_top_k/indexer_top_k_varlen_util.py and test/python/fe_api/dsa/test_DSA_indexer_top_k.py. Files touched by both a cleared and a still-pending contributor remain MIT. PR NVIDIA#427 (CSA fused Compressor kernels ported from Megatron-LM, author @zkyue who consented): its 13 files had no license header at all; they now carry the NVIDIA Apache-2.0 SPDX header. Megatron-LM added to THIRD_PARTY_LICENSES.txt as an NVIDIA Apache-2.0 provenance note. Still pending (7): ConnorBaker, DrDirk, EmilienM, jyknight, sbcd90, valgur, and co-author Benjamin Leff. Every change is comment/header-only; all Python compiles. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Anerudhan
force-pushed
the
relicense-apache-2.0
branch
from
July 30, 2026 06:13
1fdbcc4 to
0c08141
Compare
zkyue
approved these changes
Jul 30, 2026
Anerudhan
marked this pull request as ready for review
July 30, 2026 17:42
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.
Summary
Relicenses NVIDIA-authored code in cudnn-frontend from MIT to the Apache License 2.0, using the exact NVIDIA OSS SPDX header. Files that still carry contributions from external contributors whose permission has not been established remain under MIT. Rebased onto current
develop(b950af1).License assignment
Every source file carries an SPDX
SPDX-License-Identifier:tag.Per-file mapping — including the commit that introduced each surviving external line — is in LICENSING.md.
How the split is computed
Blame-based, not touch-based. A file stays MIT only if a not-yet-cleared external contributor's lines survive in current
develop. Files whose external lines were fully overwritten by NVIDIA, or whose contributors are cleared, go to Apache-2.0.Licensing files
license = "Apache-2.0 AND MIT"), README.mdVerification
py_compile);git diff -U0confirms every source change is comment/header-only — compile-neutral by construction🤖 Generated with Claude Code