Skip to content

Conversation

@Oleg-Goncharov
Copy link
Collaborator

Description

Fixes the license check.

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Infra/Build change
  • Code refactoring

Changes

  • Changed year from 2025 to 2026

Checklist:

  • I have read and followed the contributing guidelines
  • The functionality is complete
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Signed-off-by: Oleg Goncharov <[email protected]>
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 21, 2026

Greptile Summary

Updated the copyright year in the license header from 2025 to 2026.

  • Simple administrative change to maintain current copyright year
  • No functional code changes
  • Fixes license check validation

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk
  • The change only updates a copyright year in a comment header with no code modifications whatsoever
  • No files require special attention

Important Files Changed

Filename Overview
transformer_engine/common/cast/nvfp4/specialized/quantize_transpose_nvfp4_tuned_1D.cuh Updated copyright year from 2025 to 2026 in license header

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant File as License Header
    participant CI as License Check CI

    Dev->>File: Update copyright year 2025 → 2026
    File-->>Dev: Header updated
    Dev->>CI: Commit change
    CI->>File: Validate license header
    File-->>CI: Copyright year matches 2026
    CI-->>Dev: License check passes ✓
Loading

Copy link
Collaborator

@KshitijLakhani KshitijLakhani left a comment

Choose a reason for hiding this comment

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

LGTM !

@Oleg-Goncharov Oleg-Goncharov merged commit 36f4e45 into NVIDIA:main Jan 21, 2026
12 of 13 checks passed
KshitijLakhani pushed a commit that referenced this pull request Jan 22, 2026
Signed-off-by: Oleg Goncharov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants