Relicense to Apache-2.0 (dual-license; external-contributor files remain MIT) - #408
Draft
Anerudhan wants to merge 1 commit into
Draft
Relicense to Apache-2.0 (dual-license; external-contributor files remain MIT)#408Anerudhan wants to merge 1 commit into
Anerudhan wants to merge 1 commit into
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 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
…y MIT) Rebased onto current develop (4f75b1f). Relicenses NVIDIA-authored code from MIT to Apache-2.0 using the exact NVIDIA OSS SPDX header, while keeping under MIT every file that carries non-NVIDIA contributions, so no third party's code is relicensed without consent. License assignment (per-file SPDX tag on every source file): - Apache-2.0: 515 files authored solely by NVIDIA (incl. the new Rubin/BF16 grouped GEMM kernels and gemm_proj_rope_mxfp8 variants). - MIT (67): files with surviving lines from external contributors in the issue NVIDIA#431 sign-off list, determined by git blame on develop. - MIT (29): FlashAttention/QuACK-derived files carrying external authors' copyright; pinned to MIT so the Apache-2.0 root does not absorb them. New since the previous revision of this PR (develop 3a9ed3f -> 4f75b1f): - 26 new files headered; 63 modified files re-analyzed. - Two new external contributors, adding 4 files to the MIT set: DrDirk (NVIDIA#423) -> conv_dgrad.h, conv_fprop.h, conv_wgrad.h Hongxiao (NVIDIA#410) -> test/python/fe_api/dsa/test_DSA_indexer_top_k.py Both must be added to the issue NVIDIA#431 consent list. - rmhaskar (NVIDIA#432) verified NVIDIA-affiliated; Chase Block now commits from an NVIDIA address. Neither adds MIT files. - PR NVIDIA#434 removed the Jerry Chen personal copyright from bwd_barriers.py; 6 other DSA files still carry it and remain Category 2. Licensing files: LICENSE.txt (Apache-2.0), LICENSE-MIT.txt, LICENSING.md (dual-license manifest with per-file introducing-commit links), THIRD_PARTY_LICENSES.txt, NOTICE, pyproject ('Apache-2.0 AND MIT'), README. 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 29, 2026 23:24
315c3f5 to
f7f0907
Compare
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 (Confluence template). Files that carry non-NVIDIA contributions remain under MIT, so no third party's code is relicensed without consent. Rebased onto current
develop(4f75b1f).Also see #431
License assignment
Every source file carries an SPDX
SPDX-License-Identifier:tag.git blameondevelopPer-file mapping — including the commit that introduced each file's surviving external line(s) — is in LICENSING.md. Each consent-pending file moves to Apache-2.0 by flipping its one SPDX tag once the contributor consents.
How the split is computed
Blame-based, not touch-based. A file stays MIT only if an external contributor's lines survive in current `develop`. Files an external contributor merely touched but whose lines were fully overwritten by NVIDIA (e.g. `README.md`) go to Apache-2.0.
Licensing files
Verification
🤖 Generated with Claude Code